/* ------------------------------------------------------------------------------

  Template Name: Denzel. 
  Description: Denzel. - Onepage Personal Template
  Author: Paul
  Author URI: http://themeforest.net/user/paul_tf
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Backgrounds
      1.8 Colors

  2.  Navbar

      2.1 Navbar Desctop
      2.2 Navbar Mobile
      2.3 Navbar Fixed

  3.  Main

      3.1 Masthead
      3.2 Sections
      3.3 About
      3.4 Experience
      3.5 SKills
      3.6 Projects
      3.7 Partners
      3.8 Testimonials
      3.9 Contact



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');



html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Lato', "微軟正黑體";
    font-size: 1rem;
    line-height: 1.625em;
    color: #EEE;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #D4F21B;
}

::selection {
    background-color: #D4F21B;
    color: #000;
}

-webkit-::selection {
    background-color: #D4F21B;
    color: #000;
}

::-moz-selection {
    background-color: #D4F21B;
    color: #000;
}



/* 1.2 Typography */

h1,
.h1 {
    position: relative;
    font-family: 'Karla', sans-serif;
    font-size: 5.725rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

h2,
.h2 {
    position: relative;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.2;
    color: #000;
    margin: 2rem 0;
}


h3,
.h3 {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 1.925rem;
    line-height: 1.25;
    color: #000;
    margin: 1.5rem 0;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin: 1.5rem 0;
}

h5,
.h5 {
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #000;
    margin: 1.2rem 0;
}

h6,
.h6 {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000;
    margin: 1rem 0;
    text-transform: uppercase;
}


h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #eee;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover,
a:focus {
    color: #D4A855;
    outline: none;
}

a:focus {
    text-decoration: none;
}

.lead {
    line-height: 1.9;
    font-size: 1.125rem;
}

.size-sm {
    font-size: 0.875rem;
}


/* 1.3 Fields */

.form-group {
    margin-bottom: 2rem;
}

.form-control,
textarea.form-control {
    font-size: 1em;
    height: 3.625em;
    border-radius: 0;
    padding-left: 22px;
    color: #bbbbbb;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

textarea.form-control {
    height: 7.9em;
    padding: 10px;
    resize: none;
}

.form-control:focus {
    border-color: #afafaf;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
}

.form-control::-moz-placeholder {
    color: #272727;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #272727;
}

.form-control::-webkit-input-placeholder {
    color: #272727;
}

label.error {
    border-color: #D9AF60;
    padding: 9px 0 0 22px;
    font-size: 0.9rem;
}

.mc-label {
    padding: 9px 0 0 22px;
    font-size: 0.9rem;
    color: #fff;
}



/* 1.4 Buttons */

.btn {
    position: relative;
    display: inline-block;
    border-radius: 0;
    padding: 5px 50px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #282727;
    font-weight: normal;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    float: right;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #868686;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #343434;
}

.btn-white:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-b-white {
    background-color: transparent;
    border-color: #fff;
}

.btn-b-white:hover {
    background-color: #fff;
    color: #000;
}

.btn-bg-dark:hover,
.btn-bg-dark:focus {
    color: #fff;
    border-color: #fff;
}


/* 1.5 Icons */

ion-icon {
    color: #23a592;
    font-size: 3.8rem;
    --ionicon-stroke-width: 17px;

}

.icon-play {
    position: absolute;
    width: 5.15rem;
    height: 5.15rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.icon-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
}

.icon-play:hover {
    border: 1px solid #D4F21B;
    background-color: #D4F21B;
    color: #343434;
}

.icon-play:hover:before {
    border-color: transparent transparent transparent #000;
}


/* 1.6 Loader */

.loader {
    position: absolute;
    z-index: 10;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #272727;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/* 1.7 Backgrounds */

.bg-light {
    background: #f5f5f5 !important;
}

.bg-dark {
    background: #1d1d1d !important;
    color: #86878a;
}

.bg-dark .row-experience:nth-child(even) {
    background-color: #272727;
}

.bg-dark .btn:hover,
.bg-dark .btn:focus {
    color: #fff
}

.bg-primary {
    background: #23a592 !important;
    color: #fff;
}

.bg-dark .progress {
    background: #383838;
}



/* 1.8 Colors */

.text-dark {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #767676 !important;
}

.text-muted {
    color: #bbbbbb !important;
}

.text-primary {
    color: #D4F21B !important;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/

.navbar {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 0 1.5rem;
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
    height: 4.7rem;
}


@media(min-width: 992px) {
    .navbar {
        padding: 0 3rem;
    }
}


.toggler {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: none;
    border: 0;
    display: none;
}

.toggler:focus {
    outline: none;
}

.toggler-icon {
    display: block;
    border-top: 2px solid #000;
    margin-top: 0.5rem;
}

.toggler-icon:first-child {
    margin-top: 0;
}

.navbar-brand {
    position: fixed;
    padding: 0;
    margin: auto;
    display: table;
    left: 50%;
    top: 23px;
    margin-left: -75px;
}

.logoBox img {
    width: 150px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
}

.navbar a.logoBox {
    width: 150px;
    height: 24px;
    background-size: contain;
    background-image: url(../img/index/logo_black.png);
}

.navbar-white:not(.fixed) a.logoBox {
    width: 150px;
    height: 24px;
    background-size: contain;
    background-image: url(../img/index/logo.png);
}

ul.leftmenu {
    width: 40%;
    display: table;
    float: left;
}

ul.rightmenu {
    width: 40%;
    display: table;
    float: right;
}

ul.leftmenu li {
    float: left;
    width: 33%;
    text-align: center;

}

ul.leftmenu li a {
    color: #a9a9a9;
}

.gobuildArea {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 40px 0;
    position: absolute;
    top: 75px;
    text-align: center;
}

.gobuildArea a {
    color: #3A3A3A;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 17px;
    border: 1px solid #3A3A3A;
    width: 220px;
    display: table;
    margin: auto;
    height: 45px;
    line-height: 45px;
}

.gobuildArea a:hover {
    text-decoration: none;
}

.gobuildArea a span {
    font-size: 25px;
    padding-left: 10px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

.gobuildArea a:hover span {
    padding-left: 20px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

.aboutArea {
    text-align: center;
    margin: 130px auto 50px auto;
}

.about_tt {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #F6F6F6;
}

.about_tx {
    line-height: 1;
    letter-spacing: 1px;
    color: #F6F6F6;
    /*    transition-delay: .7s;*/
    transition: all.6s .4s ease;
    top: 45px;
    position: relative;
    opacity: 0;
}

.mobile_show {
    display: none;
}

.active .about_tx {
    transition-delay: .4s;
    transition: all .6s .4s ease;
    top: 0px;
    opacity: 1;
}

.below {
    margin-bottom: 50px;
}

/*
.section_tt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #F6F6F6;
    margin: 0px auto 50px auto;
        transition: all .6s .4s ease;
        opacity: 1;
    text-align: center;
}
*/

.section_tt {
    opacity: 0;
    /*    transition: all .6s .4s ease-in-out;*/
    margin: 0px auto 50px auto;
}

.active .section_tt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #F6F6F6;
    margin: 0px auto 50px auto;
    transition: all .6s .4s ease;
    opacity: 1;
    text-align: center;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*各式主題活動*/

#about .container {
    max-width: inherit;
    width: 90%;

}

.swiper-slide {
    height: 430px;
}

.topicArea a {
    width: 100%;
    height: 100%;
}

/*
ul.topicArea {
    display: table;
    width: 100%;
}
*/

.topicBox {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    position: relative;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;

}

div.toppic_list {
    background-color: #3E3A39;
    border: 4px solid #eee;
    height: 430px;
}

.toppic_list .moreBox {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #eee;

}

.toppic_list .moreBox p {
    font-size: 23px;
    text-align: left;
}

.toppic_list .moreBox p.seemore {
    font-size: 25px;
    display: table;
    float: left;

}

.toppic_list .moreBox span {
    font-size: 25px;
    float: left;
}

.topicName {
    font-size: 25px;
    margin: 15px 0 0 20px;
    position: absolute;
    z-index: 1;
    letter-spacing: 1px;
    font-weight: 400;
    color: #eee;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -ms-transform: 0.4s ease all;
}

.topicBox:hover .topicName {
    margin: 0 auto;
    padding-top: 290px;
    display: table;
    position: relative;
    font-size: 29px;
    text-shadow: 0PX 0PX 4PX #00000082;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -ms-transform: 0.4s ease all;
}

.veil {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    width: 100%;
    height: 100%;
    background-color: #3E3A39;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

.topicBox:hover .veil {
    opacity: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

.topicBox:hover {
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;

}

.topicBox:hover img.gotoptic {
    display: none;
}

img.gotoptic {
    width: 27px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 15px;

}

.choosestyle {
    opacity: 0;
}

.choosestyle span {
    font-size: 25px;
}

.topicBox:hover .choosestyle {
    height: 33px;
    line-height: 25px;
    text-align: center;
    color: #eee;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 73%;
    transform: translate(-50%, 85%);
    opacity: 1;
    border: 1px solid #eee;
}

#about {
    background-color: #000;
}

#experience .container {
    max-width: 90%;
}

/*各式主題活動end*/

/*下訂流程*/

#skills .section_tt {
    color: #272727;
}

#skills .container {
    max-width: inherit;
}

#skills .serviceArea .section_tt {
    color: #fff !important;
    margin-bottom: 35px;
}

img.process {
    width: 100%;
}

img.process_m,
img.process_s {
    display: none;
}

.cooperateArea {
    background-color: #000;
    padding: 0;
    width: 90%;
    margin: auto;
    display: table;
}

.textBox {
    width: 25%;
    display: table-cell;
}

.textBox .gain {
    text-align: left;
    margin: auto;
    display: table;
}



.textBox p {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: bold;
}

.textBox p span {
    font-size: 43px;
    padding: 0 12px;
}

.logoimgBox {
    width: 60%;
    display: table-cell;
}

.logoimgBox img {
    width: 100%;
}

/*下訂流程end*/

/*服務項目*/

#projects {
    background-color: #000;

}

#projects .container {
    max-width: inherit;
    background-color: #000;
    width: 100%;
    margin: auto;
    padding: 0;
}

