/*-------------------------*/
/* $Bg */
/*-------------------------*/
.bg {
    z-index: -2;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../picture/img03.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

/*-------------------------*/
/* $Font import 
---------------------------*/
.nav-trigger {
    background-color: #202c5c;
    border-radius: 50%;
    padding: 4px;
    display: inline-block;
    box-sizing: content-box;
}


.frame-line {
    background: #ececec;
}

/*-------------------------*/
/* $block */
/*-------------------------*/

.clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
  
    .d-sm-inline {
      display: inline !important;
    }
  
    .d-sm-inline-block {
      display: inline-block !important;
    }
  
    .d-sm-block {
      display: block !important;
    }
  
    .d-sm-table {
      display: table !important;
    }
  
    .d-sm-table-row {
      display: table-row !important;
    }
  
    .d-sm-table-cell {
      display: table-cell !important;
    }
  
    .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
  
    .d-md-inline {
      display: inline !important;
    }
  
    .d-md-inline-block {
      display: inline-block !important;
    }
  
    .d-md-block {
      display: block !important;
    }
  
    .d-md-table {
      display: table !important;
    }
  
    .d-md-table-row {
      display: table-row !important;
    }
  
    .d-md-table-cell {
      display: table-cell !important;
    }
  
    .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
  
    .d-lg-inline {
      display: inline !important;
    }
  
    .d-lg-inline-block {
      display: inline-block !important;
    }
  
    .d-lg-block {
      display: block !important;
    }
  
    .d-lg-table {
      display: table !important;
    }
  
    .d-lg-table-row {
      display: table-row !important;
    }
  
    .d-lg-table-cell {
      display: table-cell !important;
    }
  
    .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
  
    .d-xl-inline {
      display: inline !important;
    }
  
    .d-xl-inline-block {
      display: inline-block !important;
    }
  
    .d-xl-block {
      display: block !important;
    }
  
    .d-xl-table {
      display: table !important;
    }
  
    .d-xl-table-row {
      display: table-row !important;
    }
  
    .d-xl-table-cell {
      display: table-cell !important;
    }
  
    .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  
  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
/*-------------------------*/
/* $color
---------------------------*/
@media (max-width: 991px) {
    .numbers-div {
        width: auto;
        margin-bottom: 40px;
    }
}

.numbers-div h4, .vertical-div h4 {
    transform: rotate(0deg);
   
}
@media (max-width: 991px) {
    .numbers-div h4, .vertical-div h4 {
        font-size: 20px;
    }
}
/*-------------------------*/
/* $color
---------------------------*/
.color--default {
    color: #85abdd;
}



/*-------------------------*/
/* $ABOUT
---------------------------*/
#section-1 {
    background: #ececec;
    color: #555;
}

#section-1 .numbers-div {
    color: #1c1c1c;
}
.numbers-div .vertical-line, .vertical-div .vertical-line {
    background: #1c1c1c;
}
.numbers-div h1 {
    color: #1c1c1c;
}
.parallax-quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 768px) {
    .parallax-quote {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  .parallax-quote h2 {
    display: block;
    font-family: "思源黑體 TWHK Regular", 微軟正黑體, sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    text-shadow: none;
    text-align: justify;
  }
  .parallax-quote p {
    box-sizing: border-box;
    color: #555;
    display: block;
    font-family: 微軟正黑體, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
  }
  

  .intro-img-section {
      padding-bottom: 40px;
  }

  /*-------------------------*/
/* $服務項目
---------------------------*/
#section-2 {
    background-color: rgb(133, 171, 221);
}
#section-2 .numbers-div h1 {
    color: #f5f5f5;
}
#section-2 .bg-div-cover {
    height: 100%;
   
}

.service_items {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 768px) {
    .service_items {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

.service_box {
    background-color: #eee;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 8px;
}
.service_content {
    position: relative;
    padding-left: 90px;
}



.icon-box {
    margin-bottom: 20px;
    width: 50px;
    position: absolute;
   
}


@media (max-width: 991px) {
    .service_content {
        position: relative;
        padding-left: 0px;
    }
    .icon-box {
        position: relative;
        margin:  0 auto;
    }
}
.icon_inner {
    padding-top: 100%;
 }
 .icon_img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }

.service_items .service_box h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    color: #492b2b;
}
.service_items  .service_box .divider {
    border-bottom: 2px solid #333;
}

.service_items .service_box p {
    
    font-size: 15px;
    line-height: 25px;
    color: #555;
}
@media (max-width: 991px) {
    .service_items .service_box h4 {
       text-align: center;
       margin-top: 32px;
    }
    .divider {
       margin: 0 auto;
       margin-top: 24px;
       margin-bottom: 24px;
    }
    .service_items .service_box p {
        text-align: center;
       
    }
 }
/*-------------------------*/
/* $服務流程
---------------------------*/
#section-3 {
    background: #ececec;
}
#section-3  h4 {
    color: #1c1c1c;
}
#section-3 .numbers-div {
    color: #fff;
}


#section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 768px) {
    #section-3 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }


  .heading-section h2 {
    font-size: 40px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Merienda', cursive;
    color: #1c1c1c;
  }

  
