/*-----------------------------------------------------------
* Template Name    : ARAS | Responsive One Page HTML Template
* Author           : Retrinagroup
* Version          : 1.0.0
* Created          : January 2020
* File Description : Main css file of the template
*------------------------------------------------------------
*/
/*-------------------------
         GENERAL
-------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

html,
body {
  color: #1d1d1d;
  line-height: 1.618;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", cursive;
  overflow-x: hidden;
  letter-spacing: 1px;
  background:rgb(207, 191, 255) ;
}

::-moz-selection {
  background: rgba(255, 74, 41, 0.3);
}

::selection {
  background: rgba(255, 74, 41, 0.3);
}

::-moz-selection {
  background: rgba(255, 74, 41, 0.3);
}

.full-screen {
  height: 100vh;
}

.pt-6,
.py-6 {
  padding-top: 6rem;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem;
}

a:hover {
  text-decoration: none;
}

a,
button {
  outline: none !important;
}

.max-width-365 {
  max-width: 365px;
  margin: 0 auto;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-content {
  vertical-align: middle;
  display: table-cell;
  padding: 5rem 0;
}

.center-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.sub-title {
  color: #212529;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 70px;
  position: relative;
}

.sub-title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #212529;
  position: absolute;
  left: 0;
  bottom: 45%;
}

.cover-light {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cover-dark {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.main-btn {
  background: transparent;
  color: #000;
  border: 1px solid rgba(115, 115, 115, 0.7);
  border-radius: 3px;
  display: inline-block;
  padding: 10px 35px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.main-btn:hover {
  border-color: #000 !important;
}

/*-------------------------
        PRELOADER
-------------------------*/
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #ffffff;
}

#loading {
  width: 230px;
  margin: auto;
}

.loading {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  float: left;
  -webkit-animation-name: bounce_loading;
  animation-name: bounce_loading;
  -webkit-animation-duration: 2.09s;
  animation-duration: 2.09s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

#loading_1 {
  position: absolute;
  top: 50%;
  left: 36%;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#loading_2 {
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#loading_3 {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

#loading_4 {
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#loading_5 {
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

#loading_6 {
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#loading_7 {
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

#loading_8 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

#loading_9 {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}

#loading_10 {
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#loading_11 {
  position: absolute;
  top: 50%;
  left: 56%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#loading_12 {
  position: absolute;
  top: 50%;
  left: 58%;
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

#loading_13 {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

#loading_14 {
  position: absolute;
  top: 50%;
  left: 62%;
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}

#loading_15 {
  position: absolute;
  top: 50%;
  left: 64%;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

@keyframes bounce_loading {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: black;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: white;
  }
}

@-webkit-keyframes bounce_loading {
  0% {
    -webkit-transform: scale(1);
    color: black;
  }

  100% {
    -webkit-transform: scale(0.5);
    color: white;
  }
}