#projects .section_tt {
    padding: 30px 0 30px 0;
    margin-bottom: 0;
}

ul.serviceArea {
    width: 90%;
    margin: auto;
    display: table;
    background-color: #282727;
    padding-top: 40px;
}

ul.serviceArea li {
    width: 25%;
    float: left;


}

ul.serviceArea li .serviceimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}


ul.serviceArea li img {
    width: 100%;
    transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transform: 0.6s ease all;
}

.serviceArea .veil {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

ul.serviceArea li:hover .veil {
    opacity: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

ul.serviceArea li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transition: scale(1.1);
    transition: 0.3s ease all;
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transform: 0.6s ease all;
}

ul.serviceArea li p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*服務項目end*/

/*活動場地查詢*/

#partners .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}

.siteArea {
    width: 100%;
    display: table;
}

.blocks {
    width: 50%;
    display: table-cell;
}

.leftblock {
    background-image: url(../img/index/sitebg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    display: table-cell;
}

.rightblock {
    padding: 50px 0;
}


ul.sitesearchBox {
    background-color: #eee;
    width: 70%;
    margin: auto;
    padding: 40px 30px 30px 30px;
}

li.itembox {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

li.itembox .itemtt {
    color: #272727;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #afafaf;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.info-select {
    width: 100%;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../img/index/keyboard_arrow_down_black_24dp.svg) no-repeat scroll right center transparent;
}

.half {
    width: 45%;
    float: left;
}

.half_01 {
    margin-right: 10%;
}

.photo_m {
    display: none;
}

/*活動場地查詢end*/

/*部落格*/

#skills {
    position: relative;
}

#news .whiteBG,
#skills .whiteBG {
    background-color: #fff;
    width: 100%;
    height: 75px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;

}

