/* Scss Document */
/* Scss Document */
@font-face {
  font-family: 'PhenomenaRegular';
  src: url("../fonts/PhenomenaRegular.eot");
  src: url("../fonts/PhenomenaRegular.eot") format("embedded-opentype"), url("../fonts/PhenomenaRegular.woff2") format("woff2"), url("../fonts/PhenomenaRegular.woff") format("woff"), url("../fonts/PhenomenaRegular.ttf") format("truetype"), url("../fonts/PhenomenaRegular.svg#PhenomenaRegular") format("svg"); }
@font-face {
  font-family: 'PhenomenaBold';
  src: url("../fonts/PhenomenaBold.eot");
  src: url("../fonts/PhenomenaBold.eot") format("embedded-opentype"), url("../../fonts/PhenomenaBold.woff2") format("woff2"), url("../fonts/PhenomenaBold.woff") format("woff"), url("../fonts/PhenomenaBold.ttf") format("truetype"), url("../fonts/PhenomenaBold.svg#PhenomenaBold") format("svg"); }
@font-face {
  font-family: 'PhenomenaExtraBold';
  src: url("../fonts/PhenomenaExtraBold.eot");
  src: url("../fonts/PhenomenaExtraBold.eot") format("embedded-opentype"), url("../fonts/PhenomenaExtraBold.woff2") format("woff2"), url("../fonts/PhenomenaExtraBold.woff") format("woff"), url("../fonts/PhenomenaExtraBold.ttf") format("truetype"), url("../fonts/PhenomenaExtraBold.svg#PhenomenaExtraBold") format("svg"); }
@font-face {
  font-family: 'Wingdings';
  src: url("../fonts/Wingdings.eot");
  src: url("../fonts/Wingdings.eot") format("embedded-opentype"), url("../fonts/Wingdings.woff2") format("woff2"), url("../fonts/Wingdings.woff") format("woff"), url("../fonts/Wingdings.ttf") format("truetype"), url("../fonts/Wingdings.svg#Wingdings") format("svg"); }
@font-face {
  font-family: 'DINProCondBlack';
  src: url("../fonts/DINProCondBlack.eot");
  src: url("../fonts/DINProCondBlack.eot") format("embedded-opentype"), url("../fonts/DINProCondBlack.woff2") format("woff2"), url("../fonts/DINProCondBlack.woff") format("woff"), url("../fonts/DINProCondBlack.ttf") format("truetype"), url("../fonts/DINProCondBlack.svg#DINProCondBlack") format("svg"); }
html {
  font-size: 10px; }

body {
  color: #626262;
  font-family: "PhenomenaRegular";
  font-size: 1.6rem; }

