@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #505153;
  background: #fff;
  font: 16px/1.625 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "bebasneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #000;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 34px;
  line-height: 1;
  color: #505153;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 20px;
  line-height: 1.444;
  letter-spacing: 0.2px;
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 18px;
  }
}

h3, .h3 {
  font-size: 18px;
  color: #00b2f0;
}

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

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #505153;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #505153;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #505153;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #505153;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #505153;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #505153;
}

select {
  -webkit-border-radius: 0;
}

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

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@font-face {
  font-family: "bebasneue";
  src: url("../fonts/bebasneuethin-webfont.woff") format("woff"), url("../fonts/bebasneuethin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue";
  src: url("../fonts/bebasneuebook-webfont.woff") format("woff"), url("../fonts/bebasneuebook-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue";
  src: url("../fonts/bebasneuelight-webfont.woff") format("woff"), url("../fonts/bebasneuelight-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue";
  src: url("../fonts/bebasneueregular-webfont.woff") format("woff"), url("../fonts/bebasneueregular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue";
  src: url("../fonts/bebasneuebold-webfont.woff") format("woff"), url("../fonts/bebasneuebold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-phone:before {
  content: "";
}

.ico-contact:before {
  content: "";
}

.ico-phone3:before {
  content: "";
}

.ico-contact1:before {
  content: "";
}

.ico-phone1:before {
  content: "";
}

.ico-cellular-phone:before {
  content: "";
}

.ico-mobile:before {
  content: "";
}

.ico-phone2:before {
  content: "";
}

.ico-old-phone:before {
  content: "";
}

.ico-phone-square:before {
  content: "";
}

.ico-arrow-right:before {
  content: "";
}

.ico-arrow-left:before {
  content: "";
}

.ico-facebook:before {
  content: "";
}

.ico-linkedin:before {
  content: "";
}

.ico-phone4:before {
  content: "";
}

.ico-pin:before {
  content: "";
}

.ico-play:before {
  content: "";
}

.ico-quote:before {
  content: "";
}

.ico-instagram:before {
  content: "";
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  transition: none !important;
}

a,
button,
input[type=submit] {
  transition: all 0.25s ease-in-out;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

.bg-primary {
  background-color: #00b2f0 !important;
}

.bg-secondary {
  background-color: #e0007a !important;
}

.bg-success {
  background-color: #00927b !important;
}

.bg-warning {
  background-color: #fb8c05 !important;
}

.color-primary {
  color: #00b2f0 !important;
}

.color-secondary {
  color: #e0007a !important;
}

.color-success {
  color: #00927b !important;
}

.color-warning {
  color: #fb8c05 !important;
}

#wrapper,
#main,
#footer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nav-active {
  overflow: hidden;
  height: 100vh;
}

.sticky-wrap-header {
  transition: all 0.25s ease-in-out;
}

.header {
  position: relative;
  padding: 40px 0 64px;
  z-index: 9;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .header {
    padding: 40px 0 50px;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-position .header {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.logo {
  display: block;
  width: 134px;
}
@media (max-width: 767px) {
  .logo {
    width: 110px;
  }
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .main-nav {
    position: absolute;
    right: 15px;
    top: 21px;
    z-index: 1;
  }
}

.nav-opener {
  width: 36px;
  height: 36px;
  background: #fff;
  position: relative;
  margin-right: -5px;
  display: block;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  transition: all 0.25s ease-in-out;
  left: 50%;
  height: 3px;
  width: 26px;
  content: "";
  position: absolute;
  background: #00b2f0;
  margin-left: -15px;
  border-radius: 5px;
}
.nav-opener:before {
  top: 9px;
}
.nav-opener:after {
  top: 50%;
  transform: translateY(-50%);
}
.nav-opener span {
  bottom: 8px;
}
.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  opacity: 0.8;
}

.nav-close {
  width: 40px;
  height: 40px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}
@media (min-width: 768px) {
  .nav-close {
    display: none;
  }
}
.nav-close:before, .nav-close:after {
  transition: opacity 0.25s ease-in-out;
  width: 24px;
  height: 3px;
  background: #00b2f0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.nav-close:after {
  width: 3px;
  height: 24px;
}
.nav-close:hover:before, .nav-close:hover:after {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .nav-drop {
    transition: transform 0.25s ease-in-out;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 280px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: auto;
    transform: translateX(350px);
    text-align: center;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .nav-active .nav-drop {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .nav-drop .btn {
    display: block;
    margin: 0 0 30px;
  }
}

.navigation {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .navigation {
    font-size: 14px;
    letter-spacing: normal;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navigation {
    display: block;
    font-size: 16px;
    padding: 70px 0 25px;
  }
}
.navigation li {
  padding: 0 0 0 57px;
}
@media (max-width: 1199px) {
  .navigation li {
    padding: 0 0 0 45px;
  }
}
@media (max-width: 1023px) {
  .navigation li {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 767px) {
  .navigation li {
    padding: 0;
    margin: 0 0 2px;
  }
}
.navigation li a {
  display: block;
  color: #505153;
}
@media (max-width: 767px) {
  .navigation li a {
    padding: 10px 15px;
    border-radius: 5px;
  }
}
.navigation li a:hover, .navigation li a.active {
  color: #00b2f0;
}
@media (max-width: 767px) {
  .navigation li a:hover, .navigation li a.active {
    color: #fff;
    background: #00b2f0;
  }
}
.navigation li.active a {
  color: #00b2f0;
  font-weight: 900;
}
@media (max-width: 767px) {
  .navigation li.active a {
    color: #fff;
    background: #00b2f0;
  }
}

.visual-block {
  overflow: hidden;
  padding: 16px 0 0;
  margin: 0 0 121px;
}
@media (max-width: 1023px) {
  .visual-block {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .visual-block {
    padding: 0;
    margin: 0 0 40px;
  }
}
.visual-block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .visual-block .container {
    flex-flow: row wrap;
    flex-direction: column-reverse;
  }
}
.visual-block .textbox {
  width: 57%;
  padding: 32px 25px 0 153px;
}
@media (max-width: 1199px) {
  .visual-block .textbox {
    padding: 32px 25px 0 100px;
  }
}
@media (max-width: 1023px) {
  .visual-block .textbox {
    padding: 32px 25px 0 50px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .visual-block .textbox {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.visual-block .subtitle {
  font-size: 20px;
  line-height: 1.2;
  color: #00b2f0;
  display: block;
  margin: 0 0 30px;
  font-weight: 700;
  font-family: "bebasneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .visual-block .subtitle {
    margin: 0 0 15px;
  }
}
.visual-block h1 {
  margin: 0 0 40px;
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .visual-block h1 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .visual-block h1 {
    margin: 0 0 15px;
  }
}
.visual-block .social-links {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-family: "bebasneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: absolute;
  left: -104px;
  top: 62px;
  transform: rotate(90deg) translateX(50%);
}
@media (max-width: 1023px) {
  .visual-block .social-links {
    top: 45px;
  }
}
@media (max-width: 767px) {
  .visual-block .social-links {
    transform: none;
    position: static;
    margin: 0 0 25px;
    justify-content: center;
  }
}
.visual-block .social-links li {
  display: flex;
  align-items: center;
}
.visual-block .social-links li + li:before {
  display: block;
}
.visual-block .social-links li:before {
  width: 2px;
  height: 2px;
  display: none;
  content: "";
  margin: 0 11px 0 10px;
  background: #050D31;
}
.visual-block .social-links li a {
  color: #050D31;
}
.visual-block .social-links li a:hover {
  color: #e0007a;
}
.visual-block .btn-watch {
  font-size: 12px;
  line-height: 1.2;
  color: #050D31;
  display: inline-flex;
  align-items: center;
  font-family: "bebasneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.visual-block .btn-watch .ico-play {
  width: 80px;
  height: 80px;
  padding: 5px;
  border-radius: 100%;
  border: 1px solid #505153;
  display: block;
  margin: 0 15px 0 0;
}
@media (max-width: 1023px) {
  .visual-block .btn-watch .ico-play {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 479px) {
  .visual-block .btn-watch .ico-play {
    width: 40px;
    height: 40px;
  }
}
.visual-block .btn-watch .ico-play:before {
  transition: all 0.25s ease-in-out;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b2f0;
  color: #fff;
  border-radius: 100%;
  font-size: 28px;
  line-height: 1;
  padding: 0 0 0 8px;
}
@media (max-width: 1023px) {
  .visual-block .btn-watch .ico-play:before {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .visual-block .btn-watch .ico-play:before {
    width: 28px;
    height: 28px;
    font-size: 16px;
    padding: 0 0 0 4px;
  }
}
.visual-block .btn-watch:hover {
  color: #e0007a;
}
.visual-block .btn-watch:hover .ico-play:before {
  background: #e0007a;
}
.visual-block .images-box {
  width: 43%;
}
@media (max-width: 1023px) {
  .visual-block .images-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .visual-block .images-box {
    width: 100%;
    margin: 0 0 25px;
  }
}
.visual-block .visual-slider .slick-slide img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.clients-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 70px;
}
@media (max-width: 1023px) {
  .clients-block {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .clients-block {
    margin: 0 0 25px;
  }
}
.clients-block h3, .clients-block .h3 {
  margin: 34px 0 0;
  min-width: 230px;
  max-width: 230px;
  float: left;
  text-align: center;
}
@media (max-width: 1199px) {
  .clients-block h3, .clients-block .h3 {
    min-width: inherit;
    max-width: inherit;
    text-align: left;
    width: 12%;
  }
}
@media (max-width: 1023px) {
  .clients-block h3, .clients-block .h3 {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .clients-block h3, .clients-block .h3 {
    text-align: center;
  }
}
.clients-block h3:before, .clients-block .h3:before {
  display: none;
}

.client-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .client-logos {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .client-logos {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.client-logos li {
  overflow: hidden;
}
@media (max-width: 767px) {
  .client-logos li {
    width: 33.333%;
  }
}
.client-logos li img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .client-logos li img {
    width: auto;
    max-width: 100%;
  }
}

.logos-slider .slick-slide img {
  max-height: 100px;
}
@media (max-width: 1023px) {
  .logos-slider .slick-slide img {
    max-height: 80px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .logos-slider .slick-slide img {
    max-height: 65px;
  }
}

.h3 {
  display: block;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 12px;
  text-transform: none;
}
@media (max-width: 1023px) {
  .h3 {
    padding-left: 0;
  }
}
.h3:before {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -30px;
  top: 14px;
  content: "";
}
@media (max-width: 1023px) {
  .h3:before {
    display: none;
  }
}

.about-block {
  position: relative;
  margin: 0 0 117px;
}
@media (max-width: 1199px) {
  .about-block {
    margin: 0 0 70px;
  }
}
@media (max-width: 1023px) {
  .about-block {
    margin: 0 0 40px;
  }
}
.about-block:before, .about-block:after {
  width: 350px;
  height: 350px;
  border-radius: 40px;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  opacity: 0.06;
}
.about-block:before {
  background: #e0007a;
  right: -272px;
  top: -164px;
}
.about-block:after {
  background: #00b2f0;
  left: -111px;
  bottom: 75px;
}
.about-block .head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0 0 30px;
  margin: 0 0 52px;
}
@media (max-width: 1023px) {
  .about-block .head {
    margin: 0 0 30px;
    padding: 0;
  }
}
.about-block h2 {
  text-transform: none;
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
}
.about-block .title-box {
  width: 40%;
  max-width: 390px;
}
@media (max-width: 1023px) {
  .about-block .title-box {
    width: 100%;
    max-width: inherit;
  }
}
.about-block .textbox {
  width: 49.4%;
  padding: 47px 0 0;
}
@media (max-width: 1023px) {
  .about-block .textbox {
    width: 100%;
    padding: 0;
  }
}
.about-block .textbox p {
  margin: 0 0 30px;
}

.about-list {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 41px 0 0;
  letter-spacing: 0.5px;
  max-width: 471px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .about-list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-list {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 25px;
  }
}
.about-list li {
  width: 125px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about-list li {
    width: 88px;
  }
}
.about-list .subtitle {
  font-size: 36px;
  line-height: 1;
  color: #00b2f0;
  display: block;
  margin: 0 12px 0 0;
  letter-spacing: normal;
  font-family: "Cabin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .about-list .subtitle {
    font-size: 28px;
    margin: 0 7px 0 0;
  }
}

.images-holder {
  padding: 0 0 0 172px;
}
@media (max-width: 1199px) {
  .images-holder {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .images-holder {
    padding: 0;
  }
}

.images-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -25px;
  position: relative;
  margin-right: calc((100vw - 1092px) / -2);
}
@media (max-width: 1199px) {
  .images-list {
    margin-right: -45px;
  }
}
@media (max-width: 1023px) {
  .images-list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .images-list {
    justify-content: center;
  }
}
.images-list:before {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 11px;
  top: -46px;
  content: "";
  background: url("../images/dot-shape.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .images-list:before {
    left: -10px;
  }
}
@media (max-width: 1023px) {
  .images-list:before {
    top: -25px;
  }
}
@media (max-width: 767px) {
  .images-list:before {
    top: -15px;
  }
}
.images-list li {
  width: 33.333%;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .images-list li {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .images-list li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .images-list li {
    padding: 0 5px;
    width: 50%;
    margin: 0 0 10px;
  }
}
@media (max-width: 479px) {
  .images-list li {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
}
.images-list li img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.services-block {
  position: relative;
  margin: 0 0 -174px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .services-block {
    margin: 0 0 20px;
  }
}
.services-block .container {
  display: flex;
  flex-flow: row wrap;
}
.services-block .title-box {
  width: 33.2%;
  max-width: 380px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .services-block .title-box {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 1023px) {
  .services-block .title-box {
    padding: 0;
  }
}
.services-block .title-box:before {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 57px;
  bottom: 167px;
  content: "";
  background: url("../images/dot-shape.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .services-block .title-box:before {
    left: 0;
    top: 100%;
    bottom: auto;
  }
}

.services-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 -35px 0 -25px;
  padding: 26px 0 0;
}
@media (max-width: 1199px) {
  .services-list {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .services-list {
    margin: 0 -7px;
  }
}
@media (max-width: 1023px) {
  .services-list {
    padding: 15px 0 0;
  }
}
.services-list li {
  width: 49%;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .services-list li {
    max-width: inherit;
    width: 24%;
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .services-list li {
    width: 49%;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .services-list li {
    padding: 0 7px;
    margin: 0 0 15px;
  }
}
@media (max-width: 479px) {
  .services-list li {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .services-list li:first-child {
    max-width: inherit;
  }
}
@media (max-width: 1199px) {
  .services-list li:nth-child(2) {
    max-width: inherit;
  }
}
.services-list li:nth-child(3) {
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .services-list li:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .services-list li:nth-child(even) {
    margin-top: 0;
  }
}

.service-box {
  padding: 30px;
  display: flex;
  align-items: flex-end;
  sheight: 214px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .service-box {
    padding: 20px;
  }
}
.service-box .holder {
  width: 100%;
}
.service-box h2 {
  color: #fff;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.056;
  letter-spacing: normal;
}
@media (max-width: 1023px) {
  .service-box h2 {
    margin: 0 0 10px;
  }
}
.service-box .link {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  font-family: "bebasneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.service-box .link:after {
  font-size: 12px;
  line-height: 1;
  font-family: "icomoon";
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
  color: #000;
}
.service-box .link:hover {
  color: #000;
}
.service-box.bg-primary {
  background-image: url("../images/pantone.png");
}
.service-box.bg-secondary {
  background-image: url("../images/web-design.png");
}
.service-box.bg-success {
  background-image: url("../images/light-bulb.png");
}
.service-box.bg-warning {
  background-image: url("../images/calendar.png");
}

.portfolio-block {
  overflow: hidden;
  background: #00b2f0;
  padding: 254px 0 65px;
  color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .portfolio-block {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .portfolio-block {
    padding: 40px 0;
  }
}
.portfolio-block:before {
  width: 498px;
  height: 498px;
  border-radius: 40px;
  position: absolute;
  content: "";
  opacity: 0.8;
  right: -115px;
  top: 514px;
  background: url(../images/dashed-box.png) no-repeat;
  background-size: 100% 100%;
}
.portfolio-block:after {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: -69px;
  content: "";
  background: url("../images/dot-shape-white.png") no-repeat;
  background-size: 100% 100%;
}
.portfolio-block .head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0 0 30px;
  margin: 0 0 50px;
}
@media (max-width: 1023px) {
  .portfolio-block .head {
    padding: 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-block .head {
    margin: 0 0 15px;
  }
}
.portfolio-block .title-box {
  width: 40%;
  max-width: 390px;
}
@media (max-width: 1199px) {
  .portfolio-block .title-box {
    width: 100%;
    max-width: inherit;
  }
}
.portfolio-block .textbox {
  width: 46.8%;
}
@media (max-width: 1199px) {
  .portfolio-block .textbox {
    width: 100%;
  }
}
.portfolio-block .textbox p {
  margin: 0 0 30px;
}
.portfolio-block .h3 {
  color: #fff;
}
.portfolio-block .h3:before {
  background: #fff;
}

.portfolio-tabs {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 15px;
  font-family: "bebasneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  min-width: 240px;
  max-width: 240px;
  font-weight: 700;
  letter-spacing: 0.9px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .tabset {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .tabset {
    min-width: inherit;
    max-width: inherit;
    width: auto;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
  }
}
.tabset:before {
  width: 6px;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  background: #fff;
  border-radius: 5px;
  content: "";
}
@media (max-width: 767px) {
  .tabset:before {
    display: none;
  }
}
.tabset li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 16px 0 0;
}
@media (max-width: 1023px) {
  .tabset li {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .tabset li {
    width: 25%;
    padding: 0 5px;
    margin: 0 0 10px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .tabset li {
    width: 50%;
  }
}
.tabset li:last-child {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .tabset li:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .tabset li:last-child {
    margin: 0 0 4px;
  }
}
.tabset li:before {
  left: 0;
  height: 0;
  width: 6px;
  content: "";
  position: absolute;
  background: #000;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .tabset li:before {
    display: none;
  }
}
.tabset li a {
  color: #293340;
  display: flex;
  align-items: center;
  padding: 10px 0;
  height: 63px;
}
@media (max-width: 767px) {
  .tabset li a {
    height: 50px;
    background: #e0007a;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    justify-content: center;
  }
}
.tabset li.active:before {
  height: 100%;
}
.tabset li.active a, .tabset li:hover a {
  color: #fff;
}
@media (max-width: 767px) {
  .tabset li.active a, .tabset li:hover a {
    color: #000;
    background: #fff;
  }
}

.portfolio-content {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-content {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
  }
}
.portfolio-content:before {
  width: 140px;
  height: 140px;
  position: absolute;
  right: -86px;
  top: -71px;
  content: "";
  background: url("../images/dot-shape-black.png") no-repeat;
  background-size: 100% 100%;
}
.portfolio-content:after {
  width: 498px;
  height: 498px;
  border-radius: 40px;
  position: absolute;
  content: "";
  opacity: 0.32;
  left: -320px;
  bottom: 120px;
  background: url(../images/dashed-box.png) no-repeat;
  background-size: 100% 100%;
}
.tab {
  transition: opacity 0.75s ease-in-out;
  opacity: 0;
}
.tab.active {
  opacity: 1;
}

.projects-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0 11px 0 60px;
  margin: 0 -25px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .projects-list {
    padding: 0 10px 0 30px;
  }
}
@media (max-width: 1023px) {
  .projects-list {
    margin: 0 -10px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .projects-list {
    margin: 0 -5px;
  }
}
.projects-list li {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 33.333%;
}
@media (max-width: 1023px) {
  .projects-list li {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .projects-list li {
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (max-width: 479px) {
  .projects-list li {
    width: 50%;
  }
}

.project-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.project-box img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.project-box .caption {
  font-size: 15px;
  line-height: 1.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  color: #fff;
  padding: 98px 20px 15px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 178, 240, 0.3) 0%, rgba(0, 42, 56, 0.85) 100%);
  opacity: 0;
  visibility: hidden;
}
.project-box h3 {
  font-size: 28px;
  line-height: 1.286;
  margin: 0 0 30px;
  color: #fff;
}
.project-box:hover .caption {
  opacity: 1;
  visibility: visible;
}

.team-block {
  overflow: hidden;
  padding: 70px 0 31px;
  position: relative;
}
@media (max-width: 767px) {
  .team-block {
    padding: 35px 0 20px;
  }
}
.team-block:before {
  width: 140px;
  height: 140px;
  position: absolute;
  right: -3px;
  top: -1px;
  content: "";
  background: url("../images/dot-shape.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .team-block:before {
    width: 90px;
    height: 90px;
  }
}
.team-block .title-box {
  overflow: hidden;
  margin: 0 0 50px;
  padding: 0 0 0 30px;
}
@media (max-width: 1023px) {
  .team-block .title-box {
    padding: 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .team-block .title-box {
    margin: 0 0 10px;
  }
}

.team-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .team-list {
    margin: 0 -15px;
  }
}
@media (max-width: 1023px) {
  .team-list {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .team-list {
    margin: 0 -5px;
  }
}
.team-list li {
  width: 25%;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .team-list li {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .team-list li {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .team-list li {
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (max-width: 479px) {
  .team-list li {
    width: 50%;
  }
}
.team-list img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.team-list .social-networks {
  font-size: 11px;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  color: #fff;
}
.team-list .social-networks li {
  padding: 0;
  width: auto;
  margin: 0 15px 0 0;
}
.team-list .social-networks li span:hover {
  color: #e0007a;
}

.team-box {
  position: relative;
  display: block;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}
.team-box .caption {
  font-size: 13px;
  line-height: 1.615;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  color: #fff;
  padding: 24px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 178, 240, 0.64) 98%, rgba(0, 178, 240, 0.65) 100%);
  opacity: 0;
  visibility: hidden;
}
.team-box .holder {
  width: 100%;
}
.team-box .title {
  font-size: 20px;
  line-height: 29px;
  display: block;
  font-weight: 700;
  margin: 0 0 2px;
}
.team-box .des {
  display: block;
  margin: 0 0 24px;
}
.team-box:hover .caption {
  opacity: 1;
  visibility: visible;
}

.testimonials-block {
  position: relative;
  color: #fff;
  padding: 70px 0;
  background: #e0007a;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .testimonials-block {
    padding: 50px 0 65px;
  }
}
@media (max-width: 767px) {
  .testimonials-block {
    padding: 50px 0;
  }
}
@media (max-width: 479px) {
  .testimonials-block {
    padding: 35px 0;
  }
}
.testimonials-block:after {
  width: 350px;
  height: 350px;
  border-radius: 40px;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  opacity: 0.6;
  background: #e73897;
  right: -176px;
  bottom: -28px;
}
@media (max-width: 767px) {
  .testimonials-block:after {
    width: 180px;
    height: 180px;
    right: -80px;
  }
}
.testimonials-block .container {
  padding-left: 105px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .testimonials-block .container {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .testimonials-block .container {
    padding-left: 15px;
  }
}
.testimonials-block .head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 63px;
}
@media (max-width: 1199px) {
  .testimonials-block .head {
    margin: 0 0 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .testimonials-block .head {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-block .head {
    margin: 0 0 20px;
  }
}
.testimonials-block .title-box {
  width: 230px;
}
@media (max-width: 1199px) {
  .testimonials-block .title-box {
    width: 100%;
  }
}
.testimonials-block .title-box .h3 {
  color: #fff;
}
.testimonials-block .title-box .h3:before {
  background: #fff;
}
.testimonials-block h2 {
  color: #fff;
}
.testimonials-block .textbox {
  width: 52%;
  padding: 47px 0 0;
}
@media (max-width: 1199px) {
  .testimonials-block .textbox {
    width: 100%;
    padding: 0;
  }
}
.testimonials-block .textbox p {
  margin: 0 0 30px;
  font-weight: 400;
}
.testimonials-block .silder-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .testimonials-block .silder-wrap {
    flex-flow: row wrap;
  }
}
.testimonials-block .image-slider {
  width: 35%;
}
@media (max-width: 767px) {
  .testimonials-block .image-slider {
    width: 38%;
  }
}
@media (max-width: 479px) {
  .testimonials-block .image-slider {
    width: 150px;
    margin: 0 auto;
  }
}
.testimonials-block .image-slider .image {
  overflow: hidden;
  margin: 0 0 25px;
}
.testimonials-block .image-slider .image img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .testimonials-block .image-slider .image img {
    border-radius: 10px;
  }
}
.testimonials-block .image-slider .title {
  font-size: 18px;
  line-height: 1.444;
  display: block;
  text-align: center;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 1023px) {
  .testimonials-block .image-slider .title {
    font-size: 16px;
  }
}
.testimonials-block .image-slider .title span {
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
}
.testimonials-block .quote-slider {
  width: 58.3%;
}
@media (max-width: 479px) {
  .testimonials-block .quote-slider {
    width: 100%;
  }
}
.testimonials-block blockquote {
  margin: 0;
  padding: 68px 0 0;
  position: relative;
  max-width: 510px;
}
@media (max-width: 767px) {
  .testimonials-block blockquote {
    padding: 35px 0 0;
  }
}
@media (min-width: 1200px) {
  .testimonials-block blockquote {
    max-width: inherit;
  }
}
.testimonials-block blockquote:before {
  font-size: 45px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "icomoon";
  content: "";
  color: #fff;
}
@media (max-width: 767px) {
  .testimonials-block blockquote:before {
    font-size: 30px;
  }
}
.testimonials-block blockquote q {
  quotes: none;
  font-weight: 400;
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .testimonials-block blockquote q {
    margin: 0 0 15px;
  }
}
.testimonials-block blockquote .author-info {
  display: flex;
  align-items: center;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .testimonials-block blockquote .author-info {
    margin: 0 0 10px;
  }
}
.testimonials-block blockquote .avatar {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.testimonials-block blockquote .avatar img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: block;
}
.testimonials-block blockquote .author {
  font-size: 18px;
  line-height: 1.444;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  font-weight: 700;
  font-style: normal;
}
.testimonials-block blockquote .subtext {
  display: block;
  font-size: 16px;
}

.footer {
  overflow: hidden;
  background: #fff;
  padding: 75px 0 50px;
  color: #000;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 479px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer .footer-logo {
  display: block;
  max-width: 300px;
  margin: 0 0 12px;
  width: 100%;
}
.footer .footer-logo a {
  display: block;
}
.footer .footer-logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #e0007a;
}

.pri-footer {
  padding: 0 0 16px;
  overflow: hidden;
}
.pri-footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pri-footer .container {
    flex-flow: row wrap;
  }
}
.pri-footer .title {
  font-size: 21px;
  line-height: 1.476;
  display: block;
  margin: 0 0 20px;
  font-weight: 400;
}
@media (max-width: 479px) {
  .pri-footer .title {
    font-size: 18px;
  }
}
.pri-footer .site-info {
  font-size: 13px;
  line-height: 2;
  width: 31.333%;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .pri-footer .site-info {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .pri-footer .site-info {
    width: 100%;
    margin: 0 0 15px;
  }
}
.pri-footer .quick-links {
  overflow: hidden;
  width: 23%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pri-footer .quick-links {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .pri-footer .quick-links {
    font-size: 13px;
    width: 35%;
  }
}
.pri-footer .quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 3px 0 0 5px;
}
.pri-footer .quick-links ul li {
  margin: 0 0 16px;
}
@media (max-width: 479px) {
  .pri-footer .quick-links ul li {
    margin: 0 0 10px;
  }
}
.pri-footer .contact-info {
  width: 20.2%;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .pri-footer .contact-info {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .pri-footer .contact-info {
    width: 40%;
  }
}
@media (max-width: 479px) {
  .pri-footer .contact-info {
    font-size: 13px;
    width: 55%;
  }
}
.pri-footer .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pri-footer .contact-info ul li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 32px;
}
.pri-footer .contact-info ul li:before {
  font-size: 15px;
  line-height: 1;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 4px;
}
.pri-footer .contact-info ul li.addr:before {
  content: "";
}
.pri-footer .contact-info ul li.num:before {
  content: "";
}
.pri-footer .contact-info ul li address {
  font-style: normal;
}
.pri-footer .contact-info ul .numbers-list li {
  margin: 0;
  padding: 0;
}
.pri-footer .contact-info ul .numbers-list li:before {
  font-size: 15px;
  line-height: 1;
  font-family: "icomoon";
  content: "";
  position: absolute;
  left: -26px;
  top: 6px;
}

.sec-footer {
  overflow: hidden;
  font-weight: 400;
  padding: 23px 0 10px;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
}
@media (max-width: 479px) {
  .sec-footer {
    padding: 15px 0 0;
  }
}
.sec-footer .container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sec-footer .copyrights {
  margin: 0;
}
@media (max-width: 479px) {
  .sec-footer .copyrights {
    font-size: 12px;
  }
}
.sec-footer .privacy {
  font-weight: 700;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 479px) {
  .sec-footer .privacy {
    font-size: 11px;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  width: 65px;
  height: 65px;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  position: absolute;
  bottom: 0;
  border: 0;
  z-index: 5;
  height: 46px;
}
.slick-arrow.slick-prev {
  right: 65px;
  padding-left: 20px;
}
.slick-arrow.slick-next {
  right: 0;
  padding-right: 20px;
}
.slick-arrow:hover {
  color: #00b2f0;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 479px) {
  .slick-dots {
    justify-content: center;
  }
}
.slick-dots li {
  margin: 0 10px 0 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  background: none;
  position: relative;
}
.slick-dots li button:before {
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d8d8d8;
  content: "";
  opacity: 0.5;
}
.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}