#news .container {
    max-width: inherit;
    width: 90%;
    padding: 0;
}

#news {
    background-color: #fff;
}

#news .ttbox {
    display: table;
    width: 100%;
    position: relative;
}

#news .ttbox .section_tt {
    color: #272727;
    margin-bottom: 10px;
}

#news .ttbox a {
    position: absolute;
    top: 50px;
    right: 0px;
}

.news-row .mt-3 {
    margin-bottom: 0;
    height: 107px;
    overflow: hidden;
}

.news-row p.mt-4 {
    color: #272727;
    margin-top: 10px !important;

}

.news-row .col-lg-3 a img {
    transition: 0.3s ease all;
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transform: 0.6s ease all;
}

.news-row .col-lg-3 a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transition: scale(1.05);
    transition: 0.3s ease all;
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transform: 0.6s ease all;
}

a.goblog {
    background-color: #282727;
    padding: 5px 30px;
    font-size: 16px;
    float: none;
    margin: auto;
    display: table;
    font-weight: normal;
    margin-top: 30px;
    visibility: inherit !important;
}

#news .mt-5 {
    margin-top: 0;
}

/*部落格end*/

/*聯絡我們*/

#testimonials .container {
    width: 100%;
    max-width: inherit;
    padding: 0;
}

#testimonials .scroll-wrap {
    padding: 6rem 0 0rem !important;
}

