/*
.........................................
        Table of Contents:

# Reseat Css
# Global CSS
# Heading CSS
# Features CSS
# Screenshot CSS
# Video CSS
# Interface Slider CSS
# Pricing CSS
# Testimonial CSS
# FAQ CSS
# Blog CSS
# Contact CSS
# Footer CSS
.........................................
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -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-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #677294;
  text-align: left;
}

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

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

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.375em;
}

h3 {
  font-size: 1.875em;
}

h4 {
  font-size: 1.5em;
}

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

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

h1, h2, h3, h4, h5, h6 {
  color: #273167;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 15px;
  margin: 0 0 1.1em;
  color: #677294;
  line-height: 1.75;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (min-width: 1500px) {
  p {
    font-size: 16px;
    line-height: 1.75;
  }
}

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, ul {
  padding-left: 20px;
}

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: #677294;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

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 {
  display: block;
  padding: 20px;
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

figure {
  margin: 0 0 1rem;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .gallery-item {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery .gallery-item a {
  display: block;
  overflow: hidden;
  overflow: hidden;
}

.gallery .gallery-item a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.gallery .gallery-item a:hover:after {
  opacity: 1;
}

.gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery .gallery-item img {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

table tr {
  border: 1px solid #f2f2f2;
}

table tr th, table tr td {
  border-right: 1px solid #f2f2f2;
  padding: 6px 10px;
}

table tr td {
  padding: 6px 10px;
}

li {
  line-height: 1.7;
}

li ul, li ol {
  margin-bottom: 5px;
}

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

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

iframe {
  max-width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  float: none;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  margin: .4em 0;
  font-size: .9em;
  font-style: italic;
}

.gallery-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.bypostauthor {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  border-color: #32373c;
}

.wp-block-button__link:not(.has-text-color), .wp-block-button__link:not(.has-text-color):active, .wp-block-button__link:not(.has-text-color):focus, .wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 2px solid transparent;
}

.entry-content .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: #ebebeb;
}

.page-link {
  margin-bottom: 16px;
}

#content {
  overflow: hidden;
}

.admin-bar .header {
  top: 30px;
}

@media (min-width: 1500px) {
  .admin-bar .axsis-main-menu-area.fixed-menu {
    top: 30px;
  }
}

@media (min-width: 768px) {
  .admin-bar .axsis-main-menu-area.fixed-menu {
    top: 30px;
  }
}

ul.wp-tag-cloud {
  margin: 0;
}

.site-title {
  color: #273167;
  margin: 0;
  font-size: 30px;
}

.site-description {
  position: absolute;
  color: #273167;
  min-width: 250px;
}

.site-logo {
  max-width: 100%;
  max-height: 100%;
}

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

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

.bg-ash-color {
  background-color: #f8fbff;
}

@media (min-width: 1500px) {
  .page-header .container {
    height: 100%;
    padding-top: 100px;
  }
}

.to-top {
  width: 35px;
  height: 35px;
  background-color: #273167;
  color: #fff;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
  position: fixed;
  bottom: -50px;
  right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  z-index: 99;
}

.to-top:hover {
  color: #fff;
}

.to-top.fixed-totop {
  bottom: 50px;
}

@media (min-width: 768px) {
  .to-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

.section-header h3 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .section-header h3 {
    font-size: 1.875em;
  }
}

#loading {
  background-color: #6f64e7;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 200px;
  margin-top: -25px;
  margin-left: -100px;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-top: 15px;
  border-radius: 50% 50% 50% 50%;
}

#first_object {
  -webkit-animation: first_object 2s infinite;
  animation: first_object 2s infinite;
}

#second_object {
  -webkit-animation: second_object 2s infinite;
  animation: second_object 2s infinite;
}

@-webkit-keyframes first_object {
  25% {
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
  50% {
    -webkit-transform: translate(180px, 0) scale(1);
    transform: translate(180px, 0) scale(1);
  }
  75% {
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
}

@keyframes first_object {
  25% {
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
  50% {
    -webkit-transform: translate(180px, 0) scale(1);
    transform: translate(180px, 0) scale(1);
  }
  75% {
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
}

@-webkit-keyframes second_object {
  25% {
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
  50% {
    -webkit-transform: translate(-180px, 0) scale(1);
    transform: translate(-180px, 0) scale(1);
  }
  75% {
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
}

@keyframes second_object {
  25% {
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
  50% {
    -webkit-transform: translate(-180px, 0) scale(1);
    transform: translate(-180px, 0) scale(1);
  }
  75% {
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
}

.errorpage {
  width: 100%;
  height: 100vh;
  padding-top: 110px;
}

@media (min-width: 576px) {
  .errorpage {
    padding-top: 70px;
  }
}

.errorpage .error-page-container {
  max-width: 1000px;
  padding: 30px;
}

.errorpage .error-page-container h1 {
  font-size: 100px;
  color: #273167;
  line-height: 1;
}

@media (min-width: 992px) {
  .errorpage .error-page-container h1 {
    font-size: 180px;
  }
}

@media (min-width: 1500px) {
  .errorpage .error-page-container h1 {
    font-size: 250px;
  }
}

.errorpage .error-page-container h3 {
  font-size: 36px;
  letter-spacing: 5px;
  color: #273167;
  line-height: 1;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .errorpage .error-page-container h3 {
    font-size: 40px;
  }
}

@media (min-width: 1500px) {
  .errorpage .error-page-container h3 {
    font-size: 64px;
  }
}

.errorpage .error-page-container p {
  font-size: 16px;
  color: #273167;
  margin-bottom: 30px;
  display: block;
}

@media (min-width: 576px) {
  .errorpage .error-page-container p {
    font-size: 20px;
  }
}

.errorpage .error-page-container .backhome {
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 3px;
  color: #fff;
  background-color: #273167;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .errorpage .error-page-container .backhome {
    font-size: 18px;
    padding: 16px 50px;
    border-radius: 5px;
  }
}

.errorpage .error-page-container .backhome:hover {
  background-color: #273167;
  color: white;
}

.author-section .author-image img {
  max-width: 100%;
}

.author-section .author-content .author-name {
  margin-bottom: 10px;
}

.author-section .author-content .designation {
  font-size: 16px;
  margin-bottom: 15px;
}

.author-section .author-content .desc {
  line-height: 2;
}

.author-section .author-content .share-list li a {
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 12px;
}

.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 15px;
}

.post-password-form input[type=submit] {
  background-color: #6f64e7;
  border-color: #6f64e7;
  color: white;
  outline: none;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.post-password-form input[type=submit]:hover {
  background-color: #273167;
  border-color: #273167;
}

.post-page-numbers {
  width: 30px;
  height: 30px;
  color: #6f64e7;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #6f64e7;
}

.post-page-numbers:hover, .post-page-numbers.current {
  background-color: #6f64e7;
  color: #fff;
}

ul.nav-menu > .menu-item-has-children > a {
  position: relative;
}

ul.nav-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 992px) {
  ul.nav-menu .menu-item-has-children > a::after {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    right: 3px;
  }
}

@media (min-width: 1200px) {
  ul.nav-menu .menu-item-has-children > a::after {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    right: 2px;
  }
}

.content-single-post-nav-item a {
  padding: 5px 7px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  display: inline-block;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .content-single-post-nav-item a {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.content-single-post-nav-item a:hover {
  background-color: #675cdc;
  border-color: #675cdc;
  color: white !important;
}

.content-single-post-nav-item a h4 {
  display: none;
}

.form-submit {
  margin-bottom: 0;
}

.response-comment-section {
  padding-bottom: 0 !important;
}

.space-content .entry-single {
  margin-bottom: 40px;
}

.space-content .entry-single:last-child {
  margin-bottom: 0;
}

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

.entry-content:last-child {
  margin-bottom: 0px;
}

.main-content {
  padding: 0px 20px;
}

.wp-block-columns blockquote {
  padding: 25px 30px 25px 35px !important;
}

@media (min-width: 768px) {
  .wp-block-columns blockquote {
    padding: 25px 30px 25px 35px !important;
  }
}

.space-content .entry-content p {
  display: block;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.wp-block-search {
  margin-bottom: 35px;
}

.wp-block-search input {
  padding: 13px 25px;
  border: 1px solid #ebebeb;
  outline: none;
}

.wp-block-search .wp-block-search__button {
  padding: 12px 25px;
  border: 1px solid #6f64e7;
  background-color: #6f64e7;
  margin-left: -2px;
  color: white;
}

.wp-block-search .wp-block-search__button:hover {
  border: 1px solid #273167;
  background-color: #273167;
}

.comment-list .comment-respond {
  margin-bottom: 40px;
}

.triangle:after {
  content: "";
  position: absolute;
  left: 48%;
  top: 50%;
  width: 1273px;
  height: 1000px;
  border-radius: 120px;
  background-color: #eef3fa;
  z-index: 0;
  -webkit-transform: skew(-15deg) rotate(38deg) translateY(-50%);
          transform: skew(-15deg) rotate(38deg) translateY(-50%);
}

.button-store .custom-btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.button-store .custom-btn i {
  font-size: 27px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-store .custom-btn p {
  font-size: 12px;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-store .custom-btn p span {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 215px;
}

ul.wrap-comments {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

ul.wrap-comments .children {
  list-style: none;
}

ul.wrap-comments .bypostauthor {
  border: none;
  max-width: 100%;
  text-align: left;
  padding: 0;
  background: none;
}

ul.wrap-comments > li:last-child .comment-content {
  margin-bottom: 0;
}

.wp-block-cover-text {
  color: white !important;
}

article.sticky .post-item {
  border: 3px solid #6f64e7;
}

article.sticky .post-item .border-effect:after {
  background-color: transparent;
}

.page-links {
  clear: both;
}

figcaption.blocks-gallery-caption {
  margin: 0px 0 16px;
}

#reply-title {
  font-size: 24px;
  font-weight: 500;
}

.wp-block-pullquote {
  padding: 0em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

article {
  margin-bottom: 35px;
}

article:last-child {
  margin-bottom: 0 !important;
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-logo img {
  width: 150px;
}

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

@media (min-width: 992px) {
  .price-section {
    margin-bottom: 0px;
  }
}

.banner-text .button-store .custom-btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.banner-text .button-store .custom-btn i {
  font-size: 27px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-text .button-store .custom-btn p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-text .button-store .custom-btn p span {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-text .button-store .custom-btn.active {
  background-color: white;
}

.banner-text .button-store .custom-btn.active i {
  color: #273167;
}

.banner-text .button-store .custom-btn.active p {
  color: #273167;
}

.banner-text .button-store .custom-btn.active span {
  color: #273167;
}

.banner-text .button-store .custom-btn:hover {
  background-color: white;
}

.banner-text .button-store .custom-btn:hover i {
  color: #273167;
}

.banner-text .button-store .custom-btn:hover p {
  color: #273167;
}

.banner-text .button-store .custom-btn:hover p span {
  color: #273167;
}

.wrap-comments {
  padding-left: 0;
  list-style: none;
}

.wrap-comments ul {
  list-style: none;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-list li a {
  padding: 7px 13px;
  background: #e1e1e1;
  color: #273167;
  margin: 2px;
  border-radius: 3px;
  font-size: 13px;
  display: block;
}

.tag-list li a:hover {
  background-color: #6f64e7;
  color: white;
}

.wrap-comments {
  overflow: hidden;
  border-radius: 3px;
}

.wrap-comments li .comment {
  margin-bottom: 15px;
  background-color: #f8f8fb;
}

.wrap-comments > li:last-child > .comment {
  margin-bottom: 0;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  outline: none;
  margin: 0;
}

.wp-block-categories-dropdown select:focus, .wp-block-categories-dropdown select:active,
.wp-block-archives-dropdown select:focus,
.wp-block-archives-dropdown select:active {
  border-color: #0056b3;
}

.wp-block-archives-list {
  padding-left: 20px;
}

.wp-block-archives-list li {
  line-height: 2.2;
}

.wp-block-archives-list a:hover {
  color: #6f64e7;
}

.wp-block-calendar {
  margin-bottom: 15px;
}

.wp-block-calendar table {
  margin-bottom: 15px;
}

.wp-block-calendar table thead tr th {
  text-align: center;
  padding: 0 !important;
  line-height: 2;
}

.wp-block-calendar table tbody tr td {
  text-align: center;
  padding: 0 !important;
  line-height: 2;
}

.wp-block-calendar table tbody tr td#today {
  background-color: #6f64e7;
  color: white;
}

.wp-block-calendar table tbody tr td a {
  color: #6f64e7;
}

.wp-block-calendar table tbody tr td:hover a {
  background-color: #6f64e7;
  color: white;
  display: block;
}

.wp-block-calendar nav.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.entry-wrapper .wp-block-latest-comments {
  padding-left: 0;
}

.entry-wrapper .wp-block-latest-comments article {
  margin-bottom: 25px;
}

.entry-wrapper .wp-block-latest-comments article a {
  font-weight: 500;
}

.entry-wrapper .wp-block-latest-comments article a:hover {
  color: #6f64e7;
}

.wp-block-latest-posts {
  padding-left: 0;
}

.wp-block-latest-posts li {
  padding: 6px 0;
}

.wp-block-latest-posts li a:hover {
  color: #6f64e7;
}

ul.wp-block-rss {
  padding-left: 20px;
  margin-bottom: 0;
}

article .entry-footer ul:first-child {
  padding-top: 0;
}

article .entry-footer ul:last-child {
  padding-top: 30px;
}

.wp-block-tag-cloud a:hover {
  color: #6f64e7;
}

.wp-block-group.has-background {
  padding: 15px;
  margin-bottom: 15px;
}

.tag-html h1 {
  font-size: 36px;
}

.tag-html h2 {
  font-size: 30px;
}

.tag-html h3 {
  font-size: 26px;
}

.tag-html h4 {
  font-size: 22px;
}

.tag-html h5 {
  font-size: 18px;
}

.tag-html h6 {
  font-size: 16px;
}

.tag-html table tr th, .tag-html table tr td {
  line-height: 1.5;
  padding: 7px 13px !important;
}

.entry-single div:empty {
  margin: 0 !important;
}

h3#reply-title small {
  padding-left: 10px;
}

.search-list .post-item {
  padding: 15px;
  overflow: hidden;
}

.search-list .post-item .post-thumb {
  width: 200px;
  float: left;
  padding-right: 20px;
  display: none;
}

.search-list .post-item .post-thumb img {
  width: 100% !important;
}

@media (min-width: 768px) {
  .search-list .post-item .post-thumb {
    display: block;
  }
}

.search-list .post-item .post-content {
  padding: 0px;
  display: table;
}

.search-list .post-item .post-content h5 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 5px !important;
}

.search-list .post-item .post-content h5 a:hover {
  color: #6f64e7;
}

.search-list .post-item .post-content p {
  margin-bottom: 5px;
  font-size: 14px;
}

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

.search .search-form h2 {
  font-size: 30px;
}

.search .search-form p {
  font-size: 14px;
  margin-bottom: 0;
}

.search .search-form .search-input {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.search .search-form .search-input input {
  width: 100%;
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
}

.search .search-form .search-input input:active, .search .search-form .search-input input:focus {
  border-color: #0056b3;
}

.search .search-form .search-input button {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -11px;
  background-color: transparent;
  border: none;
  outline: none;
}

.mc4wp-form-fields input.style-2:focus, .mc4wp-form-fields input.style-2:hover {
  border-color: #01ce5b;
}

.button-store3 a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.custom-btn {
  padding: 16px 35px;
  border: 2px solid #6f64e7;
  text-align: center;
  display: inline-block;
  color: #6f64e7;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background-color: #6f64e7;
  color: #fff;
}

.blog-custom-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 37px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #6f64e7;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-custom-btn:hover {
  background-color: #273167;
  color: #fff;
}

.menu-desktop {
  display: none;
  width: 100%;
}

@media (min-width: 992px) {
  .menu-desktop {
    display: block;
  }
}

.mobile-menu {
  width: 100%;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.search .mobile-menu .nav-menu li a {
  color: #fff;
}

.mobile-menu h4 {
  color: #fff;
  padding-left: 20%;
}

.menu-desktop h4 {
  text-align: right;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 40px 20px;
}

.nav-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 12px 9px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .nav-menu li a {
    padding: 16px 16px 10px 16px;
    text-align: left;
    border-bottom: none;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .nav-menu li a {
    padding: 16px 20px 10px 20px;
  }
}

.nav-menu li a span {
  position: relative;
}

.nav-menu li a span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .nav-menu li a:hover, .nav-menu li a.active {
    background-color: transparent;
    color: #fff;
  }
  .nav-menu li a:hover span:after, .nav-menu li a.active span:after {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .nav-menu li.active > a > span:after, .nav-menu li.current-menu-ancestor > a > span:after {
    width: 100%;
    height: 1px !important;
  }
  .nav-menu li.current-menu-ancestor .current-menu-ancestor > a > span:after, .nav-menu li.current-menu-ancestor .active > a > span:after {
    width: 0%;
    height: 0px !important;
  }
}

.nav-menu li.dropdown {
  position: relative;
}

.nav-menu li.dropdown .submenu {
  list-style: none;
  padding-left: 0px;
  padding-left: 20px;
  margin-bottom: 0;
  z-index: 9;
}

.nav-menu li.dropdown .submenu li a {
  padding: 13px 0px;
  color: #fff;
  font-size: 80%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.nav-menu li.dropdown .submenu li a:active, .nav-menu li.dropdown .submenu li a:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  .nav-menu li.dropdown .submenu li a {
    padding: 13px 35px;
  }
  .nav-menu li.dropdown .submenu li a:hover {
    background-color: #6f64e7;
    color: white !important;
  }
}

@media (min-width: 992px) {
  .nav-menu li.dropdown .submenu {
    padding-left: 0;
    min-width: 230px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 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);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-menu li.dropdown .submenu li a {
    padding: 15px 25px;
    color: #273167;
    font-size: 80%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-menu li.dropdown .submenu li a:hover {
    background-color: #6f64e7;
    color: white;
  }
  .nav-menu li.dropdown .submenu li.active > a {
    background-color: #6f64e7;
    color: white;
  }
  .nav-menu li.dropdown .submenu li.active > a:after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }
  .nav-menu li.dropdown .submenu li.active > a span:after {
    height: 0;
  }
  .nav-menu li.dropdown .submenu ul {
    left: 100%;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .nav-menu li.dropdown:hover > .submenu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.nav-menu li.search-option > a {
  padding-right: 0;
}

.nav-menu li.menu-item-has-children a span:after {
  height: 0;
}

ul.submenu > .menu-item-has-children > a::after {
  content: "";
  padding-left: 3px;
  font-size: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

@media (min-width: 992px) {
  ul.submenu > .menu-item-has-children > a::after {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    right: 25px;
  }
}

@media (width: 1024px) {
  ul.submenu > .menu-item-has-children > a::after {
    border-right: 2px solid black !important;
    border-bottom: 2px solid black !important;
    right: 20px;
  }
}

ul.submenu > .menu-item-has-children > a:hover:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

@media (width: 1024px) {
  ul.submenu > .menu-item-has-children > a:hover:after, ul.submenu > .menu-item-has-children > a:active:after {
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
  }
}

.axsis-main-menu-area .navbar-brand1 {
  display: block;
}

.axsis-main-menu-area .navbar-brand2 {
  display: none;
}

@media (min-width: 992px) {
  .axsis-main-menu-area.style2 .nav-menu li a {
    color: #273167;
  }
  .axsis-main-menu-area.style2 .nav-menu li a span:after {
    background-color: #273167;
  }
}

.axsis-main-menu-area.style2 .menu-bar span {
  background-color: #273167;
}

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

@media (min-width: 992px) {
  .axsis-main-menu-area.fixed-menu {
    padding: 17px 20px;
  }
}

.axsis-main-menu-area.fixed-menu .navbar-brand1 {
  display: none;
}

.axsis-main-menu-area.fixed-menu .navbar-brand2 {
  display: block;
}

@media (min-width: 992px) {
  .axsis-main-menu-area.fixed-menu .nav-menu li a {
    color: #273167;
  }
  .axsis-main-menu-area.fixed-menu .nav-menu li a span:after {
    background-color: #273167;
  }
}

.axsis-main-menu-area.fixed-menu .menu-bar span {
  background-color: #273167;
}

.search-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(39, 49, 103, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-body .menu-search-form {
  max-width: 500px;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-body .menu-search-form input {
  width: 100%;
  padding: 20px 40px;
  font-size: 24px;
  text-align: center;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  outline: none;
}

.search-body .menu-search-form input::-webkit-input-placeholder {
  color: #fff;
}

.search-body .menu-search-form input:-ms-input-placeholder {
  color: #fff;
}

.search-body .menu-search-form input::-ms-input-placeholder {
  color: #fff;
}

.search-body .menu-search-form input::placeholder {
  color: #fff;
}

@media (min-width: 992px) {
  .search-body .menu-search-form input {
    font-size: 36px;
  }
}

.search-body .menu-search-form i {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  display: none;
}

.search-body .close-search {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10%;
  right: 5%;
  cursor: pointer;
}

.search-body .close-search:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-body .close-search:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-open .search-body {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.search-open .menu-search-form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.menu-bar {
  width: 45px;
  height: 40px;
  position: relative;
  border-radius: 3px;
}

.menu-bar span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background-color: #fff;
}

.menu-bar span:nth-child(1) {
  margin-top: -9px;
}

.menu-bar span:nth-child(3) {
  margin-top: 7px;
}

@media (max-width: 992px) {
  .admin-bar .op-mobile-menu .mobile-menu {
    padding-top: 50px !important;
  }
  .mobile-menu-close-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .op-mobile-menu {
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#4d46a2), color-stop(51%, #5f56b9), to(#4d46a2));
    background-image: linear-gradient(to right, #4d46a2 0%, #5f56b9 51%, #4d46a2 100%);
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    overflow: hidden;
  }
  .op-mobile-menu .mobile-menu {
    height: 100%;
    overflow-y: auto;
    padding: 30px 20px;
  }
  .op-mobile-menu .mobile-menu ul li {
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .op-mobile-menu .mobile-menu ul li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  .op-mobile-menu .mobile-menu ul li:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
  }
  .op-mobile-menu .mobile-menu ul li.active > a span:after {
    width: 100%;
    height: 2px;
    bottom: -5px;
  }
  .op-mobile-menu .mobile-menu ul li a.active span:after {
    width: 100%;
    height: 2px;
    bottom: -5px;
  }
  .op-mobile-menu .close-button {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .op-mobile-menu .close-button:after {
    content: '';
    position: absolute;
    left: 58%;
    top: 50%;
    width: 60%;
    height: 2px;
    margin-top: -1px;
    margin-left: -11px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .op-mobile-menu .close-button:before {
    content: '';
    position: absolute;
    left: 58%;
    top: 50%;
    width: 60%;
    height: 2px;
    margin-top: -1px;
    margin-left: -11px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .mobile-menu-open .mobile-menu-close-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 1410;
  }
  .mobile-menu-open .op-mobile-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-menu-open .op-mobile-menu .mobile-menu ul li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .op-mobile-menu {
    width: 60%;
  }
}

@media (max-width: 576px) {
  .op-mobile-menu {
    width: 80%;
  }
  .mobile-menu .nav-menu li a {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .site-description {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu li.dropdown .submenu {
    display: none;
  }
  .nav-menu li.current-menu-ancestor > a span:after {
    width: 100%;
    height: 2px;
    bottom: -5px;
  }
}

@media (min-width: 992px) {
  .nav-menu li.current-menu-ancestor.current-menu-parent > a span:after {
    width: 100%;
    height: 1px;
  }
}

a.navbar-brand {
  max-width: 160px;
}

.logo {
  padding-right: 30px;
}

.logo a {
  max-width: 150px;
}

@media (max-width: 992px) {
  .op-mobile-menu .close-button:before, .op-mobile-menu .close-button:after {
    margin-left: -13px !important;
  }
}

.search .nav-menu li a {
  color: #273167;
}

.search .nav-menu li a span:after {
  background-color: #273167;
}

@media (min-width: 992px) {
  .axsis-main-menu-area.style1 ul.nav-menu .menu-item-has-children > a::after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    right: 3px;
  }
}

.axsis-main-menu-area.style1 ul.submenu > .menu-item-has-children > a:after {
  border-right: 2px solid black !important;
  border-bottom: 2px solid black !important;
}

.axsis-main-menu-area.style1 ul.submenu > .menu-item-has-children > a:hover:after, .axsis-main-menu-area.style1 ul.submenu > .menu-item-has-children > a:active:after {
  border-right: 2px solid white !important;
  border-bottom: 2px solid white !important;
}

@media (min-width: 992px) {
  .axsis-main-menu-area.style1.fixed-menu ul.nav-menu .menu-item-has-children > a::after {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    right: 3px;
  }
}

.widget_nav_menu .menu .menu-item .submenu {
  padding-left: 10px;
}

.banner-section.style2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 330px;
  height: 430px;
  background-image: url(../images/banner/right-shape.png);
  background-size: cover;
  display: none;
}

@media (min-width: 992px) {
  .banner-section.style2:before {
    display: block;
  }
}

@media (min-width: 1500px) {
  .banner-section.style2:before {
    width: 470px;
    height: 600px;
  }
}

.banner-section.style2:after {
  content: '';
  position: absolute;
  right: 80px;
  top: 70px;
  width: 325px;
  height: 325px;
  background-image: url(../images/banner/circle-shape.png);
  background-size: cover;
  display: none;
}

@media (min-width: 992px) {
  .banner-section.style2:after {
    display: block;
  }
}

@media (min-width: 1500px) {
  .banner-section.style2:after {
    width: 525px;
    height: 525px;
  }
}

.banner-section.style2 .banner-text h1 {
  font-size: 30px;
  color: #273167;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .banner-section.style2 .banner-text h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  .banner-section.style2 .banner-text h1 {
    font-size: 42px;
    line-height: 1.33;
  }
}

.banner-section.style2 .banner-text p {
  color: #273167;
  margin-bottom: 30px;
}

.banner-section.style2 .banner-text .button-store .custom-btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 500;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(39, 49, 103, 0.1);
          box-shadow: 0 10px 20px 0 rgba(39, 49, 103, 0.1);
}

.banner-section.style2 .banner-text .button-store .custom-btn i {
  font-size: 27px;
  margin-right: 10px;
  color: #273167;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-section.style2 .banner-text .button-store .custom-btn p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  color: #273167;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-section.style2 .banner-text .button-store .custom-btn p span {
  display: block;
  font-size: 17px;
  color: #273167;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-section.style2 .banner-text .button-store .custom-btn.active {
  background-color: #273167;
}

.banner-section.style2 .banner-text .button-store .custom-btn.active i {
  color: white;
}

.banner-section.style2 .banner-text .button-store .custom-btn.active p {
  color: white;
}

.banner-section.style2 .banner-text .button-store .custom-btn.active p span {
  color: white;
}

@media (min-width: 1500px) {
  .banner-section.style2 .banner-image-content {
    padding-top: 200px;
  }
}

.banner-form {
  background-color: white;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 5px;
  max-width: 465px;
  width: 100%;
  display: inline-block;
}

@media (min-width: 992px) {
  .banner-form {
    margin-left: 50px;
  }
}

@media (min-width: 1500px) {
  .banner-form {
    padding: 30px 40px;
    margin-left: auto;
  }
}

.banner-form h5 {
  color: #01d85f;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.banner-form p {
  font-size: 13px;
  margin-bottom: 10px;
}

@media (min-width: 1500px) {
  .banner-form p {
    margin-bottom: 30px;
  }
}

.banner-form form .form-group {
  margin-bottom: 10px;
}

@media (min-width: 1500px) {
  .banner-form form .form-group {
    margin-bottom: 25px;
  }
}

.banner-form form label {
  font-size: 13px;
}

input.wpcf7-form-control.wpcf7-submit.banner-button {
  width: 100% !important;
  padding: 13px 25px !important;
  background-color: #01d85f !important;
  color: white !important;
  border: none !important;
  border-radius: 3px !important;
  margin: 20px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit.banner-button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.banner-form div.wpcf7 .ajax-loader {
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

.banner-form form.wpcf7-form input {
  margin-top: 5px;
  margin-bottom: 15px;
  -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);
  background-color: white;
  border: none;
  padding: 12px 25px;
  height: auto;
}

.banner-form form.wpcf7-form textarea {
  padding-left: 15px;
  padding-right: 45px;
  margin-top: 5px;
  -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);
  font-size: 14px;
}

.icon-box {
  width: 125px;
  height: 125px;
  position: relative;
}

.icon-box img {
  position: absolute;
  top: 0;
  right: 0;
}

.icon-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 23px;
  background-color: #6f64e7;
  color: #fff;
  text-align: center;
  line-height: 62px;
  position: absolute;
  left: 0;
  bottom: 16%;
  -webkit-box-shadow: 0 3px 20px 0 rgba(111, 100, 231, 0.15);
          box-shadow: 0 3px 20px 0 rgba(111, 100, 231, 0.15);
  z-index: 1;
}

.icon-box .icon.yellow {
  background-color: #fbb019;
  -webkit-box-shadow: 0 3px 20px 0 rgba(251, 176, 25, 0.15);
          box-shadow: 0 3px 20px 0 rgba(251, 176, 25, 0.15);
}

.icon-box .icon.pink {
  background-color: #fc60b2;
  -webkit-box-shadow: 0 3px 20px 0 rgba(252, 96, 178, 0.15);
          box-shadow: 0 3px 20px 0 rgba(252, 96, 178, 0.15);
}

.feature-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 30px 40px 30px;
  border-radius: 10px;
}

.feature-item h5 {
  margin-bottom: 15px;
}

.feature-item p {
  line-height: 2.1;
  margin-bottom: 0;
}

.feature-item:hover .icon {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.feature-item.style2 {
  text-align: left;
  padding: 50px 30px 30px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f9fbfa;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}

.feature-item.style2 p {
  margin-bottom: 7px;
}

.feature-item.style2 .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  font-size: 23px;
  background-color: transparent;
  text-align: center;
  line-height: 62px;
  z-index: 1;
  margin-bottom: 20px;
}

.feature-item.style2:hover .icon {
  background-color: #01d85f;
  color: white;
  -webkit-box-shadow: 0 3px 20px 0 rgba(1, 216, 95, 0.15);
          box-shadow: 0 3px 20px 0 rgba(1, 216, 95, 0.15);
}

.feature-item.style2 .read-more-btn {
  font-size: 20px;
  color: #01d85f;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-item.style2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 8px;
  background-color: #01d85f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-item.style2.active {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.feature-item.style2.active .read-more-btn {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.feature-item.style2.active:after {
  width: 100%;
}

.feature-item.style2 .icon-box {
  height: 90px;
}

.icon-box-style-2 .feature-item {
  padding: 0px 15px;
}

@media (min-width: 992px) {
  .icon-box-style-2 .feature-item {
    padding: 15px;
  }
}

.screenshot-section {
  position: relative;
  overflow: hidden;
}

.screenshot-section .position-relative {
  z-index: 1;
}

.screenshot-info-item {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  -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);
}

@media (min-width: 1500px) {
  .screenshot-info-item {
    padding: 30px;
  }
}

.screenshot-info-item .icon {
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  background-color: #6f64e7;
  color: #fff;
}

.screenshot-info-item .content {
  width: calc(100% - 55px);
  padding-left: 20px;
}

@media (min-width: 1500px) {
  .screenshot-info-item .content {
    padding-left: 30px;
  }
}

.screenshot-info-item .content p {
  margin-bottom: 0;
}

.screenshot-info-item.active {
  background-color: #6f64e7;
}

.screenshot-info-item.active .icon {
  background-color: #fff;
  color: #6f64e7;
}

.screenshot-info-item.active .content h6 {
  color: #fff;
}

.screenshot-info-item.active .content p {
  color: #fff;
}

.screenshot-info-item.style2 {
  background-color: transparent;
  padding: 20px;
  border-left: 6px solid #faf9ff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}

.screenshot-info-item.style2 .icon {
  display: inline-block;
  margin-bottom: 20px;
}

.screenshot-info-item.style2 .content {
  width: calc(100% - 0px);
  padding-left: 0px;
}

.screenshot-info-item.style2.active {
  -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);
  background-color: white;
  border-left: 6px solid #6f64e7;
}

.screenshot-info-item.style2.active .icon {
  background-color: #6f64e7;
  color: white;
}

.screenshot-info-item.style2.active .content h6 {
  color: #273167;
}

.screenshot-info-item.style2.active .content p {
  color: inherit;
}

.screenshot-info-item.style3 {
  padding: 7px 0 !important;
  background-color: transparent;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}

@media (min-width: 1500px) {
  .screenshot-info-item.style3 {
    padding: 30px;
  }
}

.screenshot-info-item.style3 .icon {
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(1, 213, 94, 0.3);
  color: #01d55e;
}

.screenshot-info-item.style3 .icon.two {
  background-color: rgba(231, 172, 85, 0.3);
  color: #e7ac55;
}

.screenshot-info-item.style3 .icon.three {
  background-color: rgba(69, 138, 227, 0.3);
  color: #458ae3;
}

.screenshot-info-item.style3 .content {
  width: calc(100% - 55px);
  padding-left: 20px;
}

@media (min-width: 1500px) {
  .screenshot-info-item.style3 .content {
    padding-left: 30px;
  }
}

.screenshot-info-item.style3 .content p {
  margin-bottom: 0;
}

.screenshot-info-item .icon-stacked {
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  background-color: #6f64e7;
  color: #fff;
}

.screenshot-info-item .icon-default {
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  color: #273167;
}

.screenshot-info-item .icon-framed {
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  background-color: #6f64e7;
  color: #fff;
}

.screenshot-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  z-index: 2;
}

.screenshot-image.style2 {
  position: relative;
}

.screenshot-image.style2:after {
  content: '';
  position: absolute;
  left: 20%;
  top: -6%;
  width: 150px;
  height: 150px;
  background-image: url(../images/circle-shape2.png);
  background-size: cover;
}

@media (min-width: 992px) {
  .screenshot-image.style2:after {
    width: 300px;
    height: 300px;
    left: 5%;
    top: -18%;
  }
}

.screenshot-image.style2:before {
  content: '';
  position: absolute;
  left: 10%;
  top: 0;
  width: 150px;
  height: 150px;
  background-color: #e5e3fb;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .screenshot-image.style2:before {
    width: 300px;
    height: 300px;
    left: -5%;
  }
}

.screenshot-image.style3 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 2;
}

.screenshot-info-item-style2 {
  margin-bottom: 15px;
}

@media (min-width: 1500px) {
  .screenshot-info-item-style2 {
    margin-bottom: 25px;
  }
}

.screenshot-info-item-style2 .svg-icon svg {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 25px;
  fill: #6f64e7;
}

@media (min-width: 1500px) {
  .screenshot-info-item-style2 .svg-icon svg {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 30px;
  }
}

.screenshot-info-item-style2 .content {
  width: calc(100% - 35px);
  padding-left: 15px;
}

.screenshot-info-item-style2 .content p {
  margin-bottom: 0;
}

.screenshot-content h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 1500px) {
  .screenshot-content h3 {
    font-size: 1.875em;
    line-height: 1.33;
    margin-bottom: 15px;
  }
}

.screenshot-content .sub-title {
  font-size: 16px;
  color: #273167;
  line-height: 1.8;
}

@media (min-width: 1500px) {
  .screenshot-content .sub-title {
    font-size: 1.125em;
    line-height: 2;
  }
}

.screenshot-content.style3 .sub-title {
  margin-bottom: 15px;
}

@media (min-width: 1500px) {
  .screenshot-content.style3 .sub-title {
    margin-bottom: 25px;
  }
}

.screenshot-content.style3 .desc {
  line-height: 30px;
}

@media (min-width: 1500px) {
  .screenshot-content.style3 .desc {
    line-height: 36px;
  }
}

.screenshot-content .custom-btn {
  min-width: 160px;
  font-weight: 500;
}

.screenshot-content .custom-btn.active {
  background-color: #6f64e7;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(111, 100, 231, 0.1);
          box-shadow: 0 5px 10px 0 rgba(111, 100, 231, 0.1);
}

@media (min-width: 1500px) {
  .xl-image {
    width: 700px;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .xl-image.style3 {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.screenshot-image.roundShape3 {
  position: relative;
}

.screenshot-image.roundShape3:after {
  content: '';
  position: absolute;
  left: -130px;
  top: -90px;
  width: 210px;
  height: 210px;
  background-image: url(../images/roundShape3.png);
  background-size: cover;
}

.circleShapeleft {
  position: relative;
}

.circleShapeleft:after {
  content: '';
  position: absolute;
  left: -150px;
  bottom: 8%;
  width: 300px;
  height: 300px;
  background-image: url(../images/circle-shape.png);
  background-size: cover;
}

.home3 .screenshot-info-item-style2 .svg-icon svg {
  fill: #01d55e;
}

.home3 .screenshot-content .custom-btn {
  border-radius: 5px !important;
  border: 2px solid #01d55e;
  color: #01d55e;
}

.home3 .screenshot-content .custom-btn.active {
  background-color: #01d55e;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(111, 100, 231, 0.1);
          box-shadow: 0 5px 10px 0 rgba(111, 100, 231, 0.1);
}

.use-downlaod-area div {
  background-color: white;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding: 15px 25px;
  text-align: center;
  border-radius: 5px;
}

.use-downlaod-area div:last-child {
  margin-right: 0;
}

.use-downlaod-area div h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2;
}

.use-downlaod-area div h2 span {
  color: #01d55e;
}

.use-downlaod-area div p {
  margin-bottom: 0;
  color: #343d6f;
  font-weight: 500;
}

.home4 .screenshot-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 2;
}

.screenshot-section.style4 .contnt-header h4 {
  font-size: 26px;
}

.screenshot-info-item.style2 .icon-stacked {
  margin-bottom: 20px;
}

.screenshot-info-item.style2 .icon-default {
  margin-bottom: 20px;
}

.screenshot-info-item.style2 .icon-framed {
  margin-bottom: 20px;
}

.video-section {
  background-image: url(../images/video-section/bg.jpg);
}

.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.axsis-video-btn {
  width: 300px;
  position: relative;
  margin: auto;
}

@media (min-width: 576px) {
  .axsis-video-btn {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .axsis-video-btn {
    width: 120px;
  }
}

.axsis-video-btn .before-btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: none;
}

@media (min-width: 576px) {
  .axsis-video-btn .before-btn {
    font-weight: 700;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -20px;
    white-space: nowrap;
    display: block;
  }
}

@media (min-width: 768px) {
  .axsis-video-btn .before-btn {
    font-size: 26px;
  }
}

.axsis-video-btn .after-btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: none;
}

@media (min-width: 576px) {
  .axsis-video-btn .after-btn {
    font-weight: 700;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -20px;
    white-space: nowrap;
    display: block;
  }
}

@media (min-width: 768px) {
  .axsis-video-btn .after-btn {
    font-size: 26px;
  }
}

.axsis-play-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #6f64e7;
  color: #fff;
  margin: auto;
  line-height: 67px;
  text-align: center;
  display: block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.axsis-play-btn svg {
  width: 40px;
  margin-left: 6px;
  fill: white;
}

.axsis-play-btn:hover {
  background-color: #fff;
  color: #6f64e7;
}

.axsis-play-btn:hover svg {
  fill: #6f64e7;
}

@media (min-width: 768px) {
  .axsis-play-btn {
    width: 95px;
    height: 95px;
    line-height: 95px;
    font-size: 35px;
  }
}

.interface-slider-section {
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .interface-slider {
    overflow: hidden;
  }
}

.interface-slider-container {
  position: relative;
  padding: 60px 0 100px 0;
}

.interface-slider-container .phone-mockup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
  z-index: 2;
}

@media (min-width: 450px) {
  .interface-slider-container .swiper-slide {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    border-radius: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -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);
  }
  .interface-slider-container .swiper-slide img {
    border-radius: 10px;
  }
  .interface-slider-container .swiper-slide.swiper-slide-next, .interface-slider-container .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .interface-slider-container .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(0.9) translateX(30px);
    transform: scale(0.9) translateX(30px);
  }
  .interface-slider-container .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(0.9) translateX(-30px);
    transform: scale(0.9) translateX(-30px);
  }
  .interface-slider-container .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-box-shadow: 0 0 30px 0 rgba(12, 0, 46, 0.1);
            box-shadow: 0 0 30px 0 rgba(12, 0, 46, 0.1);
    position: relative;
  }
  .interface-slider-container .swiper-slide.swiper-slide-active img {
    border-radius: 30px;
  }
  .interface-slider-container .swiper-slide.swiper-slide-active:after {
    content: '';
    position: absolute;
    left: -3px;
    top: -7px;
    width: 102%;
    height: 102%;
    background-size: cover;
    background-image: url(../images/phone-mockup.png);
  }
}

.interface-slider-container .swiper-slide img {
  border-radius: 10px;
}

.interface-slider-container .swiper-slide.swiper-slide-active {
  -webkit-box-shadow: 0 0 40px 0 rgba(12, 0, 46, 0.15);
          box-shadow: 0 0 40px 0 rgba(12, 0, 46, 0.15);
  position: relative;
}

.interface-slider-container .swiper-slide.swiper-slide-active img {
  border-radius: 30px;
}

.interface-slider-container .swiper-slide.swiper-slide-active:after {
  content: '';
  position: absolute;
  left: -3px;
  top: -7px;
  width: 102%;
  height: 102%;
  background-size: cover;
}

.interface-slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  opacity: 1;
}

.interface-slider-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f64e7;
}

.axsis-price-control li a {
  padding: 13px 30px;
  border: 1px solid #eaeaea;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.axsis-price-control li a.active {
  background-color: #6f64e7;
  color: #fff;
  border-color: #6f64e7;
}

.axsis-price-control li:first-child a {
  border-radius: 3px 0px 0px 3px;
}

.axsis-price-control li:last-child a {
  border-radius: 0px 3px 3px 0px;
}

.axsis-pricing-item {
  padding: 35px 20px 25px 20px;
  -webkit-box-shadow: 0 0 10px rgba(12, 0, 46, 0.06);
  box-shadow: 0 0 10px rgba(12, 0, 46, 0.06);
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.axsis-pricing-item .pricing-head {
  padding: 6px 20px;
}

@media (min-width: 1500px) {
  .axsis-pricing-item .pricing-head {
    padding: 15px 20px;
  }
}

.axsis-pricing-item .pricing-head .category-type span {
  font-size: 22px;
  color: #273167;
  font-weight: 700;
  display: inline-block;
}

.axsis-pricing-item .pricing-head .price {
  font-size: 65px;
  color: #6f64e7;
  font-weight: 300;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.axsis-pricing-item .pricing-head .price .dollar-sign {
  font-size: 36px;
  color: #6f64e7;
  font-weight: 400;
  position: absolute;
  left: -20px;
  top: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.axsis-pricing-item .pricing-head .price .per-time {
  font-size: 18px;
  color: #363636;
  font-weight: 400;
  margin-left: -15px;
}

@media (min-width: 1500px) {
  .axsis-pricing-item .pricing-head .price {
    font-size: 80px;
  }
}

.axsis-pricing-item .pricing-head .free-trial-content {
  color: #ada9a9;
  font-size: 13px;
  margin-bottom: 0;
}

.axsis-pricing-item .pricing-body {
  padding: 6px 0;
}

.axsis-pricing-item .pricing-body .pricing-feature-list {
  margin-bottom: 20px;
}

.axsis-pricing-item .pricing-body .pricing-feature-list li {
  line-height: 2.4;
  font-size: 15px;
}

.axsis-pricing-item .pricing-body .custom-btn {
  color: #fff;
  background-color: #6f64e7;
  padding: 12px 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 1500px) {
  .axsis-pricing-item .pricing-body .custom-btn {
    padding: 16px 43px;
  }
}

.axsis-pricing-item .pricing-body .hidden-charge {
  font-size: 14px;
  color: #777b92;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .axsis-pricing-item .pricing-body {
    padding: 15px 0;
  }
  .axsis-pricing-item .pricing-body .pricing-feature-list {
    margin-bottom: 25px;
  }
  .axsis-pricing-item .pricing-body .pricing-feature-list li {
    font-size: 16px;
    line-height: 2.8;
  }
}

.axsis-pricing-item:hover .pricing-head .price, .axsis-pricing-item:hover .pricing-head .price .dollar-sign, .axsis-pricing-item:hover .pricing-head .price, .axsis-pricing-item.active .pricing-head .price, .axsis-pricing-item.active .pricing-head .price .dollar-sign, .axsis-pricing-item.active .pricing-head .price {
  color: #8dc63f;
}

.axsis-pricing-item:hover .pricing-body .custom-btn, .axsis-pricing-item.active .pricing-body .custom-btn {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
}

.active > .axsis-pricing-item .pricing-head .dollar-sign, .active > .axsis-pricing-item .pricing-head .price {
  color: #8dc63f;
}

.active > .axsis-pricing-item .pricing-body .custom-btn {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
}

.pricing-section.style2 .axsis-price-control {
  border: 1px solid #eaeaea;
  border-radius: 40px;
  background-color: #f2f4f6;
  padding: 5px;
  -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);
}

.pricing-section.style2 .axsis-price-control li a {
  border-radius: 40px !important;
  border: none;
  padding: 10px 30px !important;
}

@media (min-width: 576px) {
  .pricing-section.style2 .axsis-price-control li a {
    padding: 15px 60px !important;
  }
}

.pricing-section.effect {
  position: relative;
  z-index: 9;
}

.pricing-section.effect.roundShape4 {
  position: relative;
}

.pricing-section.effect.roundShape4:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 240px;
  width: 200px;
  height: 150px;
  background-image: url(../images/roundShape2.png);
  background-size: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .pricing-section.effect.roundShape4:after {
    width: 400px;
    height: 300px;
    left: -140px;
    top: 0px;
  }
}

.pricing-section.effect.doubleRoundshape:before {
  content: '';
  position: absolute;
  right: -25%;
  bottom: 80px;
  width: 150px;
  height: 150px;
  background-color: #e5e3fb;
  border-radius: 50%;
  z-index: -1;
}

@media (min-width: 992px) {
  .pricing-section.effect.doubleRoundshape:before {
    width: 300px;
    height: 300px;
  }
}

.pricing-section.effect.doubleRoundshape:after {
  content: '';
  position: absolute;
  right: -50%;
  bottom: 25%;
  width: 150px;
  height: 150px;
  background-image: url(../images/circle-shape2.png);
  background-size: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .pricing-section.effect.doubleRoundshape:after {
    width: 300px;
    height: 300px;
  }
}

.pricing-section.effect.roundShape4:before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -30px;
  width: 150px;
  height: 150px;
  background-image: url(../images/roundShape2.png);
  border-radius: 50%;
  z-index: -1;
}

@media (min-width: 992px) {
  .pricing-section.effect.roundShape4:before {
    width: 350px;
    height: 300px;
  }
}

.blogstyle2 .doubleRoundshape:before {
  content: '';
  position: absolute;
  right: -10%;
  bottom: 116px;
  width: 150px;
  height: 150px;
  background-color: #e5e3fb;
  border-radius: 50%;
  z-index: -1;
}

@media (min-width: 992px) {
  .blogstyle2 .doubleRoundshape:before {
    width: 300px;
    height: 300px;
  }
}

.blogstyle2 .doubleRoundshape:after {
  content: '';
  position: absolute;
  right: -20%;
  bottom: 27%;
  width: 150px;
  height: 150px;
  background-image: url(../images/circle-shape2.png);
  background-size: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .blogstyle2 .doubleRoundshape:after {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 992px) {
  .pricing-section.style2 .translateY-60 {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

.axsis-testimonial-section {
  overflow: hidden;
}

.axsis-testimonial-container {
  padding: 20px 0px 80px 0px;
  position: relative;
}

@media (min-width: 576px) {
  .axsis-testimonial-container {
    padding: 20px 20px 80px 20px;
    overflow: hidden;
  }
}

.axsis-testimonial-container .testimonial-body {
  padding: 45px 35px 30px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.axsis-testimonial-container .author-image {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.axsis-testimonial-container .author-image img {
  width: 100%;
}

@media (min-width: 992px) {
  .axsis-testimonial-container .author-image {
    margin: unset;
  }
}

.axsis-testimonial-container .testimonial-content {
  width: calc(100% - 0px);
  text-align: center;
  padding-left: 0;
  position: relative;
}

.axsis-testimonial-container .testimonial-content .rating {
  margin-bottom: 10px;
  margin-top: 15px;
}

.axsis-testimonial-container .testimonial-content .rating i {
  color: #f6c416;
}

.axsis-testimonial-container .testimonial-content .text {
  margin-bottom: 25px;
}

.axsis-testimonial-container .testimonial-content .name {
  font-weight: 600;
  margin: 0;
}

.axsis-testimonial-container .testimonial-content .designation {
  font-size: 14px;
  color: #d1d1d1;
}

@media (min-width: 992px) {
  .axsis-testimonial-container .testimonial-content {
    width: calc(100% - 90px);
    text-align: left;
    padding-left: 20px;
  }
  .axsis-testimonial-container .testimonial-content .rating {
    margin-top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
  }
}

.axsis-testimonial-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  opacity: 1;
}

.axsis-testimonial-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f64e7;
}

.axsis-testimonial-section.style2 {
  position: relative;
}

.axsis-testimonial-section.style2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-color: #6f64e7;
}

.axsis-testimonial-section.style2 .swiper-pagination {
  bottom: 30px;
}

@media (min-width: 992px) {
  .axsis-testimonial-section.style2 .swiper-pagination {
    bottom: 5px;
  }
}

.axsis-testimonial-section.style2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  opacity: 1;
}

.axsis-testimonial-section.style2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #817ffd;
}

.axsis-testimonial-container2 {
  max-width: 770px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  overflow: hidden;
  padding: 45px 20px;
  position: relative;
  padding-bottom: 75px;
}

@media (min-width: 992px) {
  .axsis-testimonial-container2 {
    padding: 50px 50px;
  }
}

.axsis-testimonial-container2 .testimonial-body {
  text-align: center;
}

.axsis-testimonial-container2 .testimonial-body .author-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.axsis-testimonial-container2 .testimonial-body .testimonial-content {
  text-align: center;
}

.axsis-testimonial-container2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  opacity: 1;
}

.axsis-testimonial-container2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #01d85f;
}

.axsis-testimonial-container2 .swiper-pagination {
  bottom: 30px !important;
}

.container-sm {
  max-width: 960px;
  margin: auto;
}

.faq {
  margin-bottom: 10px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
          box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
  border-radius: 5px;
}

.faq:last-child {
  margin-bottom: 0;
}

.faq .faq-header {
  -webkit-box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
          box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
  border-radius: 5px;
}

.faq .faq-header .btn-link {
  width: 100%;
  padding: 20px 50px 22px 80px;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #273167;
  border: none;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1500px) {
  .faq .faq-header .btn-link {
    font-size: 18px;
  }
}

.faq .faq-header .btn-link .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #6f64e7;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
}

.faq .faq-header .btn-link .icon i {
  line-height: 30px;
  color: #fff;
}

.faq .faq-header .btn-link .fa-minus {
  display: block;
}

.faq .faq-header .btn-link .fa-plus {
  display: none;
}

.faq .faq-header .btn-link.collapsed {
  color: #273167;
}

.faq .faq-header .btn-link.collapsed .icon {
  background-color: #ebebeb;
}

.faq .faq-header .btn-link.collapsed .icon .fa-minus {
  display: none;
}

.faq .faq-header .btn-link.collapsed .icon .fa-plus {
  display: block;
}

.faq .faq-body {
  padding: 20px 30px 20px 40px;
  font-size: 14px;
  line-height: 2.2;
}

@media (min-width: 1500px) {
  .faq .faq-body {
    font-size: 16px;
    line-height: 2.25;
  }
}

.faq .faq-body p {
  font-size: 14px;
  line-height: 2.2;
}

@media (min-width: 1500px) {
  .faq .faq-body p {
    font-size: 16px;
    line-height: 2.25;
  }
}

.faq .faq-body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq .faq-body {
    padding: 60px 90px 60px 100px;
  }
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container.space-content {
  padding: 80px 0;
  overflow: hidden;
}

.post-item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  background-color: white;
  border-radius: 3px;
}

.post-item .post-thumb {
  overflow: hidden;
  text-align: center;
}

.post-item .post-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}

.post-item .post-content {
  padding: 30px 25px;
}

.post-item .post-content .meta-post {
  margin-bottom: 10px;
}

.post-item .post-content .title a {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1500px) {
  .post-item .post-content .title a {
    font-size: 20px;
  }
}

.post-item .post-content .title a:hover {
  color: #6f64e7;
}

.post-item:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.meta-post li {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

@media (min-width: 576px) {
  .meta-post li {
    margin-right: 30px;
  }
}

.meta-post li:last-child {
  margin-right: 0;
}

.meta-post li .icon {
  color: #6f64e7;
  margin-right: 4px;
  font-weight: 700;
}

.meta-post li .meta-content, .meta-post li .meta-link {
  color: #777b92;
}

.blog-btn {
  font-size: 14px;
  color: #273167;
  font-weight: 500;
}

.blog-btn span {
  margin-left: -2px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-btn:hover span {
  margin-left: 2px;
}

.active > .post-item .post-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.active > .post-item .post-content .title a, .active > .post-item .border-effect .title a {
  color: #6f64e7;
}

.active > .post-item .post-content:after, .active > .post-item .border-effect:after {
  width: calc(100% - 50px);
}

.active > .post-item .post-content .blog-btn, .active > .post-item .border-effect .blog-btn {
  color: #6f64e7;
}

.border-effect {
  position: relative;
}

.border-effect:after {
  content: '';
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #6f64e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entry-wrapper {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 3px;
  overflow: hidden;
}

.entry-wrapper article {
  margin-bottom: 40px;
}

.entry-single .tag-list li:first-child, .entry-single .share-list li:first-child {
  font-size: 20px;
  font-weight: 700;
  color: #273167;
}

.entry-single .entry-header {
  margin-bottom: 20px;
}

.entry-single .title {
  font-size: 24px;
  word-break: break-all;
}

.entry-single p span {
  color: #6f64e7;
}

blockquote {
  padding: 25px 30px 25px 25px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0 30px 0;
}

blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #6f64e7;
}

blockquote:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0%;
  width: 72px;
  height: 60px;
  z-index: 2;
  background-repeat: no-repeat;
}

blockquote p {
  font-size: 20px;
  color: #363636;
  margin-bottom: 15px;
  line-height: 30px;
}

blockquote span {
  font-size: 14px;
  color: #6f64e7;
}

blockquote span span {
  color: #677294;
}

@media (min-width: 768px) {
  blockquote {
    padding: 25px 150px 25px 60px;
  }
  blockquote:before {
    right: 45px;
    top: 50%;
    width: 72px;
    height: 60px;
    margin-top: -50px;
  }
}

.share-list li {
  display: inline-block;
}

.share-list li a {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  font-size: 13px;
  color: #677294;
  background-color: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 2px;
  text-align: center;
  line-height: 31px;
}

.share-list li a:hover {
  background-color: #6f64e7;
  color: #fff;
}

.comment-title {
  color: #273167;
  font-weight: 500;
  font-size: 24px;
}

.comment-title i {
  color: #6f64e7;
  margin-right: 7px;
}

.comment-item .comment-author {
  background-color: #f8f8fb;
  padding: 20px 20px 5px;
}

.comment-item .comment-author .author-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.comment-item .comment-author .author-image img {
  width: 100%;
  margin: 0;
  height: auto;
}

.comment-item .comment-author .author-name-info {
  width: calc(100% - 60px);
  padding-right: 10px;
  padding-left: 15px;
  position: relative;
}

.comment-item .comment-author .author-name-info .name {
  font-size: 16px;
  font-weight: 700;
}

.comment-item .comment-author .author-name-info .publish-date {
  font-size: 14px;
  margin-bottom: 0;
}

.comment-item .comment-author .author-name-info .comment-reply-link {
  font-size: 12px;
  padding: 7px 20px;
  background-color: #777b92;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  display: inline-block;
}

.comment-item .comment-author .author-name-info .comment-reply-link:hover {
  background-color: #6f64e7;
  color: white;
}

.comment-item .comment-author .author-name-info .comment-edit-link {
  font-size: 12px;
  padding: 7px 20px;
  background-color: #273167;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  display: inline-block;
}

.comment-item .comment-author .author-name-info .comment-edit-link:hover {
  background-color: #6f64e7;
  color: white;
}

@media (min-width: 768px) {
  .comment-item .comment-author .author-name-info {
    padding-right: 100px;
  }
  .comment-item .comment-author .author-name-info .comment-reply-link {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
  }
  .comment-item .comment-author .author-name-info .comment-edit-link {
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -13px;
  }
}

.comment-item .comment-content {
  padding: 10px 20px 20px;
}

.comment-item .comment-content img {
  margin: 7px 0;
}

.comment-item .comment-content p {
  margin-bottom: 0;
}

.comment-item .comment-item {
  margin-left: 30px;
  position: relative;
}

.comment-item .comment-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #6f64e7;
  z-index: 1;
}

.comment-form .form-item {
  position: relative;
}

.comment-form .form-item i {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #dddfec;
}

.comment-form .form-item input, .comment-form .form-item textarea {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #e2e7f3;
  outline: none;
  margin-bottom: 10px;
  color: #333;
  border-radius: 3px;
}

.comment-form .form-item input:hover, .comment-form .form-item input:active, .comment-form .form-item input:focus, .comment-form .form-item textarea:hover, .comment-form .form-item textarea:active, .comment-form .form-item textarea:focus {
  border-color: #6f64e7;
}

.comment-form .form-item textarea {
  min-height: 170px;
  margin-bottom: 30px;
}

.comment-form .submit {
  padding: 10px 25px;
  border: none;
  background-color: #6f64e7;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.comment-form .submit:hover {
  background-color: #273167;
  color: white;
}

section.no-results.not-found {
  padding: 15px;
}

.axsis-single-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.axsis-single-post-nav .content-single-post-nav-item a:hover {
  color: #6f64e7;
}

.main-content > .container > .inner-header > h1 {
  text-align: center;
  margin-top: 50px;
  font-size: 3rem;
}

.small-post-list .post-item .post-content .meta-post {
  margin-bottom: 0;
  padding: 0;
}

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

.post-category i {
  color: #6f64e7;
  margin-right: 4px;
  font-weight: 700;
}

.post-category a {
  color: #777b92;
  font-size: 14px;
  font-weight: 400;
}

.pagination .next a,
.pagination .prev a {
  width: 100px;
}

.entry-single .entry-content p:last-child {
  margin-bottom: 0;
}

.entry-single .entry-header {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0;
}

.entry-single .entry-header img {
  height: auto;
}

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

article .entry-footer {
  display: block;
  clear: both;
}

article .entry-footer ul {
  margin-bottom: 0;
  padding-top: 20px;
}

.entry-wrapper > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.footer-widget .gallery-size-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-widget .gallery-size-thumbnail .gallery-item {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-widget .widget_media_video .widget-wrapper {
  min-height: 132px;
}

.footer-widget .menu-item a {
  padding-left: 0;
}

.footer-top {
  background-color: #eef3fa;
}

.footer-top .footer-widget-title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footer-top .footer-widget-title {
    margin-bottom: 40px;
  }
}

.footer-bottom {
  background-color: #eaeef6;
  padding: 29px 0;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  color: #677294;
}

.footer-bottom p span, .footer-bottom p i {
  margin-right: 4px;
}

.footer-widget {
  margin-bottom: 30px !important;
}

.footer-logo {
  display: block;
}

.footer-text-custom p {
  font-weight: 500;
}

.footer-contact-info {
  margin-bottom: 30px;
}

.footer-contact-info li {
  color: #677294;
  line-height: 2;
  font-size: 15px;
}

.footer-contact-info li a {
  color: #677294;
}

.mc4wp-form {
  position: relative;
  max-width: 270px;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .mc4wp-form {
    margin: unset;
  }
}

.mc4wp-form input {
  width: 100%;
  padding: 16px 25px;
  border: 1px solid #e2e7f3;
  background-color: #e9ecf3;
  outline: none;
  border-radius: 5px;
}

.mc4wp-form input:focus, .mc4wp-form input:active, .mc4wp-form input:hover {
  border-color: #273167;
}

.mc4wp-form button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}

.mc4wp-form .mc4wp-response {
  position: absolute;
  padding-top: 20px;
}

.mc4wp-form .mc4wp-response p {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  z-index: 9;
  padding: 10px;
}

.footer-widget .footer-title {
  margin-bottom: 40px;
}

.footer-widget ul li {
  line-height: 2.5;
  font-weight: 500;
  font-size: 14px;
}

.footer-widget ul li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.footer-widget ul li a:hover {
  color: #273167;
}

.footer-widget .widget_rss ul li {
  padding-bottom: 20px;
}

.footer-widget .widget_rss ul li:last-child {
  padding-bottom: 0;
}

.footer-widget .button-store .custom-btn {
  padding: 10px 20px;
  border: 1px solid #273167;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.footer-widget .button-store .custom-btn i {
  font-size: 27px;
  margin-right: 10px;
  color: #273167;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-widget .button-store .custom-btn p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  color: #273167;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.footer-widget .button-store .custom-btn p span {
  display: block;
  font-size: 17px;
  color: #273167;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-widget .button-store .custom-btn.active {
  background-color: #273167;
}

.footer-widget .button-store .custom-btn.active i {
  color: #fff;
}

.footer-widget .button-store .custom-btn.active p {
  color: #fff;
}

.footer-widget .button-store .custom-btn.active p span {
  color: #fff;
}

.footer-widget .small-post-list .post-item {
  border-bottom: 1px solid #fcfcfc;
}

.footer-widget .text p {
  font-weight: 500;
}

.footer-widget .widget-wrapper {
  padding: 0 !important;
}

.footer-widget .widget-wrapper > ul > li:first-child > a:after {
  margin-top: -3.5px;
}

.mc4wp-form input:focus, .mc4wp-form input:hover {
  border-color: #6f64e7;
}

.footer-widget .widget ul li a {
  padding: 0;
}

.share-list li a {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 2px;
  text-align: center;
  line-height: 19px;
}

.share-list li a:hover {
  background-color: #6f64e7;
  color: #fff !important;
  padding: 0 !important;
}

.footer-share li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #6f64e7;
  color: white;
}

.button-store.style2 .custom-btn.active {
  background-color: #01ce5b;
  border-color: #01ce5b;
}

ul.footer-share.share-list a:hover {
  color: #273167 !important;
}

.page-header {
  height: 420px;
  background-image: url(../images/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .container {
  height: 100%;
}

@media (min-width: 1500px) {
  .page-header .container {
    height: 100%;
  }
}

@media (min-width: 1500px) {
  .page-header {
    height: 550px;
  }
}

.page-header .page-header-content {
  padding-top: 110px;
  text-align: center;
}

.page-header .page-header-content h3 {
  word-break: break-word;
  font-size: 24px;
  padding: 0px 20px 0px 20px;
}

@media (min-width: 992px) {
  .page-header .page-header-content h3 {
    font-size: 36px;
  }
}

@media (min-width: 1500px) {
  .page-header .page-header-content {
    padding-top: 0;
  }
  .page-header .page-header-content h1 {
    font-size: 36px;
    word-break: break-word;
  }
}

@media (max-width: 992px) {
  .page-header .page-header-content h1 {
    font-size: 24px;
    word-break: break-word;
  }
}

.page-header .page-header-content .breadcrumb {
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  margin-bottom: 0;
}

.page-header .page-header-content .breadcrumb li {
  font-size: 16px;
  color: #677294;
  padding: 5px;
  word-break: break-word;
}

.page-header .page-header-content .breadcrumb li a {
  color: #273167;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-header .page-header-content .breadcrumb li a:hover {
  color: #6f64e7;
}

.no-results.not-found {
  margin: 0 20px;
}

.pagination {
  margin-bottom: 0;
}

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

.pagination li a {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #273167;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 13px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination li a.active, .pagination li a:hover {
  background-color: #6f64e7;
  color: #fff;
}

.pagination li li {
  margin-right: 0;
}

.pagination li li a {
  width: auto;
  height: auto;
}

.pagination li li a .icon {
  width: 35px;
  height: 35px;
  background-color: #675cdc;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.pagination li li a .text {
  padding: 0px 20px;
  background-color: #6f64e7;
  color: #fff;
}

.pagination li.active a {
  width: 35px;
  height: 35px;
  background-color: #675cdc;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.sidebar .widget {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.widget {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 40px;
}

.widget .widget-wrapper {
  padding: 15px 15px 15px;
}

.widget .widget-wrapper select {
  width: 100%;
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  outline: none;
}

.widget .widget-wrapper select:focus, .widget .widget-wrapper select:active {
  border-color: #0056b3;
}

.widget .widget-wrapper .search-form {
  position: relative;
}

.widget .widget-wrapper .search-form input {
  width: 100%;
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
}

.widget .widget-wrapper .search-form input:focus, .widget .widget-wrapper .search-form input:active {
  border-color: #0056b3;
}

.widget .widget-wrapper .search-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  outline: none;
  border: none;
  background-color: transparent;
}

.widget .widget-wrapper .search-form button i {
  color: #677294;
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.widget ul li {
  position: relative;
}

.widget ul li a {
  padding: 10px 8px;
  border-bottom: 1px solid #f5f5f0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #6f64e7;
  margin-top: -3.5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget ul li a:hover {
  padding-left: 20px;
  color: #6f64e7;
}

.widget ul li a:hover:after {
  opacity: 1;
  left: 5px;
}

.widget ul li .count {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  background: rgba(111, 100, 231, 0.06);
  color: #273167;
  border-radius: 1px;
}

.widget ul li:hover > .count {
  background: #6f64e7;
  color: white;
}

.widget ul li.recentcomments {
  line-height: 1.4;
  border-bottom: 1px solid #fcfcfc;
  padding: 10px 0;
}

.widget ul li.recentcomments:last-child {
  border-bottom: none;
}

.widget ul li.recentcomments a {
  font-weight: 500;
  border-bottom: none;
  font-size: 14px;
}

.widget ul li.recentcomments a:after {
  display: none;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget-wrapper > ul > li:first-child > a {
  padding-top: 0;
}

.widget-wrapper > ul > li:first-child > a:after {
  margin-top: -7.5px;
}

.widget-wrapper > ul > li:last-child > a {
  border-bottom: none;
}

.widget-wrapper > ul > li:last-child > a:after {
  margin-top: -1.5px;
}

.sidebar-widget-title {
  background-color: #f8f8f8;
  padding: 15px 20px;
  color: #273167;
  margin-bottom: 15px;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.widget_rss ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f8f8f8;
}

.widget_rss ul li:last-child {
  border-bottom: none;
}

.widget_rss ul li a {
  border-bottom: none;
  padding: 0px;
  font-weight: 500;
}

.widget_rss ul li a:hover {
  padding-left: 0;
}

.widget_rss ul li a:after {
  display: none;
}

.widget_rss ul li .rss-date {
  font-size: 15px;
}

.widget_rss ul li .rssSummary {
  padding-top: 10px;
}

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

.widget_calendar table .caption {
  font-weight: 500;
}

.widget_calendar table thead tr th {
  text-align: center;
  padding: 0 !important;
  line-height: 2;
}

.widget_calendar table tbody tr td {
  text-align: center;
  padding: 0 !important;
  line-height: 2;
}

.widget_calendar table tbody tr td#today {
  background-color: #6f64e7;
  color: white;
}

.widget_calendar table tbody tr td a {
  color: #6f64e7;
}

.widget_calendar table tbody tr td:hover a {
  background-color: #6f64e7;
  color: white;
  display: block;
}

.widget_calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev:hover, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next:hover {
  color: #6f64e7;
}

.widget_media_gallery .widget-wrapper,
.widget_wp_user_avatar .widget-wrapper,
.widget_tag_cloud .widget-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tagcloud .wp-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tagcloud .wp-tag-cloud li a {
  background: #f8f8f8;
  color: #273167;
  border-radius: 3px;
  padding: 4px 13px;
  font-size: 13px !important;
  display: block;
  margin: 2px;
}

.tagcloud .wp-tag-cloud li a:hover {
  padding: 4px 13px;
  background-color: #6f64e7;
  color: white;
}

.tagcloud .wp-tag-cloud li a:after {
  display: none;
}

.tagcloud .wp-tag-cloud li:first-child a {
  padding-top: 4px;
}

.widget_wp_user_avatar .wpua-edit {
  text-align: center;
  margin-bottom: 35px;
}

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

.widget_wp_user_avatar button {
  padding: 5px 13px;
  border: none;
  background-color: #6f64e7;
  color: white;
  outline: none;
  border-radius: 3px;
  font-size: 13px;
}

.widget_wp_user_avatar button:hover {
  background-color: rgba(111, 100, 231, 0.7);
}

.widget_wp_user_avatar .submit input {
  padding: 5px 13px;
  border: none;
  background-color: #6f64e7;
  color: white;
  outline: none;
  border-radius: 3px;
  font-size: 13px;
}

.widget_wp_user_avatar .submit input:hover {
  background-color: rgba(111, 100, 231, 0.7);
}

.textwidget {
  margin-bottom: 10px;
}

.textwidget p {
  font-size: 14px;
}

.widget-tab {
  margin-top: 15px;
  margin-bottom: 7px;
}

.widget-tab .nav-item {
  width: 50%;
}

.widget-tab .nav-item a {
  width: 100%;
  font-size: 14px;
  position: relative;
  padding: .5rem 1rem !important;
  font-weight: 600;
  text-transform: uppercase;
}

.widget-tab .nav-item a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #bfc4d2;
}

.widget-tab .nav-item a:after {
  display: none;
}

.widget-tab .nav-item a.active {
  font-weight: 900;
}

.widget-tab .nav-item a.active:before {
  background-color: #6f64e7;
}

.small-post-list .post-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}

.small-post-list .post-item .post-thumb {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: relative;
}

.small-post-list .post-item .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.small-post-list .post-item .post-thumb .search-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #6f64e7;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  margin-left: -18px;
  color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.small-post-list .post-item .post-content {
  width: calc(100% - 65px);
  padding: 0 0 0 10px;
}

.small-post-list .post-item .post-content .title {
  font-size: 14px;
  color: #273167;
  line-height: 18px;
  margin-bottom: 6px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.small-post-list .post-item .post-content .meta-post {
  margin-bottom: 0;
}

.small-post-list .post-item .post-content .meta-post li {
  font-size: 12px;
}

.small-post-list .post-item:hover .search-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.small-post-list .post-item:hover .post-thumb:after {
  opacity: 1;
}

.small-post-list .post-item:hover .title {
  color: #6f64e7;
}

.small-post-list .post-item:last-child {
  padding-bottom: 0;
  border: none;
}

.widget_recent_entries ul li {
  border-bottom: 1px solid #fcfcfc;
  padding: 10px 15px;
}

.widget_recent_entries ul li a {
  padding: 0px;
  border-bottom: none !important;
  line-height: 1.4;
}

.widget_recent_entries ul li .post-date {
  font-size: 13px;
}

.widget_recent_entries ul li:last-child {
  border-bottom: none;
}

.footer table#wp-calendar th {
  border: 1px solid #6c757d;
}

.footer table#wp-calendar td {
  border: 1px solid #6c757d;
}

.contact-wrapper {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 20px 40px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.contact-form {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #e2e7f3;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  outline: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form input:active, .contact-form input:hover, .contact-form input:focus, .contact-form textarea:active, .contact-form textarea:hover, .contact-form textarea:focus {
  border-color: #6f64e7;
}

.contact-form input {
  margin-bottom: 50px;
  font-size: 14px;
}

.contact-form input:last-child {
  margin-bottom: 0;
}

.contact-form textarea {
  height: 200px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact-form textarea {
    height: 100%;
  }
}

.contact-form button {
  padding: 15px 60px;
  font-size: 14px;
  background-color: #6f64e7;
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.contact-form button:hover {
  color: #fff;
  background-color: #273167;
}

form.wpcf7-form {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

form.wpcf7-form input {
  margin-bottom: 40px;
  font-size: 14px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #e2e7f3;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  outline: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wpcf7-submit {
  width: auto !important;
  padding: 15px 60px !important;
  font-size: 14px;
  background-color: #6f64e7;
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  font-weight: 500;
}

.wpcf7-submit:hover {
  color: #fff;
  background-color: #273167;
}

form.wpcf7-form p:empty {
  margin: 0;
  padding: 0;
}

form.wpcf7-form p {
  margin: 0;
  padding: 0;
}

form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
  border-color: #6f64e7;
}

.contact-section.roundShape4 {
  position: relative;
}

.contact-section.roundShape4:after {
  content: '';
  position: absolute;
  left: -70px;
  top: 20px;
  width: 150px;
  height: 150px;
  background-image: url(../images/roundShape2.png);
  background-size: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .contact-section.roundShape4:after {
    left: -180px;
    top: -100px;
    width: 400px;
    height: 300px;
  }
}

.shape-animation li {
  position: absolute;
}

.cross-shape.one {
  left: 5%;
  top: 150px;
  -webkit-animation: round1 20s infinite;
          animation: round1 20s infinite;
}

.cross-shape.two {
  right: 10%;
  bottom: 50px;
  -webkit-animation: round2 20s infinite;
          animation: round2 20s infinite;
}

.cross-shape span {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
}

.cross-shape span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  background-color: #aaa5f1;
  border-radius: 5px;
}

.cross-shape span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background-color: #aaa5f1;
  border-radius: 5px;
}

.rect-shape.one {
  left: 48%;
  top: 400px;
  -webkit-animation: round2 15s infinite;
          animation: round2 15s infinite;
}

.rect-shape.two {
  left: 53%;
  bottom: 15%;
  -webkit-animation: round1 25s infinite;
          animation: round1 25s infinite;
}

.rect-shape.three {
  left: 7%;
  top: 460px;
  -webkit-animation: round2 10s infinite;
          animation: round2 10s infinite;
}

.rect-shape.four {
  left: 3%;
  bottom: 2%;
  -webkit-animation: round1 20s infinite;
          animation: round1 20s infinite;
}

.rect-shape.five {
  left: 78%;
  top: 536px;
  -webkit-animation: round1 20s infinite;
          animation: round1 20s infinite;
}

.rect-shape span {
  width: 24px;
  height: 24px;
  border: 5px solid #aaa5f1;
  display: block;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
}

.roundShapeleft {
  position: relative;
}

.roundShapeleft:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background-image: url(../images/roundShape1.png);
  background-size: cover;
}

@media (min-width: 992px) {
  .roundShapeleft:after {
    width: 300px;
    height: 300px;
  }
}

.roundShaperight {
  position: relative;
}

.roundShaperight:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 100px;
  height: 150px;
  background-image: url(../images/roundShape2.png);
  background-size: cover;
}

@media (min-width: 992px) {
  .roundShaperight:before {
    width: 226px;
    height: 300px;
  }
}

.angleShape {
  position: relative;
}

.angleShape:after {
  content: "";
  position: absolute;
  left: 48%;
  top: 50%;
  width: 1273px;
  height: 1000px;
  border-radius: 120px;
  background-color: #eef3fa;
  z-index: 0;
  -webkit-transform: skew(-15deg) rotate(38deg) translateY(-50%);
          transform: skew(-15deg) rotate(38deg) translateY(-50%);
}

@-webkit-keyframes round1 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(480deg);
            transform: rotate(480deg);
  }
}

@keyframes round1 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(480deg);
            transform: rotate(480deg);
  }
}

@-webkit-keyframes round2 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(-480deg);
            transform: rotate(-480deg);
  }
}

@keyframes round2 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(-480deg);
            transform: rotate(-480deg);
  }
}

.client-logo-container {
  overflow: hidden;
  padding: 40px 50px 30px 50px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.client-logo-container .client-logo {
  text-align: center;
}

.client-logo-container .client-logo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}

.client-logo-section.style2 {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  background-color: #f6f9f7;
}

.client-logo-section.style2 .client-logo-container {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.axsis-client-logo-section {
  background-color: #f4f5f9;
}

.logo-item {
  -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);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 200px;
  display: inline-block;
}

@media (min-width: 992px) {
  .logo-item {
    margin-bottom: 0;
  }
}

.logo-item img {
  width: 100%;
}

.axsis-client-logo-section.style3 {
  background-color: transparent;
}

.axsis-client-logo-section.style3 .logo-item {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #fff;
}

.axsis-client-logo-section.style3 .logo-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#869ce4), to(#9c8bca));
  background: linear-gradient(to left, #869ce4 0%, #9c8bca 100%);
  opacity: 0.6;
}

.axsis-client-logo-section.style3 .logo-item:hover:after {
  opacity: 0;
}

@media (min-width: 992px) {
  .axsis-client-logo-section.style3 .col-lg-2:nth-child(even) {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

.axsis-client-logo-section.style3 .col-lg-2:last-child .logo-item {
  margin-bottom: 0;
}

.axsis-client-logo-section.style3 .col-lg-2.active .logo-item:after {
  opacity: 0;
}

.grayscale-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}

.axsis-team-section {
  -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);
  position: relative;
  z-index: 2;
}

.team-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);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}

.team-item:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0px;
  bottom: 0;
  width: 0px;
  height: 2px;
  background-color: #6f64e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-item .team-thumb {
  position: relative;
}

.team-item .team-thumb img {
  width: 100%;
}

.team-item .team-thumb .icon {
  position: absolute;
  left: 56%;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border-radius: 50%;
  background-color: #252525;
  text-align: center;
  line-height: 42px;
  color: white;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  opacity: 0;
}

.team-item .team-thumb .icon.search {
  margin-left: -21px;
}

.team-item .team-thumb .icon.link {
  margin-left: -21px;
}

.team-item .team-thumb .icon:hover {
  background-color: #6f64e7;
}

.team-item .team-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 100, 231, 0.5);
  opacity: 0;
}

.team-item .team-content {
  text-align: center;
  padding: 20px;
}

.team-item .team-content .name {
  line-height: 20px;
}

.team-item .team-content .desgination {
  font-size: 13px;
  color: #273167;
  margin-bottom: 0;
}

.team-item:hover .team-thumb:after {
  opacity: 1;
}

.team-item:hover .team-thumb .icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.team-item:hover .team-thumb .icon.search {
  margin-left: -35px;
}

.team-item:hover .team-thumb .icon.link {
  margin-left: 15px;
}

.team-item:hover:hover:after {
  margin-left: -35px;
  width: 70px;
}

.team-slider-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;
}

.team-slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  opacity: 1;
}

.team-slider-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f64e7;
}

.team-single-container {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.team-member-info {
  border-bottom: 1px solid rgba(216, 219, 230, 0.5);
  padding: 30px 30px 50px 30px;
}

.team-member-info .thumb {
  max-width: 370px;
  width: 100%;
  border-radius: 10px;
  margin: auto;
}

.team-member-info .thumb img {
  width: 100%;
}

.team-member-info .team-content {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .team-member-info .team-content {
    width: calc(100% - 370px);
    margin-top: 0;
  }
}

.team-member-info .team-content .name {
  font-size: 30px;
  margin-bottom: 10px;
}

.team-member-info .team-content .designation {
  font-size: 13px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .team-member-info .team-content .designation {
    margin-bottom: 30px;
  }
}

.team-member-info .team-content p {
  font-size: 16px;
  line-height: 2;
}

.team-member-info .team-content p:last-child {
  margin-bottom: 0;
}

.team-member-info .team-content .social-icon-list {
  margin-top: 30px;
}

.team-member-info .team-content .social-icon-list li a {
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member-info .team-content .social-icon-list li a:hover {
  color: #6f64e7;
}

.team-member-skill-section {
  padding: 40px 40px 60px 40px;
}

.skill-progress-item {
  margin-bottom: 20px;
}

.skill-progress-item:last-child {
  margin-bottom: 0;
}

.skill-progress-item .skill-name {
  margin-bottom: 5px;
}

.skill-progress-item .progress {
  height: 16px;
  background-color: #e1e4f3;
  padding: 4px;
  border-radius: 3px;
  overflow: visible;
}

.skill-progress-item .progress .progress-bar {
  height: 8px;
  background-color: #6f64e7;
  border-radius: 3px;
  position: relative;
}

.skill-progress-item .progress .progress-bar .progress-count {
  position: absolute;
  right: -12px;
  top: -30px;
  padding: 2px 5px;
  background-color: #6f64e7;
  border-radius: 2px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.skill-progress-item .progress .progress-bar .progress-count:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -2px;
  width: 7px;
  height: 7px;
  background-color: #6f64e7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.professional-skill-list li {
  line-height: 2.5;
}

.professional-skill-list li i {
  color: #6f64e7;
  margin-right: 15px;
}
/*# sourceMappingURL=style.css.map */