/*! 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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; }

.banner-section .main-nav, .banner-section .list {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

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

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

* {
  max-height: 1000000px; }

body {
  color: #010101;
  background: #fff;
  font: 14px/1.28 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

html {
  height: 100%; }

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 21px;
  background: #fff; }
  @media (min-width: 992px) {
    body {
      font-size: 18px;
      line-height: 24px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  margin: 0 0 16px;
  letter-spacing: 5px; }
  @media (min-width: 992px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      letter-spacing: 10px; } }
  h1 span, .h1 span,
  h2 span, .h2 span,
  h3 span, .h3 span,
  h4 span, .h4 span,
  h5 span, .h5 span,
  h6 span, .h6 span,
  .h span {
    color: #ff4604; }

h1, .h1 {
  font-size: 50px;
  line-height: 55px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 55px;
      line-height: 60px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 70px;
      line-height: 76px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 80px;
      line-height: 86px; } }
  @media (min-width: 1400px) {
    h1, .h1 {
      font-size: 90px;
      line-height: 96px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 45px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 50px;
      line-height: 55px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 65px;
      line-height: 70px; } }
  @media (min-width: 1400px) {
    h2, .h2 {
      font-size: 72px;
      line-height: 76px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 36px; } }

p {
  margin: 0 0 16px; }
  p:only-child {
    margin: 0; }

a {
  color: #39f;
  text-decoration: none;
  -webkit-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

.btn {
  min-width: 180px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 5px #5e66fd;
  box-shadow: 0 0 5px #5e66fd;
  outline: none;
  padding: 10px 15px;
  margin: 0 0 10px;
  position: relative;
  background: #5e66fd; }
  @media (min-width: 768px) {
    .btn {
      font-size: 15px;
      line-height: 18px;
      padding: 13px 15px; } }
  .btn.btn-block {
    width: 100%;
    min-width: inherit; }
  .btn.btn-success, .btn.btn-warning, .btn.btn-danger {
    color: #8a85a3;
    border: 1px solid #5cff7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #212338; }
  .btn.btn-warning {
    border: 1px solid #d5b125; }
  .btn.btn-danger {
    border: 1px solid #ff5b5c; }
  .btn:hover {
    opacity: 0.75; }

.brown {
  color: #cf8026 !important; }

.gray {
  color: #a6a6a6 !important; }

.yellow {
  color: #d5b125 !important; }

.container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px; }

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

#main {
  overflow: hidden; }

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 {
  width: 100%; }

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; }

.banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  position: relative;
  color: #fff;
  width: 100%;
  text-align: center;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .banner-section {
      min-height: 100vh;
      padding: 40px 0 30px; } }
  @media (min-width: 1200px) {
    .banner-section.bottom .logo {
      width: 350px;
      margin: 0 auto 40px; } }
  @media (min-width: 1400px) {
    .banner-section.bottom .logo {
      width: 450px; } }
  .banner-section .container {
    width: 100%;
    max-width: 100%; }
  .banner-section .text-area {
    max-width: 1025px;
    margin: 0 auto; }
  .banner-section .logo {
    width: 150px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .banner-section .logo {
        width: 180px; } }
    @media (min-width: 992px) {
      .banner-section .logo {
        width: 250px; } }
    @media (min-width: 1200px) {
      .banner-section .logo {
        width: 230px;
        margin: 0 auto 40px; } }
    @media (min-width: 1400px) {
      .banner-section .logo {
        width: 284px; } }
  .banner-section .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #fff; }
    @media (min-width: 768px) {
      .banner-section .title {
        font-size: 25px;
        line-height: 30px; } }
    @media (min-width: 1400px) {
      .banner-section .title {
        font-size: 30px;
        line-height: 34px; } }
  .banner-section .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .banner-section .main-nav {
        margin: 0 0 40px;
        font-size: 20px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      .banner-section .main-nav {
        font-size: 24px;
        line-height: 30px; } }
    .banner-section .main-nav li {
      padding: 0 14px;
      margin: 0 0 15px;
      position: relative; }
      @media (min-width: 768px) {
        .banner-section .main-nav li {
          padding: 0 20px;
          margin: 0 0 10px; } }
      .banner-section .main-nav li:first-child::before {
        display: none; }
      .banner-section .main-nav li::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 2px;
        height: 16px;
        background: #ff4604; }
        @media (min-width: 768px) {
          .banner-section .main-nav li::before {
            top: 5px;
            width: 2px;
            height: 20px; } }
    .banner-section .main-nav a {
      display: block;
      color: #fff; }
      .banner-section .main-nav a:hover {
        color: #ff4604; }
  .banner-section h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 7px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .banner-section h1 {
        font-size: 80px;
        line-height: 85px;
        letter-spacing: 12px;
        margin: 0 0 20px; } }
    @media (min-width: 1200px) {
      .banner-section h1 {
        font-size: 90px;
        line-height: 95px; } }
    @media (min-width: 1400px) {
      .banner-section h1 {
        font-size: 130px;
        line-height: 135px;
        font-weight: 700;
        letter-spacing: 20px; } }
    .banner-section h1 span {
      display: block; }
  .banner-section .subtitle {
    display: block;
    font-weight: 500;
    margin: 0 0 20px; }
  .banner-section .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .banner-section .list {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 1400px) {
      .banner-section .list {
        font-size: 48px;
        line-height: 55px; } }
    .banner-section .list li {
      padding: 0 16px;
      margin: 0 0 10px;
      position: relative; }
      @media (min-width: 768px) {
        .banner-section .list li {
          padding: 0 40px; } }
      .banner-section .list li:first-child::before {
        display: none; }
      .banner-section .list li::before {
        content: '';
        position: absolute;
        top: 11px;
        left: -5px;
        width: 10px;
        height: 4px;
        background: #ff4604; }
        @media (min-width: 768px) {
          .banner-section .list li::before {
            top: 15px;
            width: 15px;
            height: 8px; } }
        @media (min-width: 1400px) {
          .banner-section .list li::before {
            top: 25px; } }
  .banner-section .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    text-align: center; }
    .banner-section .holder::before {
      content: '';
      display: block;
      width: 1px;
      height: 50px;
      background: #fff; }
      @media (min-width: 768px) {
        .banner-section .holder::before {
          height: 100px; } }

.section-marquee {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .section-marquee ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: none; }
    @media (min-width: 768px) {
      .section-marquee ul {
        -webkit-animation: scroll-x 30s linear infinite;
        animation: scroll-x 30s linear infinite;
        height: 385px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        min-width: 100%;
        list-style: none;
        margin: 0 0 90px; } }
    .section-marquee ul:first-child {
      display: block; }
      @media (min-width: 768px) {
        .section-marquee ul:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .section-marquee ul li {
      padding: 0 1rem 1rem;
      color: #FFF; }
      @media (min-width: 768px) {
        .section-marquee ul li {
          padding: 1rem 0; } }
  .section-marquee .reverse ul {
    animation-direction: reverse; }

@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 2rem));
    transform: translateX(calc(-100% - 2rem)); } }

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 2rem));
    transform: translateX(calc(-100% - 2rem)); } }

.about-us {
  position: relative; }
  @media (min-width: 768px) {
    .about-us {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .about-us {
      min-height: 100vh; } }
  .about-us .img-box {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 480px) {
      .about-us .img-box {
        min-height: 400px; } }
    @media (min-width: 768px) {
      .about-us .img-box {
        width: 50%;
        min-height: 300px; } }
  .about-us .text-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px;
    color: #fff;
    background: #ff4604; }
    @media (min-width: 768px) {
      .about-us .text-box {
        width: 50%; } }
    @media (min-width: 992px) {
      .about-us .text-box {
        padding: 50px; } }
    @media (min-width: 1400px) {
      .about-us .text-box {
        padding: 145px; } }

.what-we-do {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .what-we-do {
      padding: 80px 0;
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 992px) {
    .what-we-do {
      font-size: 22px;
      line-height: 30px; } }
  @media (min-width: 1200px) {
    .what-we-do {
      padding: 120px 0; } }
  .what-we-do .text-holder {
    max-width: 700px;
    margin: 0 auto 50px; }
    @media (min-width: 992px) {
      .what-we-do .text-holder {
        max-width: 1100px;
        margin: 0 auto 70px; } }
    .what-we-do .text-holder h2 {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .what-we-do .text-holder h2 {
          margin: 0 0 30px; } }
    .what-we-do .text-holder p {
      margin: 0 0 20px; }
  .what-we-do .info-holder {
    width: 100%;
    padding: 0 15px; }
    .what-we-do .info-holder .text {
      display: block;
      margin: 0 0 50px; }

.info-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  max-width: 330px; }
  @media (min-width: 768px) {
    .info-list {
      margin: 0;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 38px;
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 992px) {
    .info-list {
      gap: 28px; } }
  @media (min-width: 1200px) {
    .info-list {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1400px) {
    .info-list {
      gap: 20px;
      font-size: 32px;
      line-height: 36px; } }
  .info-list li {
    position: relative;
    padding: 0 15px 15px 40px; }
    @media (min-width: 768px) {
      .info-list li {
        padding: 0 0 0 30px; } }
    @media (min-width: 1200px) {
      .info-list li {
        padding: 0 0 0 40px; } }
    .info-list li::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 26px;
      background: url(../images/icon-check.png) no-repeat;
      background-size: 100%; }
      @media (min-width: 1200px) {
        .info-list li::before {
          width: 35px;
          height: 33px; } }

.our-price {
  position: relative;
  text-align: center;
  margin: 0; }
  .our-price .head {
    max-width: 700px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .our-price .head {
        font-size: 18px;
        line-height: 22px;
        margin: 0 auto 50px; } }
    @media (min-width: 992px) {
      .our-price .head {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 1200px) {
      .our-price .head {
        margin: 0 auto 70px; } }
    .our-price .head h2 {
      margin: 0 0 20px; }
      @media (min-width: 1200px) {
        .our-price .head h2 {
          margin: 0 0 30px; } }
    .our-price .head p {
      margin-bottom: 5px; }
    .our-price .head .text {
      display: block;
      text-transform: uppercase; }
  .our-price .col-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    position: relative;
    background: #010101; }
    @media (min-width: 768px) {
      .our-price .col-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px 0; } }
    @media (min-width: 992px) {
      .our-price .col-wrap {
        font-size: 18px;
        line-height: 22px;
        padding: 70px 0; } }
    @media (min-width: 1200px) {
      .our-price .col-wrap {
        padding: 120px 0;
        font-size: 22px;
        line-height: 26px; } }
    .our-price .col-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #010101;
      z-index: -1; }
  .our-price .column {
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-top: 1px solid #fff; }
    @media (min-width: 768px) {
      .our-price .column {
        width: 33%;
        border: 0;
        padding: 0 25px; } }
    @media (min-width: 1200px) {
      .our-price .column {
        padding: 0 50px; } }
    @media (min-width: 1400px) {
      .our-price .column {
        padding: 0 60px; } }
    .our-price .column:first-child {
      border: 0; }
      .our-price .column:first-child:before {
        display: none; }
    .our-price .column:before {
      display: none;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 2px;
      height: 120px;
      background: #fff; }
      @media (min-width: 768px) {
        .our-price .column:before {
          display: block; } }
    .our-price .column .text-box {
      margin: 0 0 20px; }
      @media (min-width: 992px) {
        .our-price .column .text-box {
          margin: 0 0 30px; } }
    .our-price .column .subtitle {
      display: block;
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      color: #ff4604; }
      @media (min-width: 992px) {
        .our-price .column .subtitle {
          font-size: 24px;
          line-height: 28px; } }
      @media (min-width: 1200px) {
        .our-price .column .subtitle {
          font-size: 30px;
          line-height: 34px; } }
    .our-price .column .price {
      display: block;
      font: 40px/45px "Bebas Neue", sans-serif;
      letter-spacing: 2px; }
      @media (min-width: 992px) {
        .our-price .column .price {
          font-size: 50px;
          line-height: 55px; } }
      @media (min-width: 1200px) {
        .our-price .column .price {
          font-size: 60px;
          line-height: 65px; } }

.our-services {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .our-services {
      padding: 70px 0; } }
  @media (min-width: 1200px) {
    .our-services {
      padding: 120px 0; } }
  .our-services h2 {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .our-services h2 {
        margin: 0 0 40px; } }
    @media (min-width: 1200px) {
      .our-services h2 {
        margin: 0 0 60px; } }
  .our-services .service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px; }
    @media (min-width: 768px) {
      .our-services .service-wrap {
        gap: 30px; } }
    @media (min-width: 992px) {
      .our-services .service-wrap {
        gap: 50px; } }
    @media (min-width: 1200px) {
      .our-services .service-wrap {
        gap: 10px;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .our-services .col {
    width: 45%;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .our-services .col {
        width: auto; } }
  .our-services .ico-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    padding: 38px;
    border-radius: 100px;
    background: #ff4604; }
    @media (min-width: 768px) {
      .our-services .ico-box {
        width: 150px;
        height: 150px;
        margin: 0 auto 20px;
        padding: 10px; } }
    @media (min-width: 1400px) {
      .our-services .ico-box {
        width: 170px;
        height: 170px; } }
  .our-services .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .our-services .title {
        font-size: 20px;
        line-height: 24px; } }
    @media (min-width: 1400px) {
      .our-services .title {
        font-size: 24px;
        line-height: 28px; } }

.contact-us {
  position: relative;
  padding: 50px 0 30px;
  text-align: center;
  background: #010101;
  color: #fff; }
  @media (min-width: 768px) {
    .contact-us {
      padding: 70px 0; } }
  @media (min-width: 1200px) {
    .contact-us {
      padding: 100px 0; } }
  .contact-us .text-box {
    max-width: 650px;
    margin: 0 auto 50px; }
    @media (min-width: 768px) {
      .contact-us .text-box {
        margin: 0 auto 80px; } }
  .contact-us .heading {
    display: block;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 18px;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .contact-us .heading {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 25px; } }
    .contact-us .heading span {
      color: #ff4604; }
  .contact-us .logo {
    width: 100px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .contact-us .logo {
        width: 113px;
        margin: 0 auto 40px; } }

.contact-list {
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 10px; }
  @media (min-width: 992px) {
    .contact-list {
      max-width: 850px;
      padding: 0 0 50px;
      border-bottom: 1px solid #fff; } }
  @media (min-width: 1200px) {
    .contact-list {
      max-width: 1020px; } }
  @media (min-width: 1400px) {
    .contact-list {
      max-width: 1150px;
      padding: 0 0 80px; } }
  .contact-list li {
    width: 45%;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .contact-list li {
        width: auto;
        margin: 0; } }
  .contact-list a {
    color: #fff; }
  .contact-list .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto 10px; }
    @media (min-width: 768px) {
      .contact-list .icon {
        margin: 0 auto 20px; } }
    .contact-list .icon img {
      display: inline-block; }
  .contact-list .title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff4604;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .contact-list .title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px; } }

#footer {
  width: 100%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 36px 0;
  background: #ff4604; }
  #footer .copyright {
    display: block;
    font-weight: 300; }
    #footer .copyright a {
      color: #fff; }
      #footer .copyright a:hover {
        color: #5e66fd; }