/*-------------------------
    OVERLAY MENU
-------------------------*/
.overlay-menu {
  background-color: #0a0a0a;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 110px 0;
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.overlay-menu a.active {
  color: #fff !important;
}

.overlay-menu a:hover {
  color: #fff !important;
}

.overlay-menu .overlay-menu-list {
  width: 100%;
}

.overlay-menu .overlay-menu-list .overlay-nav > ul {
  width: 50%;
  float: left;
}

.overlay-nav a {
  color: #dbdbdb;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 0.75rem;
  display: inline-block;
  font-weight: 500;
}

.overlay-nav a span.nm {
  opacity: 0.8;
  font-size: 11px;
  margin-right: 10px;
}

.overlay-nav span,
.overlay-nav p {
  color: #dbdbdb;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0.75rem;
  display: inline-block;
  font-weight: 500;
}

.socails li i {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  transition: all 0.5s;
}

.socails a:hover i {
  border-color: #efdece;
}

.contact-info li:first-child span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.contact-info li span i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.list-group-item {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent !important;
  text-transform: uppercase;
}

.overlay-menu.show {
  opacity: 1;
  visibility: visible;
  cursor: url(../img/cursor-white.png), auto;
}

.overlay-menu-toggler {
  position: absolute;
  top: 5px;
  color: #000 !important;
  padding: 10px;
  right: 24px;
  z-index: 1029;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.overlay-menu-toggler.move {
  opacity: 0;
}

.contact-info {
  color: #fff;
  margin-top: 44px;
  position: relative;
}

.contact-info:after {
  content: "";
  width: 1px;
  height: 900px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -40px;
  top: -170px;
  transition: all 0.7s;
}

.contact-info .item {
  margin-bottom: 30px;
  transform: translateY(-30px);
  transition: all 0.7s;
}

.contact-info .item:last-of-type {
  margin-bottom: 0;
}

.contact-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*-------------------------
          Hero-01
-------------------------*/
.hero-01 {
  background-image: url(../img/hero-01.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

.hero-01 .hero-content {
  max-width: 800px;
}

.hero-table-center {
  display: table-cell;
  vertical-align: middle;
}

.hero-table {
  display: table;
  width: 100%;
  height: 100%;
}

.hero .hero-icon {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: calc(90% - 8px);
  left: calc(50% - 8px);
  animation: bounce 2s infinite;
}

.hero .hero-icon a {
  bottom: 30px;
}

.hero .hero-icon a i {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  color: #000;
  transition: all 0.5s;
}

.hero .hero-icon a:hover i {
  border-color: #000;
}

header {
  background-color: transparent;
  padding: 8px;
}

.logo span {
  font-weight: 700;
}

/*-------------------------
          HERO-02
-------------------------*/
.hero-02 {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

.hero-02 .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 0;
}

.hero-02 .hero-table {
  position: absolute;
  top: 0;
}

.hero-02 .hero-content p {
  max-width: 500px;
}

.hero-02 #hero-slider {
  opacity: 0.6;
}

.hero-02 .hero-item1 {
  background: url("../img/slider-1.jpg") no-repeat;
  background-position: center left;
}

.hero-02 .hero-item2 {
  background: url("../img/hero-01.jpg") no-repeat center;
}

.hero-02 .hero-item3 {
  background: url("../img/slider-5.jpg") no-repeat center;
}

.hero-02 .hero-slide {
  background-size: 100%;
}

.hero-02 .hero-slide.zoom {
  background-size: 200%;
  -webkit-transition: background-size 20s ease;
  transition: background-size 20s ease;
}

@media (max-width: 1199px) {
  .hero-02 .hero-slide {
    background-size: auto 100%;
  }

  .hero-02 .hero-slide.zoom {
    background-size: auto 200%;
  }
}

/*-------------------------
          HERO-03
-------------------------*/
.hero-03 .video-overlay {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.3;
  overflow: hidden;
}

/*-------------------------
          HERO-04
-------------------------*/
.hero-04 .hero-item-image {
  height: 100%;
  background-size: cover !important;
}

.hero-04 .swiper-container {
  width: 100%;
  height: 100%;
}

.hero-04 .hero-swiper {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-text {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-text .swiper-slide {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-images {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-images .swiper-slide {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .swiper-buttons {
  position: relative;
  bottom: 0;
}

.hero-04 .swiper-button-next,
.hero-04 .swiper-button-prev {
  bottom: 0;
  top: inherit;
  width: 5rem;
  height: 3.5rem;
  background-color: #2a2a2b;
  outline: none !important;
}

.hero-04 .swiper-button-next::after,
.hero-04 .swiper-button-prev::after {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

.hero-04 .swiper-button-next,
.hero-04 .swiper-container-rtl .swiper-button-prev {
  left: 50%;
  right: inherit;
}

.hero-04 .swiper-button-prev,
.hero-04 .swiper-container-rtl .swiper-button-next {
  right: 50%;
  left: inherit;
}

.hero-04 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.hero-04 .swiper-slide .hero-item-text {
  margin: auto;
  position: relative;
  height: 100%;
  max-width: 400px;
}

.hero-04 .swiper-slide .hero-item-text .slider-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-04 .swiper-slide .hero-item-text .slider-content h2 {
  font-size: 4rem;
  font-weight: bold;
}

.hero-04 .swiper-slide .hero-item-text .slider-number {
  position: absolute;
  display: inline-block;
  left: -10px;
  bottom: -60px;
}

.hero-04 .swiper-slide .hero-item-text .slider-number span {
  font-weight: 900;
  font-size: 12rem;
  opacity: 0.2;
}

.hero-04 .text-swiper {
  position: relative;
  height: 100%;
}

/*-------------------------
          HERO Sidebar
-------------------------*/
#aras-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#aras-aside {
  padding: 60px 30px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #ff9dbc;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1200px) {
  #aras-aside {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  #aras-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 4em;
    background: #ffb8b8;
  }
}

#aras-aside #aras-logo {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

#aras-aside #aras-logo span {
  text-align: center;
  font-size: 14px;
  font-family: "微軟正黑體", cursive;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  #aras-aside #aras-logo {
    margin-bottom: 40px;
  }
}

#aras-aside #aras-logo a {
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
}

#aras-logo-footer a {
  display: inline-block;
  text-align: center;
  color: #101010;
}

#aras-aside #aras-logo a span {
  display: block;
  margin-top: 0;
  text-align: center;
}

#aras-aside #aras-main-menu .sidebar-list {
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #aras-aside #aras-main-menu .sidebar-list {
    margin: 0 0 30px 0;
  }
}