.contactArea {
    background-color: rgba(000, 000, 000, .8);
    padding: 40px 40px 70px 40px;
    width: 80%;
    margin: auto;
    max-width: 700px;
}

.contactArea .titleBox {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #595757;
    text-align: center;
    padding: 0 20px 10px 20px;
    margin-bottom: 20px;
}

.contactArea .section_tt {
    margin-bottom: 20px;
}

.title_sub {
    color: #F6F6F6;
}

.contactArea .itembox {
    margin-right: 15px;
    float: left;
}

.man_consult {
    display: table;
}

.contactArea .itembox input {
    margin-right: 3px;
}

.maninfo {
    margin-top: 30px;
    display: table;
}

.maninfo .form-group {
    width: 50%;
    float: left;
}

.leftinput {
    padding-right: 15px;
}

.inputhalf {
    width: 48%;
    float: left;
}

.genderBox {
    padding-left: 20px;
}

.genderBox input:last-child {
    margin-left: 10px;
}

.maninfo .w_100 {
    width: 100%;

}

.w_100 textarea {
    background-color: #fff;
}

.seanbtn {
    background-color: #282727;
    color: #fff;
    float: none;
    margin: auto;
    display: table;
}

.seanbtn:hover {
    background-color: #868686;
    color: #fff;
}

.maninfo .form-check {
    display: table;
    margin: 0 auto 30px auto;
}

.maninfo .form-check-label span {
    text-decoration: underline;
    cursor: pointer;
}

.footerArea {
    background-color: #000;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0;
}

.footerArea img {
    width: 150px;
}

ul.footerBox {
    padding: 0 20px;
    display: table;
    margin: 30px auto;
}

ul.footerBox li {
    padding: 0 20px;
    border-right: 1px solid #565656;
    float: left;
    font-size: 14px;
    color: #CBCBCB;
    letter-spacing: 1px;
    cursor: pointer;
    list-style: none;
}

ul.footerBox li:last-child {
    border-right: none;

}

.footerArea p {
    font-size: 14px;
    color: #CBCBCB;
}

.termstext p {
    color: #272727;
}

#check_label {
    font-size: 14px;
    letter-spacing: 1px;
}

.socialbox {
    display: table;
    margin-top: 25px;
}

.socialbox a {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.socialbox a img {
    width: 100%;
}









@media (max-width: 1500px) {
    .navbar-brand {
        /*
        position: static;
float: left;
*/
    }

    .navbar .container {
        width: auto;
    }
}



.navbar ul {
    margin-bottom: 0;
}

.navbar-desctop .phone,
.navbar-desctop .email {
    float: left;
    font-family: 'Karla', sans-serif;
    position: relative;
    top: 0.3rem;
    margin-right: 4rem;
}

.navbar-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 1.5rem 3rem 1.5rem;
}

