﻿/*-----------------------------------------------------*/
/*                   GENERIC                           */
/*-----------------------------------------------------*/
/* ----- Normalize ----- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input[type='button'] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

ul {
    margin-bottom: 0;
}

.list-inline-item:not(:last-child) {
    margin: 0;
}

button {
    background: none;
    border: none;
}

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

p {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
}

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

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.who-ami__img a {
    width: 100%;
}
.ps__thumb-y {
    background: #222;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background: #333;
}

.tparrows:hover {
    background: transparent;
}

.uranus.tparrows:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    color: #fff;
}

.tparrows.tp-leftarrow::before {
    content: '\f2ea';
}

.tparrows.tp-rightarrow::before {
    content: '\f2ee';
}

.slide-wrapper .slide-item {
    outline: none;
}

.table {
    margin-bottom: 0;
}

/* ----- Typography ----- */
body {
    font-family: Arial, Helvetica, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71429;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

blockquote {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

p {
    line-height: -webkit-calc(24/14);
    line-height: -moz-calc(24/14);
    line-height: calc(24/14);
}
header.header-desktop img {
    width: 230px;
}
/*-----------------------------------------------------*/
/*                   ELEMENTS                          */
/*-----------------------------------------------------*/
/* ----- Titles ----- */
.title--ff-mont {
    font-family: "Montserrat", sans-serif;
}

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

.title--fw-regular {
    font-weight: 400;
}

/* ----- Links ----- */
a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #333;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ----- Logo ----- */
.logo {
    margin-top: 10px;
}

/*-----------------------------------------------------*/
/*                   OBJECTS                           */
/*-----------------------------------------------------*/
/* ----- Section----- */
section {
    overflow: hidden;
    position: relative;
}

.section__content {
    position: relative;
    margin: 0 auto;
}

.section__content--w2760 {
    min-width: 2760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 991px) {
    .section__content--w2760 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: auto;
    }
.col-md-2.col-sm-6.ft3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: fit-content;
        float: left;
}
.col-md-6.ft2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    float: left;
}
.widget-title, .widget-title-two, .widget-title-three {
    padding-top: 40px;
}
}

.section__content--w1760 {
    max-width: 1760px;
}

.section__content--w1720 {
    max-width: 1720px;
}

.section__content--w1550 {
    max-width: 1550px;
}

.section__content--w1420 {
    max-width: 1420px;
}

.section__content--w860 {
    max-width: 860px;
}

.section__content--w800 {
    max-width: 800px;
}

.section__content--w1030 {
    max-width: 1030px;
}

@media (min-width: 1520px) {
    .section__content--w2306 {
        padding: 0 60px;
        min-width: 2306px;
    }
}

@media (max-width: 1519px) {
    .section__content--w2306 {
        padding: 0 30px;
    }
}

.section__content--w1510 {
    max-width: 1510px;
}

.who-ami .who-ami__greetings {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #333;
justify-content: center;
align-items: center;
}

.who-ami .who-ami__greetings .who-ami__greetings-left {
    width: 31%;
    margin-left: 23%;
}

.who-ami .who-ami__greetings .who-ami__greetings-left h2 {
    line-height: 1;
    font-weight: 600;
}

.who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 20px;
    line-height: 1.5;
    margin: 5px 0;
    text-align: justify;
    color: #004379;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.who-ami .who-ami__greetings .who-ami__greetings-left .name {
    font-size: 60px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 4px solid #333;
    text-align: right;
    white-space: nowrap;
}

div.our-pricing-tab span br {
  display: none;
}

@media (max-width: 1400px) {
div.our-pricing-tab {
    min-height: 155px;
    display: flex;
justify-content: center;
align-items: center;
}
div.our-pricing-tab span br {
  display: block;
}
}

@media (max-width: 1199px) {
    .who-ami .who-ami__greetings .who-ami__greetings-left .name {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
  .who-ami .who-ami__greetings {
      display: flex;
  }
    .who-ami .who-ami__greetings .who-ami__greetings-left {
      margin-left: 0;
      width: 35%;
      display: inline-block;
    }

    .who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
        font-size: 23px;
    }

    .who-ami .who-ami__greetings .who-ami__greetings-left .name {
        font-size: 32px;
    }
}

.who-ami .who-ami__greetings .who-ami__greetings-right {
    margin-left: 50%;
    padding: 0;
    padding-left: 40px;
    text-align: justify;
}

.who-ami .who-ami__greetings .who-ami__greetings-right p {
    color: #004379;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    line-height: 1.8;
}