#aras-aside #aras-main-menu a {
  margin: 15px 0 15px 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
}

#aras-aside #aras-main-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "微軟正黑體", cursive;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#aras-aside #aras-main-menu a:hover,
#aras-aside #aras-main-menu a.active {
  text-decoration: none;
  color: #101010;
}

#aras-aside .aras-footer {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 30px;
}

/* footer */
.aras-footer p {
  margin-bottom: 0;
  color: #999;
}

.aras-footer a {
  color: #101010;
}

@media screen and (max-width: 768px) {
  #aras-aside .aras-footer {
    position: relative;
    padding-top: 90px;
  }
}

#aras-aside .aras-footer span {
  display: block;
}

#aras-aside .aras-footer ul {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#aras-aside .aras-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#aras-aside .aras-footer ul li a {
  color: #101010;
  padding: 2px;
}

#aras-aside .aras-footer ul li a:hover,
#aras-aside .aras-footer ul li a:active,
#aras-aside .aras-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #101010;
}

#aras-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #aras-main {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #aras-main {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sidebar-page #aras-aside.hide {
    left: 250px;
  }

  #aras-main {
    width: 100%;
    float: left;
    padding-left: 0;
    transition: all 0.3s ease;
  }

  #aras-main.full-width {
    padding-left: 0;
  }
}

#aras-page .menu-icon {
  font-size: 10px;
  cursor: pointer;
  position: fixed;
  margin: 20px;
  border-radius: 50%;
  padding: 6px 7px;
  right: 9px;
  top: -8px;
}

#aras-page .menu-icon a i {
  font-size: 24px;
}

#aras-main-menu .sidebar-list .list-group-item {
  padding: 0.75rem 0;
  margin: 0;
  border: none;
  background-color: transparent !important;
  text-transform: uppercase;
}

.hero-05 {
  background-image: url(../img/sen/line_oa_chat_200629_142724.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
}

/*-------------------------
          Skill
-------------------------*/
.skill-box .skillbar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  transition: 0.1s linear;
  background: #eee;
}

.skill-box .skillbar:not(:last-child) {
  margin-bottom: 40px;
}

.skill-box .skillbar-title {
  position: absolute;
  top: -28px;
  left: -17px;
  font-weight: 600;
  font-size: 14px;
}

.skill-box .skillbar-title span {
  margin-left: 18px;
}

.skill-box .fill-skillbar {
  height: 2px;
  width: 0;
  border-radius: 3px;
  float: left;
  background: #1d2124;
}

.skill-box .skill-bar-percent {
  position: absolute;
  font-weight: 500;
  bottom: 8px;
  right: 0;
}