@media (min-width: 992px) {
    .navbar-bottom {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.navbar-bottom {
    font-family: 'Karla', sans-serif;
    color: #000;
}

.navbar-bottom .social {
    position: relative;
    z-index: 10;
    float: left;
}

.navbar-bottom .copy {
    float: right;
    position: relative;
    z-index: 10;
}

.social-icons li {
    float: left;
    margin-right: 1.5rem;
}

.social-icons ion-icon {
    display: block;
    font-size: 1.2rem;
    color: #000;
    transition: all 0.3s ease;
}

.social-icons ion-icon:hover {
    color: #D4F21B;
}

.navbar-bottom-white,
.navbar-bottom-white .social-icons ion-icon {
    color: #fff;
}



/* 2.1 Navbar Desctop */

.navbar-desctop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.navbar-nav-desctop {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 0.3rem;
}

.nav-link {
    padding: 0;
}

.navbar-nav-desctop li a {
    color: #343434;
    transition: all 0.3s;
}

.navbar-nav-desctop li a:hover {
    text-decoration: none;
}

.navbar-nav-desctop > li {
    position: relative;
    float: left;
    margin-right: 2.1rem;
}

.navbar-nav-desctop > li > a {
    display: flex;
    align-items: center;
}

.navbar-nav-desctop > li > .active,
.navbar-nav-desctop > li:hover > a {
    color: #767676;
}

.navbar-nav-desctop li ul {
    opacity: 0;
    visibility: hidden;
    padding: 0.7rem 1.8rem;
    position: absolute;
    top: 85%;
    background: #1a1c26;
    color: #000;
    min-width: 12rem;
    margin-left: -1.5rem;
    transition: all 0.3s linear;
}

.navbar-nav-desctop li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav-desctop li ul li {
    margin: 1rem 0;
}

.navbar-nav-desctop li ul li a {
    opacity: 0.5;
    display: block;
}

.navbar-nav-desctop li ul .active a,
.navbar-nav-desctop li ul li:hover a {
    opacity: 1;
}



/* 2.2 Navbar Mobile */

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s;
}

.navbar-mobile {
    display: block;
    align-items: baseline;
    flex-wrap: unset;
    padding: 3.9rem 2.6rem 1.3rem 4.4rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background-color: #2b2b2b;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.navbar-mobile .language {
    margin-top: 0;
    font-size: 0.85rem;
}

.navbar-mobile .language li {
    float: left;
    color: #fff;
    margin-right: 1rem;
}

.navbar-mobile .language li a {
    color: #fff;
}

.navbar-mobile .language .active a,
.navbar-mobile .language li a:hover {
    color: #D4F21B;
    text-decoration: none;
}

.navbar-mobile .close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1;
}

.navbar-mobile .close:hover {
    opacity: 1;
    color: #D4A855;
}

@media (min-width: 576px) {
    .navbar-mobile {
        width: 50%;
        max-width: 32rem;
    }
}

.navbar-mobile-footer {
    margin-top: auto;
    color: #fff;
}

.navbar-nav-mobile {
    display: block;
    font-size: 16px;
    margin-top: 8vh;
}

.navbar-nav-mobile li {
    margin-bottom: 4.4vmin;
}

.navbar-nav-mobile li a {
    color: #fff;
}

.navbar-nav-mobile li .active,
.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li a:focus {
    color: #D4A855;
}

.menu-is-open {
    overflow: hidden;
}

.menu-is-open .navbar-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-is-open .click-capture {
    visibility: visible;
    opacity: 1;
}


/* 2.3 Navbar Fixed */

.navbar.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.navbar.fixed:before {
    height: 100%;
}


/* 2.4 Navbar White */

.navbar-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-white:not(.fixed) .phone,
.navbar-white:not(.fixed) .email,
.navbar-white:not(.fixed) a,
.navbar-white:not(.fixed) a:hover {
    color: #a9a9a9;
    font-size: 15px;
    letter-spacing: 1px;
}

.navbar-white:not(.fixed) .navbar-nav-desctop li a {
    color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop > .active > a,
.navbar-white:not(.fixed) .navbar-nav-desctop > li > .active,
.navbar-white:not(.fixed) .navbar-nav-desctop > li:hover > a {
    color: #23a592;
}

.navbar-white:not(.fixed) .social-icons ion-icon {
    color: #fff;
}

.navbar-white:not(.fixed) .social-icons ion-icon:hover {
    color: #23a592;
}

.navbar-white:not(.fixed) .toggler-icon {
    border-color: #fff;
}


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/

/* 3.1 Masthead */

.masthead {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem 0;
    background-position: left top;
    background-size: cover;
}

.opener {
    position: relative;
    z-index: 1;
    width: 100%;
}

.opener .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
}

h1 + .line {
    margin-top: 15vh;
    width: 25%;
    border-top: 3px solid #D4F21B;
    transition: all .3s ease;
}



/* 3.2 Sections */

.section {
    position: relative;
    padding: 9rem 0;
}

.section-sm {
    padding: 6rem 0;
}

.section h2 {
    margin-top: 0;
}