a {
  transition: all ease-in-out 0.5s;
  font-size: 1.6rem;
  color: #626262; }
  a:hover {
    text-decoration: none;
    color: #690c0f; }

a:focus {
  outline: none; }

p {
  font-size: 1.6rem; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none;
  font-size: 1.6rem; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media only screen and (min-width: 768px) {
  .o1 {
    order: 1; } }

@media only screen and (min-width: 768px) {
  .o2 {
    order: 2; } }

.white {
  color: #fff; }

.red {
  color: #ff0000 !important; }

.blue {
  color: #5d31dc !important; }

.purple {
  color: #351230; }

.green {
  color: #a3cf44; }

.mt5 {
  margin-top: 0.5rem; }

.mt10 {
  margin-top: 1rem !important; }

.mt20 {
  margin-top: 2rem !important; }

.mt40 {
  margin-top: 4rem !important; }

.mt50 {
  margin-top: 5rem !important; }

.mt60 {
  margin-top: 6rem !important; }

.mt15 {
  margin-top: 1.5rem !important; }

.mt30 {
  margin-top: 3rem !important; }

.mb15 {
  margin-bottom: 1.5rem; }

.mb30 {
  margin-bottom: 3rem; }

.ml5 {
  margin-left: 5rem; }

.ml10 {
  margin-left: 10rem; }

.pad15 {
  padding: 15px; }

.z-index {
  z-index: 999; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.light {
  font-weight: 300; }

.gray {
  color: #dddddd; }

.bgBlue {
  background: #5d31dc; }

.darkGray {
  color: #999; }

.mediumGray {
  color: #9a9a9a; }

.fontMedium {
  font-weight: 500; }

.black {
  color: #000 !important; }

.block {
  display: block; }

.mrgAuto {
  margin-left: auto;
  margin-right: auto; }

.btnBg {
  background: #5d31dc !important; }

.grayBg {
  background: #fafafa;
  padding: 50px 0; }

.tableBdr {
  border-left: 1px solid #dee2e6; }
  .tableBdr th, .tableBdr td {
    border-right: 1px solid #dee2e6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "PhenomenaBold"; }

::placeholder {
  opacity: 1; }

.slider.auto .slick-slide a img {
  width: auto; }

.loginInput {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url("../images/select.png") right 10px center no-repeat #fff; }

.shadowBox {
  background: #fff;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 15px;
  position: reltive; }

ul.commonListing {
  display: block;
  width: 100%;
  margin: 15px 0 15px 15px; }
  ul.commonListing li {
    line-height: 1.8;
    position: relative;
    padding: 0 0 10px 30px;
    text-align: left; }
    ul.commonListing li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      content: "\f105";
      position: absolute;
      left: 0;
      top: 10px;
      color: #fff;
      background: #690c0f;
      height: 15px;
      width: 15px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      font-size: 1.2rem;
      text-align: center;
      line-height: 15px; }
    ul.commonListing li a {
      font-size: 1.4rem;
      color: #626262; }
      ul.commonListing li a:hover {
        color: #000; }

.form-control {
  background-color: #f7f5f5;
  height: 45px !important;
  font-size: 1.6rem;
  margin: 0 0 20px;
  border: none; }

.bdrNone {
  border: none !important; }

.modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .modal-content .modal-header .close {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 999; }
    .modal-content .modal-header .close span {
      font-size: 3rem;
      color: #999;
      font-weight: 300;
      padding: 40px 15px 0; }

.btnMain {
  background: #ff0000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: inline-block;
  border: 0;
  background-size: 14px; }
  .btnMain:hover {
    color: #fff; }

.btnSecond {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #5d31dc;
  display: inline-block;
  padding: 8px 15px;
  transition: all ease-in-out .5s;
  color: #fff; }
  .btnSecond:hover {
    color: #fff; }

.btnBack {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #f9ba48;
  display: inline-block;
  padding: 8px 30px;
  transition: all ease-in-out .5s;
  color: #000; }

.planBtn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #a3cf44;
  display: inline-block;
  padding: 8px 30px;
  transition: all ease-in-out .5s;
  color: #fff; }
  .planBtn:hover {
    color: #fff; }

.btnNormal {
  display: inline-block;
  padding: 10px 15px;
  transition: all ease-in-out .5s; }

.box-shadow {
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc; }

.titleMain {
  font-size: 6rem;
  color: #999999;
  font-family: "PhenomenaRegular"; }

.homeContent {
  overflow: hidden; }
  .homeContent .topArea {
    padding: 0;
    position: relative; }
    .homeContent .topArea .topLeft {
      padding: 0;
      position: relative; }
      .homeContent .topArea .topLeft .topStrip {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: rgba(1, 1, 1, 0.6); }
        @media only screen and (max-width: 767px) {
          .homeContent .topArea .topLeft .topStrip {
            background: rgba(1, 1, 1, 0.7);
            flex-direction: column;
            padding: 0 25px 20px; } }
        @media only screen and (min-width: 768px) {
          .homeContent .topArea .topLeft .topStrip {
            padding-bottom: 25px; } }
        @media only screen and (min-width: 991px) {
          .homeContent .topArea .topLeft .topStrip {
            padding-bottom: 0; } }
        .homeContent .topArea .topLeft .topStrip .logo {
          margin-left: 40px; }
          @media only screen and (max-width: 990px) {
            .homeContent .topArea .topLeft .topStrip .logo {
              display: flex;
              width: 300px;
              margin: 0 auto; } }
          .homeContent .topArea .topLeft .topStrip .logo .alpa {
            width: 70px; }
            @media only screen and (max-width: 990px) {
              .homeContent .topArea .topLeft .topStrip .logo .alpa {
                width: 50px;
                height: 50px;
                margin-top: 28px; } }
          .homeContent .topArea .topLeft .topStrip .logo .sixty {
            width: 390px;
            margin-left: 20px; }
            @media only screen and (max-width: 990px) {
              .homeContent .topArea .topLeft .topStrip .logo .sixty {
                width: 240px;
                margin-left: 12px;
                height: 70px;
                margin-top: 16px;
                margin-left: 12px; } }
        .homeContent .topArea .topLeft .topStrip .topSocial {
          display: flex;
          width: 35%;
          margin-top: 40px;
          justify-content: right;
          margin-right: 50px; }
          @media only screen and (max-width: 990px) {
            .homeContent .topArea .topLeft .topStrip .topSocial {
              width: 112px;
              justify-content: left;
              margin: 0 auto 0; } }
          .homeContent .topArea .topLeft .topStrip .topSocial .fab {
            font-size: 2rem;
            background: #fb3199;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            color: #fff;
            margin-left: 10px; }
            @media only screen and (max-width: 767px) {
              .homeContent .topArea .topLeft .topStrip .topSocial .fab {
                font-size: 1.6rem;
                height: 25px;
                width: 25px;
                line-height: 25px; } }
          .homeContent .topArea .topLeft .topStrip .topSocial span {
            font-family: "PhenomenaBold";
            color: #fff;
            font-size: 3rem; }
            @media only screen and (max-width: 767px) {
              .homeContent .topArea .topLeft .topStrip .topSocial span {
                display: none; } }
          .homeContent .topArea .topLeft .topStrip .topSocial a {
            display: inline-block;
            margin-top: 8px; }
            @media only screen and (min-width: 768px) {
              .homeContent .topArea .topLeft .topStrip .topSocial a.whastaap {
                margin-top: 0; } }
    .homeContent .topArea .homeContact {
      padding: 0;
      background: #666666; }
      @media only screen and (max-width: 990px) {
        .homeContent .topArea .homeContact {
          padding: 0 0 50px 0; } }
      .homeContent .topArea .homeContact .contactBox {
        background: #000;
        width: 100%;
        padding: 50px 0;
        display: block; }
        @media only screen and (max-width: 767px) {
          .homeContent .topArea .homeContact .contactBox {
            padding: 15px 0; } }
        .homeContent .topArea .homeContact .contactBox h2 {
          color: #fff;
          text-align: center;
          font-size: 2.8rem;
          font-family: "PhenomenaBold"; }
      .homeContent .topArea .homeContact .formBoxWrap {
        display: flex;
        height: 86%; }
      .homeContent .topArea .homeContact .formBox {
        color: #c4c5c7;
        width: 96%;
        margin: auto; }
        @media only screen and (min-width: 991px) {
          .homeContent .topArea .homeContact .formBox {
            padding-bottom: 50px; } }
        @media only screen and (min-width: 1248px) {
          .homeContent .topArea .homeContact .formBox {
            padding: 0 36px 40px; } }
        .homeContent .topArea .homeContact .formBox h3 {
          font-size: 8rem;
          line-height: 1;
          margin-bottom: 20px;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            .homeContent .topArea .homeContact .formBox h3 {
              font-size: 6rem;
              margin: 15px 15px 20px; } }
        .homeContent .topArea .homeContact .formBox .form {
          border: 1px solid #b2b2b2; }
          @media only screen and (max-width: 767px) {
            .homeContent .topArea .homeContact .formBox .form {
              margin: 0 15px; } }
          .homeContent .topArea .homeContact .formBox .form h4 {
            background: #b2b2b2;
            padding: 10px;
            color: #000;
            font-family: "PhenomenaRegular";
            font-size: 2rem;
            text-align: center; }
          .homeContent .topArea .homeContact .formBox .form input {
            display: block;
            background: #b2b2b2;
            border: none;
            margin: 10px;
            padding: 6px; }
            @media only screen and (max-width: 767px) {
              .homeContent .topArea .homeContact .formBox .form input {
                width: 94%; } }
            @media only screen and (min-width: 768px) {
              .homeContent .topArea .homeContact .formBox .form input {
                width: 97.8%; } }
            @media only screen and (min-width: 991px) {
              .homeContent .topArea .homeContact .formBox .form input {
                width: 98%; } }
            @media only screen and (min-width: 1248px) {
              .homeContent .topArea .homeContact .formBox .form input {
                width: 92%; } }
          .homeContent .topArea .homeContact .formBox .form .btnMain {
            padding: 8px 50px 8px 15px;
            margin: 5px 15px 10px 10px;
            cursor: pointer; }
          .homeContent .topArea .homeContact .formBox .form .whastaap {
            color: #fff;
            margin-top: 7px;
            background: #25D366;
            height: 38px;
            font-size: 1.8rem;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            padding: 5px 12px 4px; }
            .homeContent .topArea .homeContact .formBox .form .whastaap .fab {
              color: #fff; }
  .homeContent .section01 {
    background: url("../images/pettern01.png") left no-repeat #4c4c4c;
    padding: 70px 0;
    background-size: 200px; }
    @media only screen and (max-width: 767px) {
      .homeContent .section01 {
        padding: 50px 0;
        background-image: none; } }
    .homeContent .section01 p {
      color: #fff;
      font-size: 2.2rem;
      padding: 0 120px; }
      @media only screen and (max-width: 767px) {
        .homeContent .section01 p {
          padding: 0;
          font-size: 1.8rem; } }
    .homeContent .section01 .uneven {
      margin-left: 118px; }
      @media only screen and (max-width: 990px) {
        .homeContent .section01 .uneven {
          width: 310px;
          margin: auto; } }
  .homeContent .section02 img {
    width: 100%;
    height: 100%; }
  .homeContent .section03 {
    background: #4c4c4c;
    padding: 50px 0 100px; }
    @media only screen and (max-width: 767px) {
      .homeContent .section03 {
        padding-bottom: 20px; } }
    .homeContent .section03 .uneven {
      margin-left: auto;
      margin-right: auto;
      width: 58%; }
      @media only screen and (max-width: 990px) {
        .homeContent .section03 .uneven {
          width: 225px; } }
      .homeContent .section03 .uneven li:nth-child(1) {
        color: #00b9f2;
        padding-top: 0;
        padding-right: 0; }
      .homeContent .section03 .uneven li:nth-child(2) {
        color: #999999;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(2) {
            padding-top: 18px; } }
      .homeContent .section03 .uneven li:nth-child(3) {
        color: #00b9f2;
        padding-top: 0; }
      .homeContent .section03 .uneven li:nth-child(4) {
        color: #999999;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(4) {
            padding-top: 18px; } }
      .homeContent .section03 .uneven li:nth-child(5) {
        color: #00b9f2;
        padding-top: 0; }
      .homeContent .section03 .uneven li:nth-child(6) {
        color: #00b9f2;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(6) {
            padding-top: 18px; } }
      .homeContent .section03 .uneven li:nth-child(7) {
        color: #999999;
        padding-top: 0; }
      .homeContent .section03 .uneven li:nth-child(8) {
        color: #00b9f2;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(8) {
            padding-top: 18px; } }
      .homeContent .section03 .uneven li:nth-child(9) {
        color: #999999;
        padding-top: 0; }
      .homeContent .section03 .uneven li:nth-child(10) {
        color: #00b9f2;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(10) {
            padding-top: 18px; } }
      .homeContent .section03 .uneven li:nth-child(11) {
        color: #999999;
        padding-top: 0; }
      .homeContent .section03 .uneven li:nth-child(12) {
        color: #00b9f2;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(12) {
            padding-top: 18px; } }
      .homeContent .section03 .uneven li:nth-child(13) {
        color: #999999;
        padding-top: 0; }
      .homeContent .section03 .uneven li:nth-child(14) {
        color: #00b9f2;
        padding-top: 40px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .uneven li:nth-child(14) {
            padding-top: 18px; } }
    .homeContent .section03 .serviceRow {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      flex-wrap: wrap; }
      .homeContent .section03 .serviceRow .serviceCol {
        flex-basis: 20%;
        margin-top: 15px; }
        @media only screen and (max-width: 990px) {
          .homeContent .section03 .serviceRow .serviceCol {
            flex-basis: 44%;
            max-width: 44%; } }
        .homeContent .section03 .serviceRow .serviceCol .img {
          background: #999999;
          height: 8px;
          width: 8px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          display: block;
          margin-left: auto;
          margin-right: auto; }
        .homeContent .section03 .serviceRow .serviceCol .text {
          color: #00b9f2;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1;
          margin-top: 10px; }
          @media only screen and (max-width: 767px) {
            .homeContent .section03 .serviceRow .serviceCol .text {
              font-size: 1.8rem; } }
  .homeContent .section04 {
    background: #4c4c4c;
    padding: 30px 0; }
    @media only screen and (max-width: 767px) {
      .homeContent .section04 {
        padding: 30px 0 0; } }
    .homeContent .section04 .gallery {
      margin-top: 30px; }
      .homeContent .section04 .gallery .slick-arrow {
        top: 50%;
        transform: translateX(-50%);
        right: 30px;
        cursor: pointer;
        z-index: 999;
        font-size: 0;
        background: transparent;
        position: absolute;
        border: none; }
        @media only screen and (max-width: 767px) {
          .homeContent .section04 .gallery .slick-arrow {
            top: 15%;
            transform: none; } }
        .homeContent .section04 .gallery .slick-arrow:focus {
          outline: none; }
        .homeContent .section04 .gallery .slick-arrow.slick-prev {
          position: absolute;
          left: -50px; }
          @media only screen and (max-width: 767px) {
            .homeContent .section04 .gallery .slick-arrow.slick-prev {
              left: -20px; } }
          .homeContent .section04 .gallery .slick-arrow.slick-prev:before {
            font-family: "Font Awesome 5 Free";
            font-size: 3.4rem;
            color: #888;
            font-weight: 600;
            content: "\f104"; }
        .homeContent .section04 .gallery .slick-arrow.slick-next {
          position: absolute;
          right: -80px; }
          @media only screen and (max-width: 767px) {
            .homeContent .section04 .gallery .slick-arrow.slick-next {
              right: -20px; } }
          .homeContent .section04 .gallery .slick-arrow.slick-next:before {
            font-family: "Font Awesome 5 Free";
            font-size: 3.4rem;
            color: #888;
            font-weight: 600;
            content: "\f105"; }
      .homeContent .section04 .gallery .pcolWrap .pCol .pImg {
        height: 176px;
        overflow: hidden; }
      .homeContent .section04 .gallery .pcolWrap .pCol .pText .discription p {
        color: #999;
        font-size: 1.8rem;
        margin-top: 15px; }
    .homeContent .section04 .slick-slider {
      background: transparent; }
  .homeContent .section05 {
    background: #4c4c4c;
    position: relative;
    padding: 30px 0 60px;
    background-size: 300px; }
    @media only screen and (max-width: 767px) {
      .homeContent .section05 {
        padding: 0; } }
    .homeContent .section05 .part02 {
      position: absolute;
      right: 0;
      z-index: 999;
      top: 70px; }
      @media only screen and (max-width: 767px) {
        .homeContent .section05 .part02 {
          z-index: 0;
          display: none; } }
      .homeContent .section05 .part02 img {
        width: 200px; }
    .homeContent .section05 .container-fluid {
      padding: 0; }
    .homeContent .section05 .map {
      margin-left: 90px; }
      @media only screen and (max-width: 767px) {
        .homeContent .section05 .map {
          margin: 0 15px; } }
    .homeContent .section05 .addressBox {
      background: #333333;
      padding: 15px;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 90%; }
      @media only screen and (max-width: 767px) {
        .homeContent .section05 .addressBox {
          width: 96%; } }
      .homeContent .section05 .addressBox .ftLogo {
        position: absolute;
        right: 110px;
        top: 30px; }
        @media only screen and (max-width: 767px) {
          .homeContent .section05 .addressBox .ftLogo {
            right: 50px; } }
        .homeContent .section05 .addressBox .ftLogo img {
          width: 80px; }
      .homeContent .section05 .addressBox .icon img {
        width: 30px; }
      .homeContent .section05 .addressBox .address {
        font-size: 2rem;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .homeContent .section05 .addressBox .address {
            font-size: 1.8rem; } }
        .homeContent .section05 .addressBox .address a {
          font-size: 2rem;
          color: #fff;
          text-decoration: underline; }
          @media only screen and (max-width: 767px) {
            .homeContent .section05 .addressBox .address a {
              font-size: 1.8rem; } }
          .homeContent .section05 .addressBox .address a:hover {
            text-decoration: none; }

.uneven {
  display: flex; }
  .uneven li {
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (max-width: 990px) {
      .uneven li {
        font-size: 3.4rem;
        padding-left: 2px;
        padding-right: 2px; } }
    @media only screen and (min-width: 991px) {
      .uneven li {
        font-size: 7rem; } }
    @media only screen and (min-width: 1248px) {
      .uneven li {
        font-size: 10rem; } }
    .uneven li:nth-child(1) {
      color: #be2a5b; }
      @media only screen and (min-width: 1248px) {
        .uneven li:nth-child(1) {
          padding-right: 35px; } }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(1) {
          padding-right: 15px; } }
    .uneven li:nth-child(2) {
      color: #be2a5b;
      padding-left: 8px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(2) {
          padding-left: 4px; } }
    .uneven li:nth-child(3) {
      color: #808080;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(3) {
          padding-top: 18px; } }
    .uneven li:nth-child(4) {
      color: #be2a5b; }
    .uneven li:nth-child(5) {
      color: #808080;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(5) {
          padding-top: 18px; } }
    .uneven li:nth-child(6) {
      color: #be2a5b; }
    .uneven li:nth-child(7) {
      color: #808080;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(7) {
          padding-top: 18px; } }
    .uneven li:nth-child(8) {
      color: #be2a5b; }
    .uneven li:nth-child(9) {
      color: #808080;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(9) {
          padding-top: 18px; } }
    .uneven li:nth-child(10) {
      color: #be2a5b; }
    .uneven li:nth-child(11) {
      color: #be2a5b;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(11) {
          padding-top: 18px; } }
    .uneven li:nth-child(12) {
      color: #808080; }
    .uneven li:nth-child(13) {
      color: #be2a5b;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(13) {
          padding-top: 18px; } }
    .uneven li:nth-child(14) {
      color: #808080; }
    .uneven li:nth-child(15) {
      color: #be2a5b;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(15) {
          padding-top: 18px; } }
    .uneven li:nth-child(16) {
      color: #808080; }
    .uneven li:nth-child(17) {
      color: #be2a5b;
      padding-top: 40px; }
      @media only screen and (max-width: 990px) {
        .uneven li:nth-child(17) {
          padding-top: 18px; } }
    .uneven li:nth-child(18) {
      color: #808080; }

/* Slider */
.slick-slide {
  margin: 0; }

.slick-slide img {
  width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background: #fff; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: flex !important;
  float: left;
  min-height: 1px;
  padding: 25px 10px; }
  .slick-slide a {
    margin: auto; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.homeBanner {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .homeBanner {
      top: 139px; } }
  @media only screen and (min-width: 768px) {
    .homeBanner {
      top: 118px; } }
  @media only screen and (min-width: 991px) {
    .homeBanner {
      top: 0; } }
  .homeBanner .fade {
    opacity: 1; }
  .homeBanner .bannerLogo {
    position: absolute;
    z-index: 9;
    left: 44px;
    bottom: 50px; }
    @media only screen and (max-width: 990px) {
      .homeBanner .bannerLogo {
        display: none; } }
    .homeBanner .bannerLogo img {
      width: 135px; }
  .homeBanner .carousel-control-prev, .homeBanner .carousel-control-next {
    display: none; }
  .homeBanner .carousel-indicators {
    flex-direction: column;
    display: none;
    left: 0;
    top: 36%;
    bottom: inherit; }
    @media only screen and (max-width: 767px) {
      .homeBanner .carousel-indicators {
        display: none; } }
    .homeBanner .carousel-indicators li {
      margin-bottom: 10px;
      height: 8px;
      width: 8px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: transparent;
      border: 1px solid #fff;
      cursor: pointer; }
      .homeBanner .carousel-indicators li.active {
        background: #fff; }
  .homeBanner .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute; }
  .homeBanner .carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important; }
  .homeBanner .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s; }
  .homeBanner .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s; }
  .homeBanner .carousel-item .img-fluid {
    margin: 0 auto; }
  .homeBanner .carousel img {
    opacity: 1;
    filter: alpha(opacity=50); }
    @media only screen and (max-width: 767px) {
      .homeBanner .carousel img {
        height: auto; } }
    @media only screen and (max-width: 479px) {
      .homeBanner .carousel img {
        height: 325px; } }

/*# sourceMappingURL=style.css.map */