/*-------------------------
       SERVICES
-------------------------*/
.services-item {
  color: #000;
  border: 1px solid rgba(115, 115, 115, 0.7);
  border-radius: 3px;
  transition: all 0.5s ease;
  border-radius: 3px;
  background-image: linear-gradient( 135deg, #eeb1c6 0%, #ffd5eb 33%, #fdb3cd 66%, #ff88ad 100% );
}

.services-item:hover {
  border-color: #000 !important;
}

/*-------------------------
         PORTFOLIO
-------------------------*/
.portfolio .portfolio-filter li a {
  color: #6c757d;
  border-radius: 0.25rem;
  display: block;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio .portfolio-filter a.active {
  color: #000 !important;
}

.portfolio .portfolio-filter a:hover {
  color: #000 !important;
}

.portfolio .portfolio-item {
  padding: 10px !important;
}

.portfolio .portfolio-item img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box {
  overflow: hidden;
  position: relative;
}

.box img {
  width: 100%;
  height: auto;
}

.box .box-content {
  width: 100%;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

.box:hover .box-content {
  opacity: 1;
}

.box-content a {
  color: #fff !important;
}

.box .title {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.box .post {
  display: block;
  font-size: 14px;
  color: #fff;
}

.box .social {
  list-style: none;
  padding: 30px 20px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

.box:hover .social {
  opacity: 1;
}

.box .social li {
  display: inline-block;
}

.box .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease-in 0s;
}

.box .social li a:hover {
  background: #fff;
  color: #170c00 !important;
}

.portfolio .owl-nav {
  display: block !important;
}

.portfolio .owl-nav .owl-prev {
  position: absolute;
  right: calc(50% - -5px);
  bottom: -40px;
}

.portfolio .owl-nav .owl-next {
  position: absolute;
  left: calc(50% + 5px);
  bottom: -40px;
}

.portfolio .owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 35px;
  font-weight: 100;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 31px;
  color: #111;
  transition: all 0.5s;
}

.portfolio .owl-nav .owl-prev:hover span,
.owl-nav .owl-next:hover span {
  border-color: #000;
}

/*-------------------------
         Video
-------------------------*/
.video-box-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  z-index: 20;
  top: calc(50% - 50px);
  left: calc(50% - 30px);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s linear;
  margin: 0 auto;
}

.video-box-btn:hover {
  box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.3) !important;
}

.video-box-btn i {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 8px);
  color: #1d1d1d;
}

.video .img-thumbnail {
  background-color: transparent !important;
}

/*-------------------------
       Fun Facts
-------------------------*/
.count-number {
  font-size: 2.5rem;
  font-weight: 700;
}

.count-content {
  margin: 10px 0;
}

/*-------------------------
       TESTIMONIAL
-------------------------*/
.testimonial .testimonial-item {
  max-width: 750px;
  margin: 0 auto;
}

.testimonial .testimonial-item p {
  font-size: 18px;
  font-weight: 400;
}

.testimonial .testimonial-item h4 {
  font-size: 18px;
  font-weight: 300 !important;
}

.testimonial .testimonial-item h4 span {
  font-size: 18px;
  font-weight: 300 !important;
}

.testimonial .owl-dot span {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #858585;
  margin: 0 4px;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.testimonial .owl-dot.active span {
  width: 30px;
  background-color: #efdece;
}

.testimonial .owl-carousel .testimonial-item img {
  width: 100px;
}

/*-------------------------
       Blog
-------------------------*/
.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  transition: all 0.5s ease;
}

.blog-img:hover img {
  transform: scale(1.1);
}

.comments .comment-info {
  margin-left: 100px;
}

.comments img {
  width: 80px;
  border-radius: 50%;
}

/*-------------------------
          CONTACT
-------------------------*/
.contact ::-moz-placeholder,
.contact .form-control::-moz-placeholder {
  color: #969696;
}

.contact .form-item .form-control {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  transition: border 0.9s ease;
  border: none;
  border-bottom: 1px solid #929292;
  color: #365685;
}

.contact .form-item .form-control:focus {
  border-bottom: 1px solid #365685;
}

.contact .contact-form textarea {
  min-height: 175px;
}

.contact #message.toast {
  max-width: 500px;
  padding: 0;
  position: relative;
  top: 18px;
  display: inline-block;
  left: 20px;
  border-radius: 3px !important;
}

.contact .toast button span {
  position: relative;
  top: 6px;
  font-size: 10px;
  color: #333 !important;
}

.contact .toast-body {
  font-size: 12px !important;
  padding: 13px 15px;
}

/*-------------------------
          Footer
-------------------------*/
.footer {
  background-color: #fdccccadad;
}

.footer .logo span {
  color: #fff;
}

.footer ul li a i {
  color: #fff;
  transition: all 0.5s;
}

.footer p a:hover {
  color: #fff;
}

/*-------------------------
      RETURN TO TOP
-------------------------*/
.return-to-top {
  position: fixed;
  bottom: -25px;
  right: 30px;
  display: inline-block;
  transition: all 0.3s ease;
  z-index: 999;
  text-align: center;
}

.return-to-top i {
  background-color: #fff;
  color: #000;
  margin: 0;
  position: relative;
  top: 10px;
  transition: all 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
}