.pp-section {
    background: #141414;
    background-position: 50%;
    background-size: cover;
    padding: 8rem 0 6rem;
}

.section:not(#home) .intro {
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.7s;
}

.section:not(#home) .intro.animate {
    opacity: 1;
    transform: translateY(0);
}

.pp-scrollable {
    padding: 0;
    overflow-x: hidden;
}

.pp-scrollable .intro {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.pp-scrollable .intro:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

.pp-scrollable .scroll-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 6rem 0 3rem;
    white-space: normal;
    margin-left: -3px;
}

#contact div.scroll-wrap {
    padding: 7rem 0 0;
}

.progress-nav {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}

@media(min-width: 992px) {
    .progress-nav {
        right: 3rem;
    }
}

.progress-nav li {
    position: relative;
    width: 3px;
    height: 30px;
    -webkit-transition: background-color .3s cubic-bezier(.46, .03, .52, .96);
    transition: background-color .3s cubic-bezier(.46, .03, .52, .96);
    background-color: #000;
}

.progress-nav li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 0;
    content: '';
    transition: all .3s ease;
    background-color: #D4A855;
}

.progress-nav li:before {
    height: 30px;
}

.progress-nav li.active ~ li:before {
    background-color: #101010;
}

.progress-nav-white li.active ~ li:before {
    background-color: #fff;
}



/* 3.3 About */

.experience-info {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: -4.5rem;
}

.experience-number {
    display: inline-block;
    font-size: 10rem;
    line-height: 1;
    font-family: 'Karla', sans-serif;
    color: #D4F21B;
}

.experience-text {
    display: inline-block;
    color: #000;
    line-height: 1.4;
    font-weight: 700;
}



/* 3.4 Experience */

.row-experience {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.row-experience:first-child {
    padding-top: 0;
    border-top: 0;
}

.row-experience:last-child {
    padding-bottom: 0;
}

.row-experience img {
    width: auto !important;
}

.download-cv {
    display: inline-block;
    margin-top: 3.7rem;
    position: relative;
    z-index: 1;
}

.owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 3.5rem;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 0.35rem;
}

.owl-dot:focus {
    outline: none;
}

.owl-dots span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #d6d6d6;
}

.owl-dot.active span {
    background-color: #D4F21B;
}

.owl-nav {
    font-family: 'Tahoma';
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -8.6rem;
    font-size: 6rem;
}

.owl-prev {
    margin-right: 0.6rem;
}

.owl-next,
.owl-prev {
    opacity: 0.45;
    transition: all 0.3s;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1 !important;
    color: #D4F21B !important;
}



/* 3.5 Skills */

.photo-icon {
    position: absolute;
    box-shadow: 0 5px 15px 5px rgba(16, 16, 16, .1);
    overflow: hidden;
    transition: all .6s .4s ease;
    opacity: 0;
}

.photo-icon-1 {
    top: -50px;
    left: 30%
}

.photo-icon-2 {
    left: -40px;
    bottom: 100px;
}

.photo-icon-3 {
    right: -50px;
    bottom: 50px;
}

.active .photo-icon-1 {
    opacity: 1;
    left: 50%
}

.active .photo-icon-2 {
    opacity: 1;
    bottom: 150px;
    transition-delay: .7s
}

.active .photo-icon-3 {
    opacity: 1;
    bottom: -50px;
    transition-delay: 1s
}

.progress {
    height: 6px;
    border-radius: 0;
    background-color: #000;
}

.progress-bar {
    position: relative;
    background-color: transparent;
}

.progress-bar:before {
    position: absolute;
    background: #D4F21B;
    content: '';
    width: 0;
    height: 100%;
}

.active .progress-bar:before {
    width: 100%;
    transition: all 0.8s ease;
}

.progress-item:nth-child(1) .progress-bar:before {
    transition-delay: 400ms;
}

.progress-item:nth-child(2) .progress-bar:before {
    transition-delay: 600ms;
}

.progress-item:nth-child(3) .progress-bar:before {
    transition-delay: 800ms;
}



/* 3.6 Projects */

.project-wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
}

.bg-changer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
    opacity: 1;
}

.row-project-box {
    margin-top: -30px;
}

.col-project-box {
    margin-top: 30px;
}

.project-box {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.14rem 1.928rem;
}