@media (max-width: 1199px) {
    .who-ami .who-ami__greetings .who-ami__greetings-right {
        padding: 3px 0;
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .who-ami .who-ami__greetings .who-ami__greetings-right {
      padding: 0;
      margin-left: 0;
      width: 64%;
      display: inline-block;
      text-align: justify;
    }
    .who-ami.p-t-150,
    .lastest-work.p-t-150 {
    padding-top: 100px;
}
.col-lg-10.access {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 0;
}
.col-lg-2.access {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.tab-content.p-t-50 {
    padding-top: 15px;
}
}

@media (max-width: 900px) {
  .who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 20px;
}
.who-ami .who-ami__title a.au-btn--dark {
    width: 100% !important;
}
.who-ami .who-ami__greetings .who-ami__greetings-right {
    margin-left: 15px;
    width: calc(64% - 15px);
}
}

@media (max-width: 768px) {
  .who-ami .who-ami__greetings .who-ami__greetings-left,
  .who-ami .who-ami__greetings .who-ami__greetings-right {
      width: 45%;
  }
  .who-ami .who-ami__greetings .who-ami__greetings-right {
    margin-left: 0;
    font-size: 13px;
}

.who-ami.p-t-150 {
    padding-top: 60px;
}
.news.p-b-150 {
    padding-bottom: 60px !important;
}
.p-t-50 {
    padding-top: 10px !important;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs {
    width: 200px !important;
}
.pricing-tab-content-block .wt-tabs.vertical .tab-content {
    margin-left: 200px !important;
    padding-left: 0 !important;
}
.lastest-work .latest-work__item,
.lastest-work .lastest-work__intro {
    margin-bottom: 20px !important;
}
.col-25 {
    width: -webkit-calc((100% - 20px) / 2) !important;
    width: -moz-calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
}
section.news h2,
h1.service,
h2.title,
.lastest-work .lastest-work__intro .lastest-work__title span {
    font-size: 24px !important;
}
}
@media (max-width: 768px) {
  .who-ami .who-ami__greetings .who-ami__greetings-left,
  .who-ami .who-ami__greetings .who-ami__greetings-right {
      width: 100%;
  }
}
.who-ami .who-ami__title {
    height: 100%;
    position: relative;
}

.who-ami .who-ami__title a.au-btn--dark {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #ffffff;
    color: #004379;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    border: 1px solid #004379;
    text-align: center;
    width: 100%;
    height: 50px;
}

.who-ami .who-ami__title a.au-btn--dark:hover {
    background: #004379;
    color: #fff;
}

.who-ami .who-ami__title .who-ami__title-text {
    white-space: nowrap;
    letter-spacing: 0.25em;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 20px 0 0;
    text-align: justify;
    letter-spacing: 5px !important;
    /* background: #f8f8f8; */
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #004379;    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media (max-width: 991px) {
    .who-ami .who-ami__title .who-ami__title-text {
        /* margin-top: 20px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        white-space: normal;
        letter-spacing: 0; */
    }

    .who-ami .who-ami__title a.au-btn--dark {
        /* bottom: -50px; */
        right: 0px;
        width: 121px;
    }
    .news.p-b-150 {
    padding-bottom: 100px;
}
div.br-2 {
    border-right: none !important;
  }
  .news .col-lg-9 {
    text-align: center;
}
p.service {
    margin: 10px 0 40px;
  }
  .pricing-tab-content-block .wt-tabs.vertical .nav-tabs {
    width: 230px;
}
.pricing-tab-content-block .wt-tabs.vertical .tab-content {
    margin-left: 230px;
    padding-left: 15px;
}
.wt-tilte .text-primary {
    margin-bottom: 15px;
}
.pricing-tab-content-block .wt-tabs .nav-tabs > li > a {
    padding: 15px 10px 15px 20px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs li.active a:before {
right: 5px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled .owl-prev,
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled .owl-next {
  /* display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  margin: -25px 0 0;
  width: 30px;
  height: 30px;
  background: #004379; */
}
.owl-carousel .owl-nav.disabled .owl-prev {
    display: block;
    position: absolute;
    top: calc(50% - 45px);
    color: #fff;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #d8d8d8;
    left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav.disabled .owl-next {
    right: 1px;
    position: absolute;
    top: calc(50% - 45px);
    color: #fff;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav.disabled .owl-next:hover,
.owl-carousel .owl-nav.disabled .owl-prev:hover {
  opacity: .8;
}

section.iin.case .owl-carousel .owl-nav.disabled .owl-prev,
section.iin.case .owl-carousel .owl-nav.disabled .owl-next {
    top: calc(50% - 70px);
}

}

@media (max-width: 767px) {
section.iin.case .owl-carousel .owl-nav.disabled .owl-prev, section.iin.case .owl-carousel .owl-nav.disabled .owl-next {
    top: 30%;
}

}


@media (max-width: 500px) {
section.iin.case .owl-carousel .owl-nav.disabled .owl-prev, section.iin.case .owl-carousel .owl-nav.disabled .owl-next {
    top: 25%;
}

}

@media (max-width: 375px) {
.owl-carousel .owl-nav.disabled .owl-prev,
.owl-carousel .owl-nav.disabled .owl-next {
    top: calc(50% - 35px);
}
section.iin.case .owl-carousel .owl-nav.disabled .owl-prev, section.iin.case .owl-carousel .owl-nav.disabled .owl-next {
    top: 20%;
}

}


@media (max-width: 850px) {
  .col-lg-10.access {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 15px;
  }
  .col-lg-2.access {
      max-width: 100%;
  }
  .who-ami .who-ami__title .who-ami__title-text {
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
      padding: 15px 0 !important;
  }

  .who-ami .who-ami__title a.au-btn--dark {
    bottom: -50px;
    left: 0px;
    width: 121px !important;
}
}

@media (max-width: 767px) {
  .wt-tilte .text-primary {
    margin-bottom: 5px;
}
.wt-tilte h3 {
    letter-spacing: 0.1em;
    margin-top: 15px;
}
.wt-tilte p {
    line-height: 1.8;
    margin-bottom: 15px;
}
.pricing-tab-content-block .wt-tabs.bg-tabs .nav-tabs > li > a {
    font-size: 14px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs li.active a:before {
    font-size: 16px;
}
.who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 18px !important;
}
.who-ami .who-ami__greetings {
    display: block;
}
.who-ami .who-ami__greetings .who-ami__greetings-left .greetings br {
    display: none;
}
.widget .widget-title.three {
    padding-left: 0;
}
.widget.widget_services ul.three {
    padding: 0 15px 0 0;
}
p.service {
    margin: 10px 0 15px !important;
}
div.br-2 {
    padding: 20px 0 10px !important;
}
}

@media (max-width: 680px) {
.widget-title, .widget-title-two, .widget-title-three {
    padding-top: 30px;
    margin-bottom: 10px;
}
.widget-title, .widget-title-two, .widget-title-three li::before {
    top: 10px;
}
.widget_services ul li {
      padding: 10px 10px 5px 15px;
      font-size: 12px;
}
.col-md-6.ft2 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
}
@media (max-width: 640px) {
  .who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 16px !important;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs {
      width: 100% !important;
      float: none;
      display: flex;
      margin-bottom: 15px;
      margin-top: 15px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs li {
    width: calc(100% / 3);
        min-width: 163px;
}
.pricing-tab-content-block .wt-tabs.bg-tabs .nav-tabs > li > a {
    border: none;
}
.p-t-50 {
    padding-top: 0 !important;
}
.pricing-tab-content-block .wt-tabs.vertical .tab-content {
    margin-left: 0 !important;
}
.pricing-tab-content-block .tab-pane {
    padding: 0 !important;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs li.active a:before {
    content: "＞";
    transform:rotateZ(90deg);
    bottom: 10px;
right: 20px;
}
.pricing-tab-content-block .wt-tabs .nav-tabs > li > a {
    padding: 15px;
}
}


@media (max-width: 540px) {
  .wt-tilte h3 {
    font-size: 16px !important;
}
.wt-tilte p {
    line-height: 1.6;
}
  .lastest-work .lastest-work__intro .lastest-work__title span {
    margin-top: 20% !important;
}
  .pricing-tab-content-block .wt-tabs.vertical .nav-tabs.item3 li {
      width: calc(100% / 3);
      min-width: 90px;
  }
  .wt-tabs.vertical.bg-tabs .nav-tabs > li.active > a {
    border-right: none;
}
.pricing-tab-content-block .wt-tabs .nav-tabs > li > a {
    padding: 10px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs li.active a:before {
  font-size: 9px;
  bottom: -5px;
  right: 30px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs li.active a {
    text-indent: -10px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs.item2 li {
    width: calc(100% / 2);
    min-width: 100px;
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs.item1 li {
    min-width: 163px;
    width: calc(100% / 2);
}
.pricing-tab-content-block .wt-tabs.vertical .nav-tabs.item1  li.active a:before {
    font-size: 9px;
    bottom: 0px;
    right: 30px;
}
}

@media (max-width: 500px) {
  div.our-pricing-tab {
      min-height: 140px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .icon-lg {
      width: 55px;
  }
.who-ami .who-ami__greetings .who-ami__greetings-left .greetings br {
    display: block;
}
.who-ami .who-ami__title .who-ami__title-text {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px 0 0 !important;
}
.site-button, .site-button-secondry,
.au-btn--border.au-btn--border-6,
.who-ami .who-ami__title a.au-btn--dark {
    line-height: 40px !important;
    height: 40px !important;
}
.p-b-150 {
    padding-bottom: 120px !important;
}
div.fs16 {
    font-size: 14px !important;
}
section.news h2,
h1.service,
h2.title,
.lastest-work .lastest-work__intro .lastest-work__title span {
    font-size: 20px !important;
}
.col-md-6.ft2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.widget.widget_services ul.three:last-child {
    padding: 0;
}
}

@media (max-width: 414px) {
section.news h2, h1.service, h2.title,
.lastest-work .lastest-work__intro .lastest-work__title span {
    font-size: 24px !important;
}
.lastest-work .lastest-work__intro .lastest-work__title span {
    margin-top: 15% !important;
}
.recent-blog .recent-blog__item .content--right.pdbt-20.sp p.text {
   letter-spacing: -1px;
}
.recent-blog .recent-blog__item .content--right.pdbt-20.sp p.text.instagram {
   letter-spacing: 0;
   text-align: left;
   margin-bottom: 25px;
}
.recent-blog .recent-blog__item .content .text {
    text-align: left !important;
}
.recent-blog__item.clearfix.top_staff {
    margin-bottom: 40px !important;
}
.recent-blog .recent-blog__item .image-wrap.sp {
    margin-bottom: 0 !important;
}
.wt-accordion .wt-panel:last-child {
    margin-bottom: 25px;
}
.recent-blog .recent-blog__item .content--right.pdbt-20.sp p.text br {
    display: none;
}
.recent-blog .recent-blog__item {
    margin-bottom: 80px !important;
}
.recent-blog.sonic .recent-blog__item,
.recent-blog.echo .recent-blog__item {
    margin-bottom: 0 !important;
}
.staff .slick-initialized .slick-slide {
    display: block;
    width: 100% !important;
    padding-right: 15px;
}
}

@media (max-width: 375px) {
.who-ami.p-t-150 {
    padding-top: 60px;
}
.widget_services ul li {
    padding: 10px 0px 5px 10px;
}
.lastest-work.p-t-150 {
    padding-top: 80px;
}
.lastest-work .lastest-work__intro .lastest-work__title span {
    margin-top: 10% !important;
}
.wt-tilte p br {
    display: none;
}
.widget_categories ul li:before, .widget_archive ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_useful_links ul li:before, .widget_recent_entries ul li:before, .widget_services ul li:before {
    top: 10px;
}
}
@media (max-width: 1199px) {
    .who-ami .who-ami__title .who-ami__title-text {
        letter-spacing: 1.5px;
        padding: 15px 20px;
    }
}

@media all and (-ms-high-contrast: none) {
.who-ami .who-ami__title .who-ami__title-text {
  max-height: 450px;
}
.who-ami .who-ami__title a.au-btn--dark {
/* bottom: 0; */
}
.who-ami .who-ami__title a.au-btn--dark {
    min-width: 121px;
}
.who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 19px;
}
.who-ami .who-ami__greetings {
    display: block;
}
}

.lastest-work .lastest-work__intro {
    margin-bottom: 40px;
    position: relative;
}

.lastest-work .lastest-work__intro .lastest-work__intro-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 60px;
    border-top: 2px solid #004379;
    border-bottom: 2px solid #004379;
}

.fix-top {
    top: 170px;
    background: url(../images/time_off_1.png) 14px center no-repeat #004379;
    position: fixed;
    right: -74px;
    z-index: 10;
}

.fix-top2 {
    top: 100px;
    background: url(../images/tel_off_1.png) 14px center no-repeat #004379;
    position: fixed;
    right: -53px;
    z-index: 19;
}

.fix-top2.sp {
  display: none;
}

.fix-top2 a {
    line-height: 40px;
}

.fix-top a,
.fix-top2 a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  min-height: 50px;
  align-items: center;
  font-family: Futura, Arial, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
    padding-left: 12px;
}
.fix-top a:hover,
.fix-top2 a:hover {
    width: 250px;
    transition: 1s;
}
.fix-top a:hover span,
.fix-top2 a:hover span {
  opacity: 1;
  width: 100%;
  left: 45px;
}

.fix-top2 a:hover span {
    font-size: 18px;
}

.fix-top span, .fix-top2 span {
    padding: 0;
    position: relative;
    top: 0;
    opacity: 0;
    color: #fff;
}

@media (max-width: 991px) {
.animsition.fade-out {
  -webkit-animation-name: none;
  animation-name: none;
}
/* .fix-top,
.fix-top2 {
  display: none;
}

.fix-top2.sp {
  display: block;
} */

.who-ami .who-ami__title .who-ami__title-text {
  letter-spacing: 3px !important;
  padding: 0px 20px;
}

}



.lastest-work .lastest-work__intro .lastest-work__title {
    color: #004379;
    font-family: "Montserrat", sans-serif;
    text-align: right;
}

.lastest-work .lastest-work__intro .lastest-work__title span {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin-top: 45px;
    margin-bottom: 10px;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
}

@media (max-width: 1519px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 40px;
        margin: 0;
    }
    .lastest-work .lastest-work__intro .lastest-work__intro-inner {
        padding: 35px 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 30px;
    }
}

@media (max-width: 1741px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 40px;
    }
}

@media (max-width: 1520px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 36px;
    }
}

@media (max-width: 1233px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 32px;
    }
}

.lastest-work .lastest-work__intro .lastest-work__title .dash {
    position: relative;
    text-transform: capitalize;
}

.lastest-work .lastest-work__intro .lastest-work__title .dash:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -106px;
}

@media (max-width: 1741px) {
    .lastest-work .lastest-work__intro .lastest-work__title .dash:before {
        width: 45px;
        left: -57px;
    }
}

@media (max-width: 1233px) and (min-width: 1199px) {
    .lastest-work .lastest-work__intro .lastest-work__title .dash:before {
        width: 30px;
        left: -39px;
    }
}

.lastest-work .lastest-work__intro .lastest-work__text {
    text-align: right;
    margin-top: 10px;
    text-align: center;
    color: #004379;
        font-size: 14px;
    font-weight: 500;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
}

@media (max-width: 1520px) {
    .lastest-work .lastest-work__intro .lastest-work__text {
        font-size: 14px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__text {
        font-size: 12px;
        margin-top: 10px;
    }
}

.lastest-work .latest-work__item {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.lastest-work .latest-work__item:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastest-work .latest-work__item .link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: block;
}

.lastest-work .latest-work__item:hover .body {
    visibility: visible;
    -webkit-animation: fadeIn .5s;
    -moz-animation: fadeIn .5s;
    -o-animation: fadeIn .5s;
    animation: fadeIn .5s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastest-work .latest-work__item .body {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastest-work .latest-work__item .body h3 {
  line-height: 1.4;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-bottom: 25px; */
        margin-top: 15px;
    -webkit-animation: fadeOut 0.3s;
    -moz-animation: fadeOut 0.3s;
    -o-animation: fadeOut 0.3s;
    animation: fadeOut 0.3s;
}

.lastest-work .latest-work__item:hover .body h3 {
    -webkit-animation: zoomIn 0.3s;
    -moz-animation: zoomIn 0.3s;
    -o-animation: zoomIn 0.3s;
    animation: zoomIn 0.3s;
}

.lastest-work-2 .lastest-work__intro .lastest-work__title .dash:before {
    width: 50px;
    left: -60px;
}

@media (max-width: 1741px) {
    .lastest-work-2 .lastest-work__intro .lastest-work__title .dash:before {
        width: 35px;
        left: -45px;
    }
}

@media (max-width: 1233px) and (min-width: 1199px) {
    .lastest-work-2 .lastest-work__intro .lastest-work__title .dash:before {
        width: 35px;
        left: -45px;
    }
}

.lastest-work-2 .latest-work__item .image > img {
    width: 100%;
}

.recent-blog .recent-blog__title-wrap {
    overflow: hidden;
}

.recent-blog .recent-blog__title-wrap .recent-blog__title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

@media (max-width: 575px) {
    .recent-blog .recent-blog__title-wrap .recent-blog__title {
        font-size: 30px;
    }
}

@media (max-width: 414px) {
.lastest-work .latest-work__item .body h3 {
      margin-top: 0;
      padding: 0 5px;
}
}

.recent-blog .recent-blog__title-wrap .recent-blog__title:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 60px;
    height: 5px;
    background: #333;
    left: -75px;
    top: 50%;
    margin-top: -2px;
}

.recent-blog .recent-blog__item {
    margin-bottom: 150px;
}
.recent-blog.staff .recent-blog__item {
    margin-bottom: 100px;
}
.iin.recent-blog .recent-blog__item {
    margin-bottom: 90px;
}
.access_sec .recent-blog__item.clearfix.no-mgb {
    margin-bottom: 90px;
}
.access_sec .recent-blog__item.clearfix.no-mgb:last-child {
    margin-bottom: 0;
}
.recent-blog__item.clearfix.no-mgb {
    margin-bottom: 30px;
}

section.echo .recent-blog__item.clearfix.no-mgb,
section.sonic .recent-blog__item.clearfix.no-mgb {
    margin-bottom: 0;
}

.recent-blog .recent-blog__item .image-wrap {
    width: 59.82906%;
    position: relative;
}

.image-wrap.float-lg-left.w-50 {
    padding-right: 25px;
}
.image-wrap.float-lg-right.w-50 {
    padding-left: 25px;
}

@media (max-width: 991px) {
  .recent-blog .recent-blog__item .image-wrap {
      width: 100%;
      margin-bottom: 30px;
  }
  .recent-blog .recent-blog__item .image-wrap.sp {
      width: calc(100% + 15px);
      margin-bottom: 30px;
  }
  .recent-blog .recent-blog__item .image-wrap.info {
      width: 59.82906%;
      position: relative;
      float: right;
  }
  .content.content--left.no-pdtb.info2 {
      margin-right: 60%;
      padding-right: 15px !important;
  }
  .recent-blog .recent-blog__item {
    margin-bottom: 100px;
}
.p-t-110 {
    padding-top: 80px !important;
}
.recent-blog .recent-blog__item .image-wrap.sns {
    width: 59.82906%;
    margin-bottom: 30px;
    float: left;
}
.recent-blog .recent-blog__item .content--right.sns2 {
    margin-left: 60%;
    padding-left: 15px;
}

}

.recent-blog .recent-blog__item .image {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.recent-blog .recent-blog__item .image img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.recent-blog .recent-blog__item .image:hover img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.parallax-bg {
  background-image: url('../images/DSC00072_back.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    padding: 150px 0;
}
.parallax-bg.accesspara {
    background-image: url(../images/access_para.jpg);
}
.parallax-bg.seitai_para {
    background-image: url(../images/DSC00072_back.jpg);
}
.parallax-bg.kyousei_para {
    background-image: url(../images/kyosei_para.jpg);
}
.parallax-bg.hoken_para {
    background-image: url(../images/hoken-jiko_img_para.jpg);
}

.recent-blog .recent-blog__item .content--right {
    margin-left: 60%;
    padding: 70px 0;
    padding-left: 50px;
}

.content.content--right.m-l-50 {
    padding: 150px 0 0;
    padding-left: 25px;
    margin-left: 50%;
}

.access_sec .content.content--right.m-l-50 {
  padding: 120px 0 0;
  margin-left: calc(50% + 25px);
}

.content.content--right.m-l-50.sonic {
    padding: 0 0 0 25px;
}

.content.content--right.information {
    padding: 0;
    padding-left: 50px;
}
.recent-blog .recent-blog__item .content--right.pdbt-20.pc {
    padding: 90px 0;
    padding-left: 50px;
}
.recent-blog .recent-blog__item .content--right.pdbt-20.sp {
    display: none;
}
.recent-blog .recent-blog__item .content.no-pdtb {
    padding: 0;
    padding-right: 50px;
}
@media (max-width: 767px) {
  .lastest-work .lastest-work__intro .lastest-work__intro-inner {
      padding: 20px 30px;
  }
  .recent-blog .recent-blog__item .image-wrap.info {
      width: 100%;
      margin-bottom: 15px;
  }
  .content.content--left.no-pdtb.info2 {
    margin-right: 0;
    padding-right: 0;
}
h2.title.tel {
    margin-top: 15px;
    margin-bottom: 15px !important;
}
.recent-blog .recent-blog__item .image-wrap.sns {
    width: 100%;
    margin-bottom: 15px;
    float: none;
}
.recent-blog .recent-blog__item .content--right.sns2 {
    margin-left: 0;
    padding-left: 0;
}
p.text.instagram {
    line-height: 1.8 !important;
    margin-top: 15px !important;
}
#map {
    height: 300px !important;
}
h4 {
    font-size: 16px;
}
.wt-tilte h3 {
    font-size: 18px;
}
.iin.recent-blog .recent-blog__item {
    margin-bottom: 45px !important;
}

}


@media (max-width: 1199px) {
    .recent-blog .recent-blog__item .content--right {
        padding: 0;
        padding-left: 70px;
    }
    .iin.recent-blog .recent-blog__item .content--right {
        padding-left: 50px
    }
}

@media (max-width: 991px) {
    .recent-blog .recent-blog__item .content--right {
        margin-left: 0;
        padding-left: 0;
    }
    .iin .content.content--left.no-pdtb.info2 {
    padding-right: 50px !important;
}
}

@media (max-width: 768px) {
.iin.recent-blog .recent-blog__item .content--right {
    padding-left: 25px;
}
.iin .content.content--left.no-pdtb.info2 {
    padding-right: 25px !important;
}
.access_sec .recent-blog__item.clearfix.no-mgb {
    margin-bottom: 60px;
}
section.recent-blog.p-t-110.p-b-0.iin.p-t-110 {
    padding-top: 60px !important;
}
.iin.recent-blog .recent-blog__item {
    margin-bottom: 60px !important;
}
}

@media (max-width: 767px) {
.iin.recent-blog .recent-blog__item .content--right {
    padding-left: 0;
}
}

.recent-blog .recent-blog__item .content--left {
    margin-right: 60%;
    padding: 70px 0;
    padding-right: 70px;
    /* text-align: right; */
}
.content.content--left.m-r-50 {
    margin-right: 50%;
    padding: 130px 0 0 360px;
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .recent-blog .recent-blog__item .content--left {
        padding: 0;
        padding-right: 70px;
    }
}

@media (max-width: 991px) {
    .recent-blog .recent-blog__item .content--left {
        margin-right: 0;
        padding-right: 0;
    }
    .recent-blog .recent-blog__item .content--right.pdbt-20.pc {
        display: none;
    }
    .recent-blog .recent-blog__item .content--right.pdbt-20.sp {
        display: block;
        text-align: center;
    }
    .recent-blog .recent-blog__item .content--right.pdbt-20.sp p.text {
    text-align: center;
}
.our-team__item:last-child {
    margin: 0;
}
}

.recent-blog .recent-blog__item .content {
    position: relative;
    z-index: 2;
}

.recent-blog .recent-blog__item .content .title {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.025em;
}

.recent-blog .recent-blog__item .content h2.title.sonic {
    margin-bottom: 30px;
}

.recent-blog .recent-blog__item .content .title a {
    color: #333;
}

.recent-blog .recent-blog__item .content .title a:hover {
    color: #666;
}

.recent-blog .recent-blog__item .content .date {
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.recent-blog .recent-blog__item .content .text {
    margin-bottom: 30px;
    font-family: Arial, Helvetica, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    text-align: justify;
}

.recent-blog .recent-blog__item .content p.text.access {
    color: #004379;
    font-size: 14px;
    margin-bottom: 0;
}

.recent-blog .recent-blog__item .content p.text.sonic {
    color: #4D4D4D;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 2em;
}
.recent-blog .recent-blog__item .content p.text.sonic.blue {
    color: #004379;
    font-weight: 600;
}

.home-gallery .latest-work__item {
    margin-bottom: 0;
}

.home-creative .home-creative__intro {
    background: #178a94;
    height: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-creative .home-creative__intro .home-creative__intro-inner h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .home-creative .home-creative__intro .home-creative__intro-inner h3 {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
.home-creative .home-creative__intro .home-creative__intro-inner h3 {
  font-size: 18px;
}
.who-ami .who-ami__greetings .who-ami__greetings-right p br {
  display: none;
}
.who-ami .who-ami__title .who-ami__title-text {
  letter-spacing: 1px !important;
}
.lastest-work .lastest-work__intro .lastest-work__title span {
    margin-bottom: 0;
}
.lastest-work .lastest-work__intro .lastest-work__text {
    margin-top: 5px;
}
.recent-blog .recent-blog__item .content--right.pdbt-20.sp p.text {
    letter-spacing: 0px;
}
}

.home-creative .home-creative__intro .home-creative__intro-inner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .home-creative .home-creative__intro .home-creative__intro-inner h2 {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .home-creative .home-creative__intro .home-creative__intro-inner h2 {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .home-creative .home-creative__intro .home-creative__intro-inner h2 {
        margin-bottom: 10px;
    }
}

.home-creative .home-creative__intro .home-creative__intro-inner p {
    font-family: "Poppins", sans-serif;
    color: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .home-creative .home-creative__intro .home-creative__intro-inner p {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .home-creative .home-creative__intro .home-creative__intro-inner p {
        font-size: 12px;
    }
}

.home-creative .home-creative__intro .home-creative__intro-inner a.au-btn {
    margin-top: 45px;
}

@media (min-width: 1024px) and (max-width: 1519px) {
    .home-creative .home-creative__intro .home-creative__intro-inner a.au-btn {
        margin-top: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1519px) {
    .home-creative .home-creative__intro .home-creative__intro-inner a.au-btn {
        margin-top: 30px;
    }
}

@media (max-width: 320px) {
    .home-creative .home-creative__intro .home-creative__intro-inner a.au-btn {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .home-creative .home-creative__intro .home-creative__intro-inner a.au-btn {
        padding: 0 30px;
    }
}

@media (min-width: 1920px) {
    .home-creative .home-creative__intro {
        padding: 0 75px;
    }
}

@media (max-width: 1919px) {
    .home-creative .home-creative__intro {
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    .home-creative .home-creative__intro {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .home-creative .home-creative__intro {
        padding: 0 50px;
    }
}

@media (max-width: 320px) {
    .home-creative .home-creative__intro {
        padding: 0 30px;
    }
}

.home-creative .home-creative__contact {
    background: #2b374b;
    height: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-creative .home-creative__contact .home-creative__contact-inner .text {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .home-creative .home-creative__contact .home-creative__contact-inner .text {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {
    .home-creative .home-creative__contact .home-creative__contact-inner .text {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1920px) {
    .home-creative .home-creative__contact {
        padding: 0 60px;
    }
}

@media (max-width: 1919px) {
    .home-creative .home-creative__contact {
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    .home-creative .home-creative__contact {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .home-creative .home-creative__contact {
        padding: 0 50px;
    }
}

@media (max-width: 320px) {
    .home-creative .home-creative__contact {
        padding: 0 30px;
    }
}

.home-creative .grid-item {
    display: inline-block;
}

.home-creative .grid-item > img {
    display: block;
    width: 100%;
}

.page-pull {
    padding-left: 300px;
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .page-pull {
        padding-left: 0;
    }
}

.page-pull__inner {
    height: 100vh;
    overflow-y: scroll;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-top: 7vh;
}

@media (max-width: 991px) {
    .page-pull__inner {
        display: block;
        padding: 85px 0;
        padding-bottom: 50px;
        height: auto;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .page-pull__inner {
        padding-top: 160px;
    }
    .iin.recent-blog .recent-blog__item {
        display: block;
    }
    .image-wrap.float-lg-right.info.ins_sp {
        display: block;
    }
    .image-wrap.float-lg-right.info.ins_pc {
        display: none;
    }
}

.page-pull__inner .home-portfilio {
    width: 100%;
    position: relative;
}

.page-pull__inner .home-portfilio .section__content {
    width: 100%;
}

.page-pull__inner .home-portfilio .row#isotope-grid.lastest-work {
    padding: 0;
    width: auto;
}

.page-pull__inner .home-portfilio .row#isotope-grid.lastest-work .item {
    text-align: center;
}

.page-pull__inner .home-portfilio .row#isotope-grid.lastest-work .latest-work__item {
    margin-bottom: 30px;
}

.filter-container {
    position: absolute;
    bottom: 0;
    left: 300px;
    right: 0;
}

@media (max-width: 991px) {
    .filter-container {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
    }
}

.filter-container #filter li {
    margin: 40px 30px;
}

.filter-container #filter li:first-child {
    margin-left: 5px;
}

@media (max-width: 1519px) {
    .filter-container #filter li {
        margin: 20px 30px;
    }
}

@media (max-width: 991px) {
    .filter-container #filter li {
        margin: 30px 30px;
    }
}

@media (max-width: 767px) {
    .filter-container #filter li {
        display: block !important;
        text-align: center;
        margin: 5px 20px;
    }
}

.recent-work .title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.recent-work .recent-work__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.recent-work .recent-work__item:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.recent-work .recent-work__item:hover .body {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.recent-work .recent-work__item .body {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.recent-work .recent-work__item .body h5 {
    -webkit-animation: fadeOutLeft 0.5s;
    -moz-animation: fadeOutLeft 0.5s;
    -o-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
    padding-left: 20px;
}

.recent-work .recent-work__item .body h5 > a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.recent-work .recent-work__item .body h5 > a:hover {
    color: #dcdcdc;
}

.recent-work .recent-work__item .body span {
    line-height: 1;
    -webkit-animation: fadeOutLeft 0.5s;
    -moz-animation: fadeOutLeft 0.5s;
    -o-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
    display: block;
    padding-left: 20px;
    margin-bottom: 18px;
}

.recent-work .recent-work__item .body span > a {
    color: #ccc;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}

.recent-work .recent-work__item .body span > a:hover {
    color: #fff;
}

.recent-work .recent-work__item:hover .body h5 {
    -webkit-animation: fadeInLeft 0.5s;
    -moz-animation: fadeInLeft 0.5s;
    -o-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}

.recent-work .recent-work__item:hover .body span {
    -webkit-animation: fadeInLeft 0.5s;
    -moz-animation: fadeInLeft 0.5s;
    -o-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
}

.recent-work .see-more {
    margin-top: 40px;
    text-align: center;
}

.home-slide1 {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
}

@media (max-width: 991px) {
    .home-slide1 {
        height: -webkit-calc(100vh - 66px);
        height: -moz-calc(100vh - 66px);
        height: calc(100vh - 66px);
    }
}

.home-slide1 .home-slide1-wrap {
    height: 85.86957%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slide1 .home-slide1-wrap > .container {
    height: 100%;
}

.home-slide1 .slide1-item-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
}

.home-slide1 .home-slide1__img {
    position: absolute;
}

.home-slide1 .home-slide1__img.img--hor {
    width: 58.5%;
    height: 50%;
    top: 0;
    left: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__img.img--hor {
        position: static;
        width: 100%;
        padding-right: 0;
    }
}

.home-slide1 .home-slide1__img.img--ver-big {
    width: 41.5%;
    height: 100%;
    top: 0;
    left: 58.5%;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__img.img--ver-big {
        position: static;
        display: none;
    }
}

.home-slide1 .home-slide1__img.img--ver-small {
    width: 24.4%;
    height: 50%;
    top: 50%;
    left: 0;
    padding-top: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__img.img--ver-small {
        position: static;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__img.img--ver-small {
        display: none;
    }
}

.home-slide1 .home-slide1__img.img--hor-2 {
    left: 41.5%;
    top: 50%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__img.img--hor-2 {
        position: static;
        width: 100%;
        padding: 0;
        padding-bottom: 15px;
    }
}

.home-slide1 .home-slide1__img.img--ver-big-2 {
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 15px;
}

.home-slide1 .home-slide1__img.img--ver-small-2 {
    top: 0;
    padding: 0;
    left: 75.6%;
    padding: 0 15px;
    padding-right: 0;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__img.img--ver-small-2 {
        position: static;
        width: 50%;
        padding: 0;
        padding-top: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__img.img--ver-small-2 {
        display: none;
    }
}

.home-slide1 .home-slide1__img-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-slide1 .slide-wrapper {
    position: relative;
    height: 100%;
}

.home-slide1 .slide-wrapper .slide__content {
    height: 100%;
}

.home-slide1 .slide-wrapper .slide__content .slick-list {
    height: 100%;
}

.home-slide1 .slide-wrapper .slide__content .slick-list .slick-track {
    height: 100%;
}

.home-slide1 .slide-wrapper .slide__content .slide-item {
    height: 100%;
}

.home-slide1 .slide-wrapper .slide-arrows i {
    font-size: 30px;
    color: #666;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.home-slide1 .slide-wrapper .slide-arrows i:hover {
    color: #999;
}

.home-slide1 .slide-wrapper .slide-arrows i.prev {
    left: -50px;
}

.home-slide1 .slide-wrapper .slide-arrows i.next {
    right: -50px;
}

@media (max-width: 1023px) {
    .home-slide1 .slide-wrapper .slide-arrows i {
        display: none;
    }
}

.home-slide1 .home-slide1__img {
    overflow: hidden;
}

.home-slide1 .home-slide1__content-wrap {
    position: absolute;
    top: 50%;
    left: 24.4%;
    width: 34.1%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 50%;
    overflow: hidden;
}

.home-slide1 .home-slide1__content-wrap.home-slide1__content-wrap-2 {
    top: 0;
    padding: 0;
    left: 41.5%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__content-wrap.home-slide1__content-wrap-2 {
        width: 50%;
        left: 50%;
        top: 50%;
        padding: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__content-wrap.home-slide1__content-wrap-2 {
        width: 100%;
        left: 0;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .home-slide1 .home-slide1__content-wrap {
        width: 50%;
        left: 50%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__content-wrap {
        width: 100%;
        left: 0;
        padding-left: 0;
    }
}

.home-slide1 .home-slide1__content {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #f8f8f8;
    position: relative;
}

.home-slide1 .home-slide1__content h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__content h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

.home-slide1 .home-slide1__content a.au-btn {
    margin-top: 35px;
}

.home-slide1 .home-slide1__content a.au-btn:hover {
    background: #333;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-slide1 .home-slide1__content h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .home-slide1 .home-slide1__content p {
        font-size: 13px;
    }

    .home-slide1 .home-slide1__content a.au-btn {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__content a.au-btn {
        margin-top: 15px;
    }
}

@media (max-height: 768px) {
    .home-slide1 .home-slide1__content h2 {
        margin-bottom: 0;
        font-size: 22px;
    }

    .home-slide1 .home-slide1__content p {
        font-size: 12px;
    }

    .home-slide1 .home-slide1__content a.au-btn {
        margin-top: 10px;
    }
}

.home-slide1 .home-slide1__content .home-slide1__content-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 31px;
}

@media (max-height: 768px) {
    .home-slide1 .home-slide1__content .home-slide1__content-inner {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .home-slide1 .home-slide1__content .home-slide1__content-inner {
        padding: 0 20px;
    }
}

.home-slide2 {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
}

@media (max-width: 991px) {
    .home-slide2 {
        height: -webkit-calc(100vh - 66px);
        height: -moz-calc(100vh - 66px);
        height: calc(100vh - 66px);
    }
}

.home-slide2 .slide-wrapper {
    height: 100%;
}

.home-slide2 .slide-wrapper .slide__content {
    height: 100%;
}

.home-slide2 .slide-wrapper .slide__content .slick-list {
    height: 100%;
}

.home-slide2 .slide-wrapper .slide__content .slick-list .slick-track {
    height: 100%;
}

.home-slide2 .slide-wrapper .slide__content .slide-item {
    height: 100%;
    position: relative;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left {
    height: 100%;
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left {
        margin-top: 50px;
        position: relative;
        height: 75%;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-wrap {
    width: 32.98%;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-wrap .bg-layer {
    width: 42.5%;
    right: -42.5%;
    height: 52.25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-wrap {
        position: static;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-wrap .bg-layer {
        display: none;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content {
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2 {
    font-size: 60px;
    margin-left: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

@media (max-width: 1519px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2 {
        font-size: 48px;
        margin-left: 103px;
    }
}

@media (max-width: 1199px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2 {
        font-size: 42px;
        margin-left: 74px;
    }
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2 {
        margin-left: 0;
        color: #222;
    }

    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2.m-l-20 {
        margin-left: 0;
    }

    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2.m-l-m5 {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2 {
        font-size: 30px;
        text-align: center;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2 .light {
    color: #fefefe;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2.m-l-20 {
    margin-left: 20px;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content h2.m-l-m5 {
    margin-left: -5px;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content .text-wrap {
    margin-top: 8px;
    float: right;
    width: 45%;
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content .text-wrap {
        width: 75%;
        color: #dcdcdc;
    }
}

@media (max-width: 575px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content .text-wrap {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        width: 90%;
        text-align: center;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content .text-wrap a.au-btn {
    margin-top: 22px;
    border-color: #999;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content .text-wrap a.au-btn:hover {
    border-color: transparent;
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .home-slide2__img-left .home-slide2__img-left-content .content .text-wrap a.au-btn {
        color: #dcdcdc;
        border-color: #dcdcdc;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner {
        margin-top: 40px;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right {
    float: right;
    width: 25.11%;
}

@media (max-width: 991px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right {
        float: none;
        width: 70%;
        margin: 0 auto;
    }

    .home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right > img {
        display: none;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows {
    position: relative;
    z-index: 3;
    margin-top: 12px;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span {
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span {
        display: block;
        float: none !important;
        text-align: center;
    }
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #999;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span:hover {
    color: #333;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span:hover i {
    color: #333;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span:hover.prev i {
    margin-right: 13px;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows > span:hover.next i {
    margin-left: 13px;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows .prev i {
    margin-right: 9px;
}

.home-slide2 .slide-wrapper .slide__content .slide-item .slide-item__inner .slide-item__inner-wrap .home-slide2__img-right .slide-arrows .next i {
    margin-left: 9px;
}

.home-slide3 .header-pull--right-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    margin-top: 65px;
}

@media (max-width: 1199px) {
    .home-slide3 .header-pull--right-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 1023px) {
    .home-slide3 .header-pull--right-wrap {
        margin-top: 40px;
    }
}

@media (max-height: 970px) {
    .home-slide3 .header-pull--right-wrap {
        margin-top: 50px;
    }
}

@media (max-height: 970px) {
    .home-slide3 .header-pull--right-wrap {
        margin-top: 50px;
    }
}

@media (max-height: 769px) {
    .home-slide3 .header-pull--right-wrap {
        margin-top: 35px;
    }
}

.home-slide3 .slide-wrapper {
    position: relative;
}

.home-slide3 .slide-wrapper .slide-item-wrap {
    height: 100vh;
}

@media (max-width: 991px) {
    .home-slide3 .slide-wrapper .slide-item-wrap {
        height: auto;
    }
}

.home-slide3 .home-slide3-left {
    text-align: center;
    display: table;
    height: 100%;
    float: left;
    width: 50%;
}

@media (max-width: 1199px) {
    .home-slide3 .home-slide3-left {
        padding-top: 50px;
    }
}

@media (max-width: 1023px) {
    .home-slide3 .home-slide3-left {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .home-slide3 .home-slide3-left {
        padding-top: 0;
        float: none;
        width: 100%;
        height: 50vh;
        margin-bottom: 30px;
    }
}

.home-slide3 .home-slide3-left:hover .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i.prev {
    left: -70px;
    opacity: 1;
}

@media (max-width: 1519px) {
    .home-slide3 .home-slide3-left:hover .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i.prev {
        left: -55px;
    }
}

.home-slide3 .home-slide3-left:hover .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i.next {
    right: -70px;
    opacity: 1;
}

@media (max-width: 1519px) {
    .home-slide3 .home-slide3-left:hover .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i.next {
        right: -55px;
    }
}

.home-slide3 .home-slide3-left .home-slide3-left__inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner {
        margin-bottom: 50px;
    }
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs {
    position: relative;
    width: 75.42%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 45px;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs {
        margin-top: 50px;
    }
}

@media (max-height: 970px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs {
        width: 70%;
        margin-top: 40px;
    }
}

@media (max-height: 768px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs {
        width: 65%;
    }
}

@media (max-height: 630px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs {
        width: 55%;
        margin-bottom: 25px;
    }
}

@media (max-height: 600px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs {
        width: 43%;
    }
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .content {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .content > img {
    width: 100%;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i {
    font-size: 30px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i:hover {
    color: #999;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i.prev {
    left: -90px;
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i.next {
    right: -90px;
}

@media (max-width: 1023px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__thumbs .slick-arrows i {
        display: block;
    }
}

.home-slide3 .home-slide3-left .home-slide3-left__inner .home-slide3__caption {
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 18px;
}

.home-slide3 .home-slide3-right {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
    height: 100%;
}

.home-slide3 .home-slide3-right .home-slide3-right__inner {
    height: 100%;
}

@media (max-width: 991px) {
    .home-slide3 .home-slide3-right {
        float: none;
        width: 100%;
        height: 50vh;
    }
}

.home-slide4 .slide-wrapper {
    position: relative;
}

.home-slide4 .slide-wrapper .slide-item {
    padding-top: 150px;
    height: -webkit-calc(100vh - 85px);
    height: -moz-calc(100vh - 85px);
    height: calc(100vh - 85px);
}

@media (max-width: 991px) {
    .home-slide4 .slide-wrapper .slide-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

.home-slide4 .slide-wrapper .slide-item .slide__caption {
    background: rgba(0, 0, 0, 0.502);
    width: 30.98958%;
    display: inline-block;
    margin-left: 4.16667%;
    padding: 50px;
}

@media (max-width: 991px) {
    .home-slide4 .slide-wrapper .slide-item .slide__caption {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .home-slide4 .slide-wrapper .slide-item .slide__caption {
        width: 100%;
        margin-left: 0;
        display: block;
    }
}

.home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner {
    overflow: hidden;
}

.home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner h2 {
        font-size: 28px;
    }
}

.home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner p {
    color: #ccc;
    margin-bottom: 35px;
}

.home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner a.au-btn {
    color: #fff;
}

.home-slide4 .slide-wrapper .slide-item .slide__caption .slide__caption-inner a.au-btn:hover {
    color: #333;
    background: #fff;
    border-color: #fff;
}

.home-slide4 .slide-wrapper .slide-arrows i {
    font-size: 30px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.home-slide4 .slide-wrapper .slide-arrows i:hover {
    color: #999;
}

.home-slide4 .slide-wrapper .slide-arrows i.prev {
    left: 30px;
}

.home-slide4 .slide-wrapper .slide-arrows i.next {
    right: 30px;
}

@media (max-width: 991px) {
    .home-slide4 .slide-wrapper .slide-arrows i {
        display: none;
    }
}

.home-thumb .tp-thumbs {
    overflow: auto !important;
}

.home-thumb .selected .gyges .tp-thumb-img-wrap {
    padding: 10px;
}

.home-thumb .gyges .tp-thumb:hover .tp-thumb-img-wrap, .home-thumb .gyges .tp-thumb.selected .tp-thumb-img-wrap {
    background: none;
}

.home-thumb .gyges .tp-thumb-img-wrap {
    padding: 10px;
    background: none;
}

.home-thumb .gyges .tp-thumb-image {
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home-thumb .gyges .tp-thumb:hover .tp-thumb-img-wrap .tp-thumb-image, .home-thumb .gyges .tp-thumb.selected .tp-thumb-img-wrap .tp-thumb-image {
    -webkit-box-shadow: 7px 6px 8.73px 0.27px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 7px 6px 8.73px 0.27px rgba(0, 0, 0, 0.18);
    box-shadow: 7px 6px 8.73px 0.27px rgba(0, 0, 0, 0.18);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-blackwhite-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.home-blackwhite-intro img {
    width: 100%;
}

.home-blackwhite-intro .home-blackwhite-intro__inner {
    width: 100%;
    position: absolute;
}

.home-blackwhite-intro .home-blackwhite-intro__inner article h2 {
    color: #fff;
    font-size: 61.75px;
    font-family: "Montserrat", sans-serif;
    line-height: -webkit-calc(122.41/61.75);
    line-height: -moz-calc(122.41/61.75);
    line-height: calc(122.41/61.75);
    text-transform: uppercase;
    letter-spacing: 50px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .home-blackwhite-intro .home-blackwhite-intro__inner article h2 {
        font-size: 40px;
        letter-spacing: 40px;
    }
}

@media (max-width: 767px) {
    .home-blackwhite-intro .home-blackwhite-intro__inner article h2 {
        font-size: 34px;
        letter-spacing: 30px;
    }
}

@media (max-width: 575px) {
    .home-blackwhite-intro .home-blackwhite-intro__inner article h2 {
        font-size: 26px;
        letter-spacing: 20px;
    }
}

@media (max-width: 320px) {
    .home-blackwhite-intro .home-blackwhite-intro__inner article h2 {
        font-size: 18px;
        letter-spacing: 12px;
    }
}

.home-blackwhite-image {
    height: 100vh;
}

.home-blackwhite-image img {
    width: 100%;
}

.home-creative-section .home-creative__content-wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-creative-section .home-creative__content-wrap .home-creative__content {
    overflow: hidden;
}

.home-creative-section .home-creative__content-wrap .home-creative__content a.au-btn {
    margin-top: 35px;
    border-color: #666;
}

.home-creative-section .home-creative__content-wrap .home-creative__content a.au-btn:hover {
    background: #1b1b1b;
    border-color: transparent;
    color: #fff;
}

.home-creative-section.home-creative--img-right .home-creative__content-wrap .home-creative__content {
    text-align: right;
}

.home-creative-section.home-creative--img-right .home-creative__content-wrap .home-creative__content .title-bgimg h2 {
    margin-right: -28px;
}

.home-creative-section.home-creative--img-right .home-creative__content-wrap .home-creative__content .title-bgimg h2 .line {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .home-creative-section.home-creative--img-right .home-creative__content-wrap .home-creative__content .title-bgimg h2 {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .home-creative-section.home-creative--img-right .home-creative__content-wrap .home-creative__content {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .home-creative-section.home-creative--img-left .home-creative__image {
        margin-bottom: 50px;
    }
}

.home-creative-section.home-creative--img-left .home-creative__content-wrap .home-creative__content .title-bgimg h2 {
    margin-left: 0;
}

.home-creative-section.home-creative--img-left .home-creative__content-wrap .home-creative__content .title-bgimg h2 .line {
    margin-left: -36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-creative-section.home-creative--img-left .home-creative__content-wrap .home-creative__content .title-bgimg h2 .line {
        margin-left: 2px;
    }
}

.title-bgimg h2 {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 25px;
}

.title-bgimg h2 .line {
    display: inline-block;
    height: 5px;
    width: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    -webkit-transition: width .5s ease-in-out .2s;
    -o-transition: width .5s ease-in-out .2s;
    -moz-transition: width .5s ease-in-out .2s;
    transition: width .5s ease-in-out .2s;
}

@media (max-width: 575px) {
    .title-bgimg h2 .line {
        display: none;
    }
}

@media (max-width: 767px) {
    .title-bgimg h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .title-bgimg h2 {
        font-size: 30px;
    }
}

.line--show {
    width: 60px !important;
    -webkit-transition: width .5s ease-in-out .2s;
    -o-transition: width .5s ease-in-out .2s;
    -moz-transition: width .5s ease-in-out .2s;
    transition: width .5s ease-in-out .2s;
}

.col--no-padding-right {
    padding-right: 0;
}

@media (max-width: 991px) {
    .col--no-padding-right {
        padding-right: 15px;
    }
}

.col--no-padding-left {
    padding-left: 0;
}

@media (max-width: 991px) {
    .col--no-padding-left {
        padding-left: 15px;
    }
}

/*-----------------------------------------------------*/
/*                   COMPONENTS                        */
/*-----------------------------------------------------*/
/* ----- Buttons----- */
.au-btn {
    font-size: 14px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.au-btn:active {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.au-btn:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #004379;
    color: #fff;
}

.au-btn--dark {
    background: #1b1b1b;
    color: #fff;
}

.au-btn--dark:hover {
    background: #333;
}

.au-btn.au-btn--white {
    color: #fff;
    border-color: #fff;
}

.au-btn--p40 {
    padding: 0 40px;
}

.au-btn--p45 {
    padding: 0 45px;
}

.au-btn--p50 {
    padding: 0 50px;
}
.sonic-echo.au-btn--p50 {
    padding: 10px 25px;
    min-width: 220px;
}
.sonic-echo.f-right {
    margin-right: -50px;
}
.sonic-echo.f-left {
    margin-left: -50px;
}
div.f-right {
    margin-right: -50px;
}
div.f-left {
    margin-left: -50px;
}
div.f-right-sonic,
div.f-left-sonic {
    display: inline-block;
}
img.kigou {
    display: block;
    margin: -15px auto 0;
}
.au-btn--p70 {
    padding: 0 70px;
}

.au-btn.au-btn--border-white {
    border-color: #fff;
    color: #fff;
}

.au-btn--small {
    line-height: 30px;
    font-size: 10px;
}

.au-btn--radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.au-btn--pill {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.au-btn--border {
    color: #004379;
    border: 1px solid #004379;
    background: transparent;
}

.au-btn--border:hover {
    border-color: transparent;
}

.au-btn--border.au-btn--border-6 {
    border-color: #004379;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
}

.au-btn--border.au-btn--border-6:hover {
    border-color: #004379;
}

.au-btn-menu-right:hover i {
    color: #c2c2c2;
}

.au-btn-menu-right i {
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ----- Header 1 ----- */
.header--fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

.header--fixed .nav-header > ul > li > a {
    padding: 16px;
}


.list-inline-item:last-child a {
    padding-right: 0 !important;
}

.header--fixed .has-mega .mega-menu {
    top: 64px;
}

.header--fixed .has-dropdown .dropdown-list {
    top: 64px;
}

.header--fixed .has-dropdown .dropdown-list .second {
    top: 0;
}

.header--fixed .mini-cart {
    top: 64px;
}

/* 20250305追加ここから */
.header-desktop .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.nav-header > ul > li > a {
    font-size: 15px;
    padding: 30px 15px;
    color: #666;
}
.header--fixed .nav-header > ul > li > a {
    padding: 16px 15px;
}
.section__content--w1760 {
    max-width: 95%;
}
/* 20250305追加ここまで */

@media (max-width: 1550px) {
    .section__content--w1760 {
        max-width: 97%;
    }
}
@media (max-width: 1519px) {
    .header--fixed .nav-header {
        margin-right: 20px;
    }

    .header--fixed .nav-header > ul > li > a {
        padding: 20px 10px;
    }

    .header--fixed .has-mega .mega-menu {
        left: -120px;
    }

    /* 20250305追加ここから */
    .header--fixed .nav-header > ul > li > a {
        padding: 20px 12px;
    }
    .nav-header > ul > li > a {
        padding: 30px 12px;
    }
    .header--fixed .nav-header {
        margin-right: 0;
    }
    /* 20250305追加ここまで */
}

/* 20250305追加ここから */
@media (max-width: 1480px) {
    .nav-header > ul > li > a {
        padding: 30px 12px;
    }
    .header--fixed .nav-header > ul > li > a {
        padding: 20px 12px;
    }
    .nav-header > ul > li > a {
        letter-spacing: -0.01em;
    }
}
@media (max-width: 1450px) {
    .nav-header > ul > li > a {
        padding: 30px 10px;
    }
    .header--fixed .nav-header > ul > li > a {
        padding: 20px 10px;
    }
}
@media (max-width: 1400px) {
    .nav-header > ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 1315px) {
    .nav-header > ul > li > a {
        padding: 30px 10px;
        font-size: 13px;
    }
    .header--fixed .nav-header > ul > li > a {
        padding: 20px 10px;
    }
}
@media (max-width: 1250px) {
    .nav-header > ul > li > a {
        padding: 30px 6px;
    }
    .header--fixed .nav-header > ul > li > a {
        padding: 16px 6px;
    }
}
@media (max-width: 1230px) {
    .header-desktop .container {
        max-width: 1200px;
    }
    .header--fixed .nav-header {
        margin-right: 0;
    }
    .section__content--w1760 {
        max-width: 100%;
    }
}

/* @media (max-width: 1199px) {
    .header--fixed .nav-header > ul > li > a {
        padding: 20px 6px;
    }
} */

@media (max-width: 1130px) {
    .nav-header > ul > li > a {
        padding: 30px 5px;
        letter-spacing: -0.05em;
    }
    .header--fixed .nav-header > ul > li > a {
        padding: 16px 5px;
    }
    .header--fixed .nav-header {
        margin-right: 0;
    }
}
@media (max-width: 1080px) {
    .nav-header > ul > li > a {
        font-size: 12px;
    }
    /* .section__content--w1760 {
        max-width: 98%;
    } */
}
/* @media (max-width: 1024px) {
    .section__content--w1760 {
        max-width: 100%;
    }
} */
/* 20250305追加ここまで */

.header-transparent.header--fixed {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 0px 3px #222;
    -moz-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
}

.header-transparent {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.header-transparent .mini-cart-btn .icon,
  .header-transparent .mini-cart-btn .number-wrap {
    color: #ccc;
}

.header-transparent .mini-cart-btn:hover .icon {
    color: #fff;
}

.header-transparent .mini-cart-btn:hover .number-wrap {
    color: #ccc;
}

.header-transparent .nav-header > ul > li > a {
    color: #ccc;
}

.header-transparent .nav-header > ul > li > a:hover {
    color: #fff;
}

.header-transparent .search-btn-wrap .search-btn i {
    color: #ccc;
}

.header-transparent .search-btn-wrap .search-btn i:hover {
    color: #fff;
}

.logo-wrap {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__content > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.mini-cart-btn {
    padding: 0;
    position: relative;
}

.mini-cart-btn .icon {
    color: #666;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.mini-cart-btn .number-wrap {
    color: #666;
    font-weight: 600;
}

.mini-cart-btn .number-wrap:before {
    content: '(';
    font-size: 10px;
    font-weight: 600;
}

.mini-cart-btn .number-wrap:after {
    content: ')';
    font-size: 10px;
    font-weight: 600;
}

.mini-cart-btn:hover .icon,
  .mini-cart-btn:hover .number-wrap {
    color: #333;
}

.mini-cart {
    position: absolute;
    top: 84px;
    min-width: 260px;
    z-index: 10;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: none;
}

.mini-cart .mini-cart-list .mini-cart-list__item {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.mini-cart .mini-cart-list .mini-cart-list__item .mini-cart-list__img {
    float: left;
    max-width: 80px;
}

.mini-cart .mini-cart-list .mini-cart-list__item .mini-cart-list__content {
    margin-left: 80px;
    padding: 8px 0;
    padding-left: 20px;
}

.mini-cart .mini-cart-list .mini-cart-list__item .mini-cart-list__content h5 {
    margin-bottom: 0;
    line-height: 1;
}

.mini-cart .mini-cart-list .mini-cart-list__item .mini-cart-list__content h5 a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.mini-cart .mini-cart-list .mini-cart-list__item .mini-cart-list__content h5 a:hover {
    color: #666;
}

.mini-cart .mini-cart-list .mini-cart-list__item .mini-cart-list__content p {
    font-size: 12px;
}

.mini-cart .mini-cart-footer {
    padding: 15px 20px 20px;
}

.mini-cart .mini-cart-subtotal {
    text-align: center;
    margin-bottom: 15px;
}

.mini-cart .mini-cart-subtotal .name {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-right: 25px;
}

.mini-cart .mini-cart-subtotal .value {
    font-size: 12px;
    color: #666;
}

.logo-wrap {
    /* text-align: center; */
}

.navheader-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-header {
    /* margin-right: 65px; */
}

.nav-header > ul > li > a {
    /* padding: 30px 15px;
    color: #666;
    font-size: 13px; */
}

.nav-header > ul > li > a.active,
.nav-header > ul > li > a:hover {
    color: #004379;
}
.zmdi-arrow-right:before {
    content: '→';
    color: #004379;
}
.zmdi-arrow-left:before {
    content: '←';
    color: #004379;
}
.has-mega {
    position: relative;
}

.has-mega:hover > .mega-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.has-mega .mega-menu {
    position: absolute;
    top: 84px;
    left: -30px;
    min-width: 460px;
    border: 1px solid #e6e6e6;
    z-index: 1000;
    background: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.has-mega .mega-menu .mega-menu__list li a {
    display: block;
    text-transform: capitalize;
    line-height: 48px;
    padding: 0 30px;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
}

.has-mega .mega-menu .mega-menu__list li a:hover {
    color: #333;
}

.has-dropdown {
    position: relative;
}

.has-dropdown ul li a {
    padding: 0 30px;
    line-height: 48px;
    display: block;
    text-transform: capitalize;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
}

.has-dropdown ul li a:hover {
    color: #333;
}

.has-dropdown:hover > .dropdown-list {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.has-dropdown .dropdown-list {
    position: absolute;
    top: 84px;
    min-width: 230px;
    border: 1px solid #e6e6e6;
    background: #fff;
    z-index: 15;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.has-dropdown .second {
    right: 229px;
    top: 0;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.has-dropdown .is-right {
    right: 0;
}

@media (max-width: 1519px) {
    .nav-header {
    /* margin-right: 20px; */
    }

    .nav-header > ul > li > a {
        /* padding: 30px 12px; */
    }

    .has-mega .mega-menu {
        left: -120px;
    }
}

@media (max-width: 1199px) {
    .nav-header > ul > li > a {
        /* padding: 30px 7px;
        font-size: 12px; */
    }
}

.search-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-btn i {
    color: #666;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.search-btn i:hover {
    color: #333;
}

#searchModal {
    background: #f8f8f8;
}

#searchModal .close {
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 80px;
    top: 80px;
}

#searchModal .close i {
    font-size: 48px;
    color: #999;
}

#searchModal #searchModal__form {
    min-width: 400px;
    position: relative;
}

#searchModal #searchModal__form #searchModal__input {
    border: 1px solid #999;
    font-size: 14px;
    color: #666;
    padding: 12px 20px;
    padding-right: 50px;
    width: 100%;
}

#searchModal #searchModal__form #searchModal__input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
    color: #999;
}

#searchModal #searchModal__form #searchModal__input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

#searchModal #searchModal__form #searchModal__input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

#searchModal #searchModal__form #searchModal__input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
    color: #999;
}

#searchModal #searchModal__form #searchModal__input:-ms-input-placeholder {
        /* Microsoft Edge */
    color: #999;
}

#searchModal #searchModal__form #searchModal__submit {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
}

#searchModal #searchModal__form #searchModal__submit i {
    font-size: 16px;
    color: #666;
}

#searchModal .modal-dialog {
    top: 50%;
    margin-top: -25px;
}

#searchModal .modal-dialog .modal-content {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#searchModal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.header-mobile .header-mobile__bar {
    padding: 15px 0;
    background: #fff;
}
.header-mobile .header-mobile__bar img {
    max-width: 220px;
    padding: 5px 0;
}
header.header-mobile.d-block.d-lg-none {
    position: fixed;
    z-index: 100000;
    width: 100%;
    box-shadow: 0 0 3px #ddd;
}
.header-mobile .logo {
    margin-top: 0px;
}

.header-mobile .hamburger {
    width: 35px;
    height: 44px;
    padding: 0;
    line-height: 1;
    vertical-align: top;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile .hamburger .hamburger-box {
    width: 20px;
    height: 15px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:before {
    width: 20px;
    height: 2px;
    top: 6px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:after {
    top: 12px;
    width: 20px;
    height: 2px;
}

.header-mobile .navbar-mobile {
  display: none;
      position: absolute;
      width: calc(100% + 30px);
      top: 73px;
      z-index: 20;
      left: -15px;
}
.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
    background: #ececec;
}
.header-mobile .navbar-mobile .navbar-mobile__list {
    background: #f8f8f8;
}

.header-mobile .navbar-mobile .navbar-mobile__list > li > a {
    padding-left: 15px !important;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a {
    color: #666;
    display: block;
    padding: 10px 15px;
    padding-right: 25px;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
    line-height: inherit;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
    color: #333;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a:after {
    content: '\f105';
    font-family: FontAwesome, cursive;
    float: right;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a.active::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-mobile .navbar-mobile .navbar-mobile__dropdown {
    padding-left: 35px;
    display: none;
}

.header-mobile.header-mobile-2 .hamburger {
    background: #1b1b1b;
}

.header-mobile.header-mobile-2 .hamburger .hamburger-box .hamburger-inner {
    background: #fff;
}

.header-mobile.header-mobile-2 .hamburger .hamburger-box .hamburger-inner:before {
    background: #fff;
}

.header-mobile.header-mobile-2 .hamburger .hamburger-box .hamburger-inner:after {
    background: #fff;
}

.hamburger.is-active .hamburger-box .hamburger-inner:after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -12px, 0) rotate(-90deg);
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.header-pull {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    -webkit-box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
    padding: 65px;
    padding-right: 70px;
    overflow-y: auto;
}

.header-pull .logo {
    margin-top: 0;
}

.header-pull .navbar-pull {
    margin-top: 65px;
}

.header-pull .navbar-pull .navbar-pull-list li a {
    line-height: 48px;
}

.header-pull .navbar-pull .navbar-pull-list li.has-dropdown > a {
    position: relative;
}

.header-pull .navbar-pull .navbar-pull-list li.has-dropdown > a:after {
    font-family: "Material-Design-Iconic-Font";
    content: '\f2f9';
    display: inline-block;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
}

.header-pull .navbar-pull .navbar-pull-list li > a {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    padding: 0;
}

.header-pull .navbar-pull .navbar-pull-list li > a:hover {
    color: #333;
}

.header-pull .navbar-pull .navbar-pull-list .navbar-pull__dropdown {
    display: none;
}

.header-pull .navbar-pull .navbar-pull-list .navbar-pull__dropdown li a {
    text-transform: capitalize;
    font-size: 13px;
    white-space: nowrap;
}

.header-pull .navbar-pull .navbar-pull-list .mini-cart-btn > a {
    display: inline-block;
    color: #666;
}

.header-pull .navbar-pull .mini-cart-btn .number-wrap {
    font-weight: 400;
}

.header-pull .social {
    margin-top: 35px;
}

.header-pull--right .header-pull {
    right: -310px;
    left: auto;
    background: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header-pull--right2-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 250px;
    right: 0;
    margin-top: 65px;
}

.header-pull--right2-wrap .header-pull--right2__inner .logo {
    margin-top: 0;
}

.header-pull--right.show .header-pull {
    right: 0;
}

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

.social a > i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #666;
}

.social a > i.zmdi-facebook:hover {
    color: #3b5998;
}

.social a > i.zmdi-instagram:hover {
    color: #f77737;
}

.social a > i.zmdi-twitter:hover {
    color: #00aced;
}

.social a > i.zmdi-dribbble:hover {
    color: #ea4c89;
}

.header-2 {
    background: #1b1b1b;
}

.header-2 .header-2__inner {
    position: relative;
}

.header-2 .header-2__inner .logo {
    margin-top: 29px;
}

.header-2 .header-2__inner .nav-header {
    margin-right: 60px;
}

.header-2 .header-2__inner .nav-header > ul > li > a {
    color: #b2b2b2;
}

.header-2 .header-2__inner .nav-header > ul > li > a:hover {
    color: #fff;
}

@media (max-width: 1519px) {
    .header-2 .header-2__inner .nav-header > ul > li > a {
        padding: 30px 20px;
    }
}

.header-2 .header-2__inner .search-btn-wrap {
    margin-top: 30px;
    margin-right: 29px;
}

.header-2 .header-2__inner .search-btn-wrap .search-btn i {
    color: #b2b2b2;
}

.header-2 .header-2__inner .search-btn-wrap .search-btn i:hover {
    color: #fff;
}

.header-2 .header-2__inner .mini-cart-btn {
    margin-top: 28px;
}

.header-2 .header-2__inner .mini-cart-btn .icon {
    color: #b2b2b2;
}

.header-2 .header-2__inner .mini-cart-btn .icon:hover {
    color: #fff;
}

.header-2 .header-2__inner .mini-cart-btn .number-wrap {
    color: #b2b2b2;
}

.header-2 .header-2__inner .mini-cart {
    right: 0;
}

/* ----- Slide 1 ----- */
.slide-1 .slide-wrapper {
    position: relative;
}

.slide-1 .slide-wrapper .slide-item {
    position: relative;
}

.slide-1 .slide-wrapper .slide-item .slide__caption {
    width: 450px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px 15px;
    padding-left: 45px;
}
.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap1 {
    width: 500px;
}
.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 {
    width: 650px;
}
.slide-1 .slide-wrapper .slide-item .slide__caption:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 2px;
    left: -30px;
    top: 55px;
    background: #004379;
}

.slide-1 .slide-wrapper .slide-item .slide__caption .number {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: #333;
    font-weight: 600;
    width: 69px;
    height: 69px;
    text-align: center;
    border: 5px solid #333;
}

.slide-1 .slide-wrapper .slide-item .slide__caption .text {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /* margin-left: 70px; */
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #004379;
    line-height: 1.8;
    letter-spacing: 2.5px;
}

.slide-1 .slide-wrapper .slide-arrows i {
    font-size: 30px;
    color: #666;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.slide-1 .slide-wrapper .slide-arrows i:hover {
    color: #999;
}

.slide-1 .slide-wrapper .slide-arrows i.prev {
    left: -50px;
}

.slide-1 .slide-wrapper .slide-arrows i.next {
    right: -50px;
}

/* ----- Slide 2 ----- */
.slide-2 {
    background: url("../images/slide-04.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.slide-2 .slide-2-wrap {
    width: 100%;
}

.slide-2 .slide-2-wrap .hi-wrap {
    position: absolute;
    width: 214px;
    z-index: 5;
    left: 32.70833%;
    margin-left: -107px;
    top: 38.88889%;
    margin-top: -72px;
    -webkit-animation: hiMove 2.5s infinite;
    -moz-animation: hiMove 2.5s infinite;
    -o-animation: hiMove 2.5s infinite;
    animation: hiMove 2.5s infinite;
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
}

@media (max-width: 1199px) {
    .slide-2 .slide-2-wrap .hi-wrap {
        width: 150px;
        margin-left: -75px;
        margin-top: -50.46729px;
    }
}

@media (max-width: 991px) {
    .slide-2 .slide-2-wrap .hi-wrap {
        width: 120px;
        margin-left: -60px;
        margin-top: -40.37383px;
    }
    section.slide {
    padding-top: 74px;
}
.slide .d-lg-block {
    display: block!important;
}

}

@media (max-width: 575px) {
    .slide-2 .slide-2-wrap .hi-wrap {
        display: none;
    }
}
@media (max-width: 768px) {
.slide-1 .slide-wrapper .slide-item .slide__caption {
    padding-bottom: 0;
}
section.who-ami.p-t-90.p-b-120 .row.m-t-80 {
    margin-top: 60px;
}
}
@media (max-width: 767px) {
  .slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3,
  .slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap1 {
  width: 100%;
}
  .slide-1 .slide-wrapper .slide-item .slide__caption {
    width: 100%;
    background: none;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 25px 15px;
    padding-left: 30px;
    padding-bottom: 0;
  }
  .slide-1 .slide-wrapper .slide-item .slide__caption:before {
  display: none;
  }
  .slide-1 .slide-wrapper .slide-arrows i {
      top: 40%;
  }
}

@media (max-width: 640px) {
.slide-1 .slide-wrapper .slide-item .slide__caption .text {
padding-left: 0;
letter-spacing: 1px;
font-size: 18px;
}
.slide-1 .slide-wrapper .slide-arrows i {
    top: 35%;
}
.who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 15px !important;
}
}

@media (max-width: 540px) {
.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 .text br {
    display: none;
}
.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 .text span {
    padding-left: 15px;
}
.slide-1 .slide-wrapper .slide-arrows i {
    top: 32%;
}
}

.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 .text br.aa {
    display: none;
}
@media (max-width: 400px) {
  .slide-1 .slide-wrapper .slide-item .slide__caption .text {
      padding-left: 1px;
      letter-spacing: 0px;
      font-size: 16px;
  }
.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 .text br.aa {
      display: block;
  }
  .slide-1 .slide-wrapper .slide-arrows i {
      font-size: 20px;
  }
}

@media (max-width: 350px) {
  .slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap1 .text br,
  .slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 .text br.aa {
      display: none;
  }
  .slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap1 .text span,
  .slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap3 .text span {
    padding-left: 10px;
}
.slide-1 .slide-wrapper .slide-item .slide__caption {
    padding-left: 15px;
}
.who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 14px !important;
}
.slide-1 .slide-wrapper .slide-item .slide__caption .text {
    font-size: 15px;
}
.slide-1 .slide-wrapper .slide-item .slide__caption {
    padding-left: 15px !important;
}
.slide-1 .slide-wrapper .slide-item .slide__caption.slide_cap1 .text span {
  padding-left: 0;
}
}


@-webkit-keyframes hiMove {
    0% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}

@-moz-keyframes hiMove {
    0% {
        -moz-transform: scale(1.04);
        transform: scale(1.04);
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.04);
        transform: scale(1.04);
    }
}

@-o-keyframes hiMove {
    0% {
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }

    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
}

@keyframes hiMove {
    0% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
}

/* ----- Slide 3 ----- */
.slide-3 .slide__content .slide-item {
    outline: none;
    position: relative;
    height: 100vh;
}

.slide-3 .slide__content .slide-item .slide__img {
    height: 100%;
}

.slide-3 .slide__content .slide-item .slide__caption {
    width: 500px;
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px 20px;
    padding-left: 45px;
}

.slide-3 .slide__content .slide-item .slide__caption:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 5px;
    left: -45px;
    top: 58px;
    background: #ebebeb;
}

.slide-3 .slide__content .slide-item .slide__caption .number {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: #ebebeb;
    font-weight: 600;
    width: 69px;
    height: 69px !important;
    text-align: center;
    border: 5px solid #ebebeb;
}

.slide-3 .slide__content .slide-item .slide__caption .text {
    font-family: "Montserrat", sans-serif;
    margin-left: 70px;
    padding-left: 24px;
    color: #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
}

.slide-3 .slide__content div.slick-active.slick-current .slide__img {
    -webkit-animation: slowZoom 10s 1 ease-in-out;
    -moz-animation: slowZoom 10s 1 ease-in-out;
    -o-animation: slowZoom 10s 1 ease-in-out;
    animation: slowZoom 10s 1 ease-in-out;
}

/* ----- Slide 4 ----- */
.slide-4 .slide-wrapper .slide__content .slide-item {
    position: relative;
}

.slide-4 .slide-wrapper .slide__content .slide-item .slide__caption {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media (max-width: 575px) {
    .slide-4 .slide-wrapper .slide__content .slide-item .slide__caption {
        display: none;
    }
}

.slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner {
    overflow: hidden;
}

.slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner h2 {
        font-size: 34px;
        margin-bottom: 0;
    }
    .slide-1 .slide-wrapper .slide-arrows i.next {
        right: 15px;
    }
    .slide-1 .slide-wrapper .slide-arrows i.prev {
        left: 15px;
    }
    .container-fluid.wh90 {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 767px) {
    .slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner h2 {
        font-size: 26px;
    }
}

.slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner p {
    color: #ccc;
}

@media (max-width: 767px) {
    .slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner p {
        font-size: 12px;
    }
}

.slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner a.au-btn {
    margin-top: 37px;
    color: #fff;
    border-color: #fff;
}

.slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner a.au-btn:hover {
    border-color: transparent;
}

@media (max-width: 991px) {
    .slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner a.au-btn {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .slide-4 .slide-wrapper .slide__content .slide-item .slide__caption .slide__caption-inner a.au-btn {
        margin-top: 10px;
    }
}

/* ----- Slide 5 ----- */
.slide-5 .slide-wrapper {
    position: relative;
    z-index: 1;
}

.slide-5 .slide-wrapper:hover .slick-arrows i {
    opacity: 1;
}

.slide-5 .slide-wrapper:hover .slick-arrows i.prev {
    left: 80px;
}

@media (max-width: 991px) {
    .slide-5 .slide-wrapper:hover .slick-arrows i.prev {
        left: 20px;
    }
}

.slide-5 .slide-wrapper:hover .slick-arrows i.next {
    right: 80px;
}

@media (max-width: 991px) {
    .slide-5 .slide-wrapper:hover .slick-arrows i.next {
        right: 20px;
    }
}

.slide-5 .slide-wrapper .slick-arrows i {
    position: absolute;
    font-size: 36px;
    color: #ccc;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
}

@media (max-width: 575px) {
    .slide-5 .slide-wrapper .slick-arrows i {
        display: none;
    }
}

.slide-5 .slide-wrapper .slick-arrows i:hover {
    color: #fff;
}

.slide-5 .slide-wrapper .slick-arrows i.prev {
    left: -10px;
}

.slide-5 .slide-wrapper .slick-arrows i.next {
    right: -10px;
}

.slide-5 .slide-wrapper .slide__content .slide-item {
    position: relative;
}

.slide-5 .slide-wrapper .slide__content .slide-item > img {
    width: 100%;
}

.slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
}

@media (max-width: 1199px) {
    .slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap {
        bottom: 30px;
    }
}

@media (max-width: 991px) {
    .slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap {
        bottom: 20px;
    }
}

.slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap .slide__text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 991px) {
    .slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap .slide__text h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap .slide__text h2 {
        font-size: 26px;
    }
}

.slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap .slide__text h2 > span {
    display: block;
}

.slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap .slide__text p {
    overflow: hidden;
    color: #eee;
}

.slide-5 .slide-wrapper .slide__content .slide-item .slide__text-wrap .slide__text p > span {
    display: block;
}

/* ----- Slide 6 ----- */
.slide-6 .text-box {
    text-transform: uppercase;
}

.slide-6 .text-box > span {
    display: inline-block;
    line-height: 1;
    padding: 10px 30px;
    background: #fff;
}

@media (max-width: 991px) {
    .slide-6 .text-box > span {
        padding: 5px 15px;
    }
}

@media (max-width: 575px) {
    .slide-6 .text-box > span {
        padding: 5px 8px;
    }
}

.slide-6 .text-box > span > span {
    display: inline-block;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
}

.bg-image-slide18 {
    background-image: url("../images/slide-18.jpg");
}

.bg-image-slide19 {
    background-image: url("../images/slide-19.jpg");
}

.bg-image-slide20 {
    background-image: url("../images/slide-20.jpg");
}

/* ----- Slide 7 ----- */
.slide-7 {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
    color: #666;
}

.slide-7 .slide-wrapper {
    height: 100%;
}

.slide-7 .slide-wrapper .slide__content {
    height: 100%;
}

.slide-7 .slide-wrapper .slide__content .slick-list {
    height: 100%;
}

.slide-7 .slide-wrapper .slide__content .slick-list .slick-track {
    height: 100%;
}

.slide-7 .slide-wrapper .slide__content .slide-item {
    height: 100%;
    position: relative;
}

.slide-7 .slide-wrapper .slide__content .slide-item:hover .slide-text .slick-arrows i {
    opacity: 1;
}

.slide-7 .slide-wrapper .slide__content .slide-item:hover .slide-text .slick-arrows i.prev {
    left: -50px;
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item:hover .slide-text .slick-arrows i.prev {
        left: -35px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item:hover .slide-text .slick-arrows i.next {
    right: -50px;
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item:hover .slide-text .slick-arrows i.next {
        right: -35px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text {
    position: relative;
    background: #fff;
    float: right;
    width: 36.45833%;
    right: 10.52083%;
    padding-left: 60px;
    padding-right: 60px;
    top: 378px;
}

@media (max-width: 1600px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text {
        width: 46%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1199px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text {
        width: 100%;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 25px 30px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slick-arrows i {
    position: absolute;
    font-size: 36px;
    color: #ccc;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slick-arrows i {
        display: none;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slick-arrows i:hover {
    color: #fff;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slick-arrows i.prev {
    left: 20px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slick-arrows i.next {
    right: 20px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image {
    margin-top: 35px;
    width: 219px;
    height: 219px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image {
        float: none !important;
        margin-top: 0;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right {
    margin-left: 219px;
    padding-left: 60px;
}

@media (max-width: 1199px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right {
        padding-left: 35px;
    }
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right {
        padding-left: 0;
        margin-left: 0;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right h3 {
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right h3 {
        margin-bottom: 5px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right a.au-btn {
    margin-top: 50px;
    background: #1b1b1b;
    color: #fff;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right a.au-btn:hover {
    background: #333;
}

@media (max-width: 1199px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right a.au-btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .slide-text__inner .slide-image-right a.au-btn {
        margin-top: 20px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text h5 {
    color: #999;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text h5 {
        margin-bottom: 5px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text h2 {
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text h2 {
        font-size: 22px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .sign {
    margin-top: 40px;
    float: right;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item {
    margin-bottom: 20px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item:last-child {
    margin-bottom: 35px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress-container {
    height: 100%;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress-container {
        padding-left: 0;
        padding-top: 10px;
    }
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress-container .progress {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress-container .progress .progress-bar {
    position: relative;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress-container .progress .progress-bar .progress-number {
    position: absolute;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    right: 12px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .progress-wrap .progress-item .progress-container .progress .progress-bar .progress-number:after {
    content: '%';
    margin-left: 3px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .statistic-wrap {
    margin-top: 35px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .statistic-wrap .statistic__item {
    text-align: center;
    margin-bottom: 43px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .statistic-wrap .statistic__item span.statistic-number {
    font-size: 48px;
    font-weight: 600;
    color: #333;
    line-height: 1;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .statistic-wrap .statistic__item span.statistic-number:after {
    content: '+';
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text .statistic-wrap .statistic__item > h5 {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    background: #666;
    max-width: 160px;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
}

.slide-7 .slide-wrapper .slide__content .slide-item .slide-text.slide__text-statistic {
    padding-left: 140px;
}

@media (max-width: 767px) {
    .slide-7 .slide-wrapper .slide__content .slide-item .slide-text.slide__text-statistic {
        padding-left: 110px;
    }
}

.title--vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    line-height: 80px;
    width: 80px;
    padding: 30px 0;
    letter-spacing: 11px;
    color: #fff;
    background: #1b1b1b;
    font-weight: 600;
}

/* ----- Slide 8 ----- */
.slide-8 .slide-8-wrap {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
}

.slide-8 .flipto {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-8 .flipto.flipto-prev {
    left: -60px;
}

.slide-8 .flipto.flipto-prev:hover::before {
    color: #666;
}

.slide-8 .flipto.flipto-prev::before {
    font-family: "Material-Design-Iconic-Font";
    content: '\f2ea';
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    line-height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
}

.slide-8 .flipto.flipto-next {
    right: -60px;
}

.slide-8 .flipto.flipto-next:hover::before {
    color: #666;
}

.slide-8 .flipto.flipto-next::before {
    font-family: "Material-Design-Iconic-Font";
    content: '\f2ee';
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    line-height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
}

.slide-8 .slide-8-wrap .flipster {
    width: 100%;
    height: 100% !important;
    overflow-x: visible;
    overflow-y: visible;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-items {
    margin: 0;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    width: 59.82906% !important;
    height: 51.13636% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-8 .flipster-slider .flip-item {
    position: absolute;
    list-style: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-item {
    width: 100%;
    height: 100%;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-item .flip-content {
    width: 100%;
    height: 100%;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-item .flip-content .flow-item-slider {
    width: 100%;
    height: 100%;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-prev,
.slide-8 .slide-8-wrap .flipster-carousel .flip-next,
.slide-8 .slide-8-wrap .flipster-carousel .flip-past,
.slide-8 .slide-8-wrap .flipster-carousel .flip-future {
    opacity: 1;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-27%) translateZ(0) rotateY(0) scale(0.85);
    -moz-transform: translateX(-27%) translateZ(0) rotateY(0) scale(0.85);
    transform: translateX(-27%) translateZ(0) rotateY(0) scale(0.85);
    z-index: -1;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-next {
    -webkit-transform: translateX(27%) translateZ(0) rotateY(0) scale(0.85);
    -moz-transform: translateX(27%) translateZ(0) rotateY(0) scale(0.85);
    transform: translateX(27%) translateZ(0) rotateY(0) scale(0.85);
    z-index: -1;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) rotateY(0) scale(0.7);
    -moz-transform: translateX(-80%) translateZ(0) rotateY(0) scale(0.7);
    transform: translateX(-80%) translateZ(0) rotateY(0) scale(0.7);
    z-index: -2;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) rotateY(0) scale(0.7);
    -moz-transform: translateX(80%) translateZ(0) rotateY(0) scale(0.7);
    transform: translateX(80%) translateZ(0) rotateY(0) scale(0.7);
    z-index: -2;
}

.slide-8 .slide-8-wrap .flipster-carousel .bg-overlay {
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    -moz-transition: all .8s linear;
    transition: all .8s linear;
}

.slide-8 .slide-8-wrap .flipster-carousel .flip-current .bg-overlay {
    opacity: 0;
}

.slide-8 .flipster-slider .flipster-wrapp-outer {
    max-width: 1170px;
    height: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide-8 .flipster-slider .flow-item-slider {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-8 .flipster-slider .flip-item {
    text-align: center;
}

.slide-8 .flipster-slider .flip-item .flip-caption {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.slide-8 .flipster-slider .flip-item.flip-current .flip-caption {
    opacity: 1;
    visibility: visible;
}

/* ----- Footer  ----- */
.footer {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .footer .footer__logo {
        text-align: center;
    }
}

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

.footer .footer__social a {
    margin-right: 25px;
}

.footer .footer__social a :last-child {
    margin-right: 0;
}

.footer .footer__social a > i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #b2b2b2;
}

.footer .footer__social a > i.zmdi-facebook:hover {
    color: #3b5998;
}

.footer .footer__social a > i.zmdi-instagram:hover {
    color: #f77737;
}

.footer .footer__social a > i.zmdi-twitter:hover {
    color: #00aced;
}

.footer .footer__social a > i.zmdi-dribbble:hover {
    color: #ea4c89;
}

@media (max-width: 991px) {
    .footer .footer__social {
        margin-top: 30px;
    }
}

.footer .footer__copyright {
    color: #b2b2b2;
    text-align: right;
}

@media (max-width: 991px) {
    .footer .footer__copyright {
        text-align: center;
        margin-top: 30px;
    }
}

footer {
    position: relative;
    overflow: hidden;
}

.footer--dark {
    background: #1b1b1b;
}

.footer-2 .logo {
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-2 p {
    color: #b2b2b2;
}

.footer-2 .footer__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer-2 .footer-2__form {
    margin-top: 40px;
}

.footer-2 .footer-2__form > input {
    color: #666;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    border: none;
    font-family: "Poppins", sans-serif;
    float: left;
    width: 67.5%;
}

.footer-2 .footer-2__form > button[type="submit"] {
    width: 32.5%;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    background: #111;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.footer-2 .footer-2__form > button[type="submit"]:hover {
    background: #666;
}

.footer-2 .footer__list {
    padding-left: 17px;
}

.footer-2 .footer__list li {
    color: #b2b2b2;
    margin-bottom: 10px;
}

.footer-2 .footer__list li:last-child {
    margin-bottom: 0;
}

.footer-2 .footer__list li a {
    color: #b2b2b2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 2px;
}

.footer-2 .footer__list li a:hover {
    margin-left: 5px;
    color: #fff;
}

.footer-2 .footer__instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-2 .footer__instagram a {
    display: block;
    width: -webkit-calc((100% - 40px) / 3);
    width: -moz-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}

.col--no-padding {
    padding: 0;
}

@media (max-width: 991px) {
    .col--no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

.copyright {
    padding: 30px 0;
    background: #111;
}

.copyright .text {
    color: #b2b2b2;
}

.copyright .text span {
    color: #fff;
}

.copyright .social {
    color: #b2b2b2;
}

@media (max-width: 991px) {
    .copyright .social {
        margin-top: 20px;
    }
}

.copyright .social a {
    margin-right: 25px;
}

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

.copyright .social a > i {
    font-size: 18px;
    color: #b2b2b2;
}

/* ----- Page Loader ----- */
.page-loader-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: #e6e6e6;
}

.page-loader {
    width: 80px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: calc(50% - 40px);
}

.page-loader__inner {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    border-style: solid;
    border-bottom-color: #333;
    border-left-color: #333;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotate 3s ease-in-out infinite;
    -moz-animation: rotate 3s ease-in-out infinite;
    -o-animation: rotate 3s ease-in-out infinite;
    animation: rotate 3s ease-in-out infinite;
    -webkit-transform: rotate(465deg);
    -moz-transform: rotate(465deg);
    -ms-transform: rotate(465deg);
    -o-transform: rotate(465deg);
    transform: rotate(465deg);
}

@-webkit-keyframes rotate {
    0% {
        border-width: 10px;
    }

    25% {
        border-width: 4px;
    }

    50% {
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
        border-width: 10px;
    }

    75% {
        border-width: 4px;
    }

    100% {
        border-width: 10px;
    }
}

@-moz-keyframes rotate {
    0% {
        border-width: 10px;
    }

    25% {
        border-width: 4px;
    }

    50% {
        -moz-transform: rotate(165deg);
        transform: rotate(165deg);
        border-width: 10px;
    }

    75% {
        border-width: 4px;
    }

    100% {
        border-width: 10px;
    }
}

@-o-keyframes rotate {
    0% {
        border-width: 10px;
    }

    25% {
        border-width: 4px;
    }

    50% {
        -o-transform: rotate(165deg);
        transform: rotate(165deg);
        border-width: 10px;
    }

    75% {
        border-width: 4px;
    }

    100% {
        border-width: 10px;
    }
}

@keyframes rotate {
    0% {
        border-width: 10px;
    }

    25% {
        border-width: 4px;
    }

    50% {
        -webkit-transform: rotate(165deg);
        -moz-transform: rotate(165deg);
        -o-transform: rotate(165deg);
        transform: rotate(165deg);
        border-width: 10px;
    }

    75% {
        border-width: 4px;
    }

    100% {
        border-width: 10px;
    }
}

/* ----- Service 1 ----- */
.service1 .service1__item {
    margin-bottom: 50px;
}

.service1 .service1__item .service1__item-inner {
    margin: 0 auto;
    width: 174px;
    height: 174px;
    position: relative;
}

.service1 .service1__item .service1__item-inner .label {
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #f1785b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.service1 .service1__item .service1__item-inner .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 174px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.service1 .service1__item .service1__item-inner .circle .dot {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.service1 .service1__item .service1__item-inner .service1__item-progress {
    width: 174px;
    height: 174px;
    position: relative;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-meter {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-value {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
    position: relative;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-value::after {
    position: absolute;
    content: 'abc';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #f1785b;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-value--color1 {
    stroke: #f1785b;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-value--color2 {
    stroke: #fac174;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-value--color3 {
    stroke: #5c814e;
}

.service1 .service1__item .service1__item-inner .service1__item-progress .svg-value--color4 {
    stroke: #27a4dd;
}

.service1 .service1__item .service__item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.service1 .service1__item .service__item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service1 .service1__item .service1__item-text {
    margin-top: 15px;
}

.service1 .service1__item .service1__item-text h3 {
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

/* ----- Service 2 ----- */
.service2 .service__image > img {
    width: 100%;
}

.service2 .service__content {
    padding: 43px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service2 .service__content {
        padding: 0;
    }
}

.service2 .service__content h2.service__title {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.service2 .service__content p {
    margin-top: 18px;
}

.service2 .service__content a.au-btn {
    margin-top: 40px;
}

.col--no-padding-left {
    padding-left: 0;
}

@media (max-width: 991px) {
    .col--no-padding-left {
        padding-left: 15px;
    }
}

.offset-lg--no-padding {
    margin-left: 7.333333%;
}

@media (max-width: 991px) {
    .offset-lg--no-padding {
        margin-left: 0;
    }
}

.service-box {
    margin-top: 30px;
    background: #f8f8f8;
    padding: 0 30px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
}

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

.service-box__item:hover .icon {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.service-box__item .icon {
    width: 70px;
    height: 70px;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    float: left;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-box__item .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-box__item .text {
    margin-left: 70px;
    padding: 25px 0;
    padding-left: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-box__item .text {
        padding-left: 10px;
    }
}

.service-box__item .text h4 > a {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-box__item .text h4 > a {
        font-size: 14px;
        white-space: nowrap;
    }
}

.service-box__item .text h4 > a:hover {
    color: #666;
}

/* ----- Service 3 ----- */
.service-3-item {
    background: #fff;
    -webkit-box-shadow: 6px 7px 8.73px 0.27px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 7px 8.73px 0.27px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 7px 8.73px 0.27px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.service-3-item.service-3-item--img-left.first.clearfix {
    border-top: 2px solid #004379;
    border-bottom: 2px solid #004379;
    box-shadow: none;
}

.sonic .service-3-item:last-child {
    margin-bottom: 0;
}

.service-3-item > .image {
    width: 43.85965%;
}

@media (max-width: 767px) {
    .service-3-item > .image {
        width: 100%;
    }
}

.service-3-item > .content {
    padding: 40px 50px;
}
section.sonic .service-3-item > .content {
    padding: 30px 25px;
}
section.sonic .service-3-item > .content.point {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 136px 25px;
}
section.sonic .service-3-item > .content.point h2.title {
    font-size: 42px;
    font-weight: 600;
    margin: 0;
}

section.sonic-price {
    background-color: #004379;
}
section.sonic-price div.row {
    padding: 30px 0;
}
section.sonic-price div.row div.row {
    padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-3-item > .content {
        padding: 20px 25px;
    }
}

@media (max-width: 991px) {
    .service-3-item > .content {
        padding: 20px 25px;
    }
}

.service-3-item > .content > .title {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    z-index: 4;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.sonic .service-3-item > .content > .title {
    font-size: 20px;
    font-weight: 500;
    font-family: Arial, Helvetica, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

section.service-3.sonic p {
    text-align: justify;
    font-size: 13px;
    line-height: 2em;
}

section.service-3.sonic .point p {
    text-align: center;
    font-size: 13px;
    color: #004378;
}

.service-3-item > .content > .title > a {
    background: #fff;
    color: #333;
    line-height: 1;
    margin-left: 43px;
}

.service-3-item > .content > .title > a:hover {
    color: #666;
}

.service-3-item > .content > .title::before {
    position: absolute;
    z-index: -3;
    font-size: 72px;
    color: #999;
    font-weight: 600;
    line-height: 1;
    bottom: -3px;
    margin-left: -3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-3-item > .content > .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .service-3-item > .content > .title {
        font-size: 26px;
    }
}

.service-3-item > .content > .title--num1::before {
    content: '01';
}

.service-3-item > .content > .title--num2::before {
    content: '02';
}

.service-3-item > .content > .title--num3::before {
    content: '03';
}

.service-3-item > .content > .title--num4::before {
    content: '04';
}

.service-3-item--img-left > .image {
    float: left;
}

@media (max-width: 767px) {
    .service-3-item--img-left > .image {
        float: none;
    }
}

.service-3-item--img-left > .content {
    margin-left: 43.85965%;
}

@media (max-width: 767px) {
    .service-3-item--img-left > .content {
        margin-left: 0;
    }
}

.service-3-item--img-right > .image {
    float: right;
}

@media (max-width: 767px) {
    .service-3-item--img-right > .image {
        float: none;
    }
}

.service-3-item--img-right > .content {
    margin-right: 43.85965%;
    text-align: right;
}

.service-3-item--img-right > .content > .title {
    text-align: left;
}

@media (max-width: 767px) {
    .service-3-item--img-right > .content {
        margin-right: 0;
    }
}

/* ----- Tabs ----- */
.au-tab .au-tab__nav {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.au-tab .au-tab__nav .au-tab__nav-item {
    float: left;
    margin-bottom: 0;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .au-tab .au-tab__nav .au-tab__nav-item {
        float: none;
        margin-bottom: 10px;
    }
}

.au-tab .au-tab__nav .au-tab__nav-item.active span {
    color: #333;
}

.au-tab .au-tab__nav .au-tab__nav-item span {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    color: #999;
}

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

.recent-blog-2 .recent-blog__item .image-wrap {
    position: relative;
    width: 51.28205%;
}

.recent-blog-2 .recent-blog__item .image-wrap .image {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.recent-blog-2 .recent-blog__item .image-wrap .image img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.recent-blog-2 .recent-blog__item .image-wrap .image:hover img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.recent-blog-2 .recent-blog__item .image-wrap .image > a {
    width: 100%;
}

.recent-blog-2 .recent-blog__item .image-wrap .image > a > img {
    width: 100%;
}

@media (max-width: 991px) {
    .recent-blog-2 .recent-blog__item .image-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
}

.recent-blog-2 .recent-blog__item .content {
    position: relative;
    z-index: 2;
}

.recent-blog-2 .recent-blog__item .content .title a {
    font-weight: 600;
    color: #333;
}

.recent-blog-2 .recent-blog__item .content .title a:hover {
    color: #666;
}

.recent-blog-2 .recent-blog__item .content .text {
    margin-top: 15px;
}

.recent-blog-2 .recent-blog__item .content a.au-btn {
    position: relative;
    z-index: 0;
    margin-top: 40px;
}

.recent-blog-2 .recent-blog__item .content--right {
    margin-left: 52%;
    padding: 60px 0;
    padding-left: 50px;
}

@media (max-width: 1199px) {
    .recent-blog-2 .recent-blog__item .content--right {
        padding: 5px 0;
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .recent-blog-2 .recent-blog__item .content--right {
        margin-left: 0;
        padding: 0;
    }
}

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

.blog-item .image {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.blog-item .image img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.blog-item .image:hover img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.blog-item .content .title {
    margin-top: 35px;
}

.blog-item .content .title a {
    color: #333;
    font-weight: 600;
}

.blog-item .content .title a:hover {
    color: #666;
}

@media (max-width: 991px) {
    .blog-item .content .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .blog-item .content .title {
        font-size: 22px;
    }
}

.blog-item .content .date {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #999;
    margin-top: 6px;
}

.blog-item .content .text {
    margin-top: 6px;
}

.blog-item .content a.au-btn {
    margin-top: 25px;
}

.blog-item .content a.au-btn:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
}

.blog-item .content a.au-btn.au-btn--effect:after {
    background: #1b1b1b;
}

.blog-3 .blog-item {
    margin-bottom: 50px;
}

.blog-3 .blog-item .content .title {
    margin-top: 25px;
}

.blog-3 .blog-item .content .date {
    margin-top: 2px;
}

.blog-3 .blog-item .content .text {
    margin-top: 3px;
}

.blog-4 .blog-item {
    margin-bottom: 50px;
}

.blog-4 .blog-item .content .title {
    font-size: 20px;
    margin-top: 25px;
}

.blog-4 .blog-item .content .text {
    margin-top: 2px;
}

.blog-5 {
    background: url("../images/bg-mountain.jpg") top center/cover no-repeat;
}

.blog-5 .blog-5-wrap {
    background: #f8f8f8;
}

.blog-5 .blog-item {
    margin-bottom: 0;
}

.blog-5 .blog-item .content {
    padding: 35px;
}

.blog-5 .blog-item .content .title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

.blog-5 .blog-item .content .date {
    margin-top: 11px;
}

.blog-5 .blog-item .content .text {
    margin-top: 16px;
}

.blog-5 .blog-item .content a.au-btn {
    margin-top: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-5 .blog-item .content {
        padding: 22px;
        padding-top: 15px;
        padding-bottom: 0;
    }

    .blog-5 .blog-item .content .title {
        font-size: 18px;
    }

    .blog-5 .blog-item .content .date {
        margin-top: 3px;
    }

    .blog-5 .blog-item .content .text {
        margin-top: 0;
    }

    .blog-5 .blog-item .content a.au-btn {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .blog-5 .blog-item .content {
        padding: 25px;
    }

    .blog-5 .blog-item .content .title {
        font-size: 18px;
    }
}

.blog-detail p > span {
    font-weight: 600;
    color: #333;
}

.blog-detail .date {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #999;
    margin-top: 15px;
}

/* ----- Client Say ----- */
.client-say {
    text-align: center;
}

.client-say .title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.client-say .client-say__item {
    padding: 4px;
}

.client-say .client-say__item .text {
    color: #ccc;
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.client-say .client-say__item .text::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f10d';
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    left: 0;
    top: -5px;
}

.client-say .client-say__item .thumb {
    margin-top: 55px;
}

.client-say .client-say__item .thumb .image {
    position: relative;
    width: 130px;
    margin: 0 auto;
}

.client-say .client-say__item .thumb .image .image__inner {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.client-say .client-say__item .thumb .image .slide-arrow i {
    position: absolute;
    font-size: 30px;
    color: #ccc;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-say .client-say__item .thumb .image .slide-arrow i:hover {
    color: #fff;
}

.client-say .client-say__item .thumb .image .slide-arrow i.prev {
    left: -35px;
}

.client-say .client-say__item .thumb .image .slide-arrow i.next {
    right: -35px;
}

.client-say .client-say__item .thumb .name {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 19px;
    line-height: 1;
}

.client-say .client-say__item .thumb .hashtag {
    font-size: 11px;
    color: #ccc;
}

.client-say .client-say__item .thumb .hashtag::before {
    content: '@';
}

/* ----- Client Say 2 ----- */
.client-say-2 .title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.client-say-2 .slide-wrapper {
    position: relative;
}

.client-say-2 .slide-wrapper .slide-arrow i {
    position: absolute;
    font-size: 30px;
    color: #333;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -65px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .client-say-2 .slide-wrapper .slide-arrow i {
        display: none;
    }
}

.client-say-2 .slide-wrapper .slide-arrow i:hover {
    color: #666;
}

.client-say-2 .slide-wrapper .slide-arrow i.prev {
    left: -35px;
}

.client-say-2 .slide-wrapper .slide-arrow i.next {
    right: -35px;
}

.client-say-2 .client-say-2-item {
    background: #f8f8f8;
    position: relative;
    padding: 40px 60px;
    padding-right: 50px;
    margin-bottom: 80px;
}

.client-say-2 .client-say-2-item .blockquote-wrap {
    overflow: hidden;
}

.client-say-2 .client-say-2-item .text {
    text-align: left;
}

.client-say-2 .client-say-2-item .text span {
    display: inline-block;
    margin-right: 6px;
}

.client-say-2 .client-say-2-item .text span::before {
    font-size: 20px;
    color: #ccc;
    font-family: 'FontAwesome';
    content: '\f10d';
    display: inline-block;
    line-height: 1;
    vertical-align: 5px;
}

.client-say-2 .client-say-2-item .client-say-2__info {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

.client-say-2 .client-say-2-item .client-say-2__info .name {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.client-say-2 .client-say-2-item .client-say-2__info .hashtag {
    text-align: center;
    line-height: 1;
}

.client-say-2 .client-say-2-item .client-say-2__info .hashtag a {
    font-size: 11px;
    color: #ccc;
}

.client-say-2 .client-say-2-item .client-say-2__info .hashtag a::before {
    content: '@';
}

.client-say-2 .client-say-2-item .client-say-2__info .hashtag a:hover {
    color: #666;
}

.client-say-2 .client-say-2-item .image {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
}

.client-say-2 .client-say-2-item .image .image__inner {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 4.85px 0.15px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 2px 2px 4.85px 0.15px rgba(0, 0, 0, 0.36);
    box-shadow: 2px 2px 4.85px 0.15px rgba(0, 0, 0, 0.36);
}

.client-say-2--bg-f8 .slick-list {
    margin: 0 -15px;
}

.client-say-2--bg-f8 .slick-slide {
    margin: 0 15px;
}

.client-say-2--bg-f8 .client-say-2-item {
    background: #fff;
    -webkit-box-shadow: 6px 7px 10.53px 2.47px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 7px 10.53px 2.47px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 7px 10.53px 2.47px rgba(0, 0, 0, 0.05);
}

/* ----- Client Say 3 ----- */
.client-say-3 {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
}

@media (max-width: 991px) {
    .client-say-3 {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.client-say-3 h5.title--small {
    color: #ccc;
    margin-bottom: 10px;
}

@media (max-height: 768px) {
    .client-say-3 h5.title--small {
        margin-bottom: 5px;
    }
}

.client-say-3 h2.title {
    color: #fff;
    margin-bottom: 62px;
}

@media (max-height: 768px) {
    .client-say-3 h2.title {
        margin-bottom: 20px;
        font-size: 30px;
    }
}

.client-say-3 .client-say-3-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .client-say-3 .client-say-3-wrap {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.client-say-3 .slide-wrapper .slide-arrow i {
    color: #ccc;
}

.client-say-3 .slide-wrapper .slide-arrow i:hover {
    color: #fff;
}

.client-say-3 .client-say-2-item {
    -webkit-box-shadow: 6px 7px 10.53px 2.47px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 7px 10.53px 2.47px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 7px 10.53px 2.47px rgba(0, 0, 0, 0.05);
}

/* ----- Statistic 1 ----- */
.statistic {
    overflow: visible;
}

.statistic .statistic__video {
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
}

@media (max-width: 991px) {
    .statistic .statistic__video {
        top: -90px;
    }
}

@media (max-width: 575px) {
    .statistic .statistic__video {
        top: -40px;
    }
}

.statistic .statistic__video .statistic__video-inner {
    -webkit-box-shadow: 5px 4px 8.64px 0.36px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 5px 4px 8.64px 0.36px rgba(0, 0, 0, 0.46);
    box-shadow: 5px 4px 8.64px 0.36px rgba(0, 0, 0, 0.46);
}

.statistic .statistic__video .statistic__video-inner .video__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.statistic .statistic__video .statistic__video-inner .video__overlay i {
    font-size: 100px;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.statistic .statistic__video .statistic__video-inner .video__overlay i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.statistic .statistic__item {
    text-align: center;
    margin-bottom: 50px;
}

.statistic .statistic__item .number-wrap {
    line-height: 1;
    margin-bottom: 10px;
}

.statistic .statistic__item .number-wrap .number {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.statistic .statistic__item .number-wrap .number:after {
    content: '+';
    display: inline-block;
    margin-left: 2px;
}

.statistic .statistic__item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
}

.p-t-445 {
    padding-top: 445px;
}

@media (max-width: 991px) {
    .p-t-445 {
        padding-top: 250px;
    }
}

@media (max-width: 767px) {
    .p-t-445 {
        padding-top: 180px;
    }
}

/* ----- Partner ----- */
.partner .slide-wrapper {
    position: relative;
}

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

/* ----- Album v1 ----- */
.album-1 .see-more {
    margin-top: 30px;
    text-align: center;
}

.album-2 .see-more {
    margin-top: 40px;
    text-align: center;
}

.album-3 .album-item .album-item__title {
    font-size: 24px;
}

.album-3 .see-more {
    margin-top: 30px;
    text-align: center;
}

.album-4 .see-more {
    margin-top: 30px;
    text-align: center;
}

.row-special {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1800px) {
    .row-special {
        margin-left: 0;
        margin-right: 0;
    }
}

.col-25 {
    width: -webkit-calc((100% - 120px) / 4);
    width: -moz-calc((100% - 120px) / 4);
    width: calc((100% - 120px) / 4);
}

@media (max-width: 991px) {
    .col-25 {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 767px) {
    .col-25 {
        /* width: 100%; */
    }
}

.col-50 {
    width: -webkit-calc((100% - 90px) / 2);
    width: -moz-calc((100% - 90px) / 2);
    width: calc((100% - 90px) / 2);
}

@media (max-width: 991px) {
    .col-50 {
        width: 100%;
    }
}

.album-item .album-item__image {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.album-item .album-item__image img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.album-item .album-item__image:hover img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.album-item .album-item__image a {
    width: 100%;
}

.album-item .album-item__image a img {
    width: 100%;
}

.album-item .album-item__title {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}

.album-item .album-item__title a {
    color: #333;
    font-weight: 600;
}

.album-item .album-item__title a:hover {
    color: #666;
}

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

/* ----- Project ----- */
.project-info-arrows > a {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    background: #f8f8f8;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    margin-right: 16px;
}

@media (max-width: 575px) {
    .project-info-arrows > a {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .project-info-arrows > a:last-child {
        margin-bottom: 0;
    }
}

.project-info-arrows > a i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-info-arrows > a:hover {
    color: #333;
}

.project-info-arrows > a:hover i {
    color: #333;
}

.project-info-arrows > a:hover.prev i {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.project-info-arrows > a:hover.next i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.project-info-arrows > a > i {
    font-size: 16px;
}

.project-info-arrows > a.prev i {
    margin-right: 7px;
}

.project-info-arrows > a.next i {
    margin-left: 4px;
}

.project-info-1 .project-info__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 30px;
}

.project-info-1 .project-info-arrows {
    margin-top: 35px;
}

.project-info-2 .slide-wrapper {
    position: relative;
}

.project-info-2 .slide-wrapper .slide-arrow > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: #666;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: all 0.6s ease;
    -moz-transform: all 0.6s ease;
    -ms-transform: all 0.6s ease;
    -o-transform: all 0.6s ease;
    transform: all 0.6s ease;
}

.project-info-2 .slide-wrapper .slide-arrow > i:hover {
    color: #333;
}

@media (max-width: 1199px) {
    .project-info-2 .slide-wrapper .slide-arrow > i {
        display: none;
    }
}

.project-info-2 .slide-wrapper .slide-arrow > i.prev {
    left: -50px;
}

.project-info-2 .slide-wrapper .slide-arrow > i.next {
    right: -50px;
}

.project-info-3 .project-image-wrap {
    margin-bottom: -30px;
}

.project-info-3 .project-image-wrap .project-image {
    margin-bottom: 30px;
}

.project-info-3 .project-image-wrap .project-image > img {
    width: 100%;
}

.project-grid-2col.lastest-work .latest-work__item .body h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.project-marsonry-2col.lastest-work .latest-work__item .body h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.col-33 {
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
}

@media (max-width: 991px) {
    .col-33 {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 575px) {
    .col-33 {
        width: 100%;
    }
}

.project-grid-2col.lastest-work .latest-work__item {
    margin-bottom: 30px;
}

.project-marsonry-2col.lastest-work .latest-work__item {
    margin-bottom: 30px;
}

.project-3col-ver.lastest-work .latest-work__item {
    margin-bottom: 30px;
}

.project-3col-hor.lastest-work .latest-work__item {
    margin-bottom: 30px;
}

.project-3col-wide.lastest-work .latest-work__item {
    margin-bottom: 40px;
}

.project-4col.lastest-work .latest-work__item {
    margin-bottom: 40px;
}

.protected-gallery {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
    background: #f8f8f8;
}

.protected-gallery .protected-gallery-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.protected-gallery .protected-gallery-wrap .protected-gallery__content h3 {
    font-weight: 600;
    margin-bottom: 8px;
}

.protected-gallery .protected-gallery-wrap .protected-gallery__content form input {
    min-width: 400px;
}

@media (max-width: 575px) {
    .protected-gallery .protected-gallery-wrap .protected-gallery__content form input {
        min-width: 250px;
    }
}

@media (max-width: 320px) {
    .protected-gallery .protected-gallery-wrap .protected-gallery__content form input {
        min-width: 220px;
    }
}

.protected-gallery .protected-gallery-wrap .protected-gallery__content form button.au-btn {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

/* ----- About me ----- */
.page-title .page-title__inner {
    position: relative;
    z-index: 1;
}

.page-title .page-title__inner h2 {
    font-size: 48px;
    color: #fff;
    text-transform: none;
    text-align: center;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
}

.page-title .page-title__inner p {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    text-align: center;
    font-family: Arial, Helvetica, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
}

@media (max-width: 991px) {
    .about-me-1 .about-me-1__image {
        margin-bottom: 50px;
    }
}

.about-me-1 .about-me-1__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content h5 {
    color: #999;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box {
    padding: 30px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item {
        margin-bottom: 30px !important;
    }

    .about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item:last-child {
        margin-bottom: 0 !important;
    }
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item {
    margin-bottom: 0;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item .icon {
    height: 50px;
    width: 50px;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item .icon i {
    font-size: 20px;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item .text {
    padding: 12.5px 0;
    margin-left: 50px;
    padding-left: 20px;
}

.about-me-1 .about-me-1__content-wrap .about-me-1__content .service-box .service-box__item .text h4 {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .col-lg-4--wider {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 34.333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 34.333333%;
        flex: 0 0 34.333333%;
        max-width: 34.333333%;
    }
}

@media (min-width: 992px) {
    .offset-lg--padding-70 {
        margin-left: 6%;
    }
}

.about-us-1 .about-us-wrap {
    background: #fff;
    -webkit-box-shadow: 6px 7px 7.29px 1.71px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 7px 7.29px 1.71px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 7px 7.29px 1.71px rgba(0, 0, 0, 0.05);
}

.about-us-1 .about-us-wrap .about-us-content {
    padding: 70px 80px;
    padding-right: 70px;
}

.about-us-1 .about-us-wrap .about-us-content .title--small {
    margin-bottom: 15px;
}

.about-us-1 .about-us-wrap .about-us-content .title--big {
    margin-bottom: 35px;
}

.about-us-1 .about-us-wrap .about-us-content .service-box {
    background: none;
    padding: 0;
    margin-top: 52px;
}

.about-us-1 .about-us-wrap .about-us-content .service-box .service-box__item .icon {
    height: 50px;
    width: 50px;
}

.about-us-1 .about-us-wrap .about-us-content .service-box .service-box__item .icon i {
    font-size: 20px;
}

.about-us-1 .about-us-wrap .about-us-content .service-box .service-box__item .text {
    padding: 15px 0;
    margin-left: 50px;
    padding-left: 10px;
}

.about-us-1 .about-us-wrap .about-us-content .service-box .service-box__item .text h4 {
    font-weight: 600;
}

.about-us-1 .about-us-wrap .about-us-content a.au-btn {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .about-us-1 .about-us-wrap .about-us-content {
        padding: 65px 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-us-1 .about-us-wrap .about-us-content .title--big {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .about-us-1 .about-us-wrap .about-us-content .service-box {
        margin-top: 30px;
    }
}

@media (max-width: 1023px) {
    .about-us-1 .about-us-wrap .about-us-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .about-us-1 .about-us-wrap .about-us-content {
        padding: 40px 35px;
    }

    .about-us-1 .about-us-wrap .about-us-content .title--big {
        font-size: 30px;
    }
}

.about-us-2 {
    overflow: scroll;
}

@media (max-width: 991px) {
    .about-us-2 {
        overflow: hidden;
    }
}

.about-us-2 .about-us-2__intro {
    width: 16.66667%;
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
}

.about-us-2 .about-us-2__intro .about-us-2__intro-inner {
    overflow: hidden;
}

.about-us-2 .about-us-2__intro .about-us-2__intro-inner h2 {
    font-size: 48px;
    text-transform: initial;
    font-weight: 600;
    color: #999;
}

@media (max-height: 768px) {
    .about-us-2 .about-us-2__intro .about-us-2__intro-inner h2 {
        font-size: 26px;
    }
}

.about-us-2 .about-us-2__intro .about-us-2__intro-inner h1 {
    font-size: 72px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about-us-2 .about-us-2__intro .about-us-2__intro-inner h1 {
        font-size: 54px;
    }
}

@media (max-height: 768px) {
    .about-us-2 .about-us-2__intro .about-us-2__intro-inner h1 {
        font-size: 42px;
        margin-bottom: 0px;
    }
}

.about-us-2 .about-us-2__intro .about-us-2__intro-inner a.au-btn {
    margin-top: 45px;
}

@media (max-height: 768px) {
    .about-us-2 .about-us-2__intro .about-us-2__intro-inner a.au-btn {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .about-us-2 .about-us-2__intro {
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 60px;
    }
}

@media (max-width: 767px) {
    .about-us-2 .about-us-2__intro {
        padding: 50px 30px;
    }
}

.about-us-2 .our-team__item {
    position: relative;
    width: 16.66667%;
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
    margin: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .about-us-2 .our-team__item {
        width: 100%;
    }
}

.about-us-2 .our-team__item .bg-overlay {
    z-index: 2;
    visibility: hidden;
}

.about-us-2 .our-team__item:hover .bg-overlay {
    visibility: visible;
    -webkit-animation: fadeInLeft .3s;
    -moz-animation: fadeInLeft .3s;
    -o-animation: fadeInLeft .3s;
    animation: fadeInLeft .3s;
}

.about-us-2 .our-team__item:hover .our-team-social > a:nth-child(1) {
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -o-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.about-us-2 .our-team__item:hover .our-team-social > a:nth-child(2) {
    -webkit-animation: fadeInDown .3s;
    -moz-animation: fadeInDown .3s;
    -o-animation: fadeInDown .3s;
    animation: fadeInDown .3s;
}

.about-us-2 .our-team__item:hover .our-team-social > a:nth-child(3) {
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -o-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.about-us-2 .our-team__item:hover .our-team-social > a {
    visibility: visible;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.about-us-2 .our-team__item:hover .our-team-content {
    visibility: visible;
}

.about-us-2 .our-team__item:hover .our-team-content .name {
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -o-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.about-us-2 .our-team__item:hover .our-team-content .job {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -o-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.about-us-2 .our-team__item .our-team-social {
    visibility: hidden;
    z-index: 4;
    bottom: auto;
    top: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.about-us-2 .our-team__item .our-team-social > a {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    height: 50px;
    width: 50px;
}

.about-us-2 .our-team__item .our-team-social > a > i {
    font-size: 20px;
}

.about-us-2 .our-team__item .our-team-content {
    visibility: hidden;
    position: absolute;
    background: none;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-bottom: 45px;
}

.about-us-2 .our-team__item .our-team-content .name {
    margin-bottom: 5px;
    -webkit-animation: fadeOutDown .3s;
    -moz-animation: fadeOutDown .3s;
    -o-animation: fadeOutDown .3s;
    animation: fadeOutDown .3s;
}

.about-us-2 .our-team__item .our-team-content .job {
    font-size: 14px;
    -webkit-animation: fadeOutDown .3s;
    -moz-animation: fadeOutDown .3s;
    -o-animation: fadeOutDown .3s;
    animation: fadeOutDown .3s;
}

.about-us-2 .ps__thumb-x {
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.about-us-2 .ps__thumb-x:hover {
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.about-us-2 .ps__rail-x {
    height: 34px;
}

.about-us-2 .ps__rail-x:hover .ps__thumb-x {
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.pricing-item {
    background: #fff;
    -webkit-box-shadow: 6px 7px 8.73px 0.27px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 7px 8.73px 0.27px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 7px 8.73px 0.27px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.pricing-item .image {
    float: left;
    width: 42.10526%;
}

.pricing-item .image > img {
    width: 100%;
}

@media (max-width: 767px) {
    .pricing-item .image {
        float: none;
        width: 100%;
    }
}

.pricing-item .content {
    margin-left: 42.10526%;
    padding: 30px 60px;
}

.pricing-item .content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-item .content h2 {
        font-size: 28px;
    }
}

.pricing-item .content > span {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-item .content > span {
        font-size: 24px;
    }
}

.pricing-item .content > ul {
    margin-top: 19px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-item .content > ul {
        margin-top: 8px;
    }
}

.pricing-item .content > a.au-btn {
    margin-top: 23px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-item .content > a.au-btn {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-item .content {
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .pricing-item .content {
        margin-left: 0;
        padding: 40px;
    }
}

.pricing-item--big .image {
    width: 100%;
    float: none;
}

.pricing-item--big .content {
    margin-left: 0;
    padding: 40px !important;
    padding-top: 37px !important;
    text-align: center;
}

.pricing-item--big .content .star {
    margin-top: 0;
}

.pricing-item--big .content .star i.fa-star {
    color: #999;
    margin-right: 4px;
}

.contact .contact__image {
    padding-right: 30px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .contact .contact__image {
        padding-right: 0;
    }
}

.contact-info {
    background: #f8f8f8;
    padding: 25px 50px;
    margin-bottom: 45px;
}

.contact-info .contact-info__content {
    margin-right: 130px;
    padding-right: 40px;
}

.contact-info .contact-info__content > h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info .contact-info__content > .contact-info__list li {
    margin-bottom: 25px;
}

.contact-info .contact-info__content > .contact-info__list li > i {
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-info .contact-info__content > .contact-info__list li {
        margin-bottom: 15px;
    }
}

.contact-info .contact-info__content > .contact-info__list li:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-info .contact-info__content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .contact-info .contact-info__content {
        margin-right: 0;
        padding-right: 0;
    }
}

.contact-info .contact-info__img {
    float: right;
    margin-top: 20px;
}

.contact-info .contact-info__img .contact-info__img-inner {
    overflow: hidden;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (max-width: 767px) {
    .contact-info .contact-info__img {
        float: none;
    }

    .contact-info .contact-info__img .contact-info__img-inner {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-info {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {
    .contact-info {
        padding: 25px 30px;
    }
}

.contact-2 .contact-info {
    margin-bottom: 0;
    padding: 22.5px 50px;
    padding-bottom: 7.5px;
    background: #1b1b1b;
}

@media (max-width: 767px) {
    .contact-2 .contact-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.contact-2 .contact-info p {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .contact-2 .contact-info p {
        text-align: left;
    }
}

.contact-2 .contact-info p > i {
    font-size: 18px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .contact-2 .contact-info p > i {
        margin-right: 8px;
    }
}

#map {
    width: 100%;
    height: 530px;
}

.coming-soon {
    height: -webkit-calc(100vh - 169px);
    height: -moz-calc(100vh - 169px);
    height: calc(100vh - 169px);
}

@media (max-width: 991px) {
    .coming-soon {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

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

@media (max-width: 991px) {
    .coming-soon .coming-soon-wrap {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.coming-soon .coming-soon-content {
    padding: 90px 40px;
    padding-top: 72px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 6px 7px 7.76px 0.24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 7px 7.76px 0.24px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 7px 7.76px 0.24px rgba(0, 0, 0, 0.2);
}

.coming-soon .coming-soon-content > h1 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .coming-soon .coming-soon-content > h1 {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
    .coming-soon .coming-soon-content > h1 {
        font-size: 50px;
    }
}

.coming-soon .coming-soon-content a.au-btn {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .coming-soon .coming-soon-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.countdown {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .countdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.countdown .countdown__item {
    font-size: 72px;
    color: #333;
    display: block;
    height: 120px;
    width: 120px;
    background: #f8f8f8;
    line-height: 120px;
    position: relative;
    margin-right: 40px;
}

.countdown .countdown__item:last-child {
    margin-right: 0;
}

.countdown .countdown__item:last-child::after {
    display: none;
}

.countdown .countdown__item:after {
    content: ':';
    position: absolute;
    font-size: 30px;
    color: #666;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -23px;
}

@media (max-width: 767px) {
    .countdown .countdown__item {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .countdown .countdown__item::after {
        display: none;
    }

    .countdown .countdown__item:last-child {
        margin: 0 auto;
        margin-bottom: 0;
    }

    .countdown .countdown__item:last-child::after {
        display: none;
    }
}

/* ----- Progress Bar ----- */
.progress {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}

.progress--track-d7 {
    background: #d7d7d7;
}

.progress--h-15 {
    height: 15px;
}

.progress-bar--c333 {
    background: #333;
}

.progress-bar--r0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* ----- Our Team ----- */
.our-team .title {
    margin-bottom: 60px;
}

.our-team .slide-wrapper {
    position: relative;
}

.our-team .slick-list {
    margin: 0 -15px;
}

.slick-arrows i {
    position: absolute;
    font-size: 36px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 767px) {
    .slick-arrows i {
        display: none;
    }
}

.slick-arrows i:hover {
    color: #666;
}

.slick-arrows i.prev {
    left: -45px;
}

.slick-arrows i.next {
    right: -45px;
}

.our-team__item {
    outline: none;
    margin: 0 15px 0 0;
}



.our-team__item .our-team-img {
    position: relative;
    overflow: hidden;
}

.our-team__item .our-team-img > img {
    width: 100%;
}

.our-team__item .our-team-img .bg-overlay {
    visibility: hidden;
}

.our-team__item .our-team-img:hover .bg-overlay {
    visibility: visible;
    -webkit-animation: fadeInDown .5s;
    -moz-animation: fadeInDown .5s;
    -o-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
}

.our-team__item .our-team-img:hover .our-team-social > a:nth-child(1) {
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -o-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.our-team__item .our-team-img:hover .our-team-social > a:nth-child(2) {
    -webkit-animation: fadeInDown .3s;
    -moz-animation: fadeInDown .3s;
    -o-animation: fadeInDown .3s;
    animation: fadeInDown .3s;
}

.our-team__item .our-team-img:hover .our-team-social > a:nth-child(3) {
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -o-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.our-team__item .our-team-img:hover .our-team-social > a {
    visibility: visible;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.our-team__item .our-team-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    margin-bottom: 60px;
}

.our-team__item .our-team-social > a {
    visibility: hidden;
    display: inline-block;
    /* height: 30px; */
    width: 80%;
    /* -webkit-border-radius: 100%; */
    /* -moz-border-radius: 100%; */
    /* border-radius: 100%; */
    /* border: 1px solid #fff; */
    position: relative;
    margin-right: 7px;
    color: #fff;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    text-align: justify;
}

.our-team__item .our-team-social > a > i {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.our-team__item .our-team-social > a:hover {
    border-color: #666;
}

.our-team__item .our-team-social > a:hover > i {
    color: #666;
}

.our-team__item .our-team-content {
    text-align: center;
    background: #fff;
    padding: 20px 0 5px;
}

.our-team__item .our-team-content .name {
    text-transform: uppercase;
    color: #004379;
    font-weight: 600;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.our-team__item .our-team-content .job {
    text-transform: capitalize;
    font-weight: 500;
    color: #004379;
    font-size: 12px;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----- Shop ----- */
.shop__item {
    margin-bottom: 50px;
    overflow: hidden;
}

.shop__item .image {
    position: relative;
    overflow: hidden;
}

.shop__item .image > img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.shop__item .image .bg-overlay {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop__item .sale-tag {
    position: absolute;
    line-height: 35px;
    background: #1b1b1b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.shop__item .tool-box > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    position: absolute;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 20px;
    visibility: hidden;
    -webkit-animation: slideOutRight .4s;
    -moz-animation: slideOutRight .4s;
    -o-animation: slideOutRight .4s;
    animation: slideOutRight .4s;
}

.shop__item .tool-box > a:first-child {
    top: 20px;
}

.shop__item .tool-box > a:last-child {
    top: 80px;
}

.shop__item .tool-box > a:hover {
    background: #1b1b1b;
    border-color: transparent;
}

.shop__item .tool-box > a > i {
    font-size: 18px;
    color: #fff;
}

.shop__item .content {
    margin-top: 25px;
    text-align: center;
}

.shop__item .content > h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.shop__item .content > h3 > a {
    color: #333;
}

.shop__item .content > h3 > a:hover {
    color: #666;
}

.shop__item .content .old-price {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 500;
    color: #999;
    margin-right: 10px;
}

.shop__item .content .old-price::before {
    content: '$';
}

.shop__item .content .price {
    font-weight: 500;
    font-size: 20px;
}

.shop__item .content .price::before {
    content: '$';
}

.shop__item:hover .image > img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.shop__item:hover .image .bg-overlay {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop__item:hover .tool-box > a {
    visibility: visible;
    -webkit-animation: slideInRight .4s;
    -moz-animation: slideInRight .4s;
    -o-animation: slideInRight .4s;
    animation: slideInRight .4s;
}

.pagination-wrap .pagination-content {
    padding: 15px 20px;
    background: #f8f8f8;
    text-align: center;
}

.pagination-wrap .pagination-content > a {
    color: #ccc;
}

.pagination-wrap .pagination-content > a:hover {
    color: #333;
}

.pagination-wrap .pagination-content > a > i {
    font-size: 24px;
    line-height: 1;
}

.pagimation__list {
    display: inline-block;
}

.pagimation__list > li > a {
    color: #999;
    font-weight: 600;
    margin: 0 10px;
}

.pagimation__list > li > a:hover {
    color: #666;
}

.pagimation__list > li.active > a {
    color: #666;
}

.swal-modal {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.swal-title {
    color: #333;
    text-transform: uppercase;
}

.swal-title:not(:last-child) {
    margin-bottom: 0;
}

.swal-button {
    font-size: 14px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    white-space: nowrap;
    background: #1b1b1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.swal-button:active {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swal-button:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #333;
}

.swal-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-detail .price {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-detail .price:before {
    content: '$';
}

.product-detail .product-detail-form {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .product-detail .product-detail-form > .quantity {
        float: none !important;
    }

    .product-detail .product-detail-form > button {
        margin-left: 0;
        margin-top: 15px;
    }
}

.product-detail-tab .nav {
    margin-top: 50px;
    background: #f8f8f8;
    padding: 13px 50px;
}

.product-detail-tab .nav > li > a {
    padding: 0;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}

.product-detail-tab .nav > li > a:hover {
    color: #333;
}

.product-detail-tab .nav > li > a.active {
    color: #333;
}

@media (max-width: 767px) {
    .product-detail-tab .nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .product-detail-tab .nav {
        padding: 13px 20px;
    }
}

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

.review-item .info {
    margin-bottom: 10px;
}

.review-item .info .name {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

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

.related-product .slide-wrapper {
    position: relative;
}

.related-product .slide-wrapper .slide-item .shop__item {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .related-product .slide-wrapper .slide-item .shop__item {
        margin-bottom: 50px;
    }
}

.related-product .slide-wrapper .slide-arrows i {
    font-size: 30px;
    color: #666;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin-top: -15px;
}

.related-product .slide-wrapper .slide-arrows i:hover {
    color: #999;
}

.related-product .slide-wrapper .slide-arrows i.prev {
    left: -50px;
}

.related-product .slide-wrapper .slide-arrows i.next {
    right: -50px;
}

@media (max-width: 767px) {
    .related-product .slide-wrapper .slide-arrows i {
        display: none;
    }
}

@media (min-width: 992px) {
    .table-responsive {
        overflow-x: initial;
    }
}

.table-cart td {
    vertical-align: middle;
}

.table-cart .text {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .table-cart .text {
        font-size: 14px;
    }
}

.table-cart .remove {
    font-size: 24px;
    color: #999;
}

.table-cart .remove:hover {
    color: #666;
}

.table-cart .thead-dark {
    text-transform: uppercase;
    font-weight: 600;
}

.table-cart .thead-dark th {
    border-bottom: none;
    background-color: #1b1b1b;
    padding: 0;
    padding: 10px 20px;
    border-top: none;
}

.table-cart tbody tr {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background: #fff;
}

.table-cart tbody tr:last-child {
    border-bottom: 1px solid #cecece;
}

.table-cart tbody td {
    padding: 0;
    padding: 10px 20px;
    border-top: 1px solid #cecece;
}

.cart-product > .image {
    width: 100px;
    float: left;
}

.cart-product > .name {
    vertical-align: middle;
    margin-left: 100px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-product > .name > a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.cart-product > .name > a:hover {
    color: #666;
}

@media (max-width: 767px) {
    .cart-product > .name {
        padding-left: 15px;
    }

    .cart-product > .name > a {
        font-size: 16px;
    }
}

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

.form-cart > form > input[type="text"] {
    min-width: 200px;
}

@media (max-width: 767px) {
    .form-cart > form > input[type="text"] {
        width: 100%;
    }

    .form-cart > form {
        float: none !important;
    }

    .form-cart > form > button {
        margin-left: 0;
        margin-top: 20px;
    }

    .form-cart a.au-btn {
        float: none !important;
        margin-top: 20px;
    }
}

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

.cart-total > .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.table-cart-total.table-bordered td {
    border-color: #cecece;
}

.table-cart-total tr {
    background: #fff;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.table-cart-total tr td {
    padding: 35px 40px;
    border: none;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    vertical-align: middle;
}

.table-cart-total tr td.title {
    font-size: 16px;
    font-weight: 600;
    border-right: none;
}

.table-cart-total tr td.value {
    font-size: 18px;
    font-weight: 500;
    border-left: none;
}

.table-cart-total tr td.value--total {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    border-left: none;
}

.checkout .au-input {
    border-color: #cecece !important;
    color: #999 !important;
}

.suggest {
    padding: 15px 30px;
    background: #f8f8f8;
}

.suggest .suggest__inner > i {
    font-size: 24px;
    color: #333;
    vertical-align: middle;
    margin-right: 25px;
}

.suggest .suggest__inner > span > a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.suggest .suggest__inner > span > a:hover {
    color: #666;
}

.table.table-checkout td {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-collapse: collapse;
}

.table-checkout .thead-dark {
    text-transform: uppercase;
    font-weight: 600;
}

.table-checkout .thead-dark th {
    border-bottom: none;
    background-color: #1b1b1b;
    padding: 0;
    padding: 10px 70px;
    border-top: none;
}

.table-checkout tbody tr {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.table-checkout tbody tr td {
    padding: 36px 70px;
}

.table-checkout tbody tr td.title > a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.table-checkout tbody tr td.title > a > .quantity::before {
    content: 'x ';
    text-transform: lowercase;
}

.table-checkout tbody tr td.title > a:hover {
    color: #666;
}

.table-checkout tbody tr td.title--total {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-checkout tbody tr td.value {
    font-size: 18px;
    font-weight: 500;
}

.table-checkout tbody tr td.value--total {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.payment {
    padding: 35px 70px;
    padding-bottom: 65px;
    background: #f8f8f8;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .payment {
        padding: 35px 30px;
        padding-bottom: 40px;
    }
}

.paypal-intro {
    display: inline-block;
}

.paypal-intro > a {
    width: 50px;
}

.paypal-intro > span {
    margin-left: 5px;
}

.paypal-intro > span > a {
    color: #666;
}

.paypal-intro > span > a:hover {
    text-decoration: underline;
}

/*-----------------------------------------------------*/
/*                   TRUMPS                            */
/*-----------------------------------------------------*/
/* ----- Utilities----- */
/*Padding, margin*/
.p-b-0 {
    padding-bottom: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-t-85 {
    margin-top: 85px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-t-95 {
    margin-top: 95px;
}

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

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

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

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

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

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

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

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

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

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

.p-b-105 {
    padding-bottom: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-r-105 {
    padding-right: 105px;
}

.p-l-105 {
    padding-left: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-r-105 {
    margin-right: 105px;
}

.m-l-105 {
    margin-left: 105px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-r-110 {
    padding-right: 110px;
}

.p-l-110 {
    padding-left: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-r-110 {
    margin-right: 110px;
}

.m-l-110 {
    margin-left: 110px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-r-115 {
    padding-right: 115px;
}

.p-l-115 {
    padding-left: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-r-115 {
    margin-right: 115px;
}

.m-l-115 {
    margin-left: 115px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-l-120 {
    padding-left: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-l-120 {
    margin-left: 120px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-r-125 {
    padding-right: 125px;
}

.p-l-125 {
    padding-left: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-r-125 {
    margin-right: 125px;
}

.m-l-125 {
    margin-left: 125px;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-t-130 {
    padding-top: 130px;
}

.p-r-130 {
    padding-right: 130px;
}

.p-l-130 {
    padding-left: 130px;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-t-130 {
    margin-top: 130px;
}

.m-r-130 {
    margin-right: 130px;
}

.m-l-130 {
    margin-left: 130px;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-t-135 {
    padding-top: 135px;
}

.p-r-135 {
    padding-right: 135px;
}

.p-l-135 {
    padding-left: 135px;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-t-135 {
    margin-top: 135px;
}

.m-r-135 {
    margin-right: 135px;
}

.m-l-135 {
    margin-left: 135px;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-t-140 {
    padding-top: 140px;
}

.p-r-140 {
    padding-right: 140px;
}

.p-l-140 {
    padding-left: 140px;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-t-140 {
    margin-top: 140px;
}

.m-r-140 {
    margin-right: 140px;
}

.m-l-140 {
    margin-left: 140px;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-t-145 {
    padding-top: 145px;
}

.p-r-145 {
    padding-right: 145px;
}

.p-l-145 {
    padding-left: 145px;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-t-145 {
    margin-top: 145px;
}

.m-r-145 {
    margin-right: 145px;
}

.m-l-145 {
    margin-left: 145px;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-r-150 {
    padding-right: 150px;
}

.p-l-150 {
    padding-left: 150px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-r-150 {
    margin-right: 150px;
}

.m-l-150 {
    margin-left: 150px;
}

.p-b-155 {
    padding-bottom: 155px;
}

.p-t-155 {
    padding-top: 155px;
}

.p-r-155 {
    padding-right: 155px;
}

.p-l-155 {
    padding-left: 155px;
}

.m-b-155 {
    margin-bottom: 155px;
}

.m-t-155 {
    margin-top: 155px;
}

.m-r-155 {
    margin-right: 155px;
}

.m-l-155 {
    margin-left: 155px;
}

.p-b-160 {
    padding-bottom: 160px;
}

.p-t-160 {
    padding-top: 160px;
}

.p-r-160 {
    padding-right: 160px;
}

.p-l-160 {
    padding-left: 160px;
}

.m-b-160 {
    margin-bottom: 160px;
}

.m-t-160 {
    margin-top: 160px;
}

.m-r-160 {
    margin-right: 160px;
}

.m-l-160 {
    margin-left: 160px;
}

.p-b-165 {
    padding-bottom: 165px;
}

.p-t-165 {
    padding-top: 165px;
}

.p-r-165 {
    padding-right: 165px;
}

.p-l-165 {
    padding-left: 165px;
}

.m-b-165 {
    margin-bottom: 165px;
}

.m-t-165 {
    margin-top: 165px;
}

.m-r-165 {
    margin-right: 165px;
}

.m-l-165 {
    margin-left: 165px;
}

.p-b-170 {
    padding-bottom: 170px;
}

.p-t-170 {
    padding-top: 170px;
}

.p-r-170 {
    padding-right: 170px;
}

.p-l-170 {
    padding-left: 170px;
}

.m-b-170 {
    margin-bottom: 170px;
}

.m-t-170 {
    margin-top: 170px;
}

.m-r-170 {
    margin-right: 170px;
}

.m-l-170 {
    margin-left: 170px;
}

.p-b-175 {
    padding-bottom: 175px;
}

.p-t-175 {
    padding-top: 175px;
}

.p-r-175 {
    padding-right: 175px;
}

.p-l-175 {
    padding-left: 175px;
}

.m-b-175 {
    margin-bottom: 175px;
}

.m-t-175 {
    margin-top: 175px;
}

.m-r-175 {
    margin-right: 175px;
}

.m-l-175 {
    margin-left: 175px;
}

.p-b-180 {
    padding-bottom: 180px;
}

.p-t-180 {
    padding-top: 180px;
}

.p-r-180 {
    padding-right: 180px;
}

.p-l-180 {
    padding-left: 180px;
}

.m-b-180 {
    margin-bottom: 180px;
}

.m-t-180 {
    margin-top: 180px;
}

.m-r-180 {
    margin-right: 180px;
}

.m-l-180 {
    margin-left: 180px;
}

.p-b-185 {
    padding-bottom: 185px;
}

.p-t-185 {
    padding-top: 185px;
}

.p-r-185 {
    padding-right: 185px;
}

.p-l-185 {
    padding-left: 185px;
}

.m-b-185 {
    margin-bottom: 185px;
}

.m-t-185 {
    margin-top: 185px;
}

.m-r-185 {
    margin-right: 185px;
}

.m-l-185 {
    margin-left: 185px;
}

.p-b-190 {
    padding-bottom: 190px;
}

.p-t-190 {
    padding-top: 190px;
}

.p-r-190 {
    padding-right: 190px;
}

.p-l-190 {
    padding-left: 190px;
}

.m-b-190 {
    margin-bottom: 190px;
}

.m-t-190 {
    margin-top: 190px;
}

.m-r-190 {
    margin-right: 190px;
}

.m-l-190 {
    margin-left: 190px;
}

.p-b-195 {
    padding-bottom: 195px;
}

.p-t-195 {
    padding-top: 195px;
}

.p-r-195 {
    padding-right: 195px;
}

.p-l-195 {
    padding-left: 195px;
}

.m-b-195 {
    margin-bottom: 195px;
}

.m-t-195 {
    margin-top: 195px;
}

.m-r-195 {
    margin-right: 195px;
}

.m-l-195 {
    margin-left: 195px;
}

.p-b-200 {
    padding-bottom: 200px;
}

.p-t-200 {
    padding-top: 200px;
}

.p-r-200 {
    padding-right: 200px;
}

.p-l-200 {
    padding-left: 200px;
}

.m-b-200 {
    margin-bottom: 200px;
}

.m-t-200 {
    margin-top: 200px;
}

.m-r-200 {
    margin-right: 200px;
}

.m-l-200 {
    margin-left: 200px;
}

.p-b-205 {
    padding-bottom: 205px;
}

.p-t-205 {
    padding-top: 205px;
}

.p-r-205 {
    padding-right: 205px;
}

.p-l-205 {
    padding-left: 205px;
}

.m-b-205 {
    margin-bottom: 205px;
}

.m-t-205 {
    margin-top: 205px;
}

.m-r-205 {
    margin-right: 205px;
}

.m-l-205 {
    margin-left: 205px;
}

.p-b-210 {
    padding-bottom: 210px;
}

.p-t-210 {
    padding-top: 210px;
}

.p-r-210 {
    padding-right: 210px;
}

.p-l-210 {
    padding-left: 210px;
}

.m-b-210 {
    margin-bottom: 210px;
}

.m-t-210 {
    margin-top: 210px;
}

.m-r-210 {
    margin-right: 210px;
}

.m-l-210 {
    margin-left: 210px;
}

.p-b-215 {
    padding-bottom: 215px;
}

.p-t-215 {
    padding-top: 215px;
}

.p-r-215 {
    padding-right: 215px;
}

.p-l-215 {
    padding-left: 215px;
}

.m-b-215 {
    margin-bottom: 215px;
}

.m-t-215 {
    margin-top: 215px;
}

.m-r-215 {
    margin-right: 215px;
}

.m-l-215 {
    margin-left: 215px;
}

.p-b-220 {
    padding-bottom: 220px;
}

.p-t-220 {
    padding-top: 220px;
}

.p-r-220 {
    padding-right: 220px;
}

.p-l-220 {
    padding-left: 220px;
}

.m-b-220 {
    margin-bottom: 220px;
}

.m-t-220 {
    margin-top: 220px;
}

.m-r-220 {
    margin-right: 220px;
}

.m-l-220 {
    margin-left: 220px;
}

.p-b-225 {
    padding-bottom: 225px;
}

.p-t-225 {
    padding-top: 225px;
}

.p-r-225 {
    padding-right: 225px;
}

.p-l-225 {
    padding-left: 225px;
}

.m-b-225 {
    margin-bottom: 225px;
}

.m-t-225 {
    margin-top: 225px;
}

.m-r-225 {
    margin-right: 225px;
}

.m-l-225 {
    margin-left: 225px;
}

.p-b-230 {
    padding-bottom: 230px;
}

.p-t-230 {
    padding-top: 230px;
}

.p-r-230 {
    padding-right: 230px;
}

.p-l-230 {
    padding-left: 230px;
}

.m-b-230 {
    margin-bottom: 230px;
}

.m-t-230 {
    margin-top: 230px;
}

.m-r-230 {
    margin-right: 230px;
}

.m-l-230 {
    margin-left: 230px;
}

.p-b-235 {
    padding-bottom: 235px;
}

.p-t-235 {
    padding-top: 235px;
}

.p-r-235 {
    padding-right: 235px;
}

.p-l-235 {
    padding-left: 235px;
}

.m-b-235 {
    margin-bottom: 235px;
}

.m-t-235 {
    margin-top: 235px;
}

.m-r-235 {
    margin-right: 235px;
}

.m-l-235 {
    margin-left: 235px;
}

.p-b-240 {
    padding-bottom: 240px;
}

.p-t-240 {
    padding-top: 240px;
}

.p-r-240 {
    padding-right: 240px;
}

.p-l-240 {
    padding-left: 240px;
}

.m-b-240 {
    margin-bottom: 240px;
}

.m-t-240 {
    margin-top: 240px;
}

.m-r-240 {
    margin-right: 240px;
}

.m-l-240 {
    margin-left: 240px;
}

.p-b-245 {
    padding-bottom: 245px;
}

.p-t-245 {
    padding-top: 245px;
}

.p-r-245 {
    padding-right: 245px;
}

.p-l-245 {
    padding-left: 245px;
}

.m-b-245 {
    margin-bottom: 245px;
}

.m-t-245 {
    margin-top: 245px;
}

.m-r-245 {
    margin-right: 245px;
}

.m-l-245 {
    margin-left: 245px;
}

.p-b-250 {
    padding-bottom: 250px;
}

.p-t-250 {
    padding-top: 250px;
}

.p-r-250 {
    padding-right: 250px;
}

.p-l-250 {
    padding-left: 250px;
}

.m-b-250 {
    margin-bottom: 250px;
}

.m-t-250 {
    margin-top: 250px;
}

.m-r-250 {
    margin-right: 250px;
}

.m-l-250 {
    margin-left: 250px;
}

@media (max-width: 1023px) {
    .p-lg-b-0 {
        padding-bottom: 0px;
    }

    .p-lg-t-0 {
        padding-top: 0px;
    }

    .p-lg-r-0 {
        padding-right: 0px;
    }

    .p-lg-l-0 {
        padding-left: 0px;
    }

    .m-lg-b-0 {
        margin-bottom: 0px;
    }

    .m-lg-t-0 {
        margin-top: 0px;
    }

    .m-lg-r-0 {
        margin-right: 0px;
    }

    .m-lg-l-0 {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .p-md-b-0 {
        padding-bottom: 0px;
    }

    .p-md-t-0 {
        padding-top: 0px;
    }

    .p-md-r-0 {
        padding-right: 0px;
    }

    .p-md-l-0 {
        padding-left: 0px;
    }

    .m-md-b-0 {
        margin-bottom: 0px;
    }

    .m-md-t-0 {
        margin-top: 0px;
    }

    .m-md-r-0 {
        margin-right: 0px;
    }

    .m-md-l-0 {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-0 {
        padding-bottom: 0px;
    }

    .p-sm-t-0 {
        padding-top: 0px;
    }

    .p-sm-r-0 {
        padding-right: 0px;
    }

    .p-sm-l-0 {
        padding-left: 0px;
    }

    .m-sm-b-0 {
        margin-bottom: 0px;
    }

    .m-sm-t-0 {
        margin-top: 0px;
    }

    .m-sm-r-0 {
        margin-right: 0px;
    }

    .m-sm-l-0 {
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-0 {
        padding-bottom: 0px;
    }

    .p-xs-t-0 {
        padding-top: 0px;
    }

    .p-xs-r-0 {
        padding-right: 0px;
    }

    .p-xs-l-0 {
        padding-left: 0px;
    }

    .m-xs-b-0 {
        margin-bottom: 0px;
    }

    .m-xs-t-0 {
        margin-top: 0px;
    }

    .m-xs-r-0 {
        margin-right: 0px;
    }

    .m-xs-l-0 {
        margin-left: 0px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-5 {
        padding-bottom: 5px;
    }

    .p-lg-t-5 {
        padding-top: 5px;
    }

    .p-lg-r-5 {
        padding-right: 5px;
    }

    .p-lg-l-5 {
        padding-left: 5px;
    }

    .m-lg-b-5 {
        margin-bottom: 5px;
    }

    .m-lg-t-5 {
        margin-top: 5px;
    }

    .m-lg-r-5 {
        margin-right: 5px;
    }

    .m-lg-l-5 {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .p-md-b-5 {
        padding-bottom: 5px;
    }

    .p-md-t-5 {
        padding-top: 5px;
    }

    .p-md-r-5 {
        padding-right: 5px;
    }

    .p-md-l-5 {
        padding-left: 5px;
    }

    .m-md-b-5 {
        margin-bottom: 5px;
    }

    .m-md-t-5 {
        margin-top: 5px;
    }

    .m-md-r-5 {
        margin-right: 5px;
    }

    .m-md-l-5 {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-5 {
        padding-bottom: 5px;
    }

    .p-sm-t-5 {
        padding-top: 5px;
    }

    .p-sm-r-5 {
        padding-right: 5px;
    }

    .p-sm-l-5 {
        padding-left: 5px;
    }

    .m-sm-b-5 {
        margin-bottom: 5px;
    }

    .m-sm-t-5 {
        margin-top: 5px;
    }

    .m-sm-r-5 {
        margin-right: 5px;
    }

    .m-sm-l-5 {
        margin-left: 5px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-5 {
        padding-bottom: 5px;
    }

    .p-xs-t-5 {
        padding-top: 5px;
    }

    .p-xs-r-5 {
        padding-right: 5px;
    }

    .p-xs-l-5 {
        padding-left: 5px;
    }

    .m-xs-b-5 {
        margin-bottom: 5px;
    }

    .m-xs-t-5 {
        margin-top: 5px;
    }

    .m-xs-r-5 {
        margin-right: 5px;
    }

    .m-xs-l-5 {
        margin-left: 5px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-10 {
        padding-bottom: 10px;
    }

    .p-lg-t-10 {
        padding-top: 10px;
    }

    .p-lg-r-10 {
        padding-right: 10px;
    }

    .p-lg-l-10 {
        padding-left: 10px;
    }

    .m-lg-b-10 {
        margin-bottom: 10px;
    }

    .m-lg-t-10 {
        margin-top: 10px;
    }

    .m-lg-r-10 {
        margin-right: 10px;
    }

    .m-lg-l-10 {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .p-md-b-10 {
        padding-bottom: 10px;
    }

    .p-md-t-10 {
        padding-top: 10px;
    }

    .p-md-r-10 {
        padding-right: 10px;
    }

    .p-md-l-10 {
        padding-left: 10px;
    }

    .m-md-b-10 {
        margin-bottom: 10px;
    }

    .m-md-t-10 {
        margin-top: 10px;
    }

    .m-md-r-10 {
        margin-right: 10px;
    }

    .m-md-l-10 {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-10 {
        padding-bottom: 10px;
    }

    .p-sm-t-10 {
        padding-top: 10px;
    }

    .p-sm-r-10 {
        padding-right: 10px;
    }

    .p-sm-l-10 {
        padding-left: 10px;
    }

    .m-sm-b-10 {
        margin-bottom: 10px;
    }

    .m-sm-t-10 {
        margin-top: 10px;
    }

    .m-sm-r-10 {
        margin-right: 10px;
    }

    .m-sm-l-10 {
        margin-left: 10px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-10 {
        padding-bottom: 10px;
    }

    .p-xs-t-10 {
        padding-top: 10px;
    }

    .p-xs-r-10 {
        padding-right: 10px;
    }

    .p-xs-l-10 {
        padding-left: 10px;
    }

    .m-xs-b-10 {
        margin-bottom: 10px;
    }

    .m-xs-t-10 {
        margin-top: 10px;
    }

    .m-xs-r-10 {
        margin-right: 10px;
    }

    .m-xs-l-10 {
        margin-left: 10px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-15 {
        padding-bottom: 15px;
    }

    .p-lg-t-15 {
        padding-top: 15px;
    }

    .p-lg-r-15 {
        padding-right: 15px;
    }

    .p-lg-l-15 {
        padding-left: 15px;
    }

    .m-lg-b-15 {
        margin-bottom: 15px;
    }

    .m-lg-t-15 {
        margin-top: 15px;
    }

    .m-lg-r-15 {
        margin-right: 15px;
    }

    .m-lg-l-15 {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .p-md-b-15 {
        padding-bottom: 15px;
    }

    .p-md-t-15 {
        padding-top: 15px;
    }

    .p-md-r-15 {
        padding-right: 15px;
    }

    .p-md-l-15 {
        padding-left: 15px;
    }

    .m-md-b-15 {
        margin-bottom: 15px;
    }

    .m-md-t-15 {
        margin-top: 15px;
    }

    .m-md-r-15 {
        margin-right: 15px;
    }

    .m-md-l-15 {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-15 {
        padding-bottom: 15px;
    }

    .p-sm-t-15 {
        padding-top: 15px;
    }

    .p-sm-r-15 {
        padding-right: 15px;
    }

    .p-sm-l-15 {
        padding-left: 15px;
    }

    .m-sm-b-15 {
        margin-bottom: 15px;
    }

    .m-sm-t-15 {
        margin-top: 15px;
    }

    .m-sm-r-15 {
        margin-right: 15px;
    }

    .m-sm-l-15 {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-15 {
        padding-bottom: 15px;
    }

    .p-xs-t-15 {
        padding-top: 15px;
    }

    .p-xs-r-15 {
        padding-right: 15px;
    }

    .p-xs-l-15 {
        padding-left: 15px;
    }

    .m-xs-b-15 {
        margin-bottom: 15px;
    }

    .m-xs-t-15 {
        margin-top: 15px;
    }

    .m-xs-r-15 {
        margin-right: 15px;
    }

    .m-xs-l-15 {
        margin-left: 15px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-20 {
        padding-bottom: 20px;
    }

    .p-lg-t-20 {
        padding-top: 20px;
    }

    .p-lg-r-20 {
        padding-right: 20px;
    }

    .p-lg-l-20 {
        padding-left: 20px;
    }

    .m-lg-b-20 {
        margin-bottom: 20px;
    }

    .m-lg-t-20 {
        margin-top: 20px;
    }

    .m-lg-r-20 {
        margin-right: 20px;
    }

    .m-lg-l-20 {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .p-md-b-20 {
        padding-bottom: 20px;
    }

    .p-md-t-20 {
        padding-top: 20px;
    }

    .p-md-r-20 {
        padding-right: 20px;
    }

    .p-md-l-20 {
        padding-left: 20px;
    }

    .m-md-b-20 {
        margin-bottom: 20px;
    }

    .m-md-t-20 {
        margin-top: 20px;
    }

    .m-md-r-20 {
        margin-right: 20px;
    }

    .m-md-l-20 {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-20 {
        padding-bottom: 20px;
    }

    .p-sm-t-20 {
        padding-top: 20px;
    }

    .p-sm-r-20 {
        padding-right: 20px;
    }

    .p-sm-l-20 {
        padding-left: 20px;
    }

    .m-sm-b-20 {
        margin-bottom: 20px;
    }

    .m-sm-t-20 {
        margin-top: 20px;
    }

    .m-sm-r-20 {
        margin-right: 20px;
    }

    .m-sm-l-20 {
        margin-left: 20px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-20 {
        padding-bottom: 20px;
    }

    .p-xs-t-20 {
        padding-top: 20px;
    }

    .p-xs-r-20 {
        padding-right: 20px;
    }

    .p-xs-l-20 {
        padding-left: 20px;
    }

    .m-xs-b-20 {
        margin-bottom: 20px;
    }

    .m-xs-t-20 {
        margin-top: 20px;
    }

    .m-xs-r-20 {
        margin-right: 20px;
    }

    .m-xs-l-20 {
        margin-left: 20px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-25 {
        padding-bottom: 25px;
    }

    .p-lg-t-25 {
        padding-top: 25px;
    }

    .p-lg-r-25 {
        padding-right: 25px;
    }

    .p-lg-l-25 {
        padding-left: 25px;
    }

    .m-lg-b-25 {
        margin-bottom: 25px;
    }

    .m-lg-t-25 {
        margin-top: 25px;
    }

    .m-lg-r-25 {
        margin-right: 25px;
    }

    .m-lg-l-25 {
        margin-left: 25px;
    }
}

@media (max-width: 991px) {
    .p-md-b-25 {
        padding-bottom: 25px;
    }

    .p-md-t-25 {
        padding-top: 25px;
    }

    .p-md-r-25 {
        padding-right: 25px;
    }

    .p-md-l-25 {
        padding-left: 25px;
    }

    .m-md-b-25 {
        margin-bottom: 25px;
    }

    .m-md-t-25 {
        margin-top: 25px;
    }

    .m-md-r-25 {
        margin-right: 25px;
    }

    .m-md-l-25 {
        margin-left: 25px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-25 {
        padding-bottom: 25px;
    }

    .p-sm-t-25 {
        padding-top: 25px;
    }

    .p-sm-r-25 {
        padding-right: 25px;
    }

    .p-sm-l-25 {
        padding-left: 25px;
    }

    .m-sm-b-25 {
        margin-bottom: 25px;
    }

    .m-sm-t-25 {
        margin-top: 25px;
    }

    .m-sm-r-25 {
        margin-right: 25px;
    }

    .m-sm-l-25 {
        margin-left: 25px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-25 {
        padding-bottom: 25px;
    }

    .p-xs-t-25 {
        padding-top: 25px;
    }

    .p-xs-r-25 {
        padding-right: 25px;
    }

    .p-xs-l-25 {
        padding-left: 25px;
    }

    .m-xs-b-25 {
        margin-bottom: 25px;
    }

    .m-xs-t-25 {
        margin-top: 25px;
    }

    .m-xs-r-25 {
        margin-right: 25px;
    }

    .m-xs-l-25 {
        margin-left: 25px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-30 {
        padding-bottom: 30px;
    }

    .p-lg-t-30 {
        padding-top: 30px;
    }

    .p-lg-r-30 {
        padding-right: 30px;
    }

    .p-lg-l-30 {
        padding-left: 30px;
    }

    .m-lg-b-30 {
        margin-bottom: 30px;
    }

    .m-lg-t-30 {
        margin-top: 30px;
    }

    .m-lg-r-30 {
        margin-right: 30px;
    }

    .m-lg-l-30 {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .p-md-b-30 {
        padding-bottom: 30px;
    }

    .p-md-t-30 {
        padding-top: 30px;
    }

    .p-md-r-30 {
        padding-right: 30px;
    }

    .p-md-l-30 {
        padding-left: 30px;
    }

    .m-md-b-30 {
        margin-bottom: 30px;
    }

    .m-md-t-30 {
        margin-top: 30px;
    }

    .m-md-r-30 {
        margin-right: 30px;
    }

    .m-md-l-30 {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-30 {
        padding-bottom: 30px;
    }

    .p-sm-t-30 {
        padding-top: 30px;
    }

    .p-sm-r-30 {
        padding-right: 30px;
    }

    .p-sm-l-30 {
        padding-left: 30px;
    }

    .m-sm-b-30 {
        margin-bottom: 30px;
    }

    .m-sm-t-30 {
        margin-top: 30px;
    }

    .m-sm-r-30 {
        margin-right: 30px;
    }

    .m-sm-l-30 {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-30 {
        padding-bottom: 30px;
    }

    .p-xs-t-30 {
        padding-top: 30px;
    }

    .p-xs-r-30 {
        padding-right: 30px;
    }

    .p-xs-l-30 {
        padding-left: 30px;
    }

    .m-xs-b-30 {
        margin-bottom: 30px;
    }

    .m-xs-t-30 {
        margin-top: 30px;
    }

    .m-xs-r-30 {
        margin-right: 30px;
    }

    .m-xs-l-30 {
        margin-left: 30px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-35 {
        padding-bottom: 35px;
    }

    .p-lg-t-35 {
        padding-top: 35px;
    }

    .p-lg-r-35 {
        padding-right: 35px;
    }

    .p-lg-l-35 {
        padding-left: 35px;
    }

    .m-lg-b-35 {
        margin-bottom: 35px;
    }

    .m-lg-t-35 {
        margin-top: 35px;
    }

    .m-lg-r-35 {
        margin-right: 35px;
    }

    .m-lg-l-35 {
        margin-left: 35px;
    }
}

@media (max-width: 991px) {
    .p-md-b-35 {
        padding-bottom: 35px;
    }

    .p-md-t-35 {
        padding-top: 35px;
    }

    .p-md-r-35 {
        padding-right: 35px;
    }

    .p-md-l-35 {
        padding-left: 35px;
    }

    .m-md-b-35 {
        margin-bottom: 35px;
    }

    .m-md-t-35 {
        margin-top: 35px;
    }

    .m-md-r-35 {
        margin-right: 35px;
    }

    .m-md-l-35 {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-35 {
        padding-bottom: 35px;
    }

    .p-sm-t-35 {
        padding-top: 35px;
    }

    .p-sm-r-35 {
        padding-right: 35px;
    }

    .p-sm-l-35 {
        padding-left: 35px;
    }

    .m-sm-b-35 {
        margin-bottom: 35px;
    }

    .m-sm-t-35 {
        margin-top: 35px;
    }

    .m-sm-r-35 {
        margin-right: 35px;
    }

    .m-sm-l-35 {
        margin-left: 35px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-35 {
        padding-bottom: 35px;
    }

    .p-xs-t-35 {
        padding-top: 35px;
    }

    .p-xs-r-35 {
        padding-right: 35px;
    }

    .p-xs-l-35 {
        padding-left: 35px;
    }

    .m-xs-b-35 {
        margin-bottom: 35px;
    }

    .m-xs-t-35 {
        margin-top: 35px;
    }

    .m-xs-r-35 {
        margin-right: 35px;
    }

    .m-xs-l-35 {
        margin-left: 35px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-40 {
        padding-bottom: 40px;
    }

    .p-lg-t-40 {
        padding-top: 40px;
    }

    .p-lg-r-40 {
        padding-right: 40px;
    }

    .p-lg-l-40 {
        padding-left: 40px;
    }

    .m-lg-b-40 {
        margin-bottom: 40px;
    }

    .m-lg-t-40 {
        margin-top: 40px;
    }

    .m-lg-r-40 {
        margin-right: 40px;
    }

    .m-lg-l-40 {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .p-md-b-40 {
        padding-bottom: 40px;
    }

    .p-md-t-40 {
        padding-top: 40px;
    }

    .p-md-r-40 {
        padding-right: 40px;
    }

    .p-md-l-40 {
        padding-left: 40px;
    }

    .m-md-b-40 {
        margin-bottom: 40px;
    }

    .m-md-t-40 {
        margin-top: 40px;
    }

    .m-md-r-40 {
        margin-right: 40px;
    }

    .m-md-l-40 {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-40 {
        padding-bottom: 40px;
    }

    .p-sm-t-40 {
        padding-top: 40px;
    }

    .p-sm-r-40 {
        padding-right: 40px;
    }

    .p-sm-l-40 {
        padding-left: 40px;
    }

    .m-sm-b-40 {
        margin-bottom: 40px;
    }

    .m-sm-t-40 {
        margin-top: 40px;
    }

    .m-sm-r-40 {
        margin-right: 40px;
    }

    .m-sm-l-40 {
        margin-left: 40px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-40 {
        padding-bottom: 40px;
    }

    .p-xs-t-40 {
        padding-top: 40px;
    }

    .p-xs-r-40 {
        padding-right: 40px;
    }

    .p-xs-l-40 {
        padding-left: 40px;
    }

    .m-xs-b-40 {
        margin-bottom: 40px;
    }

    .m-xs-t-40 {
        margin-top: 40px;
    }

    .m-xs-r-40 {
        margin-right: 40px;
    }

    .m-xs-l-40 {
        margin-left: 40px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-45 {
        padding-bottom: 45px;
    }

    .p-lg-t-45 {
        padding-top: 45px;
    }

    .p-lg-r-45 {
        padding-right: 45px;
    }

    .p-lg-l-45 {
        padding-left: 45px;
    }

    .m-lg-b-45 {
        margin-bottom: 45px;
    }

    .m-lg-t-45 {
        margin-top: 45px;
    }

    .m-lg-r-45 {
        margin-right: 45px;
    }

    .m-lg-l-45 {
        margin-left: 45px;
    }
}

@media (max-width: 991px) {
    .p-md-b-45 {
        padding-bottom: 45px;
    }

    .p-md-t-45 {
        padding-top: 45px;
    }

    .p-md-r-45 {
        padding-right: 45px;
    }

    .p-md-l-45 {
        padding-left: 45px;
    }

    .m-md-b-45 {
        margin-bottom: 45px;
    }

    .m-md-t-45 {
        margin-top: 45px;
    }

    .m-md-r-45 {
        margin-right: 45px;
    }

    .m-md-l-45 {
        margin-left: 45px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-45 {
        padding-bottom: 45px;
    }

    .p-sm-t-45 {
        padding-top: 45px;
    }

    .p-sm-r-45 {
        padding-right: 45px;
    }

    .p-sm-l-45 {
        padding-left: 45px;
    }

    .m-sm-b-45 {
        margin-bottom: 45px;
    }

    .m-sm-t-45 {
        margin-top: 45px;
    }

    .m-sm-r-45 {
        margin-right: 45px;
    }

    .m-sm-l-45 {
        margin-left: 45px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-45 {
        padding-bottom: 45px;
    }

    .p-xs-t-45 {
        padding-top: 45px;
    }

    .p-xs-r-45 {
        padding-right: 45px;
    }

    .p-xs-l-45 {
        padding-left: 45px;
    }

    .m-xs-b-45 {
        margin-bottom: 45px;
    }

    .m-xs-t-45 {
        margin-top: 45px;
    }

    .m-xs-r-45 {
        margin-right: 45px;
    }

    .m-xs-l-45 {
        margin-left: 45px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-50 {
        padding-bottom: 50px;
    }

    .p-lg-t-50 {
        padding-top: 50px;
    }

    .p-lg-r-50 {
        padding-right: 50px;
    }

    .p-lg-l-50 {
        padding-left: 50px;
    }

    .m-lg-b-50 {
        margin-bottom: 50px;
    }

    .m-lg-t-50 {
        margin-top: 50px;
    }

    .m-lg-r-50 {
        margin-right: 50px;
    }

    .m-lg-l-50 {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .p-md-b-50 {
        padding-bottom: 50px;
    }

    .p-md-t-50 {
        padding-top: 50px;
    }

    .p-md-r-50 {
        padding-right: 50px;
    }

    .p-md-l-50 {
        padding-left: 50px;
    }

    .m-md-b-50 {
        margin-bottom: 50px;
    }

    .m-md-t-50 {
        margin-top: 50px;
    }

    .m-md-r-50 {
        margin-right: 50px;
    }

    .m-md-l-50 {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-50 {
        padding-bottom: 50px;
    }

    .p-sm-t-50 {
        padding-top: 50px;
    }

    .p-sm-r-50 {
        padding-right: 50px;
    }

    .p-sm-l-50 {
        padding-left: 50px;
    }

    .m-sm-b-50 {
        margin-bottom: 50px;
    }

    .m-sm-t-50 {
        margin-top: 50px;
    }

    .m-sm-r-50 {
        margin-right: 50px;
    }

    .m-sm-l-50 {
        margin-left: 50px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-50 {
        padding-bottom: 50px;
    }

    .p-xs-t-50 {
        padding-top: 50px;
    }

    .p-xs-r-50 {
        padding-right: 50px;
    }

    .p-xs-l-50 {
        padding-left: 50px;
    }

    .m-xs-b-50 {
        margin-bottom: 50px;
    }

    .m-xs-t-50 {
        margin-top: 50px;
    }

    .m-xs-r-50 {
        margin-right: 50px;
    }

    .m-xs-l-50 {
        margin-left: 50px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-55 {
        padding-bottom: 55px;
    }

    .p-lg-t-55 {
        padding-top: 55px;
    }

    .p-lg-r-55 {
        padding-right: 55px;
    }

    .p-lg-l-55 {
        padding-left: 55px;
    }

    .m-lg-b-55 {
        margin-bottom: 55px;
    }

    .m-lg-t-55 {
        margin-top: 55px;
    }

    .m-lg-r-55 {
        margin-right: 55px;
    }

    .m-lg-l-55 {
        margin-left: 55px;
    }
}

@media (max-width: 991px) {
    .p-md-b-55 {
        padding-bottom: 55px;
    }

    .p-md-t-55 {
        padding-top: 55px;
    }

    .p-md-r-55 {
        padding-right: 55px;
    }

    .p-md-l-55 {
        padding-left: 55px;
    }

    .m-md-b-55 {
        margin-bottom: 55px;
    }

    .m-md-t-55 {
        margin-top: 55px;
    }

    .m-md-r-55 {
        margin-right: 55px;
    }

    .m-md-l-55 {
        margin-left: 55px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-55 {
        padding-bottom: 55px;
    }

    .p-sm-t-55 {
        padding-top: 55px;
    }

    .p-sm-r-55 {
        padding-right: 55px;
    }

    .p-sm-l-55 {
        padding-left: 55px;
    }

    .m-sm-b-55 {
        margin-bottom: 55px;
    }

    .m-sm-t-55 {
        margin-top: 55px;
    }

    .m-sm-r-55 {
        margin-right: 55px;
    }

    .m-sm-l-55 {
        margin-left: 55px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-55 {
        padding-bottom: 55px;
    }

    .p-xs-t-55 {
        padding-top: 55px;
    }

    .p-xs-r-55 {
        padding-right: 55px;
    }

    .p-xs-l-55 {
        padding-left: 55px;
    }

    .m-xs-b-55 {
        margin-bottom: 55px;
    }

    .m-xs-t-55 {
        margin-top: 55px;
    }

    .m-xs-r-55 {
        margin-right: 55px;
    }

    .m-xs-l-55 {
        margin-left: 55px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-60 {
        padding-bottom: 60px;
    }

    .p-lg-t-60 {
        padding-top: 60px;
    }

    .p-lg-r-60 {
        padding-right: 60px;
    }

    .p-lg-l-60 {
        padding-left: 60px;
    }

    .m-lg-b-60 {
        margin-bottom: 60px;
    }

    .m-lg-t-60 {
        margin-top: 60px;
    }

    .m-lg-r-60 {
        margin-right: 60px;
    }

    .m-lg-l-60 {
        margin-left: 60px;
    }
}

@media (max-width: 991px) {
    .p-md-b-60 {
        padding-bottom: 60px;
    }

    .p-md-t-60 {
        padding-top: 60px;
    }

    .p-md-r-60 {
        padding-right: 60px;
    }

    .p-md-l-60 {
        padding-left: 60px;
    }

    .m-md-b-60 {
        margin-bottom: 60px;
    }

    .m-md-t-60 {
        margin-top: 60px;
    }

    .m-md-r-60 {
        margin-right: 60px;
    }

    .m-md-l-60 {
        margin-left: 60px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-60 {
        padding-bottom: 60px;
    }

    .p-sm-t-60 {
        padding-top: 60px;
    }

    .p-sm-r-60 {
        padding-right: 60px;
    }

    .p-sm-l-60 {
        padding-left: 60px;
    }

    .m-sm-b-60 {
        margin-bottom: 60px;
    }

    .m-sm-t-60 {
        margin-top: 60px;
    }

    .m-sm-r-60 {
        margin-right: 60px;
    }

    .m-sm-l-60 {
        margin-left: 60px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-60 {
        padding-bottom: 60px;
    }

    .p-xs-t-60 {
        padding-top: 60px;
    }

    .p-xs-r-60 {
        padding-right: 60px;
    }

    .p-xs-l-60 {
        padding-left: 60px;
    }

    .m-xs-b-60 {
        margin-bottom: 60px;
    }

    .m-xs-t-60 {
        margin-top: 60px;
    }

    .m-xs-r-60 {
        margin-right: 60px;
    }

    .m-xs-l-60 {
        margin-left: 60px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-65 {
        padding-bottom: 65px;
    }

    .p-lg-t-65 {
        padding-top: 65px;
    }

    .p-lg-r-65 {
        padding-right: 65px;
    }

    .p-lg-l-65 {
        padding-left: 65px;
    }

    .m-lg-b-65 {
        margin-bottom: 65px;
    }

    .m-lg-t-65 {
        margin-top: 65px;
    }

    .m-lg-r-65 {
        margin-right: 65px;
    }

    .m-lg-l-65 {
        margin-left: 65px;
    }
}

@media (max-width: 991px) {
    .p-md-b-65 {
        padding-bottom: 65px;
    }

    .p-md-t-65 {
        padding-top: 65px;
    }

    .p-md-r-65 {
        padding-right: 65px;
    }

    .p-md-l-65 {
        padding-left: 65px;
    }

    .m-md-b-65 {
        margin-bottom: 65px;
    }

    .m-md-t-65 {
        margin-top: 65px;
    }

    .m-md-r-65 {
        margin-right: 65px;
    }

    .m-md-l-65 {
        margin-left: 65px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-65 {
        padding-bottom: 65px;
    }

    .p-sm-t-65 {
        padding-top: 65px;
    }

    .p-sm-r-65 {
        padding-right: 65px;
    }

    .p-sm-l-65 {
        padding-left: 65px;
    }

    .m-sm-b-65 {
        margin-bottom: 65px;
    }

    .m-sm-t-65 {
        margin-top: 65px;
    }

    .m-sm-r-65 {
        margin-right: 65px;
    }

    .m-sm-l-65 {
        margin-left: 65px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-65 {
        padding-bottom: 65px;
    }

    .p-xs-t-65 {
        padding-top: 65px;
    }

    .p-xs-r-65 {
        padding-right: 65px;
    }

    .p-xs-l-65 {
        padding-left: 65px;
    }

    .m-xs-b-65 {
        margin-bottom: 65px;
    }

    .m-xs-t-65 {
        margin-top: 65px;
    }

    .m-xs-r-65 {
        margin-right: 65px;
    }

    .m-xs-l-65 {
        margin-left: 65px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-70 {
        padding-bottom: 70px;
    }

    .p-lg-t-70 {
        padding-top: 70px;
    }

    .p-lg-r-70 {
        padding-right: 70px;
    }

    .p-lg-l-70 {
        padding-left: 70px;
    }

    .m-lg-b-70 {
        margin-bottom: 70px;
    }

    .m-lg-t-70 {
        margin-top: 70px;
    }

    .m-lg-r-70 {
        margin-right: 70px;
    }

    .m-lg-l-70 {
        margin-left: 70px;
    }
}

@media (max-width: 991px) {
    .p-md-b-70 {
        padding-bottom: 70px;
    }

    .p-md-t-70 {
        padding-top: 70px;
    }

    .p-md-r-70 {
        padding-right: 70px;
    }

    .p-md-l-70 {
        padding-left: 70px;
    }

    .m-md-b-70 {
        margin-bottom: 70px;
    }

    .m-md-t-70 {
        margin-top: 70px;
    }

    .m-md-r-70 {
        margin-right: 70px;
    }

    .m-md-l-70 {
        margin-left: 70px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-70 {
        padding-bottom: 70px;
    }

    .p-sm-t-70 {
        padding-top: 70px;
    }

    .p-sm-r-70 {
        padding-right: 70px;
    }

    .p-sm-l-70 {
        padding-left: 70px;
    }

    .m-sm-b-70 {
        margin-bottom: 70px;
    }

    .m-sm-t-70 {
        margin-top: 70px;
    }

    .m-sm-r-70 {
        margin-right: 70px;
    }

    .m-sm-l-70 {
        margin-left: 70px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-70 {
        padding-bottom: 70px;
    }

    .p-xs-t-70 {
        padding-top: 70px;
    }

    .p-xs-r-70 {
        padding-right: 70px;
    }

    .p-xs-l-70 {
        padding-left: 70px;
    }

    .m-xs-b-70 {
        margin-bottom: 70px;
    }

    .m-xs-t-70 {
        margin-top: 70px;
    }

    .m-xs-r-70 {
        margin-right: 70px;
    }

    .m-xs-l-70 {
        margin-left: 70px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-75 {
        padding-bottom: 75px;
    }

    .p-lg-t-75 {
        padding-top: 75px;
    }


    .p-lg-r-75 {
        padding-right: 75px;
    }

    .p-lg-l-75 {
        padding-left: 75px;
    }

    .m-lg-b-75 {
        margin-bottom: 75px;
    }

    .m-lg-t-75 {
        margin-top: 75px;
    }

    .m-lg-r-75 {
        margin-right: 75px;
    }

    .m-lg-l-75 {
        margin-left: 75px;
    }
}

@media (max-width: 991px) {
    .p-md-b-75 {
        padding-bottom: 75px;
    }

    .p-md-t-75 {
        padding-top: 75px;
    }

    .p-md-r-75 {
        padding-right: 75px;
    }

    .p-md-l-75 {
        padding-left: 75px;
    }

    .m-md-b-75 {
        margin-bottom: 75px;
    }

    .m-md-t-75 {
        margin-top: 75px;
    }

    .m-md-r-75 {
        margin-right: 75px;
    }

    .m-md-l-75 {
        margin-left: 75px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-75 {
        padding-bottom: 75px;
    }

    .p-sm-t-75 {
        padding-top: 75px;
    }

    .p-sm-r-75 {
        padding-right: 75px;
    }

    .p-sm-l-75 {
        padding-left: 75px;
    }

    .m-sm-b-75 {
        margin-bottom: 75px;
    }

    .m-sm-t-75 {
        margin-top: 75px;
    }

    .m-sm-r-75 {
        margin-right: 75px;
    }

    .m-sm-l-75 {
        margin-left: 75px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-75 {
        padding-bottom: 75px;
    }

    .p-xs-t-75 {
        padding-top: 75px;
    }

    .p-xs-r-75 {
        padding-right: 75px;
    }

    .p-xs-l-75 {
        padding-left: 75px;
    }

    .m-xs-b-75 {
        margin-bottom: 75px;
    }

    .m-xs-t-75 {
        margin-top: 75px;
    }

    .m-xs-r-75 {
        margin-right: 75px;
    }

    .m-xs-l-75 {
        margin-left: 75px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-80 {
        padding-bottom: 80px;
    }

    .p-lg-t-80 {
        padding-top: 80px;
    }

    .p-lg-r-80 {
        padding-right: 80px;
    }

    .p-lg-l-80 {
        padding-left: 80px;
    }

    .m-lg-b-80 {
        margin-bottom: 80px;
    }

    .m-lg-t-80 {
        margin-top: 80px;
    }

    .m-lg-r-80 {
        margin-right: 80px;
    }

    .m-lg-l-80 {
        margin-left: 80px;
    }
}

@media (max-width: 991px) {
    .p-md-b-80 {
        padding-bottom: 80px;
    }

    .p-md-t-80 {
        padding-top: 80px;
    }

    .p-md-r-80 {
        padding-right: 80px;
    }

    .p-md-l-80 {
        padding-left: 80px;
    }

    .m-md-b-80 {
        margin-bottom: 80px;
    }

    .m-md-t-80 {
        margin-top: 80px;
    }

    .m-md-r-80 {
        margin-right: 80px;
    }

    .m-md-l-80 {
        margin-left: 80px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-80 {
        padding-bottom: 80px;
    }

    .p-sm-t-80 {
        padding-top: 80px;
    }

    .p-sm-r-80 {
        padding-right: 80px;
    }

    .p-sm-l-80 {
        padding-left: 80px;
    }

    .m-sm-b-80 {
        margin-bottom: 80px;
    }

    .m-sm-t-80 {
        margin-top: 80px;
    }

    .m-sm-r-80 {
        margin-right: 80px;
    }

    .m-sm-l-80 {
        margin-left: 80px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-80 {
        padding-bottom: 80px;
    }

    .p-xs-t-80 {
        padding-top: 80px;
    }

    .p-xs-r-80 {
        padding-right: 80px;
    }

    .p-xs-l-80 {
        padding-left: 80px;
    }

    .m-xs-b-80 {
        margin-bottom: 80px;
    }

    .m-xs-t-80 {
        margin-top: 80px;
    }

    .m-xs-r-80 {
        margin-right: 80px;
    }

    .m-xs-l-80 {
        margin-left: 80px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-85 {
        padding-bottom: 85px;
    }

    .p-lg-t-85 {
        padding-top: 85px;
    }

    .p-lg-r-85 {
        padding-right: 85px;
    }

    .p-lg-l-85 {
        padding-left: 85px;
    }

    .m-lg-b-85 {
        margin-bottom: 85px;
    }

    .m-lg-t-85 {
        margin-top: 85px;
    }

    .m-lg-r-85 {
        margin-right: 85px;
    }

    .m-lg-l-85 {
        margin-left: 85px;
    }
}

@media (max-width: 991px) {
    .p-md-b-85 {
        padding-bottom: 85px;
    }

    .p-md-t-85 {
        padding-top: 85px;
    }

    .p-md-r-85 {
        padding-right: 85px;
    }

    .p-md-l-85 {
        padding-left: 85px;
    }

    .m-md-b-85 {
        margin-bottom: 85px;
    }

    .m-md-t-85 {
        margin-top: 85px;
    }

    .m-md-r-85 {
        margin-right: 85px;
    }

    .m-md-l-85 {
        margin-left: 85px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-85 {
        padding-bottom: 85px;
    }

    .p-sm-t-85 {
        padding-top: 85px;
    }

    .p-sm-r-85 {
        padding-right: 85px;
    }

    .p-sm-l-85 {
        padding-left: 85px;
    }

    .m-sm-b-85 {
        margin-bottom: 85px;
    }

    .m-sm-t-85 {
        margin-top: 85px;
    }

    .m-sm-r-85 {
        margin-right: 85px;
    }

    .m-sm-l-85 {
        margin-left: 85px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-85 {
        padding-bottom: 85px;
    }

    .p-xs-t-85 {
        padding-top: 85px;
    }

    .p-xs-r-85 {
        padding-right: 85px;
    }

    .p-xs-l-85 {
        padding-left: 85px;
    }

    .m-xs-b-85 {
        margin-bottom: 85px;
    }

    .m-xs-t-85 {
        margin-top: 85px;
    }

    .m-xs-r-85 {
        margin-right: 85px;
    }

    .m-xs-l-85 {
        margin-left: 85px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-90 {
        padding-bottom: 90px;
    }

    .p-lg-t-90 {
        padding-top: 90px;
    }

    .p-lg-r-90 {
        padding-right: 90px;
    }

    .p-lg-l-90 {
        padding-left: 90px;
    }

    .m-lg-b-90 {
        margin-bottom: 90px;
    }

    .m-lg-t-90 {
        margin-top: 90px;
    }

    .m-lg-r-90 {
        margin-right: 90px;
    }

    .m-lg-l-90 {
        margin-left: 90px;
    }
}

@media (max-width: 991px) {
    .p-md-b-90 {
        padding-bottom: 90px;
    }

    .p-md-t-90 {
        padding-top: 90px;
    }

    .p-md-r-90 {
        padding-right: 90px;
    }

    .p-md-l-90 {
        padding-left: 90px;
    }

    .m-md-b-90 {
        margin-bottom: 90px;
    }

    .m-md-t-90 {
        margin-top: 90px;
    }

    .m-md-r-90 {
        margin-right: 90px;
    }

    .m-md-l-90 {
        margin-left: 90px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-90 {
        padding-bottom: 90px;
    }

    .p-sm-t-90 {
        padding-top: 90px;
    }

    .p-sm-r-90 {
        padding-right: 90px;
    }

    .p-sm-l-90 {
        padding-left: 90px;
    }

    .m-sm-b-90 {
        margin-bottom: 90px;
    }

    .m-sm-t-90 {
        margin-top: 90px;
    }

    .m-sm-r-90 {
        margin-right: 90px;
    }

    .m-sm-l-90 {
        margin-left: 90px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-90 {
        padding-bottom: 90px;
    }

    .p-xs-t-90 {
        padding-top: 90px;
    }

    .p-xs-r-90 {
        padding-right: 90px;
    }

    .p-xs-l-90 {
        padding-left: 90px;
    }

    .m-xs-b-90 {
        margin-bottom: 90px;
    }

    .m-xs-t-90 {
        margin-top: 90px;
    }

    .m-xs-r-90 {
        margin-right: 90px;
    }

    .m-xs-l-90 {
        margin-left: 90px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-95 {
        padding-bottom: 95px;
    }

    .p-lg-t-95 {
        padding-top: 95px;
    }

    .p-lg-r-95 {
        padding-right: 95px;
    }

    .p-lg-l-95 {
        padding-left: 95px;
    }

    .m-lg-b-95 {
        margin-bottom: 95px;
    }

    .m-lg-t-95 {
        margin-top: 95px;
    }

    .m-lg-r-95 {
        margin-right: 95px;
    }

    .m-lg-l-95 {
        margin-left: 95px;
    }
}

@media (max-width: 991px) {
    .p-md-b-95 {
        padding-bottom: 95px;
    }

    .p-md-t-95 {
        padding-top: 95px;
    }

    .p-md-r-95 {
        padding-right: 95px;
    }

    .p-md-l-95 {
        padding-left: 95px;
    }

    .m-md-b-95 {
        margin-bottom: 95px;
    }

    .m-md-t-95 {
        margin-top: 95px;
    }

    .m-md-r-95 {
        margin-right: 95px;
    }

    .m-md-l-95 {
        margin-left: 95px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-95 {
        padding-bottom: 95px;
    }

    .p-sm-t-95 {
        padding-top: 95px;
    }

    .p-sm-r-95 {
        padding-right: 95px;
    }

    .p-sm-l-95 {
        padding-left: 95px;
    }

    .m-sm-b-95 {
        margin-bottom: 95px;
    }

    .m-sm-t-95 {
        margin-top: 95px;
    }

    .m-sm-r-95 {
        margin-right: 95px;
    }

    .m-sm-l-95 {
        margin-left: 95px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-95 {
        padding-bottom: 95px;
    }

    .p-xs-t-95 {
        padding-top: 95px;
    }

    .p-xs-r-95 {
        padding-right: 95px;
    }

    .p-xs-l-95 {
        padding-left: 95px;
    }

    .m-xs-b-95 {
        margin-bottom: 95px;
    }

    .m-xs-t-95 {
        margin-top: 95px;
    }

    .m-xs-r-95 {
        margin-right: 95px;
    }

    .m-xs-l-95 {
        margin-left: 95px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-100 {
        padding-bottom: 100px;
    }

    .p-lg-t-100 {
        padding-top: 100px;
    }

    .p-lg-r-100 {
        padding-right: 100px;
    }

    .p-lg-l-100 {
        padding-left: 100px;
    }

    .m-lg-b-100 {
        margin-bottom: 100px;
    }

    .m-lg-t-100 {
        margin-top: 100px;
    }

    .m-lg-r-100 {
        margin-right: 100px;
    }

    .m-lg-l-100 {
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .p-md-b-100 {
        padding-bottom: 100px;
    }

    .p-md-t-100 {
        padding-top: 100px;
    }

    .p-md-r-100 {
        padding-right: 100px;
    }

    .p-md-l-100 {
        padding-left: 100px;
    }

    .m-md-b-100 {
        margin-bottom: 100px;
    }

    .m-md-t-100 {
        margin-top: 100px;
    }

    .m-md-r-100 {
        margin-right: 100px;
    }

    .m-md-l-100 {
        margin-left: 100px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-100 {
        padding-bottom: 100px;
    }

    .p-sm-t-100 {
        padding-top: 100px;
    }

    .p-sm-r-100 {
        padding-right: 100px;
    }

    .p-sm-l-100 {
        padding-left: 100px;
    }

    .m-sm-b-100 {
        margin-bottom: 100px;
    }

    .m-sm-t-100 {
        margin-top: 100px;
    }

    .m-sm-r-100 {
        margin-right: 100px;
    }

    .m-sm-l-100 {
        margin-left: 100px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-100 {
        padding-bottom: 100px;
    }

    .p-xs-t-100 {
        padding-top: 100px;
    }

    .p-xs-r-100 {
        padding-right: 100px;
    }

    .p-xs-l-100 {
        padding-left: 100px;
    }

    .m-xs-b-100 {
        margin-bottom: 100px;
    }

    .m-xs-t-100 {
        margin-top: 100px;
    }

    .m-xs-r-100 {
        margin-right: 100px;
    }

    .m-xs-l-100 {
        margin-left: 100px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-105 {
        padding-bottom: 105px;
    }

    .p-lg-t-105 {
        padding-top: 105px;
    }

    .p-lg-r-105 {
        padding-right: 105px;
    }

    .p-lg-l-105 {
        padding-left: 105px;
    }

    .m-lg-b-105 {
        margin-bottom: 105px;
    }

    .m-lg-t-105 {
        margin-top: 105px;
    }

    .m-lg-r-105 {
        margin-right: 105px;
    }

    .m-lg-l-105 {
        margin-left: 105px;
    }
}

@media (max-width: 991px) {
    .p-md-b-105 {
        padding-bottom: 105px;
    }

    .p-md-t-105 {
        padding-top: 105px;
    }

    .p-md-r-105 {
        padding-right: 105px;
    }

    .p-md-l-105 {
        padding-left: 105px;
    }

    .m-md-b-105 {
        margin-bottom: 105px;
    }

    .m-md-t-105 {
        margin-top: 105px;
    }

    .m-md-r-105 {
        margin-right: 105px;
    }

    .m-md-l-105 {
        margin-left: 105px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-105 {
        padding-bottom: 105px;
    }

    .p-sm-t-105 {
        padding-top: 105px;
    }

    .p-sm-r-105 {
        padding-right: 105px;
    }

    .p-sm-l-105 {
        padding-left: 105px;
    }

    .m-sm-b-105 {
        margin-bottom: 105px;
    }

    .m-sm-t-105 {
        margin-top: 105px;
    }

    .m-sm-r-105 {
        margin-right: 105px;
    }

    .m-sm-l-105 {
        margin-left: 105px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-105 {
        padding-bottom: 105px;
    }

    .p-xs-t-105 {
        padding-top: 105px;
    }

    .p-xs-r-105 {
        padding-right: 105px;
    }

    .p-xs-l-105 {
        padding-left: 105px;
    }

    .m-xs-b-105 {
        margin-bottom: 105px;
    }

    .m-xs-t-105 {
        margin-top: 105px;
    }

    .m-xs-r-105 {
        margin-right: 105px;
    }

    .m-xs-l-105 {
        margin-left: 105px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-110 {
        padding-bottom: 110px;
    }

    .p-lg-t-110 {
        padding-top: 110px;
    }

    .p-lg-r-110 {
        padding-right: 110px;
    }

    .p-lg-l-110 {
        padding-left: 110px;
    }

    .m-lg-b-110 {
        margin-bottom: 110px;
    }

    .m-lg-t-110 {
        margin-top: 110px;
    }

    .m-lg-r-110 {
        margin-right: 110px;
    }

    .m-lg-l-110 {
        margin-left: 110px;
    }
}

@media (max-width: 991px) {
    .p-md-b-110 {
        padding-bottom: 110px;
    }

    .p-md-t-110 {
        padding-top: 110px;
    }

    .p-md-r-110 {
        padding-right: 110px;
    }

    .p-md-l-110 {
        padding-left: 110px;
    }

    .m-md-b-110 {
        margin-bottom: 110px;
    }

    .m-md-t-110 {
        margin-top: 110px;
    }

    .m-md-r-110 {
        margin-right: 110px;
    }

    .m-md-l-110 {
        margin-left: 110px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-110 {
        padding-bottom: 110px;
    }

    .p-sm-t-110 {
        padding-top: 110px;
    }

    .p-sm-r-110 {
        padding-right: 110px;
    }

    .p-sm-l-110 {
        padding-left: 110px;
    }

    .m-sm-b-110 {
        margin-bottom: 110px;
    }

    .m-sm-t-110 {
        margin-top: 110px;
    }

    .m-sm-r-110 {
        margin-right: 110px;
    }

    .m-sm-l-110 {
        margin-left: 110px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-110 {
        padding-bottom: 110px;
    }

    .p-xs-t-110 {
        padding-top: 110px;
    }

    .p-xs-r-110 {
        padding-right: 110px;
    }

    .p-xs-l-110 {
        padding-left: 110px;
    }

    .m-xs-b-110 {
        margin-bottom: 110px;
    }

    .m-xs-t-110 {
        margin-top: 110px;
    }

    .m-xs-r-110 {
        margin-right: 110px;
    }

    .m-xs-l-110 {
        margin-left: 110px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-115 {
        padding-bottom: 115px;
    }

    .p-lg-t-115 {
        padding-top: 115px;
    }

    .p-lg-r-115 {
        padding-right: 115px;
    }

    .p-lg-l-115 {
        padding-left: 115px;
    }

    .m-lg-b-115 {
        margin-bottom: 115px;
    }

    .m-lg-t-115 {
        margin-top: 115px;
    }

    .m-lg-r-115 {
        margin-right: 115px;
    }

    .m-lg-l-115 {
        margin-left: 115px;
    }
}

@media (max-width: 991px) {
    .p-md-b-115 {
        padding-bottom: 115px;
    }

    .p-md-t-115 {
        padding-top: 115px;
    }

    .p-md-r-115 {
        padding-right: 115px;
    }

    .p-md-l-115 {
        padding-left: 115px;
    }

    .m-md-b-115 {
        margin-bottom: 115px;
    }

    .m-md-t-115 {
        margin-top: 115px;
    }

    .m-md-r-115 {
        margin-right: 115px;
    }

    .m-md-l-115 {
        margin-left: 115px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-115 {
        padding-bottom: 115px;
    }

    .p-sm-t-115 {
        padding-top: 115px;
    }

    .p-sm-r-115 {
        padding-right: 115px;
    }

    .p-sm-l-115 {
        padding-left: 115px;
    }

    .m-sm-b-115 {
        margin-bottom: 115px;
    }

    .m-sm-t-115 {
        margin-top: 115px;
    }

    .m-sm-r-115 {
        margin-right: 115px;
    }

    .m-sm-l-115 {
        margin-left: 115px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-115 {
        padding-bottom: 115px;
    }

    .p-xs-t-115 {
        padding-top: 115px;
    }

    .p-xs-r-115 {
        padding-right: 115px;
    }

    .p-xs-l-115 {
        padding-left: 115px;
    }

    .m-xs-b-115 {
        margin-bottom: 115px;
    }

    .m-xs-t-115 {
        margin-top: 115px;
    }

    .m-xs-r-115 {
        margin-right: 115px;
    }

    .m-xs-l-115 {
        margin-left: 115px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-120 {
        padding-bottom: 120px;
    }

    .p-lg-t-120 {
        padding-top: 120px;
    }

    .p-lg-r-120 {
        padding-right: 120px;
    }

    .p-lg-l-120 {
        padding-left: 120px;
    }

    .m-lg-b-120 {
        margin-bottom: 120px;
    }

    .m-lg-t-120 {
        margin-top: 120px;
    }

    .m-lg-r-120 {
        margin-right: 120px;
    }

    .m-lg-l-120 {
        margin-left: 120px;
    }
}

@media (max-width: 991px) {
    .p-md-b-120 {
        padding-bottom: 120px;
    }

    .p-md-t-120 {
        padding-top: 120px;
    }

    .p-md-r-120 {
        padding-right: 120px;
    }

    .p-md-l-120 {
        padding-left: 120px;
    }

    .m-md-b-120 {
        margin-bottom: 120px;
    }

    .m-md-t-120 {
        margin-top: 120px;
    }

    .m-md-r-120 {
        margin-right: 120px;
    }

    .m-md-l-120 {
        margin-left: 120px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-120 {
        padding-bottom: 120px;
    }

    .p-sm-t-120 {
        padding-top: 120px;
    }

    .p-sm-r-120 {
        padding-right: 120px;
    }

    .p-sm-l-120 {
        padding-left: 120px;
    }

    .m-sm-b-120 {
        margin-bottom: 120px;
    }

    .m-sm-t-120 {
        margin-top: 120px;
    }

    .m-sm-r-120 {
        margin-right: 120px;
    }

    .m-sm-l-120 {
        margin-left: 120px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-120 {
        padding-bottom: 120px;
    }

    .p-xs-t-120 {
        padding-top: 120px;
    }

    .p-xs-r-120 {
        padding-right: 120px;
    }

    .p-xs-l-120 {
        padding-left: 120px;
    }

    .m-xs-b-120 {
        margin-bottom: 120px;
    }

    .m-xs-t-120 {
        margin-top: 120px;
    }

    .m-xs-r-120 {
        margin-right: 120px;
    }

    .m-xs-l-120 {
        margin-left: 120px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-125 {
        padding-bottom: 125px;
    }

    .p-lg-t-125 {
        padding-top: 125px;
    }

    .p-lg-r-125 {
        padding-right: 125px;
    }

    .p-lg-l-125 {
        padding-left: 125px;
    }

    .m-lg-b-125 {
        margin-bottom: 125px;
    }

    .m-lg-t-125 {
        margin-top: 125px;
    }

    .m-lg-r-125 {
        margin-right: 125px;
    }

    .m-lg-l-125 {
        margin-left: 125px;
    }
}

@media (max-width: 991px) {
    .p-md-b-125 {
        padding-bottom: 125px;
    }

    .p-md-t-125 {
        padding-top: 125px;
    }

    .p-md-r-125 {
        padding-right: 125px;
    }

    .p-md-l-125 {
        padding-left: 125px;
    }

    .m-md-b-125 {
        margin-bottom: 125px;
    }

    .m-md-t-125 {
        margin-top: 125px;
    }

    .m-md-r-125 {
        margin-right: 125px;
    }

    .m-md-l-125 {
        margin-left: 125px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-125 {
        padding-bottom: 125px;
    }

    .p-sm-t-125 {
        padding-top: 125px;
    }

    .p-sm-r-125 {
        padding-right: 125px;
    }

    .p-sm-l-125 {
        padding-left: 125px;
    }

    .m-sm-b-125 {
        margin-bottom: 125px;
    }

    .m-sm-t-125 {
        margin-top: 125px;
    }

    .m-sm-r-125 {
        margin-right: 125px;
    }

    .m-sm-l-125 {
        margin-left: 125px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-125 {
        padding-bottom: 125px;
    }

    .p-xs-t-125 {
        padding-top: 125px;
    }

    .p-xs-r-125 {
        padding-right: 125px;
    }

    .p-xs-l-125 {
        padding-left: 125px;
    }

    .m-xs-b-125 {
        margin-bottom: 125px;
    }

    .m-xs-t-125 {
        margin-top: 125px;
    }

    .m-xs-r-125 {
        margin-right: 125px;
    }

    .m-xs-l-125 {
        margin-left: 125px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-130 {
        padding-bottom: 130px;
    }

    .p-lg-t-130 {
        padding-top: 130px;
    }

    .p-lg-r-130 {
        padding-right: 130px;
    }

    .p-lg-l-130 {
        padding-left: 130px;
    }

    .m-lg-b-130 {
        margin-bottom: 130px;
    }

    .m-lg-t-130 {
        margin-top: 130px;
    }

    .m-lg-r-130 {
        margin-right: 130px;
    }

    .m-lg-l-130 {
        margin-left: 130px;
    }
}

@media (max-width: 991px) {
    .p-md-b-130 {
        padding-bottom: 130px;
    }

    .p-md-t-130 {
        padding-top: 130px;
    }

    .p-md-r-130 {
        padding-right: 130px;
    }

    .p-md-l-130 {
        padding-left: 130px;
    }

    .m-md-b-130 {
        margin-bottom: 130px;
    }

    .m-md-t-130 {
        margin-top: 130px;
    }

    .m-md-r-130 {
        margin-right: 130px;
    }

    .m-md-l-130 {
        margin-left: 130px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-130 {
        padding-bottom: 130px;
    }

    .p-sm-t-130 {
        padding-top: 130px;
    }

    .p-sm-r-130 {
        padding-right: 130px;
    }

    .p-sm-l-130 {
        padding-left: 130px;
    }

    .m-sm-b-130 {
        margin-bottom: 130px;
    }

    .m-sm-t-130 {
        margin-top: 130px;
    }

    .m-sm-r-130 {
        margin-right: 130px;
    }

    .m-sm-l-130 {
        margin-left: 130px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-130 {
        padding-bottom: 130px;
    }

    .p-xs-t-130 {
        padding-top: 130px;
    }

    .p-xs-r-130 {
        padding-right: 130px;
    }

    .p-xs-l-130 {
        padding-left: 130px;
    }

    .m-xs-b-130 {
        margin-bottom: 130px;
    }

    .m-xs-t-130 {
        margin-top: 130px;
    }

    .m-xs-r-130 {
        margin-right: 130px;
    }

    .m-xs-l-130 {
        margin-left: 130px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-135 {
        padding-bottom: 135px;
    }

    .p-lg-t-135 {
        padding-top: 135px;
    }

    .p-lg-r-135 {
        padding-right: 135px;
    }

    .p-lg-l-135 {
        padding-left: 135px;
    }

    .m-lg-b-135 {
        margin-bottom: 135px;
    }

    .m-lg-t-135 {
        margin-top: 135px;
    }

    .m-lg-r-135 {
        margin-right: 135px;
    }

    .m-lg-l-135 {
        margin-left: 135px;
    }
}

@media (max-width: 991px) {
    .p-md-b-135 {
        padding-bottom: 135px;
    }

    .p-md-t-135 {
        padding-top: 135px;
    }

    .p-md-r-135 {
        padding-right: 135px;
    }

    .p-md-l-135 {
        padding-left: 135px;
    }

    .m-md-b-135 {
        margin-bottom: 135px;
    }

    .m-md-t-135 {
        margin-top: 135px;
    }

    .m-md-r-135 {
        margin-right: 135px;
    }

    .m-md-l-135 {
        margin-left: 135px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-135 {
        padding-bottom: 135px;
    }

    .p-sm-t-135 {
        padding-top: 135px;
    }

    .p-sm-r-135 {
        padding-right: 135px;
    }

    .p-sm-l-135 {
        padding-left: 135px;
    }

    .m-sm-b-135 {
        margin-bottom: 135px;
    }

    .m-sm-t-135 {
        margin-top: 135px;
    }

    .m-sm-r-135 {
        margin-right: 135px;
    }

    .m-sm-l-135 {
        margin-left: 135px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-135 {
        padding-bottom: 135px;
    }

    .p-xs-t-135 {
        padding-top: 135px;
    }

    .p-xs-r-135 {
        padding-right: 135px;
    }

    .p-xs-l-135 {
        padding-left: 135px;
    }

    .m-xs-b-135 {
        margin-bottom: 135px;
    }

    .m-xs-t-135 {
        margin-top: 135px;
    }

    .m-xs-r-135 {
        margin-right: 135px;
    }

    .m-xs-l-135 {
        margin-left: 135px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-140 {
        padding-bottom: 140px;
    }

    .p-lg-t-140 {
        padding-top: 140px;
    }

    .p-lg-r-140 {
        padding-right: 140px;
    }

    .p-lg-l-140 {
        padding-left: 140px;
    }

    .m-lg-b-140 {
        margin-bottom: 140px;
    }

    .m-lg-t-140 {
        margin-top: 140px;
    }

    .m-lg-r-140 {
        margin-right: 140px;
    }

    .m-lg-l-140 {
        margin-left: 140px;
    }
}

@media (max-width: 991px) {
    .p-md-b-140 {
        padding-bottom: 140px;
    }

    .p-md-t-140 {
        padding-top: 140px;
    }

    .p-md-r-140 {
        padding-right: 140px;
    }

    .p-md-l-140 {
        padding-left: 140px;
    }

    .m-md-b-140 {
        margin-bottom: 140px;
    }

    .m-md-t-140 {
        margin-top: 140px;
    }

    .m-md-r-140 {
        margin-right: 140px;
    }

    .m-md-l-140 {
        margin-left: 140px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-140 {
        padding-bottom: 140px;
    }

    .p-sm-t-140 {
        padding-top: 140px;
    }

    .p-sm-r-140 {
        padding-right: 140px;
    }

    .p-sm-l-140 {
        padding-left: 140px;
    }

    .m-sm-b-140 {
        margin-bottom: 140px;
    }

    .m-sm-t-140 {
        margin-top: 140px;
    }

    .m-sm-r-140 {
        margin-right: 140px;
    }

    .m-sm-l-140 {
        margin-left: 140px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-140 {
        padding-bottom: 140px;
    }

    .p-xs-t-140 {
        padding-top: 140px;
    }

    .p-xs-r-140 {
        padding-right: 140px;
    }

    .p-xs-l-140 {
        padding-left: 140px;
    }

    .m-xs-b-140 {
        margin-bottom: 140px;
    }

    .m-xs-t-140 {
        margin-top: 140px;
    }

    .m-xs-r-140 {
        margin-right: 140px;
    }

    .m-xs-l-140 {
        margin-left: 140px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-145 {
        padding-bottom: 145px;
    }

    .p-lg-t-145 {
        padding-top: 145px;
    }

    .p-lg-r-145 {
        padding-right: 145px;
    }

    .p-lg-l-145 {
        padding-left: 145px;
    }

    .m-lg-b-145 {
        margin-bottom: 145px;
    }

    .m-lg-t-145 {
        margin-top: 145px;
    }

    .m-lg-r-145 {
        margin-right: 145px;
    }

    .m-lg-l-145 {
        margin-left: 145px;
    }
}

@media (max-width: 991px) {
    .p-md-b-145 {
        padding-bottom: 145px;
    }

    .p-md-t-145 {
        padding-top: 145px;
    }

    .p-md-r-145 {
        padding-right: 145px;
    }

    .p-md-l-145 {
        padding-left: 145px;
    }

    .m-md-b-145 {
        margin-bottom: 145px;
    }

    .m-md-t-145 {
        margin-top: 145px;
    }

    .m-md-r-145 {
        margin-right: 145px;
    }

    .m-md-l-145 {
        margin-left: 145px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-145 {
        padding-bottom: 145px;
    }

    .p-sm-t-145 {
        padding-top: 145px;
    }

    .p-sm-r-145 {
        padding-right: 145px;
    }

    .p-sm-l-145 {
        padding-left: 145px;
    }

    .m-sm-b-145 {
        margin-bottom: 145px;
    }

    .m-sm-t-145 {
        margin-top: 145px;
    }

    .m-sm-r-145 {
        margin-right: 145px;
    }

    .m-sm-l-145 {
        margin-left: 145px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-145 {
        padding-bottom: 145px;
    }

    .p-xs-t-145 {
        padding-top: 145px;
    }

    .p-xs-r-145 {
        padding-right: 145px;
    }

    .p-xs-l-145 {
        padding-left: 145px;
    }

    .m-xs-b-145 {
        margin-bottom: 145px;
    }

    .m-xs-t-145 {
        margin-top: 145px;
    }

    .m-xs-r-145 {
        margin-right: 145px;
    }

    .m-xs-l-145 {
        margin-left: 145px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-150 {
        padding-bottom: 150px;
    }

    .p-lg-t-150 {
        padding-top: 150px;
    }

    .p-lg-r-150 {
        padding-right: 150px;
    }

    .p-lg-l-150 {
        padding-left: 150px;
    }

    .m-lg-b-150 {
        margin-bottom: 150px;
    }

    .m-lg-t-150 {
        margin-top: 150px;
    }

    .m-lg-r-150 {
        margin-right: 150px;
    }

    .m-lg-l-150 {
        margin-left: 150px;
    }
}

@media (max-width: 991px) {
    .p-md-b-150 {
        padding-bottom: 150px;
    }

    .p-md-t-150 {
        padding-top: 150px;
    }

    .p-md-r-150 {
        padding-right: 150px;
    }

    .p-md-l-150 {
        padding-left: 150px;
    }

    .m-md-b-150 {
        margin-bottom: 150px;
    }

    .m-md-t-150 {
        margin-top: 150px;
    }

    .m-md-r-150 {
        margin-right: 150px;
    }

    .m-md-l-150 {
        margin-left: 150px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-150 {
        padding-bottom: 150px;
    }

    .p-sm-t-150 {
        padding-top: 150px;
    }

    .p-sm-r-150 {
        padding-right: 150px;
    }

    .p-sm-l-150 {
        padding-left: 150px;
    }

    .m-sm-b-150 {
        margin-bottom: 150px;
    }

    .m-sm-t-150 {
        margin-top: 150px;
    }

    .m-sm-r-150 {
        margin-right: 150px;
    }

    .m-sm-l-150 {
        margin-left: 150px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-150 {
        padding-bottom: 150px;
    }

    .p-xs-t-150 {
        padding-top: 150px;
    }

    .p-xs-r-150 {
        padding-right: 150px;
    }

    .p-xs-l-150 {
        padding-left: 150px;
    }

    .m-xs-b-150 {
        margin-bottom: 150px;
    }

    .m-xs-t-150 {
        margin-top: 150px;
    }

    .m-xs-r-150 {
        margin-right: 150px;
    }

    .m-xs-l-150 {
        margin-left: 150px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-155 {
        padding-bottom: 155px;
    }

    .p-lg-t-155 {
        padding-top: 155px;
    }

    .p-lg-r-155 {
        padding-right: 155px;
    }

    .p-lg-l-155 {
        padding-left: 155px;
    }

    .m-lg-b-155 {
        margin-bottom: 155px;
    }

    .m-lg-t-155 {
        margin-top: 155px;
    }

    .m-lg-r-155 {
        margin-right: 155px;
    }

    .m-lg-l-155 {
        margin-left: 155px;
    }
}

@media (max-width: 991px) {
    .p-md-b-155 {
        padding-bottom: 155px;
    }

    .p-md-t-155 {
        padding-top: 155px;
    }

    .p-md-r-155 {
        padding-right: 155px;
    }

    .p-md-l-155 {
        padding-left: 155px;
    }

    .m-md-b-155 {
        margin-bottom: 155px;
    }

    .m-md-t-155 {
        margin-top: 155px;
    }

    .m-md-r-155 {
        margin-right: 155px;
    }

    .m-md-l-155 {
        margin-left: 155px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-155 {
        padding-bottom: 155px;
    }

    .p-sm-t-155 {
        padding-top: 155px;
    }

    .p-sm-r-155 {
        padding-right: 155px;
    }

    .p-sm-l-155 {
        padding-left: 155px;
    }

    .m-sm-b-155 {
        margin-bottom: 155px;
    }

    .m-sm-t-155 {
        margin-top: 155px;
    }

    .m-sm-r-155 {
        margin-right: 155px;
    }

    .m-sm-l-155 {
        margin-left: 155px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-155 {
        padding-bottom: 155px;
    }

    .p-xs-t-155 {
        padding-top: 155px;
    }

    .p-xs-r-155 {
        padding-right: 155px;
    }

    .p-xs-l-155 {
        padding-left: 155px;
    }

    .m-xs-b-155 {
        margin-bottom: 155px;
    }

    .m-xs-t-155 {
        margin-top: 155px;
    }

    .m-xs-r-155 {
        margin-right: 155px;
    }

    .m-xs-l-155 {
        margin-left: 155px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-160 {
        padding-bottom: 160px;
    }

    .p-lg-t-160 {
        padding-top: 160px;
    }

    .p-lg-r-160 {
        padding-right: 160px;
    }

    .p-lg-l-160 {
        padding-left: 160px;
    }

    .m-lg-b-160 {
        margin-bottom: 160px;
    }

    .m-lg-t-160 {
        margin-top: 160px;
    }

    .m-lg-r-160 {
        margin-right: 160px;
    }

    .m-lg-l-160 {
        margin-left: 160px;
    }
}

@media (max-width: 991px) {
    .p-md-b-160 {
        padding-bottom: 160px;
    }

    .p-md-t-160 {
        padding-top: 160px;
    }

    .p-md-r-160 {
        padding-right: 160px;
    }

    .p-md-l-160 {
        padding-left: 160px;
    }

    .m-md-b-160 {
        margin-bottom: 160px;
    }

    .m-md-t-160 {
        margin-top: 160px;
    }

    .m-md-r-160 {
        margin-right: 160px;
    }

    .m-md-l-160 {
        margin-left: 160px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-160 {
        padding-bottom: 160px;
    }

    .p-sm-t-160 {
        padding-top: 160px;
    }

    .p-sm-r-160 {
        padding-right: 160px;
    }

    .p-sm-l-160 {
        padding-left: 160px;
    }

    .m-sm-b-160 {
        margin-bottom: 160px;
    }

    .m-sm-t-160 {
        margin-top: 160px;
    }

    .m-sm-r-160 {
        margin-right: 160px;
    }

    .m-sm-l-160 {
        margin-left: 160px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-160 {
        padding-bottom: 160px;
    }

    .p-xs-t-160 {
        padding-top: 160px;
    }

    .p-xs-r-160 {
        padding-right: 160px;
    }

    .p-xs-l-160 {
        padding-left: 160px;
    }

    .m-xs-b-160 {
        margin-bottom: 160px;
    }

    .m-xs-t-160 {
        margin-top: 160px;
    }

    .m-xs-r-160 {
        margin-right: 160px;
    }

    .m-xs-l-160 {
        margin-left: 160px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-165 {
        padding-bottom: 165px;
    }

    .p-lg-t-165 {
        padding-top: 165px;
    }

    .p-lg-r-165 {
        padding-right: 165px;
    }

    .p-lg-l-165 {
        padding-left: 165px;
    }

    .m-lg-b-165 {
        margin-bottom: 165px;
    }

    .m-lg-t-165 {
        margin-top: 165px;
    }

    .m-lg-r-165 {
        margin-right: 165px;
    }

    .m-lg-l-165 {
        margin-left: 165px;
    }
}

@media (max-width: 991px) {
    .p-md-b-165 {
        padding-bottom: 165px;
    }

    .p-md-t-165 {
        padding-top: 165px;
    }

    .p-md-r-165 {
        padding-right: 165px;
    }

    .p-md-l-165 {
        padding-left: 165px;
    }

    .m-md-b-165 {
        margin-bottom: 165px;
    }

    .m-md-t-165 {
        margin-top: 165px;
    }

    .m-md-r-165 {
        margin-right: 165px;
    }

    .m-md-l-165 {
        margin-left: 165px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-165 {
        padding-bottom: 165px;
    }

    .p-sm-t-165 {
        padding-top: 165px;
    }

    .p-sm-r-165 {
        padding-right: 165px;
    }

    .p-sm-l-165 {
        padding-left: 165px;
    }

    .m-sm-b-165 {
        margin-bottom: 165px;
    }

    .m-sm-t-165 {
        margin-top: 165px;
    }

    .m-sm-r-165 {
        margin-right: 165px;
    }

    .m-sm-l-165 {
        margin-left: 165px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-165 {
        padding-bottom: 165px;
    }

    .p-xs-t-165 {
        padding-top: 165px;
    }

    .p-xs-r-165 {
        padding-right: 165px;
    }

    .p-xs-l-165 {
        padding-left: 165px;
    }

    .m-xs-b-165 {
        margin-bottom: 165px;
    }

    .m-xs-t-165 {
        margin-top: 165px;
    }

    .m-xs-r-165 {
        margin-right: 165px;
    }

    .m-xs-l-165 {
        margin-left: 165px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-170 {
        padding-bottom: 170px;
    }

    .p-lg-t-170 {
        padding-top: 170px;
    }

    .p-lg-r-170 {
        padding-right: 170px;
    }

    .p-lg-l-170 {
        padding-left: 170px;
    }

    .m-lg-b-170 {
        margin-bottom: 170px;
    }

    .m-lg-t-170 {
        margin-top: 170px;
    }

    .m-lg-r-170 {
        margin-right: 170px;
    }

    .m-lg-l-170 {
        margin-left: 170px;
    }
}

@media (max-width: 991px) {
    .p-md-b-170 {
        padding-bottom: 170px;
    }

    .p-md-t-170 {
        padding-top: 170px;
    }

    .p-md-r-170 {
        padding-right: 170px;
    }

    .p-md-l-170 {
        padding-left: 170px;
    }

    .m-md-b-170 {
        margin-bottom: 170px;
    }

    .m-md-t-170 {
        margin-top: 170px;
    }

    .m-md-r-170 {
        margin-right: 170px;
    }

    .m-md-l-170 {
        margin-left: 170px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-170 {
        padding-bottom: 170px;
    }

    .p-sm-t-170 {
        padding-top: 170px;
    }

    .p-sm-r-170 {
        padding-right: 170px;
    }

    .p-sm-l-170 {
        padding-left: 170px;
    }

    .m-sm-b-170 {
        margin-bottom: 170px;
    }

    .m-sm-t-170 {
        margin-top: 170px;
    }

    .m-sm-r-170 {
        margin-right: 170px;
    }

    .m-sm-l-170 {
        margin-left: 170px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-170 {
        padding-bottom: 170px;
    }

    .p-xs-t-170 {
        padding-top: 170px;
    }

    .p-xs-r-170 {
        padding-right: 170px;
    }

    .p-xs-l-170 {
        padding-left: 170px;
    }

    .m-xs-b-170 {
        margin-bottom: 170px;
    }

    .m-xs-t-170 {
        margin-top: 170px;
    }

    .m-xs-r-170 {
        margin-right: 170px;
    }

    .m-xs-l-170 {
        margin-left: 170px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-175 {
        padding-bottom: 175px;
    }

    .p-lg-t-175 {
        padding-top: 175px;
    }

    .p-lg-r-175 {
        padding-right: 175px;
    }

    .p-lg-l-175 {
        padding-left: 175px;
    }

    .m-lg-b-175 {
        margin-bottom: 175px;
    }

    .m-lg-t-175 {
        margin-top: 175px;
    }

    .m-lg-r-175 {
        margin-right: 175px;
    }

    .m-lg-l-175 {
        margin-left: 175px;
    }
}

@media (max-width: 991px) {
    .p-md-b-175 {
        padding-bottom: 175px;
    }

    .p-md-t-175 {
        padding-top: 175px;
    }

    .p-md-r-175 {
        padding-right: 175px;
    }

    .p-md-l-175 {
        padding-left: 175px;
    }

    .m-md-b-175 {
        margin-bottom: 175px;
    }

    .m-md-t-175 {
        margin-top: 175px;
    }

    .m-md-r-175 {
        margin-right: 175px;
    }

    .m-md-l-175 {
        margin-left: 175px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-175 {
        padding-bottom: 175px;
    }

    .p-sm-t-175 {
        padding-top: 175px;
    }

    .p-sm-r-175 {
        padding-right: 175px;
    }

    .p-sm-l-175 {
        padding-left: 175px;
    }

    .m-sm-b-175 {
        margin-bottom: 175px;
    }

    .m-sm-t-175 {
        margin-top: 175px;
    }

    .m-sm-r-175 {
        margin-right: 175px;
    }

    .m-sm-l-175 {
        margin-left: 175px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-175 {
        padding-bottom: 175px;
    }

    .p-xs-t-175 {
        padding-top: 175px;
    }

    .p-xs-r-175 {
        padding-right: 175px;
    }

    .p-xs-l-175 {
        padding-left: 175px;
    }

    .m-xs-b-175 {
        margin-bottom: 175px;
    }

    .m-xs-t-175 {
        margin-top: 175px;
    }

    .m-xs-r-175 {
        margin-right: 175px;
    }

    .m-xs-l-175 {
        margin-left: 175px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-180 {
        padding-bottom: 180px;
    }

    .p-lg-t-180 {
        padding-top: 180px;
    }

    .p-lg-r-180 {
        padding-right: 180px;
    }

    .p-lg-l-180 {
        padding-left: 180px;
    }

    .m-lg-b-180 {
        margin-bottom: 180px;
    }

    .m-lg-t-180 {
        margin-top: 180px;
    }

    .m-lg-r-180 {
        margin-right: 180px;
    }

    .m-lg-l-180 {
        margin-left: 180px;
    }
}

@media (max-width: 991px) {
    .p-md-b-180 {
        padding-bottom: 180px;
    }

    .p-md-t-180 {
        padding-top: 180px;
    }

    .p-md-r-180 {
        padding-right: 180px;
    }

    .p-md-l-180 {
        padding-left: 180px;
    }

    .m-md-b-180 {
        margin-bottom: 180px;
    }

    .m-md-t-180 {
        margin-top: 180px;
    }

    .m-md-r-180 {
        margin-right: 180px;
    }

    .m-md-l-180 {
        margin-left: 180px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-180 {
        padding-bottom: 180px;
    }

    .p-sm-t-180 {
        padding-top: 180px;
    }

    .p-sm-r-180 {
        padding-right: 180px;
    }

    .p-sm-l-180 {
        padding-left: 180px;
    }

    .m-sm-b-180 {
        margin-bottom: 180px;
    }

    .m-sm-t-180 {
        margin-top: 180px;
    }

    .m-sm-r-180 {
        margin-right: 180px;
    }

    .m-sm-l-180 {
        margin-left: 180px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-180 {
        padding-bottom: 180px;
    }

    .p-xs-t-180 {
        padding-top: 180px;
    }

    .p-xs-r-180 {
        padding-right: 180px;
    }

    .p-xs-l-180 {
        padding-left: 180px;
    }

    .m-xs-b-180 {
        margin-bottom: 180px;
    }

    .m-xs-t-180 {
        margin-top: 180px;
    }

    .m-xs-r-180 {
        margin-right: 180px;
    }

    .m-xs-l-180 {
        margin-left: 180px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-185 {
        padding-bottom: 185px;
    }

    .p-lg-t-185 {
        padding-top: 185px;
    }

    .p-lg-r-185 {
        padding-right: 185px;
    }

    .p-lg-l-185 {
        padding-left: 185px;
    }

    .m-lg-b-185 {
        margin-bottom: 185px;
    }

    .m-lg-t-185 {
        margin-top: 185px;
    }

    .m-lg-r-185 {
        margin-right: 185px;
    }

    .m-lg-l-185 {
        margin-left: 185px;
    }
}

@media (max-width: 991px) {
    .p-md-b-185 {
        padding-bottom: 185px;
    }

    .p-md-t-185 {
        padding-top: 185px;
    }

    .p-md-r-185 {
        padding-right: 185px;
    }

    .p-md-l-185 {
        padding-left: 185px;
    }

    .m-md-b-185 {
        margin-bottom: 185px;
    }

    .m-md-t-185 {
        margin-top: 185px;
    }

    .m-md-r-185 {
        margin-right: 185px;
    }

    .m-md-l-185 {
        margin-left: 185px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-185 {
        padding-bottom: 185px;
    }

    .p-sm-t-185 {
        padding-top: 185px;
    }

    .p-sm-r-185 {
        padding-right: 185px;
    }

    .p-sm-l-185 {
        padding-left: 185px;
    }

    .m-sm-b-185 {
        margin-bottom: 185px;
    }

    .m-sm-t-185 {
        margin-top: 185px;
    }

    .m-sm-r-185 {
        margin-right: 185px;
    }

    .m-sm-l-185 {
        margin-left: 185px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-185 {
        padding-bottom: 185px;
    }

    .p-xs-t-185 {
        padding-top: 185px;
    }

    .p-xs-r-185 {
        padding-right: 185px;
    }

    .p-xs-l-185 {
        padding-left: 185px;
    }

    .m-xs-b-185 {
        margin-bottom: 185px;
    }

    .m-xs-t-185 {
        margin-top: 185px;
    }

    .m-xs-r-185 {
        margin-right: 185px;
    }

    .m-xs-l-185 {
        margin-left: 185px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-190 {
        padding-bottom: 190px;
    }

    .p-lg-t-190 {
        padding-top: 190px;
    }

    .p-lg-r-190 {
        padding-right: 190px;
    }

    .p-lg-l-190 {
        padding-left: 190px;
    }

    .m-lg-b-190 {
        margin-bottom: 190px;
    }

    .m-lg-t-190 {
        margin-top: 190px;
    }

    .m-lg-r-190 {
        margin-right: 190px;
    }

    .m-lg-l-190 {
        margin-left: 190px;
    }
}

@media (max-width: 991px) {
    .p-md-b-190 {
        padding-bottom: 190px;
    }

    .p-md-t-190 {
        padding-top: 190px;
    }

    .p-md-r-190 {
        padding-right: 190px;
    }

    .p-md-l-190 {
        padding-left: 190px;
    }

    .m-md-b-190 {
        margin-bottom: 190px;
    }

    .m-md-t-190 {
        margin-top: 190px;
    }

    .m-md-r-190 {
        margin-right: 190px;
    }

    .m-md-l-190 {
        margin-left: 190px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-190 {
        padding-bottom: 190px;
    }

    .p-sm-t-190 {
        padding-top: 190px;
    }

    .p-sm-r-190 {
        padding-right: 190px;
    }

    .p-sm-l-190 {
        padding-left: 190px;
    }

    .m-sm-b-190 {
        margin-bottom: 190px;
    }

    .m-sm-t-190 {
        margin-top: 190px;
    }

    .m-sm-r-190 {
        margin-right: 190px;
    }

    .m-sm-l-190 {
        margin-left: 190px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-190 {
        padding-bottom: 190px;
    }

    .p-xs-t-190 {
        padding-top: 190px;
    }

    .p-xs-r-190 {
        padding-right: 190px;
    }

    .p-xs-l-190 {
        padding-left: 190px;
    }

    .m-xs-b-190 {
        margin-bottom: 190px;
    }

    .m-xs-t-190 {
        margin-top: 190px;
    }

    .m-xs-r-190 {
        margin-right: 190px;
    }

    .m-xs-l-190 {
        margin-left: 190px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-195 {
        padding-bottom: 195px;
    }

    .p-lg-t-195 {
        padding-top: 195px;
    }

    .p-lg-r-195 {
        padding-right: 195px;
    }

    .p-lg-l-195 {
        padding-left: 195px;
    }

    .m-lg-b-195 {
        margin-bottom: 195px;
    }

    .m-lg-t-195 {
        margin-top: 195px;
    }

    .m-lg-r-195 {
        margin-right: 195px;
    }

    .m-lg-l-195 {
        margin-left: 195px;
    }
}

@media (max-width: 991px) {
    .p-md-b-195 {
        padding-bottom: 195px;
    }

    .p-md-t-195 {
        padding-top: 195px;
    }

    .p-md-r-195 {
        padding-right: 195px;
    }

    .p-md-l-195 {
        padding-left: 195px;
    }

    .m-md-b-195 {
        margin-bottom: 195px;
    }

    .m-md-t-195 {
        margin-top: 195px;
    }

    .m-md-r-195 {
        margin-right: 195px;
    }

    .m-md-l-195 {
        margin-left: 195px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-195 {
        padding-bottom: 195px;
    }

    .p-sm-t-195 {
        padding-top: 195px;
    }

    .p-sm-r-195 {
        padding-right: 195px;
    }

    .p-sm-l-195 {
        padding-left: 195px;
    }

    .m-sm-b-195 {
        margin-bottom: 195px;
    }

    .m-sm-t-195 {
        margin-top: 195px;
    }

    .m-sm-r-195 {
        margin-right: 195px;
    }

    .m-sm-l-195 {
        margin-left: 195px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-195 {
        padding-bottom: 195px;
    }

    .p-xs-t-195 {
        padding-top: 195px;
    }

    .p-xs-r-195 {
        padding-right: 195px;
    }

    .p-xs-l-195 {
        padding-left: 195px;
    }

    .m-xs-b-195 {
        margin-bottom: 195px;
    }

    .m-xs-t-195 {
        margin-top: 195px;
    }

    .m-xs-r-195 {
        margin-right: 195px;
    }

    .m-xs-l-195 {
        margin-left: 195px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-200 {
        padding-bottom: 200px;
    }

    .p-lg-t-200 {
        padding-top: 200px;
    }

    .p-lg-r-200 {
        padding-right: 200px;
    }

    .p-lg-l-200 {
        padding-left: 200px;
    }

    .m-lg-b-200 {
        margin-bottom: 200px;
    }

    .m-lg-t-200 {
        margin-top: 200px;
    }

    .m-lg-r-200 {
        margin-right: 200px;
    }

    .m-lg-l-200 {
        margin-left: 200px;
    }
}

@media (max-width: 991px) {
    .p-md-b-200 {
        padding-bottom: 200px;
    }

    .p-md-t-200 {
        padding-top: 200px;
    }

    .p-md-r-200 {
        padding-right: 200px;
    }

    .p-md-l-200 {
        padding-left: 200px;
    }

    .m-md-b-200 {
        margin-bottom: 200px;
    }

    .m-md-t-200 {
        margin-top: 200px;
    }

    .m-md-r-200 {
        margin-right: 200px;
    }

    .m-md-l-200 {
        margin-left: 200px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-200 {
        padding-bottom: 200px;
    }

    .p-sm-t-200 {
        padding-top: 200px;
    }

    .p-sm-r-200 {
        padding-right: 200px;
    }

    .p-sm-l-200 {
        padding-left: 200px;
    }

    .m-sm-b-200 {
        margin-bottom: 200px;
    }

    .m-sm-t-200 {
        margin-top: 200px;
    }

    .m-sm-r-200 {
        margin-right: 200px;
    }

    .m-sm-l-200 {
        margin-left: 200px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-200 {
        padding-bottom: 200px;
    }

    .p-xs-t-200 {
        padding-top: 200px;
    }

    .p-xs-r-200 {
        padding-right: 200px;
    }

    .p-xs-l-200 {
        padding-left: 200px;
    }

    .m-xs-b-200 {
        margin-bottom: 200px;
    }

    .m-xs-t-200 {
        margin-top: 200px;
    }

    .m-xs-r-200 {
        margin-right: 200px;
    }

    .m-xs-l-200 {
        margin-left: 200px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-205 {
        padding-bottom: 205px;
    }

    .p-lg-t-205 {
        padding-top: 205px;
    }

    .p-lg-r-205 {
        padding-right: 205px;
    }

    .p-lg-l-205 {
        padding-left: 205px;
    }

    .m-lg-b-205 {
        margin-bottom: 205px;
    }

    .m-lg-t-205 {
        margin-top: 205px;
    }

    .m-lg-r-205 {
        margin-right: 205px;
    }

    .m-lg-l-205 {
        margin-left: 205px;
    }
}

@media (max-width: 991px) {
    .p-md-b-205 {
        padding-bottom: 205px;
    }

    .p-md-t-205 {
        padding-top: 205px;
    }

    .p-md-r-205 {
        padding-right: 205px;
    }

    .p-md-l-205 {
        padding-left: 205px;
    }

    .m-md-b-205 {
        margin-bottom: 205px;
    }

    .m-md-t-205 {
        margin-top: 205px;
    }

    .m-md-r-205 {
        margin-right: 205px;
    }

    .m-md-l-205 {
        margin-left: 205px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-205 {
        padding-bottom: 205px;
    }

    .p-sm-t-205 {
        padding-top: 205px;
    }

    .p-sm-r-205 {
        padding-right: 205px;
    }

    .p-sm-l-205 {
        padding-left: 205px;
    }

    .m-sm-b-205 {
        margin-bottom: 205px;
    }

    .m-sm-t-205 {
        margin-top: 205px;
    }

    .m-sm-r-205 {
        margin-right: 205px;
    }

    .m-sm-l-205 {
        margin-left: 205px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-205 {
        padding-bottom: 205px;
    }

    .p-xs-t-205 {
        padding-top: 205px;
    }

    .p-xs-r-205 {
        padding-right: 205px;
    }

    .p-xs-l-205 {
        padding-left: 205px;
    }

    .m-xs-b-205 {
        margin-bottom: 205px;
    }

    .m-xs-t-205 {
        margin-top: 205px;
    }

    .m-xs-r-205 {
        margin-right: 205px;
    }

    .m-xs-l-205 {
        margin-left: 205px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-210 {
        padding-bottom: 210px;
    }

    .p-lg-t-210 {
        padding-top: 210px;
    }

    .p-lg-r-210 {
        padding-right: 210px;
    }

    .p-lg-l-210 {
        padding-left: 210px;
    }

    .m-lg-b-210 {
        margin-bottom: 210px;
    }

    .m-lg-t-210 {
        margin-top: 210px;
    }

    .m-lg-r-210 {
        margin-right: 210px;
    }

    .m-lg-l-210 {
        margin-left: 210px;
    }
}

@media (max-width: 991px) {
    .p-md-b-210 {
        padding-bottom: 210px;
    }

    .p-md-t-210 {
        padding-top: 210px;
    }

    .p-md-r-210 {
        padding-right: 210px;
    }

    .p-md-l-210 {
        padding-left: 210px;
    }

    .m-md-b-210 {
        margin-bottom: 210px;
    }

    .m-md-t-210 {
        margin-top: 210px;
    }

    .m-md-r-210 {
        margin-right: 210px;
    }

    .m-md-l-210 {
        margin-left: 210px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-210 {
        padding-bottom: 210px;
    }

    .p-sm-t-210 {
        padding-top: 210px;
    }

    .p-sm-r-210 {
        padding-right: 210px;
    }

    .p-sm-l-210 {
        padding-left: 210px;
    }

    .m-sm-b-210 {
        margin-bottom: 210px;
    }

    .m-sm-t-210 {
        margin-top: 210px;
    }

    .m-sm-r-210 {
        margin-right: 210px;
    }

    .m-sm-l-210 {
        margin-left: 210px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-210 {
        padding-bottom: 210px;
    }

    .p-xs-t-210 {
        padding-top: 210px;
    }

    .p-xs-r-210 {
        padding-right: 210px;
    }

    .p-xs-l-210 {
        padding-left: 210px;
    }

    .m-xs-b-210 {
        margin-bottom: 210px;
    }

    .m-xs-t-210 {
        margin-top: 210px;
    }

    .m-xs-r-210 {
        margin-right: 210px;
    }

    .m-xs-l-210 {
        margin-left: 210px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-215 {
        padding-bottom: 215px;
    }

    .p-lg-t-215 {
        padding-top: 215px;
    }

    .p-lg-r-215 {
        padding-right: 215px;
    }

    .p-lg-l-215 {
        padding-left: 215px;
    }

    .m-lg-b-215 {
        margin-bottom: 215px;
    }

    .m-lg-t-215 {
        margin-top: 215px;
    }

    .m-lg-r-215 {
        margin-right: 215px;
    }

    .m-lg-l-215 {
        margin-left: 215px;
    }
}

@media (max-width: 991px) {
    .p-md-b-215 {
        padding-bottom: 215px;
    }

    .p-md-t-215 {
        padding-top: 215px;
    }

    .p-md-r-215 {
        padding-right: 215px;
    }

    .p-md-l-215 {
        padding-left: 215px;
    }

    .m-md-b-215 {
        margin-bottom: 215px;
    }

    .m-md-t-215 {
        margin-top: 215px;
    }

    .m-md-r-215 {
        margin-right: 215px;
    }

    .m-md-l-215 {
        margin-left: 215px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-215 {
        padding-bottom: 215px;
    }

    .p-sm-t-215 {
        padding-top: 215px;
    }

    .p-sm-r-215 {
        padding-right: 215px;
    }

    .p-sm-l-215 {
        padding-left: 215px;
    }

    .m-sm-b-215 {
        margin-bottom: 215px;
    }

    .m-sm-t-215 {
        margin-top: 215px;
    }

    .m-sm-r-215 {
        margin-right: 215px;
    }

    .m-sm-l-215 {
        margin-left: 215px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-215 {
        padding-bottom: 215px;
    }

    .p-xs-t-215 {
        padding-top: 215px;
    }

    .p-xs-r-215 {
        padding-right: 215px;
    }

    .p-xs-l-215 {
        padding-left: 215px;
    }

    .m-xs-b-215 {
        margin-bottom: 215px;
    }

    .m-xs-t-215 {
        margin-top: 215px;
    }

    .m-xs-r-215 {
        margin-right: 215px;
    }

    .m-xs-l-215 {
        margin-left: 215px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-220 {
        padding-bottom: 220px;
    }

    .p-lg-t-220 {
        padding-top: 220px;
    }

    .p-lg-r-220 {
        padding-right: 220px;
    }

    .p-lg-l-220 {
        padding-left: 220px;
    }

    .m-lg-b-220 {
        margin-bottom: 220px;
    }

    .m-lg-t-220 {
        margin-top: 220px;
    }

    .m-lg-r-220 {
        margin-right: 220px;
    }

    .m-lg-l-220 {
        margin-left: 220px;
    }
}

@media (max-width: 991px) {
    .p-md-b-220 {
        padding-bottom: 220px;
    }

    .p-md-t-220 {
        padding-top: 220px;
    }

    .p-md-r-220 {
        padding-right: 220px;
    }

    .p-md-l-220 {
        padding-left: 220px;
    }

    .m-md-b-220 {
        margin-bottom: 220px;
    }

    .m-md-t-220 {
        margin-top: 220px;
    }

    .m-md-r-220 {
        margin-right: 220px;
    }

    .m-md-l-220 {
        margin-left: 220px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-220 {
        padding-bottom: 220px;
    }

    .p-sm-t-220 {
        padding-top: 220px;
    }

    .p-sm-r-220 {
        padding-right: 220px;
    }

    .p-sm-l-220 {
        padding-left: 220px;
    }

    .m-sm-b-220 {
        margin-bottom: 220px;
    }

    .m-sm-t-220 {
        margin-top: 220px;
    }

    .m-sm-r-220 {
        margin-right: 220px;
    }

    .m-sm-l-220 {
        margin-left: 220px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-220 {
        padding-bottom: 220px;
    }

    .p-xs-t-220 {
        padding-top: 220px;
    }

    .p-xs-r-220 {
        padding-right: 220px;
    }

    .p-xs-l-220 {
        padding-left: 220px;
    }

    .m-xs-b-220 {
        margin-bottom: 220px;
    }

    .m-xs-t-220 {
        margin-top: 220px;
    }

    .m-xs-r-220 {
        margin-right: 220px;
    }

    .m-xs-l-220 {
        margin-left: 220px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-225 {
        padding-bottom: 225px;
    }

    .p-lg-t-225 {
        padding-top: 225px;
    }

    .p-lg-r-225 {
        padding-right: 225px;
    }

    .p-lg-l-225 {
        padding-left: 225px;
    }

    .m-lg-b-225 {
        margin-bottom: 225px;
    }

    .m-lg-t-225 {
        margin-top: 225px;
    }

    .m-lg-r-225 {
        margin-right: 225px;
    }

    .m-lg-l-225 {
        margin-left: 225px;
    }
}

@media (max-width: 991px) {
    .p-md-b-225 {
        padding-bottom: 225px;
    }

    .p-md-t-225 {
        padding-top: 225px;
    }

    .p-md-r-225 {
        padding-right: 225px;
    }

    .p-md-l-225 {
        padding-left: 225px;
    }

    .m-md-b-225 {
        margin-bottom: 225px;
    }

    .m-md-t-225 {
        margin-top: 225px;
    }

    .m-md-r-225 {
        margin-right: 225px;
    }

    .m-md-l-225 {
        margin-left: 225px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-225 {
        padding-bottom: 225px;
    }

    .p-sm-t-225 {
        padding-top: 225px;
    }

    .p-sm-r-225 {
        padding-right: 225px;
    }

    .p-sm-l-225 {
        padding-left: 225px;
    }

    .m-sm-b-225 {
        margin-bottom: 225px;
    }

    .m-sm-t-225 {
        margin-top: 225px;
    }

    .m-sm-r-225 {
        margin-right: 225px;
    }

    .m-sm-l-225 {
        margin-left: 225px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-225 {
        padding-bottom: 225px;
    }

    .p-xs-t-225 {
        padding-top: 225px;
    }

    .p-xs-r-225 {
        padding-right: 225px;
    }

    .p-xs-l-225 {
        padding-left: 225px;
    }

    .m-xs-b-225 {
        margin-bottom: 225px;
    }

    .m-xs-t-225 {
        margin-top: 225px;
    }

    .m-xs-r-225 {
        margin-right: 225px;
    }

    .m-xs-l-225 {
        margin-left: 225px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-230 {
        padding-bottom: 230px;
    }

    .p-lg-t-230 {
        padding-top: 230px;
    }

    .p-lg-r-230 {
        padding-right: 230px;
    }

    .p-lg-l-230 {
        padding-left: 230px;
    }

    .m-lg-b-230 {
        margin-bottom: 230px;
    }

    .m-lg-t-230 {
        margin-top: 230px;
    }

    .m-lg-r-230 {
        margin-right: 230px;
    }

    .m-lg-l-230 {
        margin-left: 230px;
    }
}

@media (max-width: 991px) {
    .p-md-b-230 {
        padding-bottom: 230px;
    }

    .p-md-t-230 {
        padding-top: 230px;
    }

    .p-md-r-230 {
        padding-right: 230px;
    }

    .p-md-l-230 {
        padding-left: 230px;
    }

    .m-md-b-230 {
        margin-bottom: 230px;
    }

    .m-md-t-230 {
        margin-top: 230px;
    }

    .m-md-r-230 {
        margin-right: 230px;
    }

    .m-md-l-230 {
        margin-left: 230px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-230 {
        padding-bottom: 230px;
    }

    .p-sm-t-230 {
        padding-top: 230px;
    }

    .p-sm-r-230 {
        padding-right: 230px;
    }

    .p-sm-l-230 {
        padding-left: 230px;
    }

    .m-sm-b-230 {
        margin-bottom: 230px;
    }

    .m-sm-t-230 {
        margin-top: 230px;
    }

    .m-sm-r-230 {
        margin-right: 230px;
    }

    .m-sm-l-230 {
        margin-left: 230px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-230 {
        padding-bottom: 230px;
    }

    .p-xs-t-230 {
        padding-top: 230px;
    }

    .p-xs-r-230 {
        padding-right: 230px;
    }

    .p-xs-l-230 {
        padding-left: 230px;
    }

    .m-xs-b-230 {
        margin-bottom: 230px;
    }

    .m-xs-t-230 {
        margin-top: 230px;
    }

    .m-xs-r-230 {
        margin-right: 230px;
    }

    .m-xs-l-230 {
        margin-left: 230px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-235 {
        padding-bottom: 235px;
    }

    .p-lg-t-235 {
        padding-top: 235px;
    }

    .p-lg-r-235 {
        padding-right: 235px;
    }

    .p-lg-l-235 {
        padding-left: 235px;
    }

    .m-lg-b-235 {
        margin-bottom: 235px;
    }

    .m-lg-t-235 {
        margin-top: 235px;
    }

    .m-lg-r-235 {
        margin-right: 235px;
    }

    .m-lg-l-235 {
        margin-left: 235px;
    }
}

@media (max-width: 991px) {
    .p-md-b-235 {
        padding-bottom: 235px;
    }

    .p-md-t-235 {
        padding-top: 235px;
    }

    .p-md-r-235 {
        padding-right: 235px;
    }

    .p-md-l-235 {
        padding-left: 235px;
    }

    .m-md-b-235 {
        margin-bottom: 235px;
    }

    .m-md-t-235 {
        margin-top: 235px;
    }

    .m-md-r-235 {
        margin-right: 235px;
    }

    .m-md-l-235 {
        margin-left: 235px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-235 {
        padding-bottom: 235px;
    }

    .p-sm-t-235 {
        padding-top: 235px;
    }

    .p-sm-r-235 {
        padding-right: 235px;
    }

    .p-sm-l-235 {
        padding-left: 235px;
    }

    .m-sm-b-235 {
        margin-bottom: 235px;
    }

    .m-sm-t-235 {
        margin-top: 235px;
    }

    .m-sm-r-235 {
        margin-right: 235px;
    }

    .m-sm-l-235 {
        margin-left: 235px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-235 {
        padding-bottom: 235px;
    }

    .p-xs-t-235 {
        padding-top: 235px;
    }

    .p-xs-r-235 {
        padding-right: 235px;
    }

    .p-xs-l-235 {
        padding-left: 235px;
    }

    .m-xs-b-235 {
        margin-bottom: 235px;
    }

    .m-xs-t-235 {
        margin-top: 235px;
    }

    .m-xs-r-235 {
        margin-right: 235px;
    }

    .m-xs-l-235 {
        margin-left: 235px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-240 {
        padding-bottom: 240px;
    }

    .p-lg-t-240 {
        padding-top: 240px;
    }

    .p-lg-r-240 {
        padding-right: 240px;
    }

    .p-lg-l-240 {
        padding-left: 240px;
    }

    .m-lg-b-240 {
        margin-bottom: 240px;
    }

    .m-lg-t-240 {
        margin-top: 240px;
    }

    .m-lg-r-240 {
        margin-right: 240px;
    }

    .m-lg-l-240 {
        margin-left: 240px;
    }

}

@media (max-width: 991px) {
    .p-md-b-240 {
        padding-bottom: 240px;
    }

    .p-md-t-240 {
        padding-top: 240px;
    }

    .p-md-r-240 {
        padding-right: 240px;
    }

    .p-md-l-240 {
        padding-left: 240px;
    }

    .m-md-b-240 {
        margin-bottom: 240px;
    }

    .m-md-t-240 {
        margin-top: 240px;
    }

    .m-md-r-240 {
        margin-right: 240px;
    }

    .m-md-l-240 {
        margin-left: 240px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-240 {
        padding-bottom: 240px;
    }

    .p-sm-t-240 {
        padding-top: 240px;
    }

    .p-sm-r-240 {
        padding-right: 240px;
    }

    .p-sm-l-240 {
        padding-left: 240px;
    }

    .m-sm-b-240 {
        margin-bottom: 240px;
    }

    .m-sm-t-240 {
        margin-top: 240px;
    }

    .m-sm-r-240 {
        margin-right: 240px;
    }

    .m-sm-l-240 {
        margin-left: 240px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-240 {
        padding-bottom: 240px;
    }

    .p-xs-t-240 {
        padding-top: 240px;
    }

    .p-xs-r-240 {
        padding-right: 240px;
    }

    .p-xs-l-240 {
        padding-left: 240px;
    }

    .m-xs-b-240 {
        margin-bottom: 240px;
    }

    .m-xs-t-240 {
        margin-top: 240px;
    }

    .m-xs-r-240 {
        margin-right: 240px;
    }

    .m-xs-l-240 {
        margin-left: 240px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-245 {
        padding-bottom: 245px;
    }

    .p-lg-t-245 {
        padding-top: 245px;
    }

    .p-lg-r-245 {
        padding-right: 245px;
    }

    .p-lg-l-245 {
        padding-left: 245px;
    }

    .m-lg-b-245 {
        margin-bottom: 245px;
    }

    .m-lg-t-245 {
        margin-top: 245px;
    }

    .m-lg-r-245 {
        margin-right: 245px;
    }

    .m-lg-l-245 {
        margin-left: 245px;
    }
}

@media (max-width: 991px) {
    .p-md-b-245 {
        padding-bottom: 245px;
    }

    .p-md-t-245 {
        padding-top: 245px;
    }

    .p-md-r-245 {
        padding-right: 245px;
    }

    .p-md-l-245 {
        padding-left: 245px;
    }

    .m-md-b-245 {
        margin-bottom: 245px;
    }

    .m-md-t-245 {
        margin-top: 245px;
    }

    .m-md-r-245 {
        margin-right: 245px;
    }

    .m-md-l-245 {
        margin-left: 245px;
    }
}

@media (max-width: 767px) {
    .p-sm-b-245 {
        padding-bottom: 245px;
    }

    .p-sm-t-245 {
        padding-top: 245px;
    }

    .p-sm-r-245 {
        padding-right: 245px;
    }

    .p-sm-l-245 {
        padding-left: 245px;
    }

    .m-sm-b-245 {
        margin-bottom: 245px;
    }

    .m-sm-t-245 {
        margin-top: 245px;
    }

    .m-sm-r-245 {
        margin-right: 245px;
    }

    .m-sm-l-245 {
        margin-left: 245px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-245 {
        padding-bottom: 245px;
    }

    .p-xs-t-245 {
        padding-top: 245px;
    }

    .p-xs-r-245 {
        padding-right: 245px;
    }

    .p-xs-l-245 {
        padding-left: 245px;
    }

    .m-xs-b-245 {
        margin-bottom: 245px;
    }

    .m-xs-t-245 {
        margin-top: 245px;
    }

    .m-xs-r-245 {
        margin-right: 245px;
    }

    .m-xs-l-245 {
        margin-left: 245px;
    }
}

@media (max-width: 1023px) {
    .p-lg-b-250 {
        padding-bottom: 250px;
    }

    .p-lg-t-250 {
        padding-top: 250px;
    }

    .p-lg-r-250 {
        padding-right: 250px;
    }

    .p-lg-l-250 {
        padding-left: 250px;
    }

    .m-lg-b-250 {
        margin-bottom: 250px;
    }

    .m-lg-t-250 {
        margin-top: 250px;
    }

    .m-lg-r-250 {
        margin-right: 250px;
    }

    .m-lg-l-250 {
        margin-left: 250px;
    }
}

@media (max-width: 991px) {
    .p-md-b-250 {
        padding-bottom: 250px;
    }

    .p-md-t-250 {
        padding-top: 250px;
    }

    .p-md-r-250 {
        padding-right: 250px;
    }

    .p-md-l-250 {
        padding-left: 250px;
    }

    .m-md-b-250 {
        margin-bottom: 250px;
    }

    .m-md-t-250 {
        margin-top: 250px;
    }

    .m-md-r-250 {
        margin-right: 250px;
    }

    .m-md-l-250 {
        margin-left: 250px;
    }
}

@media (max-width: 767px) {
section.sonic-price div.br-2 {
    padding: 0 !important;
}

section.sonic-price p.reserve {
    font-size: 24px;
}
    .p-sm-b-250 {
        padding-bottom: 250px;
    }

    .p-sm-t-250 {
        padding-top: 250px;
    }

    .p-sm-r-250 {
        padding-right: 250px;
    }

    .p-sm-l-250 {
        padding-left: 250px;
    }

    .m-sm-b-250 {
        margin-bottom: 250px;
    }

    .m-sm-t-250 {
        margin-top: 250px;
    }

    .m-sm-r-250 {
        margin-right: 250px;
    }

    .m-sm-l-250 {
        margin-left: 250px;
    }
}

@media (max-width: 575px) {
    .p-xs-b-250 {
        padding-bottom: 250px;
    }

    .p-xs-t-250 {
        padding-top: 250px;
    }

    .p-xs-r-250 {
        padding-right: 250px;
    }

    .p-xs-l-250 {
        padding-left: 250px;
    }

    .m-xs-b-250 {
        margin-bottom: 250px;
    }

    .m-xs-t-250 {
        margin-top: 250px;
    }

    .m-xs-r-250 {
        margin-right: 250px;
    }

    .m-xs-l-250 {
        margin-left: 250px;
    }
}

/* Background*/
.bg-f8 {
    background: #f8f8f8;
}

.bg-c1b {
    background: #1b1b1b;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-overlay--opa60 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-overlay--opa80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-overlay--opa40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-overlay--opa30 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-layer {
    position: absolute;
    width: 28.57143%;
    height: 100%;
    top: 0;
    z-index: 1;
    /* background: #f8f8f8; */
}

.bg-layer--30per {
    width: 30%;
}

.bg-layer--30per-right {
    right: -30%;
}

.bg-layer--right {
    right: -28.57143%;
}

.bg-layer--left {
    left: -28.57143%;
}

.bg--galaxy {
    background: url("../images/bg-galaxy.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}

.bg--parallax {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center left;
}

/*Title*/
.title {
    text-transform: uppercase;
}

h2.title {
    color: #004379;
    text-transform: none;
    font-size: 36px;
}
h2.title.tel {
    margin-top: 30px;
    margin-bottom: 15px !important;
}

h2.title.tel.ac {
    font-size: 30px;
}

h2.title span {
    font-size: 14px;
    font-weight: 500;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.15em;
    display: block;
    margin-top: 10px;
}
h2.title.sonic span {
    margin-top: 15px;
}

.row.btb-2 {
    border-top: 1px solid #004379;
    border-bottom: 1px solid #004379;
    padding: 10px 0;
    margin: 0;
}
div.fs16 {
    font-size: 16px;
    color: #4d4d4d;
    max-height: 100px;
    overflow-y: scroll;
}
section.sonic-price div.fs16 {
    overflow: auto;
}
div.br-2 {
    border-right: 1px solid #004379;
    padding: 20px 0;
    text-align: center;
}
section.sonic-price div.br-2 {
    border-right: 1px solid #ffffff;
    padding: 0;
    text-align: center;
}
div.fs16 p {
    line-height: 2;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
}
section.sonic-price p.time {
    font-size: 32px;
    color: #fff;
}

section.sonic-price p.time span {
    font-size: 15px;
}
section.sonic-price p.reserve {
    color: #fff;
    font-size: 28px;
    line-height: 1.5em;
    padding-left: 50px;
}
section.sonic-price p.reserve span {
    font-size: 15px;
    display: block;
    line-height: 1.5em;
}
section.sonic-price p.detail {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
section.news h2 {
    font-size: 36px;
    color: #004379;
    font-weight: normal;
    line-height: 0.8;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
}

section.sonic-price h2 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    line-height: 0.8;
    font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
}

section.news h2 span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
}

section.sonic-price h2 span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
}

p.text.attention {
  margin-top: 5px;
    color: #004379;
    font-size: 12px;
    margin-bottom: 0 !important;
}

p.text.attention.ac {
    line-height: 1.4;
}
p.text.attention.ac:before {
    height: 95px;
}

@media (max-width: 1199px) {
  p.text.attention.ac:before {
      height: 125px;
  }
}
@media (max-width: 900px) {
  p.text.attention.ac:before {
      height: 140px;
  }
}
@media (max-width: 860px) {
  p.text.attention.ac:before {
      height: 170px;
  }
}
@media (max-width: 767px) {
  p.text.attention.ac:before {
      height: 95px;
  }
}
@media (max-width: 414px) {
  p.text.attention.ac:before {
      height: 125px;
  }
}
p.text.attention.ac span.text.address {
    margin-bottom: 0 !important;
    line-height: 1.4;
}
span.text.address {
    color: #004379;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px !important;
    display: block;
}
p.text.attention:before {
    display: inline-block;
    content: "▲";
    height: 125px;
    float: left;
    margin-right: 5px;
}
p.text.instagram {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 2;
    margin-top: 30px;
}

p.text.insurance {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 2;
    margin-top: 30px;
}

img.tel {
    margin: 15px 0 25px;
}

.title--36 {
    font-size: 36px;
}

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

.title--small {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 6px;
    color: #999;
}

.title--big {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.rev-title-1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 48px;
}

@media (max-width: 991px) {
    .rev-title-1 {
        font-size: 32px;
    }
.sonic-echo.au-btn--p50 {
    padding: 10px 20px;
    min-width: 190px;
}
p.text.attention:before {
    height: 190px;
}
}

@media (max-width: 840px) {
p.text.attention:before {
    height: 250px;
}
}

@media (max-width: 575px) {
    .rev-title-1 {
        font-size: 22px;
    }
.col-md-4.offset-md-2.col-sm-5.offset-sm-1 {
    /* margin-bottom: 30px; */
}
}

/*Video*/
.video {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.video .video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}

.video .video__icon {
    width: 144px;
    height: 144px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.302);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video .video__icon:before {
    font-size: 72px;
    color: #fff;
    padding-left: 15px;
}

.video .video__icon:hover {
    background: rgba(0, 0, 0, 0.302);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.video .video__content {
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video .video__content iframe {
    display: block;
}

/*Image*/
.img-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

/*Col Special*/
@media (min-width: 768px) {
    .col-md-5.col-sp-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 42.666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 42.666667%;
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-7.col-sp-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 57.333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 57.333333%;
        flex: 0 0 57.333333%;
        max-width: 57.333333%;
    }
}

/*Modal*/
.searchModal--right {
    left: 300px;
}

@media (max-width: 991px) {
    .searchModal--right {
        left: 0;
    }
section.sonic-price div.br-2 {
    border-right: 1px solid #ffffff !important;
}
}

/*Filter*/
#filter li {
    margin: 50px 30px;
}

#filter li span {
    text-transform: uppercase;
    color: #b2b2b2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
}

#filter li span:hover {
    color: #fff;
}

#filter li.active span {
    color: #fff;
}

#isotope-grid {
    width: 100%;
}

.parallax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/*Form*/
.au-input {
    border: 1px solid #999;
    font-size: 14px;
    color: #666;
    padding: 12px 20px;
}

.au-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

.au-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

.au-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

.au-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.au-input:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.au-input--color-ce {
    border-color: #cecece;
}

.au-input--full {
    width: 100%;
}

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

.au-form-control--full {
    width: 100%;
}

.au-input-group {
    margin-top: 15px;
}

.au-input-group label {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.au-input-group label > span {
    color: #333;
}

.au-input-group select.au-form-control {
    border: 1px solid #cecece;
    font-size: 14px;
    color: #999;
    padding: 12px 20px;
    outline: none;
}

.au-input-group > input[type="checkbox"] {
    vertical-align: middle;
}

.au-input-checkbox {
    margin-top: 0;
    margin-bottom: 10px;
}

.au-input-checkbox:last-child {
    margin-bottom: 0;
}

.au-input-checkbox > input[type="checkbox"] {
    vertical-align: middle;
}

.au-input-checkbox > span {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-left: 10px;
}

.au-input-checkbox > p {
    margin-left: 28px;
    margin-top: 5px;
}

/*Quantity Input*/
.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 80px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    border: 1px solid #cecece;
    font-size: 15px;
    color: #333;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 50px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-collapse: collapse;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 10;
    background: #fff;
}

.quantity-button:hover {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.quantity-button:hover i {
    color: #fff;
}

.quantity-button i {
    color: #999;
    font-size: 15px;
    font-weight: 300;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%;
    border-bottom: 1px solid #cecece;
}

/*Keyframe*/
@keyframes slowZoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes slowZoom {
    from {
        -webkit-transform: scale(1, 1);
        -webkit-transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: scale(1.1, 1.1);
        -webkit-transform-origin: 50% 0%;
    }
}

@-o-keyframes slowZoom {
    from {
        -o-transform: scale(1, 1);
        -o-transform-origin: 50% 50%;
    }

    to {
        -o-transform: scale(1.1, 1.1);
        -o-transform-origin: 50% 0%;
    }
}

@-moz-keyframes slowZoom {
    from {
        -moz-transform: scale(1, 1);
        -moz-transform-origin: 50% 50%;
    }

    to {
        -moz-transform: scale(1.1, 1.1);
        -moz-transform-origin: 50% 0%;
    }
}

.letter-effect {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uncover {
    overflow: hidden;
    background-image: none !important;
    position: relative;
}

.uncover__img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.uncover__slices {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.uncover__slices--vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.uncover__slices--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.uncover__slices--horizontal-double {
    display: grid;
    grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
    display: grid;
    grid-template-rows: 50% 50%;
}

.uncover__slice {
    color: #fff;
    background-color: currentColor;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.uncover__slices--vertical .uncover__slice {
    -webkit-box-shadow: 1px 0 0 currentColor;
    -moz-box-shadow: 1px 0 0 currentColor;
    box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
    -webkit-box-shadow: 0 1px 0 currentColor;
    -moz-box-shadow: 0 1px 0 currentColor;
    box-shadow: 0 1px 0 currentColor;
}

.home-slide3__caption {
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.home-slide3__caption span {
    line-height: 1.2;
}

.home-slide3__caption .letter {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
}

@media (max-width: 1199px) {
section.sonic .service-3-item > .content.point {
    padding: 100px 25px;
    min-height: 276px;
}
section.sonic .service-3-item {
    min-height: 280px;
}
section.sonic .service-3-item > .content > .title {
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 15px;
}
section.service-3.sonic p {
    line-height: 1.5em;
}
section.service-3.sonic .service-3-item > .image {
    max-height: 280px;
    overflow: hidden;
}
.sonic-echo.f-right {
    margin-right: -40px;
}
div.f-right {
    margin-right: -40px;
}
.sonic-echo.f-left {
    margin-left: -40px;
}
div.f-left {
    margin-left: -40px;
}
}


@media (max-width: 1180px) {
.sonic-echo.au-btn--p50 {
    min-width: 200px;
    line-height: 40px;
}
}


@media (max-width: 1100px) {
section.sonic .service-3-item > .content {
    padding: 25px 20px;
}
.sonic-echo.f-right {
    margin-right: -20px;
}
div.f-right {
    margin-right: -20px;
}
.sonic-echo.f-left {
    margin-left: -20px;
}
div.f-left {
    margin-left: -20px;
}
.nav-header > ul > li > a {
    font-size: 12px;
}
.nav-header > ul > li > a {
    padding: 30px 5px;
}
}

@media (min-width: 992px) {
section.service-3.sonic .service-3-item > .image .sp {
    display: none;
}
section.sonic .service-3-item.service-3-item--img-right.sp,
section.sonic .service-3-item.service-3-item--img-left.sp  {
    display: none;
}
}

@media (max-width: 1040px) {
.sonic-echo.au-btn--p50 {
    min-width: 190px;
    line-height: 40px;
}
}


@media (max-width: 991px) {
section.sonic .service-3-item > .content {
    padding: 60px 20px;
}
section.sonic .service-3-item.service-3-item--img-left.pc,
section.sonic .service-3-item.service-3-item--img-right.pc {
    display: none;
}
section.service-3.sonic .service-3-item > .image .pc,
.col-lg-6.right-side-pc {
    display: none;
}
.echo .recent-blog__item .image-wrap {
    float: left;
    padding-right: 15px;
    padding-top: 70px;
}
.sonic .recent-blog__item .image-wrap {
    float: left;
    padding-right: 15px;
    padding-top: 30px;
}
.content.content--right.m-l-50.sonic {
    padding: 0 0 0 15px;
    width: 50%;
    float: left;
}
section.recent-blog.echo.p-t-90.p-b-90,
section.service-3.p-t-90.p-b-90.sonic {
    padding-top: 90px;
    padding-bottom: 90px;
}
section.recent-blog.sonic.p-t-90.p-b-0,
section.p-t-90.p-b-0.text-center.anc {
    padding-top: 90px;
}
.sonic .service-3-item:last-child {
    margin-bottom: 0;
}
section.sonic .service-3-item {
    min-height: 200px;
}
section.sonic .service-3-item > .content.point {
    padding: 80px 25px;
    min-height: 210px;
}
section.page-title.p-t-175.p-b-175 {
    padding-top: 250px;
}
.sonic-echo.f-right {
    margin-right: -70px;
}
.sonic-echo.f-left {
    margin-left: -70px;
}
div.f-right {
    margin-right: -70px;
}
div.f-left {
    margin-left: -70px;
}
}


@media (max-width: 899px) {
section.sonic .service-3-item > .content {
    padding: 50px 20px 0;
}
section.sonic .service-3-item > .content.point {
    padding: 60px 25px;
    min-height: 180px;
}
section.sonic .service-3-item {
    min-height: 180px;
}
.col-sm-6.ft1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    float: left;
}
.col-md-6.ft2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    float: left;
}
.echo .recent-blog__item .image-wrap {
    padding-top: 90px;
}
.sonic-echo.f-right {
    margin-right: -50px;
}
.sonic-echo.f-left {
    margin-left: -50px;
}
div.f-right {
    margin-right: -50px;
}
div.f-left {
    margin-left: -50px;
}
}


@media (max-width: 840px) {
.echo .recent-blog__item .image-wrap {
    padding-top: 120px;
}
section.sonic .service-3-item > .content {
    padding: 40px 20px 0;
}
.sonic .recent-blog__item .image-wrap {
    padding-top: 50px;
}
.sonic-echo.f-right {
    margin-right: -40px;
}
.sonic-echo.f-left {
    margin-left: -40px;
}
div.f-right {
    margin-right: -40px;
}
div.f-left {
    margin-left: -40px;
}
section.sonic-price h2 {
    font-size: 32px;
}
section.sonic-price p.time {
    font-size: 28px;
    line-height: 1.8em;
}
}


@media (max-width: 799px) {
.sonic-echo.f-right {
    margin-right: -30px;
}
.sonic-echo.f-left {
    margin-left: -30px;
}
div.f-right {
    margin-right: -30px;
}
div.f-left {
    margin-left: -30px;
}
}


@media (max-width: 768px) {
.echo .recent-blog__item .image-wrap,
.sonic .recent-blog__item .image-wrap {
    padding-top: 0 !important;
    width: 100% !important;
    padding-right: 0;
}
.content.content--right.m-l-50.sonic {
    padding: 0;
    width: 100%;
}
section.who-ami.p-t-90.p-b-120 {
    padding-top: 60px;
}
section.recent-blog.staff.p-t-90.p-b-0 {
    padding-top: 60px;
}
.recent-blog.staff .recent-blog__item {
    margin-bottom: 80px;
}
section.news.p-t-0.p-b-120 {
    padding-bottom: 80px;
}
section.lastest-work.p-t-150 {
    padding-top: 80px;
}
section.recent-blog.p-t-110.p-b-0 {
    padding-top: 60px !important;
}
section.recent-blog.echo.p-t-0.p-b-90,
section.service-3.p-t-90.p-b-90.sonic {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.recent-blog.sonic.p-t-90.p-b-0,
section.p-t-90.p-b-0.text-center.anc {
    padding-top: 60px;
}
section.sonic .service-3-item > .content > .title {
    font-size: 18px !important;
}
.sonic-echo.au-btn--p50 {
    min-width: 180px;
}
.recent-blog .recent-blog__item .content h2.title.sonic {
    font-size: 28px !important;
}
section.sonic .service-3-item > .content.point h2.title {
    font-size: 28px !important;
}
.recent-blog .recent-blog__item .content p.text.sonic.blue {
    margin: 5px 0;
}
.page-title .page-title__inner h2 {
    font-size: 42px;
}
}

@media (max-width: 767px) {
section.sonic-price p.reserve {
    font-size: 24px;
}
section.sonic .service-3-item > .content {
    padding: 20px;
}
section.service-3.sonic .service-3-item > .image {
    max-height: 320px;
    overflow: hidden;
}
section.sonic .service-3-item > .content.point {
    padding: 40px 25px;
    min-height: 80px;
}
section.sonic .service-3-item {
    min-height: 80px;
}
.col-sm-6.ft1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
}
.col-md-6.ft2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
}
p.text.attention:before {
    display: inline-block;
    content: "▲";
    height: 120px;
    float: left;
    margin-right: 5px;
}
.sonic-echo.f-right {
    margin-right: -80px;
}
.sonic-echo.f-left {
    margin-left: -80px;
}
div.f-right {
    margin-right: -80px;
}
div.f-left {
    margin-left: -80px;
}
section.sonic-price div.fs16 {
    max-height: 150px;
}
section.sonic-price div.br-2 {
    border-right: 0 !important;
}
section.sonic-price.reserve div.br-2 {
    border-right: 1px solid #ffffff !important;
}
section.sonic-price p.time {
    line-height: 1.2em;
    margin-top: 15px;
}
section.sonic-price p.detail {
    line-height: 1.5em;
    text-align: center;
}
.recent-blog .recent-blog__item .content p.text.sonic {
    line-height: 1.6em;
}
.logo-footer img {
    width: 230px;
}



}

@media (max-width: 720px) {
.sonic-echo.f-right {
    margin-right: -60px;
}
.sonic-echo.f-left {
    margin-left: -60px;
}
div.f-right {
    margin-right: -60px;
}
div.f-left {
    margin-left: -60px;
}
section.sonic-price p.time {
    line-height: 1.2em;
    margin-top: 15px;
}
}


@media (max-width: 670px) {
.sonic-echo.f-right {
    margin-right: -40px;
}
.sonic-echo.f-left {
    margin-left: -40px;
}
div.f-right {
    margin-right: -40px;
}
div.f-left {
    margin-left: -40px;
}
.page-title .page-title__inner h2 {
    font-size: 38px;
    letter-spacing: 1px;
    text-indent: 1px;
}
}


@media (max-width: 640px) {
section.sonic-price p.reserve {
    padding-left: 40px;
}
section.page-title.p-t-175.p-b-175 {
    padding-top: 210px;
    padding-bottom: 135px;
}
}


@media (max-width: 620px) {
.sonic-echo.au-btn--p50 {
    min-width: 160px;
    font-size: 13px;
}
}


@media (max-width: 575px) {

.recent-blog .recent-blog__item .content p.text.sonic {
    color: #4D4D4D;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.5em;
}
section.sonic-price p.reserve {
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
    line-height: 1.2em;
}
section.sonic-price div.br-2 {
    border-right: none !important;
}
section.recent-blog.echo.p-t-90.p-b-90,
section.service-3.p-t-90.p-b-150.sonic {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.recent-blog.sonic.p-t-90.p-b-0,
section.p-t-90.p-b-0.text-center.anc {
    padding-top: 50px;
}
div.f-right-sonic, div.f-left-sonic {
    display: inline-block;
    width: 50%;
}
.row.ehobtnarea {
    justify-content: center;
}
.ehobtnarea div.f-right-sonic, div.f-left-sonic {
  width: calc(50% - 20px) !important;
}
img.kigou {
    margin: -10px auto 0;
}
.sonic-echo.f-right {
    margin-right: -70px;
}
.sonic-echo.f-left {
    margin-left: -70px;
}
div.f-right {
    margin-right: -70px;
}
div.f-left {
    margin-left: -70px;
}
.page-title .page-title__inner h2 {
    font-size: 36px;
}
.page-title .page-title__inner p {
    font-size: 16px;
    letter-spacing: 0;
    text-indent: 0;
}
section.sonic-price.reserve div.br-2 {
    border-right: 0 !important;
}
section.who-ami.p-t-90.p-b-120 {
    padding-top: 40px;
}
section.who-ami.p-t-90.p-b-120 .row.m-t-80 {
    margin-top: 50px;
}
section.who-ami.p-t-90.p-b-120 {
    padding-bottom: 95px;
}
.who-ami .who-ami__title a.au-btn--dark,
.site-button, .site-button-secondry,
.au-btn--border.au-btn--border-6 {
    height: 40px !important;
    line-height: 40px !important;
}
section.news.p-t-0.p-b-120{
    padding-bottom: 50px;
}
section.lastest-work.p-t-150 {
  padding-top: 50px;
}
section.recent-blog.staff.p-t-90.p-b-0 {
  padding-top: 40px;
}
.recent-blog.staff .recent-blog__item {
    margin-bottom: 60px !important;
}
.slide-1 .slide-wrapper .slide-item .slide__caption {
    padding-left: 25px;
}
.wt-tilte .text-primary {
    letter-spacing: 1px;
}
}

@media (max-width: 540px) {
.sonic-echo.f-right {
    margin-right: -50px;
}
.sonic-echo.f-left {
    margin-left: -50px;
}
div.f-right {
    margin-right: -50px;
}
div.f-left {
    margin-left: -50px;
}
.page-title .page-title__inner h2 {
    font-size: 32px;
    letter-spacing: 0;
    text-indent: 0;
}
section.page-title.p-t-175.p-b-175 {
    padding-top: 190px;
    padding-bottom: 115px;
}
}

@media (max-width: 499px) {
.sonic-echo.f-right {
    margin-right: -30px;
}
.sonic-echo.f-left {
    margin-left: -30px;
}
div.f-right {
    margin-right: -30px;
}
div.f-left {
    margin-left: -30px;
}
.sonic-echo.au-btn--p50 {
    line-height: 30px;
}
}


@media (max-width: 460px) {
.sonic-echo.au-btn--p50 {
    min-width: 150px;
    font-size: 12px;
}
.sonic-echo.f-right {
    margin-right: -25px;
}
.sonic-echo.f-left {
    margin-left: -25px;
}
div.f-right {
    margin-right: -25px;
}
div.f-left {
    margin-left: -25px;
}
.page-title .page-title__inner h2 {
    font-size: 28px;
}
.page-title .page-title__inner p {
    font-size: 15px;
}
p.text.attention:before {
    height: 140px;
}
}

@media (max-width: 420px) {
.row .echobtn:first-child {
  padding-right: 5px;
}
.row .echobtn:last-child {
  padding-left: 5px;
}
.sonic-echo.f-right,
.sonic-echo.f-left,
div.f-right,
div.f-left {
    margin-right: auto;
    margin-left: auto;
}
section.page-title.p-t-175.p-b-175 {
    padding-top: 170px;
    padding-bottom: 95px;
}
.page-title .page-title__inner h2 {
    font-size: 24px;
}
.page-title .page-title__inner p {
    font-size: 14px;
}
.header-mobile .logo img {
    max-width: 200px;
    padding: 6px 0;
}
.header-mobile .header-mobile__bar {
    padding: 10px 0;
}
section.slide {
    padding-top: 64px;
}
.header-mobile .navbar-mobile {
    top: 64px;
}
.recent-blog .recent-blog__item .content h2.title.sonic {
    font-size: 24px !important;
    margin-bottom: 20px;
}
h2.title.sonic span {
    margin-top: 10px;
    letter-spacing: 0;
}
section.sonic .service-3-item > .content.point h2.title {
    font-size: 24px !important;
}
section.sonic .service-3-item > .content > .title {
    font-size: 18px !important;
    margin-bottom: 10px;
}
section.sonic .service-3-item > .content {
    padding: 15px;
}
section.sonic-price h2 {
    font-size: 24px;
}
section.sonic-price h2 span {
    font-size: 13px;
    margin-top: 5px;
}
section.sonic-price p.time {
    font-size: 24px;
}
section.sonic-price p.detail {
    font-size: 13px;
}
}


@media (max-width: 375px) {
  .ehobtnarea div.f-right-sonic, div.f-left-sonic {
    width: calc(50% - 15px) !important;
  }
.page-title .page-title__inner h2 {
    font-size: 22px;
}
.page-title .page-title__inner p {
    font-size: 12px;
}
.header-mobile .logo img {
    max-width: 180px;
    padding: 3px 0;
}
.header-mobile .navbar-mobile {
    top: 55px;
}
.header-mobile .hamburger {
    width: 35px;
    height: 35px;
}
section.sonic .service-3-item > .content > .title {
    font-size: 16px !important;
}
section.slide {
    padding-top: 55px;
}
}

@media (max-width: 360px) {
div.f-left-sonic {
    padding: 0 15px 0 10px;
}
div.f-right-sonic  {
    padding: 0 10px 0 15px;
}
.sonic-echo.au-btn--p50 {
    min-width: 140px;
    font-size: 11px;
}



}

@media (max-width: 350px) {
.sonic-echo.au-btn--p50 {
    min-width: 120px;
    font-size: 10px;
    padding: 5px 10px;
}
p.text.attention:before {
  height: 155px;
}


}

@media (max-width: 340px) {
.page-title .page-title__inner h2 {
    font-size: 20px;
}
}
