/*@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&family=Sarabun&family=Trirong&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@400&family=Mitr&display=swap');*/

@font-face {
  font-family: "Google Sans Thai Latin";
  src: url("../fonts/GoogleSansThaiLatin.eot");
  src: url("../fonts/GoogleSansThaiLatin.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GoogleSansThaiLatin.woff2") format("woff2"),
    url("../fonts/GoogleSansThaiLatin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
section {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table th {
    background-color: #fff !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.small,
small {
  font-size: 85%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table .table {
  background-color: #fff;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container:after,
.row:after {
  clear: both;
}

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

.fa,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-search:before {
  content: "\f002";
}

.fa-globe:before {
  content: "\f0ac";
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

body {
  font-family: "Google Sans Thai Latin", sans-serif;
  font-size: 15px;
  color: #626262;
  font-weight: 400;
  line-height: 1.7;
}

body,
html {
  height: 100%;
}

.logo-font {
  font-family: "Google Sans Thai Latin", sans-serif;
}
.alt-font {
  font-family: "Google Sans Thai Latin", sans-serif;
  font-weight: 200;
}
.section-font {
  font-family: "Google Sans Thai Latin", sans-serif;
  font-weight: 500;
}
.title-font {
  font-family: "Google Sans Thai Latin", sans-serif;
  font-weight: 200;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
}

a:active,
a:hover {
  color: #333;
  text-decoration: underline;
}

a:active,
a:focus {
  outline: 0;
}

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

p {
  margin: 0 0 25px;
}

b,
strong {
  color: #232323;
  font-weight: 600;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.alt-font strong {
  font-weight: 700;
}

ul {
  list-style-position: outside;
  margin-bottom: 25px;
}

* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

::selection {
  color: #000;
  background: #dbdbdb;
}

::-moz-selection {
  color: #000;
  background: #dbdbdb;
}

::-webkit-input-placeholder {
  color: #626262;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: #626262;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #626262;
  text-overflow: ellipsis;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}

h2 {
  font-size: 25px;
  line-height: 30px;
}

h3 {
  font-size: 48px;
  line-height: 54px;
}

h4 {
  font-size: 40px;
  line-height: 46px;
}

h5 {
  font-size: 32px;
  line-height: 46px;
}

h6 {
  font-size: 25px;
  line-height: 30px;
}

.text-extra-small {
  font-size: 11px;
  line-height: 14px;
}

.text-small {
  font-size: 12px;
  line-height: 20px;
}

.text-medium {
  font-size: 16px;
  line-height: 23px;
}

.text-large {
  font-size: 18px;
  line-height: 26px;
}

.text-extra-large {
  font-size: 20px;
  line-height: 26px;
}

.title-large {
  font-size: 100px;
  line-height: 95px;
}

.title-extra-large {
  font-size: 130px;
  line-height: 120px;
}

.text-extra-dark-gray {
  color: #232323;
}

.text-dark-gray {
  color: #626262;
}

.text-extra-medium-gray {
  color: #757575;
}

.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-light-gray {
  color: #d6d5d5;
}

.text-deep-pink {
  color: #ff214f;
}

.text-deep-green {
  color: #2eab18;
}

.text-deep-orange {
  color: #f90;
}

a.text-link-dark-gray {
  color: #939393;
}

.text-link-dark-gray:focus,
a.text-link-dark-gray:hover {
  color: #232323;
}

a.text-link-extra-dark-gray {
  color: #232323;
}

a.text-link-extra-dark-gray:focus,
a.text-link-extra-dark-gray:hover {
  color: #000;
}

a.text-link-deep-pink,
a.text-link-deep-pink i {
  color: #2eab18;
}

a.text-link-deep-pink:focus,
a.text-link-deep-pink:focus i,
a.text-link-deep-pink:hover,
a.text-link-deep-pink:hover i {
  color: #fff;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-middle-line {
  position: relative;
  white-space: nowrap;
}

.text-middle-line:before {
  border-bottom: 1px solid;
  position: absolute;
  content: "";
  width: 100%;
  top: 53%;
  opacity: 0.35;
}

.text-bottom-line {
  width: 1px;
  border-top: 30px solid;
  margin-left: auto;
  margin-right: auto;
}

.text-middle-line-deep-pink:before {
  border-bottom: 1px solid #2eab18;
  position: absolute;
  content: "";
  width: 100%;
  margin-top: 5px;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

.bg-extra-dark-gray {
  background-color: #1c1c1c;
}

.bg-dark-gray {
  background-color: #757575;
}

.bg-extra-medium-gray {
  background-color: #939393;
}

.bg-medium-gray {
  background-color: #dbdbdb;
}

.bg-extra-light-gray {
  background-color: #e0e0e0;
}

.bg-medium-light-gray {
  background-color: #ededed;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-very-light-gray {
  background-color: #fafafa;
}

.bg-deep-pink {
  background-color: #2eab18;
}

.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

article {
  padding: 80px 0;
  overflow: hidden;
}

article.half-section {
  padding: 50px 0;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

section.half-section {
  padding: 50px 0;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.vertical-middle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.border-width-1 {
  border-width: 1px;
}

.border-width-2 {
  border-width: 2px;
}

.border-width-3 {
  border-width: 3px;
}

.border-width-4 {
  border-width: 4px;
}

.border-width-5 {
  border-width: 5px;
}

.border-width-6 {
  border-width: 6px;
}

.border-width-7 {
  border-width: 7px;
}

.border-width-8 {
  border-width: 8px;
}

.border-width-9 {
  border-width: 9px;
}

.border-width-10 {
  border-width: 10px;
}

.border-width-20 {
  border-width: 20px;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-color-extra-dark-gray {
  border-color: #232323;
}

.border-color-medium-dark-gray {
  border-color: #363636;
}

.border-color-dark-gray {
  border-color: #939393;
}

.border-color-extra-medium-gray {
  border-color: #dbdbdb;
}

.border-color-medium-gray {
  border-color: #e4e4e4;
}

.border-color-extra-light-gray {
  border-color: #ededed;
}

.border-color-light-gray {
  border-color: #f5f5f5;
}

.border-color-light-pink {
  border-color: #862237;
}

.border-color-deep-pink {
  border-color: #2eab18;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.margin-5px-top {
  margin-top: 5px;
}

.margin-10px-top {
  margin-top: 10px;
}

.margin-15px-top {
  margin-top: 15px;
}

.margin-20px-top {
  margin-top: 20px;
}

.margin-25px-top {
  margin-top: 25px;
}

.margin-30px-top {
  margin-top: 30px;
}

.margin-35px-top {
  margin-top: 35px;
}

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

.margin-45px-top {
  margin-top: 45px;
}

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

.margin-55px-top {
  margin-top: 55px;
}

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

.margin-65px-top {
  margin-top: 65px;
}

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

.margin-75px-top {
  margin-top: 75px;
}

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

.margin-90px-top {
  margin-top: 90px;
}

.margin-100px-top {
  margin-top: 100px;
}

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

.margin-10px-bottom {
  margin-bottom: 10px;
}

.margin-15px-bottom {
  margin-bottom: 15px;
}

.margin-20px-bottom {
  margin-bottom: 20px;
}

.margin-25px-bottom {
  margin-bottom: 25px;
}

.margin-30px-bottom {
  margin-bottom: 30px;
}

.margin-35px-bottom {
  margin-bottom: 35px;
}

.margin-40px-bottom {
  margin-bottom: 40px;
}

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

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

.margin-55px-bottom {
  margin-bottom: 55px;
}

.margin-60px-bottom {
  margin-bottom: 60px;
}

.margin-65px-bottom {
  margin-bottom: 65px;
}

.margin-70px-bottom {
  margin-bottom: 70px;
}

.margin-75px-bottom {
  margin-bottom: 75px;
}

.margin-80px-bottom {
  margin-bottom: 80px;
}

.margin-85px-bottom {
  margin-bottom: 85px;
}

.margin-90px-bottom {
  margin-bottom: 90px;
}

.margin-95px-bottom {
  margin-bottom: 95px;
}

.margin-100px-bottom {
  margin-bottom: 100px;
}

.margin-5px-right {
  margin-right: 5px;
}

.margin-10px-right {
  margin-right: 10px;
}

.margin-15px-right {
  margin-right: 15px;
}

.margin-20px-right {
  margin-right: 20px;
}

.margin-25px-right {
  margin-right: 25px;
}

.margin-30px-right {
  margin-right: 30px;
}

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

.margin-40px-right {
  margin-right: 40px;
}

.margin-45px-right {
  margin-right: 45px;
}

.margin-50px-right {
  margin-right: 50px;
}

.margin-55px-right {
  margin-right: 55px;
}

.margin-60px-right {
  margin-right: 60px;
}

.margin-65px-right {
  margin-right: 65px;
}

.margin-70px-right {
  margin-right: 70px;
}

.margin-75px-right {
  margin-right: 75px;
}

.margin-80px-right {
  margin-right: 80px;
}

.margin-85px-right {
  margin-right: 85px;
}

.margin-90px-right {
  margin-right: 90px;
}

.margin-95px-right {
  margin-right: 95px;
}

.margin-100px-right {
  margin-right: 100px;
}

.margin-5px-left {
  margin-left: 5px;
}

.margin-10px-left {
  margin-left: 10px;
}

.margin-15px-left {
  margin-left: 15px;
}

.margin-20px-left {
  margin-left: 20px;
}

.margin-25px-left {
  margin-left: 25px;
}

.margin-30px-left {
  margin-left: 30px;
}

.margin-35px-left {
  margin-left: 35px;
}

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

.margin-45px-left {
  margin-left: 45px;
}

.margin-50px-left {
  margin-left: 50px;
}

.margin-55px-left {
  margin-left: 55px;
}

.margin-60px-left {
  margin-left: 60px;
}

.margin-65px-left {
  margin-left: 65px;
}

.margin-70px-left {
  margin-left: 70px;
}

.margin-75px-left {
  margin-left: 75px;
}

.margin-80px-left {
  margin-left: 80px;
}

.margin-85px-left {
  margin-left: 85px;
}

.margin-90px-left {
  margin-left: 90px;
}

.margin-95px-left {
  margin-left: 95px;
}

.margin-100px-left {
  margin-left: 100px;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.padding-5px-top {
  padding-top: 5px;
}

.padding-10px-top {
  padding-top: 10px;
}

.padding-15px-top {
  padding-top: 15px;
}

.padding-20px-top {
  padding-top: 20px;
}

.padding-25px-top {
  padding-top: 25px;
}

.padding-30px-top {
  padding-top: 30px;
}

.padding-35px-top {
  padding-top: 35px;
}

.padding-40px-top {
  padding-top: 40px;
}

.padding-45px-top {
  padding-top: 45px;
}

.padding-50px-top {
  padding-top: 50px;
}

.padding-55px-top {
  padding-top: 55px;
}

.padding-60px-top {
  padding-top: 60px;
}

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

.padding-70px-top {
  padding-top: 70px;
}

.padding-75px-top {
  padding-top: 75px;
}

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

.padding-85px-top {
  padding-top: 85px;
}

.padding-90px-top {
  padding-top: 90px;
}

.padding-95px-top {
  padding-top: 95px;
}

.padding-100px-top {
  padding-top: 100px;
}

.padding-5px-bottom {
  padding-bottom: 5px;
}

.padding-10px-bottom {
  padding-bottom: 10px;
}

.padding-15px-bottom {
  padding-bottom: 15px;
}

.padding-20px-bottom {
  padding-bottom: 20px;
}

.padding-25px-bottom {
  padding-bottom: 25px;
}

.padding-30px-bottom {
  padding-bottom: 30px;
}

.padding-35px-bottom {
  padding-bottom: 35px;
}

.padding-40px-bottom {
  padding-bottom: 40px;
}

.padding-45px-bottom {
  padding-bottom: 45px;
}

.padding-50px-bottom {
  padding-bottom: 50px;
}

.padding-55px-bottom {
  padding-bottom: 55px;
}

.padding-60px-bottom {
  padding-bottom: 60px;
}

.padding-65px-bottom {
  padding-bottom: 65px;
}

.padding-70px-bottom {
  padding-bottom: 70px;
}

.padding-75px-bottom {
  padding-bottom: 75px;
}

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

.padding-85px-bottom {
  padding-bottom: 85px;
}

.padding-90px-bottom {
  padding-bottom: 90px;
}

.padding-95px-bottom {
  padding-bottom: 95px;
}

.padding-100px-bottom {
  padding-bottom: 100px;
}

.padding-5px-right {
  padding-right: 5px;
}

.padding-10px-right {
  padding-right: 10px;
}

.padding-15px-right {
  padding-right: 15px;
}

.padding-20px-right {
  padding-right: 20px;
}

.padding-25px-right {
  padding-right: 25px;
}

.padding-30px-right {
  padding-right: 30px;
}

.padding-35px-right {
  padding-right: 35px;
}

.padding-40px-right {
  padding-right: 40px;
}

.padding-45px-right {
  padding-right: 45px;
}

.padding-50px-right {
  padding-right: 50px;
}

.padding-55px-right {
  padding-right: 55px;
}

.padding-60px-right {
  padding-right: 60px;
}

.padding-65px-right {
  padding-right: 65px;
}

.padding-70px-right {
  padding-right: 70px;
}

.padding-75px-right {
  padding-right: 75px;
}

.padding-80px-right {
  padding-right: 80px;
}

.padding-85px-right {
  padding-right: 85px;
}

.padding-90px-right {
  padding-right: 90px;
}

.padding-95px-right {
  padding-right: 95px;
}

.padding-100px-right {
  padding-right: 100px;
}

.padding-5px-left {
  padding-left: 5px;
}

.padding-10px-left {
  padding-left: 10px;
}

.padding-15px-left {
  padding-left: 15px;
}

.padding-20px-left {
  padding-left: 20px;
}

.padding-25px-left {
  padding-left: 25px;
}

.padding-30px-left {
  padding-left: 30px;
}

.padding-35px-left {
  padding-left: 35px;
}

.padding-40px-left {
  padding-left: 40px;
}

.padding-45px-left {
  padding-left: 45px;
}

.padding-50px-left {
  padding-left: 50px;
}

.padding-55px-left {
  padding-left: 55px;
}

.padding-60px-left {
  padding-left: 60px;
}

.padding-65px-left {
  padding-left: 65px;
}

.padding-70px-left {
  padding-left: 70px;
}

.padding-75px-left {
  padding-left: 75px;
}

.padding-80px-left {
  padding-left: 80px;
}

.padding-85px-left {
  padding-left: 85px;
}

.padding-90px-left {
  padding-left: 90px;
}

.padding-95px-left {
  padding-left: 95px;
}

.padding-100px-left {
  padding-left: 100px;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.top-0 {
  top: 0 !important;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-7 {
  top: 7px;
}

.top-8 {
  top: 8px;
}

.top-9 {
  top: 9px;
}

.top-10 {
  top: 10px;
}

.top-15 {
  top: 15px;
}

.top-20 {
  top: 20px;
}

.top-25 {
  top: 25px;
}

.top-30 {
  top: 30px;
}

.top-35 {
  top: 35px;
}

.top-40 {
  top: 40px;
}

.top-45 {
  top: 45px;
}

.top-50 {
  top: 50px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 1px;
}

.bottom-2 {
  bottom: 2px;
}

.bottom-3 {
  bottom: 3px;
}

.bottom-4 {
  bottom: 4px;
}

.bottom-5 {
  bottom: 5px;
}

.bottom-6 {
  bottom: 6px;
}

.bottom-7 {
  bottom: 7px;
}

.bottom-8 {
  bottom: 8px;
}

.bottom-9 {
  bottom: 9px;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-15 {
  bottom: 15px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-25 {
  bottom: 25px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-35 {
  bottom: 35px;
}

.bottom-40 {
  bottom: 40px;
}

.bottom-45 {
  bottom: 45px;
}

.bottom-50 {
  bottom: 50px;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 1px;
}

.left-2 {
  left: 2px;
}

.left-3 {
  left: 3px;
}

.left-4 {
  left: 4px;
}

.left-5 {
  left: 5px;
}

.left-6 {
  left: 6px;
}

.left-7 {
  left: 7px;
}

.left-8 {
  left: 8px;
}

.left-9 {
  left: 9px;
}

.left-10 {
  left: 10px;
}

.left-15 {
  left: 15px;
}

.left-20 {
  left: 20px;
}

.left-25 {
  left: 25px;
}

.left-30 {
  left: 30px;
}

.left-35 {
  left: 35px;
}

.left-40 {
  left: 40px;
}

.left-45 {
  left: 45px;
}

.left-50 {
  left: 50px;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 1px;
}

.right-2 {
  right: 2px;
}

.right-3 {
  right: 3px;
}

.right-4 {
  right: 4px;
}

.right-5 {
  right: 5px;
}

.right-6 {
  right: 6px;
}

.right-7 {
  right: 7px;
}

.right-8 {
  right: 8px;
}

.right-9 {
  right: 9px;
}

.right-10 {
  right: 10px;
}

.width-1px {
  width: 1px;
}

.width-2px {
  width: 2px;
}

.width-3px {
  width: 3px;
}

.width-4px {
  width: 4px;
}

.width-5px {
  width: 5px;
}

.width-6px {
  width: 6px;
}

.width-7px {
  width: 7px;
}

.width-8px {
  width: 8px;
}

.width-9px {
  width: 9px;
}

.width-10px {
  width: 10px;
}

.width-15px {
  width: 15px;
}

.width-20px {
  width: 20px;
}

.width-25px {
  width: 25px;
}

.width-30px {
  width: 30px;
}

.width-35px {
  width: 35px;
}

.width-40px {
  width: 40px;
}

.width-50px {
  width: 50px;
}

.width-55px {
  width: 55px;
}

.width-60px {
  width: 60px;
}

.width-65px {
  width: 65px;
}

.width-70px {
  width: 70px;
}

.width-75px {
  width: 75px;
}

.width-80px {
  width: 80px;
}

.width-85px {
  width: 85px;
}

.width-90px {
  width: 90px;
}

.width-100px {
  width: 100px;
}

.width-120px {
  width: 120px;
}

.width-130px {
  width: 130px;
}

.width-150px {
  width: 150px;
}

.width-180px {
  width: 180px;
}

.width-200px {
  width: 200px;
}

.width-250px {
  width: 250px;
}

.width-300px {
  width: 300px;
}

.width-350px {
  width: 350px;
}

.width-400px {
  width: 400px;
}

.width-450px {
  width: 450px;
}

.width-500px {
  width: 500px;
}

.width-550px {
  width: 550px;
}

.width-600px {
  width: 600px;
}

.width-650px {
  width: 650px;
}

.width-700px {
  width: 700px;
}

.width-750px {
  width: 750px;
}

.width-800px {
  width: 800px;
}

.width-850px {
  width: 850px;
}

.width-900px {
  width: 900px;
}

.width-950px {
  width: 950px;
}

.width-1000px {
  width: 1000px;
}

.width-10 {
  width: 10%;
}

.width-12 {
  width: 12%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.height-1px {
  height: 1px;
}

.height-2px {
  height: 2px;
}

.height-3px {
  height: 3px;
}

.height-4px {
  height: 4px;
}

.height-5px {
  height: 5px;
}

.height-6px {
  height: 6px;
}

.height-7px {
  height: 7px;
}

.height-8px {
  height: 8px;
}

.height-9px {
  height: 9px;
}

.height-10px {
  height: 10px;
}

.height-80px {
  height: 80px;
}

.height-90px {
  height: 90px;
}

.height-100px {
  height: 100px;
}

.height-130px {
  height: 130px;
}

.height-150px {
  height: 150px;
}

.height-200px {
  height: 200px;
}

.height-250px {
  height: 250px;
}

.height-300px {
  height: 300px;
}

.height-350px {
  height: 350px;
}

.height-400px {
  height: 400px;
}

.height-450px {
  height: 450px;
}

.height-500px {
  height: 500px;
}

.height-550px {
  height: 550px;
}

.height-600px {
  height: 600px;
}

.height-650px {
  height: 650px;
}

.height-700px {
  height: 700px;
}

.height-50 {
  height: 50%;
}

.height-100 {
  height: 100% !important;
}

.min-height-100px {
  min-height: 100px;
}

.min-height-200px {
  min-height: 200px;
}

.min-height-300px {
  min-height: 300px;
}

.min-height-400px {
  min-height: 400px;
}

.min-height-500px {
  min-height: 500px;
}

.min-height-600px {
  min-height: 600px;
}

.min-height-700px {
  min-height: 700px;
}

.extra-small-screen {
  height: 300px;
}

.small-screen {
  height: 400px;
}

.icon-small {
  font-size: 24px;
}

.icon-medium {
  font-size: 35px;
}

.icon-extra-medium {
  font-size: 40px;
}

.icon-large {
  font-size: 50px;
}

.icon-social-small {
  font-size: 14px;
}

.icon-social-medium {
  font-size: 16px;
}

.icon-social-large {
  font-size: 20px;
}

.icon-social-extra-large {
  font-size: 24px;
}

.icon-social-medium a i,
.icon-social-small a i {
  margin: 0 8px;
  vertical-align: middle;
}

.icon-social-large a i {
  margin: 0 4px;
  vertical-align: middle;
}

.extra-large-icon,
.extra-small-icon,
.large-icon,
.medium-icon,
.small-icon {
  list-style: none;
  padding: 0;
}

.extra-large-icon li,
.extra-small-icon li,
.large-icon li,
.medium-icon li,
.small-icon li {
  display: inline-block;
}

footer .extra-large-icon li:first-child,
footer .extra-small-icon li:first-child,
footer .large-icon li:first-child,
footer .medium-icon li:first-child,
footer .small-icon li:first-child {
  margin-left: 0;
}

footer .extra-large-icon li:last-child,
footer .extra-small-icon li:last-child,
footer .large-icon li:last-child,
footer .medium-icon li:last-child,
footer .small-icon li:last-child {
  margin-right: 0;
}

.extra-small-icon li {
  margin: 0 2px;
}

.small-icon li {
  margin: 0 5px;
}

.medium-icon li {
  margin: 0 8px;
}

.large-icon li {
  margin: 0 10px;
}

.extra-large-icon li {
  margin: 0 12px;
}

.extra-small-icon a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 29px;
}

.small-icon a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.medium-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.large-icon a {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 61px;
}

.extra-large-icon a {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px;
}

.social-icon-style-1 a.google,
.social-icon-style-10 a.google span,
.social-icon-style-2 a.google,
.social-icon-style-3 a.google,
.social-icon-style-4 a.google span {
  background-color: #dc4a38;
}

.social-icon-style-6 a.google:hover {
  border-color: #dc4a38;
  color: #dc4a38;
}

.social-icon-style-7 a.google:hover {
  border-color: #dc4a38;
  background-color: #dc4a38;
}

.social-icon-style-1 a {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.social-icon-style-1 a:hover {
  border-radius: 100%;
}

.social-icon-style-2 a {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 100%;
  color: #fff;
}

.social-icon-style-2 a:hover {
  border-radius: 0;
}

.social-icon-style-3 a {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 100%;
  color: #fff;
}

.social-icon-style-3 a:hover i {
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}

.social-icon-style-4 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  text-align: center;
  z-index: 1;
}

.social-icon-style-4 a:hover {
  color: #fff;
}

.social-icon-style-4 a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 0;
  z-index: -1;
}

.social-icon-style-4 a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}

.social-icon-style-5 a {
  text-align: center;
  display: inline-block;
  color: #232323;
}

.social-icon-style-5 a:hover {
  color: #fff;
  border-radius: 100%;
  background-color: #2eab18;
}

.social-icon-style-5-light a {
  text-align: center;
  display: inline-block;
  color: #fff;
}

.social-icon-style-5-light a:hover {
  color: #fff;
  border-radius: 100%;
  background-color: #2eab18;
}

.social-icon-style-6 a {
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  background-color: transparent;
  border-radius: 100%;
}

.social-icon-style-6 a:hover {
  border-color: #2eab18;
  color: #2eab18;
  background-color: transparent;
}

.social-icon-style-7 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  color: #232323;
  background-color: #fff;
}

.social-icon-style-7 a:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -o-transform: scale(1.2);
}

.social-icon-style-8 ul li a {
  text-align: center;
  width: auto;
  height: auto;
}

.social-icon-style-8 a:hover {
  color: #2eab18;
}

.social-icon-style-9 ul li a {
  text-align: center;
  width: auto;
  height: auto;
}

.social-icon-style-9 a.google:hover {
  color: #dc4a38;
}

.social-icon-style-10 {
  position: relative;
}

.social-icon-style-10 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
}

.social-icon-style-10 a:hover {
  color: #fff;
}

.social-icon-style-10 a i {
  position: relative;
  z-index: 1;
}

.social-icon-style-10 a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 0;
}

.social-icon-style-10 a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}

.social-icon-style-11 {
  position: relative;
}

.social-icon-style-11 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
}

.social-icon-style-11 a.google {
  color: #dc4a38;
}

.social-icon-style-11 a:hover {
  color: #fff;
}

footer .small-icon li {
  margin: 0 8px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.search-icon {
  padding-right: 10px;
}

.navbar-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.social-icon a {
  margin: 0 15px;
}

.social-icon a:first-child {
  margin-left: 0;
}

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

.center-logo {
  left: 50%;
  position: absolute;
  margin-top: -14px;
  top: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 20%;
}

.page-title-extra-small h1 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.page-title-small h1 {
  font-size: 15px;
  line-height: 26px;
}

.page-title-small h2 {
  font-size: 42px;
  line-height: 40px;
}

.page-title-medium h1 {
  font-size: 32px;
  line-height: 37px;
}

.page-title-large h1 {
  font-size: 46px;
  line-height: 49px;
}

.page-title-extra-large h1 {
  font-size: 55px;
  line-height: 50px;
}

.list-style-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-check li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.list-style-check li:before {
  content: "\f058";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #2eab18;
}

.list-style-check li:last-child {
  border-bottom: 0;
}

.list-style-check.list-style-color li {
  border-color: rgba(255, 255, 255, 0.15);
}

.list-style-check.list-style-color li:before {
  color: #2eab18;
}

.list-style-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-arrow li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.list-style-arrow li:before {
  content: "\f144";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #228bdd;
}

.list-style-arrow li:last-child {
  border-bottom: 0;
}

.list-style-arrow.list-style-color li {
  border-color: rgba(255, 255, 255, 0.15);
}

.list-style-arrow.list-style-color li:before {
  color: #2eab18;
}

.list-style-search {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-search li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.list-style-search li:before {
  content: "\f002";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Pro";

  font-weight: 600;
  color: #00a8f3;
}

.list-style-search li:last-child {
  border-bottom: 0;
}

.list-style-search.list-style-color li {
  border-color: rgba(255, 255, 255, 0.15);
}

.list-style-search.list-style-color li:before {
  color: #2eab18;
}

.list-style-globe {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-globe li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.list-style-globe li:before {
  content: "\f0ac";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #f90;
}

.list-style-globe li:last-child {
  border-bottom: 0;
}

.list-style-globe.list-style-color li {
  border-color: rgba(255, 255, 255, 0.15);
}

.list-style-globe.list-style-color li:before {
  color: #2eab18;
}

.bg-dark-footer {
  background-color: #141414;
}

.footer-logo {
  max-height: 28px;
}

.head-text {
  font-size: 80px;
  line-height: 95px;
}

.image-block {
  box-shadow: 0 0 0 rgba(35, 35, 35, 0.6);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}

.right-image {
  bottom: -200px;
  position: absolute;
  right: -100px;
  width: 60%;
}

.right-image img {
  max-width: none;
}

.color-code {
  justify-content: space-around;
  align-items: center;
  z-index: 0;
}

.color-1,
.color-2,
.color-3,
.color-4,
.color-5 {
  -webkit-transition: background-color 0.7s linear;
  -moz-transition: background-color 0.7s linear;
  -o-transition: background-color 0.7s linear;
  -ms-transition: background-color 0.7s linear;
  transition: background-color 0.7s linear;
}

.color-1 {
  background-color: #ff5851;
}

.color-2 {
  background-color: #e86618;
}

.color-3 {
  background-color: #ef3158;
}

.color-4 {
  background-color: #6b0990;
}

.color-5 {
  background-color: #4c0990;
}

.color-6 {
  background-color: #1b3194;
}

@-webkit-keyframes up-down-animation {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0.4;
    top: 2px;
  }
  50% {
    opacity: 0.3;
    top: 4px;
  }
  75% {
    opacity: 0.2;
    top: 5px;
  }
  100% {
    opacity: 0;
    top: 9px;
  }
}

@keyframes up-down-animation {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0.4;
    top: 4px;
  }
  50% {
    opacity: 0.3;
    top: 8px;
  }
  75% {
    opacity: 0.2;
    top: 12px;
  }
  100% {
    opacity: 0;
    top: 16px;
  }
}

@media (max-width: 1500px) {
  .right-image {
    width: 70%;
  }
}

@media (max-width: 1400px) {
  .head-text {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1199px) {
  article {
    padding: 90px 0;
  }
  section {
    padding: 90px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 22px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: 65px;
    line-height: 65px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 42px;
    line-height: 48px;
  }
  h4 {
    font-size: 35px;
    line-height: 41px;
  }
  h5 {
    font-size: 27px;
    line-height: 32px;
  }
  h6 {
    font-size: 22px;
    line-height: 27px;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left;
  }
  .md-text-right {
    text-align: right;
  }
  .md-vertical-align-middle {
    vertical-align: middle;
  }
  .md-vertical-align-top {
    vertical-align: top;
  }
  .md-vertical-align-bottom {
    vertical-align: bottom;
  }
  .md-background-image-left {
    background-position: left;
  }
  .md-background-image-right {
    background-position: right;
  }
  .md-background-image-center {
    background-position: center;
  }
  .md-no-margin {
    margin: 0 !important;
  }
  .md-no-margin-top {
    margin-top: 0 !important;
  }
  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .md-no-margin-left {
    margin-left: 0 !important;
  }
  .md-no-margin-right {
    margin-right: 0 !important;
  }
  .md-margin-5px-top {
    margin-top: 5px !important;
  }
  .md-margin-10px-top {
    margin-top: 10px !important;
  }
  .md-margin-15px-top {
    margin-top: 15px !important;
  }
  .md-margin-20px-top {
    margin-top: 20px !important;
  }
  .md-margin-25px-top {
    margin-top: 25px !important;
  }
  .md-margin-30px-top {
    margin-top: 30px !important;
  }
  .md-margin-35px-top {
    margin-top: 35px !important;
  }
  .md-margin-40px-top {
    margin-top: 40px !important;
  }
  .md-margin-45px-top {
    margin-top: 45px !important;
  }
  .md-margin-50px-top {
    margin-top: 50px !important;
  }
  .md-margin-55px-top {
    margin-top: 55px !important;
  }
  .md-margin-60px-top {
    margin-top: 60px !important;
  }
  .md-margin-65px-top {
    margin-top: 65px !important;
  }
  .md-margin-70px-top {
    margin-top: 70px !important;
  }
  .md-margin-75px-top {
    margin-top: 75px !important;
  }
  .md-margin-80px-top {
    margin-top: 80px !important;
  }
  .md-margin-85px-top {
    margin-top: 85px !important;
  }
  .md-margin-90px-top {
    margin-top: 90px !important;
  }
  .md-margin-95px-top {
    margin-top: 95px !important;
  }
  .md-margin-100px-top {
    margin-top: 100px !important;
  }
  .md-margin-5px-bottom {
    margin-bottom: 5px !important;
  }
  .md-margin-10px-bottom {
    margin-bottom: 10px !important;
  }
  .md-margin-15px-bottom {
    margin-bottom: 15px !important;
  }
  .md-margin-20px-bottom {
    margin-bottom: 20px !important;
  }
  .md-margin-25px-bottom {
    margin-bottom: 25px !important;
  }
  .md-margin-30px-bottom {
    margin-bottom: 30px !important;
  }
  .md-margin-35px-bottom {
    margin-bottom: 35px !important;
  }
  .md-margin-40px-bottom {
    margin-bottom: 40px !important;
  }
  .md-margin-45px-bottom {
    margin-bottom: 45px !important;
  }
  .md-margin-50px-bottom {
    margin-bottom: 50px !important;
  }
  .md-margin-55px-bottom {
    margin-bottom: 55px !important;
  }
  .md-margin-60px-bottom {
    margin-bottom: 60px !important;
  }
  .md-margin-65px-bottom {
    margin-bottom: 65px !important;
  }
  .md-margin-70px-bottom {
    margin-bottom: 70px !important;
  }
  .md-margin-75px-bottom {
    margin-bottom: 75px !important;
  }
  .md-margin-80px-bottom {
    margin-bottom: 80px !important;
  }
  .md-margin-85px-bottom {
    margin-bottom: 85px !important;
  }
  .md-margin-90px-bottom {
    margin-bottom: 90px !important;
  }
  .md-margin-95px-bottom {
    margin-bottom: 95px !important;
  }
  .md-margin-100px-bottom {
    margin-bottom: 100px !important;
  }
  .md-margin-10px-right {
    margin-right: 10px !important;
  }
  .md-margin-15px-right {
    margin-right: 15px !important;
  }
  .md-margin-20px-right {
    margin-right: 20px !important;
  }
  .md-margin-25px-right {
    margin-right: 25px !important;
  }
  .md-margin-30px-right {
    margin-right: 30px !important;
  }
  .md-margin-35px-right {
    margin-right: 35px !important;
  }
  .md-margin-40px-right {
    margin-right: 40px !important;
  }
  .md-margin-45px-right {
    margin-right: 45px !important;
  }
  .md-margin-50px-right {
    margin-right: 50px !important;
  }
  .md-margin-55px-right {
    margin-right: 55px !important;
  }
  .md-margin-60px-right {
    margin-right: 60px !important;
  }
  .md-margin-65px-right {
    margin-right: 65px !important;
  }
  .md-margin-70px-right {
    margin-right: 70px !important;
  }
  .md-margin-75px-right {
    margin-right: 75px !important;
  }
  .md-margin-80px-right {
    margin-right: 80px !important;
  }
  .md-margin-85px-right {
    margin-right: 85px !important;
  }
  .md-margin-90px-right {
    margin-right: 90px !important;
  }
  .md-margin-95px-right {
    margin-right: 95px !important;
  }
  .md-margin-100px-right {
    margin-right: 100px !important;
  }
  .md-margin-5px-left {
    margin-left: 5px !important;
  }
  .md-margin-10px-left {
    margin-left: 10px !important;
  }
  .md-margin-15px-left {
    margin-left: 15px !important;
  }
  .md-margin-20px-left {
    margin-left: 20px !important;
  }
  .md-margin-25px-left {
    margin-left: 25px !important;
  }
  .md-margin-30px-left {
    margin-left: 30px !important;
  }
  .md-margin-35px-left {
    margin-left: 35px !important;
  }
  .md-margin-40px-left {
    margin-left: 40px !important;
  }
  .md-margin-45px-left {
    margin-left: 45px !important;
  }
  .md-margin-50px-left {
    margin-left: 50px !important;
  }
  .md-margin-55px-left {
    margin-left: 55px !important;
  }
  .md-margin-60px-left {
    margin-left: 60px !important;
  }
  .md-margin-65px-left {
    margin-left: 65px !important;
  }
  .md-margin-70px-left {
    margin-left: 70px !important;
  }
  .md-margin-75px-left {
    margin-left: 75px !important;
  }
  .md-margin-80px-left {
    margin-left: 80px !important;
  }
  .md-margin-85px-left {
    margin-left: 85px !important;
  }
  .md-margin-90px-left {
    margin-left: 90px !important;
  }
  .md-margin-95px-left {
    margin-left: 95px !important;
  }
  .md-margin-100px-left {
    margin-left: 100px !important;
  }
  .md-no-padding {
    padding: 0 !important;
  }
  .md-no-padding-top {
    padding-top: 0 !important;
  }
  .md-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .md-no-padding-left {
    padding-left: 0 !important;
  }
  .md-no-padding-right {
    padding-right: 0 !important;
  }
  .md-padding-5px-top {
    padding-top: 5px !important;
  }
  .md-padding-10px-top {
    padding-top: 10px !important;
  }
  .md-padding-15px-top {
    padding-top: 15px !important;
  }
  .md-padding-20px-top {
    padding-top: 20px !important;
  }
  .md-padding-25px-top {
    padding-top: 25px !important;
  }
  .md-padding-30px-top {
    padding-top: 30px !important;
  }
  .md-padding-35px-top {
    padding-top: 35px !important;
  }
  .md-padding-40px-top {
    padding-top: 40px !important;
  }
  .md-padding-45px-top {
    padding-top: 45px !important;
  }
  .md-padding-50px-top {
    padding-top: 50px !important;
  }
  .md-padding-55px-top {
    padding-top: 55px !important;
  }
  .md-padding-60px-top {
    padding-top: 60px !important;
  }
  .md-padding-65px-top {
    padding-top: 65px !important;
  }
  .md-padding-70px-top {
    padding-top: 70px !important;
  }
  .md-padding-75px-top {
    padding-top: 75px !important;
  }
  .md-padding-80px-top {
    padding-top: 80px !important;
  }
  .md-padding-85px-top {
    padding-top: 85px !important;
  }
  .md-padding-90px-top {
    padding-top: 90px !important;
  }
  .md-padding-95px-top {
    padding-top: 95px !important;
  }
  .md-padding-100px-top {
    padding-top: 100px !important;
  }
  .md-padding-5px-bottom {
    padding-bottom: 5px !important;
  }
  .md-padding-10px-bottom {
    padding-bottom: 10px !important;
  }
  .md-padding-15px-bottom {
    padding-bottom: 15px !important;
  }
  .md-padding-20px-bottom {
    padding-bottom: 20px !important;
  }
  .md-padding-25px-bottom {
    padding-bottom: 25px !important;
  }
  .md-padding-30px-bottom {
    padding-bottom: 30px !important;
  }
  .md-padding-35px-bottom {
    padding-bottom: 35px !important;
  }
  .md-padding-40px-bottom {
    padding-bottom: 40px !important;
  }
  .md-padding-45px-bottom {
    padding-bottom: 45px !important;
  }
  .md-padding-50px-bottom {
    padding-bottom: 50px !important;
  }
  .md-padding-55px-bottom {
    padding-bottom: 55px !important;
  }
  .md-padding-60px-bottom {
    padding-bottom: 60px !important;
  }
  .md-padding-65px-bottom {
    padding-bottom: 65px !important;
  }
  .md-padding-70px-bottom {
    padding-bottom: 70px !important;
  }
  .md-padding-75px-bottom {
    padding-bottom: 75px !important;
  }
  .md-padding-80px-bottom {
    padding-bottom: 80px !important;
  }
  .md-padding-85px-bottom {
    padding-bottom: 85px !important;
  }
  .md-padding-90px-bottom {
    padding-bottom: 90px !important;
  }
  .md-padding-95px-bottom {
    padding-bottom: 95px !important;
  }
  .md-padding-100px-bottom {
    padding-bottom: 100px !important;
  }
  .md-padding-5px-right {
    padding-right: 5px !important;
  }
  .md-padding-10px-right {
    padding-right: 10px !important;
  }
  .md-padding-15px-right {
    padding-right: 15px !important;
  }
  .md-padding-20px-right {
    padding-right: 20px !important;
  }
  .md-padding-25px-right {
    padding-right: 25px !important;
  }
  .md-padding-30px-right {
    padding-right: 30px !important;
  }
  .md-padding-35px-right {
    padding-right: 35px !important;
  }
  .md-padding-40px-right {
    padding-right: 40px !important;
  }
  .md-padding-45px-right {
    padding-right: 45px !important;
  }
  .md-padding-50px-right {
    padding-right: 50px !important;
  }
  .md-padding-55px-right {
    padding-right: 55px !important;
  }
  .md-padding-60px-right {
    padding-right: 60px !important;
  }
  .md-padding-65px-right {
    padding-right: 65px !important;
  }
  .md-padding-70px-right {
    padding-right: 70px !important;
  }
  .md-padding-75px-right {
    padding-right: 75px !important;
  }
  .md-padding-80px-right {
    padding-right: 80px !important;
  }
  .md-padding-85px-right {
    padding-right: 85px !important;
  }
  .md-padding-90px-right {
    padding-right: 90px !important;
  }
  .md-padding-95px-right {
    padding-right: 95px !important;
  }
  .md-padding-100px-right {
    padding-right: 100px !important;
  }
  .md-padding-5px-left {
    padding-left: 5px !important;
  }
  .md-padding-10px-left {
    padding-left: 10px !important;
  }
  .md-padding-15px-left {
    padding-left: 15px !important;
  }
  .md-padding-20px-left {
    padding-left: 20px !important;
  }
  .md-padding-25px-left {
    padding-left: 25px !important;
  }
  .md-padding-30px-left {
    padding-left: 30px !important;
  }
  .md-padding-35px-left {
    padding-left: 35px !important;
  }
  .md-padding-40px-left {
    padding-left: 40px !important;
  }
  .md-padding-45px-left {
    padding-left: 45px !important;
  }
  .md-padding-50px-left {
    padding-left: 50px !important;
  }
  .md-padding-55px-left {
    padding-left: 55px !important;
  }
  .md-padding-60px-left {
    padding-left: 60px !important;
  }
  .md-padding-65px-left {
    padding-left: 65px !important;
  }
  .md-padding-70px-left {
    padding-left: 70px !important;
  }
  .md-padding-75px-left {
    padding-left: 75px !important;
  }
  .md-padding-80px-left {
    padding-left: 80px !important;
  }
  .md-padding-85px-left {
    padding-left: 85px !important;
  }
  .md-padding-90px-left {
    padding-left: 90px !important;
  }
  .md-padding-95px-left {
    padding-left: 95px !important;
  }
  .md-padding-100px-left {
    padding-left: 100px !important;
  }
  .md-small-screen {
    height: 300px;
  }
  .md-top-0 {
    top: 0 !important;
  }
  .md-top-1 {
    top: 1px;
  }
  .md-top-2 {
    top: 2px;
  }
  .md-top-3 {
    top: 3px;
  }
  .md-top-4 {
    top: 4px;
  }
  .md-top-5 {
    top: 5px;
  }
  .md-top-6 {
    top: 6px;
  }
  .md-top-7 {
    top: 7px;
  }
  .md-top-8 {
    top: 8px;
  }
  .md-top-9 {
    top: 9px;
  }
  .md-top-10 {
    top: 10px;
  }
  .md-bottom-0 {
    bottom: 0;
  }
  .md-bottom-1 {
    bottom: 1px;
  }
  .md-bottom-2 {
    bottom: 2px;
  }
  .md-bottom-3 {
    bottom: 3px;
  }
  .md-bottom-4 {
    bottom: 4px;
  }
  .md-bottom-5 {
    bottom: 5px;
  }
  .md-bottom-6 {
    bottom: 6px;
  }
  .md-bottom-7 {
    bottom: 7px;
  }
  .md-bottom-8 {
    bottom: 8px;
  }
  .md-bottom-9 {
    bottom: 9px;
  }
  .md-bottom-10 {
    bottom: 10px;
  }
  .md-bottom-15 {
    bottom: 15px;
  }
  .md-bottom-20 {
    bottom: 20px;
  }
  .md-bottom-25 {
    bottom: 25px;
  }
  .md-bottom-30 {
    bottom: 30px;
  }
  .md-bottom-35 {
    bottom: 35px;
  }
  .md-bottom-40 {
    bottom: 40px;
  }
  .md-left-0 {
    left: 0;
  }
  .md-left-1 {
    left: 1px;
  }
  .md-left-2 {
    left: 2px;
  }
  .md-left-3 {
    left: 3px;
  }
  .md-left-4 {
    left: 4px;
  }
  .md-left-5 {
    left: 5px;
  }
  .md-left-6 {
    left: 6px;
  }
  .md-left-7 {
    left: 7px;
  }
  .md-left-8 {
    left: 8px;
  }
  .md-left-9 {
    left: 9px;
  }
  .md-left-10 {
    bottom: 10px;
  }
  .md-left-15 {
    bottom: 15px;
  }
  .md-left-20 {
    bottom: 20px;
  }
  .md-left-25 {
    bottom: 25px;
  }
  .md-left-30 {
    bottom: 30px;
  }
  .md-left-35 {
    bottom: 35px;
  }
  .md-left-40 {
    bottom: 40px;
  }
  .md-right-0 {
    right: 0;
  }
  .md-right-1 {
    right: 1px;
  }
  .md-right-2 {
    right: 2px;
  }
  .md-right-3 {
    right: 3px;
  }
  .md-right-4 {
    right: 4px;
  }
  .md-right-5 {
    right: 5px;
  }
  .md-right-6 {
    right: 6px;
  }
  .md-right-7 {
    right: 7px;
  }
  .md-right-8 {
    right: 8px;
  }
  .md-right-9 {
    right: 9px;
  }
  .md-right-10 {
    right: 10px;
  }
  .md-right-15 {
    right: 15px;
  }
  .md-right-20 {
    right: 20px;
  }
  .md-right-25 {
    right: 25px;
  }
  .md-right-30 {
    right: 30px;
  }
  .md-right-35 {
    right: 35px;
  }
  .md-right-40 {
    right: 40px;
  }
  .md-width-10 {
    width: 10%;
  }
  .md-width-15 {
    width: 15%;
  }
  .md-width-20 {
    width: 20%;
  }
  .md-width-25 {
    width: 25%;
  }
  .md-width-30 {
    width: 30%;
  }
  .md-width-35 {
    width: 35%;
  }
  .md-width-40 {
    width: 40%;
  }
  .md-width-45 {
    width: 45%;
  }
  .md-width-50 {
    width: 50%;
  }
  .md-width-55 {
    width: 55%;
  }
  .md-width-60 {
    width: 60%;
  }
  .md-width-65 {
    width: 65%;
  }
  .md-width-70 {
    width: 70%;
  }
  .md-width-75 {
    width: 75%;
  }
  .md-width-80 {
    width: 80%;
  }
  .md-width-85 {
    width: 85%;
  }
  .md-width-90 {
    width: 90%;
  }
  .md-width-95 {
    width: 95%;
  }
  .md-width-100 {
    width: 100%;
  }
  .md-width-50px {
    width: 50px;
  }
  .md-width-70px {
    width: 70px;
  }
  .md-width-75px {
    width: 75px;
  }
  .md-width-80px {
    width: 80px;
  }
  .md-width-85px {
    width: 85px;
  }
  .md-width-90px {
    width: 90px;
  }
  .md-width-95px {
    width: 95px;
  }
  .md-width-100px {
    width: 100px;
  }
  .md-width-120px {
    width: 120px;
  }
  .md-width-130px {
    width: 130px;
  }
  .md-width-150px {
    width: 150px;
  }
  .md-width-180px {
    width: 180px;
  }
  .md-width-200px {
    width: 200px;
  }
  .md-width-250px {
    width: 250px;
  }
  .md-width-300px {
    width: 300px;
  }
  .md-width-350px {
    width: 350px;
  }
  .md-width-400px {
    width: 400px;
  }
  .md-width-450px {
    width: 450px;
  }
  .md-width-500px {
    width: 500px;
  }
  .md-width-550px {
    width: 550px;
  }
  .md-width-600px {
    width: 600px;
  }
  .md-width-650px {
    width: 650px;
  }
  .md-width-700px {
    width: 700px;
  }
  .md-width-750px {
    width: 750px;
  }
  .md-width-800px {
    width: 800px;
  }
  .md-width-850px {
    width: 850px;
  }
  .md-width-900px {
    width: 900px;
  }
  .md-width-950px {
    width: 950px;
  }
  .md-width-1000px {
    width: 1000px;
  }
  .md-height-100 {
    height: 100%;
  }
  .md-height-80px {
    height: 80px;
  }
  .md-height-90px {
    height: 90px;
  }
  .md-height-100px {
    height: 100px;
  }
  .md-height-150px {
    height: 150px;
  }
  .md-height-200px {
    height: 200px;
  }
  .md-height-250px {
    height: 250px;
  }
  .md-height-300px {
    height: 300px;
  }
  .md-height-350px {
    height: 350px;
  }
  .md-height-400px {
    height: 400px;
  }
  .md-height-450px {
    height: 450px;
  }
  .md-height-500px {
    height: 500px;
  }
  .md-height-550px {
    height: 550px;
  }
  .md-height-600px {
    height: 600px;
  }
  .md-height-650px {
    height: 650px;
  }
  .md-height-700px {
    height: 700px;
  }
  .md-line-height-10 {
    line-height: 10px;
  }
  .md-line-height-18 {
    line-height: 18px;
  }
  .md-line-height-20 {
    line-height: 20px;
  }
  .md-line-height-24 {
    line-height: 24px;
  }
  .md-line-height-22 {
    line-height: 22px;
  }
  .md-line-height-26 {
    line-height: 26px;
  }
  .md-line-height-28 {
    line-height: 28px;
  }
  .md-line-height-30 {
    line-height: 30px;
  }
  .md-line-height-35 {
    line-height: 35px;
  }
  .md-line-height-40 {
    line-height: 40px;
  }
  .md-line-height-45 {
    line-height: 45px;
  }
  .md-line-height-50 {
    line-height: 50px;
  }
  .md-line-height-55 {
    line-height: 55px;
  }
  .md-line-height-60 {
    line-height: 60px;
  }
  .md-line-height-65 {
    line-height: 65px;
  }
  .md-line-height-70 {
    line-height: 70px;
  }
  .md-line-height-75 {
    line-height: 75px;
  }
  .md-line-height-80 {
    line-height: 80px;
  }
  .md-line-height-85 {
    line-height: 85px;
  }
  .md-line-height-90 {
    line-height: 90px;
  }
  .md-line-height-95 {
    line-height: 95px;
  }
  .md-line-height-100 {
    line-height: 100px;
  }
  .md-display-block {
    display: block !important;
  }
  .md-display-inline-block {
    display: inline-block !important;
  }
  .md-display-inline {
    display: inline !important;
  }
  .md-display-table {
    display: table !important;
  }
  .md-display-table-cell {
    display: table-cell !important;
  }
  .md-no-border-top {
    border-top: 0 !important;
  }
  .md-no-border-bottom {
    border-bottom: 0 !important;
  }
  .md-no-border-right {
    border-right: 0 !important;
  }
  .md-no-border-left {
    border-left: 0 !important;
  }
  .md-no-background-img {
    background-image: none !important;
  }
  .social-style-2 ul li {
    margin: 0 10px 5px 0;
  }
  .right-image {
    bottom: -250px;
    width: 70%;
    right: -130px;
  }
  .title-large {
    font-size: 90px;
    line-height: 90px;
  }
  .text-extra-large {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 18px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: 57px;
    line-height: 58px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 36px;
    line-height: 41px;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
  }
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
  h6 {
    font-size: 22px;
    line-height: 26px;
  }
  p {
    margin: 0 0 20px;
  }
  .title-large {
    font-size: 70px;
    line-height: 65px;
  }
  .title-extra-large {
    font-size: 100px;
    line-height: 95px;
  }
  article {
    padding: 75px 0;
  }
  article.half-section {
    padding: 40px 0;
  }
  section {
    padding: 75px 0;
  }
  section.half-section {
    padding: 40px 0;
  }
  .sm-center-col {
    float: none;
    margin: 0 auto;
  }
  .center-logo {
    left: 15px;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    max-width: 100%;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-vertical-align-middle {
    vertical-align: middle;
  }
  .sm-vertical-align-top {
    vertical-align: top;
  }
  .sm-vertical-align-bottom {
    vertical-align: bottom;
  }
  .sm-background-image-left {
    background-position: left;
  }
  .sm-background-image-right {
    background-position: right;
  }
  .sm-background-image-center {
    background-position: center;
  }
  .sm-no-margin {
    margin: 0 !important;
  }
  .sm-no-margin-top {
    margin-top: 0 !important;
  }
  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .sm-no-margin-left {
    margin-left: 0 !important;
  }
  .sm-no-margin-right {
    margin-right: 0 !important;
  }
  .sm-margin-5px-top {
    margin-top: 5px !important;
  }
  .sm-margin-10px-top {
    margin-top: 10px !important;
  }
  .sm-margin-15px-top {
    margin-top: 15px !important;
  }
  .sm-margin-20px-top {
    margin-top: 20px !important;
  }
  .sm-margin-25px-top {
    margin-top: 25px !important;
  }
  .sm-margin-30px-top {
    margin-top: 30px !important;
  }
  .sm-margin-35px-top {
    margin-top: 35px !important;
  }
  .sm-margin-40px-top {
    margin-top: 40px !important;
  }
  .sm-margin-45px-top {
    margin-top: 45px !important;
  }
  .sm-margin-50px-top {
    margin-top: 50px !important;
  }
  .sm-margin-55px-top {
    margin-top: 55px !important;
  }
  .sm-margin-60px-top {
    margin-top: 60px !important;
  }
  .sm-margin-65px-top {
    margin-top: 65px !important;
  }
  .sm-margin-70px-top {
    margin-top: 70px !important;
  }
  .sm-margin-75px-top {
    margin-top: 75px !important;
  }
  .sm-margin-80px-top {
    margin-top: 80px !important;
  }
  .sm-margin-85px-top {
    margin-top: 85px !important;
  }
  .sm-margin-90px-top {
    margin-top: 90px !important;
  }
  .sm-margin-95px-top {
    margin-top: 95px !important;
  }
  .sm-margin-100px-top {
    margin-top: 100px !important;
  }
  .sm-margin-5px-bottom {
    margin-bottom: 5px !important;
  }
  .sm-margin-10px-bottom {
    margin-bottom: 10px !important;
  }
  .sm-margin-15px-bottom {
    margin-bottom: 15px !important;
  }
  .sm-margin-20px-bottom {
    margin-bottom: 20px !important;
  }
  .sm-margin-25px-bottom {
    margin-bottom: 25px !important;
  }
  .sm-margin-30px-bottom {
    margin-bottom: 30px !important;
  }
  .sm-margin-35px-bottom {
    margin-bottom: 35px !important;
  }
  .sm-margin-40px-bottom {
    margin-bottom: 40px !important;
  }
  .sm-margin-45px-bottom {
    margin-bottom: 45px !important;
  }
  .sm-margin-50px-bottom {
    margin-bottom: 50px !important;
  }
  .sm-margin-55px-bottom {
    margin-bottom: 55px !important;
  }
  .sm-margin-60px-bottom {
    margin-bottom: 60px !important;
  }
  .sm-margin-65px-bottom {
    margin-bottom: 65px !important;
  }
  .sm-margin-70px-bottom {
    margin-bottom: 70px !important;
  }
  .sm-margin-75px-bottom {
    margin-bottom: 75px !important;
  }
  .sm-margin-80px-bottom {
    margin-bottom: 80px !important;
  }
  .sm-margin-85px-bottom {
    margin-bottom: 85px !important;
  }
  .sm-margin-90px-bottom {
    margin-bottom: 90px !important;
  }
  .sm-margin-95px-bottom {
    margin-bottom: 95px !important;
  }
  .sm-margin-100px-bottom {
    margin-bottom: 100px !important;
  }
  .sm-margin-10px-right {
    margin-right: 10px !important;
  }
  .sm-margin-15px-right {
    margin-right: 15px !important;
  }
  .sm-margin-20px-right {
    margin-right: 20px !important;
  }
  .sm-margin-25px-right {
    margin-right: 25px !important;
  }
  .sm-margin-30px-right {
    margin-right: 30px !important;
  }
  .sm-margin-35px-right {
    margin-right: 35px !important;
  }
  .sm-margin-40px-right {
    margin-right: 40px !important;
  }
  .sm-margin-45px-right {
    margin-right: 45px !important;
  }
  .sm-margin-50px-right {
    margin-right: 50px !important;
  }
  .sm-margin-55px-right {
    margin-right: 55px !important;
  }
  .sm-margin-60px-right {
    margin-right: 60px !important;
  }
  .sm-margin-65px-right {
    margin-right: 65px !important;
  }
  .sm-margin-70px-right {
    margin-right: 70px !important;
  }
  .sm-margin-75px-right {
    margin-right: 75px !important;
  }
  .sm-margin-80px-right {
    margin-right: 80px !important;
  }
  .sm-margin-85px-right {
    margin-right: 85px !important;
  }
  .sm-margin-90px-right {
    margin-right: 90px !important;
  }
  .sm-margin-95px-right {
    margin-right: 95px !important;
  }
  .sm-margin-100px-right {
    margin-right: 100px !important;
  }
  .sm-margin-5px-left {
    margin-left: 5px !important;
  }
  .sm-margin-10px-left {
    margin-left: 10px !important;
  }
  .sm-margin-15px-left {
    margin-left: 15px !important;
  }
  .sm-margin-20px-left {
    margin-left: 20px !important;
  }
  .sm-margin-25px-left {
    margin-left: 25px !important;
  }
  .sm-margin-30px-left {
    margin-left: 30px !important;
  }
  .sm-margin-35px-left {
    margin-left: 35px !important;
  }
  .sm-margin-40px-left {
    margin-left: 40px !important;
  }
  .sm-margin-45px-left {
    margin-left: 45px !important;
  }
  .sm-margin-50px-left {
    margin-left: 50px !important;
  }
  .sm-margin-55px-left {
    margin-left: 55px !important;
  }
  .sm-margin-60px-left {
    margin-left: 60px !important;
  }
  .sm-margin-65px-left {
    margin-left: 65px !important;
  }
  .sm-margin-70px-left {
    margin-left: 70px !important;
  }
  .sm-margin-75px-left {
    margin-left: 75px !important;
  }
  .sm-margin-80px-left {
    margin-left: 80px !important;
  }
  .sm-margin-85px-left {
    margin-left: 85px !important;
  }
  .sm-margin-90px-left {
    margin-left: 90px !important;
  }
  .sm-margin-95px-left {
    margin-left: 95px !important;
  }
  .sm-margin-100px-left {
    margin-left: 100px !important;
  }
  .sm-no-padding {
    padding: 0 !important;
  }
  .sm-no-padding-top {
    padding-top: 0 !important;
  }
  .sm-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .sm-no-padding-left {
    padding-left: 0 !important;
  }
  .sm-no-padding-right {
    padding-right: 0 !important;
  }
  .sm-padding-5px-top {
    padding-top: 5px !important;
  }
  .sm-padding-10px-top {
    padding-top: 10px !important;
  }
  .sm-padding-15px-top {
    padding-top: 15px !important;
  }
  .sm-padding-20px-top {
    padding-top: 20px !important;
  }
  .sm-padding-25px-top {
    padding-top: 25px !important;
  }
  .sm-padding-30px-top {
    padding-top: 30px !important;
  }
  .sm-padding-35px-top {
    padding-top: 35px !important;
  }
  .sm-padding-40px-top {
    padding-top: 40px !important;
  }
  .sm-padding-45px-top {
    padding-top: 45px !important;
  }
  .sm-padding-50px-top {
    padding-top: 50px !important;
  }
  .sm-padding-55px-top {
    padding-top: 55px !important;
  }
  .sm-padding-60px-top {
    padding-top: 60px !important;
  }
  .sm-padding-65px-top {
    padding-top: 65px !important;
  }
  .sm-padding-70px-top {
    padding-top: 70px !important;
  }
  .sm-padding-75px-top {
    padding-top: 75px !important;
  }
  .sm-padding-80px-top {
    padding-top: 80px !important;
  }
  .sm-padding-85px-top {
    padding-top: 85px !important;
  }
  .sm-padding-90px-top {
    padding-top: 90px !important;
  }
  .sm-padding-95px-top {
    padding-top: 95px !important;
  }
  .sm-padding-100px-top {
    padding-top: 100px !important;
  }
  .sm-padding-5px-bottom {
    padding-bottom: 5px !important;
  }
  .sm-padding-10px-bottom {
    padding-bottom: 10px !important;
  }
  .sm-padding-15px-bottom {
    padding-bottom: 15px !important;
  }
  .sm-padding-20px-bottom {
    padding-bottom: 20px !important;
  }
  .sm-padding-25px-bottom {
    padding-bottom: 25px !important;
  }
  .sm-padding-30px-bottom {
    padding-bottom: 30px !important;
  }
  .sm-padding-35px-bottom {
    padding-bottom: 35px !important;
  }
  .sm-padding-40px-bottom {
    padding-bottom: 40px !important;
  }
  .sm-padding-45px-bottom {
    padding-bottom: 45px !important;
  }
  .sm-padding-50px-bottom {
    padding-bottom: 50px !important;
  }
  .sm-padding-55px-bottom {
    padding-bottom: 55px !important;
  }
  .sm-padding-60px-bottom {
    padding-bottom: 60px !important;
  }
  .sm-padding-65px-bottom {
    padding-bottom: 65px !important;
  }
  .sm-padding-70px-bottom {
    padding-bottom: 70px !important;
  }
  .sm-padding-75px-bottom {
    padding-bottom: 75px !important;
  }
  .sm-padding-80px-bottom {
    padding-bottom: 80px !important;
  }
  .sm-padding-85px-bottom {
    padding-bottom: 85px !important;
  }
  .sm-padding-90px-bottom {
    padding-bottom: 90px !important;
  }
  .sm-padding-95px-bottom {
    padding-bottom: 95px !important;
  }
  .sm-padding-100px-bottom {
    padding-bottom: 100px !important;
  }
  .sm-padding-5px-right {
    padding-right: 5px !important;
  }
  .sm-padding-10px-right {
    padding-right: 10px !important;
  }
  .sm-padding-15px-right {
    padding-right: 15px !important;
  }
  .sm-padding-20px-right {
    padding-right: 20px !important;
  }
  .sm-padding-25px-right {
    padding-right: 25px !important;
  }
  .sm-padding-30px-right {
    padding-right: 30px !important;
  }
  .sm-padding-35px-right {
    padding-right: 35px !important;
  }
  .sm-padding-40px-right {
    padding-right: 40px !important;
  }
  .sm-padding-45px-right {
    padding-right: 45px !important;
  }
  .sm-padding-50px-right {
    padding-right: 50px !important;
  }
  .sm-padding-55px-right {
    padding-right: 55px !important;
  }
  .sm-padding-60px-right {
    padding-right: 60px !important;
  }
  .sm-padding-65px-right {
    padding-right: 65px !important;
  }
  .sm-padding-70px-right {
    padding-right: 70px !important;
  }
  .sm-padding-75px-right {
    padding-right: 75px !important;
  }
  .sm-padding-80px-right {
    padding-right: 80px !important;
  }
  .sm-padding-85px-right {
    padding-right: 85px !important;
  }
  .sm-padding-90px-right {
    padding-right: 90px !important;
  }
  .sm-padding-95px-right {
    padding-right: 95px !important;
  }
  .sm-padding-100px-right {
    padding-right: 100px !important;
  }
  .sm-padding-5px-left {
    padding-left: 5px !important;
  }
  .sm-padding-10px-left {
    padding-left: 10px !important;
  }
  .sm-padding-15px-left {
    padding-left: 15px !important;
  }
  .sm-padding-20px-left {
    padding-left: 20px !important;
  }
  .sm-padding-25px-left {
    padding-left: 25px !important;
  }
  .sm-padding-30px-left {
    padding-left: 30px !important;
  }
  .sm-padding-35px-left {
    padding-left: 35px !important;
  }
  .sm-padding-40px-left {
    padding-left: 40px !important;
  }
  .sm-padding-45px-left {
    padding-left: 45px !important;
  }
  .sm-padding-50px-left {
    padding-left: 50px !important;
  }
  .sm-padding-55px-left {
    padding-left: 55px !important;
  }
  .sm-padding-60px-left {
    padding-left: 60px !important;
  }
  .sm-padding-65px-left {
    padding-left: 65px !important;
  }
  .sm-padding-70px-left {
    padding-left: 70px !important;
  }
  .sm-padding-75px-left {
    padding-left: 75px !important;
  }
  .sm-padding-80px-left {
    padding-left: 80px !important;
  }
  .sm-padding-85px-left {
    padding-left: 85px !important;
  }
  .sm-padding-90px-left {
    padding-left: 90px !important;
  }
  .sm-padding-95px-left {
    padding-left: 95px !important;
  }
  .sm-padding-100px-left {
    padding-left: 100px !important;
  }
  .sm-top-0 {
    top: 0 !important;
  }
  .sm-top-1 {
    top: 1px;
  }
  .sm-top-2 {
    top: 2px;
  }
  .sm-top-3 {
    top: 3px;
  }
  .sm-top-4 {
    top: 4px;
  }
  .sm-top-5 {
    top: 5px;
  }
  .sm-top-6 {
    top: 6px;
  }
  .sm-top-7 {
    top: 7px;
  }
  .sm-top-8 {
    top: 8px;
  }
  .sm-top-9 {
    top: 9px;
  }
  .sm-top-10 {
    top: 10px;
  }
  .sm-top-12 {
    top: 12px;
  }
  .sm-top-15 {
    top: 15px;
  }
  .sm-top-17 {
    top: 17px;
  }
  .sm-top-20 {
    top: 20px;
  }
  .sm-top-25 {
    top: 25px;
  }
  .sm-top-30 {
    top: 30px;
  }
  .sm-top-35 {
    top: 35px;
  }
  .sm-top-40 {
    top: 40px;
  }
  .sm-top-45 {
    top: 45px;
  }
  .sm-top-50 {
    top: 50px;
  }
  .sm-bottom-0 {
    bottom: 0;
  }
  .sm-bottom-1 {
    bottom: 1px;
  }
  .sm-bottom-2 {
    bottom: 2px;
  }
  .sm-bottom-3 {
    bottom: 3px;
  }
  .sm-bottom-4 {
    bottom: 4px;
  }
  .sm-bottom-5 {
    bottom: 5px;
  }
  .sm-bottom-6 {
    bottom: 6px;
  }
  .sm-bottom-7 {
    bottom: 7px;
  }
  .sm-bottom-8 {
    bottom: 8px;
  }
  .sm-bottom-9 {
    bottom: 9px;
  }
  .sm-bottom-10 {
    bottom: 10px;
  }
  .sm-bottom-20 {
    bottom: 20px;
  }
  .sm-bottom-25 {
    bottom: 25px;
  }
  .sm-bottom-30 {
    bottom: 30px;
  }
  .sm-bottom-35 {
    bottom: 35px;
  }
  .sm-bottom-40 {
    bottom: 40px;
  }
  .sm-bottom-45 {
    bottom: 45px;
  }
  .sm-bottom-50 {
    bottom: 50px;
  }
  .sm-left-0 {
    left: 0;
  }
  .sm-left-1 {
    left: 1px;
  }
  .sm-left-2 {
    left: 2px;
  }
  .sm-left-3 {
    left: 3px;
  }
  .sm-left-4 {
    left: 4px;
  }
  .sm-left-5 {
    left: 5px;
  }
  .sm-left-6 {
    left: 6px;
  }
  .sm-left-7 {
    left: 7px;
  }
  .sm-left-8 {
    left: 8px;
  }
  .sm-left-9 {
    left: 9px;
  }
  .sm-left-10 {
    left: 10px;
  }
  .sm-right-0 {
    right: 0;
  }
  .sm-right-1 {
    right: 1px;
  }
  .sm-right-2 {
    right: 2px;
  }
  .sm-right-3 {
    right: 3px;
  }
  .sm-right-4 {
    right: 4px;
  }
  .sm-right-5 {
    right: 5px;
  }
  .sm-right-6 {
    right: 6px;
  }
  .sm-right-7 {
    right: 7px;
  }
  .sm-right-8 {
    right: 8px;
  }
  .sm-right-9 {
    right: 9px;
  }
  .sm-right-10 {
    right: 10px;
  }
  .sm-width-10 {
    width: 10%;
  }
  .sm-width-15 {
    width: 15%;
  }
  .sm-width-20 {
    width: 20%;
  }
  .sm-width-25 {
    width: 25%;
  }
  .sm-width-30 {
    width: 30%;
  }
  .sm-width-35 {
    width: 35%;
  }
  .sm-width-40 {
    width: 40%;
  }
  .sm-width-45 {
    width: 45%;
  }
  .sm-width-50 {
    width: 50%;
  }
  .sm-width-55 {
    width: 55%;
  }
  .sm-width-60 {
    width: 60%;
  }
  .sm-width-65 {
    width: 65%;
  }
  .sm-width-70 {
    width: 70%;
  }
  .sm-width-75 {
    width: 75%;
  }
  .sm-width-80 {
    width: 80%;
  }
  .sm-width-85 {
    width: 85%;
  }
  .sm-width-90 {
    width: 90%;
  }
  .sm-width-95 {
    width: 95%;
  }
  .sm-width-100 {
    width: 100%;
  }
  .sm-width-50px {
    width: 50px;
  }
  .sm-width-70px {
    width: 70px;
  }
  .sm-width-75px {
    width: 75px;
  }
  .sm-width-80px {
    width: 80px;
  }
  .sm-width-85px {
    width: 85px;
  }
  .sm-width-90px {
    width: 90px;
  }
  .sm-width-95px {
    width: 95px;
  }
  .sm-width-100px {
    width: 100px;
  }
  .sm-width-120px {
    width: 120px;
  }
  .sm-width-130px {
    width: 130px;
  }
  .sm-width-150px {
    width: 150px;
  }
  .sm-width-180px {
    width: 180px;
  }
  .sm-width-200px {
    width: 200px;
  }
  .sm-width-250px {
    width: 250px;
  }
  .sm-width-300px {
    width: 300px;
  }
  .sm-width-350px {
    width: 350px;
  }
  .sm-width-400px {
    width: 400px;
  }
  .sm-width-450px {
    width: 450px;
  }
  .sm-width-500px {
    width: 500px;
  }
  .sm-width-550px {
    width: 550px;
  }
  .sm-width-600px {
    width: 600px;
  }
  .sm-width-650px {
    width: 650px;
  }
  .sm-width-700px {
    width: 700px;
  }
  .sm-width-750px {
    width: 750px;
  }
  .sm-width-800px {
    width: 800px;
  }
  .sm-width-850px {
    width: 850px;
  }
  .sm-width-900px {
    width: 900px;
  }
  .sm-width-950px {
    width: 950px;
  }
  .sm-width-1000px {
    width: 1000px;
  }
  .sm-height-50 {
    height: 50%;
  }
  .sm-height-100 {
    height: 100%;
  }
  .sm-height-80px {
    height: 80px;
  }
  .sm-height-90px {
    height: 90px;
  }
  .sm-height-100px {
    height: 100px;
  }
  .sm-height-150px {
    height: 150px;
  }
  .sm-height-200px {
    height: 200px;
  }
  .sm-height-250px {
    height: 250px;
  }
  .sm-height-300px {
    height: 300px;
  }
  .sm-height-350px {
    height: 350px;
  }
  .sm-height-400px {
    height: 400px;
  }
  .sm-height-450px {
    height: 450px;
  }
  .sm-height-500px {
    height: 500px;
  }
  .sm-height-550px {
    height: 550px;
  }
  .sm-height-600px {
    height: 600px;
  }
  .sm-height-650px {
    height: 650px;
  }
  .sm-height-700px {
    height: 700px;
  }
  .sm-display-block {
    display: block !important;
  }
  .sm-display-inline-block {
    display: inline-block !important;
  }
  .sm-display-inline {
    display: inline !important;
  }
  .sm-display-table {
    display: table !important;
  }
  .sm-display-table-cell {
    display: table-cell !important;
  }
  .sm-min-height-0 {
    min-height: 0;
  }
  .sm-line-height-10 {
    line-height: 10px;
  }
  .sm-line-height-18 {
    line-height: 18px;
  }
  .sm-line-height-20 {
    line-height: 20px;
  }
  .sm-line-height-24 {
    line-height: 24px;
  }
  .sm-line-height-22 {
    line-height: 22px;
  }
  .sm-line-height-26 {
    line-height: 26px;
  }
  .sm-line-height-28 {
    line-height: 28px;
  }
  .sm-line-height-30 {
    line-height: 30px;
  }
  .sm-line-height-35 {
    line-height: 35px;
  }
  .sm-line-height-40 {
    line-height: 40px;
  }
  .sm-line-height-45 {
    line-height: 45px;
  }
  .sm-line-height-50 {
    line-height: 50px;
  }
  .sm-line-height-55 {
    line-height: 55px;
  }
  .sm-line-height-60 {
    line-height: 60px;
  }
  .sm-line-height-65 {
    line-height: 65px;
  }
  .sm-line-height-70 {
    line-height: 70px;
  }
  .sm-line-height-75 {
    line-height: 75px;
  }
  .sm-line-height-80 {
    line-height: 80px;
  }
  .sm-line-height-85 {
    line-height: 85px;
  }
  .sm-line-height-90 {
    line-height: 90px;
  }
  .sm-line-height-95 {
    line-height: 95px;
  }
  .sm-line-height-100 {
    line-height: 100px;
  }
  .sm-no-border-top {
    border-top: 0 !important;
  }
  .sm-no-border-bottom {
    border-bottom: 0 !important;
  }
  .sm-no-border-right {
    border-right: 0 !important;
  }
  .sm-no-border-left {
    border-left: 0 !important;
  }
  .sm-no-border {
    border: 0 !important;
  }
  .sm-no-background-img {
    background-image: none !important;
  }
  .right-image {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0 15px 0;
    right: 0;
    clear: both;
  }
  .right-image img {
    max-width: 100%;
  }
  .sm-text-middle-line::before {
    display: none;
  }
  .list-style-6 li {
    padding: 0 0 8px 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 17px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: 37px;
    line-height: 42px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 23px;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-vertical-align-middle {
    vertical-align: middle;
  }
  .xs-vertical-align-top {
    vertical-align: top;
  }
  .xs-vertical-align-bottom {
    vertical-align: bottom;
  }
  .xs-background-image-left {
    background-position: left !important;
  }
  .xs-background-image-right {
    background-position: right !important;
  }
  .xs-background-image-center {
    background-position: center !important;
  }
  .xs-no-margin {
    margin: 0 !important;
  }
  .xs-no-margin-top {
    margin-top: 0 !important;
  }
  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .xs-no-margin-left {
    margin-left: 0 !important;
  }
  .xs-no-margin-right {
    margin-right: 0 !important;
  }
  .xs-margin-5px-top {
    margin-top: 5px !important;
  }
  .xs-margin-10px-top {
    margin-top: 10px !important;
  }
  .xs-margin-15px-top {
    margin-top: 15px !important;
  }
  .xs-margin-20px-top {
    margin-top: 20px !important;
  }
  .xs-margin-25px-top {
    margin-top: 25px !important;
  }
  .xs-margin-30px-top {
    margin-top: 30px !important;
  }
  .xs-margin-35px-top {
    margin-top: 35px !important;
  }
  .xs-margin-40px-top {
    margin-top: 40px !important;
  }
  .xs-margin-45px-top {
    margin-top: 45px !important;
  }
  .xs-margin-50px-top {
    margin-top: 50px !important;
  }
  .xs-margin-55px-top {
    margin-top: 55px !important;
  }
  .xs-margin-60px-top {
    margin-top: 60px !important;
  }
  .xs-margin-65px-top {
    margin-top: 65px !important;
  }
  .xs-margin-70px-top {
    margin-top: 70px !important;
  }
  .xs-margin-75px-top {
    margin-top: 75px !important;
  }
  .xs-margin-80px-top {
    margin-top: 80px !important;
  }
  .xs-margin-85px-top {
    margin-top: 85px !important;
  }
  .xs-margin-90px-top {
    margin-top: 90px !important;
  }
  .xs-margin-95px-top {
    margin-top: 95px !important;
  }
  .xs-margin-100px-top {
    margin-top: 100px !important;
  }
  .xs-margin-5px-bottom {
    margin-bottom: 5px !important;
  }
  .xs-margin-10px-bottom {
    margin-bottom: 10px !important;
  }
  .xs-margin-15px-bottom {
    margin-bottom: 15px !important;
  }
  .xs-margin-20px-bottom {
    margin-bottom: 20px !important;
  }
  .xs-margin-25px-bottom {
    margin-bottom: 25px !important;
  }
  .xs-margin-30px-bottom {
    margin-bottom: 30px !important;
  }
  .xs-margin-35px-bottom {
    margin-bottom: 35px !important;
  }
  .xs-margin-40px-bottom {
    margin-bottom: 40px !important;
  }
  .xs-margin-45px-bottom {
    margin-bottom: 45px !important;
  }
  .xs-margin-50px-bottom {
    margin-bottom: 50px !important;
  }
  .xs-margin-55px-bottom {
    margin-bottom: 55px !important;
  }
  .xs-margin-60px-bottom {
    margin-bottom: 60px !important;
  }
  .xs-margin-65px-bottom {
    margin-bottom: 65px !important;
  }
  .xs-margin-70px-bottom {
    margin-bottom: 70px !important;
  }
  .xs-margin-75px-bottom {
    margin-bottom: 75px !important;
  }
  .xs-margin-80px-bottom {
    margin-bottom: 80px !important;
  }
  .xs-margin-85px-bottom {
    margin-bottom: 85px !important;
  }
  .xs-margin-90px-bottom {
    margin-bottom: 90px !important;
  }
  .xs-margin-95px-bottom {
    margin-bottom: 95px !important;
  }
  .xs-margin-100px-bottom {
    margin-bottom: 100px !important;
  }
  .xs-margin-10px-right {
    margin-right: 10px !important;
  }
  .xs-margin-15px-right {
    margin-right: 15px !important;
  }
  .xs-margin-20px-right {
    margin-right: 20px !important;
  }
  .xs-margin-25px-right {
    margin-right: 25px !important;
  }
  .xs-margin-30px-right {
    margin-right: 30px !important;
  }
  .xs-margin-35px-right {
    margin-right: 35px !important;
  }
  .xs-margin-40px-right {
    margin-right: 40px !important;
  }
  .xs-margin-45px-right {
    margin-right: 45px !important;
  }
  .xs-margin-50px-right {
    margin-right: 50px !important;
  }
  .xs-margin-55px-right {
    margin-right: 55px !important;
  }
  .xs-margin-60px-right {
    margin-right: 60px !important;
  }
  .xs-margin-65px-right {
    margin-right: 65px !important;
  }
  .xs-margin-70px-right {
    margin-right: 70px !important;
  }
  .xs-margin-75px-right {
    margin-right: 75px !important;
  }
  .xs-margin-80px-right {
    margin-right: 80px !important;
  }
  .xs-margin-85px-right {
    margin-right: 85px !important;
  }
  .xs-margin-90px-right {
    margin-right: 90px !important;
  }
  .xs-margin-95px-right {
    margin-right: 95px !important;
  }
  .xs-margin-100px-right {
    margin-right: 100px !important;
  }
  .xs-margin-5px-left {
    margin-left: 5px !important;
  }
  .xs-margin-10px-left {
    margin-left: 10px !important;
  }
  .xs-margin-15px-left {
    margin-left: 15px !important;
  }
  .xs-margin-20px-left {
    margin-left: 20px !important;
  }
  .xs-margin-25px-left {
    margin-left: 25px !important;
  }
  .xs-margin-30px-left {
    margin-left: 30px !important;
  }
  .xs-margin-35px-left {
    margin-left: 35px !important;
  }
  .xs-margin-40px-left {
    margin-left: 40px !important;
  }
  .xs-margin-45px-left {
    margin-left: 45px !important;
  }
  .xs-margin-50px-left {
    margin-left: 50px !important;
  }
  .xs-margin-55px-left {
    margin-left: 55px !important;
  }
  .xs-margin-60px-left {
    margin-left: 60px !important;
  }
  .xs-margin-65px-left {
    margin-left: 65px !important;
  }
  .xs-margin-70px-left {
    margin-left: 70px !important;
  }
  .xs-margin-75px-left {
    margin-left: 75px !important;
  }
  .xs-margin-80px-left {
    margin-left: 80px !important;
  }
  .xs-margin-85px-left {
    margin-left: 85px !important;
  }
  .xs-margin-90px-left {
    margin-left: 90px !important;
  }
  .xs-margin-95px-left {
    margin-left: 95px !important;
  }
  .xs-margin-100px-left {
    margin-left: 100px !important;
  }
  .xs-no-padding {
    padding: 0 !important;
  }
  .xs-no-padding-top {
    padding-top: 0 !important;
  }
  .xs-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .xs-no-padding-left {
    padding-left: 0 !important;
  }
  .xs-no-padding-right {
    padding-right: 0 !important;
  }
  .xs-padding-5px-top {
    padding-top: 5px !important;
  }
  .xs-padding-10px-top {
    padding-top: 10px !important;
  }
  .xs-padding-15px-top {
    padding-top: 15px !important;
  }
  .xs-padding-20px-top {
    padding-top: 20px !important;
  }
  .xs-padding-25px-top {
    padding-top: 25px !important;
  }
  .xs-padding-30px-top {
    padding-top: 30px !important;
  }
  .xs-padding-35px-top {
    padding-top: 35px !important;
  }
  .xs-padding-40px-top {
    padding-top: 40px !important;
  }
  .xs-padding-45px-top {
    padding-top: 45px !important;
  }
  .xs-padding-50px-top {
    padding-top: 50px !important;
  }
  .xs-padding-55px-top {
    padding-top: 55px !important;
  }
  .xs-padding-60px-top {
    padding-top: 60px !important;
  }
  .xs-padding-65px-top {
    padding-top: 65px !important;
  }
  .xs-padding-70px-top {
    padding-top: 70px !important;
  }
  .xs-padding-75px-top {
    padding-top: 75px !important;
  }
  .xs-padding-80px-top {
    padding-top: 80px !important;
  }
  .xs-padding-85px-top {
    padding-top: 85px !important;
  }
  .xs-padding-90px-top {
    padding-top: 90px !important;
  }
  .xs-padding-95px-top {
    padding-top: 95px !important;
  }
  .xs-padding-100px-top {
    padding-top: 100px !important;
  }
  .xs-padding-5px-bottom {
    padding-bottom: 5px !important;
  }
  .xs-padding-10px-bottom {
    padding-bottom: 10px !important;
  }
  .xs-padding-15px-bottom {
    padding-bottom: 15px !important;
  }
  .xs-padding-20px-bottom {
    padding-bottom: 20px !important;
  }
  .xs-padding-25px-bottom {
    padding-bottom: 25px !important;
  }
  .xs-padding-30px-bottom {
    padding-bottom: 30px !important;
  }
  .xs-padding-35px-bottom {
    padding-bottom: 35px !important;
  }
  .xs-padding-40px-bottom {
    padding-bottom: 40px !important;
  }
  .xs-padding-45px-bottom {
    padding-bottom: 45px !important;
  }
  .xs-padding-50px-bottom {
    padding-bottom: 50px !important;
  }
  .xs-padding-55px-bottom {
    padding-bottom: 55px !important;
  }
  .xs-padding-60px-bottom {
    padding-bottom: 60px !important;
  }
  .xs-padding-65px-bottom {
    padding-bottom: 65px !important;
  }
  .xs-padding-70px-bottom {
    padding-bottom: 70px !important;
  }
  .xs-padding-75px-bottom {
    padding-bottom: 75px !important;
  }
  .xs-padding-80px-bottom {
    padding-bottom: 80px !important;
  }
  .xs-padding-85px-bottom {
    padding-bottom: 85px !important;
  }
  .xs-padding-90px-bottom {
    padding-bottom: 90px !important;
  }
  .xs-padding-95px-bottom {
    padding-bottom: 95px !important;
  }
  .xs-padding-100px-bottom {
    padding-bottom: 100px !important;
  }
  .xs-padding-5px-right {
    padding-right: 5px !important;
  }
  .xs-padding-10px-right {
    padding-right: 10px !important;
  }
  .xs-padding-15px-right {
    padding-right: 15px !important;
  }
  .xs-padding-20px-right {
    padding-right: 20px !important;
  }
  .xs-padding-25px-right {
    padding-right: 25px !important;
  }
  .xs-padding-30px-right {
    padding-right: 30px !important;
  }
  .xs-padding-35px-right {
    padding-right: 35px !important;
  }
  .xs-padding-40px-right {
    padding-right: 40px !important;
  }
  .xs-padding-45px-right {
    padding-right: 45px !important;
  }
  .xs-padding-50px-right {
    padding-right: 50px !important;
  }
  .xs-padding-55px-right {
    padding-right: 55px !important;
  }
  .xs-padding-60px-right {
    padding-right: 60px !important;
  }
  .xs-padding-65px-right {
    padding-right: 65px !important;
  }
  .xs-padding-70px-right {
    padding-right: 70px !important;
  }
  .xs-padding-75px-right {
    padding-right: 75px !important;
  }
  .xs-padding-80px-right {
    padding-right: 80px !important;
  }
  .xs-padding-85px-right {
    padding-right: 85px !important;
  }
  .xs-padding-90px-right {
    padding-right: 90px !important;
  }
  .xs-padding-95px-right {
    padding-right: 95px !important;
  }
  .xs-padding-100px-right {
    padding-right: 100px !important;
  }
  .xs-padding-5px-left {
    padding-left: 5px !important;
  }
  .xs-padding-10px-left {
    padding-left: 10px !important;
  }
  .xs-padding-15px-left {
    padding-left: 15px !important;
  }
  .xs-padding-20px-left {
    padding-left: 20px !important;
  }
  .xs-padding-25px-left {
    padding-left: 25px !important;
  }
  .xs-padding-30px-left {
    padding-left: 30px !important;
  }
  .xs-padding-35px-left {
    padding-left: 35px !important;
  }
  .xs-padding-40px-left {
    padding-left: 40px !important;
  }
  .xs-padding-45px-left {
    padding-left: 45px !important;
  }
  .xs-padding-50px-left {
    padding-left: 50px !important;
  }
  .xs-padding-55px-left {
    padding-left: 55px !important;
  }
  .xs-padding-60px-left {
    padding-left: 60px !important;
  }
  .xs-padding-65px-left {
    padding-left: 65px !important;
  }
  .xs-padding-70px-left {
    padding-left: 70px !important;
  }
  .xs-padding-75px-left {
    padding-left: 75px !important;
  }
  .xs-padding-80px-left {
    padding-left: 80px !important;
  }
  .xs-padding-85px-left {
    padding-left: 85px !important;
  }
  .xs-padding-90px-left {
    padding-left: 90px !important;
  }
  .xs-padding-95px-left {
    padding-left: 95px !important;
  }
  .xs-padding-100px-left {
    padding-left: 100px !important;
  }
  .extra-small-screen {
    height: 250px;
  }
  .xs-top-0 {
    top: 0 !important;
  }
  .xs-top-1 {
    top: 1px;
  }
  .xs-top-2 {
    top: 2px;
  }
  .xs-top-3 {
    top: 3px;
  }
  .xs-top-4 {
    top: 4px;
  }
  .xs-top-5 {
    top: 5px;
  }
  .xs-top-6 {
    top: 6px;
  }
  .xs-top-7 {
    top: 7px;
  }
  .xs-top-8 {
    top: 8px;
  }
  .xs-top-9 {
    top: 9px;
  }
  .xs-top-10 {
    top: 10px;
  }
  .xs-top-12 {
    top: 12px;
  }
  .xs-top-15 {
    top: 15px;
  }
  .xs-top-17 {
    top: 17px;
  }
  .xs-top-20 {
    top: 20px;
  }
  .xs-top-25 {
    top: 25px;
  }
  .xs-top-30 {
    top: 30px;
  }
  .xs-top-35 {
    top: 35px;
  }
  .xs-top-40 {
    top: 40px;
  }
  .xs-top-45 {
    top: 45px;
  }
  .xs-top-50 {
    top: 50px;
  }
  .xs-bottom-0 {
    bottom: 0;
  }
  .xs-bottom-1 {
    bottom: 1px;
  }
  .xs-bottom-2 {
    bottom: 2px;
  }
  .xs-bottom-3 {
    bottom: 3px;
  }
  .xs-bottom-4 {
    bottom: 4px;
  }
  .xs-bottom-5 {
    bottom: 5px;
  }
  .xs-bottom-6 {
    bottom: 6px;
  }
  .xs-bottom-7 {
    bottom: 7px;
  }
  .xs-bottom-8 {
    bottom: 8px;
  }
  .xs-bottom-9 {
    bottom: 9px;
  }
  .xs-bottom-10 {
    bottom: 10px;
  }
  .xs-bottom-20 {
    bottom: 20px;
  }
  .xs-bottom-25 {
    bottom: 25px;
  }
  .xs-bottom-30 {
    bottom: 30px;
  }
  .xs-bottom-35 {
    bottom: 35px;
  }
  .xs-bottom-40 {
    bottom: 40px;
  }
  .xs-bottom-45 {
    bottom: 45px;
  }
  .xs-bottom-50 {
    bottom: 50px;
  }
  .xs-left-0 {
    left: 0;
  }
  .xs-left-1 {
    left: 1px;
  }
  .xs-left-2 {
    left: 2px;
  }
  .xs-left-3 {
    left: 3px;
  }
  .xs-left-4 {
    left: 4px;
  }
  .xs-left-5 {
    left: 5px;
  }
  .xs-left-6 {
    left: 6px;
  }
  .xs-left-7 {
    left: 7px;
  }
  .xs-left-8 {
    left: 8px;
  }
  .xs-left-9 {
    left: 9px;
  }
  .xs-left-10 {
    left: 10px;
  }
  .xs-right-0 {
    right: 0;
  }
  .xs-right-1 {
    right: 1px;
  }
  .xs-right-2 {
    right: 2px;
  }
  .xs-right-3 {
    right: 3px;
  }
  .xs-right-4 {
    right: 4px;
  }
  .xs-right-5 {
    right: 5px;
  }
  .xs-right-6 {
    right: 6px;
  }
  .xs-right-7 {
    right: 7px;
  }
  .xs-right-8 {
    right: 8px;
  }
  .xs-right-9 {
    right: 9px;
  }
  .xs-right-10 {
    right: 10px;
  }
  .xs-width-10 {
    width: 10%;
  }
  .xs-width-15 {
    width: 15%;
  }
  .xs-width-20 {
    width: 20%;
  }
  .xs-width-25 {
    width: 25%;
  }
  .xs-width-30 {
    width: 30%;
  }
  .xs-width-35 {
    width: 35%;
  }
  .xs-width-40 {
    width: 40%;
  }
  .xs-width-45 {
    width: 45%;
  }
  .xs-width-50 {
    width: 50%;
  }
  .xs-width-55 {
    width: 55%;
  }
  .xs-width-60 {
    width: 60%;
  }
  .xs-width-65 {
    width: 65%;
  }
  .xs-width-70 {
    width: 70%;
  }
  .xs-width-75 {
    width: 75%;
  }
  .xs-width-80 {
    width: 80%;
  }
  .xs-width-85 {
    width: 85%;
  }
  .xs-width-90 {
    width: 90%;
  }
  .xs-width-95 {
    width: 95%;
  }
  .xs-width-100 {
    width: 100%;
  }
  .xs-width-50px {
    width: 50px;
  }
  .xs-width-70px {
    width: 70px;
  }
  .xs-width-75px {
    width: 75px;
  }
  .xs-width-80px {
    width: 80px;
  }
  .xs-width-85px {
    width: 85px;
  }
  .xs-width-90px {
    width: 90px;
  }
  .xs-width-95px {
    width: 95px;
  }
  .xs-width-100px {
    width: 100px;
  }
  .xs-width-120px {
    width: 120px;
  }
  .xs-width-130px {
    width: 130px;
  }
  .xs-width-150px {
    width: 150px;
  }
  .xs-width-180px {
    width: 180px;
  }
  .xs-width-200px {
    width: 200px;
  }
  .xs-width-250px {
    width: 250px;
  }
  .xs-width-300px {
    width: 300px;
  }
  .xs-width-350px {
    width: 350px;
  }
  .xs-width-400px {
    width: 400px;
  }
  .xs-width-450px {
    width: 450px;
  }
  .xs-width-500px {
    width: 500px;
  }
  .xs-width-550px {
    width: 550px;
  }
  .xs-width-600px {
    width: 600px;
  }
  .xs-width-650px {
    width: 650px;
  }
  .xs-width-700px {
    width: 700px;
  }
  .xs-width-750px {
    width: 750px;
  }
  .xs-width-800px {
    width: 800px;
  }
  .xs-width-850px {
    width: 850px;
  }
  .xs-width-900px {
    width: 900px;
  }
  .xs-width-950px {
    width: 950px;
  }
  .xs-width-1000px {
    width: 1000px;
  }
  .xs-height-50 {
    height: 50% !important;
  }
  .xs-height-100 {
    height: 100% !important;
  }
  .xs-height-50px {
    height: 50px !important;
  }
  .xs-height-60px {
    height: 60px !important;
  }
  .xs-height-70px {
    height: 70px !important;
  }
  .xs-height-80px {
    height: 80px !important;
  }
  .xs-height-90px {
    height: 90px !important;
  }
  .xs-height-100px {
    height: 100px !important;
  }
  .xs-height-150px {
    height: 150px !important;
  }
  .xs-height-200px {
    height: 200px !important;
  }
  .xs-height-250px {
    height: 250px !important;
  }
  .xs-height-300px {
    height: 300px !important;
  }
  .xs-height-350px {
    height: 350px !important;
  }
  .xs-height-400px {
    height: 400px !important;
  }
  .xs-height-450px {
    height: 450px !important;
  }
  .xs-height-500px {
    height: 500px !important;
  }
  .xs-height-550px {
    height: 550px !important;
  }
  .xs-height-600px {
    height: 600px !important;
  }
  .xs-height-650px {
    height: 650px !important;
  }
  .xs-height-700px {
    height: 700px !important;
  }
  .xs-line-height-10 {
    line-height: 10px;
  }
  .xs-line-height-18 {
    line-height: 18px;
  }
  .xs-line-height-20 {
    line-height: 20px;
  }
  .xs-line-height-24 {
    line-height: 24px;
  }
  .xs-line-height-22 {
    line-height: 22px;
  }
  .xs-line-height-26 {
    line-height: 26px;
  }
  .xs-line-height-28 {
    line-height: 28px;
  }
  .xs-line-height-30 {
    line-height: 30px;
  }
  .xs-line-height-35 {
    line-height: 35px;
  }
  .xs-line-height-40 {
    line-height: 40px;
  }
  .xs-line-height-45 {
    line-height: 45px;
  }
  .xs-line-height-50 {
    line-height: 50px;
  }
  .xs-line-height-55 {
    line-height: 55px;
  }
  .xs-line-height-60 {
    line-height: 60px;
  }
  .xs-line-height-65 {
    line-height: 65px;
  }
  .xs-line-height-70 {
    line-height: 70px;
  }
  .xs-line-height-75 {
    line-height: 75px;
  }
  .xs-line-height-80 {
    line-height: 80px;
  }
  .xs-line-height-85 {
    line-height: 85px;
  }
  .xs-line-height-90 {
    line-height: 90px;
  }
  .xs-line-height-95 {
    line-height: 95px;
  }
  .xs-line-height-100 {
    line-height: 100px;
  }
  .page-title-large h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .page-title-medium h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .title-large {
    font-size: 38px;
    line-height: 44px;
  }
  .title-extra-large {
    font-size: 35px;
    line-height: 40px;
  }
  .xs-display-block {
    display: block !important;
  }
  .xs-display-inline-block {
    display: inline-block !important;
  }
  .xs-display-inline {
    display: inline !important;
  }
  .xs-display-table {
    display: table !important;
  }
  .xs-display-table-cell {
    display: table-cell !important;
  }
  .xs-no-border-top {
    border-top: 0 !important;
  }
  .xs-no-border-bottom {
    border-bottom: 0 !important;
  }
  .xs-no-border-right {
    border-right: 0 !important;
  }
  .xs-no-border-left {
    border-left: 0 !important;
  }
  .xs-no-border {
    border: 0 !important;
  }
  article {
    padding: 50px 0;
  }
  article.half-section {
    padding: 25px 0;
  }
  section {
    padding: 50px 0;
  }
  section.half-section {
    padding: 25px 0;
  }
  .xs-center-col {
    float: none;
    margin: 0 auto;
  }
  .mobile-height {
    height: auto !important;
  }
  .head-text {
    font-size: 30px;
    line-height: 36px;
  }
  .social-style-2 ul li {
    margin: 2px 5px;
  }
  .list-style-7 li {
    padding-bottom: 8px;
    margin-bottom: 5px;
  }
  .social-style-3 ul li {
    margin: 0 8px;
  }
  .social-style-5 ul li {
    margin: 5px;
  }
  .social-style-1 ul li {
    margin: 0 5px;
  }
  .icon-medium {
    font-size: 30px;
  }
  .icon-extra-medium {
    font-size: 30px;
  }
  .icon-large {
    font-size: 40px;
  }
  .extra-large-icon li,
  .extra-small-icon li,
  .large-icon li,
  .medium-icon li,
  .small-icon li {
    margin-bottom: 10px;
  }
}

.navbar_mobile-col2 {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 0 1.1px #d6d5d5;
}

.navbar_mobile-col2 a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  width: 50%;
  padding: 8px 0 5px 0;
  text-decoration: none;
  font-size: 12px;
}

.navbar_mobile-col3 {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 0 1.1px #d6d5d5;
}

.navbar_mobile-col3 a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  width: 33.3%;
  padding: 8px 0 5px 0;
  text-decoration: none;
  font-size: 12px;
}

.navbar_mobile-col4 {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 0 1.1px #d6d5d5;
}

.navbar_mobile-col4 a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  width: 25%;
  padding: 8px 0 5px 0;
  text-decoration: none;
  font-size: 12px;
}

.navbar_mobile-col5 {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 0 1.1px #d6d5d5;
}

.navbar_mobile-col5 a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  width: 20%;
  padding: 8px 0 5px 0;
  text-decoration: none;
  font-size: 12px;
}

.navbar_mobile-col2 i,
.navbar_mobile-col3 i,
.navbar_mobile-col4 i,
.navbar_mobile-col5 i {
  font-size: 20px;
  margin-bottom: 0;
}

.navbar_mobile-col2 a:hover,
.navbar_mobile-col2 a:hover i,
.navbar_mobile-col3 a:hover,
.navbar_mobile-col3 a:hover i,
.navbar_mobile-col4 a:hover,
.navbar_mobile-col4 a:hover i,
.navbar_mobile-col5 a:hover,
.navbar_mobile-col5 a:hover i {
  color: #ff214f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
