/*!
Theme Name: PeakAdvisory
Theme URI: https://wis17.agency/
Author: WIS17 Agency
Author URI: https://wis17.agency/
Description: 
Version: 1.0.0

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-family: "bicyclette", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h2,
.h2 {
  font-family: "bicyclette", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h3,
.h3 {
  font-family: "bicyclette", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h4,
.h4 {
  font-family: "bicyclette", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h5,
.h5 {
  font-family: "bicyclette", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h6,
.h6 {
  font-family: "bicyclette", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #031322;
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #031322;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

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

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*------------------- ORIOLE ---------------------*/
/*------------------------------------------------*/
img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}

/* Header */
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  border-top: #004C9E 2px solid;
  /*opacity: 1;*/
  /* transition: 0.4s all ease-in-out; */
}

body.down .site-header {
  background: #ffffff;
}

.site-header .site-branding {
  padding-top: 20px;
  float: left;
  padding-bottom: 20px;
}

.site-header .site-branding a {
  display: inline-block;
}

.site-header .site-branding a img {
  height: 60px;
  width: auto;
}

.site-header .main-navigation {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  padding-top: 40px;
}

.site-header .main-navigation ul li {
  padding: 5px 15px;
}

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

.site-header .main-navigation ul li a {
  color: #031322;
  font-size: 16px;
  font-family: "bicyclette", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.site-header .main-navigation ul li ul {
  box-shadow: none;
}

.site-header .main-navigation ul li ul li {
  padding-left: 0;
}

.site-header .main-navigation ul li ul li a {
  font-size: 12px;
  width: max-content;
}

.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current-menu-parent>a,
.site-header .main-navigation ul li a:active,
.site-header .main-navigation ul li a:focus,
.site-header .main-navigation ul li a:hover {
  color: #004C9E !important;
}

/* Main */
ul.has-point {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.has-point li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

ul.has-point li:before {
  content: url("./images/icons/arrow.svg");
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
}

p {
  margin-bottom: 16px;
}

input,
button {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
  color: #004C9E;
  outline: none !important;
  box-shadow: none !important;
}

.section ul {
  margin-left: 0;
  position: relative;
}

.section li {
  list-style: none;
  padding-bottom: 10px;
}

.section li::before {
  content: "•";
  color: #004C9E;
  position: absolute;
  left: 0px;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #004C9E;
}

.color-black {
  color: #161619;
}

.color-gray {
  color: #7a888e;
}

.bg-gray {
  background: #f5f6f6;
}

.bg-blue {
  background: #eaf1f6;
}

.mw-1 {
  max-width: 750px;
}

.mw-2 {
  max-width: 520px;
}

.desc-bigtext {
  font-size: 20px;
  margin-bottom: 2em;
}

.desc {
  padding-bottom: 30px;
}

.hr-break {
  background-color: #e6e7e9;
}

.quote {
  font-size: 20px;
  color: #004C9E;
  margin-bottom: 20px;
}

.site {
  overflow: hidden;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.h-110 {
  height: 110px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  scroll-margin: 100px;
}

.btn-cut-section {
  margin-bottom: -132px;
}

.row.row-m {
  margin-right: -9px;
  margin-left: -9px;
}

.row.row-m div[class^="col-"] {
  padding-right: 9px;
  padding-left: 9px;
}

.btn {
  color: #004C9E;
  font-weight: 700;
  font-size: 21px;
  border: 1px solid #004C9E;
  border-radius: 0;
  height: 64px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  min-width: 300px;
  position: relative;
}

.btn img {
  height: 24px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 30px;
}

.btn:hover {
  color: #004C9E;
}

.btn:hover img {
  right: 15px;
  /*color: #ffffff;*/
  /*background: #004C9E;*/
}

.section-banner img {
  max-width: unset;
  width: 100%;
  margin-top: 10vh;
}

.form-control {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #e6e7e9 !important;
  font-size: 15px;
  padding: 15px;
  outline: none !important;
  box-shadow: none !important;
  height: 55px;
}

textarea.form-control {
  height: 165px;
}

.btn-submit {
  margin-top: 60px;
}

.btn-submit img {
  margin-left: 180px;
}

.btn-submit:hover img {
  margin-left: 190px;
}

.group-btn .btn {
  margin-bottom: 5px;
}

.fs-20 {
  font-size: 20px;
}

.item-1 {
  display: block;
  margin-bottom: 80px;
}

.item-1 p {
  margin-bottom: 16px;
}

.has-line {
  align-items: center;
  display: flex;
}

.has-line img {
  height: 18px;
  transition: all 0.3s ease-in-out;
  margin-left: 6px;
  margin-top: 0;
}

.item-1 .desc {
  padding-bottom: 0;
  font-size: 16px;
  color: #68717a;
}

.item-1:hover {
  color: unset;
}

.item-1:hover .has-line img {
  margin-left: 10px;
}

.item-1 h3 a {
  display: inline-block;
  position: relative;
}

.item-1 h3 a img {
  position: absolute;
}

.item-2 {
  display: flex;
  margin-bottom: 70px;
  align-items: center;
}

.item-2 .avatar {
  width: 188px;
}

.item-2 .content {
  padding-left: 30px;
}

.item-2 .desc {
  font-size: 16px;
  color: #004C9E;
  display: block;
}

.item-2 .socials {
  font-size: 16px;
  display: block;
}

.item-2 .socials a {
  display: block;
  color: #35424e;
}

.item-2 .socials a:hover {
  color: #004C9E;
}

.item-2 .socials a img {
  margin-right: 10px;
}

.item-2-full {
  margin-bottom: 80px;
}

.item-2-full .item-2 {
  margin-bottom: 30px;
}

.item-2-full .about {
  font-size: 14px;
  max-width: 520px;
  color: #68717a;
  line-height: 1.75;
}

.item-3 {
  margin-top: 80px;
}

.item-3 .desc {
  padding-bottom: 0px;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

div.wpcf7 .ajax-loader {
  margin-top: 60px;
}

/* Footer */
.site-footer {
  background: #ffffff;
  font-size: 14px;
  color: #68717a;
  padding-top: 85px;
}

.site-footer div[class^="col-"] {
  padding-top: 25px;
}

.site-footer .f-logo {
  margin-top: -10px;
  display: block;
  margin-bottom: 5px;
}

.site-footer .f-logo img {
  width: 140px;
}

.site-footer .menu,
.site-footer ul {
  margin: 0;
  padding: 0;
}

.site-footer .menu>li {
  padding-bottom: 30px;
}

.site-footer .menu li {
  list-style: none;
}

.site-footer .menu>li>a {
  font-weight: 700;
  font-family: "bicyclette", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  color: #031322 !important;
  font-size: 16px !important;
}

.site-footer .menu li a {
  color: #68717a;
  display: block;
  font-size: 14px;
}

.site-footer .menu li li:last-child a {
  margin-bottom: 0;
}

.site-footer .f-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "bicyclette", sans-serif;
}

.site-footer input,
.site-footer button {
  border: 1px solid #e6e7e9 !important;
  font-size: 14px;
  font-style: italic;
  /*color: #004C9E;*/
  border-radius: 0;
  height: 55px;
  background: #ffffff;
  width: 100%;
  padding: 0 15px;
}

.site-footer input {
  border-right: 0 !important;
}

.site-footer button {
  width: 45px;
  font-style: unset;
  font-weight: bold;
  border-left: 0 !important;
}

.site-footer input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004C9E;
  opacity: 0.7;
  /* Firefox */
}

.site-footer input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #004C9E;
  opacity: 0.7;
}

.site-footer input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #004C9E;
  opacity: 0.7;
}