.return-to-top:hover i {
  border-color: #000 !important;
}

.return-to-top.show {
  bottom: 50px;
}

/*-------------------------
       COLOR SCHEME
-------------------------*/
.color-scheme {
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 75px;
  transition: all 0.5s ease;
}

.color-scheme i {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  color: #000;
  transition: all 0.5s;
}

a.color-scheme:hover i {
  border-color: #000 !important;
}

/*-------------------------
        404-page
-------------------------*/
.page-404 {
  position: relative;
}

.error-404 h1 {
  font-size: 7rem;
  font-family: "微軟正黑體", cursive;
}

.error-404 .error-content {
  margin-top: -30px;
}

.error-404 .error-content h2 {
  font-family: "微軟正黑體", cursive;
  font-size: 2.5rem;
}

.error-404 .error-content p {
  font-family: "微軟正黑體", cursive;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.right-social {
  position: fixed;
  right: 25px;
  top: 0;
  width: 50px;
  bottom: 0;
  z-index: 5;
}

.right-social ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.right-social ul li {
  padding: 5px;
}

.right-social ul li a {
  font-size: 1.25rem;
  padding: 5px;
  display: block;
}

.right-social ul li a:hover i {
  color: #fff3cd !important;
}

@media (max-width: 767px) {
  .right-social {
    position: initial;
    width: 100%;
  }

  .right-social ul {
    position: initial;
    -webkit-transform: none;
    transform: none;
  }

  .right-social ul li {
    display: inline-block;
  }
}

.title-small {
  position: absolute;
  top: calc(50% - 12px);
  width: 280px;
  left: -7rem;
  z-index: 2;
}

.title-small p {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  display: block;
  font-weight: 700;
}

.title-small p:before {
  content: "";
  width: 32px;
  height: 1px;
  background: #dc3545;
  position: absolute;
  left: 28px;
  top: 12px;
}

.title-small p:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #dc3545;
  position: absolute;
  top: 12px;
  right: 32px;
}

/*-------------------------
      ARAS DARK
-------------------------*/


body.aras-dark {
  background-color: #b0d4a3;
  color: #fbfcfc;
}

.aras-dark p {
  color: #f8f8f8 !important;
}

.aras-dark .text-muted {
  color: #fff !important;
}

.aras-dark .sub-title {
  color: #fbfcfc;
}

.aras-dark .sub-title:after {
  background: #fbfcfc;
}

.aras-dark .main-btn,
.aras-dark .services-item {
  color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.aras-dark .main-btn:hover,
.aras-dark .services-item:hover {
  border-color: #efdece !important;
}

.aras-dark .logo span {
  color: #fff !important;
}

.aras-dark .header-info-area a.lni-menu {
  color: #fff !important;
}

.aras-dark .hero-01,
.aras-dark .hero-02 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9);
}

.aras-dark .hero .hero-icon a i {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.aras-dark .hero .hero-icon a:hover i {
  border-color: #efdece !important;
}

.aras-dark #aras-aside {
 background: linear-gradient(25deg,rgb(138 129 170),rgb(225 183 242));

}

.aras-dark #aras-page .menu-icon a i {
  color: #222 !important;
}

.aras-dark .services-item,
.aras-dark .blog .blog-content {
  background-color: #111111;
}

.aras-dark .skill-box .fill-skillbar {
  background: #ffffff;
}

.aras-dark .skill-box .skillbar {
  background: rgba(27, 30, 33, 0.9);
}

.aras-dark .portfolio .portfolio-filter a {
  color: #f8f8f8 !important;
}

.aras-dark .portfolio .portfolio-filter a.active {
  color: #efdece !important;
}

.aras-dark .portfolio .owl-nav .owl-prev span,
.aras-dark .portfolio .owl-nav .owl-next span {
  font-size: 35px;
  font-weight: 100;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 31px;
  color: #fff;
  transition: all 0.5s;
}

.aras-dark .portfolio .owl-nav .owl-prev:hover span,
.aras-dark .portfolio .owl-nav .owl-next:hover span {
  border-color: #efdece;
}

.aras-dark .form-item .form-control {
  color: #f4f4f4 !important;
  border-bottom: 1px solid #eee;
  background: transparent;
}

.aras-dark .form-item .form-control:focus {
  border-bottom: 1px solid #ffe7b5;
}

