/* 
Template name: Datasci
Template developer: Micro Theme
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
...............................
#### Stylesheet Index Table ### 
1 - Basic styles
2 - Header styles
3 - MENU STYLE
4 - Search styles
5 - Hero banner
6 - We do section
7 - About section
8 - About section
9 - services section
10 - Counter
11 - case studies
12 - testimonials-section
13 - block posts
14 - footer
15 - home version 2
16 - page-hero
17 - contact page
*****************
Used fonts-
font-family: 'Rubik', sans-serif;
font-family: 'Noto Sans', sans-serif;
*/

/* 1. Basic styles  */
html {
  color: #888888;
  font-size: 1em;
  line-height: 1.4;
}
body {
  font-family: 'Circe';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #356288;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Rubik', sans-serif;*/
  color: #37375E;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #37375E;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #37375E !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* 2. Header styles  */
.header-top {
  padding: 10px;
}
.header-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-social li {
  margin-left: 25px;
}
.header-social a, .header-social a:visited{
  color: #888;
}
.header-social a:hover{
  color: #356288;
}
.btn {
  padding: 15px 30px;
}
.btn-bg {
  background: #356288;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.btn-bg:hover {
  background: #37375E;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.header-block {
  position: relative;
}
#site-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
#site-overlay.open {
  display: block;
}
.dropdown-toggle::after {
  content: none;
}
.search-box {
  display: inline-block;
  margin-top: 15px;
  margin-left: 45px;
  line-height: 60px;
}
.canvas-menu {
  display: inline-block;
  cursor: pointer;
}
.header-absolute {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 15px 0px;
}
/*-----------------------*\	
				3 - MENU STYLE																											
\*-----------------------*/
ul.header-navigation-menu {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
ul.header-navigation-menu>li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  float: left;
  display: inline-block;
  padding: 0;
}
ul.header-navigation-menu a {
  text-decoration: none;
  color: #356288;
}
.header-navigation-menu .active a{
  color: #356288;
}
ul.header-navigation-menu>li>a {
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  padding:5px 15px;
  height: auto;
  position: relative;
  display: inline-block;
  color: #37375E; 
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 1199.98px) {
  ul.header-navigation-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }

}
.menu-item-has-children>a {
  position: relative;
}
.menu-item-has-children>a::after {
  position: relative;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  margin-left: 7px;
}
ul.header-navigation-menu>li:hover>a .menu-arrow,
ul.header-navigation-menu>li:active>a .menu-arrow,
ul.header-navigation-menu>li:focus>a .menu-arrow,
ul.header-navigation-menu>li.current_page_parent>a .menu-arrow {
  bottom: -7px;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul.header-navigation-menu>li>.submenu-inner {
  border: 1px solid #F7EAE8;
}
ul.header-navigation-menu>li .submenu-inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul.header-navigation-menu>li .submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 100%;
  z-index: 99;
  margin-top: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 250px;
  padding: 15px 20px;
  background: #fff;
  list-style-type: none;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
ul.header-navigation-menu>li .submenu-inner li,
ul.header-navigation-menu>li ul.submenu-inner li {
  background: transparent;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #F7EAE8;
  padding: 5px 0;
}
@media (max-width: 991.98px) {
  ul.header-navigation-menu>li .submenu-inner li,
  ul.header-navigation-menu>li ul.submenu-inner li {
    border-bottom: 0;
  }
}
.megamenu-wrap-inner li:last-child{
  border-bottom: none;
}
ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child,
ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child {
  border-bottom: none;
}
ul.header-navigation-menu>li .submenu-inner li a,
ul.header-navigation-menu>li ul.submenu-inner li a {
  display: block;
  line-height: 1.4;
  padding: 8px 0;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  color: #817a78;
}
ul.header-navigation-menu>li .submenu-inner li a .caret,
ul.header-navigation-menu>li ul.submenu-inner li a .caret {
  top: 16px;
  position: absolute;
  right: 0;
  height: 8px;
  width: 10px;
  display: inline-block;
}
ul.header-navigation-menu>li .submenu-inner li a .caret:after,
ul.header-navigation-menu>li ul.submenu-inner li a .caret:after {
  content: '\e99e';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  font-family: 'gva-icon';
  line-height: 1;
  font-size: 12px;
}
ul.header-navigation-menu>li .submenu-inner li a:hover,
ul.header-navigation-menu>li .submenu-inner li a:focus,
ul.header-navigation-menu>li .submenu-inner li a:active,
ul.header-navigation-menu>li ul.submenu-inner li a:hover,
ul.header-navigation-menu>li ul.submenu-inner li a:focus,
ul.header-navigation-menu>li ul.submenu-inner li a:active {
  color: #356288;
}
ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: 90%;
  top: 0;
}
ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
ul.header-navigation-menu>li:hover>.submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
@media (max-width: 1600px) {
  ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner,
  ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
    right: 100%;
    left: auto;
  }
}
ul.header-navigation-menu>li.megamenu-parent {
  position: static !important;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  max-width: 1170px;
  left: 0;
  background: #fff;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.megamenu-wrap-inner>li>a {
  font-size: 18px !important;
  font-weight: bold;
  color: #37375E !important;
}
.megamenu-wrap-inner>li>a::after {
  content: none;
}
.megamenu-wrap-inner>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-wrap-inner>li {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
@media (max-width: 991.98px) {
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
    margin-top: 6px;
  }
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret {
  margin-left: 5px;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  padding: 0;
  min-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li {
  list-style: none;
  border: none;
  padding: 0;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child {
  border: none;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a {
  font-weight: bold;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}
ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.offcanvas-content {
  position: fixed;
  left: -300px;
  width: 300px;
  max-width: 85%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.offcanvas-content a {
  color: #37375E;
}
.offcanvas-content a:hover {
  color: #356288;
}
.offcanvas-content .close-canvas {
  background: #fff;
  position: absolute;
  left: 100%;
  top: 100px;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #F7EAE8;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.offcanvas-content .close-canvas a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #37375E;
}
.offcanvas-content .close-canvas a:hover {
  cursor: pointer;
  color: #356288;
}
.offcanvas-content .instagram-pics>li {
  width: 33.333% !important;
  overflow: hidden;
  padding: 10px !important;
}
.offcanvas-content .instagram-pics>li a {
  padding: 0 !important;
}
.offcanvas-content .wp-sidebar .widget {
  padding-top: 20px;
  margin-bottom: 10px;
}
.offcanvas-content .wp-sidebar .widget:last-child {
  border-bottom: 0;
}
.offcanvas-content .wp-sidebar .widget .widget-title {
  color: #fff;
  text-align: center;
}
.offcanvas-content .wp-sidebar .widget .widget-title span {
  font-size: 18px;
  color: #37375E;
}
.offcanvas-content .wp-sidebar .widget .widget-title:before {
  left: 50%;
  margin-left: -40px;
}
.offcanvas-content .wp-sidebar .widget .widget-title:after {
  left: 50%;
  margin-left: -25px;
}
.offcanvas-content .wp-sidebar {
  overflow-x: hidden;
  height: 100%;
  padding: 20px;
}
.offcanvas-content #mobile-menu {
  padding: 0;
}
.offcanvas-content #mobile-menu ul.mobile-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  padding: 0;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner {
  padding-bottom: 15px !important;
  -webkit-transition: 0s;
  transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a {
  padding: 12px 0 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  color: #37375E;
  position: relative;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a .caret {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a:after {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a:hover {
  color: #356288;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #85827D;
  content: '\f055';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover {
  cursor: pointer;
  color: #356288;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #85827D;
  content: '\f056';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>a {
  display: block;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>ul {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  background: none;
  left: auto;
  top: auto;
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  content: " ";
  display: table;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  clear: both;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a {
  padding: 8px 0;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul {
  width: 100%;
  padding-left: 15px;
  display: block !important;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li {
  padding: 0;
  display: block;
  width: 100%;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner {
  padding-left: 20px;
}
.offcanvas-content.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.megamenu-parent .widget {
  text-align: left;
  color: #37375E;
}
.megamenu-parent .widget .widget-title,
.megamenu-parent .widget .widgettitle {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  padding: 0;
  border: none;
}
.megamenu-parent .widget ul {
  list-style: none;
  padding: 0;
}
.megamenu-parent .widget.widget-html ul li {
  line-height: 32px;
  padding: 5px 0;
}
.megamenu-parent .widget.widget-html ul li strong {
  color: #356288;
  font-weight: bold;
}
.megamenu-parent .widget .product-block {
  margin-bottom: 10px;
}
.gva-vertical-menu {
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px #ccc;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.gva-vertical-menu .navbar-collapse {
  padding: 0;
}
.gva-vertical-menu.widget>.widget-title {
  background-color: #356288;
  color: #fff;
  font-size: 22px;
  padding: 15px 30px;
  margin: 0;
}
.gva-vertical-menu ul.navbar-nav {
  list-style: none;
  padding: 0;
  position: static;
}
.gva-vertical-menu ul.navbar-nav.header-navigation-menu>li>a .caret {
  display: none;
}
.gva-vertical-menu ul.navbar-nav li {
  display: block;
}
.gva-vertical-menu ul.navbar-nav li a {
  line-height: 28px;
  padding: 10px 30px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #F7EAE8;
  color: #37375E;
}
.gva-vertical-menu ul.navbar-nav li .megamenu-sub {
  padding: 0;
}
.gva-vertical-menu ul.navbar-nav li.megamenu-parent .caret,
.gva-vertical-menu ul.navbar-nav li.menu-item-has-children .caret {
  display: none;
}
.gva-vertical-menu ul.navbar-nav li.megamenu-parent>a,
.gva-vertical-menu ul.navbar-nav li.menu-item-has-children>a {
  position: relative;
}
.gva-vertical-menu ul.navbar-nav li.megamenu-parent>a:before,
.gva-vertical-menu ul.navbar-nav li.menu-item-has-children>a:before {
  content: "\f0da";
  position: absolute;
  color: #37375E;
  top: 0;
  right: 25px;
  z-index: 9;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 45px;
}
.gva-vertical-menu ul.navbar-nav li:last-child a {
  border-bottom: none;
}
.gva-vertical-menu ul.navbar-nav li .submenu-inner {
  border: 1px solid #F7EAE8;
  display: none;
  background: #fff;
  left: 100%;
  position: absolute;
  top: 0;
  right: auto;
  width: auto;
  z-index: 99;
}
.gva-vertical-menu ul.navbar-nav li .submenu-inner .megamenu-sub {
  max-width: 220px;
}
.gva-vertical-menu ul.navbar-nav li .submenu-inner .megamenu-profile {
  min-width: 600px;
}
.gva-vertical-menu ul.navbar-nav li .submenu-inner li {
  position: relative;
  border-bottom: none !important;
}
.gva-vertical-menu ul.navbar-nav li:hover {
  background-color: #F2F2F2;
}
.gva-vertical-menu ul.navbar-nav li:hover>.submenu-inner {
  display: block;
  top: 0;
}
.gva-vertical-menu .product-block a {
  padding: 0 !important;
  border: none !important;
}
ul.gva-my-account-menu {
  margin: 0;
  padding: 0;
}
ul.gva-my-account-menu:before,
ul.gva-my-account-menu:after {
  content: " ";
  display: table;
}
ul.gva-my-account-menu:after {
  clear: both;
}
ul.gva-my-account-menu>li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  float: left;
}
ul.gva-my-account-menu>li>a {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 12px;
  height: auto;
  position: relative;
  display: inline-block;
}
ul.gva-my-account-menu>li>a:after {
  content: '';
  height: 3px;
  background: #3F3836;
  position: absolute;
  bottom: 16px;
  left: 10px;
  right: 10px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul.gva-my-account-menu>li>a .caret {
  margin-left: 3px;
  top: -2px;
}
ul.gva-my-account-menu>li>a:hover,
ul.gva-my-account-menu>li>a:active,
ul.gva-my-account-menu>li>a:focus {
  color: #37375E !important;
}
ul.gva-my-account-menu>li>a:hover:after,
ul.gva-my-account-menu>li>a:active:after,
ul.gva-my-account-menu>li>a:focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 16px;
}
#mobile-header-expander .hamburger-menu {
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  top: 0;
  width: 20px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  top: 0;
  right: 0;
  left: auto;
  width: 10px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 {
  top: 14px;
  width: 100%;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 {
  bottom: 0;
  width: 100%;
}
#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  width: 10px;
}
#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  width: 25px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* 4 - search styles */
.full-bar-search-wrap {
  position: absolute;
  top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  background: #fff;
  z-index: 99;
  padding: 15px 0px;
}
.full-bar-search-wrap.active {
  visibility: visible;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.search-form-group {
  position: relative;
}
.full-bar-search-wrap .form-control {
  height: 100%;
  min-height: 60px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1.2px;
}
.search-form-wrapper {
  position: relative;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.search-form-wrapper .search-form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.full-bar-search-toggle:visited,
.full-bar-search-toggle {
  color: #37375E;
}
.close.full-bar-search-toggle {
  z-index: 99;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #37375E;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close:before,
.close:after {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  right: 15px;
  top: 8px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.close:before,
.close:after {
  background: #356288;
}
.close:hover:before,
.close:hover:after {
  transform: rotate(90deg);
  transition: all ease .4s;
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 575.98px) {
  .search-box {
    margin-top: 10px;
    margin-left: 0px;
  }
}
/* End header  */
/* 5 - Hero Banner  */
.background-contain {
  background-size: auto auto;
}
.hero-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 250px 0 0px;
}
.hero-banner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/blue-curve.svg) no-repeat left bottom;
  position: absolute;
}
.hero-welcome {
  color: #356288;
  font-size: 16px;
}
.hero-title {
  font-size: 40px;
  font-weight: bold;
  margin: 25px auto 35px;
  color: #37375E;
}
.hero-illustration {
  margin-top: 80px;
}
/* End hero  */
.ptb-100 {
  padding: 100px 0;
}
.section-header {
  max-width: 700px;
  margin-bottom: 45px;
}
.section-header.text-center {
  margin-left: auto;
  margin-right: auto;
}
h2.section-title{
  font-size: 28px;
}
.section-heading {
  font-size: 16px;
  color: #356288;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.section-heading::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0px;
  background: #356288;
}
.text-left .section-heading::after {
  left: 0;
}
.text-center .section-heading::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-heading::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: -4px;
  background: #fff;
  border: 2px solid #356288;
  z-index: 1;
}
.text-left .section-heading::before {
  left: 0;
}
.text-center .section-heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: slide-left-50 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
  animation: slide-left-50 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left-50 {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes slide-left-50 {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
/* 6 - We do section  */
.we-do-title {
  font-size: 18px;
  margin: 25px auto 20px;
}
.we-do-block {
  background-color: #FFFFFF;
  border: 1px solid #f6f6f6;
  padding: 30px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.we-do-block:hover {
  box-shadow: 5px 25px 40px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
}
.read-more-we-do {
  position: relative;
  color: #37375E;
}
.read-more-we-do:hover {
  color: #356288;
  text-decoration: none;
}
/* 7 - About section  */
.about-img {
  position: relative;
}
.about-img::before {
  position: absolute;
  content: '';
  top: 8%;
  bottom: auto;
  width: 100%;
  height: 84%;
  right: auto;
  left: -20px;
  background: #356288;
  z-index: -1;
}
.about-img-overlay {
  display: inline-block;
  padding: 30px;
  background: #fff;
  color: #356288;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-number {
  /*font-family: 'Rubik', sans-serif;*/
  min-width: 90px;
  color: #dfdfdf;
  font-size: 60px;
  font-weight: bold;
  position: relative;
}
.about-number::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #356288;
  z-index: 1;
}
.about-list-content {
  padding: 30px 20px;
}
.grey-content {
  background: #f6f6f6;
}
.about-list {
  padding: 0px 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about-list:hover {
  background: #356288;
}
.about-number::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #356288;
  z-index: 2;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
.about-list:hover .about-number::before {
  background: #fff;
  height: calc(100% - 40px);
}
.about-list:hover h3,
.about-list:hover {
  color: #fff;
}
.pb-100 {
  padding-bottom: 100px;
}
/* 8 - Our process */
.bg-light {
  background: #F8FAFF;
}
.process-block {
  box-shadow: 5px 25px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #fff;
  z-index: 2;
}
.process-title {
  font-size: 18px;
  margin: 25px auto 15px;
}
.content-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.content-animation>div {
  width: 100%;
  height: 100%;
  border: 1px solid #356288;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation-iteration-count: infinite;
  animation: scale-up-center;
  -webkit-animation: scale-up-center 3s;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  position: absolute;
}
.content-animation>div:first-child {
  animation-delay: 0s;
}
.content-animation>div:nth-child(2) {
  animation-delay: .8s;
}
.content-animation>div:nth-child(3) {
  animation-delay: 1.6s;
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
/* 9 - services section  */
.our-services {
  z-index: 2;
  position: relative;
}
.tabs-list li {
 /* margin: 0px 15px;*/
}
.tabs-list li a {
  display: inline-block;
  padding: 15px;
  background: #fff;
  box-shadow: 5px 25px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
 /* font-family: 'Rubik', sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #37375E;
}
ul.tabs-list.nav.justify-content-around{
  align-items: stretch;
}
.tab-content {
  padding: 0px;
}
.tabs-block {
  padding: 60px;
  background: #fff;
  box-shadow: 5px 25px 40px 0px rgba(0, 0, 0, 0.15);
}
.tab-content {
  margin-top: 80px;
}
.tabs-list li.active a {
  background: #356288 !important;
  color: #fff;
}
.tabs-list li a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.list-style-one {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.list-style-one li {
  margin-bottom: 10px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  display: block;
  position: relative;
  line-height: 1.2;
}
.list-style-one li::before {
  position: relative;
  content: '\f14a';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  margin-right: 7px;
  color: #356288;
}
.list-style-one li::after {
  display: block;
  clear: both;
  content: "";
}
/* 10 - Counter  */
.counter-section {
  position: relative;
  padding: 350px 0px 100px;
  margin-top: -350px;
  z-index: 0;
}
.counter-block {
  color: #fff;
  border: 1px dashed #fff;
  padding: 45px;
}
.count-number {
  font-size: 60px;
  /*font-family: 'Rubik', sans-serif;*/
  font-weight: 800;
  display: block;
  position: relative;
}
.count-title {
  display: block;
  font-size: 17px;
  font-weight: normal;
}
.count-number::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 55px;
  background: #356288;
  z-index: -1;
  border-radius: 51% 49% 54% 46% / 30% 30% 70% 70%;
}
/* 11 - case studies  */
.case-image {
  position: relative;
  background: #E9F3FF;
  padding: 15px;
}
.case-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #356288;
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.case-category a,
.case-category a:visited {
  color: #fff;
}
.case-category a:hover {
  text-decoration: none;
}
.case-content {
  text-align: center;
  padding: 40px 30px;
}
.case-block {
  background: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.case-block-title a,
.case-block-title a:visited {
  color: #37375E;
}
.case-block-title a:hover {
  color: #356288;
}
#filters .button {
  background: transparent;
  border: none;
  text-transform: capitalize;
  margin-left: 15px;
}
.button.is-checked {
  color: #356288;
}
/* 12 - testimonials-section  */
.testimonials-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
}
.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50%);
  height: 100%;
  background: #356288;
  z-index: 0;
}
.testimonials-block {
  background: #fff;
  padding: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-content {
  position: relative;
  padding-left: 105px;
}
.testimonial-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 62px;
  background: url(../img/review-icon.svg);
  z-index: 1;
}
.owl-prev,
.owl-next {
  border: none;
  background: transparent;
}
.testimonials-nav {
  height: 24px;
  width: 130px;
}
.testimonials_slide-prev {
  background: url(../img/right-nav.svg);
}
.testimonials_slide-next {
  background: url(../img/left-nav.svg);
}
.testimonials_slider_nav {
  margin-top: 30px;
}
.reviewer-details {
  margin-left: 20px;
}
.reviewer-name {
 /* font-family: 'Rubik', sans-serif;*/
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.reviewer-address {
  display: block;
}
.color-white {
  color: #fff;
}
.section-heading.color-white::after {
  background: #fff;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
/* 13 - block posts  */
.post-block-author-photo {
  max-width: 60px;
  margin-right: 10px;
}
.post-content {
  padding: 30px;
  text-align: center;
}
.post-block-title {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.7;
}
.post-block-title a,
.post-block-title a:visited,
.case-block-title a,
.case-block-title a:visited {
  color: #37375E;
}
.post-block-title a,
.case-block-title a, .post-list-title a, .recent-post-content .entry-title a {
  background-size: 0 0.15em;
  background-position: 0 95%;
  background-repeat: no-repeat;
  transition: background-size 1.1s;
  background-image: linear-gradient(0deg, #356288, #356288);
}
.post-block-title a:hover,
.case-block-title a:hover, .post-list-title a:hover, .recent-post-content .entry-title a:hover {
  text-decoration: none;
  background-size: 100% 0.15em;
}
.post-thumbnail {
  position: relative;
}
.post-block-category {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.post-block-category a, .post-block-category a:visited {
  background: #fff;
  color: #888;
  padding: 7px 15px;
  display: inline-block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-block-category a:hover{
  color: #356288;
  text-decoration: none;
}
.post-block-footer {
  border-top: 1px solid #f6f6f6;
  padding: 15px 30px;
}
.post-block-item {
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.post-carousel .owl-dot.active span,
.post-carousel .owl-dot:hover span {
  background: #356288 !important;
}
/* 14 - footer  */
.email-input {
  width: 100%;
  max-width: 500px;
  height: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #37375E;
  padding: 10px;
}
.subscription-form .wpcf7-submit {
  background: #356288;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  border: none;
  padding: 10px 30px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.subscribe-form-block {
  position: relative;
  max-width: 400px;
  display: block;
  margin: 0px auto;
}
.email-subscription-block {
  max-width: 700px;
  background: #fff;
  padding: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  /*transform: translateY(50px);*/
  display: block;
  margin: 0px auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
input:focus {
  outline: none;
}
.footer-bottom {
  background-color: #356288;
  padding: 30px 0px;
  color: #fff;
}
.address-icon {
  margin-right: 10px;
}
.address-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget .menu li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget .menu a,
.footer-widget .menu a:visited {
  position: relative;
  color: #f7f7f7;
}
.footer-widget .menu a:hover {
  text-decoration: none;
}
.footer-widget .menu a:before {
  position: absolute;
  content: "";
  background: #fff;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-widget .menu a:hover:before {
  width: 100%;
}
.footer-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.footer-social-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-social-links ul li {
  margin-right: 15px;
}
.footer-social-links ul li a,
.footer-social-links ul li a:visited {
  color: #f7f7f7;
}
.footer-menu {
  text-align: right;
}
.footer-menu li {
  margin-left: 20px;
}
.footer-copyright-content {
  padding: 15px 0;
}
.footer-menu li a,
.footer-menu li a:visited,
.about-img-overlay a,
.about-img-overlay a:visited {
  position: relative;
  color: #37375E;
}
.footer-menu li a:hover,
.about-img-overlay a:hover, .post-list-read-more a:hover {
  color: #356288;
  text-decoration: none;
}
.footer-menu li a:before,
.about-img-overlay a:before,
.read-more-we-do:before, .post-list-read-more a:before {
  position: absolute;
  content: "";
  background: #396cf2;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-menu li a:hover:before,
.about-img-overlay a:hover:before,
.read-more-we-do:hover:before, .post-list-read-more a:hover:before {
  width: 100%;
}
.scroll-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/scroll-top.svg);
  background-size: 20px;
  background-repeat: no-repeat ;
  background-position: center;
}
.scroll-top {
  width: 46px;
  height: 46px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #37375E;
  cursor: pointer;
  z-index: 11;
  display: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.scroll-top:hover {
  cursor: pointer;
  background: rgba(55, 55, 94, 0.9);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 575.98px) {
  .testimonial-content {
    position: relative;
    padding-left: 0;
    padding-top: 100px;
  }
  .content-animation {
    width: 100px;
    height: 100px;
  }
  .mt-xs-45 {
    margin-top: 45px;
  }
  .tabs-list li {
    margin-bottom: 15px;
  }
  .testimonials-section::before {
    width: calc(100%);
  }
  .email-subscription-block {
    padding: 15px;
  }
}
/* 15 - home version 2  */
.main-slider {
  position: relative;
}
.slide-item {
  position: relative;
  height: 100vh;
  padding-top: 100px;
}
.slide_image{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slide-intro {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  color: #356288;
  font-weight: normal;
  opacity: 0;
  margin-bottom: 11px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.main-slider .active .slide-intro {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
.main-slider .slide-title {
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 70px;
  color: #37375E;
  font-weight: 800;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.main-slider .active .slide-title {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider .slide-description {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #37375E;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.main-slider .active .slide-description {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider .btn-block {
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-slider .active .btn-block {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1800ms;
}
.slide_image:before {
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
}
.main-slider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
  height: 85px;
  margin-top: -20px;
}
.main-slider .owl-next,
.main-slider .owl-prev {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  color: #37375E !important;
  font-size: 45px;
  background: #fff !important;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-weight: 300;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  transition: all 500ms ease;
}
.main-slider .owl-next {
  right: 0px;
}
.main-slider .owl-prev {
  right: 80px;
}
/* 16 - page-hero  */
.page-hero {
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.page-hero::before {
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}
.breadcrumb {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background-color: transparent;
}
.page-title {
  color: #fff;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #fff;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb .active {
  color: #356288;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}
.dark-text {
  color: #37375E;
}
.counter-block.counter-dark {
  border: 1px dashed #37375E;
}
/* 17 - contact page  */
.contact-block {
  border: 1px solid #f6f6f6;
  padding: 30px;
  text-align: center;
  color: #356288;
}
.contact-icon {
  font-size: 40px;
}
.contact-link {
  display: block;
}
.contact-link,
.contact-link:visited {
  color: #888;
}
.contact-title {
  margin: 25px auto 15px;
}
.error_message {
  display: block;
  height: 22px;
  line-height: 22px;
  background: #FBE3E4 url('../img/icons/error.gif') no-repeat 10px center;
  padding: 3px 10px 3px 35px;
  color: #8a1f11;
  border: 1px solid #FBC2C4;
  -webkit-border-radius: 5px;
}
.loader {
  padding: 0 10px;
}
#contact #success_page h1 {
  background: url('../img/icons/success.gif') left no-repeat;
  padding-left: 22px;
}
#contactform input,
#contactform select,
#contactform textarea {
  width: 100%;
  margin-bottom: 30px;
  min-height: 50px;
  padding-left: 10px;
}
.form-submit {
  background: #356288;
  color: #fff;
  border: none;
}
.form-submit:hover {
  background: #37375E;
}
.opening-hours-line {
  padding: 15px 0px;
  border-bottom: 1px dashed #37375E;
}
/* Blog post page  */
.blog-post-page .post-block-item{
margin-bottom: 30px;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-post-page .post-block-item:hover{
  box-shadow: 5px 25px 40px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
.post-thumbnail{
position: relative;
overflow: hidden;
}
.post-block-item .post-thumbnail:after{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
transition: all 400ms;
opacity: 0;
visibility: hidden;
}
.post-block-item:hover .post-thumbnail:after{
visibility: visible;
opacity: 1;
}
/* post-list-content  */
.post-list-content{
  padding: 30px 0;
}
.post-list-category ul{
list-style: none;
padding-left: 0;
margin-left: 0;
}
.post-list-category ul li{
  display: inline-block;
  position: relative;

}
.post-list-category ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.post-list-category ul li:not(:last-child)::after{
  content: ',';
  position: relative;
  right: 0;
}
.post-list-category ul li a, .post-list-category ul li a:visited{
  color: #888;
}
.post-list-category ul li a:hover{
  color: #356288;
  text-decoration: none;
}
.post-list-title a, .post-list-title a:visited{
  color: #37375E;
}
.post-list-footer{
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
}
.post-list:not(:last-child){
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.post-list-read-more a, .post-list-read-more a:visited{
  color: #888;
  position: relative;
}
.post-list-content p{
  margin-bottom: 0;
}
/* widgets right  */
.search-form-content{
  position: relative;
}
.search-form-content input[type=text] {
  line-height: 45px;
  height: 45px;
  border: 1px solid #ccc;
  padding: 0 70px 0 15px;
  width: 100%;
}
.search-form-content .searchsubmit{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
    height: 45px;
    background: #356288;
    color: #fff;
    padding: 0 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.sidebar .widget{
  margin-bottom: 45px;
}
.widget-title{
  color: #fff;
    padding: 12px 20px;
    background: #356288;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
    border: 0;   
}
.recent-post-list:not(:last-child){
  margin-bottom: 20px;
}
.recent-post-thumb{
  max-width: 150px;
}
.recent-post-content{
  padding-left: 15px;
}
.recent-post-content .entry-title, .recent-post-content .entry-title a, .recent-post-content .entry-title a:visited{
  font-size: 15px;
  color: #37375E;
  font-weight: normal;
  position: relative;
}
.recent-post-date, .recent-post-date span{
font-size: 13px;
line-height: 1;
}
.post-category-widget-lists ul{
  list-style: none;
  padding-left: 0;
}
.post-category-widget-lists ul li{
  padding-left: 15px;
  margin-bottom: 15px;
}
.post-category-widget-lists a, .post-category-widget-lists a:visited{
  position: relative;
  color: #888;
}
.post-category-widget-lists a:hover{
  color: #356288;
  text-decoration: none;
}
.post-category-widget-lists a::after{
  content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    float: left;
    padding-right: 10px;
    margin-left: -15px;
    line-height: 25px;
    font-weight: 300;
}
.gallery-item{
  margin-bottom: 10px;
}
.gallery-item:not(:last-child){
  margin-right: 10px;
}
.widget-tagcloud ul, .single-post-tags ul, .share-post ul{
  list-style: none;
  padding-left: 0;
}
.widget-tagcloud li, .single-post-tags ul li{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.widget-tagcloud li a, .single-post-tags ul li a{
  display: block;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 14px;
}
.widget-tagcloud li a, .widget-tagcloud li a:visited, .single-post-tags ul li a, .single-post-tags ul li a:visited{
  color: #888;
  -webkit-transition: all .3ms ease;
-moz-transition: all .3ms ease;
-ms-transition: all .3ms ease;
-o-transition: all .3ms ease;
transition: all .3ms ease;
}
.widget-tagcloud li a:hover, .single-post-tags ul li a:hover{
  background: #356288;
  color: #fff;
  text-decoration: none;
  border: 1px solid #356288;
}
.post-count{
  float:right;
  font-weight: normal;
}
/*  single-post-meta */
.single-post-meta{
  position: relative;
}
.post-meta-list:not(:last-child){
  margin-right: 40px;
}
.post-meta-list a, .post-meta-list a:visited{
  color: #888;
}
.post-meta-list a:hover{
  color: #356288;
  text-decoration: none;
}
.single-post-header{
  padding: 30px 0;
}
blockquote{
  position: relative;
  font-size: 24px;
  background: #356288;
  color: #fff;
  padding: 45px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
blockquote::before{
  content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-weight: 300; 
}
.share-post ul li{
  display: inline-block;
  margin-left: 20px;
}
.share-post ul li a, .share-post ul li a:visited{
  color: #888;
}
.single-post-footer h4{
  font-size: 1.2rem;
}
.single-post-footer{
  padding-top: 15px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
/* comment  */
.comment-block{
  padding-top: 40px;
}
.comment-author-name{
  font-size: 17px;
  font-weight: bold;
  color: #37375E;
}
.comment-content{
  padding-left: 15px;
}
.comment-item{
  margin-bottom: 30px;
}
.comment-reply .reply, .comment-reply .reply:visited{
  display: inline-block;
  border: 1px solid #356288;
  -webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding: 10px 20px;
-webkit-transition: all .3ms ease;
-moz-transition: all .3ms ease;
-ms-transition: all .3ms ease;
-o-transition: all .3ms ease;
transition: all .3ms ease;
font-size: 15px;
}
.comment-reply .reply:hover{
  background: #356288;
  color: #ffff;
  text-decoration: none;
}
.comment-list{
  list-style: none;
  padding-left: 0;
}
.comment-inner-list{
  list-style: none;
  margin-top: 20px;
}
.submit-comment{
  background: transparent;
  margin-top: 30px;
  display: inline-block;
  border: 1px solid #356288;
  -webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding: 15px 30px;
-webkit-transition: all .3ms ease;
-moz-transition: all .3ms ease;
-ms-transition: all .3ms ease;
-o-transition: all .3ms ease;
transition: all .3ms ease;
font-size: 16px;
}
.submit-comment:hover{
  background: #356288;
  color: #fff;
}
.comment-form input, .comment-form textarea{
  margin-bottom: 20px;
  min-height: 55px;
}
.mail_class:before{
  content: '';
  position: absolute;
  left: -22px;
  width: 17px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
  background-image: url(../img/email.svg);
}
.phone_class:after{
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/phone.svg);
  display: block;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.phone_class:before{
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/phone_blue.svg);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.mail_class,.phone_class{
  margin-left: 20px;
  position: relative;
  display: block;
  /*color: #888888;*/
  text-decoration: none;
  white-space: nowrap;
  font-size: 17px!important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.owl-theme .owl-nav [class*=owl-]:before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -5px;
  left: 50%;
  width: 10px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arr.svg);
}
.owl-theme .owl-nav .owl-prev:before{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.we-do-description{
  min-height: 100px;
}
.tabs-list li{
  margin-bottom: 20px;
  width: 45%;
}
.list-style-one li{
  padding-left: 40px;
  position: relative;
}
.list-style-one li::before{
  content: '';
  width: 15px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/chekbox.svg);
  display: block;
  position: absolute;
  left:15px;
  top: 10px;
}
.flex_counter{
  display: flex;
  align-items: center;
  font-size: 40px;
/*  font-family: 'Rubik', sans-serif;*/
  font-weight: 800;
}

.header-new{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 111;
  background-color: #fff;
}
.contacts_flex{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 100px;
}
.telephone-content:before{
  content: '';
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/phone.svg);
}
.email-content:before{
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/email.svg);
}
.address-content:before{
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/adress.svg);
}
.telephone-content{
  padding-left: 36px;
}
.email-content{
  position: relative;
  padding-left: 30px;
}
.address-content{
  position: relative;
  padding-left: 25px;
}
.telephone-content{
  font-size: 36px;
  line-height: 1;
  color: #37375E;
  font-weight: 800;
  position: relative;

}

.email-content,.address-content{
  font-size: 22px;
  line-height: 1.2;
  color: #37375E;
  font-weight: normal;
  margin-left: 50px;
}
.contacts_flex a{
  text-decoration: none;
  color: #37375E;
  display: block;
  white-space: nowrap;
}
.footer-navigation-menu{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_logo{
  width: 160px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/white_logo.svg);
  display: block;

}
.logoadcore{
  width: 160px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/logoadcore.svg);
  display: block;

}
.footer-navigation-menu a{
  font-size: 13px;
  font-weight: bold;
  padding: 35px 15px;
  height: auto;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.text_copi{
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

section.home-slider {
  /*padding-top: 100px;*/
}
a.btn-bg{
  color: #fff!important;
}
.top_otstup{
  margin-top: 50px;
}
.heder_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.logo_heder{
  width: 190px;
}
.contacts_flex div{
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.footer-navigation-menu a,.logoadcore{
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (min-width:1025px) {
  .footer-navigation-menu a:hover{
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    opacity: 0.5;
    cursor: pointer;
    text-decoration: none;
  }
  .contacts_flex div:hover,.logoadcore:hover{
    opacity: 0.5;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    cursor: pointer;
  }
  ul.header-navigation-menu>li:hover>a,
  ul.header-navigation-menu>li:active>a,
  ul.header-navigation-menu>li:focus>a,
  ul.header-navigation-menu>li.current_page_parent>a {
    color: #356288;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .subscription-form .wpcf7-submit:hover{
    background-color: #37375E;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .main-slider .owl-next:hover:before, .main-slider .owl-prev:hover:before{
    filter: invert(100%);
    transition: all 500ms ease;
  }
  .main-slider .owl-next:hover, .main-slider .owl-prev:hover{
    background: #37375E !important;
  }
  .mail_class:hover,.phone_class:hover{
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  ul.header-navigation-menu>li:hover .phone_class:before{
    opacity: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  ul.header-navigation-menu>li:hover .phone_class:after{
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
}

@media (max-width:1199px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
    width: 96%;
  }
  .tabs-list li a{
    padding: 15px 10px;
    font-size: 11px;
  }
  .main-slider .slide-title{
    font-size: 50px;
  }
  .slide-intro{
    font-size: 24px;
  }
  .telephone-content {
    font-size: 27px;
  }
  .email-content, .address-content{
    font-size: 17px;
  }
  .tabs-list li{
    width: 49%;
  }
}

@media (max-width:1024px) {
  ul.header-navigation-menu>li>a {
    font-size: 12px;
  }
  .mail_class, .phone_class{
    font-size: 14px!important;
  }
  .phone_class:after{
    width: 12px;
    left: -10px;
  }
  ul.header-navigation-menu>li>a {
    padding-right: 5px;
  }
  .tabs-list li{
    width: 49%;
  }
  .tabs-block{
    padding-left: 40px;
    padding-right: 40px;
  }
  body{
    font-size: 14px;
  }
  .counter-block{
    padding: 30px 0;
    text-align: center;
  }
  .flex_counter{
    justify-content: center;
  }
}
@media (max-width:900px) {
.footer-navigation-menu{
  display: none;
}
  .telephone-content {
    font-size: 24px;
  }
  .email-content, .address-content{
    font-size: 14px;
  }
  .telephone-content:before{
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .telephone-content {
    padding-left: 25px;
  }

}
.menu_icon{
  display: none;
}
.line{
  left: 0;
  right: 0;
  height: 3px;
  background: #356288 ;
  position: absolute;
}
.line_one{
  top: 0;
}
.line_three{
  bottom: 1px;
}
.line_two{
  top: 50%;
  -ms-transform:translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
}
.lines{
  position: relative;
  height: 24px;
  width: 31px;
}
@media (max-width:800px) {
  .menu_icon{
    display: block;
  }
  ul.header-navigation-menu{
    display: none;
  }
  .we-do-block{
    padding: 20px 15px;
  }
  .tab-content .col-md-6{
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
  .tab-content .hide_img{
    display: none;
  }
  .tabs-list li{
    width: 30%;
  }
  .tabs-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    white-space: pre-wrap;
  }
  .flex_counter{
    font-size: 30px;
  }
  .count-number {
    font-size: 40px;
  }
  .count-title{
    font-size: 15px;
  }
  .counter-section .col-md-3 {
    width: 25%;
    padding: 0 1%;
  }
  .contacts_flex{
    flex-wrap: wrap;
  }
  .telephone-content {
    padding-left: 25px;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .email-content, .address-content{
    margin-left: 0;
    margin-right: 50px;
  }
  .main-slider .slide-title {
    font-size: 40px;
    line-height: 1.3;
  }
  .slide-intro {
    font-size: 18px;
  }
  .h2, h2 ,h2.section-title{
    font-size: 24px;
  }
  .main-slider .owl-next, .main-slider .owl-prev{
    width: 45px;
    height: 45px;
  }
  .main-slider .owl-prev {
    right: 55px;
  }
  .main-slider .owl-nav{
    height: 55px;
  }
}
@media (max-width:750px) {
  .tabs-list li {
    width: 46%;
  }
}
@media (max-width:550px) {
  .email-content, .address-content{
    margin-right: 0;
  }
  .email-content{
    margin-right: 30px;
  }
}
@media (max-width:500px) {
  .email-content{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .h3, h3 {
    font-size: 22px;
  }
  .main-slider .slide-title {
    font-size: 24px;
   }
  .slide-intro {
    font-size: 16px;
  }
  .footer_logo {
    width: 120px;
    height: 40px;
  }
  .counter-section .col-md-3 {
    width: 50%;
    padding: 1%;
  }
  .tabs-list li {
    width: 100%;
  }
  .tabs-list li a{
    height: auto;
  }
  .logo_heder {
    width: 140px;
  }
  .slide-item{
  padding-top: 83px;
    min-height: 320px;
  }
  .h2, h2, h2.section-title {
    font-size: 20px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .about-list {
    padding: 0;
  }
  .about-number {
    min-width: 60px;
    font-size: 40px;
  }
  .tabs-block {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none;
  }
  .form-inline{
   justify-content: center;
  }
  .subscription-form .wpcf7-submit{
    position: relative;
    margin-top: 20px;
  }
  .email-input{
    text-align: center;
  }
  .our-services{
    padding-top: 0;
  }
}
#contacts{
  padding-top: 80px;
}
.nowrap{
  white-space: nowrap;
}
ul.header-navigation-menu>li>a{
  padding: 0;
  margin: 0 10px;
}
ul.header-navigation-menu>li>a.phone_class{
  margin-left: 10px;
  padding-left: 20px;
  margin-right: 0;
}
ul.header-navigation-menu>li.menu_hide_mob a:before{
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #356288;
  top: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul.header-navigation-menu>li.menu_hide_mob:hover a:before{
  right: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.we-do-description {
  color: #356288;
  font-weight: normal;
  font-size: 16px;
}
.main_zaglav{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dop_zaglav{
  font-size: 18px ;
  font-weight: normal;
  margin-bottom: 15px;
}
.descript_text h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #356288;
}
.descript_text{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #356288;
}
.main_baner:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.59);
}
.main_baner{
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.baner_zaglav{
  font-size: 45px;
  line-height:1.55;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}
.baner_container{
  position: relative;
  z-index: 1;
}
.banner_flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_flex a.active_url{
  color: rgba(255, 255, 255,1);
  text-decoration: none;
  cursor: pointer;
}
.banner_flex span{
  color: #fff;
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255,1);
  padding: 0 5px;
}
.banner_flex a:hover{
  color: rgba(255, 255, 255, 0.55);
}
.banner_flex a{
  color: rgba(255, 255, 255, 0.55);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  cursor: default;
}
.page_name.about_page .about_page,.page_name.services_page .services_page,.page_name.home_page .main_page{
  pointer-events: none;
  opacity: 0.35;
}
.hide_description{
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.we-do-block:hover .hide_description{
  opacity: 1;
  max-height: 100%;
  visibility: visible;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about_page .we-do-section{
  padding-bottom: 0;
  padding-top: 0;
}
.new_we_do  .we-do-image img{
  max-width: 100%;
  max-height: 100%;
}
.new_we_do  .we-do-image{
  width: 100%;
  height: 132px;
}
.new_we_do .we-do-block{
  margin-bottom: 30px;
}
.new_we_do .we-do-title{
  height: 45px;
}
section.new_we_do.we-do-section p{
 height: 55px;
}
section.new_we_do.we-do-section{
  padding-bottom: 0;
}
.we-do-block .btn {
  padding: 8px 30px;
}
@media (max-width:1024px) {
  .new_we_do .col-md-4{
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  ul.header-navigation-menu>li>a.phone_class{
    margin-left: 20px;
    padding-left: 10px;
  }
  ul.header-navigation-menu>li>a{
    margin: 0 6px;
  }
}
@media (max-width:650px) {
  .new_we_do .we-do-title{
    font-size: 16px;
  }
  .main_baner{
    height: 250px;
  }
  .baner_zaglav {
    font-size: 35px;
  }
}
@media (max-width:550px) {
  .new_we_do .col-md-4{
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .new_we_do .we-do-title{
    height: auto;
  }
  .new_we_do  .we-do-description{
    min-height: 0;
  }
  section.new_we_do.we-do-section p {
    height: auto;
  }
  section.new_we_do.we-do-section .top_otstup{
    margin-top: 20px;
  }
}

.block_info ul li:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #356288;
  top: 12px;
  left: 0;
}
.block_info ul li{
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}
.block_info ul{
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block_info strong{
  margin-top: 20px;
  display: block;
}
.block_info{
  display: none;
  text-align: left;
}

.block_info.active{
  display: block;
}
.panel.more_panel{
  max-width: 900px;
}
.new_descript{
  max-height: 80vh;
  position: relative;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.popup_style .list-style-one li{
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 1.6;
}
.popup_dop_descript h2{
  font-size: 17px;
  line-height: 1.6;
  margin-top: 10px;
}
.services_page .we-do-title{
  text-transform: uppercase;
}
.language_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.language_item:hover {
  text-decoration: none;
  color: #37375E;
}
.language_item {
  display: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0 5px;
  height: auto;
  position: relative;
  color: #37375E;
  text-transform: uppercase;
  opacity: 0.35;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}
.language_item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #356288;
  top: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.active.language_item:before,.language_item:hover:before{
    right: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.home_page .main_page_lang, .about_page .about_page_lang, .services_page .services_page_lang{
  display: block;
}
.active.language_item{
  opacity: 1;
  pointer-events: none;
}
.flex_right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width:800px) {
  .language_flex{
    margin-left: 0;
    margin-right: 20px;
  }
}