.footer-bot {
  border-top: 1px solid #e6e7e9;
  padding: 40px 0;
  font-size: 12px;
}

.section-team .col-md-6:last-child .item-2-full,
.section-team .col-md-6:nth-last-child(2) .item-2-full {
  margin-bottom: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.language_list {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #696969;
  display: flex;
  float: right;
  margin-top: 40px;
  font-family: "bicyclette", sans-serif;
  font-size: 16px;
}

.language_list span,
.language_list a {
  padding: 5px 0px 5px 5px;
  text-transform: uppercase;
}

.language_list span,
.language_list a:hover {
  color: #004C9E;
}

/* Reponsive */
@media (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}

@media (max-width: 1919.98px) and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 1499.98px) and (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 1919.98px) {}

@media (max-width: 1499.98px) {}

@media (max-width: 1299.98px) {}

@media (max-width: 1199.98px) {
  .item-2 .avatar {
    width: 160px;
  }
}

@media (max-width: 991.98px) {
  .site-main {
    margin-top: 87px;
  }

  .site-header {
    background: #fff;
  }

  .section-banner img {
    margin-top: 0;
  }

  .site-header .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex !important;
    transition: width 0.25s ease-in-out;
    z-index: 111111111;
  }

  .site-header .navbar-collapse.show {
    width: 100%;
  }

  .site-header .navbar .menu {
    display: block;
    justify-content: unset;
  }

  .site-header .navbar .menu li {
    text-align: left;
  }

  .site-header .navbar .menu li a {
    font-size: 34px;
    line-height: 60px;
  }

  .language_list {
    margin-top: 25px;
    border-left: 0;
    margin-right: 45px;
  }

  .close-menu {
    position: absolute;
    top: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    background: none;
    right: 17px;
    font-size: 40px;
    background: url(images/close.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }

  .close-menu:hover {
    color: #004C9E;
  }

  .navbar-light .navbar-toggler {
    position: absolute;
    top: 27px;
    right: 15px;
    color: #000000;
    border: none;
    padding: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }

  .navbar-light .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(230, 51, 9, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }

  .site-header .site-branding {
    padding-top: 15px;
  }

  .site-header .site-branding a img {
    height: 50px;
  }

  .site-header .main-navigation {
    padding-top: 85px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }

  .site-header .main-navigation .navbar-collapse {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 20px;
  }

  .site-header .site-branding a img {
    height: 50px;
  }

  .site-header {
    height: 80px;
  }

  .site-header .main-navigation {
    padding-top: 25px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h-110 {
    height: 90px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  .fs-20 {
    font-size: 19px;
  }

  .pb-60 {
    padding-bottom: 50px !important;
  }

  .btn-cut-section {
    margin-bottom: -108px;
  }

  .btn {
    font-size: 19px;
    height: 55px;
  }

  .item-2 {
    margin-bottom: 45px;
  }

  .item-2 .avatar {
    width: 130px;
  }

  .item-2 .content {
    padding-left: 15px;
  }

  .item-2 .desc {
    font-size: 15px;
  }

  .pb-20 {
    padding-bottom: 15px !important;
  }

  .site-footer .menu>li {
    padding-bottom: 20px;
  }

  .site-footer .menu>li:last-child {
    padding-bottom: 0;
  }

  p {
    margin-bottom: 12px;
  }

  .site-footer {
    padding-top: 65px;
  }

  .site-footer input,
  .site-footer button {
    height: 45px;
  }

  .footer-bot {
    padding: 30px 0;
  }

  .item-3 {
    margin-top: 40px;
  }

  ul.has-point li {
    margin-bottom: 6px;
  }

  .desc {
    padding-bottom: 25px;
  }

  .item-2 .socials {
    font-size: 13px;
  }

  .item-2-full .item-2 {
    margin-bottom: 25px;
  }

  .item-2-full,
  .section-team .col-md-6:nth-last-child(2) .item-2-full {
    margin-bottom: 60px;
  }

  .maps {
    display: block;
    margin-bottom: 30px;
  }

  .form-control {
    height: 45px;
  }

  .btn-submit {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .item-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .site-header .navbar .menu li a {
    font-size: 26px;
    line-height: 36px;
  }
}