.aras-dark .return-to-top i {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.aras-dark .return-to-top:hover i {
  border-color: #efdece !important;
}

.aras-dark .color-scheme i {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.aras-dark a.color-scheme:hover i {
  border-color: #efdece !important;
}

.aras-dark .hero-03 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.aras-dark .hero-04 .swiper-slide {
  background-color: #222;
}

.aras-dark .hero-04 .swiper-button-next,
.aras-dark .hero-04 .swiper-button-prev {
  background-color: #ffffff;
}

.aras-dark .hero-04 .swiper-button-next:after,
.aras-dark .hero-04 .swiper-button-prev:after {
  color: #222;
}

.aras-dark #aras-aside #aras-main-menu a:hover,
.aras-dark #aras-aside #aras-main-menu a.active {
  color: #fff !important;
}

.aras-dark .aras-footer a {
  color: #efdece !important;
}

@media (max-width: 991px) {
  .aras-dark .hero-04 .swiper-slide {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
}

/*-------------------------
       MEDIA SCREENS
-------------------------*/
@media (max-width: 1199px) {
  .hero-04 {
    padding: 0 !important;
  }

  .hero-04 .swiper-slide .hero-item-text {
    margin-left: 90px;
  }
}

@media (max-width: 991px) {
  .hero-04 .hero-left-title {
    position: absolute;
    z-index: 3;
    top: 50%;
  }

  .hero-04 .text-swiper.bg-dark {
    background-color: transparent !important;
  }

  .hero-04 .hero-text {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 0;
  }

  .hero-04 .hero-text .swiper-slide {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0 !important;
  }

  .hero-04 .hero-text .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }

  .hero-04 .hero-text .swiper-slide .hero-item-text {
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .hero-04 .hero-text .swiper-slide .hero-item-text .slider-number {
    bottom: 0px;
    left: 5px;
  }

  .hero-04 .swiper-buttons {
    display: none;
  }

  .hero-04 .swiper-button-next,
  .hero-04 .swiper-container-rtl .swiper-button-prev {
    left: 50%;
  }

  .hero-04 .swiper-button-prev,
  .hero-04 .swiper-container-rtl .swiper-button-next {
    right: 50%;
  }
}

@media (max-width: 990px) {
  .overlay-nav a {
    font-size: 16px;
    padding: 0.5rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 2rem !important;
  }

  h4 {
    font-size: 1.25rem !important;
  }

  .pt-6,
  .py-6 {
    padding-top: 4rem;
  }

  .pb-6,
  .py-6 {
    padding-bottom: 4rem;
  }

  .loading {
    font-size: 30px;
  }

  #loading_1 {
    left: 22%;
  }

  #loading_2 {
    left: 26%;
  }

  #loading_3 {
    left: 30%;
  }

  #loading_4 {
    left: 34%;
  }

  #loading_5 {
    left: 38%;
  }

  #loading_6 {
    left: 42%;
  }

  #loading_7 {
    left: 46%;
  }

  #loading_8 {
    left: 50%;
  }

  #loading_9 {
    left: 54%;
  }

  #loading_10 {
    left: 58%;
  }

  #loading_11 {
    left: 62%;
  }

  #loading_12 {
    left: 66%;
  }

  #loading_13 {
    left: 70%;
  }

  #loading_14 {
    left: 74%;
  }

  #loading_15 {
    left: 78%;
  }

  header {
    background-color: #fff !important;
    box-shadow: 0 1px 3px 0 rgba(238, 238, 238, 0.9);
  }

  .aras-dark header {
    background-color: #333 !important;
    box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.4);
  }

  .overlay-menu .row {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }

  .overlay-menu {
    padding: 0;
  }

  .overlay-nav a {
    font-size: 14px;
    padding: 0;
  }

  .contact-info:after {
    display: none;
  }

  .hero-04 .swiper-slide .hero-item-text .slider-content h2 {
    font-size: 3rem;
  }

  .testimonial .testimonial-item p {
    font-size: 16px !important;
  }

  .testimonial .testimonial-item h4 {
    font-size: 15px;
  }

  .testimonial .testimonial-item h4 span {
    font-size: 15px;
  }

  .count-number {
    font-size: 2rem;
  }

  .contact .toast button span {
    top: 8px;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .contact #message.toast {
    display: table-cell;
    left: 0;
    padding: 0 5px;
  }
}