.project-box h4 {
    margin: 0;
    color: #fff;
}

.project-category {
    color: #cccccc;
    margin-top: 0.5rem;
}

.project-box:hover {
    background: #D4F21B;
    text-decoration: none;
    border-color: transparent;
}

.project-box:hover h4 {
    color: #000;
}

.project-box:hover .project-category {
    color: #666666;
}

@media (min-width: 768px) {
    .project-box {
        padding-bottom: 75%;
    }

    .project-category {
        position: absolute;
        bottom: 1.2rem;
    }
}



/* 3.7 Partners */

.row-partners {
    margin: 0 -4rem;
}

.col-partner {
    padding: 0 4rem;
    margin: 2.5rem 0;
    text-align: center;
}

.col-partner img {
    max-width: 100%;
    transition: all 0.3s ease;
}


/* 3.8 Testimonials */

.icon-quote {
    display: inline-block;
    margin-left: -2rem;
    line-height: 1;
    font-size: 12rem;
    margin-top: -2rem;

}

.carousel-testimonials .owl-nav {
    position: static;
    margin-top: 5rem;
}



/* 3.9 Contact */

.message {
    margin-bottom: 2rem;
    display: none;
}

@media (max-width: 1200px) {
    .textBox {
        width: 32%;
    }
}

@media (max-width: 1024px) {
    .toggler {
        display: block;
        margin-top: -15px;
    }

    ul.leftmenu,
    ul.rightmenu {
        display: none;
    }

    .cooperateArea {
        padding: 40px 50px 30px 0;
    }

    ul.serviceArea li p {
        font-size: 17px;
    }

    .news-row h4,
    .h4 {
        font-size: 17px;
        height: auto !important;
    }

    .news-row {
        display: table;
    }

    .news-rowBox {
        width: 100% !important;
        max-width: inherit;
        display: table;
        margin-bottom: 20px;
    }

    .news-row img {
        width: 30% !important;
        float: left;
    }

    .newstext {
        float: left;
        width: 70%;
        padding-left: 30px;
    }

    .news-row p.mt-4 {
        margin-bottom: 0;
    }

    #news .whiteBG {
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        z-index: 1;

    }

    #about .swiper-slide,
    div.toppic_list,
    .topicBox {
        height: 400px;
    }

    #about .section_tt {
        margin: 0px auto 30px auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 97%;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10%;
    }

    .swiper-button-prev {
        left: 10%;
    }

    .topicBox {
        background-size: contain;
    }
}

@media (max-width: 900px) {
    .textBox p {
        font-size: 18px;
    }

    .textBox p span {
        font-size: 40px;
        padding: 0 10px;
    }

    .cooperateArea {
        padding: 30px 30px 20px 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    ul.topicArea {
        margin-top: -40px;
    }

    ul.topicArea li {
        /*        width: 70%;*/
        float: none;
        margin: 30px auto;
        transition: 0.6s ease all;
        -webkit-transition: 0.6s ease all;
        -o-transition: 0.6s ease all;
        -ms-transform: 0.6s ease all;
    }

    ul.topicArea li:hover {
        /*        width: 72%;*/
        transition: 0.6s ease all;
        -webkit-transition: 0.6s ease all;
        -o-transition: 0.6s ease all;
        -ms-transform: 0.6s ease all;
    }

    ul.topicArea li:hover .topicName {
        margin: 40px auto 0 auto;
        padding-top: 55%;
    }

    ul.topicArea a:hover {
        color: initial;
    }

    ul.topicArea a:nth-child(1) li {
        background-image: url(../img/index/topic01_m.jpg) !important;
    }

    ul.topicArea a:nth-child(2) li {
        background-image: url(../img/index/topic02_m.jpg) !important;
    }

    ul.topicArea a:nth-child(3) li {
        background-image: url(../img/index/topic03_m.jpg) !important;
    }

    ul.topicArea a:nth-child(4) li {
        background-image: url(../img/index/topic04_m.jpg) !important;
    }

    .toppic_list .moreBox:hover {
        color: #b58f5b;
    }

    img.process {
        display: none;
    }

    img.process_m {
        display: block;
        margin-top: -50px;
    }

    .textBox {
        width: 100%;
        display: table;
    }

    .logoimgBox {
        width: 100%;
        display: table;
    }

    .textBox .gain {
        text-align: center;
    }

    .cooperateArea {
        padding: 30px 20px 20px 20px;
    }

    .serviceArea .veil {
        opacity: .1;
    }

    ul.serviceArea li p {
        font-size: 19px;
        margin: 10px auto 20px auto;
    }

    .blocks {
        width: 100%;
        display: table !important;
    }

    #partners {
        background-image: url(../img/index/sitebg_black.jpg)
    }

    ul.sitesearchBox {
        width: 80%;
    }

    #news .container {
        width: 90%;
    }

    #news .mt-5,
    .my-5 {
        margin-top: 1rem !important;
    }

    .news-row .mt-3 {
        margin-bottom: 0;
        height: 47px;
        margin-top: 0 !important;
    }

    .news-row .col-lg-3 {
        margin-bottom: 30px;
    }

    .maninfo .form-group {
        width: 100%;
    }

    .leftinput {
        padding-right: 0;
    }

    #skills .container {
        padding-right: 12px;
    }

    ul.serviceArea {
        width: 85%;
        background-color: #000;
    }

    .mobilebox {
        width: 100%;
        display: table;
        background-color: #000;
    }

    ul.serviceArea li {
        width: 50%;
        float: left;
        margin: 0px auto -5px auto;
    }

    #skills .serviceArea .section_tt {
        margin-bottom: 30px;
    }

    #skills div.scroll-wrap {
        padding: 7rem 0 0 0;
    }

    #projects .container {
        width: 100%;
    }

    #projects {
        background-color: #282727;
    }

    .photo_m {
        display: block;
    }

    .photp {
        display: none;
    }

    .mobile_show {
        display: block;
    }

    .pc_none {
        display: none;
    }

}