.service-process{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 80px;
    justify-items: flex-start;
    align-items: flex-start;
  }
  
  .service-process li{
    padding: 0px 0 30px;
    margin-bottom: 20px;
    position: relative;
    color: #1c1c1c;
    align-self: stretch;
  
  }
  
  .service-process li span{
    display: block;
    color: #555;
  }
  
  .service-process li:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -70px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  
  .service-process li:nth-child(1):before{
    background-image: url(../picture/num/001-one.png);
  }
  
  
  .service-process li:nth-child(2):before{
    background-image: url(../picture/num/002-two.png);
  }
  
  .service-process li:nth-child(3):before{
    background-image: url(../picture/num/003-three.png);
  }
  
  .service-process li:nth-child(4):before{
    background-image: url(../picture/num/004-four.png);
  }
  
  .service-process li:nth-child(5):before{
    background-image: url(../picture/num/005-five.png);
  }
  
  .service-process li::after{
    content: '';
    position: absolute;
    top: 50px;
    left: -45px;
    width: 2px;
    height: 100%;
    background-color: #85abdd;
  }
  
  .service-process li:last-child::after{
    height: 0;
  }
  
  .service .swiper-border{
    position: relative;
    padding: 10px;
    border: 1px solid #85abdd;
    border-radius: 5px;
  }
  
  .service .swiper-container {
    width: 100%;
    height: 100%;
  }















  /*-------------------------*/
/* $Quote
---------------------------*/
.quote {
 
    border-bottom: 1px solid;
    padding-bottom: 120px;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 120px;
  }
  @media (max-width: 768px) {
    .quote {
        padding-top: 40px;
        padding-bottom: 40px;
      
    }
  }
  
  .carousel-caption {
    position: relative;
    left: 0px;
    top: 0px;
  }
  
  .testimonial-item {
    padding-left: 0px;
    margin-top: 45px;
    margin-bottom: 60px;
    max-width: 75%;
    margin: 0 auto;
  }
  
  .post_quote{
      font-size: 30px;
      font-family: "Barlow Condensed";
      line-height: 1.600em;
      position: relative;
      color: #f5f5f5;
      font-style: italic;
      font-weight: 300;
  }
  .post_quote:before {
      content: "“";
      z-index: 100;
      position: absolute;
      top: 0px;
      left: -80px;
      font-size: 80px;
      color: #85abdd;
      line-height: 1em;
      font-weight: bold;
      opacity: .8;
      font-style: normal;
  }
  .signature{
      padding-top: 25px;
  }
  .signature h6{
      font-size: 24px;
      text-transform: capitalize;
      margin: 0px 0 10px;
      font-weight: 500;
      color: #f5f5f5;
      letter-spacing: .025em;
      font-family: "Fira Sans Extra Condensed";
  }
  .signature .job_title{
      font-size: 18px;
      color: #85abdd;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-weight: 600;
  }
  
  
  
  .post_gallery{
      padding: 32px 0px 0px 0px;
  }
  
  @media (max-width: 768px) {
    .testimonial-item {
      padding-left: 20px;
      margin-top: 20px;
      margin-bottom: 40px;
    }
    .post_quote{
      font-size: 20px;
      text-align: justify;
    }
    .post_quote:before {
      left: -50px;
      font-size: 60px;
    
    }
  
    .signature h6{
      font-size: 18px;
      line-height: 23px;
    }
    .signature .job_title{
      font-size: 16px;
    }
  }
  


  
/*-------------------------*/
/* $作品
---------------------------*/

#section-4  {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #85abdd;
  }
  @media (max-width: 768px) {
    #section-4  {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

  #section-4 .numbers-div h1 {
    color: #f5f5f5 ;
  }
  #section-4 .numbers-div .vertical-line, .vertical-div .vertical-line {
    background-color: #f5f5f5;
  }
  #section-4 .numbers-div {
    color: #f5f5f5 ;
}

.portfolio .categories-grid .categories ul li a {
    color: #f5f5f5;
}

@media (max-width: 991px) {
    .portfolio_filter {
        padding-left: 0;
        text-align: center;
    }
    .portfolio .categories-grid .categories ul li {
        display: inline-block;
    }
    .portfolio .categories-grid .categories ul li a.active {
        padding: 8px 16px;
    }
    .portfolio .categories-grid .categories ul li a {
        padding: 8px 16px;
        border-radius: 4px;
    }
  }





/*-------------------------*/
/* $聯絡我們
---------------------------*/
#section-5  {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ececec;
  }
  @media (max-width: 768px) {
    #section-5  {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

  #section-5  .numbers-div {
    color: #1c1c1c;
  }

  .info {
      padding: 40px 20px;
  }
.info h3 {
    color: #1c1c1c;
}

  .info__text{
    color: #555;
	font-size: 16px;
	line-height: 32px;
}


.contact{
	color: #555;
	padding-top: 24px;
	padding-bottom: 24px;
}
.contact__item{
	margin-bottom: 24px;
}
.contact__label{
	color: #85abdd;
	font-size: 16px;
	margin-bottom: 8px;
}
.contact__link{
	color: #555;
	display: inline-block;
}

.info-icon {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.info-icon li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}








/*-------------------------*/
/* $footer
---------------------------*/


footer {
    padding-bottom: 20px;
}