/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #3c3c3c;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1 {
  font-size: 2.6em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.33em;
  }
}

h2 {
  font-size: 2em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.6em;
  }
}

h3 {
  font-size: 1.4em;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2em;
  }
}

h4 {
  font-size: 1.11em;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4em;
  }
}

h5 {
  font-size: 1em;
  margin: 5px 0;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.11em;
  }
}

h6 {
  font-size: 16px;
  margin: 5px 0;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1em;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.3;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-weight: 700;
}

p {
  font-size: 18px;
  margin: 0 0 1.75em;
  color: #3c3c3c;
  line-height: 1.5;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3c3c3c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
.pt--5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt--105 {
  padding-top: 105px;
}

.pt--110 {
  padding-top: 110px;
}

.pt--115 {
  padding-top: 115px;
}

.pt--120 {
  padding-top: 120px;
}

.pt--125 {
  padding-top: 125px;
}

.pt--130 {
  padding-top: 130px;
}

.pt--135 {
  padding-top: 135px;
}

.pt--140 {
  padding-top: 140px;
}

.pt--145 {
  padding-top: 145px;
}

.pt--150 {
  padding-top: 150px;
}

.pt--155 {
  padding-top: 155px;
}

.pt--160 {
  padding-top: 160px;
}

.pt--165 {
  padding-top: 165px;
}

.pt--170 {
  padding-top: 170px;
}

.pt--175 {
  padding-top: 175px;
}

.pt--180 {
  padding-top: 180px;
}

.pt--185 {
  padding-top: 185px;
}

.pt--190 {
  padding-top: 190px;
}

.pt--195 {
  padding-top: 195px;
}

.pt--200 {
  padding-top: 200px;
}

.pt--205 {
  padding-top: 205px;
}

.pt--210 {
  padding-top: 210px;
}

.pt--215 {
  padding-top: 215px;
}

.pt--220 {
  padding-top: 220px;
}

.pt--225 {
  padding-top: 225px;
}

.pt--230 {
  padding-top: 230px;
}

.pt--235 {
  padding-top: 235px;
}

.pt--240 {
  padding-top: 240px;
}

.pt--245 {
  padding-top: 245px;
}

.pt--250 {
  padding-top: 250px;
}

@media (min-width: 576px) {
  .pt_sm--5 {
    padding-top: 5px;
  }
  .pt_sm--10 {
    padding-top: 10px;
  }
  .pt_sm--15 {
    padding-top: 15px;
  }
  .pt_sm--20 {
    padding-top: 20px;
  }
  .pt_sm--25 {
    padding-top: 25px;
  }
  .pt_sm--30 {
    padding-top: 30px;
  }
  .pt_sm--35 {
    padding-top: 35px;
  }
  .pt_sm--40 {
    padding-top: 40px;
  }
  .pt_sm--45 {
    padding-top: 45px;
  }
  .pt_sm--50 {
    padding-top: 50px;
  }
  .pt_sm--55 {
    padding-top: 55px;
  }
  .pt_sm--60 {
    padding-top: 60px;
  }
  .pt_sm--65 {
    padding-top: 65px;
  }
  .pt_sm--70 {
    padding-top: 70px;
  }
  .pt_sm--75 {
    padding-top: 75px;
  }
  .pt_sm--80 {
    padding-top: 80px;
  }
  .pt_sm--85 {
    padding-top: 85px;
  }
  .pt_sm--90 {
    padding-top: 90px;
  }
  .pt_sm--95 {
    padding-top: 95px;
  }
  .pt_sm--100 {
    padding-top: 100px;
  }
  .pt_sm--105 {
    padding-top: 105px;
  }
  .pt_sm--110 {
    padding-top: 110px;
  }
  .pt_sm--115 {
    padding-top: 115px;
  }
  .pt_sm--120 {
    padding-top: 120px;
  }
  .pt_sm--125 {
    padding-top: 125px;
  }
  .pt_sm--130 {
    padding-top: 130px;
  }
  .pt_sm--135 {
    padding-top: 135px;
  }
  .pt_sm--140 {
    padding-top: 140px;
  }
  .pt_sm--145 {
    padding-top: 145px;
  }
  .pt_sm--150 {
    padding-top: 150px;
  }
  .pt_sm--155 {
    padding-top: 155px;
  }
  .pt_sm--160 {
    padding-top: 160px;
  }
  .pt_sm--165 {
    padding-top: 165px;
  }
  .pt_sm--170 {
    padding-top: 170px;
  }
  .pt_sm--175 {
    padding-top: 175px;
  }
  .pt_sm--180 {
    padding-top: 180px;
  }
  .pt_sm--185 {
    padding-top: 185px;
  }
  .pt_sm--190 {
    padding-top: 190px;
  }
  .pt_sm--195 {
    padding-top: 195px;
  }
  .pt_sm--200 {
    padding-top: 200px;
  }
  .pt_sm--205 {
    padding-top: 205px;
  }
  .pt_sm--210 {
    padding-top: 210px;
  }
  .pt_sm--215 {
    padding-top: 215px;
  }
  .pt_sm--220 {
    padding-top: 220px;
  }
  .pt_sm--225 {
    padding-top: 225px;
  }
  .pt_sm--230 {
    padding-top: 230px;
  }
  .pt_sm--235 {
    padding-top: 235px;
  }
  .pt_sm--240 {
    padding-top: 240px;
  }
  .pt_sm--245 {
    padding-top: 245px;
  }
  .pt_sm--250 {
    padding-top: 250px;
  }
}

@media (min-width: 768px) {
  .pt_md--5 {
    padding-top: 5px;
  }
  .pt_md--10 {
    padding-top: 10px;
  }
  .pt_md--15 {
    padding-top: 15px;
  }
  .pt_md--20 {
    padding-top: 20px;
  }
  .pt_md--25 {
    padding-top: 25px;
  }
  .pt_md--30 {
    padding-top: 30px;
  }
  .pt_md--35 {
    padding-top: 35px;
  }
  .pt_md--40 {
    padding-top: 40px;
  }
  .pt_md--45 {
    padding-top: 45px;
  }
  .pt_md--50 {
    padding-top: 50px;
  }
  .pt_md--55 {
    padding-top: 55px;
  }
  .pt_md--60 {
    padding-top: 60px;
  }
  .pt_md--65 {
    padding-top: 65px;
  }
  .pt_md--70 {
    padding-top: 70px;
  }
  .pt_md--75 {
    padding-top: 75px;
  }
  .pt_md--80 {
    padding-top: 80px;
  }
  .pt_md--85 {
    padding-top: 85px;
  }
  .pt_md--90 {
    padding-top: 90px;
  }
  .pt_md--95 {
    padding-top: 95px;
  }
  .pt_md--100 {
    padding-top: 100px;
  }
  .pt_md--105 {
    padding-top: 105px;
  }
  .pt_md--110 {
    padding-top: 110px;
  }
  .pt_md--115 {
    padding-top: 115px;
  }
  .pt_md--120 {
    padding-top: 120px;
  }
  .pt_md--125 {
    padding-top: 125px;
  }
  .pt_md--130 {
    padding-top: 130px;
  }
  .pt_md--135 {
    padding-top: 135px;
  }
  .pt_md--140 {
    padding-top: 140px;
  }
  .pt_md--145 {
    padding-top: 145px;
  }
  .pt_md--150 {
    padding-top: 150px;
  }
  .pt_md--155 {
    padding-top: 155px;
  }
  .pt_md--160 {
    padding-top: 160px;
  }
  .pt_md--165 {
    padding-top: 165px;
  }
  .pt_md--170 {
    padding-top: 170px;
  }
  .pt_md--175 {
    padding-top: 175px;
  }
  .pt_md--180 {
    padding-top: 180px;
  }
  .pt_md--185 {
    padding-top: 185px;
  }
  .pt_md--190 {
    padding-top: 190px;
  }
  .pt_md--195 {
    padding-top: 195px;
  }
  .pt_md--200 {
    padding-top: 200px;
  }
  .pt_md--205 {
    padding-top: 205px;
  }
  .pt_md--210 {
    padding-top: 210px;
  }
  .pt_md--215 {
    padding-top: 215px;
  }
  .pt_md--220 {
    padding-top: 220px;
  }
  .pt_md--225 {
    padding-top: 225px;
  }
  .pt_md--230 {
    padding-top: 230px;
  }
  .pt_md--235 {
    padding-top: 235px;
  }
  .pt_md--240 {
    padding-top: 240px;
  }
  .pt_md--245 {
    padding-top: 245px;
  }
  .pt_md--250 {
    padding-top: 250px;
  }
}

@media (min-width: 992px) {
  .pt_lg--5 {
    padding-top: 5px;
  }
  .pt_lg--10 {
    padding-top: 10px;
  }
  .pt_lg--15 {
    padding-top: 15px;
  }
  .pt_lg--20 {
    padding-top: 20px;
  }
  .pt_lg--25 {
    padding-top: 25px;
  }
  .pt_lg--30 {
    padding-top: 30px;
  }
  .pt_lg--35 {
    padding-top: 35px;
  }
  .pt_lg--40 {
    padding-top: 40px;
  }
  .pt_lg--45 {
    padding-top: 45px;
  }
  .pt_lg--50 {
    padding-top: 50px;
  }
  .pt_lg--55 {
    padding-top: 55px;
  }
  .pt_lg--60 {
    padding-top: 60px;
  }
  .pt_lg--65 {
    padding-top: 65px;
  }
  .pt_lg--70 {
    padding-top: 70px;
  }
  .pt_lg--75 {
    padding-top: 75px;
  }
  .pt_lg--80 {
    padding-top: 80px;
  }
  .pt_lg--85 {
    padding-top: 85px;
  }
  .pt_lg--90 {
    padding-top: 90px;
  }
  .pt_lg--95 {
    padding-top: 95px;
  }
  .pt_lg--100 {
    padding-top: 100px;
  }
  .pt_lg--105 {
    padding-top: 105px;
  }
  .pt_lg--110 {
    padding-top: 110px;
  }
  .pt_lg--115 {
    padding-top: 115px;
  }
  .pt_lg--120 {
    padding-top: 120px;
  }
  .pt_lg--125 {
    padding-top: 125px;
  }
  .pt_lg--130 {
    padding-top: 130px;
  }
  .pt_lg--135 {
    padding-top: 135px;
  }
  .pt_lg--140 {
    padding-top: 140px;
  }
  .pt_lg--145 {
    padding-top: 145px;
  }
  .pt_lg--150 {
    padding-top: 150px;
  }
  .pt_lg--155 {
    padding-top: 155px;
  }
  .pt_lg--160 {
    padding-top: 160px;
  }
  .pt_lg--165 {
    padding-top: 165px;
  }
  .pt_lg--170 {
    padding-top: 170px;
  }
  .pt_lg--175 {
    padding-top: 175px;
  }
  .pt_lg--180 {
    padding-top: 180px;
  }
  .pt_lg--185 {
    padding-top: 185px;
  }
  .pt_lg--190 {
    padding-top: 190px;
  }
  .pt_lg--195 {
    padding-top: 195px;
  }
  .pt_lg--200 {
    padding-top: 200px;
  }
  .pt_lg--205 {
    padding-top: 205px;
  }
  .pt_lg--210 {
    padding-top: 210px;
  }
  .pt_lg--215 {
    padding-top: 215px;
  }
  .pt_lg--220 {
    padding-top: 220px;
  }
  .pt_lg--225 {
    padding-top: 225px;
  }
  .pt_lg--230 {
    padding-top: 230px;
  }
  .pt_lg--235 {
    padding-top: 235px;
  }
  .pt_lg--240 {
    padding-top: 240px;
  }
  .pt_lg--245 {
    padding-top: 245px;
  }
  .pt_lg--250 {
    padding-top: 250px;
  }
}

@media (min-width: 1200px) {
  .pt_xl--5 {
    padding-top: 5px;
  }
  .pt_xl--10 {
    padding-top: 10px;
  }
  .pt_xl--15 {
    padding-top: 15px;
  }
  .pt_xl--20 {
    padding-top: 20px;
  }
  .pt_xl--25 {
    padding-top: 25px;
  }
  .pt_xl--30 {
    padding-top: 30px;
  }
  .pt_xl--35 {
    padding-top: 35px;
  }
  .pt_xl--40 {
    padding-top: 40px;
  }
  .pt_xl--45 {
    padding-top: 45px;
  }
  .pt_xl--50 {
    padding-top: 50px;
  }
  .pt_xl--55 {
    padding-top: 55px;
  }
  .pt_xl--60 {
    padding-top: 60px;
  }
  .pt_xl--65 {
    padding-top: 65px;
  }
  .pt_xl--70 {
    padding-top: 70px;
  }
  .pt_xl--75 {
    padding-top: 75px;
  }
  .pt_xl--80 {
    padding-top: 80px;
  }
  .pt_xl--85 {
    padding-top: 85px;
  }
  .pt_xl--90 {
    padding-top: 90px;
  }
  .pt_xl--95 {
    padding-top: 95px;
  }
  .pt_xl--100 {
    padding-top: 100px;
  }
  .pt_xl--105 {
    padding-top: 105px;
  }
  .pt_xl--110 {
    padding-top: 110px;
  }
  .pt_xl--115 {
    padding-top: 115px;
  }
  .pt_xl--120 {
    padding-top: 120px;
  }
  .pt_xl--125 {
    padding-top: 125px;
  }
  .pt_xl--130 {
    padding-top: 130px;
  }
  .pt_xl--135 {
    padding-top: 135px;
  }
  .pt_xl--140 {
    padding-top: 140px;
  }
  .pt_xl--145 {
    padding-top: 145px;
  }
  .pt_xl--150 {
    padding-top: 150px;
  }
  .pt_xl--155 {
    padding-top: 155px;
  }
  .pt_xl--160 {
    padding-top: 160px;
  }
  .pt_xl--165 {
    padding-top: 165px;
  }
  .pt_xl--170 {
    padding-top: 170px;
  }
  .pt_xl--175 {
    padding-top: 175px;
  }
  .pt_xl--180 {
    padding-top: 180px;
  }
  .pt_xl--185 {
    padding-top: 185px;
  }
  .pt_xl--190 {
    padding-top: 190px;
  }
  .pt_xl--195 {
    padding-top: 195px;
  }
  .pt_xl--200 {
    padding-top: 200px;
  }
  .pt_xl--205 {
    padding-top: 205px;
  }
  .pt_xl--210 {
    padding-top: 210px;
  }
  .pt_xl--215 {
    padding-top: 215px;
  }
  .pt_xl--220 {
    padding-top: 220px;
  }
  .pt_xl--225 {
    padding-top: 225px;
  }
  .pt_xl--230 {
    padding-top: 230px;
  }
  .pt_xl--235 {
    padding-top: 235px;
  }
  .pt_xl--240 {
    padding-top: 240px;
  }
  .pt_xl--245 {
    padding-top: 245px;
  }
  .pt_xl--250 {
    padding-top: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb--105 {
  padding-bottom: 105px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pb--115 {
  padding-bottom: 115px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pb--125 {
  padding-bottom: 125px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pb--135 {
  padding-bottom: 135px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pb--145 {
  padding-bottom: 145px;
}

.pb--150 {
  padding-bottom: 150px;
}

.pb--155 {
  padding-bottom: 155px;
}

.pb--160 {
  padding-bottom: 160px;
}

.pb--165 {
  padding-bottom: 165px;
}

.pb--170 {
  padding-bottom: 170px;
}

.pb--175 {
  padding-bottom: 175px;
}

.pb--180 {
  padding-bottom: 180px;
}

.pb--185 {
  padding-bottom: 185px;
}

.pb--190 {
  padding-bottom: 190px;
}

.pb--195 {
  padding-bottom: 195px;
}

.pb--200 {
  padding-bottom: 200px;
}

.pb--205 {
  padding-bottom: 205px;
}

.pb--210 {
  padding-bottom: 210px;
}

.pb--215 {
  padding-bottom: 215px;
}

.pb--220 {
  padding-bottom: 220px;
}

.pb--225 {
  padding-bottom: 225px;
}

.pb--230 {
  padding-bottom: 230px;
}

.pb--235 {
  padding-bottom: 235px;
}

.pb--240 {
  padding-bottom: 240px;
}

.pb--245 {
  padding-bottom: 245px;
}

.pb--250 {
  padding-bottom: 250px;
}

@media (min-width: 576px) {
  .pb_sm--5 {
    padding-bottom: 5px;
  }
  .pb_sm--10 {
    padding-bottom: 10px;
  }
  .pb_sm--15 {
    padding-bottom: 15px;
  }
  .pb_sm--20 {
    padding-bottom: 20px;
  }
  .pb_sm--25 {
    padding-bottom: 25px;
  }
  .pb_sm--30 {
    padding-bottom: 30px;
  }
  .pb_sm--35 {
    padding-bottom: 35px;
  }
  .pb_sm--40 {
    padding-bottom: 40px;
  }
  .pb_sm--45 {
    padding-bottom: 45px;
  }
  .pb_sm--50 {
    padding-bottom: 50px;
  }
  .pb_sm--55 {
    padding-bottom: 55px;
  }
  .pb_sm--60 {
    padding-bottom: 60px;
  }
  .pb_sm--65 {
    padding-bottom: 65px;
  }
  .pb_sm--70 {
    padding-bottom: 70px;
  }
  .pb_sm--75 {
    padding-bottom: 75px;
  }
  .pb_sm--80 {
    padding-bottom: 80px;
  }
  .pb_sm--85 {
    padding-bottom: 85px;
  }
  .pb_sm--90 {
    padding-bottom: 90px;
  }
  .pb_sm--95 {
    padding-bottom: 95px;
  }
  .pb_sm--100 {
    padding-bottom: 100px;
  }
  .pb_sm--105 {
    padding-bottom: 105px;
  }
  .pb_sm--110 {
    padding-bottom: 110px;
  }
  .pb_sm--115 {
    padding-bottom: 115px;
  }
  .pb_sm--120 {
    padding-bottom: 120px;
  }
  .pb_sm--125 {
    padding-bottom: 125px;
  }
  .pb_sm--130 {
    padding-bottom: 130px;
  }
  .pb_sm--135 {
    padding-bottom: 135px;
  }
  .pb_sm--140 {
    padding-bottom: 140px;
  }
  .pb_sm--145 {
    padding-bottom: 145px;
  }
  .pb_sm--150 {
    padding-bottom: 150px;
  }
  .pb_sm--155 {
    padding-bottom: 155px;
  }
  .pb_sm--160 {
    padding-bottom: 160px;
  }
  .pb_sm--165 {
    padding-bottom: 165px;
  }
  .pb_sm--170 {
    padding-bottom: 170px;
  }
  .pb_sm--175 {
    padding-bottom: 175px;
  }
  .pb_sm--180 {
    padding-bottom: 180px;
  }
  .pb_sm--185 {
    padding-bottom: 185px;
  }
  .pb_sm--190 {
    padding-bottom: 190px;
  }
  .pb_sm--195 {
    padding-bottom: 195px;
  }
  .pb_sm--200 {
    padding-bottom: 200px;
  }
  .pb_sm--205 {
    padding-bottom: 205px;
  }
  .pb_sm--210 {
    padding-bottom: 210px;
  }
  .pb_sm--215 {
    padding-bottom: 215px;
  }
  .pb_sm--220 {
    padding-bottom: 220px;
  }
  .pb_sm--225 {
    padding-bottom: 225px;
  }
  .pb_sm--230 {
    padding-bottom: 230px;
  }
  .pb_sm--235 {
    padding-bottom: 235px;
  }
  .pb_sm--240 {
    padding-bottom: 240px;
  }
  .pb_sm--245 {
    padding-bottom: 245px;
  }
  .pb_sm--250 {
    padding-bottom: 250px;
  }
}

@media (min-width: 768px) {
  .pb_md--5 {
    padding-bottom: 5px;
  }
  .pb_md--10 {
    padding-bottom: 10px;
  }
  .pb_md--15 {
    padding-bottom: 15px;
  }
  .pb_md--20 {
    padding-bottom: 20px;
  }
  .pb_md--25 {
    padding-bottom: 25px;
  }
  .pb_md--30 {
    padding-bottom: 30px;
  }
  .pb_md--35 {
    padding-bottom: 35px;
  }
  .pb_md--40 {
    padding-bottom: 40px;
  }
  .pb_md--45 {
    padding-bottom: 45px;
  }
  .pb_md--50 {
    padding-bottom: 50px;
  }
  .pb_md--55 {
    padding-bottom: 55px;
  }
  .pb_md--60 {
    padding-bottom: 60px;
  }
  .pb_md--65 {
    padding-bottom: 65px;
  }
  .pb_md--70 {
    padding-bottom: 70px;
  }
  .pb_md--75 {
    padding-bottom: 75px;
  }
  .pb_md--80 {
    padding-bottom: 80px;
  }
  .pb_md--85 {
    padding-bottom: 85px;
  }
  .pb_md--90 {
    padding-bottom: 90px;
  }
  .pb_md--95 {
    padding-bottom: 95px;
  }
  .pb_md--100 {
    padding-bottom: 100px;
  }
  .pb_md--105 {
    padding-bottom: 105px;
  }
  .pb_md--110 {
    padding-bottom: 110px;
  }
  .pb_md--115 {
    padding-bottom: 115px;
  }
  .pb_md--120 {
    padding-bottom: 120px;
  }
  .pb_md--125 {
    padding-bottom: 125px;
  }
  .pb_md--130 {
    padding-bottom: 130px;
  }
  .pb_md--135 {
    padding-bottom: 135px;
  }
  .pb_md--140 {
    padding-bottom: 140px;
  }
  .pb_md--145 {
    padding-bottom: 145px;
  }
  .pb_md--150 {
    padding-bottom: 150px;
  }
  .pb_md--155 {
    padding-bottom: 155px;
  }
  .pb_md--160 {
    padding-bottom: 160px;
  }
  .pb_md--165 {
    padding-bottom: 165px;
  }
  .pb_md--170 {
    padding-bottom: 170px;
  }
  .pb_md--175 {
    padding-bottom: 175px;
  }
  .pb_md--180 {
    padding-bottom: 180px;
  }
  .pb_md--185 {
    padding-bottom: 185px;
  }
  .pb_md--190 {
    padding-bottom: 190px;
  }
  .pb_md--195 {
    padding-bottom: 195px;
  }
  .pb_md--200 {
    padding-bottom: 200px;
  }
  .pb_md--205 {
    padding-bottom: 205px;
  }
  .pb_md--210 {
    padding-bottom: 210px;
  }
  .pb_md--215 {
    padding-bottom: 215px;
  }
  .pb_md--220 {
    padding-bottom: 220px;
  }
  .pb_md--225 {
    padding-bottom: 225px;
  }
  .pb_md--230 {
    padding-bottom: 230px;
  }
  .pb_md--235 {
    padding-bottom: 235px;
  }
  .pb_md--240 {
    padding-bottom: 240px;
  }
  .pb_md--245 {
    padding-bottom: 245px;
  }
  .pb_md--250 {
    padding-bottom: 250px;
  }
}

@media (min-width: 992px) {
  .pb_lg--5 {
    padding-bottom: 5px;
  }
  .pb_lg--10 {
    padding-bottom: 10px;
  }
  .pb_lg--15 {
    padding-bottom: 15px;
  }
  .pb_lg--20 {
    padding-bottom: 20px;
  }
  .pb_lg--25 {
    padding-bottom: 25px;
  }
  .pb_lg--30 {
    padding-bottom: 30px;
  }
  .pb_lg--35 {
    padding-bottom: 35px;
  }
  .pb_lg--40 {
    padding-bottom: 40px;
  }
  .pb_lg--45 {
    padding-bottom: 45px;
  }
  .pb_lg--50 {
    padding-bottom: 50px;
  }
  .pb_lg--55 {
    padding-bottom: 55px;
  }
  .pb_lg--60 {
    padding-bottom: 60px;
  }
  .pb_lg--65 {
    padding-bottom: 65px;
  }
  .pb_lg--70 {
    padding-bottom: 70px;
  }
  .pb_lg--75 {
    padding-bottom: 75px;
  }
  .pb_lg--80 {
    padding-bottom: 80px;
  }
  .pb_lg--85 {
    padding-bottom: 85px;
  }
  .pb_lg--90 {
    padding-bottom: 90px;
  }
  .pb_lg--95 {
    padding-bottom: 95px;
  }
  .pb_lg--100 {
    padding-bottom: 100px;
  }
  .pb_lg--105 {
    padding-bottom: 105px;
  }
  .pb_lg--110 {
    padding-bottom: 110px;
  }
  .pb_lg--115 {
    padding-bottom: 115px;
  }
  .pb_lg--120 {
    padding-bottom: 120px;
  }
  .pb_lg--125 {
    padding-bottom: 125px;
  }
  .pb_lg--130 {
    padding-bottom: 130px;
  }
  .pb_lg--135 {
    padding-bottom: 135px;
  }
  .pb_lg--140 {
    padding-bottom: 140px;
  }
  .pb_lg--145 {
    padding-bottom: 145px;
  }
  .pb_lg--150 {
    padding-bottom: 150px;
  }
  .pb_lg--155 {
    padding-bottom: 155px;
  }
  .pb_lg--160 {
    padding-bottom: 160px;
  }
  .pb_lg--165 {
    padding-bottom: 165px;
  }
  .pb_lg--170 {
    padding-bottom: 170px;
  }
  .pb_lg--175 {
    padding-bottom: 175px;
  }
  .pb_lg--180 {
    padding-bottom: 180px;
  }
  .pb_lg--185 {
    padding-bottom: 185px;
  }
  .pb_lg--190 {
    padding-bottom: 190px;
  }
  .pb_lg--195 {
    padding-bottom: 195px;
  }
  .pb_lg--200 {
    padding-bottom: 200px;
  }
  .pb_lg--205 {
    padding-bottom: 205px;
  }
  .pb_lg--210 {
    padding-bottom: 210px;
  }
  .pb_lg--215 {
    padding-bottom: 215px;
  }
  .pb_lg--220 {
    padding-bottom: 220px;
  }
  .pb_lg--225 {
    padding-bottom: 225px;
  }
  .pb_lg--230 {
    padding-bottom: 230px;
  }
  .pb_lg--235 {
    padding-bottom: 235px;
  }
  .pb_lg--240 {
    padding-bottom: 240px;
  }
  .pb_lg--245 {
    padding-bottom: 245px;
  }
  .pb_lg--250 {
    padding-bottom: 250px;
  }
}

@media (min-width: 1200px) {
  .pb_xl--5 {
    padding-bottom: 5px;
  }
  .pb_xl--10 {
    padding-bottom: 10px;
  }
  .pb_xl--15 {
    padding-bottom: 15px;
  }
  .pb_xl--20 {
    padding-bottom: 20px;
  }
  .pb_xl--25 {
    padding-bottom: 25px;
  }
  .pb_xl--30 {
    padding-bottom: 30px;
  }
  .pb_xl--35 {
    padding-bottom: 35px;
  }
  .pb_xl--40 {
    padding-bottom: 40px;
  }
  .pb_xl--45 {
    padding-bottom: 45px;
  }
  .pb_xl--50 {
    padding-bottom: 50px;
  }
  .pb_xl--55 {
    padding-bottom: 55px;
  }
  .pb_xl--60 {
    padding-bottom: 60px;
  }
  .pb_xl--65 {
    padding-bottom: 65px;
  }
  .pb_xl--70 {
    padding-bottom: 70px;
  }
  .pb_xl--75 {
    padding-bottom: 75px;
  }
  .pb_xl--80 {
    padding-bottom: 80px;
  }
  .pb_xl--85 {
    padding-bottom: 85px;
  }
  .pb_xl--90 {
    padding-bottom: 90px;
  }
  .pb_xl--95 {
    padding-bottom: 95px;
  }
  .pb_xl--100 {
    padding-bottom: 100px;
  }
  .pb_xl--105 {
    padding-bottom: 105px;
  }
  .pb_xl--110 {
    padding-bottom: 110px;
  }
  .pb_xl--115 {
    padding-bottom: 115px;
  }
  .pb_xl--120 {
    padding-bottom: 120px;
  }
  .pb_xl--125 {
    padding-bottom: 125px;
  }
  .pb_xl--130 {
    padding-bottom: 130px;
  }
  .pb_xl--135 {
    padding-bottom: 135px;
  }
  .pb_xl--140 {
    padding-bottom: 140px;
  }
  .pb_xl--145 {
    padding-bottom: 145px;
  }
  .pb_xl--150 {
    padding-bottom: 150px;
  }
  .pb_xl--155 {
    padding-bottom: 155px;
  }
  .pb_xl--160 {
    padding-bottom: 160px;
  }
  .pb_xl--165 {
    padding-bottom: 165px;
  }
  .pb_xl--170 {
    padding-bottom: 170px;
  }
  .pb_xl--175 {
    padding-bottom: 175px;
  }
  .pb_xl--180 {
    padding-bottom: 180px;
  }
  .pb_xl--185 {
    padding-bottom: 185px;
  }
  .pb_xl--190 {
    padding-bottom: 190px;
  }
  .pb_xl--195 {
    padding-bottom: 195px;
  }
  .pb_xl--200 {
    padding-bottom: 200px;
  }
  .pb_xl--205 {
    padding-bottom: 205px;
  }
  .pb_xl--210 {
    padding-bottom: 210px;
  }
  .pb_xl--215 {
    padding-bottom: 215px;
  }
  .pb_xl--220 {
    padding-bottom: 220px;
  }
  .pb_xl--225 {
    padding-bottom: 225px;
  }
  .pb_xl--230 {
    padding-bottom: 230px;
  }
  .pb_xl--235 {
    padding-bottom: 235px;
  }
  .pb_xl--240 {
    padding-bottom: 240px;
  }
  .pb_xl--245 {
    padding-bottom: 245px;
  }
  .pb_xl--250 {
    padding-bottom: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl--105 {
  padding-left: 105px;
}

.pl--110 {
  padding-left: 110px;
}

.pl--115 {
  padding-left: 115px;
}

.pl--120 {
  padding-left: 120px;
}

.pl--125 {
  padding-left: 125px;
}

.pl--130 {
  padding-left: 130px;
}

.pl--135 {
  padding-left: 135px;
}

.pl--140 {
  padding-left: 140px;
}

.pl--145 {
  padding-left: 145px;
}

.pl--150 {
  padding-left: 150px;
}

.pl--155 {
  padding-left: 155px;
}

.pl--160 {
  padding-left: 160px;
}

.pl--165 {
  padding-left: 165px;
}

.pl--170 {
  padding-left: 170px;
}

.pl--175 {
  padding-left: 175px;
}

.pl--180 {
  padding-left: 180px;
}

.pl--185 {
  padding-left: 185px;
}

.pl--190 {
  padding-left: 190px;
}

.pl--195 {
  padding-left: 195px;
}

.pl--200 {
  padding-left: 200px;
}

.pl--205 {
  padding-left: 205px;
}

.pl--210 {
  padding-left: 210px;
}

.pl--215 {
  padding-left: 215px;
}

.pl--220 {
  padding-left: 220px;
}

.pl--225 {
  padding-left: 225px;
}

.pl--230 {
  padding-left: 230px;
}

.pl--235 {
  padding-left: 235px;
}

.pl--240 {
  padding-left: 240px;
}

.pl--245 {
  padding-left: 245px;
}

.pl--250 {
  padding-left: 250px;
}

@media (min-width: 576px) {
  .pl_sm--5 {
    padding-left: 5px;
  }
  .pl_sm--10 {
    padding-left: 10px;
  }
  .pl_sm--15 {
    padding-left: 15px;
  }
  .pl_sm--20 {
    padding-left: 20px;
  }
  .pl_sm--25 {
    padding-left: 25px;
  }
  .pl_sm--30 {
    padding-left: 30px;
  }
  .pl_sm--35 {
    padding-left: 35px;
  }
  .pl_sm--40 {
    padding-left: 40px;
  }
  .pl_sm--45 {
    padding-left: 45px;
  }
  .pl_sm--50 {
    padding-left: 50px;
  }
  .pl_sm--55 {
    padding-left: 55px;
  }
  .pl_sm--60 {
    padding-left: 60px;
  }
  .pl_sm--65 {
    padding-left: 65px;
  }
  .pl_sm--70 {
    padding-left: 70px;
  }
  .pl_sm--75 {
    padding-left: 75px;
  }
  .pl_sm--80 {
    padding-left: 80px;
  }
  .pl_sm--85 {
    padding-left: 85px;
  }
  .pl_sm--90 {
    padding-left: 90px;
  }
  .pl_sm--95 {
    padding-left: 95px;
  }
  .pl_sm--100 {
    padding-left: 100px;
  }
  .pl_sm--105 {
    padding-left: 105px;
  }
  .pl_sm--110 {
    padding-left: 110px;
  }
  .pl_sm--115 {
    padding-left: 115px;
  }
  .pl_sm--120 {
    padding-left: 120px;
  }
  .pl_sm--125 {
    padding-left: 125px;
  }
  .pl_sm--130 {
    padding-left: 130px;
  }
  .pl_sm--135 {
    padding-left: 135px;
  }
  .pl_sm--140 {
    padding-left: 140px;
  }
  .pl_sm--145 {
    padding-left: 145px;
  }
  .pl_sm--150 {
    padding-left: 150px;
  }
  .pl_sm--155 {
    padding-left: 155px;
  }
  .pl_sm--160 {
    padding-left: 160px;
  }
  .pl_sm--165 {
    padding-left: 165px;
  }
  .pl_sm--170 {
    padding-left: 170px;
  }
  .pl_sm--175 {
    padding-left: 175px;
  }
  .pl_sm--180 {
    padding-left: 180px;
  }
  .pl_sm--185 {
    padding-left: 185px;
  }
  .pl_sm--190 {
    padding-left: 190px;
  }
  .pl_sm--195 {
    padding-left: 195px;
  }
  .pl_sm--200 {
    padding-left: 200px;
  }
  .pl_sm--205 {
    padding-left: 205px;
  }
  .pl_sm--210 {
    padding-left: 210px;
  }
  .pl_sm--215 {
    padding-left: 215px;
  }
  .pl_sm--220 {
    padding-left: 220px;
  }
  .pl_sm--225 {
    padding-left: 225px;
  }
  .pl_sm--230 {
    padding-left: 230px;
  }
  .pl_sm--235 {
    padding-left: 235px;
  }
  .pl_sm--240 {
    padding-left: 240px;
  }
  .pl_sm--245 {
    padding-left: 245px;
  }
  .pl_sm--250 {
    padding-left: 250px;
  }
}

@media (min-width: 768px) {
  .pl_md--5 {
    padding-left: 5px;
  }
  .pl_md--10 {
    padding-left: 10px;
  }
  .pl_md--15 {
    padding-left: 15px;
  }
  .pl_md--20 {
    padding-left: 20px;
  }
  .pl_md--25 {
    padding-left: 25px;
  }
  .pl_md--30 {
    padding-left: 30px;
  }
  .pl_md--35 {
    padding-left: 35px;
  }
  .pl_md--40 {
    padding-left: 40px;
  }
  .pl_md--45 {
    padding-left: 45px;
  }
  .pl_md--50 {
    padding-left: 50px;
  }
  .pl_md--55 {
    padding-left: 55px;
  }
  .pl_md--60 {
    padding-left: 60px;
  }
  .pl_md--65 {
    padding-left: 65px;
  }
  .pl_md--70 {
    padding-left: 70px;
  }
  .pl_md--75 {
    padding-left: 75px;
  }
  .pl_md--80 {
    padding-left: 80px;
  }
  .pl_md--85 {
    padding-left: 85px;
  }
  .pl_md--90 {
    padding-left: 90px;
  }
  .pl_md--95 {
    padding-left: 95px;
  }
  .pl_md--100 {
    padding-left: 100px;
  }
  .pl_md--105 {
    padding-left: 105px;
  }
  .pl_md--110 {
    padding-left: 110px;
  }
  .pl_md--115 {
    padding-left: 115px;
  }
  .pl_md--120 {
    padding-left: 120px;
  }
  .pl_md--125 {
    padding-left: 125px;
  }
  .pl_md--130 {
    padding-left: 130px;
  }
  .pl_md--135 {
    padding-left: 135px;
  }
  .pl_md--140 {
    padding-left: 140px;
  }
  .pl_md--145 {
    padding-left: 145px;
  }
  .pl_md--150 {
    padding-left: 150px;
  }
  .pl_md--155 {
    padding-left: 155px;
  }
  .pl_md--160 {
    padding-left: 160px;
  }
  .pl_md--165 {
    padding-left: 165px;
  }
  .pl_md--170 {
    padding-left: 170px;
  }
  .pl_md--175 {
    padding-left: 175px;
  }
  .pl_md--180 {
    padding-left: 180px;
  }
  .pl_md--185 {
    padding-left: 185px;
  }
  .pl_md--190 {
    padding-left: 190px;
  }
  .pl_md--195 {
    padding-left: 195px;
  }
  .pl_md--200 {
    padding-left: 200px;
  }
  .pl_md--205 {
    padding-left: 205px;
  }
  .pl_md--210 {
    padding-left: 210px;
  }
  .pl_md--215 {
    padding-left: 215px;
  }
  .pl_md--220 {
    padding-left: 220px;
  }
  .pl_md--225 {
    padding-left: 225px;
  }
  .pl_md--230 {
    padding-left: 230px;
  }
  .pl_md--235 {
    padding-left: 235px;
  }
  .pl_md--240 {
    padding-left: 240px;
  }
  .pl_md--245 {
    padding-left: 245px;
  }
  .pl_md--250 {
    padding-left: 250px;
  }
}

@media (min-width: 992px) {
  .pl_lg--5 {
    padding-left: 5px;
  }
  .pl_lg--10 {
    padding-left: 10px;
  }
  .pl_lg--15 {
    padding-left: 15px;
  }
  .pl_lg--20 {
    padding-left: 20px;
  }
  .pl_lg--25 {
    padding-left: 25px;
  }
  .pl_lg--30 {
    padding-left: 30px;
  }
  .pl_lg--35 {
    padding-left: 35px;
  }
  .pl_lg--40 {
    padding-left: 40px;
  }
  .pl_lg--45 {
    padding-left: 45px;
  }
  .pl_lg--50 {
    padding-left: 50px;
  }
  .pl_lg--55 {
    padding-left: 55px;
  }
  .pl_lg--60 {
    padding-left: 60px;
  }
  .pl_lg--65 {
    padding-left: 65px;
  }
  .pl_lg--70 {
    padding-left: 70px;
  }
  .pl_lg--75 {
    padding-left: 75px;
  }
  .pl_lg--80 {
    padding-left: 80px;
  }
  .pl_lg--85 {
    padding-left: 85px;
  }
  .pl_lg--90 {
    padding-left: 90px;
  }
  .pl_lg--95 {
    padding-left: 95px;
  }
  .pl_lg--100 {
    padding-left: 100px;
  }
  .pl_lg--105 {
    padding-left: 105px;
  }
  .pl_lg--110 {
    padding-left: 110px;
  }
  .pl_lg--115 {
    padding-left: 115px;
  }
  .pl_lg--120 {
    padding-left: 120px;
  }
  .pl_lg--125 {
    padding-left: 125px;
  }
  .pl_lg--130 {
    padding-left: 130px;
  }
  .pl_lg--135 {
    padding-left: 135px;
  }
  .pl_lg--140 {
    padding-left: 140px;
  }
  .pl_lg--145 {
    padding-left: 145px;
  }
  .pl_lg--150 {
    padding-left: 150px;
  }
  .pl_lg--155 {
    padding-left: 155px;
  }
  .pl_lg--160 {
    padding-left: 160px;
  }
  .pl_lg--165 {
    padding-left: 165px;
  }
  .pl_lg--170 {
    padding-left: 170px;
  }
  .pl_lg--175 {
    padding-left: 175px;
  }
  .pl_lg--180 {
    padding-left: 180px;
  }
  .pl_lg--185 {
    padding-left: 185px;
  }
  .pl_lg--190 {
    padding-left: 190px;
  }
  .pl_lg--195 {
    padding-left: 195px;
  }
  .pl_lg--200 {
    padding-left: 200px;
  }
  .pl_lg--205 {
    padding-left: 205px;
  }
  .pl_lg--210 {
    padding-left: 210px;
  }
  .pl_lg--215 {
    padding-left: 215px;
  }
  .pl_lg--220 {
    padding-left: 220px;
  }
  .pl_lg--225 {
    padding-left: 225px;
  }
  .pl_lg--230 {
    padding-left: 230px;
  }
  .pl_lg--235 {
    padding-left: 235px;
  }
  .pl_lg--240 {
    padding-left: 240px;
  }
  .pl_lg--245 {
    padding-left: 245px;
  }
  .pl_lg--250 {
    padding-left: 250px;
  }
}

@media (min-width: 1200px) {
  .pl_xl--5 {
    padding-left: 5px;
  }
  .pl_xl--10 {
    padding-left: 10px;
  }
  .pl_xl--15 {
    padding-left: 15px;
  }
  .pl_xl--20 {
    padding-left: 20px;
  }
  .pl_xl--25 {
    padding-left: 25px;
  }
  .pl_xl--30 {
    padding-left: 30px;
  }
  .pl_xl--35 {
    padding-left: 35px;
  }
  .pl_xl--40 {
    padding-left: 40px;
  }
  .pl_xl--45 {
    padding-left: 45px;
  }
  .pl_xl--50 {
    padding-left: 50px;
  }
  .pl_xl--55 {
    padding-left: 55px;
  }
  .pl_xl--60 {
    padding-left: 60px;
  }
  .pl_xl--65 {
    padding-left: 65px;
  }
  .pl_xl--70 {
    padding-left: 70px;
  }
  .pl_xl--75 {
    padding-left: 75px;
  }
  .pl_xl--80 {
    padding-left: 80px;
  }
  .pl_xl--85 {
    padding-left: 85px;
  }
  .pl_xl--90 {
    padding-left: 90px;
  }
  .pl_xl--95 {
    padding-left: 95px;
  }
  .pl_xl--100 {
    padding-left: 100px;
  }
  .pl_xl--105 {
    padding-left: 105px;
  }
  .pl_xl--110 {
    padding-left: 110px;
  }
  .pl_xl--115 {
    padding-left: 115px;
  }
  .pl_xl--120 {
    padding-left: 120px;
  }
  .pl_xl--125 {
    padding-left: 125px;
  }
  .pl_xl--130 {
    padding-left: 130px;
  }
  .pl_xl--135 {
    padding-left: 135px;
  }
  .pl_xl--140 {
    padding-left: 140px;
  }
  .pl_xl--145 {
    padding-left: 145px;
  }
  .pl_xl--150 {
    padding-left: 150px;
  }
  .pl_xl--155 {
    padding-left: 155px;
  }
  .pl_xl--160 {
    padding-left: 160px;
  }
  .pl_xl--165 {
    padding-left: 165px;
  }
  .pl_xl--170 {
    padding-left: 170px;
  }
  .pl_xl--175 {
    padding-left: 175px;
  }
  .pl_xl--180 {
    padding-left: 180px;
  }
  .pl_xl--185 {
    padding-left: 185px;
  }
  .pl_xl--190 {
    padding-left: 190px;
  }
  .pl_xl--195 {
    padding-left: 195px;
  }
  .pl_xl--200 {
    padding-left: 200px;
  }
  .pl_xl--205 {
    padding-left: 205px;
  }
  .pl_xl--210 {
    padding-left: 210px;
  }
  .pl_xl--215 {
    padding-left: 215px;
  }
  .pl_xl--220 {
    padding-left: 220px;
  }
  .pl_xl--225 {
    padding-left: 225px;
  }
  .pl_xl--230 {
    padding-left: 230px;
  }
  .pl_xl--235 {
    padding-left: 235px;
  }
  .pl_xl--240 {
    padding-left: 240px;
  }
  .pl_xl--245 {
    padding-left: 245px;
  }
  .pl_xl--250 {
    padding-left: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr--105 {
  padding-right: 105px;
}

.pr--110 {
  padding-right: 110px;
}

.pr--115 {
  padding-right: 115px;
}

.pr--120 {
  padding-right: 120px;
}

.pr--125 {
  padding-right: 125px;
}

.pr--130 {
  padding-right: 130px;
}

.pr--135 {
  padding-right: 135px;
}

.pr--140 {
  padding-right: 140px;
}

.pr--145 {
  padding-right: 145px;
}

.pr--150 {
  padding-right: 150px;
}

.pr--155 {
  padding-right: 155px;
}

.pr--160 {
  padding-right: 160px;
}

.pr--165 {
  padding-right: 165px;
}

.pr--170 {
  padding-right: 170px;
}

.pr--175 {
  padding-right: 175px;
}

.pr--180 {
  padding-right: 180px;
}

.pr--185 {
  padding-right: 185px;
}

.pr--190 {
  padding-right: 190px;
}

.pr--195 {
  padding-right: 195px;
}

.pr--200 {
  padding-right: 200px;
}

.pr--205 {
  padding-right: 205px;
}

.pr--210 {
  padding-right: 210px;
}

.pr--215 {
  padding-right: 215px;
}

.pr--220 {
  padding-right: 220px;
}

.pr--225 {
  padding-right: 225px;
}

.pr--230 {
  padding-right: 230px;
}

.pr--235 {
  padding-right: 235px;
}

.pr--240 {
  padding-right: 240px;
}

.pr--245 {
  padding-right: 245px;
}

.pr--250 {
  padding-right: 250px;
}

@media (min-width: 576px) {
  .pr_sm--5 {
    padding-right: 5px;
  }
  .pr_sm--10 {
    padding-right: 10px;
  }
  .pr_sm--15 {
    padding-right: 15px;
  }
  .pr_sm--20 {
    padding-right: 20px;
  }
  .pr_sm--25 {
    padding-right: 25px;
  }
  .pr_sm--30 {
    padding-right: 30px;
  }
  .pr_sm--35 {
    padding-right: 35px;
  }
  .pr_sm--40 {
    padding-right: 40px;
  }
  .pr_sm--45 {
    padding-right: 45px;
  }
  .pr_sm--50 {
    padding-right: 50px;
  }
  .pr_sm--55 {
    padding-right: 55px;
  }
  .pr_sm--60 {
    padding-right: 60px;
  }
  .pr_sm--65 {
    padding-right: 65px;
  }
  .pr_sm--70 {
    padding-right: 70px;
  }
  .pr_sm--75 {
    padding-right: 75px;
  }
  .pr_sm--80 {
    padding-right: 80px;
  }
  .pr_sm--85 {
    padding-right: 85px;
  }
  .pr_sm--90 {
    padding-right: 90px;
  }
  .pr_sm--95 {
    padding-right: 95px;
  }
  .pr_sm--100 {
    padding-right: 100px;
  }
  .pr_sm--105 {
    padding-right: 105px;
  }
  .pr_sm--110 {
    padding-right: 110px;
  }
  .pr_sm--115 {
    padding-right: 115px;
  }
  .pr_sm--120 {
    padding-right: 120px;
  }
  .pr_sm--125 {
    padding-right: 125px;
  }
  .pr_sm--130 {
    padding-right: 130px;
  }
  .pr_sm--135 {
    padding-right: 135px;
  }
  .pr_sm--140 {
    padding-right: 140px;
  }
  .pr_sm--145 {
    padding-right: 145px;
  }
  .pr_sm--150 {
    padding-right: 150px;
  }
  .pr_sm--155 {
    padding-right: 155px;
  }
  .pr_sm--160 {
    padding-right: 160px;
  }
  .pr_sm--165 {
    padding-right: 165px;
  }
  .pr_sm--170 {
    padding-right: 170px;
  }
  .pr_sm--175 {
    padding-right: 175px;
  }
  .pr_sm--180 {
    padding-right: 180px;
  }
  .pr_sm--185 {
    padding-right: 185px;
  }
  .pr_sm--190 {
    padding-right: 190px;
  }
  .pr_sm--195 {
    padding-right: 195px;
  }
  .pr_sm--200 {
    padding-right: 200px;
  }
  .pr_sm--205 {
    padding-right: 205px;
  }
  .pr_sm--210 {
    padding-right: 210px;
  }
  .pr_sm--215 {
    padding-right: 215px;
  }
  .pr_sm--220 {
    padding-right: 220px;
  }
  .pr_sm--225 {
    padding-right: 225px;
  }
  .pr_sm--230 {
    padding-right: 230px;
  }
  .pr_sm--235 {
    padding-right: 235px;
  }
  .pr_sm--240 {
    padding-right: 240px;
  }
  .pr_sm--245 {
    padding-right: 245px;
  }
  .pr_sm--250 {
    padding-right: 250px;
  }
}

@media (min-width: 768px) {
  .pr_md--5 {
    padding-right: 5px;
  }
  .pr_md--10 {
    padding-right: 10px;
  }
  .pr_md--15 {
    padding-right: 15px;
  }
  .pr_md--20 {
    padding-right: 20px;
  }
  .pr_md--25 {
    padding-right: 25px;
  }
  .pr_md--30 {
    padding-right: 30px;
  }
  .pr_md--35 {
    padding-right: 35px;
  }
  .pr_md--40 {
    padding-right: 40px;
  }
  .pr_md--45 {
    padding-right: 45px;
  }
  .pr_md--50 {
    padding-right: 50px;
  }
  .pr_md--55 {
    padding-right: 55px;
  }
  .pr_md--60 {
    padding-right: 60px;
  }
  .pr_md--65 {
    padding-right: 65px;
  }
  .pr_md--70 {
    padding-right: 70px;
  }
  .pr_md--75 {
    padding-right: 75px;
  }
  .pr_md--80 {
    padding-right: 80px;
  }
  .pr_md--85 {
    padding-right: 85px;
  }
  .pr_md--90 {
    padding-right: 90px;
  }
  .pr_md--95 {
    padding-right: 95px;
  }
  .pr_md--100 {
    padding-right: 100px;
  }
  .pr_md--105 {
    padding-right: 105px;
  }
  .pr_md--110 {
    padding-right: 110px;
  }
  .pr_md--115 {
    padding-right: 115px;
  }
  .pr_md--120 {
    padding-right: 120px;
  }
  .pr_md--125 {
    padding-right: 125px;
  }
  .pr_md--130 {
    padding-right: 130px;
  }
  .pr_md--135 {
    padding-right: 135px;
  }
  .pr_md--140 {
    padding-right: 140px;
  }
  .pr_md--145 {
    padding-right: 145px;
  }
  .pr_md--150 {
    padding-right: 150px;
  }
  .pr_md--155 {
    padding-right: 155px;
  }
  .pr_md--160 {
    padding-right: 160px;
  }
  .pr_md--165 {
    padding-right: 165px;
  }
  .pr_md--170 {
    padding-right: 170px;
  }
  .pr_md--175 {
    padding-right: 175px;
  }
  .pr_md--180 {
    padding-right: 180px;
  }
  .pr_md--185 {
    padding-right: 185px;
  }
  .pr_md--190 {
    padding-right: 190px;
  }
  .pr_md--195 {
    padding-right: 195px;
  }
  .pr_md--200 {
    padding-right: 200px;
  }
  .pr_md--205 {
    padding-right: 205px;
  }
  .pr_md--210 {
    padding-right: 210px;
  }
  .pr_md--215 {
    padding-right: 215px;
  }
  .pr_md--220 {
    padding-right: 220px;
  }
  .pr_md--225 {
    padding-right: 225px;
  }
  .pr_md--230 {
    padding-right: 230px;
  }
  .pr_md--235 {
    padding-right: 235px;
  }
  .pr_md--240 {
    padding-right: 240px;
  }
  .pr_md--245 {
    padding-right: 245px;
  }
  .pr_md--250 {
    padding-right: 250px;
  }
}

@media (min-width: 992px) {
  .pr_lg--5 {
    padding-right: 5px;
  }
  .pr_lg--10 {
    padding-right: 10px;
  }
  .pr_lg--15 {
    padding-right: 15px;
  }
  .pr_lg--20 {
    padding-right: 20px;
  }
  .pr_lg--25 {
    padding-right: 25px;
  }
  .pr_lg--30 {
    padding-right: 30px;
  }
  .pr_lg--35 {
    padding-right: 35px;
  }
  .pr_lg--40 {
    padding-right: 40px;
  }
  .pr_lg--45 {
    padding-right: 45px;
  }
  .pr_lg--50 {
    padding-right: 50px;
  }
  .pr_lg--55 {
    padding-right: 55px;
  }
  .pr_lg--60 {
    padding-right: 60px;
  }
  .pr_lg--65 {
    padding-right: 65px;
  }
  .pr_lg--70 {
    padding-right: 70px;
  }
  .pr_lg--75 {
    padding-right: 75px;
  }
  .pr_lg--80 {
    padding-right: 80px;
  }
  .pr_lg--85 {
    padding-right: 85px;
  }
  .pr_lg--90 {
    padding-right: 90px;
  }
  .pr_lg--95 {
    padding-right: 95px;
  }
  .pr_lg--100 {
    padding-right: 100px;
  }
  .pr_lg--105 {
    padding-right: 105px;
  }
  .pr_lg--110 {
    padding-right: 110px;
  }
  .pr_lg--115 {
    padding-right: 115px;
  }
  .pr_lg--120 {
    padding-right: 120px;
  }
  .pr_lg--125 {
    padding-right: 125px;
  }
  .pr_lg--130 {
    padding-right: 130px;
  }
  .pr_lg--135 {
    padding-right: 135px;
  }
  .pr_lg--140 {
    padding-right: 140px;
  }
  .pr_lg--145 {
    padding-right: 145px;
  }
  .pr_lg--150 {
    padding-right: 150px;
  }
  .pr_lg--155 {
    padding-right: 155px;
  }
  .pr_lg--160 {
    padding-right: 160px;
  }
  .pr_lg--165 {
    padding-right: 165px;
  }
  .pr_lg--170 {
    padding-right: 170px;
  }
  .pr_lg--175 {
    padding-right: 175px;
  }
  .pr_lg--180 {
    padding-right: 180px;
  }
  .pr_lg--185 {
    padding-right: 185px;
  }
  .pr_lg--190 {
    padding-right: 190px;
  }
  .pr_lg--195 {
    padding-right: 195px;
  }
  .pr_lg--200 {
    padding-right: 200px;
  }
  .pr_lg--205 {
    padding-right: 205px;
  }
  .pr_lg--210 {
    padding-right: 210px;
  }
  .pr_lg--215 {
    padding-right: 215px;
  }
  .pr_lg--220 {
    padding-right: 220px;
  }
  .pr_lg--225 {
    padding-right: 225px;
  }
  .pr_lg--230 {
    padding-right: 230px;
  }
  .pr_lg--235 {
    padding-right: 235px;
  }
  .pr_lg--240 {
    padding-right: 240px;
  }
  .pr_lg--245 {
    padding-right: 245px;
  }
  .pr_lg--250 {
    padding-right: 250px;
  }
}

@media (min-width: 1200px) {
  .pr_xl--5 {
    padding-right: 5px;
  }
  .pr_xl--10 {
    padding-right: 10px;
  }
  .pr_xl--15 {
    padding-right: 15px;
  }
  .pr_xl--20 {
    padding-right: 20px;
  }
  .pr_xl--25 {
    padding-right: 25px;
  }
  .pr_xl--30 {
    padding-right: 30px;
  }
  .pr_xl--35 {
    padding-right: 35px;
  }
  .pr_xl--40 {
    padding-right: 40px;
  }
  .pr_xl--45 {
    padding-right: 45px;
  }
  .pr_xl--50 {
    padding-right: 50px;
  }
  .pr_xl--55 {
    padding-right: 55px;
  }
  .pr_xl--60 {
    padding-right: 60px;
  }
  .pr_xl--65 {
    padding-right: 65px;
  }
  .pr_xl--70 {
    padding-right: 70px;
  }
  .pr_xl--75 {
    padding-right: 75px;
  }
  .pr_xl--80 {
    padding-right: 80px;
  }
  .pr_xl--85 {
    padding-right: 85px;
  }
  .pr_xl--90 {
    padding-right: 90px;
  }
  .pr_xl--95 {
    padding-right: 95px;
  }
  .pr_xl--100 {
    padding-right: 100px;
  }
  .pr_xl--105 {
    padding-right: 105px;
  }
  .pr_xl--110 {
    padding-right: 110px;
  }
  .pr_xl--115 {
    padding-right: 115px;
  }
  .pr_xl--120 {
    padding-right: 120px;
  }
  .pr_xl--125 {
    padding-right: 125px;
  }
  .pr_xl--130 {
    padding-right: 130px;
  }
  .pr_xl--135 {
    padding-right: 135px;
  }
  .pr_xl--140 {
    padding-right: 140px;
  }
  .pr_xl--145 {
    padding-right: 145px;
  }
  .pr_xl--150 {
    padding-right: 150px;
  }
  .pr_xl--155 {
    padding-right: 155px;
  }
  .pr_xl--160 {
    padding-right: 160px;
  }
  .pr_xl--165 {
    padding-right: 165px;
  }
  .pr_xl--170 {
    padding-right: 170px;
  }
  .pr_xl--175 {
    padding-right: 175px;
  }
  .pr_xl--180 {
    padding-right: 180px;
  }
  .pr_xl--185 {
    padding-right: 185px;
  }
  .pr_xl--190 {
    padding-right: 190px;
  }
  .pr_xl--195 {
    padding-right: 195px;
  }
  .pr_xl--200 {
    padding-right: 200px;
  }
  .pr_xl--205 {
    padding-right: 205px;
  }
  .pr_xl--210 {
    padding-right: 210px;
  }
  .pr_xl--215 {
    padding-right: 215px;
  }
  .pr_xl--220 {
    padding-right: 220px;
  }
  .pr_xl--225 {
    padding-right: 225px;
  }
  .pr_xl--230 {
    padding-right: 230px;
  }
  .pr_xl--235 {
    padding-right: 235px;
  }
  .pr_xl--240 {
    padding-right: 240px;
  }
  .pr_xl--245 {
    padding-right: 245px;
  }
  .pr_xl--250 {
    padding-right: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt--85 {
  margin-top: 85px;
}

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

.mt--95 {
  margin-top: 95px;
}

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

.mt--105 {
  margin-top: 105px;
}

.mt--110 {
  margin-top: 110px;
}

.mt--115 {
  margin-top: 115px;
}

.mt--120 {
  margin-top: 120px;
}

.mt--125 {
  margin-top: 125px;
}

.mt--130 {
  margin-top: 130px;
}

.mt--135 {
  margin-top: 135px;
}

.mt--140 {
  margin-top: 140px;
}

.mt--145 {
  margin-top: 145px;
}

.mt--150 {
  margin-top: 150px;
}

.mt--155 {
  margin-top: 155px;
}

.mt--160 {
  margin-top: 160px;
}

.mt--165 {
  margin-top: 165px;
}

.mt--170 {
  margin-top: 170px;
}

.mt--175 {
  margin-top: 175px;
}

.mt--180 {
  margin-top: 180px;
}

.mt--185 {
  margin-top: 185px;
}

.mt--190 {
  margin-top: 190px;
}

.mt--195 {
  margin-top: 195px;
}

.mt--200 {
  margin-top: 200px;
}

.mt--205 {
  margin-top: 205px;
}

.mt--210 {
  margin-top: 210px;
}

.mt--215 {
  margin-top: 215px;
}

.mt--220 {
  margin-top: 220px;
}

.mt--225 {
  margin-top: 225px;
}

.mt--230 {
  margin-top: 230px;
}

.mt--235 {
  margin-top: 235px;
}

.mt--240 {
  margin-top: 240px;
}

.mt--245 {
  margin-top: 245px;
}

.mt--250 {
  margin-top: 250px;
}

@media (min-width: 576px) {
  .mt_sm--5 {
    margin-top: 5px;
  }
  .mt_sm--10 {
    margin-top: 10px;
  }
  .mt_sm--15 {
    margin-top: 15px;
  }
  .mt_sm--20 {
    margin-top: 20px;
  }
  .mt_sm--25 {
    margin-top: 25px;
  }
  .mt_sm--30 {
    margin-top: 30px;
  }
  .mt_sm--35 {
    margin-top: 35px;
  }
  .mt_sm--40 {
    margin-top: 40px;
  }
  .mt_sm--45 {
    margin-top: 45px;
  }
  .mt_sm--50 {
    margin-top: 50px;
  }
  .mt_sm--55 {
    margin-top: 55px;
  }
  .mt_sm--60 {
    margin-top: 60px;
  }
  .mt_sm--65 {
    margin-top: 65px;
  }
  .mt_sm--70 {
    margin-top: 70px;
  }
  .mt_sm--75 {
    margin-top: 75px;
  }
  .mt_sm--80 {
    margin-top: 80px;
  }
  .mt_sm--85 {
    margin-top: 85px;
  }
  .mt_sm--90 {
    margin-top: 90px;
  }
  .mt_sm--95 {
    margin-top: 95px;
  }
  .mt_sm--100 {
    margin-top: 100px;
  }
  .mt_sm--105 {
    margin-top: 105px;
  }
  .mt_sm--110 {
    margin-top: 110px;
  }
  .mt_sm--115 {
    margin-top: 115px;
  }
  .mt_sm--120 {
    margin-top: 120px;
  }
  .mt_sm--125 {
    margin-top: 125px;
  }
  .mt_sm--130 {
    margin-top: 130px;
  }
  .mt_sm--135 {
    margin-top: 135px;
  }
  .mt_sm--140 {
    margin-top: 140px;
  }
  .mt_sm--145 {
    margin-top: 145px;
  }
  .mt_sm--150 {
    margin-top: 150px;
  }
  .mt_sm--155 {
    margin-top: 155px;
  }
  .mt_sm--160 {
    margin-top: 160px;
  }
  .mt_sm--165 {
    margin-top: 165px;
  }
  .mt_sm--170 {
    margin-top: 170px;
  }
  .mt_sm--175 {
    margin-top: 175px;
  }
  .mt_sm--180 {
    margin-top: 180px;
  }
  .mt_sm--185 {
    margin-top: 185px;
  }
  .mt_sm--190 {
    margin-top: 190px;
  }
  .mt_sm--195 {
    margin-top: 195px;
  }
  .mt_sm--200 {
    margin-top: 200px;
  }
  .mt_sm--205 {
    margin-top: 205px;
  }
  .mt_sm--210 {
    margin-top: 210px;
  }
  .mt_sm--215 {
    margin-top: 215px;
  }
  .mt_sm--220 {
    margin-top: 220px;
  }
  .mt_sm--225 {
    margin-top: 225px;
  }
  .mt_sm--230 {
    margin-top: 230px;
  }
  .mt_sm--235 {
    margin-top: 235px;
  }
  .mt_sm--240 {
    margin-top: 240px;
  }
  .mt_sm--245 {
    margin-top: 245px;
  }
  .mt_sm--250 {
    margin-top: 250px;
  }
}

@media (min-width: 768px) {
  .mt_md--5 {
    margin-top: 5px;
  }
  .mt_md--10 {
    margin-top: 10px;
  }
  .mt_md--15 {
    margin-top: 15px;
  }
  .mt_md--20 {
    margin-top: 20px;
  }
  .mt_md--25 {
    margin-top: 25px;
  }
  .mt_md--30 {
    margin-top: 30px;
  }
  .mt_md--35 {
    margin-top: 35px;
  }
  .mt_md--40 {
    margin-top: 40px;
  }
  .mt_md--45 {
    margin-top: 45px;
  }
  .mt_md--50 {
    margin-top: 50px;
  }
  .mt_md--55 {
    margin-top: 55px;
  }
  .mt_md--60 {
    margin-top: 60px;
  }
  .mt_md--65 {
    margin-top: 65px;
  }
  .mt_md--70 {
    margin-top: 70px;
  }
  .mt_md--75 {
    margin-top: 75px;
  }
  .mt_md--80 {
    margin-top: 80px;
  }
  .mt_md--85 {
    margin-top: 85px;
  }
  .mt_md--90 {
    margin-top: 90px;
  }
  .mt_md--95 {
    margin-top: 95px;
  }
  .mt_md--100 {
    margin-top: 100px;
  }
  .mt_md--105 {
    margin-top: 105px;
  }
  .mt_md--110 {
    margin-top: 110px;
  }
  .mt_md--115 {
    margin-top: 115px;
  }
  .mt_md--120 {
    margin-top: 120px;
  }
  .mt_md--125 {
    margin-top: 125px;
  }
  .mt_md--130 {
    margin-top: 130px;
  }
  .mt_md--135 {
    margin-top: 135px;
  }
  .mt_md--140 {
    margin-top: 140px;
  }
  .mt_md--145 {
    margin-top: 145px;
  }
  .mt_md--150 {
    margin-top: 150px;
  }
  .mt_md--155 {
    margin-top: 155px;
  }
  .mt_md--160 {
    margin-top: 160px;
  }
  .mt_md--165 {
    margin-top: 165px;
  }
  .mt_md--170 {
    margin-top: 170px;
  }
  .mt_md--175 {
    margin-top: 175px;
  }
  .mt_md--180 {
    margin-top: 180px;
  }
  .mt_md--185 {
    margin-top: 185px;
  }
  .mt_md--190 {
    margin-top: 190px;
  }
  .mt_md--195 {
    margin-top: 195px;
  }
  .mt_md--200 {
    margin-top: 200px;
  }
  .mt_md--205 {
    margin-top: 205px;
  }
  .mt_md--210 {
    margin-top: 210px;
  }
  .mt_md--215 {
    margin-top: 215px;
  }
  .mt_md--220 {
    margin-top: 220px;
  }
  .mt_md--225 {
    margin-top: 225px;
  }
  .mt_md--230 {
    margin-top: 230px;
  }
  .mt_md--235 {
    margin-top: 235px;
  }
  .mt_md--240 {
    margin-top: 240px;
  }
  .mt_md--245 {
    margin-top: 245px;
  }
  .mt_md--250 {
    margin-top: 250px;
  }
}

@media (min-width: 992px) {
  .mt_lg--5 {
    margin-top: 5px;
  }
  .mt_lg--10 {
    margin-top: 10px;
  }
  .mt_lg--15 {
    margin-top: 15px;
  }
  .mt_lg--20 {
    margin-top: 20px;
  }
  .mt_lg--25 {
    margin-top: 25px;
  }
  .mt_lg--30 {
    margin-top: 30px;
  }
  .mt_lg--35 {
    margin-top: 35px;
  }
  .mt_lg--40 {
    margin-top: 40px;
  }
  .mt_lg--45 {
    margin-top: 45px;
  }
  .mt_lg--50 {
    margin-top: 50px;
  }
  .mt_lg--55 {
    margin-top: 55px;
  }
  .mt_lg--60 {
    margin-top: 60px;
  }
  .mt_lg--65 {
    margin-top: 65px;
  }
  .mt_lg--70 {
    margin-top: 70px;
  }
  .mt_lg--75 {
    margin-top: 75px;
  }
  .mt_lg--80 {
    margin-top: 80px;
  }
  .mt_lg--85 {
    margin-top: 85px;
  }
  .mt_lg--90 {
    margin-top: 90px;
  }
  .mt_lg--95 {
    margin-top: 95px;
  }
  .mt_lg--100 {
    margin-top: 100px;
  }
  .mt_lg--105 {
    margin-top: 105px;
  }
  .mt_lg--110 {
    margin-top: 110px;
  }
  .mt_lg--115 {
    margin-top: 115px;
  }
  .mt_lg--120 {
    margin-top: 120px;
  }
  .mt_lg--125 {
    margin-top: 125px;
  }
  .mt_lg--130 {
    margin-top: 130px;
  }
  .mt_lg--135 {
    margin-top: 135px;
  }
  .mt_lg--140 {
    margin-top: 140px;
  }
  .mt_lg--145 {
    margin-top: 145px;
  }
  .mt_lg--150 {
    margin-top: 150px;
  }
  .mt_lg--155 {
    margin-top: 155px;
  }
  .mt_lg--160 {
    margin-top: 160px;
  }
  .mt_lg--165 {
    margin-top: 165px;
  }
  .mt_lg--170 {
    margin-top: 170px;
  }
  .mt_lg--175 {
    margin-top: 175px;
  }
  .mt_lg--180 {
    margin-top: 180px;
  }
  .mt_lg--185 {
    margin-top: 185px;
  }
  .mt_lg--190 {
    margin-top: 190px;
  }
  .mt_lg--195 {
    margin-top: 195px;
  }
  .mt_lg--200 {
    margin-top: 200px;
  }
  .mt_lg--205 {
    margin-top: 205px;
  }
  .mt_lg--210 {
    margin-top: 210px;
  }
  .mt_lg--215 {
    margin-top: 215px;
  }
  .mt_lg--220 {
    margin-top: 220px;
  }
  .mt_lg--225 {
    margin-top: 225px;
  }
  .mt_lg--230 {
    margin-top: 230px;
  }
  .mt_lg--235 {
    margin-top: 235px;
  }
  .mt_lg--240 {
    margin-top: 240px;
  }
  .mt_lg--245 {
    margin-top: 245px;
  }
  .mt_lg--250 {
    margin-top: 250px;
  }
}

@media (min-width: 1200px) {
  .mt_xl--5 {
    margin-top: 5px;
  }
  .mt_xl--10 {
    margin-top: 10px;
  }
  .mt_xl--15 {
    margin-top: 15px;
  }
  .mt_xl--20 {
    margin-top: 20px;
  }
  .mt_xl--25 {
    margin-top: 25px;
  }
  .mt_xl--30 {
    margin-top: 30px;
  }
  .mt_xl--35 {
    margin-top: 35px;
  }
  .mt_xl--40 {
    margin-top: 40px;
  }
  .mt_xl--45 {
    margin-top: 45px;
  }
  .mt_xl--50 {
    margin-top: 50px;
  }
  .mt_xl--55 {
    margin-top: 55px;
  }
  .mt_xl--60 {
    margin-top: 60px;
  }
  .mt_xl--65 {
    margin-top: 65px;
  }
  .mt_xl--70 {
    margin-top: 70px;
  }
  .mt_xl--75 {
    margin-top: 75px;
  }
  .mt_xl--80 {
    margin-top: 80px;
  }
  .mt_xl--85 {
    margin-top: 85px;
  }
  .mt_xl--90 {
    margin-top: 90px;
  }
  .mt_xl--95 {
    margin-top: 95px;
  }
  .mt_xl--100 {
    margin-top: 100px;
  }
  .mt_xl--105 {
    margin-top: 105px;
  }
  .mt_xl--110 {
    margin-top: 110px;
  }
  .mt_xl--115 {
    margin-top: 115px;
  }
  .mt_xl--120 {
    margin-top: 120px;
  }
  .mt_xl--125 {
    margin-top: 125px;
  }
  .mt_xl--130 {
    margin-top: 130px;
  }
  .mt_xl--135 {
    margin-top: 135px;
  }
  .mt_xl--140 {
    margin-top: 140px;
  }
  .mt_xl--145 {
    margin-top: 145px;
  }
  .mt_xl--150 {
    margin-top: 150px;
  }
  .mt_xl--155 {
    margin-top: 155px;
  }
  .mt_xl--160 {
    margin-top: 160px;
  }
  .mt_xl--165 {
    margin-top: 165px;
  }
  .mt_xl--170 {
    margin-top: 170px;
  }
  .mt_xl--175 {
    margin-top: 175px;
  }
  .mt_xl--180 {
    margin-top: 180px;
  }
  .mt_xl--185 {
    margin-top: 185px;
  }
  .mt_xl--190 {
    margin-top: 190px;
  }
  .mt_xl--195 {
    margin-top: 195px;
  }
  .mt_xl--200 {
    margin-top: 200px;
  }
  .mt_xl--205 {
    margin-top: 205px;
  }
  .mt_xl--210 {
    margin-top: 210px;
  }
  .mt_xl--215 {
    margin-top: 215px;
  }
  .mt_xl--220 {
    margin-top: 220px;
  }
  .mt_xl--225 {
    margin-top: 225px;
  }
  .mt_xl--230 {
    margin-top: 230px;
  }
  .mt_xl--235 {
    margin-top: 235px;
  }
  .mt_xl--240 {
    margin-top: 240px;
  }
  .mt_xl--245 {
    margin-top: 245px;
  }
  .mt_xl--250 {
    margin-top: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb--105 {
  margin-bottom: 105px;
}

.mb--110 {
  margin-bottom: 110px;
}

.mb--115 {
  margin-bottom: 115px;
}

.mb--120 {
  margin-bottom: 120px;
}

.mb--125 {
  margin-bottom: 125px;
}

.mb--130 {
  margin-bottom: 130px;
}

.mb--135 {
  margin-bottom: 135px;
}

.mb--140 {
  margin-bottom: 140px;
}

.mb--145 {
  margin-bottom: 145px;
}

.mb--150 {
  margin-bottom: 150px;
}

.mb--155 {
  margin-bottom: 155px;
}

.mb--160 {
  margin-bottom: 160px;
}

.mb--165 {
  margin-bottom: 165px;
}

.mb--170 {
  margin-bottom: 170px;
}

.mb--175 {
  margin-bottom: 175px;
}

.mb--180 {
  margin-bottom: 180px;
}

.mb--185 {
  margin-bottom: 185px;
}

.mb--190 {
  margin-bottom: 190px;
}

.mb--195 {
  margin-bottom: 195px;
}

.mb--200 {
  margin-bottom: 200px;
}

.mb--205 {
  margin-bottom: 205px;
}

.mb--210 {
  margin-bottom: 210px;
}

.mb--215 {
  margin-bottom: 215px;
}

.mb--220 {
  margin-bottom: 220px;
}

.mb--225 {
  margin-bottom: 225px;
}

.mb--230 {
  margin-bottom: 230px;
}

.mb--235 {
  margin-bottom: 235px;
}

.mb--240 {
  margin-bottom: 240px;
}

.mb--245 {
  margin-bottom: 245px;
}

.mb--250 {
  margin-bottom: 250px;
}

@media (min-width: 576px) {
  .mb_sm--5 {
    margin-bottom: 5px;
  }
  .mb_sm--10 {
    margin-bottom: 10px;
  }
  .mb_sm--15 {
    margin-bottom: 15px;
  }
  .mb_sm--20 {
    margin-bottom: 20px;
  }
  .mb_sm--25 {
    margin-bottom: 25px;
  }
  .mb_sm--30 {
    margin-bottom: 30px;
  }
  .mb_sm--35 {
    margin-bottom: 35px;
  }
  .mb_sm--40 {
    margin-bottom: 40px;
  }
  .mb_sm--45 {
    margin-bottom: 45px;
  }
  .mb_sm--50 {
    margin-bottom: 50px;
  }
  .mb_sm--55 {
    margin-bottom: 55px;
  }
  .mb_sm--60 {
    margin-bottom: 60px;
  }
  .mb_sm--65 {
    margin-bottom: 65px;
  }
  .mb_sm--70 {
    margin-bottom: 70px;
  }
  .mb_sm--75 {
    margin-bottom: 75px;
  }
  .mb_sm--80 {
    margin-bottom: 80px;
  }
  .mb_sm--85 {
    margin-bottom: 85px;
  }
  .mb_sm--90 {
    margin-bottom: 90px;
  }
  .mb_sm--95 {
    margin-bottom: 95px;
  }
  .mb_sm--100 {
    margin-bottom: 100px;
  }
  .mb_sm--105 {
    margin-bottom: 105px;
  }
  .mb_sm--110 {
    margin-bottom: 110px;
  }
  .mb_sm--115 {
    margin-bottom: 115px;
  }
  .mb_sm--120 {
    margin-bottom: 120px;
  }
  .mb_sm--125 {
    margin-bottom: 125px;
  }
  .mb_sm--130 {
    margin-bottom: 130px;
  }
  .mb_sm--135 {
    margin-bottom: 135px;
  }
  .mb_sm--140 {
    margin-bottom: 140px;
  }
  .mb_sm--145 {
    margin-bottom: 145px;
  }
  .mb_sm--150 {
    margin-bottom: 150px;
  }
  .mb_sm--155 {
    margin-bottom: 155px;
  }
  .mb_sm--160 {
    margin-bottom: 160px;
  }
  .mb_sm--165 {
    margin-bottom: 165px;
  }
  .mb_sm--170 {
    margin-bottom: 170px;
  }
  .mb_sm--175 {
    margin-bottom: 175px;
  }
  .mb_sm--180 {
    margin-bottom: 180px;
  }
  .mb_sm--185 {
    margin-bottom: 185px;
  }
  .mb_sm--190 {
    margin-bottom: 190px;
  }
  .mb_sm--195 {
    margin-bottom: 195px;
  }
  .mb_sm--200 {
    margin-bottom: 200px;
  }
  .mb_sm--205 {
    margin-bottom: 205px;
  }
  .mb_sm--210 {
    margin-bottom: 210px;
  }
  .mb_sm--215 {
    margin-bottom: 215px;
  }
  .mb_sm--220 {
    margin-bottom: 220px;
  }
  .mb_sm--225 {
    margin-bottom: 225px;
  }
  .mb_sm--230 {
    margin-bottom: 230px;
  }
  .mb_sm--235 {
    margin-bottom: 235px;
  }
  .mb_sm--240 {
    margin-bottom: 240px;
  }
  .mb_sm--245 {
    margin-bottom: 245px;
  }
  .mb_sm--250 {
    margin-bottom: 250px;
  }
}

@media (min-width: 768px) {
  .mb_md--5 {
    margin-bottom: 5px;
  }
  .mb_md--10 {
    margin-bottom: 10px;
  }
  .mb_md--15 {
    margin-bottom: 15px;
  }
  .mb_md--20 {
    margin-bottom: 20px;
  }
  .mb_md--25 {
    margin-bottom: 25px;
  }
  .mb_md--30 {
    margin-bottom: 30px;
  }
  .mb_md--35 {
    margin-bottom: 35px;
  }
  .mb_md--40 {
    margin-bottom: 40px;
  }
  .mb_md--45 {
    margin-bottom: 45px;
  }
  .mb_md--50 {
    margin-bottom: 50px;
  }
  .mb_md--55 {
    margin-bottom: 55px;
  }
  .mb_md--60 {
    margin-bottom: 60px;
  }
  .mb_md--65 {
    margin-bottom: 65px;
  }
  .mb_md--70 {
    margin-bottom: 70px;
  }
  .mb_md--75 {
    margin-bottom: 75px;
  }
  .mb_md--80 {
    margin-bottom: 80px;
  }
  .mb_md--85 {
    margin-bottom: 85px;
  }
  .mb_md--90 {
    margin-bottom: 90px;
  }
  .mb_md--95 {
    margin-bottom: 95px;
  }
  .mb_md--100 {
    margin-bottom: 100px;
  }
  .mb_md--105 {
    margin-bottom: 105px;
  }
  .mb_md--110 {
    margin-bottom: 110px;
  }
  .mb_md--115 {
    margin-bottom: 115px;
  }
  .mb_md--120 {
    margin-bottom: 120px;
  }
  .mb_md--125 {
    margin-bottom: 125px;
  }
  .mb_md--130 {
    margin-bottom: 130px;
  }
  .mb_md--135 {
    margin-bottom: 135px;
  }
  .mb_md--140 {
    margin-bottom: 140px;
  }
  .mb_md--145 {
    margin-bottom: 145px;
  }
  .mb_md--150 {
    margin-bottom: 150px;
  }
  .mb_md--155 {
    margin-bottom: 155px;
  }
  .mb_md--160 {
    margin-bottom: 160px;
  }
  .mb_md--165 {
    margin-bottom: 165px;
  }
  .mb_md--170 {
    margin-bottom: 170px;
  }
  .mb_md--175 {
    margin-bottom: 175px;
  }
  .mb_md--180 {
    margin-bottom: 180px;
  }
  .mb_md--185 {
    margin-bottom: 185px;
  }
  .mb_md--190 {
    margin-bottom: 190px;
  }
  .mb_md--195 {
    margin-bottom: 195px;
  }
  .mb_md--200 {
    margin-bottom: 200px;
  }
  .mb_md--205 {
    margin-bottom: 205px;
  }
  .mb_md--210 {
    margin-bottom: 210px;
  }
  .mb_md--215 {
    margin-bottom: 215px;
  }
  .mb_md--220 {
    margin-bottom: 220px;
  }
  .mb_md--225 {
    margin-bottom: 225px;
  }
  .mb_md--230 {
    margin-bottom: 230px;
  }
  .mb_md--235 {
    margin-bottom: 235px;
  }
  .mb_md--240 {
    margin-bottom: 240px;
  }
  .mb_md--245 {
    margin-bottom: 245px;
  }
  .mb_md--250 {
    margin-bottom: 250px;
  }
}

@media (min-width: 992px) {
  .mb_lg--5 {
    margin-bottom: 5px;
  }
  .mb_lg--10 {
    margin-bottom: 10px;
  }
  .mb_lg--15 {
    margin-bottom: 15px;
  }
  .mb_lg--20 {
    margin-bottom: 20px;
  }
  .mb_lg--25 {
    margin-bottom: 25px;
  }
  .mb_lg--30 {
    margin-bottom: 30px;
  }
  .mb_lg--35 {
    margin-bottom: 35px;
  }
  .mb_lg--40 {
    margin-bottom: 40px;
  }
  .mb_lg--45 {
    margin-bottom: 45px;
  }
  .mb_lg--50 {
    margin-bottom: 50px;
  }
  .mb_lg--55 {
    margin-bottom: 55px;
  }
  .mb_lg--60 {
    margin-bottom: 60px;
  }
  .mb_lg--65 {
    margin-bottom: 65px;
  }
  .mb_lg--70 {
    margin-bottom: 70px;
  }
  .mb_lg--75 {
    margin-bottom: 75px;
  }
  .mb_lg--80 {
    margin-bottom: 80px;
  }
  .mb_lg--85 {
    margin-bottom: 85px;
  }
  .mb_lg--90 {
    margin-bottom: 90px;
  }
  .mb_lg--95 {
    margin-bottom: 95px;
  }
  .mb_lg--100 {
    margin-bottom: 100px;
  }
  .mb_lg--105 {
    margin-bottom: 105px;
  }
  .mb_lg--110 {
    margin-bottom: 110px;
  }
  .mb_lg--115 {
    margin-bottom: 115px;
  }
  .mb_lg--120 {
    margin-bottom: 120px;
  }
  .mb_lg--125 {
    margin-bottom: 125px;
  }
  .mb_lg--130 {
    margin-bottom: 130px;
  }
  .mb_lg--135 {
    margin-bottom: 135px;
  }
  .mb_lg--140 {
    margin-bottom: 140px;
  }
  .mb_lg--145 {
    margin-bottom: 145px;
  }
  .mb_lg--150 {
    margin-bottom: 150px;
  }
  .mb_lg--155 {
    margin-bottom: 155px;
  }
  .mb_lg--160 {
    margin-bottom: 160px;
  }
  .mb_lg--165 {
    margin-bottom: 165px;
  }
  .mb_lg--170 {
    margin-bottom: 170px;
  }
  .mb_lg--175 {
    margin-bottom: 175px;
  }
  .mb_lg--180 {
    margin-bottom: 180px;
  }
  .mb_lg--185 {
    margin-bottom: 185px;
  }
  .mb_lg--190 {
    margin-bottom: 190px;
  }
  .mb_lg--195 {
    margin-bottom: 195px;
  }
  .mb_lg--200 {
    margin-bottom: 200px;
  }
  .mb_lg--205 {
    margin-bottom: 205px;
  }
  .mb_lg--210 {
    margin-bottom: 210px;
  }
  .mb_lg--215 {
    margin-bottom: 215px;
  }
  .mb_lg--220 {
    margin-bottom: 220px;
  }
  .mb_lg--225 {
    margin-bottom: 225px;
  }
  .mb_lg--230 {
    margin-bottom: 230px;
  }
  .mb_lg--235 {
    margin-bottom: 235px;
  }
  .mb_lg--240 {
    margin-bottom: 240px;
  }
  .mb_lg--245 {
    margin-bottom: 245px;
  }
  .mb_lg--250 {
    margin-bottom: 250px;
  }
}

@media (min-width: 1200px) {
  .mb_xl--5 {
    margin-bottom: 5px;
  }
  .mb_xl--10 {
    margin-bottom: 10px;
  }
  .mb_xl--15 {
    margin-bottom: 15px;
  }
  .mb_xl--20 {
    margin-bottom: 20px;
  }
  .mb_xl--25 {
    margin-bottom: 25px;
  }
  .mb_xl--30 {
    margin-bottom: 30px;
  }
  .mb_xl--35 {
    margin-bottom: 35px;
  }
  .mb_xl--40 {
    margin-bottom: 40px;
  }
  .mb_xl--45 {
    margin-bottom: 45px;
  }
  .mb_xl--50 {
    margin-bottom: 50px;
  }
  .mb_xl--55 {
    margin-bottom: 55px;
  }
  .mb_xl--60 {
    margin-bottom: 60px;
  }
  .mb_xl--65 {
    margin-bottom: 65px;
  }
  .mb_xl--70 {
    margin-bottom: 70px;
  }
  .mb_xl--75 {
    margin-bottom: 75px;
  }
  .mb_xl--80 {
    margin-bottom: 80px;
  }
  .mb_xl--85 {
    margin-bottom: 85px;
  }
  .mb_xl--90 {
    margin-bottom: 90px;
  }
  .mb_xl--95 {
    margin-bottom: 95px;
  }
  .mb_xl--100 {
    margin-bottom: 100px;
  }
  .mb_xl--105 {
    margin-bottom: 105px;
  }
  .mb_xl--110 {
    margin-bottom: 110px;
  }
  .mb_xl--115 {
    margin-bottom: 115px;
  }
  .mb_xl--120 {
    margin-bottom: 120px;
  }
  .mb_xl--125 {
    margin-bottom: 125px;
  }
  .mb_xl--130 {
    margin-bottom: 130px;
  }
  .mb_xl--135 {
    margin-bottom: 135px;
  }
  .mb_xl--140 {
    margin-bottom: 140px;
  }
  .mb_xl--145 {
    margin-bottom: 145px;
  }
  .mb_xl--150 {
    margin-bottom: 150px;
  }
  .mb_xl--155 {
    margin-bottom: 155px;
  }
  .mb_xl--160 {
    margin-bottom: 160px;
  }
  .mb_xl--165 {
    margin-bottom: 165px;
  }
  .mb_xl--170 {
    margin-bottom: 170px;
  }
  .mb_xl--175 {
    margin-bottom: 175px;
  }
  .mb_xl--180 {
    margin-bottom: 180px;
  }
  .mb_xl--185 {
    margin-bottom: 185px;
  }
  .mb_xl--190 {
    margin-bottom: 190px;
  }
  .mb_xl--195 {
    margin-bottom: 195px;
  }
  .mb_xl--200 {
    margin-bottom: 200px;
  }
  .mb_xl--205 {
    margin-bottom: 205px;
  }
  .mb_xl--210 {
    margin-bottom: 210px;
  }
  .mb_xl--215 {
    margin-bottom: 215px;
  }
  .mb_xl--220 {
    margin-bottom: 220px;
  }
  .mb_xl--225 {
    margin-bottom: 225px;
  }
  .mb_xl--230 {
    margin-bottom: 230px;
  }
  .mb_xl--235 {
    margin-bottom: 235px;
  }
  .mb_xl--240 {
    margin-bottom: 240px;
  }
  .mb_xl--245 {
    margin-bottom: 245px;
  }
  .mb_xl--250 {
    margin-bottom: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr--105 {
  margin-right: 105px;
}

.mr--110 {
  margin-right: 110px;
}

.mr--115 {
  margin-right: 115px;
}

.mr--120 {
  margin-right: 120px;
}

.mr--125 {
  margin-right: 125px;
}

.mr--130 {
  margin-right: 130px;
}

.mr--135 {
  margin-right: 135px;
}

.mr--140 {
  margin-right: 140px;
}

.mr--145 {
  margin-right: 145px;
}

.mr--150 {
  margin-right: 150px;
}

.mr--155 {
  margin-right: 155px;
}

.mr--160 {
  margin-right: 160px;
}

.mr--165 {
  margin-right: 165px;
}

.mr--170 {
  margin-right: 170px;
}

.mr--175 {
  margin-right: 175px;
}

.mr--180 {
  margin-right: 180px;
}

.mr--185 {
  margin-right: 185px;
}

.mr--190 {
  margin-right: 190px;
}

.mr--195 {
  margin-right: 195px;
}

.mr--200 {
  margin-right: 200px;
}

.mr--205 {
  margin-right: 205px;
}

.mr--210 {
  margin-right: 210px;
}

.mr--215 {
  margin-right: 215px;
}

.mr--220 {
  margin-right: 220px;
}

.mr--225 {
  margin-right: 225px;
}

.mr--230 {
  margin-right: 230px;
}

.mr--235 {
  margin-right: 235px;
}

.mr--240 {
  margin-right: 240px;
}

.mr--245 {
  margin-right: 245px;
}

.mr--250 {
  margin-right: 250px;
}

@media (min-width: 576px) {
  .mr_sm--5 {
    margin-right: 5px;
  }
  .mr_sm--10 {
    margin-right: 10px;
  }
  .mr_sm--15 {
    margin-right: 15px;
  }
  .mr_sm--20 {
    margin-right: 20px;
  }
  .mr_sm--25 {
    margin-right: 25px;
  }
  .mr_sm--30 {
    margin-right: 30px;
  }
  .mr_sm--35 {
    margin-right: 35px;
  }
  .mr_sm--40 {
    margin-right: 40px;
  }
  .mr_sm--45 {
    margin-right: 45px;
  }
  .mr_sm--50 {
    margin-right: 50px;
  }
  .mr_sm--55 {
    margin-right: 55px;
  }
  .mr_sm--60 {
    margin-right: 60px;
  }
  .mr_sm--65 {
    margin-right: 65px;
  }
  .mr_sm--70 {
    margin-right: 70px;
  }
  .mr_sm--75 {
    margin-right: 75px;
  }
  .mr_sm--80 {
    margin-right: 80px;
  }
  .mr_sm--85 {
    margin-right: 85px;
  }
  .mr_sm--90 {
    margin-right: 90px;
  }
  .mr_sm--95 {
    margin-right: 95px;
  }
  .mr_sm--100 {
    margin-right: 100px;
  }
  .mr_sm--105 {
    margin-right: 105px;
  }
  .mr_sm--110 {
    margin-right: 110px;
  }
  .mr_sm--115 {
    margin-right: 115px;
  }
  .mr_sm--120 {
    margin-right: 120px;
  }
  .mr_sm--125 {
    margin-right: 125px;
  }
  .mr_sm--130 {
    margin-right: 130px;
  }
  .mr_sm--135 {
    margin-right: 135px;
  }
  .mr_sm--140 {
    margin-right: 140px;
  }
  .mr_sm--145 {
    margin-right: 145px;
  }
  .mr_sm--150 {
    margin-right: 150px;
  }
  .mr_sm--155 {
    margin-right: 155px;
  }
  .mr_sm--160 {
    margin-right: 160px;
  }
  .mr_sm--165 {
    margin-right: 165px;
  }
  .mr_sm--170 {
    margin-right: 170px;
  }
  .mr_sm--175 {
    margin-right: 175px;
  }
  .mr_sm--180 {
    margin-right: 180px;
  }
  .mr_sm--185 {
    margin-right: 185px;
  }
  .mr_sm--190 {
    margin-right: 190px;
  }
  .mr_sm--195 {
    margin-right: 195px;
  }
  .mr_sm--200 {
    margin-right: 200px;
  }
  .mr_sm--205 {
    margin-right: 205px;
  }
  .mr_sm--210 {
    margin-right: 210px;
  }
  .mr_sm--215 {
    margin-right: 215px;
  }
  .mr_sm--220 {
    margin-right: 220px;
  }
  .mr_sm--225 {
    margin-right: 225px;
  }
  .mr_sm--230 {
    margin-right: 230px;
  }
  .mr_sm--235 {
    margin-right: 235px;
  }
  .mr_sm--240 {
    margin-right: 240px;
  }
  .mr_sm--245 {
    margin-right: 245px;
  }
  .mr_sm--250 {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  .mr_md--5 {
    margin-right: 5px;
  }
  .mr_md--10 {
    margin-right: 10px;
  }
  .mr_md--15 {
    margin-right: 15px;
  }
  .mr_md--20 {
    margin-right: 20px;
  }
  .mr_md--25 {
    margin-right: 25px;
  }
  .mr_md--30 {
    margin-right: 30px;
  }
  .mr_md--35 {
    margin-right: 35px;
  }
  .mr_md--40 {
    margin-right: 40px;
  }
  .mr_md--45 {
    margin-right: 45px;
  }
  .mr_md--50 {
    margin-right: 50px;
  }
  .mr_md--55 {
    margin-right: 55px;
  }
  .mr_md--60 {
    margin-right: 60px;
  }
  .mr_md--65 {
    margin-right: 65px;
  }
  .mr_md--70 {
    margin-right: 70px;
  }
  .mr_md--75 {
    margin-right: 75px;
  }
  .mr_md--80 {
    margin-right: 80px;
  }
  .mr_md--85 {
    margin-right: 85px;
  }
  .mr_md--90 {
    margin-right: 90px;
  }
  .mr_md--95 {
    margin-right: 95px;
  }
  .mr_md--100 {
    margin-right: 100px;
  }
  .mr_md--105 {
    margin-right: 105px;
  }
  .mr_md--110 {
    margin-right: 110px;
  }
  .mr_md--115 {
    margin-right: 115px;
  }
  .mr_md--120 {
    margin-right: 120px;
  }
  .mr_md--125 {
    margin-right: 125px;
  }
  .mr_md--130 {
    margin-right: 130px;
  }
  .mr_md--135 {
    margin-right: 135px;
  }
  .mr_md--140 {
    margin-right: 140px;
  }
  .mr_md--145 {
    margin-right: 145px;
  }
  .mr_md--150 {
    margin-right: 150px;
  }
  .mr_md--155 {
    margin-right: 155px;
  }
  .mr_md--160 {
    margin-right: 160px;
  }
  .mr_md--165 {
    margin-right: 165px;
  }
  .mr_md--170 {
    margin-right: 170px;
  }
  .mr_md--175 {
    margin-right: 175px;
  }
  .mr_md--180 {
    margin-right: 180px;
  }
  .mr_md--185 {
    margin-right: 185px;
  }
  .mr_md--190 {
    margin-right: 190px;
  }
  .mr_md--195 {
    margin-right: 195px;
  }
  .mr_md--200 {
    margin-right: 200px;
  }
  .mr_md--205 {
    margin-right: 205px;
  }
  .mr_md--210 {
    margin-right: 210px;
  }
  .mr_md--215 {
    margin-right: 215px;
  }
  .mr_md--220 {
    margin-right: 220px;
  }
  .mr_md--225 {
    margin-right: 225px;
  }
  .mr_md--230 {
    margin-right: 230px;
  }
  .mr_md--235 {
    margin-right: 235px;
  }
  .mr_md--240 {
    margin-right: 240px;
  }
  .mr_md--245 {
    margin-right: 245px;
  }
  .mr_md--250 {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  .mr_lg--5 {
    margin-right: 5px;
  }
  .mr_lg--10 {
    margin-right: 10px;
  }
  .mr_lg--15 {
    margin-right: 15px;
  }
  .mr_lg--20 {
    margin-right: 20px;
  }
  .mr_lg--25 {
    margin-right: 25px;
  }
  .mr_lg--30 {
    margin-right: 30px;
  }
  .mr_lg--35 {
    margin-right: 35px;
  }
  .mr_lg--40 {
    margin-right: 40px;
  }
  .mr_lg--45 {
    margin-right: 45px;
  }
  .mr_lg--50 {
    margin-right: 50px;
  }
  .mr_lg--55 {
    margin-right: 55px;
  }
  .mr_lg--60 {
    margin-right: 60px;
  }
  .mr_lg--65 {
    margin-right: 65px;
  }
  .mr_lg--70 {
    margin-right: 70px;
  }
  .mr_lg--75 {
    margin-right: 75px;
  }
  .mr_lg--80 {
    margin-right: 80px;
  }
  .mr_lg--85 {
    margin-right: 85px;
  }
  .mr_lg--90 {
    margin-right: 90px;
  }
  .mr_lg--95 {
    margin-right: 95px;
  }
  .mr_lg--100 {
    margin-right: 100px;
  }
  .mr_lg--105 {
    margin-right: 105px;
  }
  .mr_lg--110 {
    margin-right: 110px;
  }
  .mr_lg--115 {
    margin-right: 115px;
  }
  .mr_lg--120 {
    margin-right: 120px;
  }
  .mr_lg--125 {
    margin-right: 125px;
  }
  .mr_lg--130 {
    margin-right: 130px;
  }
  .mr_lg--135 {
    margin-right: 135px;
  }
  .mr_lg--140 {
    margin-right: 140px;
  }
  .mr_lg--145 {
    margin-right: 145px;
  }
  .mr_lg--150 {
    margin-right: 150px;
  }
  .mr_lg--155 {
    margin-right: 155px;
  }
  .mr_lg--160 {
    margin-right: 160px;
  }
  .mr_lg--165 {
    margin-right: 165px;
  }
  .mr_lg--170 {
    margin-right: 170px;
  }
  .mr_lg--175 {
    margin-right: 175px;
  }
  .mr_lg--180 {
    margin-right: 180px;
  }
  .mr_lg--185 {
    margin-right: 185px;
  }
  .mr_lg--190 {
    margin-right: 190px;
  }
  .mr_lg--195 {
    margin-right: 195px;
  }
  .mr_lg--200 {
    margin-right: 200px;
  }
  .mr_lg--205 {
    margin-right: 205px;
  }
  .mr_lg--210 {
    margin-right: 210px;
  }
  .mr_lg--215 {
    margin-right: 215px;
  }
  .mr_lg--220 {
    margin-right: 220px;
  }
  .mr_lg--225 {
    margin-right: 225px;
  }
  .mr_lg--230 {
    margin-right: 230px;
  }
  .mr_lg--235 {
    margin-right: 235px;
  }
  .mr_lg--240 {
    margin-right: 240px;
  }
  .mr_lg--245 {
    margin-right: 245px;
  }
  .mr_lg--250 {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  .mr_xl--5 {
    margin-right: 5px;
  }
  .mr_xl--10 {
    margin-right: 10px;
  }
  .mr_xl--15 {
    margin-right: 15px;
  }
  .mr_xl--20 {
    margin-right: 20px;
  }
  .mr_xl--25 {
    margin-right: 25px;
  }
  .mr_xl--30 {
    margin-right: 30px;
  }
  .mr_xl--35 {
    margin-right: 35px;
  }
  .mr_xl--40 {
    margin-right: 40px;
  }
  .mr_xl--45 {
    margin-right: 45px;
  }
  .mr_xl--50 {
    margin-right: 50px;
  }
  .mr_xl--55 {
    margin-right: 55px;
  }
  .mr_xl--60 {
    margin-right: 60px;
  }
  .mr_xl--65 {
    margin-right: 65px;
  }
  .mr_xl--70 {
    margin-right: 70px;
  }
  .mr_xl--75 {
    margin-right: 75px;
  }
  .mr_xl--80 {
    margin-right: 80px;
  }
  .mr_xl--85 {
    margin-right: 85px;
  }
  .mr_xl--90 {
    margin-right: 90px;
  }
  .mr_xl--95 {
    margin-right: 95px;
  }
  .mr_xl--100 {
    margin-right: 100px;
  }
  .mr_xl--105 {
    margin-right: 105px;
  }
  .mr_xl--110 {
    margin-right: 110px;
  }
  .mr_xl--115 {
    margin-right: 115px;
  }
  .mr_xl--120 {
    margin-right: 120px;
  }
  .mr_xl--125 {
    margin-right: 125px;
  }
  .mr_xl--130 {
    margin-right: 130px;
  }
  .mr_xl--135 {
    margin-right: 135px;
  }
  .mr_xl--140 {
    margin-right: 140px;
  }
  .mr_xl--145 {
    margin-right: 145px;
  }
  .mr_xl--150 {
    margin-right: 150px;
  }
  .mr_xl--155 {
    margin-right: 155px;
  }
  .mr_xl--160 {
    margin-right: 160px;
  }
  .mr_xl--165 {
    margin-right: 165px;
  }
  .mr_xl--170 {
    margin-right: 170px;
  }
  .mr_xl--175 {
    margin-right: 175px;
  }
  .mr_xl--180 {
    margin-right: 180px;
  }
  .mr_xl--185 {
    margin-right: 185px;
  }
  .mr_xl--190 {
    margin-right: 190px;
  }
  .mr_xl--195 {
    margin-right: 195px;
  }
  .mr_xl--200 {
    margin-right: 200px;
  }
  .mr_xl--205 {
    margin-right: 205px;
  }
  .mr_xl--210 {
    margin-right: 210px;
  }
  .mr_xl--215 {
    margin-right: 215px;
  }
  .mr_xl--220 {
    margin-right: 220px;
  }
  .mr_xl--225 {
    margin-right: 225px;
  }
  .mr_xl--230 {
    margin-right: 230px;
  }
  .mr_xl--235 {
    margin-right: 235px;
  }
  .mr_xl--240 {
    margin-right: 240px;
  }
  .mr_xl--245 {
    margin-right: 245px;
  }
  .mr_xl--250 {
    margin-right: 250px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml--105 {
  margin-left: 105px;
}

.ml--110 {
  margin-left: 110px;
}

.ml--115 {
  margin-left: 115px;
}

.ml--120 {
  margin-left: 120px;
}

.ml--125 {
  margin-left: 125px;
}

.ml--130 {
  margin-left: 130px;
}

.ml--135 {
  margin-left: 135px;
}

.ml--140 {
  margin-left: 140px;
}

.ml--145 {
  margin-left: 145px;
}

.ml--150 {
  margin-left: 150px;
}

.ml--155 {
  margin-left: 155px;
}

.ml--160 {
  margin-left: 160px;
}

.ml--165 {
  margin-left: 165px;
}

.ml--170 {
  margin-left: 170px;
}

.ml--175 {
  margin-left: 175px;
}

.ml--180 {
  margin-left: 180px;
}

.ml--185 {
  margin-left: 185px;
}

.ml--190 {
  margin-left: 190px;
}

.ml--195 {
  margin-left: 195px;
}

.ml--200 {
  margin-left: 200px;
}

.ml--205 {
  margin-left: 205px;
}

.ml--210 {
  margin-left: 210px;
}

.ml--215 {
  margin-left: 215px;
}

.ml--220 {
  margin-left: 220px;
}

.ml--225 {
  margin-left: 225px;
}

.ml--230 {
  margin-left: 230px;
}

.ml--235 {
  margin-left: 235px;
}

.ml--240 {
  margin-left: 240px;
}

.ml--245 {
  margin-left: 245px;
}

.ml--250 {
  margin-left: 250px;
}

@media (min-width: 576px) {
  .ml_sm--5 {
    margin-left: 5px;
  }
  .ml_sm--10 {
    margin-left: 10px;
  }
  .ml_sm--15 {
    margin-left: 15px;
  }
  .ml_sm--20 {
    margin-left: 20px;
  }
  .ml_sm--25 {
    margin-left: 25px;
  }
  .ml_sm--30 {
    margin-left: 30px;
  }
  .ml_sm--35 {
    margin-left: 35px;
  }
  .ml_sm--40 {
    margin-left: 40px;
  }
  .ml_sm--45 {
    margin-left: 45px;
  }
  .ml_sm--50 {
    margin-left: 50px;
  }
  .ml_sm--55 {
    margin-left: 55px;
  }
  .ml_sm--60 {
    margin-left: 60px;
  }
  .ml_sm--65 {
    margin-left: 65px;
  }
  .ml_sm--70 {
    margin-left: 70px;
  }
  .ml_sm--75 {
    margin-left: 75px;
  }
  .ml_sm--80 {
    margin-left: 80px;
  }
  .ml_sm--85 {
    margin-left: 85px;
  }
  .ml_sm--90 {
    margin-left: 90px;
  }
  .ml_sm--95 {
    margin-left: 95px;
  }
  .ml_sm--100 {
    margin-left: 100px;
  }
  .ml_sm--105 {
    margin-left: 105px;
  }
  .ml_sm--110 {
    margin-left: 110px;
  }
  .ml_sm--115 {
    margin-left: 115px;
  }
  .ml_sm--120 {
    margin-left: 120px;
  }
  .ml_sm--125 {
    margin-left: 125px;
  }
  .ml_sm--130 {
    margin-left: 130px;
  }
  .ml_sm--135 {
    margin-left: 135px;
  }
  .ml_sm--140 {
    margin-left: 140px;
  }
  .ml_sm--145 {
    margin-left: 145px;
  }
  .ml_sm--150 {
    margin-left: 150px;
  }
  .ml_sm--155 {
    margin-left: 155px;
  }
  .ml_sm--160 {
    margin-left: 160px;
  }
  .ml_sm--165 {
    margin-left: 165px;
  }
  .ml_sm--170 {
    margin-left: 170px;
  }
  .ml_sm--175 {
    margin-left: 175px;
  }
  .ml_sm--180 {
    margin-left: 180px;
  }
  .ml_sm--185 {
    margin-left: 185px;
  }
  .ml_sm--190 {
    margin-left: 190px;
  }
  .ml_sm--195 {
    margin-left: 195px;
  }
  .ml_sm--200 {
    margin-left: 200px;
  }
  .ml_sm--205 {
    margin-left: 205px;
  }
  .ml_sm--210 {
    margin-left: 210px;
  }
  .ml_sm--215 {
    margin-left: 215px;
  }
  .ml_sm--220 {
    margin-left: 220px;
  }
  .ml_sm--225 {
    margin-left: 225px;
  }
  .ml_sm--230 {
    margin-left: 230px;
  }
  .ml_sm--235 {
    margin-left: 235px;
  }
  .ml_sm--240 {
    margin-left: 240px;
  }
  .ml_sm--245 {
    margin-left: 245px;
  }
  .ml_sm--250 {
    margin-left: 250px;
  }
}

@media (min-width: 768px) {
  .ml_md--5 {
    margin-left: 5px;
  }
  .ml_md--10 {
    margin-left: 10px;
  }
  .ml_md--15 {
    margin-left: 15px;
  }
  .ml_md--20 {
    margin-left: 20px;
  }
  .ml_md--25 {
    margin-left: 25px;
  }
  .ml_md--30 {
    margin-left: 30px;
  }
  .ml_md--35 {
    margin-left: 35px;
  }
  .ml_md--40 {
    margin-left: 40px;
  }
  .ml_md--45 {
    margin-left: 45px;
  }
  .ml_md--50 {
    margin-left: 50px;
  }
  .ml_md--55 {
    margin-left: 55px;
  }
  .ml_md--60 {
    margin-left: 60px;
  }
  .ml_md--65 {
    margin-left: 65px;
  }
  .ml_md--70 {
    margin-left: 70px;
  }
  .ml_md--75 {
    margin-left: 75px;
  }
  .ml_md--80 {
    margin-left: 80px;
  }
  .ml_md--85 {
    margin-left: 85px;
  }
  .ml_md--90 {
    margin-left: 90px;
  }
  .ml_md--95 {
    margin-left: 95px;
  }
  .ml_md--100 {
    margin-left: 100px;
  }
  .ml_md--105 {
    margin-left: 105px;
  }
  .ml_md--110 {
    margin-left: 110px;
  }
  .ml_md--115 {
    margin-left: 115px;
  }
  .ml_md--120 {
    margin-left: 120px;
  }
  .ml_md--125 {
    margin-left: 125px;
  }
  .ml_md--130 {
    margin-left: 130px;
  }
  .ml_md--135 {
    margin-left: 135px;
  }
  .ml_md--140 {
    margin-left: 140px;
  }
  .ml_md--145 {
    margin-left: 145px;
  }
  .ml_md--150 {
    margin-left: 150px;
  }
  .ml_md--155 {
    margin-left: 155px;
  }
  .ml_md--160 {
    margin-left: 160px;
  }
  .ml_md--165 {
    margin-left: 165px;
  }
  .ml_md--170 {
    margin-left: 170px;
  }
  .ml_md--175 {
    margin-left: 175px;
  }
  .ml_md--180 {
    margin-left: 180px;
  }
  .ml_md--185 {
    margin-left: 185px;
  }
  .ml_md--190 {
    margin-left: 190px;
  }
  .ml_md--195 {
    margin-left: 195px;
  }
  .ml_md--200 {
    margin-left: 200px;
  }
  .ml_md--205 {
    margin-left: 205px;
  }
  .ml_md--210 {
    margin-left: 210px;
  }
  .ml_md--215 {
    margin-left: 215px;
  }
  .ml_md--220 {
    margin-left: 220px;
  }
  .ml_md--225 {
    margin-left: 225px;
  }
  .ml_md--230 {
    margin-left: 230px;
  }
  .ml_md--235 {
    margin-left: 235px;
  }
  .ml_md--240 {
    margin-left: 240px;
  }
  .ml_md--245 {
    margin-left: 245px;
  }
  .ml_md--250 {
    margin-left: 250px;
  }
}

@media (min-width: 992px) {
  .ml_lg--5 {
    margin-left: 5px;
  }
  .ml_lg--10 {
    margin-left: 10px;
  }
  .ml_lg--15 {
    margin-left: 15px;
  }
  .ml_lg--20 {
    margin-left: 20px;
  }
  .ml_lg--25 {
    margin-left: 25px;
  }
  .ml_lg--30 {
    margin-left: 30px;
  }
  .ml_lg--35 {
    margin-left: 35px;
  }
  .ml_lg--40 {
    margin-left: 40px;
  }
  .ml_lg--45 {
    margin-left: 45px;
  }
  .ml_lg--50 {
    margin-left: 50px;
  }
  .ml_lg--55 {
    margin-left: 55px;
  }
  .ml_lg--60 {
    margin-left: 60px;
  }
  .ml_lg--65 {
    margin-left: 65px;
  }
  .ml_lg--70 {
    margin-left: 70px;
  }
  .ml_lg--75 {
    margin-left: 75px;
  }
  .ml_lg--80 {
    margin-left: 80px;
  }
  .ml_lg--85 {
    margin-left: 85px;
  }
  .ml_lg--90 {
    margin-left: 90px;
  }
  .ml_lg--95 {
    margin-left: 95px;
  }
  .ml_lg--100 {
    margin-left: 100px;
  }
  .ml_lg--105 {
    margin-left: 105px;
  }
  .ml_lg--110 {
    margin-left: 110px;
  }
  .ml_lg--115 {
    margin-left: 115px;
  }
  .ml_lg--120 {
    margin-left: 120px;
  }
  .ml_lg--125 {
    margin-left: 125px;
  }
  .ml_lg--130 {
    margin-left: 130px;
  }
  .ml_lg--135 {
    margin-left: 135px;
  }
  .ml_lg--140 {
    margin-left: 140px;
  }
  .ml_lg--145 {
    margin-left: 145px;
  }
  .ml_lg--150 {
    margin-left: 150px;
  }
  .ml_lg--155 {
    margin-left: 155px;
  }
  .ml_lg--160 {
    margin-left: 160px;
  }
  .ml_lg--165 {
    margin-left: 165px;
  }
  .ml_lg--170 {
    margin-left: 170px;
  }
  .ml_lg--175 {
    margin-left: 175px;
  }
  .ml_lg--180 {
    margin-left: 180px;
  }
  .ml_lg--185 {
    margin-left: 185px;
  }
  .ml_lg--190 {
    margin-left: 190px;
  }
  .ml_lg--195 {
    margin-left: 195px;
  }
  .ml_lg--200 {
    margin-left: 200px;
  }
  .ml_lg--205 {
    margin-left: 205px;
  }
  .ml_lg--210 {
    margin-left: 210px;
  }
  .ml_lg--215 {
    margin-left: 215px;
  }
  .ml_lg--220 {
    margin-left: 220px;
  }
  .ml_lg--225 {
    margin-left: 225px;
  }
  .ml_lg--230 {
    margin-left: 230px;
  }
  .ml_lg--235 {
    margin-left: 235px;
  }
  .ml_lg--240 {
    margin-left: 240px;
  }
  .ml_lg--245 {
    margin-left: 245px;
  }
  .ml_lg--250 {
    margin-left: 250px;
  }
}

@media (min-width: 1200px) {
  .ml_xl--5 {
    margin-left: 5px;
  }
  .ml_xl--10 {
    margin-left: 10px;
  }
  .ml_xl--15 {
    margin-left: 15px;
  }
  .ml_xl--20 {
    margin-left: 20px;
  }
  .ml_xl--25 {
    margin-left: 25px;
  }
  .ml_xl--30 {
    margin-left: 30px;
  }
  .ml_xl--35 {
    margin-left: 35px;
  }
  .ml_xl--40 {
    margin-left: 40px;
  }
  .ml_xl--45 {
    margin-left: 45px;
  }
  .ml_xl--50 {
    margin-left: 50px;
  }
  .ml_xl--55 {
    margin-left: 55px;
  }
  .ml_xl--60 {
    margin-left: 60px;
  }
  .ml_xl--65 {
    margin-left: 65px;
  }
  .ml_xl--70 {
    margin-left: 70px;
  }
  .ml_xl--75 {
    margin-left: 75px;
  }
  .ml_xl--80 {
    margin-left: 80px;
  }
  .ml_xl--85 {
    margin-left: 85px;
  }
  .ml_xl--90 {
    margin-left: 90px;
  }
  .ml_xl--95 {
    margin-left: 95px;
  }
  .ml_xl--100 {
    margin-left: 100px;
  }
  .ml_xl--105 {
    margin-left: 105px;
  }
  .ml_xl--110 {
    margin-left: 110px;
  }
  .ml_xl--115 {
    margin-left: 115px;
  }
  .ml_xl--120 {
    margin-left: 120px;
  }
  .ml_xl--125 {
    margin-left: 125px;
  }
  .ml_xl--130 {
    margin-left: 130px;
  }
  .ml_xl--135 {
    margin-left: 135px;
  }
  .ml_xl--140 {
    margin-left: 140px;
  }
  .ml_xl--145 {
    margin-left: 145px;
  }
  .ml_xl--150 {
    margin-left: 150px;
  }
  .ml_xl--155 {
    margin-left: 155px;
  }
  .ml_xl--160 {
    margin-left: 160px;
  }
  .ml_xl--165 {
    margin-left: 165px;
  }
  .ml_xl--170 {
    margin-left: 170px;
  }
  .ml_xl--175 {
    margin-left: 175px;
  }
  .ml_xl--180 {
    margin-left: 180px;
  }
  .ml_xl--185 {
    margin-left: 185px;
  }
  .ml_xl--190 {
    margin-left: 190px;
  }
  .ml_xl--195 {
    margin-left: 195px;
  }
  .ml_xl--200 {
    margin-left: 200px;
  }
  .ml_xl--205 {
    margin-left: 205px;
  }
  .ml_xl--210 {
    margin-left: 210px;
  }
  .ml_xl--215 {
    margin-left: 215px;
  }
  .ml_xl--220 {
    margin-left: 220px;
  }
  .ml_xl--225 {
    margin-left: 225px;
  }
  .ml_xl--230 {
    margin-left: 230px;
  }
  .ml_xl--235 {
    margin-left: 235px;
  }
  .ml_xl--240 {
    margin-left: 240px;
  }
  .ml_xl--245 {
    margin-left: 245px;
  }
  .ml_xl--250 {
    margin-left: 250px;
  }
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

@media (min-width: 768px) {
  .w_md-50 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .w_lg-50 {
    width: 50%;
  }
}

.max-width--600 {
  max-width: 600px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .max-width--600 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .max-width--600 {
    max-width: 100%;
  }
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-10 {
  height: 10%;
}

.menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 20px;
  padding: 20px 0;
  display: block;
}

.menu li.dropdown {
  position: relative;
}

.menu li.dropdown .submenu {
  min-width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  text-align: center;
  list-style-type: none;
  border-top: 5px solid #e66254;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media (min-width: 992px) {
  .menu li.dropdown .submenu {
    min-width: 220px;
    text-align: left;
  }
}

.menu li.dropdown .submenu li a {
  padding: 10px 25px !important;
  margin: 0;
  font-size: 15px;
  display: block;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu li.dropdown .submenu li a:hover {
  background-color: #e66254;
  color: #fff;
}

.menu li.dropdown .submenu .submenu {
  left: 100%;
}

.menu li.dropdown:hover > .submenu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu li.dropdown > ul .dropdown:hover > .submenu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0%;
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.mega-menu .col-lg-10 {
  position: initial;
}

.mega-menu .col-lg-10 .mega-submenu {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  list-style-type: none;
  border-top: 5px solid #e66254;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  text-align: left;
  padding: 20px 0;
}

.mega-menu .col-lg-10 .mega-submenu li a {
  padding: 10px 25px !important;
  margin: 0;
  font-size: 15px !important;
  display: block;
  color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mega-menu .col-lg-10 .mega-submenu li a:hover {
  background-color: #e66254;
  color: #fff !important;
}

.mega-menu .col-lg-10 .menu > li:hover .mega-submenu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mobile-menu-bar {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
}

.mobile-menu-bar .menu-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.mobile-menu-bar.blue-bg {
  background-color: #6258c8;
}

.mobile-menu-bar.blue-bg .menu-bar .bar {
  background-color: #fff;
}

.mobile-menu-area {
  max-width: 350px;
  width: 90%;
  position: fixed;
  top: 0;
  left: -400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0390f3), color-stop(60%, #6159c8));
  background-image: linear-gradient(#0390f3, #6159c8 60%);
  height: 100%;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu-area .mobile-menu {
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
  padding-top: 70px;
}

.mobile-menu-area .mobile-menu .close-bar {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  right: 20px;
  top: 20px;
  background: #fff;
  border-radius: 50%;
}

.mobile-menu-area .mobile-menu .close-bar span {
  position: absolute;
  left: 26%;
  top: 50%;
  margin-top: -1px;
  width: 50%;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mobile-menu-area .mobile-menu .close-bar span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-area .mobile-menu .close-bar span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-area .mobile-menu .m-menu {
  margin: 0;
  padding: 30px 0;
  list-style: none;
}

.mobile-menu-area .mobile-menu .m-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  position: relative;
  color: #fff;
}

.mobile-menu-area .mobile-menu .m-menu li a .arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 30px;
  color: #3d3d3d;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-weight: 200;
}

.mobile-menu-area .mobile-menu .m-menu li a .arrow i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.mobile-menu-area .mobile-menu .m-menu li .mobile-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

.mobile-menu-area .mobile-menu .m-menu li .mobile-submenu li a {
  font-size: 14px;
  color: #fff;
}

.mobile-menu-area .mobile-menu .m-menu li.open > a .arrow i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu-area .mobile-menu .m-menu li.open .mobile-submenu {
  display: block;
}

.mobile-menu-area .mobile-menu .m-menu li.m-active > a {
  color: #443c90;
}

.mobile-menu-area .mobile-menu .m-menu li.m-active > a .arrow {
  color: #443c90;
}

.open-mobile-menu {
  position: relative;
  overflow: hidden;
}

.open-mobile-menu .menu-bar {
  opacity: 0.1;
}

.open-mobile-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 61, 61, 0.9);
  z-index: 9;
}

.open-mobile-menu .mobile-menu-area {
  left: 0;
}

.side-menu-area {
  max-width: 350px;
  width: 90%;
  position: fixed;
  top: 0;
  right: -400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0390f3), color-stop(60%, #6159c8));
  background-image: linear-gradient(#0390f3, #6159c8 60%);
  height: 100%;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-menu-area .side-menu {
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
  padding-top: 60px;
}

.side-menu-area .side-menu .close-bar {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  left: 30px;
  top: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.side-menu-area .side-menu .close-bar span {
  position: absolute;
  left: 26%;
  top: 50%;
  margin-top: -1px;
  width: 50%;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.side-menu-area .side-menu .close-bar span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu-area .side-menu .close-bar span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.side-menu-area .side-menu .logo {
  display: block;
  text-align: center;
}

.side-menu-area .side-menu .m-menu {
  margin: 0;
  padding: 30px 0;
  list-style: none;
}

.side-menu-area .side-menu .m-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  position: relative;
  color: #fff;
}

.side-menu-area .side-menu .m-menu li a .arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 30px;
  color: #3d3d3d;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-weight: 200;
}

.side-menu-area .side-menu .m-menu li a .arrow i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.side-menu-area .side-menu .m-menu li .side-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

.side-menu-area .side-menu .m-menu li .side-submenu li a {
  font-size: 14px;
  color: #fff;
}

.side-menu-area .side-menu .m-menu li.open > a .arrow i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.side-menu-area .side-menu .m-menu li.open .side-submenu {
  display: block;
}

.side-menu-area .side-menu .m-menu li.m-active > a {
  color: #443c90;
}

.side-menu-area .side-menu .m-menu li.m-active > a .arrow {
  color: #443c90;
}

.open-side-menu {
  position: relative;
  overflow: hidden;
}

.open-side-menu .menu-bar {
  opacity: 0.1;
}

.open-side-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 61, 61, 0.9);
  z-index: 9;
}

.open-side-menu .side-menu-area {
  right: 0;
}

.header .container {
  padding-left: 0;
  padding-right: 0;
}

.header.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 30px 0;
}

.header.transparent-header .menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 20px;
  padding: 20px 0;
  display: block;
}

.header.transparent-header .menu-action li {
  color: #fff;
}

.header .fixed-menu .menu-action li.menu-bar-option {
  background-color: #6258c8;
}

.header .fixed-menu .menu-action li.menu-bar-option .menu-bar .bar {
  background-color: #fff;
}

.header .fixed-menu .menu-action li.search-option {
  color: #000;
}

.header .primary-menu.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

.header .primary-menu.fixed-menu .white-logo {
  display: none;
}

.header .primary-menu.fixed-menu .black-logo {
  display: block !important;
}

.header .primary-menu.fixed-menu .menu li a {
  color: #000;
}

.header .primary-menu.fixed-menu .menu-action li .white-btn {
  background-color: #e66254;
  color: #fff;
}

.header .primary-menu.fixed-menu .mobile-menu-bar {
  background-color: #6258c8;
}

.header .primary-menu.fixed-menu .mobile-menu-bar .menu-bar .bar {
  background-color: #fff;
}

.header.header-2 {
  padding: 0;
}

.header.header-2 .header-top {
  background-color: rgba(144, 144, 144, 0.3);
}

.header.header-2 .header-top .social-media-list {
  margin-right: 30px;
}

.header.header-2 .header-menu-area {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}

.header.header-2 .primary-menu.fixed-menu {
  background-color: white;
}

.header.header-3 {
  padding: 0;
}

.header.header-3 .header-top {
  background-color: transparent;
}

.header.header-3 .header-menu-area {
  padding: 30px 30px;
}

@media (min-width: 992px) {
  .header.header-3 .header-menu-area {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px 30px;
  }
}

.header.header-3 .primary-menu.fixed-menu {
  background-color: white;
  padding: 25px 0;
}

@media (min-width: 992px) {
  .header.header-3 .primary-menu.fixed-menu {
    padding: 0 0;
  }
}

.header.header-6 .header-menu-area {
  background-color: #6258c8;
  padding: 25px 0;
}

@media (min-width: 992px) {
  .header.header-6 .header-menu-area {
    padding: 0;
  }
}

.header.header-6 .header-menu-area .menu > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 20px;
  padding: 20px 0;
  display: block;
}

.header.header-6 .header-menu-area .menu-action .menu-bar-option {
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}

.header.header-6 .header-menu-area .menu-action .menu-bar-option .menu-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.header.header-6 .header-menu-area .menu-action .menu-bar-option.blue-bg {
  background-color: #6258c8;
}

.header.header-6 .header-menu-area .menu-action .menu-bar-option.blue-bg .menu-bar .bar {
  background-color: #fff;
}

.header.header-6 .primary-menu.fixed-menu {
  background-color: white;
}

.header.header-6 .primary-menu.fixed-menu .menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 20px;
  padding: 20px 0;
  display: block;
}

.header.header-6 .primary-menu.fixed-menu .menu-action .menu-bar-option {
  background-color: #4c6ab7;
}

.header.header-6 .primary-menu.fixed-menu .menu-action .menu-bar-option .menu-bar .bar {
  background-color: #fff;
}

.header.header-7 .header-menu-area {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .header.header-7 .header-menu-area {
    padding: 0 0;
  }
}

.header.header-7 .header-menu-area .menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 20px;
  padding: 20px 0;
  display: block;
}

.header.header-7 .header-menu-area .menu-action li.search-option {
  color: #000;
}

.header.header-7 .header-menu-area .menu-action .menu-bar-option {
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}

.header.header-7 .header-menu-area .menu-action .menu-bar-option .menu-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.header.header-7 .header-menu-area .menu-action .menu-bar-option.blue-bg {
  background-color: #6258c8;
}

.header.header-7 .header-menu-area .menu-action .menu-bar-option.blue-bg .menu-bar .bar {
  background-color: #fff;
}

.header.header-7 .primary-menu.fixed-menu {
  background-color: white;
}

.header.header-8 {
  padding: 0;
}

.header.header-8 .primary-menu {
  padding: 15px 0;
}

.header.header-8 .primary-menu.fixed-menu {
  background-color: white;
  padding: 15px 0;
}

.header.header-9 {
  padding: 0;
}

.header.header-9 .header-top {
  background-color: transparent;
}

.header.header-9 .primary-menu {
  padding: 25px 0;
}

@media (min-width: 992px) {
  .header.header-9 .primary-menu {
    padding: 0 0;
  }
}

.header.header-9 .primary-menu.fixed-menu {
  background-color: white;
}

.header.header-10 {
  padding: 0;
}

.header.header-10 .header-top {
  background-color: transparent;
}

.header.header-10 .header-menu-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.header-10 .primary-menu {
  padding: 25px 0;
}

@media (min-width: 992px) {
  .header.header-10 .primary-menu {
    padding: 0 0;
  }
}

.header.header-10 .primary-menu.fixed-menu {
  background-color: white;
}

.header.header-11 {
  padding: 0;
}

.header.header-11 .header-menu-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.header-11 .primary-menu {
  padding: 25px 0;
}

@media (min-width: 992px) {
  .header.header-11 .primary-menu {
    padding: 0 0;
  }
}

.header.header-11 .primary-menu.fixed-menu {
  background-color: white;
}

.header.header-12 {
  padding: 0;
}

.header.header-12 .header-top {
  background-color: transparent;
}

.header.header-12 .header-menu-area {
  background-color: #f7f7fc;
}

.header.header-12 .primary-menu {
  padding: 15px 0;
}

.header.header-12 .primary-menu.fixed-menu {
  background-color: white;
  padding: 15px 0;
}

.header.header-13 {
  padding: 0;
}

.header.header-13 .header-menu-area {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .header.header-13 .header-menu-area {
    padding: 0;
  }
}

.header.header-13 .primary-menu.fixed-menu {
  background-color: white;
  padding: 15px 0;
}

.header.header-14 {
  padding: 0;
}

.header.header-14 .header-menu-area {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .header.header-14 .header-menu-area {
    padding: 0;
  }
}

.header.header-14 .primary-menu.fixed-menu {
  background-color: white;
  padding: 15px 0;
}

.header.header-15 .header-menu-area {
  background-color: transparent;
}

.header.header-15 .primary-menu.fixed-menu {
  background-color: white;
  padding: 15px 0;
}

.header.header-16 {
  padding: 0;
}

.header.header-16 .header-menu-area {
  background-color: rgba(0, 0, 0, 0.1);
}

.header.header-16 .primary-menu {
  padding: 25px 0;
}

@media (min-width: 992px) {
  .header.header-16 .primary-menu {
    padding: 0 0;
  }
}

.header.header-16 .primary-menu.fixed-menu {
  background-color: white;
}

.header-top {
  background-color: rgba(144, 144, 144, 0.3);
  padding: 10px 0;
}

.header-top .social-media-list {
  margin-right: 15px;
}

.header-top.style2 {
  background-color: #000;
}

.header-top.style3 {
  background-color: #efeef9;
}

.header-top.style3 .site-info li {
  color: #222222;
  font-weight: 300;
  font-size: 16px;
}

.header-top.style3 .social-media-list li a {
  color: #222222;
}

.header-top.style3 .search-form input {
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  color: #222222;
}

.header-top.style3 .search-form input::-webkit-input-placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style3 .search-form input:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style3 .search-form input::-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style3 .search-form input::placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style3 .search-form i {
  color: #222;
}

.header-top.style4 {
  background-color: #fff;
}

.header-top.style4 .site-info li {
  color: #222222;
  font-weight: 300;
  font-size: 16px;
}

.header-top.style4 .social-media-list li a {
  color: #222222;
}

.header-top.style4 .search-form input {
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  color: #222222;
}

.header-top.style4 .search-form input::-webkit-input-placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style4 .search-form input:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style4 .search-form input::-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style4 .search-form input::placeholder {
  color: #222;
  font-size: 14px;
}

.header-top.style4 .search-form i {
  color: #222;
}

.header-top.style5 {
  background-color: transparent;
}

.menu-action {
  margin-bottom: 0;
  padding-left: 20px;
}

.menu-action li {
  color: #3d3d3d;
  margin-right: 30px;
  font-weight: 300;
}

.menu-action li:last-child {
  margin-right: 0;
}

.menu-action li.search-option {
  cursor: pointer;
}

.menu-action .menu-bar-option {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}

.menu-action .menu-bar-option .menu-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.menu-action .menu-bar-option.blue-bg {
  background-color: #6258c8;
}

.menu-action .menu-bar-option.blue-bg .menu-bar .bar {
  background-color: #fff;
}

a.logo img {
  max-width: 160px;
}

.footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
}

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

.footer .footer-top .footer-widget .logo {
  display: block;
}

.footer .footer-top .footer-widget p {
  line-height: 2;
}

.footer .footer-top ul li {
  line-height: 2;
}

.footer.style2 {
  background-image: url(../images/homepage2/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: cover;
  position: relative;
}

.footer.style2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.97);
}

.footer.style2 .subscribe-form input {
  padding: 13px 35px;
  width: calc(100% - 90px);
}

.footer.style2 .subscribe-form input.submit {
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fe5e66;
}

.footer.style2 .subscribe-form .angle-sign {
  right: 40px;
  border-color: #fff;
  border-width: 2px;
}

.footer.style3 {
  background-image: none;
  position: relative;
  background-color: #4c6ab7;
}

@media (min-width: 992px) {
  .footer.style3 {
    background-color: transparent;
    margin-top: 100px;
  }
}

.footer.style3:after {
  content: '';
  position: absolute;
  left: 0;
  top: -75%;
  width: 100%;
  height: 175%;
  background-image: url(../images/footer-bg.png);
  background-position: cover;
  background-size: center center;
  display: none;
}

@media (min-width: 992px) {
  .footer.style3:after {
    display: block;
  }
}

.footer.style4 {
  background-image: url(../images/homepage2/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: cover;
  position: relative;
}

.footer.style4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 93, 201, 0.97);
}

.footer.style4 .subscribe-form input {
  padding: 13px 35px;
  width: calc(100% - 90px);
}

.footer.style4 .subscribe-form input.submit {
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fe5e66;
}

.footer.style4 .subscribe-form .angle-sign {
  right: 40px;
  border-color: #fff;
  border-width: 2px;
}

.footer.style5 {
  background-image: none;
  position: relative;
  background-color: #4c6ab7;
}

@media (min-width: 992px) {
  .footer.style5 {
    background-color: transparent;
  }
}

.footer.style5 .bg-image img {
  position: absolute;
  left: 0;
  top: -150px;
  overflow: hidden;
  width: 100%;
  height: 150%;
  display: none;
}

@media (min-width: 992px) {
  .footer.style5 .bg-image img {
    display: block;
  }
}

.footer.style5 .subscribe-form input {
  padding: 13px 35px;
  width: calc(100% - 90px);
}

.footer.style5 .subscribe-form input.submit {
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fe5e66;
}

.footer.style5 .subscribe-form .angle-sign {
  right: 40px;
  border-color: #fff;
  border-width: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px 15px;
  display: block;
}

.footer-service-list li {
  padding-bottom: 5px;
}

.footer-service-list li .angle-sign {
  width: 12px;
  height: 12px;
  border-color: #fff;
  display: inline-block;
  margin-right: 10px;
  border-width: 2px;
}

.footer-service-list li a {
  color: #fff;
}

.banner {
  position: relative;
}

@media (min-width: 992px) {
  .banner {
    height: 950px;
  }
}

.banner .banner-image img {
  max-width: unset;
  width: 130%;
}

@media (min-width: 1500px) {
  .banner .banner-image img {
    width: auto;
  }
}

.banner.curve-bg:after {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.banner.curve-bg:before {
  -webkit-transform: translateX(-50%) translateY(10px) rotate(2deg);
          transform: translateX(-50%) translateY(10px) rotate(2deg);
}

.banner.banner2 {
  padding-top: 100px;
  background-image: url(../images/banner/bg1.png);
  background-size: cover;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .banner.banner2 {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .banner.banner2 {
    height: 900px;
    padding-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .banner.banner2 {
    height: 1125px;
  }
}

.banner.banner2 .banner-image {
  width: 400px;
}

.banner.banner2 .banner-image img {
  width: 100%;
}

@media (min-width: 992px) {
  .banner.banner2 .banner-image {
    width: 400px;
  }
}

@media (min-width: 1500px) {
  .banner.banner2 .banner-image {
    width: 600px;
  }
  .banner.banner2 .banner-image img {
    -webkit-transform: translateX(100px) translateY(50px);
    transform: translateX(100px) translateY(50px);
  }
}

.banner.banner2 .banner-content-area h3 {
  line-height: 50px;
}

.banner.banner2 .banner-content-area p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.banner.banner2 .banner-content-area .button-group a {
  border-radius: 5px;
  margin: 7px;
}

.banner.banner3 {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2568), to(#20afdc));
  background-image: linear-gradient(#0e2568, #20afdc);
}

@media (min-width: 768px) {
  .banner.banner3 {
    background-image: none;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .banner.banner3 {
    height: 850px;
    padding-top: 250px;
    padding-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .banner.banner3 {
    height: 1080px;
  }
}

.banner.banner3 .svg-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 150%;
  height: 100%;
  display: none;
  -webkit-transform: translateX(-50%) translateY(0px) rotate(0deg);
  transform: translateX(-50%) translateY(0px) rotate(0deg);
}

@media (min-width: 768px) {
  .banner.banner3 .svg-bg {
    display: block;
  }
}

.banner.banner3 .svg-bg svg {
  width: 100%;
  stroke: none;
  height: 100%;
}

.banner.banner3 .svg-bg.one {
  opacity: 0.1;
  -webkit-transform: translateX(-50%) translateY(20px) rotate(0deg);
  transform: translateX(-50%) translateY(20px) rotate(0deg);
}

.banner.banner3 .svg-bg.two {
  opacity: 0.6;
  -webkit-transform: translateX(-50%) translateY(10px) rotate(0deg);
  transform: translateX(-50%) translateY(10px) rotate(0deg);
}

.banner.banner3 .custom-btn {
  background-color: #fe5e66;
}

.banner.banner4 {
  background-image: url(../images/banner/banner4-bg.png);
  background-size: cover;
  height: auto;
  padding-top: 150px;
  padding-bottom: 200px;
}

@media (min-width: 992px) {
  .banner.banner4 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.banner.banner4 .banner-image img {
  -webkit-transform: translateX(50px) translateY(-50px);
  transform: translateX(50px) translateY(-50px);
}

.banner.banner5 {
  background-image: url(../images/banner/banner5-bg.png);
  background-size: cover;
  background-position: center;
  height: 800px;
  padding-top: 200px;
}

.banner.banner5 .banner-image img {
  width: 115%;
}

@media (min-width: 1500px) {
  .banner.banner5 .banner-image img {
    width: 115%;
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
}

.banner.banner6 {
  height: 600px;
  position: relative;
}

@media (min-width: 1500px) {
  .banner.banner6 {
    height: 800px;
  }
}

.banner.banner6 > .banner-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  text-align: right;
}

.banner.banner6 > .banner-bg img {
  width: 60%;
}

@media (min-width: 1500px) {
  .banner.banner6 > .banner-bg img {
    width: 100%;
  }
}

.banner.banner6 .banner-image img {
  width: 115%;
}

@media (min-width: 1500px) {
  .banner.banner6 .banner-image img {
    width: 115%;
  }
}

.banner.banner7 {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .banner.banner7 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.banner.banner7 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner7 .banner-image img {
    width: 130%;
  }
}

.banner.banner8 {
  height: auto;
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 205, 239, 0)), to(#d0cdef));
  background-image: linear-gradient(rgba(208, 205, 239, 0), #d0cdef);
}

@media (min-width: 992px) {
  .banner.banner8 {
    padding-top: 150px;
  }
}

.banner.banner9 {
  height: auto;
}

.banner.banner10 {
  background-image: url(../images/banner/banner10-bg.png);
  background-size: cover;
  background-position: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .banner.banner10 {
    padding-top: 200px;
    padding-bottom: 350px;
  }
}

.banner.banner10 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner10 .banner-image img {
    width: 110%;
  }
}

.banner.banner11 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0390f3), to(#6159c8));
  background-image: linear-gradient(#0390f3, #6159c8);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .banner.banner11 {
    padding-top: 220px;
  }
}

.banner.banner12 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0390f3), to(#6159c8));
  background-image: linear-gradient(#0390f3, #6159c8);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .banner.banner12 {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}

.banner.banner12 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner12 .banner-image img {
    width: 110%;
  }
}

.banner.banner13 {
  overflow: hidden;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner.banner13 .right-side-bg-pattarn {
  position: absolute;
  right: -100px;
  top: -100px;
}

@media (min-width: 992px) {
  .banner.banner13 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.banner.banner13 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner13 .banner-image img {
    width: 110%;
  }
}

.banner.banner14 {
  height: auto;
  background-color: #efeef9;
  padding-top: 100px;
}

.banner.banner15 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#615dca), to(#40c7e6));
  background-image: linear-gradient(to right, #615dca, #40c7e6);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .banner.banner15 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.banner.banner15 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner15 .banner-image img {
    width: 110%;
  }
}

.banner.banner16 {
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#615dca), to(#40c7e6));
  background-image: linear-gradient(to right, #615dca, #40c7e6);
}

@media (min-width: 992px) {
  .banner.banner16 {
    padding-top: 250px;
    padding-bottom: 100px;
  }
}

.banner.banner16 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner16 .banner-image img {
    width: 130%;
  }
}

.banner.banner17 {
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#140e59), to(#1e0aba));
  background-image: linear-gradient(to right, #140e59, #1e0aba);
}

@media (min-width: 992px) {
  .banner.banner17 {
    padding-top: 250px;
  }
}

.banner.banner17 .banner-image img {
  width: 115%;
}

@media (min-width: 1500px) {
  .banner.banner17 .banner-image img {
    width: 115%;
  }
}

.banner.banner18 {
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6258c8), to(#40c9e6));
  background-image: linear-gradient(to top, #6258c8, #40c9e6);
}

@media (min-width: 992px) {
  .banner.banner18 {
    padding-top: 250px;
    padding-bottom: 100px;
  }
}

.banner.banner18 .banner-image img {
  width: 110%;
}

@media (min-width: 1500px) {
  .banner.banner18 .banner-image img {
    width: 110%;
  }
}

.domain-search-area {
  padding: 20px;
}

@media (min-width: 992px) {
  .domain-search-area {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0;
  }
}

.domain-search {
  background-color: #fff;
  padding: 20px 0px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .domain-search {
    padding: 20px 30px;
  }
}

@media (min-width: 992px) {
  .domain-search {
    padding: 30px 70px;
    border-radius: 20px;
  }
}

.domain-search-form {
  padding: 11px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .domain-search-form {
    border: 1px solid #4c6ab7;
  }
}

@media (min-width: 992px) {
  .domain-search-form {
    margin-bottom: 40px;
  }
}

.domain-search-form input, .domain-search-form select {
  border: none;
  background-color: transparent;
  outline: none;
}

.domain-search-form select {
  width: 90px;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../images/down-arrow.png);
  background-size: .6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  border: 1px solid #4c6ab7;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .domain-search-form select {
    border: none;
    padding: 10px 0px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.domain-search-form input {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #4c6ab7;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .domain-search-form input {
    border: none;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .domain-search-form input {
    width: 430px;
  }
}

.domain-search-form .submit-search {
  max-width: auto;
  width: auto;
  background-color: #4c6ab7;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
}

.domain-extension-list li {
  margin: 0 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.domain-extension-list li span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}

.custom-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  border-radius: 5px;
}

.custom-btn i {
  font-size: 14px;
}

.custom-btn.btn-border-radius {
  border-radius: 30px;
}

.custom-btn.btn-border {
  border: 2px solid #fff;
  color: #fff;
}

.custom-btn.btn-border2 {
  border: 2px solid #10407c;
  color: #10407c;
}

.custom-btn.btn-border2:hover {
  background-color: #10407c;
  color: #fff;
}

.custom-btn.btn-bg-white {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}

.custom-btn.btn-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
  padding: 10px 40px;
}

.custom-btn.btn-solid {
  background-color: #4c6ab7;
  border-color: #4c6ab7;
  color: #fff;
}

.custom-btn.btn-solid i {
  font-size: 12px;
  margin-left: 10px;
}

.custom-btn.btn-naked {
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  border: none;
}

.custom-btn.btn-naked i, .custom-btn.btn-naked span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-btn.btn-naked:hover {
  color: #443c90;
  background-color: transparent;
}

.custom-btn.btn-naked:hover span, .custom-btn.btn-naked:hover i {
  margin-left: 10px;
}

.btn-gradient {
  font-size: 20px;
  display: inline-block;
  padding: 10px 40px;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.btn-gradient.btn-border-radius {
  border-radius: 30px;
}

.btn-gradient:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to left, #3e358c, #9e61b9);
  color: #fff;
}

.white-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  color: #fff;
}

.white-btn i {
  font-size: 16px;
}

.white-btn.large-btn {
  font-size: 18px;
  padding: 20px 30px;
}

.white-btn.large-btn i {
  font-size: 30px;
}

.white-btn.sm-btn {
  font-size: 16px;
  padding: 8px 20px;
}

.white-btn.btn-border1 {
  border: 1px solid #fff;
}

.white-btn.btn-border2 {
  border: 2px solid #fff;
}

.white-btn.btn-radius0 {
  border-radius: 0;
}

.white-btn.btn-radius1 {
  border-radius: 1px;
}

.white-btn.btn-radius2 {
  border-radius: 2px;
}

.white-btn.btn-radius3 {
  border-radius: 3px;
}

.white-btn.btn-radius4 {
  border-radius: 4px;
}

.white-btn.btn-radius5 {
  border-radius: 5px;
}

.white-btn.btn-radius10 {
  border-radius: 10px;
}

.white-btn.btn-radius30 {
  border-radius: 30px;
}

.white-btn.btn-radius40 {
  border-radius: 40px;
}

.white-btn:hover {
  background-color: #fff;
  color: #3d3d3d;
}

.white-btn.btn-solid {
  background-color: #fff;
  color: #3d3d3d;
  border-color: #fff;
}

.white-btn.btn-solid:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.white-btn.hover-red:hover {
  border-color: #e66254;
  background-color: #e66254;
  color: #fff;
}

.white-btn.hover-green:hover {
  border-color: #58c85b;
  background-color: #58c85b;
  color: #fff;
}

.white-btn.hover-blue:hover {
  border-color: #4c6ab7;
  background-color: #4c6ab7;
  color: #fff;
}

.white-btn.hover-sky-blue:hover {
  border-color: #5264ef;
  background-color: #5264ef;
  color: #fff;
}

.white-btn.hover-title-color:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
}

.white-btn.hover-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3d3d3d;
}

.red-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  color: #e66254;
}

.red-btn i {
  font-size: 16px;
}

.red-btn.large-btn {
  font-size: 18px;
  padding: 20px 30px;
}

.red-btn.large-btn i {
  font-size: 30px;
}

.red-btn.sm-btn {
  font-size: 16px;
  padding: 8px 20px;
}

.red-btn.btn-border1 {
  border: 1px solid #e66254;
}

.red-btn.btn-border2 {
  border: 2px solid #e66254;
}

.red-btn.btn-radius0 {
  border-radius: 0;
}

.red-btn.btn-radius1 {
  border-radius: 1px;
}

.red-btn.btn-radius2 {
  border-radius: 2px;
}

.red-btn.btn-radius3 {
  border-radius: 3px;
}

.red-btn.btn-radius4 {
  border-radius: 4px;
}

.red-btn.btn-radius5 {
  border-radius: 5px;
}

.red-btn.btn-radius10 {
  border-radius: 10px;
}

.red-btn.btn-radius30 {
  border-radius: 30px;
}

.red-btn.btn-radius40 {
  border-radius: 40px;
}

.red-btn:hover {
  background-color: #e66254;
  color: #fff;
}

.red-btn.btn-solid {
  background-color: #e66254;
  color: #fff;
  border-color: #e66254;
}

.red-btn.btn-solid:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.red-btn.hover-red:hover {
  border-color: #e66254;
  background-color: #e66254;
  color: #fff;
}

.red-btn.hover-green:hover {
  border-color: #58c85b;
  background-color: #58c85b;
  color: #fff;
}

.red-btn.hover-blue:hover {
  border-color: #4c6ab7;
  background-color: #4c6ab7;
  color: #fff;
}

.red-btn.hover-sky-blue:hover {
  border-color: #5264ef;
  background-color: #5264ef;
  color: #fff;
}

.red-btn.hover-title-color:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
}

.red-btn.hover-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3d3d3d;
}

.blue-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  color: #4c6ab7;
}

.blue-btn i {
  font-size: 16px;
}

.blue-btn.large-btn {
  font-size: 18px;
  padding: 20px 30px;
}

.blue-btn.large-btn i {
  font-size: 30px;
}

.blue-btn.sm-btn {
  font-size: 16px;
  padding: 8px 20px;
}

.blue-btn.btn-border1 {
  border: 1px solid #4c6ab7;
}

.blue-btn.btn-border2 {
  border: 2px solid #4c6ab7;
}

.blue-btn.btn-radius0 {
  border-radius: 0;
}

.blue-btn.btn-radius1 {
  border-radius: 1px;
}

.blue-btn.btn-radius2 {
  border-radius: 2px;
}

.blue-btn.btn-radius3 {
  border-radius: 3px;
}

.blue-btn.btn-radius4 {
  border-radius: 4px;
}

.blue-btn.btn-radius5 {
  border-radius: 5px;
}

.blue-btn.btn-radius10 {
  border-radius: 10px;
}

.blue-btn.btn-radius30 {
  border-radius: 30px;
}

.blue-btn.btn-radius40 {
  border-radius: 40px;
}

.blue-btn:hover {
  background-color: #4c6ab7;
  color: #fff;
}

.blue-btn.btn-solid {
  background-color: #4c6ab7;
  color: #fff;
  border-color: #4c6ab7;
}

.blue-btn.btn-solid:hover {
  background-color: transparent;
  border-color: #4c6ab7;
  color: #4c6ab7;
}

.blue-btn.hover-red:hover {
  border-color: #e66254;
  background-color: #e66254;
  color: #fff;
}

.blue-btn.hover-green:hover {
  border-color: #58c85b;
  background-color: #58c85b;
  color: #fff;
}

.blue-btn.hover-blue:hover {
  border-color: #4c6ab7;
  background-color: #4c6ab7;
  color: #fff;
}

.blue-btn.hover-sky-blue:hover {
  border-color: #5264ef;
  background-color: #5264ef;
  color: #fff;
}

.blue-btn.hover-title-color:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
}

.blue-btn.hover-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3d3d3d;
}

.green-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  color: #58c85b;
}

.green-btn i {
  font-size: 16px;
}

.green-btn.large-btn {
  font-size: 18px;
  padding: 20px 30px;
}

.green-btn.large-btn i {
  font-size: 30px;
}

.green-btn.sm-btn {
  font-size: 16px;
  padding: 8px 20px;
}

.green-btn.btn-border1 {
  border: 1px solid #58c85b;
}

.green-btn.btn-border2 {
  border: 2px solid #58c85b;
}

.green-btn.btn-radius0 {
  border-radius: 0;
}

.green-btn.btn-radius1 {
  border-radius: 1px;
}

.green-btn.btn-radius2 {
  border-radius: 2px;
}

.green-btn.btn-radius3 {
  border-radius: 3px;
}

.green-btn.btn-radius4 {
  border-radius: 4px;
}

.green-btn.btn-radius5 {
  border-radius: 5px;
}

.green-btn.btn-radius10 {
  border-radius: 10px;
}

.green-btn.btn-radius30 {
  border-radius: 30px;
}

.green-btn.btn-radius40 {
  border-radius: 40px;
}

.green-btn:hover {
  background-color: #58c85b;
  color: #fff;
}

.green-btn.btn-solid {
  background-color: #58c85b;
  color: #fff !important;
  border-color: #58c85b;
}

.green-btn.btn-solid:hover {
  background-color: transparent;
  border-color: #58c85b;
  color: #58c85b;
}

.green-btn.hover-red:hover {
  border-color: #e66254;
  background-color: #e66254;
  color: #fff;
}

.green-btn.hover-green:hover {
  border-color: #58c85b;
  background-color: #58c85b;
  color: #fff;
}

.green-btn.hover-blue:hover {
  border-color: #4c6ab7;
  background-color: #4c6ab7;
  color: #fff;
}

.green-btn.hover-sky-blue:hover {
  border-color: #5264ef;
  background-color: #5264ef;
  color: #fff;
}

.green-btn.hover-title-color:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
}

.green-btn.hover-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3d3d3d;
}

.sky-blue-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  color: #5264ef;
}

.sky-blue-btn i {
  font-size: 16px;
}

.sky-blue-btn.large-btn {
  font-size: 18px;
  padding: 20px 30px;
}

.sky-blue-btn.large-btn i {
  font-size: 30px;
}

.sky-blue-btn.sm-btn {
  font-size: 16px;
  padding: 8px 20px;
}

.sky-blue-btn.btn-border1 {
  border: 1px solid #5264ef;
}

.sky-blue-btn.btn-border2 {
  border: 2px solid #5264ef;
}

.sky-blue-btn.btn-radius0 {
  border-radius: 0;
}

.sky-blue-btn.btn-radius1 {
  border-radius: 1px;
}

.sky-blue-btn.btn-radius2 {
  border-radius: 2px;
}

.sky-blue-btn.btn-radius3 {
  border-radius: 3px;
}

.sky-blue-btn.btn-radius4 {
  border-radius: 4px;
}

.sky-blue-btn.btn-radius5 {
  border-radius: 5px;
}

.sky-blue-btn.btn-radius10 {
  border-radius: 10px;
}

.sky-blue-btn.btn-radius30 {
  border-radius: 30px;
}

.sky-blue-btn.btn-radius40 {
  border-radius: 40px;
}

.sky-blue-btn:hover {
  background-color: #5264ef;
  color: #fff;
}

.sky-blue-btn.btn-solid {
  background-color: #5264ef;
  color: #fff;
  border-color: #5264ef;
}

.sky-blue-btn.btn-solid:hover {
  background-color: transparent;
  border-color: #5264ef;
  color: #5264ef;
}

.sky-blue-btn.hover-red:hover {
  border-color: #e66254;
  background-color: #e66254;
  color: #fff;
}

.sky-blue-btn.hover-green:hover {
  border-color: #58c85b;
  background-color: #58c85b;
  color: #fff;
}

.sky-blue-btn.hover-blue:hover {
  border-color: #4c6ab7;
  background-color: #4c6ab7;
  color: #fff;
}

.sky-blue-btn.hover-sky-blue:hover {
  border-color: #5264ef;
  background-color: #5264ef;
  color: #fff;
}

.sky-blue-btn.hover-title-color:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
}

.sky-blue-btn.hover-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3d3d3d;
}

.black-btn {
  font-size: 20px;
  display: inline-block;
  padding: 8px 35px;
  font-weight: 500;
  color: #3d3d3d;
}

.black-btn i {
  font-size: 16px;
}

.black-btn.large-btn {
  font-size: 18px;
  padding: 20px 30px;
}

.black-btn.large-btn i {
  font-size: 30px;
}

.black-btn.sm-btn {
  font-size: 16px;
  padding: 8px 20px;
}

.black-btn.btn-border1 {
  border: 1px solid #000;
}

.black-btn.btn-border2 {
  border: 2px solid #000;
}

.black-btn.btn-radius0 {
  border-radius: 0;
}

.black-btn.btn-radius1 {
  border-radius: 1px;
}

.black-btn.btn-radius2 {
  border-radius: 2px;
}

.black-btn.btn-radius3 {
  border-radius: 3px;
}

.black-btn.btn-radius4 {
  border-radius: 4px;
}

.black-btn.btn-radius5 {
  border-radius: 5px;
}

.black-btn.btn-radius10 {
  border-radius: 10px;
}

.black-btn.btn-radius30 {
  border-radius: 30px;
}

.black-btn.btn-radius40 {
  border-radius: 40px;
}

.black-btn:hover {
  background-color: #000;
  color: #fff;
}

.black-btn.btn-solid {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.black-btn.btn-solid:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.black-btn.hover-red:hover {
  border-color: #e66254;
  background-color: #e66254;
  color: #fff;
}

.black-btn.hover-green:hover {
  border-color: #58c85b;
  background-color: #58c85b;
  color: #fff;
}

.black-btn.hover-blue:hover {
  border-color: #4c6ab7;
  background-color: #4c6ab7;
  color: #fff;
}

.black-btn.hover-sky-blue:hover {
  border-color: #5264ef;
  background-color: #5264ef;
  color: #fff;
}

.black-btn.hover-title-color:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
}

.black-btn.hover-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3d3d3d;
}

.position-relative {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .container-small {
    max-width: 1000px;
  }
}

.box-shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
}

.bg-ash-color {
  background-color: #edf0f8 !important;
}

.bg-ash-color2 {
  background-color: #efeef9;
}

.container-small {
  max-width: 1050px;
}

.overlay-bg {
  position: relative;
}

.overlay-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 60, 144, 0.9);
}

.social-media-list {
  position: relative;
  z-index: 2;
}

.social-media-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 5px;
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-media-list li a.facebook {
  color: #38539b;
}

.social-media-list li a.facebook:hover {
  background-color: #38539b;
  color: #fff;
}

.social-media-list li a.twitter {
  color: #4ea6ea;
}

.social-media-list li a.twitter:hover {
  background-color: #4ea6ea;
  color: #fff;
}

.social-media-list li a.google {
  color: #dd3c2a;
}

.social-media-list li a.google:hover {
  background-color: #dd3c2a;
  color: #fff;
}

.social-media-list li a.pinterest {
  color: #e71a21;
}

.social-media-list li a.pinterest:hover {
  background-color: #e71a21;
  color: #fff;
}

.social-media-list.style2 li a {
  background-color: transparent;
  border-radius: 0px;
  font-size: 18px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-media-list.style2 li a.facebook:hover {
  background-color: transparent;
  color: #38539b;
}

.social-media-list.style2 li a.twitter:hover {
  background-color: transparent;
  color: #4ea6ea;
}

.social-media-list.style2 li a.google:hover {
  background-color: transparent;
  color: #dd3c2a;
}

.social-media-list.style2 li a.pinterest:hover {
  background-color: transparent;
  color: #e71a21;
}

@media (min-width: 992px) {
  .left-100 {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media (min-width: 992px) {
  .right-100 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@media (min-width: 992px) {
  .left-50 {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@media (min-width: 992px) {
  .right-50 {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  width: 100%;
  padding: 13px 35px;
  border: none;
}

.subscribe-form .angle-sign {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.angle-sign {
  width: 15px;
  height: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: transparent;
  border-left: none;
  border-top: none;
  outline: none;
}

.angle-sign:focus {
  outline: none;
}

.search-form {
  width: 150px;
  position: relative;
}

.search-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  outline: none;
  padding: 5px 30px 5px 10px;
  color: #fff;
  background-color: transparent;
  font-weight: 300;
}

.search-form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.search-form input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.search-form input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.search-form input::placeholder {
  color: #fff;
  font-size: 14px;
}

.search-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
}

.search-form button:focus {
  outline: none;
}

.site-info li {
  margin-right: 50px;
  font-weight: 300;
}

.site-info li:last-child {
  margin-right: 0;
}

.site-info li a {
  color: #fff;
}

.site-info li .signup {
  border: 1px solid #fff;
  padding: 7px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.curve-bg {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.curve-bg:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 98%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  z-index: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.curve-bg:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 98%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
  -webkit-transform: translateX(-50%) translateY(10px) rotate(0deg);
          transform: translateX(-50%) translateY(10px) rotate(0deg);
  opacity: 0.3;
  z-index: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.menu-action li a.signup {
  font-size: 18px;
  color: #5d54a9;
  border-radius: 5px;
}

.bg-ash-color {
  background-color: #edf0f8;
}

.angle-circle-icon {
  width: 26px;
  height: 26px;
  border: 1px solid #4c6ab7;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.angle-right {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 13px;
}

.angle-right:after {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-top: 2px solid #4c6ab7;
  border-right: 2px solid #4c6ab7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.world-map-section {
  background-color: #4c6ab7;
  padding-top: 60px;
  overflow-x: auto;
}

.map-container {
  width: 1335px;
  margin: auto;
  position: relative;
}

.map-container img {
  width: 100%;
}

.map-container .country-item {
  position: absolute;
  left: 30%;
  top: 40%;
  cursor: pointer;
}

.map-container .country-item .country-info {
  position: absolute;
  left: 50%;
  bottom: 50px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  width: 260px;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map-container .country-item .country-info .name {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

.map-container .country-item .country-info p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.map-container .country-item .country-info:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.map-container .country-item:hover .country-info {
  display: block;
}

.map-container .country-item.america {
  left: 13%;
  top: 20%;
}

.map-container .country-item.india {
  left: 65%;
  top: 38%;
}

.map-container .country-item.japan {
  left: 81%;
  top: 23%;
}

.map-container .country-item.china {
  left: 70%;
  top: 30%;
}

.map-container .country-item.europe {
  left: 45%;
  top: 20%;
}

.shadow-styled-icon {
  width: 85px;
  height: 85px;
  display: inline-block;
  text-align: center;
  line-height: 85px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: #fe5e66;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.shadow-styled-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fe5e66;
  opacity: 0.6;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shadow-styled-icon.red {
  background-color: #fe5e66;
}

.shadow-styled-icon.red:after {
  background-color: #fe5e66;
}

.shadow-styled-icon.green {
  background-color: #58c85b;
}

.shadow-styled-icon.green:after {
  background-color: #58c85b;
}

.shadow-styled-icon.blue {
  background-color: #10407c;
}

.shadow-styled-icon.blue:after {
  background-color: #10407c;
}

.downarrow-styled-icon {
  width: 80px;
  height: 65px;
  background-color: #6258c8;
  position: relative;
  text-align: center;
  line-height: 65px;
  color: #fff;
}

.downarrow-styled-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #6258c8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.downarrow-styled-icon.blue {
  background-color: #6258c8;
}

.downarrow-styled-icon.blue:after {
  border-top: 20px solid #6258c8;
}

.downarrow-styled-icon.red {
  background-color: #fe5e66;
}

.downarrow-styled-icon.red:after {
  border-top: 20px solid #fe5e66;
}

.downarrow-styled-icon.green {
  background-color: #58c85b;
}

.downarrow-styled-icon.green:after {
  border-top: 20px solid #58c85b;
}

.skew-style {
  width: 150px;
  height: 75px;
  text-align: center;
  line-height: 92px;
  position: relative;
  display: inline-block;
}

.skew-style:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6258c8;
  border-radius: 48%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: -1;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.skew-style img, .skew-style i {
  font-size: 32px;
  color: #fff;
}

.skew-style.blue:after {
  background-color: #6258c8;
}

.skew-style.red:after {
  background-color: #fe5e66;
}

.skew-style.green:after {
  background-color: #58c85b;
}

.skew-style-border {
  width: 150px;
  height: 75px;
  text-align: center;
  line-height: 92px;
  position: relative;
  display: inline-block;
}

.skew-style-border:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #6258c8;
  border-radius: 48%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.skew-style-border img, .skew-style-border i {
  font-size: 32px;
  color: #6258c8;
}

.skew-style-border.blue i {
  color: #6258c8;
}

.skew-style-border.blue:after {
  border: 1px solid #6258c8;
}

.skew-style-border.red i {
  color: #fe5e66;
}

.skew-style-border.red:after {
  border: 1px solid #fe5e66;
}

.skew-style-border.green i {
  color: #58c85b;
}

.skew-style-border.green:after {
  border: 1px solid #58c85b;
}

.solid-style {
  width: 80px;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #6258c8;
  display: inline-block;
}

.solid-style.blue {
  background-color: #6258c8;
}

.solid-style.red {
  background-color: #fe5e66;
}

.solid-style.green {
  background-color: #58c85b;
}

.shadow-styled-icon2 {
  width: 50px;
  height: 50px;
  background-color: #12f3f6;
  position: relative;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.shadow-styled-icon2.blue {
  background-color: #6258c8;
}

.shadow-styled-icon2.red {
  background-color: #fe5e66;
}

.shadow-styled-icon2.green {
  background-color: #58c85b;
}

.shadow-styled-icon3 {
  width: 85px;
  height: 85px;
  display: inline-block;
  text-align: center;
  line-height: 85px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: #fe5e66;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.shadow-styled-icon3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fe5e66;
  opacity: 0.6;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shadow-styled-icon3.red {
  background-color: #fe5e66;
}

.shadow-styled-icon3.red:after {
  background-color: #fe5e66;
}

.shadow-styled-icon3.green {
  background-color: #58c85b;
}

.shadow-styled-icon3.green:after {
  background-color: #58c85b;
}

.shadow-styled-icon3.blue {
  background-color: #10407c;
}

.shadow-styled-icon3.blue:after {
  background-color: #10407c;
}

.svg-bg-style-icon {
  width: 85px;
  height: 85px;
  position: relative;
  text-align: center;
  line-height: 89px;
}

.svg-bg-style-icon svg {
  width: 100%;
  height: 100%;
  fill: #4c6ab7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.svg-bg-style-icon svg path {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(230, 98, 84, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(230, 98, 84, 0.1);
}

.svg-bg-style-icon i {
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.svg-bg-style-icon.red svg {
  fill: #e66254;
}

.svg-bg-style-icon.green svg {
  fill: #58c85b;
}

.svg-bg-style-icon.blue svg {
  fill: #4c6ab7;
}

.svg-bg-style-icon.style2 {
  line-height: 100px;
}

.svg-bg-style-icon.style2 svg {
  fill: none;
  stroke-width: 1px;
  stroke: #4c6ab7;
}

.svg-bg-style-icon.style2 i {
  font-size: 30px;
  color: #4c6ab7;
  position: relative;
  z-index: 2;
}

.svg-bg-style-icon.style2.red svg {
  fill: none;
  stroke-width: 1px;
  stroke: #e66254;
}

.svg-bg-style-icon.style2.red i {
  color: #e66254;
}

.svg-bg-style-icon.style2.green svg {
  fill: none;
  stroke-width: 1px;
  stroke: #58c85b;
}

.svg-bg-style-icon.style2.green i {
  color: #58c85b;
}

.svg-bg-style-icon.style2.blue svg {
  fill: none;
  stroke-width: 1px;
  stroke: #4c6ab7;
}

.svg-bg-style-icon.style2.blue i {
  color: #4c6ab7;
}

.svg-bg-style-icon.style3 {
  line-height: 100px;
  position: relative;
  display: inline-block;
}

.svg-bg-style-icon.style3 svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.svg-bg-style-icon.style3 .clone-svg {
  opacity: 0.5;
}

.svg-bg-style-icon.style3 .main-svg {
  opacity: 1;
}

.svg-bg-style-icon.style3 i {
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.svg-bg-style-icon.style3:hover .clone-svg {
  top: 4px;
}

.svg-bg-style-icon.style3:hover .main-svg {
  top: -4px;
}

.menu-bar {
  width: 16px;
  display: block;
}

.menu-bar .bar {
  width: 16px;
  height: 2px;
  background-color: #000;
  margin-bottom: 2px;
  display: block;
  float: right;
}

.menu-bar .bar:nth-child(odd) {
  width: 11px;
}

.circle-solid-bg {
  position: relative;
}

.circle-solid-bg img {
  position: relative;
  z-index: 2;
}

.circle-solid-bg:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  -webkit-transform: translateY(-45%) translateX(-45%);
  transform: translateY(-45%) translateX(-45%);
  border-radius: 50%;
  background-color: #e1dff4;
}

@media (min-width: 768px) {
  .circle-solid-bg:after {
    width: 430px;
    height: 430px;
  }
}

.circle-solid-bg:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 250px;
  -webkit-transform: translateY(-45%) translateX(-45%);
  transform: translateY(-45%) translateX(-45%);
  border-radius: 50%;
  background-color: #ebeaf8;
}

@media (min-width: 768px) {
  .circle-solid-bg:before {
    width: 550px;
    height: 550px;
  }
}

.bg-gradient-color1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0390f3), to(#6159c8));
  background-image: linear-gradient(#0390f3, #6159c8);
}

.bg-blue {
  background-color: #4c6ab7;
}

.bg-red {
  background-color: #e66254;
}

.bg-green {
  background-color: #58c85b;
}

.bg-sky-blue {
  background-color: #5264ef;
}

.section-header ul li {
  line-height: 2.5;
}

.search-option {
  padding: 0 10px;
  color: #898989;
  margin-right: 10px;
  cursor: pointer;
}

.search-area {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: rgba(0, 0, 0, 0.9);
}

.search-area .close-search {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  height: 50px;
}

.search-area .close-search span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.search-area .close-search span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-area .close-search span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-area .search-form {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-area .search-form input {
  width: 100%;
  padding: 10px 60px;
  text-align: center;
  font-size: 60px;
  border-bottom: 3px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  background-color: transparent;
}

.search-area .search-form input::-webkit-input-placeholder {
  font-size: 60px;
  color: #fff;
}

.search-area .search-form input:-ms-input-placeholder {
  font-size: 60px;
  color: #fff;
}

.search-area .search-form input::-ms-input-placeholder {
  font-size: 60px;
  color: #fff;
}

.search-area .search-form input::placeholder {
  font-size: 60px;
  color: #fff;
}

.search-open .search-area {
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

.btn-group {
  display: block;
}

@media (min-width: 576px) {
  .btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.applanding-item {
  padding: 30px;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#6a2ff7), to(#4ab2e5));
  background-image: linear-gradient(to top right, #6a2ff7, #4ab2e5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

.applanding-item h5 {
  color: #fff;
}

.applanding-item.gradient-bg2 {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#473f91), to(#a46bbc));
  background-image: linear-gradient(to top right, #473f91, #a46bbc);
}

.all-device-section {
  background-color: #4c6ab7;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .all-device-section {
    padding-top: 220px;
    padding-bottom: 120px;
    background-image: url(../images/all-device/bg.png);
    background-position: 0% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}

.all-device-section.style2 {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../images/all-device/bg2.jpg);
}

.all-device-section.style2 .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.all-device-section.style2 .section-header {
  padding-top: 80px;
  padding-bottom: 80px;
}

.business-feature-item {
  text-align: left;
  overflow: hidden;
}

.business-feature-item .bficon {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}

.business-feature-item .bficon i {
  color: #fe5e66;
  font-size: 42px;
}

.business-feature-item .bficon.style2 {
  background-color: #918ad8;
  border-radius: 3px;
  text-align: center;
}

.business-feature-item .bficon.style2 i {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}

.business-feature-item .bficon.style2.blue {
  background-color: #918ad8;
}

.business-feature-item .bficon.style2.red {
  background-color: #f18281;
}

.business-feature-item .bficon.style3 {
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #918ad8;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.business-feature-item .bficon.style3 i {
  font-size: 30px;
  color: #fff;
  line-height: 66px;
}

.business-feature-item .bficon.style3.blue {
  background-color: #918ad8;
}

.business-feature-item .bficon.style3.red {
  background-color: #f18281;
}

.business-feature-item .fbcontent {
  display: table;
}

.business-feature-item .fbcontent h6 {
  font-size: 20px;
  font-weight: 500;
}

.business-feature-item .fbcontent p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.offer-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4daee0), to(#5e559a));
  background-image: linear-gradient(to right, #4daee0, #5e559a);
}

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

.poricalona-section .custom-btn {
  padding: 10px 30px;
  background-color: #10407c;
}

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

.design-section .custom-btn {
  padding: 10px 30px;
  background-color: #fe5e66;
}

.cloud-storage-section {
  overflow: hidden;
}

.cloud-storage-section .bgimage {
  background-image: url(../images/cloud-bg.jpg);
}

@media (min-width: 992px) {
  .cloud-storage-section .bgimage {
    margin-bottom: 60px;
  }
}

.cloud-storage-section .overlay {
  background-color: rgba(68, 60, 144, 0.95);
}

@media (min-width: 992px) {
  .cloud-storage-section .section-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.cloud-storage-section .section-header .custom-btn {
  padding: 10px 30px;
  background-color: #fe5e66;
}

.cloud-storage-section .app-image {
  position: relative;
}

@media (min-width: 992px) {
  .cloud-storage-section .app-image img {
    position: absolute;
    left: 0;
    top: 100px;
    max-width: unset;
  }
}

.client-section {
  padding-top: 60px;
  padding-bottom: 30px;
}

.client-section .section-header h4 {
  font-weight: 500;
  font-size: 24px;
}

.client-section.bg-ash-color {
  background-color: #cdc9ed;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .client-section.bg-ash-color {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.client-container {
  overflow: hidden;
  text-align: center;
}

.client-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pardon-item {
  width: 100%;
  height: 238px;
  position: relative;
}

.pardon-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 88, 199, 0.3)), to(#6258c7));
  background-image: linear-gradient(rgba(98, 88, 199, 0.3), #6258c7);
}

.pardon-item.large {
  height: 476px;
  background-image: url(../images/pardon/01.jpg);
}

.pardon-item.second {
  background-image: url(../images/pardon/02.jpg);
}

.pardon-item.third {
  background-image: url(../images/pardon/03.jpg);
}

.pardon-item .pardon-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  z-index: 2;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pardon-item .pardon-content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pardon-item .pardon-content h6 a {
  color: inherit;
  font-weight: 400;
}

.pardon-item.large .pardon-content {
  top: 60%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.pardon-item:hover:after {
  background-image: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 76, 54, 0.8)), to(rgba(229, 76, 54, 0.8)));
  background-image: linear-gradient(rgba(229, 76, 54, 0.8), rgba(229, 76, 54, 0.8));
}

.design-item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 100px 50px;
  background-color: #fff;
}

.design-item .design-content {
  padding-right: 30px;
}

.design-item .design-content .custom-btn {
  font-size: 18px;
  padding: 12px 32px;
  background-color: #6258c8;
}

.design-item .design-content .custom-btn:hover {
  background-color: #fe5e66;
}

.case-study-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.case-study-item {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.case-study-item .case-study-thumb {
  position: relative;
}

.case-study-item .case-study-thumb img {
  width: 100%;
}

.case-study-item .case-study-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 88, 200, 0)), to(#6258c8));
  background-image: linear-gradient(rgba(98, 88, 200, 0), #6258c8);
}

.case-study-item .case-study-content {
  padding: 20px 25px;
}

@media (min-width: 992px) {
  .support-section .col-lg-3:nth-child(even) {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.support-item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.support-item .support-thumb img {
  width: 100%;
}

.support-item .support-content {
  background-color: #6258c8;
  text-align: center;
  padding: 20px;
}

.support-item .support-content .support-help-text {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 4px;
}

.support-item .support-content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.photo-wrapper {
  max-width: 570px;
  width: 100%;
  margin: auto;
}

.photo-wrapper .photo-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.photo-wrapper .photo-container .swiper-pagination {
  bottom: 10px;
  z-index: 2;
}

.photo-wrapper .photo-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #6258c8;
  background-color: transparent;
  opacity: 1;
}

.photo-wrapper .photo-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6258c8;
}

.integration-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.integration-item {
  min-width: 250px;
  padding: 30px;
  margin-bottom: 30px;
}

.integration-item .client-logo {
  text-align: center;
}

.client-service-item .icon-image {
  width: 80px;
}

.client-service-item .content {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.client-service-image {
  width: 210px;
  height: 210px;
  margin: auto;
  position: relative;
}

@media (min-width: 768px) {
  .client-service-image {
    width: 510px;
    height: 510px;
    margin: auto;
  }
}

.client-service-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.client-service-image:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 305px;
  height: 305px;
  background-color: #e9e7f5;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 768px) {
  .client-service-image:after {
    width: 505px;
    height: 505px;
  }
}

.digital-market-section, .client-service-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.easy-solution-item {
  background-color: #12f3f6;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
}

.easy-solution-item i {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.easy-solution-item h5 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.easy-solution-item p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.easy-solution-item.blue {
  background-color: #6258c8;
}

.easy-solution-item.green {
  background-color: #58c85b;
}

.easy-solution-item.red {
  background-color: #fe5e66;
}

.easy-solution-item:hover i {
  color: #222;
}

.easy-solution-item:hover h5 {
  color: #222;
}

.easy-solution-item:hover p {
  color: #222;
}

.call-action {
  background-image: url(../images/call-action-bg.jpg);
}

.call-action .overlay {
  background-color: rgba(98, 88, 200, 0.9);
  padding-top: 100px;
  padding-bottom: 100px;
}

.call-action .custom-btn {
  padding: 10px 40px;
  background-color: #fff;
  color: #222;
  font-size: 14px;
}

.video-image {
  max-width: 900px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.video-image .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  text-align: cener;
  line-height: 66px;
}

.video-image .play-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;
  height: 140%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.help-client-wrapper {
  position: relative;
}

.help-client-wrapper .help-client-container-next-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  cursor: pointer;
}

.help-client-wrapper .help-client-container-next-btn i {
  font-size: 36px;
}

.help-client-wrapper .help-client-container-prev-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  cursor: pointer;
}

.help-client-wrapper .help-client-container-prev-btn i {
  font-size: 36px;
}

.help-client-container {
  max-width: 550px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.help-client-container .circle-box {
  position: absolute;
  left: 60px;
  top: 40px;
}

.circle-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #d3d0ef;
  position: absolute;
}

.circle-box:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #d3d0ef;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .circle-box {
    width: 400px;
    height: 400px;
  }
}

.feature-container {
  overflow: hidden;
  padding: 30px 10px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #4c6ab7;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4c6ab7;
}

.swiper-pagination.blue .swiper-pagination-bullet {
  border: 1px solid #4c6ab7;
}

.swiper-pagination.blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4c6ab7;
}

.swiper-pagination.red .swiper-pagination-bullet {
  border: 1px solid #e66254;
}

.swiper-pagination.red .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e66254;
}

.swiper-pagination.green .swiper-pagination-bullet {
  border: 1px solid #58c85b;
}

.swiper-pagination.green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #58c85b;
}

.analytics-item {
  padding: 30px;
  margin-bottom: 30px;
}

.analytics-item.style2 {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.analytics-item.style2:hover {
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
}

.analytics-item.style2:hover .svg-bg-style-icon.style3 .clone-svg {
  top: 4px;
}

.analytics-item.style2:hover .svg-bg-style-icon.style3 .main-svg {
  top: -4px;
}

.single-image-container {
  max-width: 760px;
  width: 100%;
  margin: auto;
}

.developer-navtab li {
  padding: 10px 20px;
}

.developer-navtab li a {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
}

.developer-navtab li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 2px;
  background-color: #4c6ab7;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.developer-navtab li a.active:after, .developer-navtab li a:hover:after {
  opacity: 1;
  bottom: -7px;
}

.working-process-item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  padding: 58px 0;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 992px) {
  .working-process-item {
    margin-bottom: 0;
  }
}

.working-process-item i {
  font-size: 36px;
  color: #fff;
}

.working-process-item .link-shape1 {
  position: absolute;
  left: 70%;
  top: -35px;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .working-process-item .link-shape1 {
    display: block;
  }
}

.working-process-item .link-shape2 {
  position: absolute;
  left: 75%;
  bottom: -36px;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .working-process-item .link-shape2 {
    display: block;
  }
}

.related-post {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.comments-item {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 50px;
  border-radius: 5px;
}

.comments-item:nth-child(odd) {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .comments-item:nth-child(odd) {
    margin-left: 70px;
  }
}

.comments-item .comment-author {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-item .comment-content {
  width: calc(100% - 80px);
  padding-left: 30px;
  position: relative;
}

.comments-item .comment-content .post-ago {
  position: absolute;
  right: 30px;
  top: 20px;
  display: none;
}

@media (min-width: 768px) {
  .comments-item .comment-content .post-ago {
    display: block;
  }
}

.comments-item .comment-content .name {
  font-size: 22px;
}

.comments-item .comment-content .time {
  font-size: 14px;
  margin-bottom: 20px;
}

.app-work-item {
  padding: 30px 0;
}

.app-work-item:last-child {
  padding-bottom: 0;
}

.app-work-icon {
  width: 70px;
  height: 70px;
  border: 2px dotted #443c90;
  float: left;
  color: #443c90;
  line-height: 75px;
  text-align: center;
  font-size: 36px;
}

.app-work-content {
  width: calc(100% - 70px);
  padding-left: 20px;
  display: table;
}

.app-work-item:hover .app-work-icon {
  border: none;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#473f91), to(#a46bbc));
  background-image: linear-gradient(to top right, #473f91, #a46bbc);
  color: #fff;
}

.animate-image {
  -webkit-animation: move1 infinite;
          animation: move1 infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.animate-image2 {
  -webkit-animation: move infinite;
          animation: move infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes move1 {
  0%, 100% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

@keyframes move1 {
  0%, 100% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

@-webkit-keyframes move {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: 100px;
    left: 100px;
  }
}

@keyframes move {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: 100px;
    left: 100px;
  }
}

.screenshot-container {
  overflow: hidden;
  padding: 10px;
}

.screenshot {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.screenshot img {
  width: 100%;
}

.our-apps-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
  position: relative;
}

.our-apps-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/our-apps/bg-pattern.png);
  background-position: center center;
}

.pricing-item {
  padding-bottom: 40px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.pricing-item .pricing-head {
  padding: 30px;
  text-align: center;
}

.pricing-item .pricing-head .pricing-category {
  display: inline-block;
  background-color: #fff;
  padding: 4px 30px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.pricing-item .pricing-head .price {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.pricing-item .pricing-head .price .per-time {
  font-size: 24px;
  font-weight: 400;
}

.pricing-item .pricing-head.curve-bg:after, .pricing-item .pricing-head.curve-bg:before {
  height: 95%;
  width: 115%;
}

.pricing-item .pricing-body {
  padding: 30px 20px;
}

.pricing-item .pricing-body .pricing-feature-list li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
}

.pricing-item .custom-btn {
  font-weight: 400;
}

.pricing-section.style2 .curve-bg:after, .pricing-section.style2 .curve-bg:before {
  height: 95%;
  width: 115%;
  background-image: none;
  background-color: #4c6ab7;
  opacity: 1 !important;
  z-index: 0;
}

.pricing-section.style2 .curve-bg .pricing-category, .pricing-section.style2 .curve-bg .price {
  position: relative;
  z-index: 1;
}

.pricing-section.style2 .pricing-body {
  padding-left: 80px;
}

.pricing-section.style2 .pricing-body ul li {
  padding: 5px 0;
}

.pricing-section.style2 .pricing-body ul li .angle-circle-icon {
  margin-right: 10px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.pricing-section.style2 .pricing-body ul li .angle-circle-icon .angle-right {
  top: 4px;
  left: 5px;
  position: absolute;
}

.pricing-item.style3 .pricing-head {
  background-image: url(../images/pricing-bg.png);
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 70px;
  position: relative;
  text-align: left;
}

.pricing-item.style3 .pricing-head .price {
  font-size: 80px;
  padding-left: 20px;
}

.pricing-item.style3 .pricing-head .price .per-time {
  margin-left: -15px;
}

.pricing-item.style3 .pricing-head .pricing-category {
  position: absolute;
  left: 50px;
  bottom: 0;
  border-radius: 0;
  border: 1px solid #6258c8;
  padding: 3px 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.pricing-item.style3 .pricing-body {
  text-align: left;
  padding-left: 50px;
}

.pricing-item.style3 .pricing-footer {
  padding-left: 50px;
}

.pricing-item.style3 .pricing-footer .custom-btn {
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #6258c8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.pricing-item.style3 .pricing-footer .custom-btn:hover {
  background-color: #6258c8;
  color: #fff;
}

.pricing-item {
  overflow: hidden;
}

.pricing-item.style4 {
  background-color: #fff;
}

.pricing-item.style4 .price-head {
  position: relative;
}

.pricing-item.style4 .price-head .price {
  font-size: 36px;
  text-align: center;
  padding-top: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.pricing-item.style4 .price-head:after {
  content: '';
  width: 104%;
  height: 300px;
  background-color: #fe5e66;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -190px;
  -webkit-transform: translateX(50%);
  transform: translateX(-50%);
}

.pricing-item.style4 .price-body {
  text-align: center;
  padding: 55px 30px 0px 30px;
}

.pricing-item.style4 .price-body h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.pricing-item.style4 .price-body p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.pricing-item.style4 .price-body .custom-btn {
  font-size: 18px;
  font-weight: 300;
  background-color: #fe5e66;
  color: #fff;
}

.pricing-item.style4 .price-body .custom-btn i {
  font-size: 12px;
  margin-left: 10px;
}

.pricing-item.red .price-head:after {
  background-color: #fe5e66 !important;
}

.pricing-item.red .custom-btn {
  background-color: #fe5e66 !important;
}

.pricing-item.green .price-head:after {
  background-color: #58c85b !important;
}

.pricing-item.green .custom-btn {
  background-color: #58c85b !important;
}

.pricing-item.blue .price-head:after {
  background-color: #6258c8 !important;
}

.pricing-item.blue .custom-btn {
  background-color: #6258c8 !important;
}

.pricing-item.style5 {
  border: 1px solid rgba(76, 106, 183, 0.2);
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-item.style5 .pricing-head {
  border-bottom: 1px solid rgba(76, 106, 183, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-item.style5 .pricing-head .pricing-category {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}

.pricing-item.style5 .pricing-body .price {
  font-size: 36px;
  font-weight: 500;
  color: #4c6ab7;
  margin-bottom: 10px;
}

.pricing-item.style5 .pricing-body .price .per-time {
  font-size: 24px;
  margin-left: -7px;
}

.pricing-item.style5:hover {
  -webkit-box-shadow: 0 0 40px 0 rgba(76, 106, 183, 0.2);
          box-shadow: 0 0 40px 0 rgba(76, 106, 183, 0.2);
}

.pricing-item.style5:hover .pricing-head {
  background-color: #4c6ab7;
}

.pricing-item.style5:hover .pricing-head .pricing-category {
  color: #fff;
  background-color: transparent;
}

.pricing-item.style6 {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.pricing-item.style6 .pricing-head {
  position: relative;
  padding: 20px;
}

.pricing-item.style6 .pricing-head .price-bg-circle {
  width: 145px;
  height: 145px;
  border-radius: 55% 47% / 44% 57%;
  background-color: #4c6ab7;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -45%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-item.style6 .pricing-head .pricing-category {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
}

.pricing-item.style6 .pricing-body {
  text-align: center;
  padding: 15px 20px;
}

.pricing-item.style6 .pricing-body .price {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.pricing-item.style6:hover {
  background-color: #e66254;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(230, 98, 84, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(230, 98, 84, 0.1);
}

.pricing-item.style6:hover .price {
  color: #fff;
}

.pricing-item.style6:hover .pricing-head .price-bg-circle {
  background-color: #fff;
}

.pricing-item.style6:hover .pricing-head .pricing-category {
  color: #e66254;
}

.pricing-item.style6:hover .pricing-body .pricing-feature-list li {
  color: #fff;
}

.pricing-item.style6:hover .pricing-body .pricing-feature-list li i {
  color: #fff;
}

.pricing-item.style7 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.pricing-item.style7 .pricing-head .category {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3d3d3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-item.style7 .pricing-head .price {
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-item.style7 .pricing-body {
  padding: 10px 20px;
  text-align: left;
}

.pricing-item.style7:hover {
  background-color: #4c6ab7;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pricing-item.style7:hover .pricing-head {
  border-bottom: 1px solid #fff;
}

.pricing-item.style7:hover .pricing-head .category {
  color: #fff;
}

.pricing-item.style7:hover .pricing-head .price {
  color: #fff;
}

.pricing-item.style7:hover .pricing-body ul li {
  color: #fff;
}

.pricing-item.style7:hover .pricing-body ul li i {
  color: #fff;
}

.pricing-navtab {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 40px;
}

.pricing-navtab a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4c6ab7;
  padding: 15px 40px;
  display: inline-block;
}

.pricing-navtab a.active {
  background-color: #4c6ab7;
  border-radius: 40px;
  color: #fff;
}

.pricing-section.style8 .curve-bg:after, .pricing-section.style8 .curve-bg:before {
  height: 90%;
  width: 115%;
  background-image: none;
  background-color: #4c6ab7;
  opacity: 1 !important;
}

.pricing-section.style8 .pricing-head {
  padding: 25px;
}

.pricing-section.style8 .pricing-head .pricing-category {
  background-color: transparent;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0;
}

.pricing-section.style8 .pricing-head.curve-bg.red:after, .pricing-section.style8 .pricing-head.curve-bg.red:before {
  background-color: #e66254;
}

.pricing-section.style8 .pricing-head.curve-bg.blue:after, .pricing-section.style8 .pricing-head.curve-bg.blue:before {
  background-color: #4c6ab7;
}

.pricing-section.style8 .pricing-head.curve-bg.green:after, .pricing-section.style8 .pricing-head.curve-bg.green:before {
  background-color: #58c85b;
}

.pricing-section.style8 .pricing-body {
  text-align: center;
  padding-top: 20px;
}

.pricing-section.style8 .pricing-body .price {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-section.style8 .pricing-body .price .per-time {
  font-size: 20px;
  margin-left: -5px;
}

.pricing-section.style8 .pricing-body ul li {
  padding: 5px 0;
}

.pricing-section.style8 .pricing-body ul li .angle-circle-icon {
  margin-right: 10px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.pricing-section.style8 .pricing-body ul li .angle-circle-icon .angle-right {
  top: 4px;
  left: 5px;
  position: absolute;
}

.container-small {
  max-width: 940px;
}

.testimonial-container {
  overflow: hidden;
  padding: 10px;
  position: relative;
  padding-bottom: 50px;
}

.testimonial-container .swiper-pagination {
  bottom: 0;
}

.testimonial-container .testimonial-body {
  padding: 35px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-container .swiper-slide-active .testimonial-body {
  background-color: #fff;
}

.testi-author-area {
  position: relative;
}

.testi-author-area .qoute-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  font-size: 45px;
  opacity: 0.3;
}

.testi-author-area .thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  float: left;
}

.testi-author-area .tthumb-content {
  display: table;
  padding-top: 7px;
}

.testi-author-area .tthumb-content .name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
}

.testi-author-area .tthumb-content .designation {
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section.style2 {
  background-color: #fff;
}

.testimonial-section.style2 .testimonial-container {
  padding-top: 30px;
  padding-bottom: 120px;
}

.testimonial-section.style2 .swiper-slide-active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: relative;
}

.testimonial-section.style2 .swiper-slide-active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 90%;
  height: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-section.style2 .swiper-slide-active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80%;
  height: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-section.style2 .testi-author-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-section.style2 .testi-author-area .qoute-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  font-size: 45px;
  opacity: 0.3;
}

.testimonial-section.style2 .testi-author-area .thumb {
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  float: left;
}

.testimonial-section.style2 .testi-author-area .tthumb-content {
  display: table;
  padding-top: 7px;
}

.testimonial-section.style2 .testi-author-area .tthumb-content .name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
}

.testimonial-section.style2 .testi-author-area .tthumb-content .designation {
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section.style3 {
  background-color: #fff;
}

.testimonial-section.style3 .testimonial-container3 {
  overflow: hidden;
  padding: 30px 10px 65px 10px;
  position: relative;
}

.testimonial-section.style3 .testimonial-container3 .swiper-pagination {
  bottom: 0;
}

.testimonial-section.style3 .testimonial-container3 .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #506db9;
  background-color: transparent;
  opacity: 1;
}

.testimonial-section.style3 .testimonial-container3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background-color: #506db9;
}

.testimonial-section.style3 .testimonial-container3 .testimonial-body {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-section.style3 .testimonial-container3 .testi-author-area .qoute-icon {
  opacity: 0.2;
}

.testimonial-section.style3 .testimonial-container3 .testi-author-area .thumb {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.testimonial-section.style3 .testimonial-container3 .testi-author-area .thumb img {
  width: 100%;
}

.testimonial-section.style3 .testimonial-container3 .testi-author-area .tthumb-content .name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  margin: 0;
}

.testimonial-section.style3 .testimonial-container3 .testi-author-area .tthumb-content .designation {
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section.style4 {
  background-color: #fff;
}

.testimonial-section.style4 .testimonial-control-tab .nav {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 2;
}

.testimonial-section.style4 .testimonial-control-tab .nav a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-shadow: 0px 11px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 11px 15px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-section.style4 .testimonial-control-tab .nav a.testi-author1 {
  top: 0;
  left: 5%;
}

@media (min-width: 992px) {
  .testimonial-section.style4 .testimonial-control-tab .nav a.testi-author1 {
    left: -15%;
  }
}

.testimonial-section.style4 .testimonial-control-tab .nav a.testi-author2 {
  top: 30px;
  left: 50%;
}

.testimonial-section.style4 .testimonial-control-tab .nav a.testi-author3 {
  top: 35%;
  left: 10%;
}

.testimonial-section.style4 .testimonial-control-tab .nav a.testi-author4 {
  top: 50%;
  left: 70%;
}

.testimonial-section.style4 .testimonial-control-tab .nav a.testi-author5 {
  top: 80%;
  left: 10%;
}

@media (min-width: 992px) {
  .testimonial-section.style4 .testimonial-control-tab .nav a.testi-author5 {
    left: -30%;
  }
}

.testimonial-section.style4 .testimonial-control-tab .nav a.testi-author6 {
  top: 85%;
  left: 50%;
}

.testimonial-section.style4 .testimonial-control-tab .nav a.active:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #5264ef;
}

.testimonial-section.style4 .testimonial-content {
  background-color: #5264ef;
  border-radius: 50%;
}

.testimonial-section.style4 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 450px;
  padding: 20px;
}

@media (min-width: 992px) {
  .testimonial-section.style4 .content-body {
    padding: 70px;
  }
}

.testimonial-section.style4 .content-body .t-author {
  margin-bottom: 20px;
  display: none;
}

@media (min-width: 992px) {
  .testimonial-section.style4 .content-body .t-author {
    width: 30%;
    display: block;
  }
}

.testimonial-section.style4 .content-body .t-content {
  text-align: center;
}

@media (min-width: 992px) {
  .testimonial-section.style4 .content-body .t-content {
    text-align: left;
    width: 70%;
    padding-left: 30px;
  }
}

.testimonial-section.style4 .content-body .t-content .name {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.testimonial-section.style4 .content-body .t-content p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}

.testimonial-section.style4 .content-body .t-content .button-icon {
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .testimonial-section.style4 .content-body .t-content .button-icon {
    width: 65px;
    height: 65px;
    margin: unset;
    font-size: 36px;
    line-height: 70px;
  }
}

.testimonial-section.style5 {
  background-image: url(../images/testimonial/patarn-bg.png);
}

.testimonial-section.style5 .testimonial-control-tab .nav {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 2;
}

.testimonial-section.style5 .testimonial-control-tab .nav a {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.testi-author1 {
  top: 0;
  left: 5%;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.testi-author2 {
  top: 30px;
  left: 50%;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.testi-author3 {
  top: 40%;
  left: 20%;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.testi-author4 {
  top: 50%;
  left: 70%;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.testi-author5 {
  top: 80%;
  left: 30px;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.testi-author6 {
  top: 85%;
  left: 50%;
}

.testimonial-section.style5 .testimonial-control-tab .nav a.active {
  -webkit-box-shadow: 0px 11px 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 11px 35px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-section.style5 .testimonial-content {
  background-color: #4c6ab7;
}

@media (min-width: 992px) {
  .testimonial-section.style5 .testimonial-content {
    background-image: url(../images/testimonial/bg-shape.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 515px;
    background-color: transparent;
  }
}

.testimonial-section.style5 .content-body {
  padding: 30px;
}

@media (min-width: 992px) {
  .testimonial-section.style5 .content-body {
    padding: 70px;
    height: 450px;
  }
}

.testimonial-section.style5 .content-body .t-author {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 992px) {
  .testimonial-section.style5 .content-body .t-author {
    display: block;
  }
}

.testimonial-section.style5 .content-body .t-author img {
  margin-right: 30px;
}

.testimonial-section.style5 .content-body .t-author .name {
  color: #fff;
  display: block;
}

.testimonial-section.style5 .content-body .t-author .designation {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.testimonial-section.style5 .content-body .t-content {
  width: 100%;
  padding-left: 0px;
}

.testimonial-section.style5 .content-body .t-content .name {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.testimonial-section.style5 .content-body .t-content p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}

.testimonial-section.style5 .content-body .t-content .button-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 36px;
  line-height: 70px;
  display: block;
  text-align: center;
}

.testimonial-section.style6 {
  background-color: #fff;
}

.testimonial-section.style6 .testimonial-container {
  overflow: hidden;
  position: relative;
}

.testimonial-section.style6 .testimonial-container .swiper-pagination {
  bottom: 0;
}

.testimonial-section.style6 .testimonial-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #506db9;
  background-color: transparent;
  opacity: 1;
}

.testimonial-section.style6 .testimonial-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background-color: #506db9;
}

.testimonial-section.style6 .testimonial-container .testimonial-body {
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-section.style6 .testimonial-container .testimonial-body:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -13px;
  width: 30px;
  height: 30px;
  margin-left: -14px;
  -webkit-box-shadow: -3px -2px 3px 0px rgba(0, 0, 0, 0.06);
          box-shadow: -3px -2px 3px 0px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.testimonial-section.style6 .testimonial-container .thumb {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 30px;
}

.testimonial-section.style6 .testimonial-container .thumb img {
  width: 100%;
}

.testimonial-section.style6 .testimonial-container .tthumb-content {
  margin-bottom: 20px;
}

.testimonial-section.style6 .testimonial-container .tthumb-content .name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  margin-bottom: 5px;
}

.testimonial-section.style6 .testimonial-container .tthumb-content .designation {
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section.style6 .testimonial-container .swiper-slide {
  text-align: center;
}

.team-item {
  background-color: #f7f7f7;
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.team-item .team-thumb {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}

.team-item .team-thumb img {
  width: 100%;
}

.team-item .team-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-item .team-thumb > a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-item .team-thumb > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #9b5ab6;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-item .team-thumb .team-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.team-item .team-thumb .team-content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  z-index: 2;
}

.team-item .team-thumb .team-content .designation {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  margin-bottom: 6px;
}

.team-item .team-thumb .team-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  border-radius: 50%;
}

.team-item:hover .team-thumb a:after {
  opacity: 0.5;
}

.team-item:hover .team-thumb a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 16px 35px;
  border: 1px solid #ededed;
  margin-bottom: 30px;
}

.contact-form textarea {
  min-height: 200px;
}

.contact-form .submit {
  width: auto;
  padding: 15px 45px;
  font-weight: 400;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to right, #3e358c, #9e61b9);
  border: none;
  border-radius: 30px;
  margin-bottom: 0;
}

.contact-form .submit:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#3e358c), to(#9e61b9));
  background-image: linear-gradient(to left, #3e358c, #9e61b9);
}

.map {
  width: 100%;
  height: 500px;
  opacity: 0.6;
}

.contact-info-item .contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #dd3b40;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}

.contact-info-item .contact-icon.red {
  background-color: #dd3b40;
}

.contact-info-item .contact-icon.blue {
  background-color: #8e60c9;
}

.contact-info-item .contact-icon.green {
  background-color: #41b01e;
}

.contact-info-item .contact-icon.yellow {
  background-color: #ffa700;
}

.contact-info-item .contact-content {
  padding-left: 20px;
  width: calc(100% - 60px);
}

.contact-info-item .contact-content h4 {
  margin: 0;
}

.contact-info-item .contact-content p {
  margin: 0;
}

.application-item {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.application-item .icon {
  width: 150px;
  height: 125px;
  margin-bottom: 15px;
  margin: auto;
}

.application-item .title {
  font-size: 22px;
  margin-bottom: 25px;
}

.application-item p {
  margin-bottom: 30px;
}

.application-item .custom-btn {
  border: 1px solid #4c6ab7;
  font-size: 16px;
  font-weight: 400;
  color: #4c6ab7;
  padding: 7px 26px;
}

.application-item .custom-btn:hover {
  background-color: #4c6ab7;
  color: #fff;
}

@media (min-width: 768px) {
  .application-item {
    text-align: left;
  }
  .application-item .icon {
    margin: unset;
  }
}

.application-item.style2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f2f2f2;
}

.application-item.style2 .title {
  font-size: 24px;
}

.application-item.style2 p {
  margin-bottom: 25px;
}

.application-item.style2 .custom-btn.btn-naked {
  border: none;
  padding: 0;
  color: #000;
}

.application-item.style2 .custom-btn.btn-naked i:after, .application-item.style2 .custom-btn.btn-naked span:after {
  border-color: #000;
}

.application-item.style2 .custom-btn.btn-naked:hover {
  background-color: transparent;
  color: #443c90;
}

.application-item.style2 .custom-btn.btn-naked:hover i:after, .application-item.style2 .custom-btn.btn-naked:hover span:after {
  border-color: #443c90;
}

.application-item.style2:hover {
  -webkit-box-shadow: -15px 15px 25px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -15px 15px 25px 0 rgba(0, 0, 0, 0.06);
}

.application-item.style2:hover .shadow-styled-icon:after {
  top: 0;
}

.application-item.style3 {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
}

.application-item.style3:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.application-item.style3 .custom-btn {
  border: 1px solid #222222;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  padding: 8px 26px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.application-item.style3 .custom-btn i {
  font-size: 12px;
}

.application-item.style3 .custom-btn:hover {
  background-color: #222222;
  color: #fff;
}

.post-item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  background-color: #fff;
}

.post-item .post-thumb img {
  width: 100%;
}

.post-item .post-content {
  padding: 25px;
}

.post-item .post-content .title {
  color: #000;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}

.post-item .post-content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.post-item .post-content .custom-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 22px;
}

.post-item .post-content .comments i {
  margin-right: 6px;
  color: #fe5e66;
}

.post-item .post-content .comments.style2 {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.post-item .post-content .comments.style2 i {
  color: #000;
}

.post-item .catagory {
  border: 1px solid #e5e5e5;
  padding: 5px 14px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.meta-post li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-right: 15px;
}

.meta-post li a {
  color: inherit;
}

.meta-post li i {
  margin-right: 6px;
  color: #000;
}

.meta-post li:last-child {
  margin-right: 0;
}

.blockquote {
  background-color: #f2f2f2;
  position: relative;
  padding: 40px 40px 40px 70px;
}

.blockquote p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.blockquote i {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 50px;
  opacity: 0.2;
}

.newsletter-container {
  max-width: 930px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .newsletter-container {
    padding: 60px 120px;
  }
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  width: calc(100% - 0px);
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .newsletter-form input {
    width: calc(100% - 155px);
    margin-bottom: 0;
    padding: 24px 25px;
  }
}

.newsletter-form input.submit {
  width: 100%;
  background-color: #4c6ab7;
  border: 1px solid #4c6ab7;
  padding: 10px 5px;
  margin-left: -5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media (min-width: 768px) {
  .newsletter-form input.submit {
    width: 150px;
    padding: 20px 10px;
    font-size: 24px;
  }
}

.newsletter-form input.submit.color3 {
  background-color: #10407c;
  border: 1px solid #10407c;
}

.newsletter-section.style2 {
  background-image: url(../images/newsletter-bg.jpg);
}

.newsletter-section.style2 .overlay {
  background-color: rgba(98, 88, 200, 0.9);
  padding-top: 100px;
  padding-bottom: 70px;
}

.newsletter-section.style2 .newsletter-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px 50px;
}

.newsletter-section.style2 .newsletter-container .newsletter-form {
  position: relative;
}

.newsletter-section.style2 .newsletter-container .newsletter-form input {
  width: calc(100% - 155px);
  padding: 20px 25px;
  border: 1px solid #cccccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.newsletter-section.style2 .newsletter-container .newsletter-form input.submit {
  width: 150px;
  background-color: #e85e4a;
  border: 1px solid #e85e4a;
  padding: 20px 10px;
  margin-left: -15px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.newsletter-section.style2 .newsletter-container .newsletter-form input.submit.color3 {
  background-color: #10407c;
  border: 1px solid #10407c;
}

.newsletter-section.style3 .overlay {
  background-color: #6258c8;
  padding-top: 120px;
  padding-bottom: 120px;
}

.newsletter-section.style3 .newsletter-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px 50px;
}

.newsletter-section.style3 .newsletter-container .newsletter-form {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 576px) {
  .newsletter-section.style3 .newsletter-container .newsletter-form {
    border: 1px solid #ccc;
    border-radius: 40px;
    text-align: left;
  }
}

.newsletter-section.style3 .newsletter-container .newsletter-form input {
  width: 100%;
  padding: 16px 25px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 40px;
}

@media (min-width: 576px) {
  .newsletter-section.style3 .newsletter-container .newsletter-form input {
    border: none;
    margin-bottom: 0;
  }
}

.newsletter-section.style3 .newsletter-container .newsletter-form .submit {
  width: auto;
  border-radius: 40px;
  padding: 12px 50px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #f18281;
  border: none;
}

@media (min-width: 576px) {
  .newsletter-section.style3 .newsletter-container .newsletter-form .submit {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.feature-item {
  border: 1px solid #f2f2f2;
  padding: 25px;
  margin-bottom: 30px;
}

.feature-item:hover .shadow-styled-icon:after {
  top: 0;
}

.feature-item.style2 .feature-icon {
  margin-bottom: 30px;
}

.feature-item.style2 .title {
  font-size: 22px;
  font-weight: 700;
}

.feature-item.style2 .custom-btn {
  padding: 6px 21px;
  border-width: 1px;
  color: #000;
  font-size: 14px;
}

.feature-item.style2 .custom-btn:hover {
  color: #fff;
}

.feature-item.style2:hover {
  -webkit-box-shadow: -5px 16px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 16px 15px 0px rgba(0, 0, 0, 0.1);
}

.feature-item.style3 {
  padding: 50px 30px;
}

.feature-item.style3 .feature-icon {
  margin-bottom: 30px;
}

.feature-item.style3 .title {
  font-size: 24px;
  font-weight: 700;
}

.feature-item.style3:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.feature-item.style4 {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.feature-item.style5:hover {
  -webkit-box-shadow: -5px 16px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 16px 15px 0px rgba(0, 0, 0, 0.1);
}

.feature-item.style5:hover .shadow-styled-icon3:after {
  top: 0;
}

.counterup-section {
  background-image: url(../images/counterup/bg.png);
}

.counterup-item {
  background-color: #fff;
  padding: 20px 25px;
}

.counterup-item .item-icon {
  font-size: 48px;
  color: #fe5e66;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.counterup-item .counter-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.counterup-item p {
  color: #000;
  font-size: 18px;
}

.counterup-section.style2 {
  background-image: none;
}

.counterup-section.style2 .counterup-item {
  background-color: transparent;
  width: 160px;
  padding: 0;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .counterup-section.style2 .counterup-item {
    margin-bottom: 0;
  }
}

.counterup-section.style2 .counterup-item .counterup-item-inner {
  width: 180px;
  height: 180px;
  position: relative;
}

.counterup-section.style2 .counterup-item .counterup-item-inner canvas {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
}

.counterup-section.style2 .counterup-item .counterup-item-inner .counter-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-62%, -62%);
  transform: translate(-62%, -62%);
}

.counterup-section.style2 .counterup-item .counterup-item-inner p {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .counterup-section.style2 .col-lg-3:nth-child(odd) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
  }
  .counterup-section.style2 .col-lg-3:nth-child(odd):after {
    content: '';
    position: absolute;
    left: 51%;
    top: -42%;
    width: 170px;
    height: 100px;
    background-image: url(../images/border-shape.png);
    background-size: 100%;
  }
  .counterup-section.style2 .col-lg-3:nth-child(even) {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    position: relative;
  }
  .counterup-section.style2 .col-lg-3:nth-child(even):after {
    content: '';
    position: absolute;
    left: 56%;
    bottom: -20%;
    width: 170px;
    height: 100px;
    background-image: url(../images/border-shape.png);
    background-size: 100%;
    -webkit-transform: rotate(-134deg);
            transform: rotate(-134deg);
  }
  .counterup-section.style2 .col-lg-3:last-child:after {
    display: none !important;
  }
}

.counterup-section.style3 {
  background-color: #4c6ab7;
  background-image: none;
}

.counterup-section.style3 .counterup-item {
  background-color: transparent;
  text-align: center;
}

.counterup-section.style3 .counterup-item .item-icon {
  color: #fff;
}

.counterup-section.style3 .counterup-item p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.counterup-section.style3 .counterup-item .counter-title {
  color: #fff;
}

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

.faq-container .card {
  border: none;
  margin-bottom: 25px;
  padding: 2px;
}

.faq-container .card-header {
  border: 1px solid #f3f3f3;
  background-color: transparent;
  padding: 8px;
}

.faq-container .card-header button {
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 18px;
  position: relative;
  text-decoration: none;
}

.faq-container .card-header button:hover {
  text-decoration: none;
}

.faq-container .card-header button .plus {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.faq-container .card-header button .plus:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.faq-container .card-header button .plus:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.faq-container .card-header button.collapsed .plus:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-container .card-body {
  padding: 15px;
}

.portfolio-section {
  background-color: #edeffd;
}

.portfolio-section.style2 {
  background-color: transparent;
}

.portfolio-filters li {
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
}

.portfolio-filters li.active, .portfolio-filters li.is-checked {
  color: #e66254;
}

.element-item {
  width: 100%;
}

@media (min-width: 768px) {
  .element-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .element-item {
    width: 33.33%;
  }
}

.portfolio-item {
  margin: 15px;
}

.portfolio-item .portfolio-thumb {
  overflow: hidden;
  position: relative;
}

.portfolio-item .portfolio-thumb img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item .portfolio-thumb .portfolio-content {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  padding: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item .portfolio-thumb .portfolio-content .title a {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item .portfolio-thumb .portfolio-content .cata {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item .portfolio-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item .portfolio-thumb .link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  font-size: 36px;
  color: #fff;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-content {
  bottom: 20px;
  opacity: 1;
}

.portfolio-item:hover .portfolio-thumb:after {
  opacity: 1;
}

.portfolio-item:hover .portfolio-thumb img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.portfolio-item:hover .link {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.portfolio-item.style2 .portfolio-content {
  bottom: 50%;
  left: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-item.style2 .portfolio-content:after {
  content: '';
  position: absolute;
  left: 8%;
  top: 0;
  width: 110%;
  height: 100%;
  background-color: #e54c36;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.portfolio-item.style2:hover .portfolio-content {
  left: 0;
}

.portfolio-btn {
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #e66254;
  border-radius: 3px;
  display: inline-block;
}

.portfolio-btn:hover {
  color: #fff;
}

.service-item {
  padding: 30px;
  border: 1px solid #d3d3d3;
}

.service-item.style2 {
  border: none;
}

.service-item:hover .shadow-styled-icon3:after {
  top: 0;
}

.page-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#624191), to(#4cb3e5));
  background-image: linear-gradient(to right, #624191, #4cb3e5);
}

.page-header .page-header-content .page-title {
  font-weight: 700;
}

.page-header .page-header-content .page-desc {
  font-size: 18px;
  font-weight: 300;
}

.our-history-container {
  max-width: 945px;
  margin: auto;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 992px) {
  .our-history-container {
    padding: 0 0;
  }
  .our-history-container:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 90%;
    border-right: 2px dashed #4c6ab7;
    opacity: 0.2;
  }
  .our-history-container:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 75px;
    width: 10px;
    height: 10px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #e66254;
    -webkit-box-shadow: 0px 0px 20px 0px #e66254;
            box-shadow: 0px 0px 20px 0px #e66254;
  }
}

.out-history .our-history-item {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 992px) {
  .out-history .our-history-item {
    margin-top: -100px;
    margin-bottom: 0;
  }
  .out-history .our-history-item:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 10px solid #efeef9;
    z-index: 1;
  }
  .out-history .our-history-item:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff;
    border-top: 2px dashed #efeef9;
    top: 10px;
  }
}

.out-history:first-child .our-history-item {
  margin-top: 0;
}

@media (min-width: 992px) {
  .out-history.left .our-history-item {
    padding-right: 100px;
    text-align: right;
  }
  .out-history.left .our-history-item:after {
    right: -20px;
    top: -10px;
  }
  .out-history.left .our-history-item:before {
    right: 0;
  }
}

@media (min-width: 992px) {
  .out-history.right .our-history-item {
    padding-left: 100px;
    text-align: left;
  }
  .out-history.right .our-history-item:after {
    left: -20px;
    top: -10px;
  }
  .out-history.right .our-history-item:before {
    left: 0;
  }
}

.widget {
  margin-bottom: 30px;
}

.widget .widget-title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}

.widget .widget-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background-color: #000;
}

.widget-search-form {
  position: relative;
}

.widget-search-form input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 1px solid #e5e5e5;
}

.widget-search-form i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  color: #000;
}

.blog-tab-controller {
  border: 1px solid #dcdcdc;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-tab-controller a {
  border-right: 1px solid #dcdcdc;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
}

.blog-tab-controller a:last-child {
  border-right: none;
}

.blog-tab-controller a.active {
  background-color: #dcdcdc;
}

.small-post-item {
  padding: 15px 0;
}

.small-post-item .post-thumb {
  width: 100px;
  height: 90px;
}

.small-post-item .post-thumb img {
  width: 100%;
}

.small-post-item .post-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.catagory-list li a {
  padding: 7px 0;
  display: block;
  font-weight: 400;
}

.catagory-list li a i {
  font-weight: 400;
}

.catagory-list li:first-child a {
  padding-top: 0;
}

.instagram li a {
  display: block;
  margin: 2px;
}

.pagination li a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(76, 106, 183, 0.4);
  border-radius: 2px;
  color: #4c6ab7;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-right: 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination li a:hover {
  background-color: #4c6ab7;
  color: #fff;
  border: 1px solid #4c6ab7;
}

.pagination li:last-child a {
  margin-right: 0;
}

.pagination li:first-child {
  display: none;
}

.pagination li.active a {
  background-color: #4c6ab7;
  color: #fff;
  border: 1px solid #4c6ab7;
}
/*# sourceMappingURL=style.css.map */