@media (max-width: 550px) {
    ul.topicArea li {
        width: 100%;
        height: 350px;
    }

    ul.topicArea li:hover {
        width: 100%;
        height: 350px;
    }

    .veil {
        display: none;
    }

    ul.topicArea li .topicName {
        text-shadow: 0PX 1PX 5PX #000c;
    }

    ul.topicArea li:hover .topicName {
        padding-top: 45%;
    }

    #news .container {
        width: 90%;
    }

    .contactArea {
        width: 90%;
    }

    ul.serviceArea li p {
        font-size: 17px;
    }

    .aboutArea {
        margin: 245px auto 50px auto;
    }
}



@media (max-width: 500px) {

    ul.sitesearchBox,
    #projects .container {
        width: 100%;
    }

    .newstext {
        padding-left: 20px;
    }

    .news-row h4,
    .news-row p.mt-4 {
        font-size: 16px;
    }

    .topicBox {
        height: 321px;
    }

    .topicName {
        font-size: 20px;
    }

    .topicBox:hover .topicName {
        font-size: 21px;
        padding-top: 195px;
    }
}


@media (max-width: 450px) {

    .about_tx {
        letter-spacing: 0;
    }

    .textBox p span {
        font-size: 33px;
    }

    .contactArea {
        width: 95%;
    }

    .swiper-slide,
    .topicBox,
    div.toppic_list {
        height: 380px;
    }

    .topicBox:hover .topicName {
        padding-top: 200px;
    }

    ul.serviceArea {
        width: 100%;
    }

    ul.serviceArea {
        padding-top: 20px;
    }

    ul.serviceArea {
        width: 85%;
    }

    ul.serviceArea li p {
        font-size: 16px;
        margin: 7px auto 15px auto;
    }

    #skills .serviceArea .section_tt {
        margin-bottom: 15px;
    }

    .pp-scrollable .scroll-wrap {
        padding: 40px 0 30px 0;
    }

    #skills div.scroll-wrap {
        padding: 40px 0 0 0;
    }

    #news .container {
        padding-top: 60px;
    }

    #skills .container {
        padding-top: 40px;
    }

    img.process_m {
        display: none;
    }

    img.process_s {
        display: block;
        margin-top: -50px;
    }

    .topicName {
        top: 40px;
    }

    img.gotoptic {
        bottom: 50px;
    }

}

@media (max-width: 400px) {
    .mobile_show {
        display: block;
    }

    .pc_none {
        display: none;
    }

    .news-row h4,
    .news-row p.mt-4 {
        font-size: 15px;
    }
}
