﻿@import url("./plugin/flexslider.css");
@import url("./plugin/owl.carousel.css");
@import url("./plugin/mediaelementplayer.css");
@import url("./plugin/colorbox.css");
@import url("./plugin/jquery.fs.tipper.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,200,300,500,600,700,800,900);

/*
* BASIC STYLE
  - General Style
  - Headings Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER
  - Topbar
  - Header Navbar
  - Logo
  - Header Color Setting
  - Navigation Menu
  - Navigation Dropdown Menu
  - Header Icons
  - Search Menu Bar & Cart Menu Bar

* INTRO
  - intro

* FOOTER

* ELEMENTS
  - Team Box
  - Skills Bar
  - Accordion Tab
  - Counter
  - Service Box
  - Pricing
  - Testimonials
  - Client Logo
  - Icon
  - Table

* GLOBAL STYLES
  - Sidebar Menu
  - Search Overlay Menu
  - Contents (Body, Container, Section, etc)
  - Contants (Portfolio, Blog, Shop etc)
  - Parallax
  - Slider
  - Preloader
  - Additional
*/


/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

::-moz-selection {
    background-color: #dcaad6;
    color: #FFF;
}

::selection {
    background-color: #dcaad6;
    color: #FFF;
}


/*  General Style   ||-----------*/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #333;
    font-size: 15px;
    font-family: "微軟正黑體", 'Roboto', sans-serif;
    font-weight: 800;
    /* letter-spacing: 1px; */
    text-align: justify;
    text-justify:inter-ideograph;
}
.index-donate > p {text-align:justify;text-align-last:center;text-align: -webkit-center !important;}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

a, a:focus, a:active, a:link, img {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #90007e;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.video {
    display: block;
}

.audio {
    width: 100%;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #CCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

    hr.dark {
        border-top: 1px solid #333;
    }

b, strong {
    font-weight: 600;
}

small, small a {
    font-size: 11px;
    color: #CCC;
}

ul.list-inside {
    list-style: inside;
}

ul.list-none {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

ul.list-none-ib {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

    ul.list-none-ib li, .list-none-ib {
        list-style: none;
        display: inline-block;
    }

ul.text-cap li, .text-cap {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #CCC;
    /*letter-spacing: 1px;*/
}

    p.lead, .lead {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    p.dark, .dark, a.dark, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
        color: #333 !important;
    }

    p.white, .white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
        color: #FFF !important;
    }

    p.color, .color, a.color, h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, li.link:hover, li.link a:hover, .color {
        color: #90007e !important;
    }

.gray {
    color: #CCC;
}

.light-color h1, .light-color h2, .light-color h3, .light-color h4, .light-color h5, .light-color h6, .light-color p, .light-color, .light-color .container-icon {
    color: #FFF;
}

.dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6, .dark-color p, .dark-color, .dark-color .container-icon {
    color: #333;
}

.dark-bg {
    background: #333;
    color: #FFF;
}
.purple-bg {
    background:#90007e;
    color: #FFF;
}
.purple-bg h3 ,.purple-bg p {
    color: #FFF;
}
.purple-bg h3:after {content:none;}
.purple-bg p {
    font-size:18px;
    line-height:36px;
    font-weight: bold;
    margin:0;
}
    .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg .link, .dark-bg .container-icon, .dark-bg .page-icon-top {
        color: #FFF;
    }

        .dark-bg .link:hover, .link:hover {
            color: #90007e;
        }

.gray-bg {
    background: #f7f7f7;
    color: #333;
}

    .gray-bg h1, .gray-bg h2, .gray-bg h3, .gray-bg h4, .gray-bg h5, .gray-bg h6, .gray-bg .container-icon {
        color: #333;
    }


/*Headings Style   ||-----------*/

.separator {
    height: 1px;
    width: 32px;
    background: #CCC;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}

    .separator.right {
        float: right;
    }

    .separator.center {
        margin-left: auto;
        margin-right: auto;
    }

    .separator.color {
        background: #90007e;
    }

    .separator.white {
        background: #FFF;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333;
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 40px;
}

    /* h1.h1, h2.h2 {
        letter-spacing: 15px;
    } */

@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
}

h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}
    h3 span {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 15px;
    }
    /* h3:after {
        color: #90007e;
        content: ".";
        font-size: 34px;
    } */

h4 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 28px;
}

    h4.h4 {
        letter-spacing: 4px;
    }

h5 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}

h1.large {
    font-size: 50px;
}

/*Button Style   ||-----------*/
.btn:focus {
    outline: none;
}

.btn, button {
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

    .btn i, button i, i.left {
        margin-right: 6px;
    }

i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

button {
    vertical-align: top;
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-lg {
    padding: 10px 25px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block;
}

.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}

.btn-purple {
    margin: 16px 10px;
    color: #FFF;
    background: #90007e;
    border: none;
}

    .btn-purple:hover {
        color: #FFF;
        background: #dcaad6;
    }

    .btn-purple1 {
        margin: 16px 10px;
        color: #AAA;
        background: #CCC;
        border: none;
    }

        .btn-purple1:hover {
            color: #FFF;
            background: #dcaad6;
        }

.btn-purple2 {
    display: block;
    width:360px;
    margin: 60px auto;
    color: #FFF;
    background: #dcaad6;
    border: none;
}

    .btn-purple2:hover {
        color: #FFF;
        background: #90007e;
    }

    .btn-black {
    color: #FFF;
    background: #333;
    border: none;
}

    .btn-black:hover {
        color: #FFF;
        /*background: #90007e;*/
        background: rgba(50,50,50,0.85);
    }

.btn-color-a, .btn-color-b {
    color: #FFF;
    background: #90007e;
    border: none;
}

    .btn-color-a:hover {
        color: #FFF;
        background: rgba(230,174,73,0.85);
    }

    .btn-color-b:hover {
        color: #FFF;
        /*color: #90007e;
        background: #FFF;*/
        background: rgba(230,174,73,0.85);
    }

.btn-white {
    color: #333;
    background: rgba(255,255,255,1);
    border: none;
}

    .btn-white:hover {
        /*color: #FFF;
        background: #90007e;*/
        background: rgba(255,255,255,0.85);
        color: #333;
    }

.btn-black-line, .btn-white-line, .btn-color-line {
    border: 2px solid;
    background: none;
}

.btn-black-line {
    color: #333;
    border-color: #333;
    padding: 9px 20px;
}

    .btn-black-line:hover {
        color: #FFF;
        background: #333;
    }

.btn-color-line {
    color: #90007e;
    border-color: #90007e;
    padding: 9px 20px;
}

    .btn-color-line:hover {
        color: #FFF;
        background: #90007e;
    }



.btn-white-line {
    color: #FFF;
    border-color: #FFF;
    padding: 9px 20px;
}

    .btn-white-line:hover {
        color: #333;
        background: #FFF;
    }

.btn-link-a, .btn-link-b {
    color: #333;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .btn-link-a:hover {
        color: #90007e;
        border-bottom: 1px solid #90007e;
    }

    .btn-link-b:hover {
        color: #FFF;
        border-bottom: 2px solid #FFF;
    }

.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}

.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}

/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

    input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], /*input[type="radio"],*/ input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #CCC;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #666;
        outline: none;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 15px;
        padding: 12px 15px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: inline-block;
        text-align-last: left;
    }

        input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, /*input[type="radio"]:focus,*/ input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
            border-color: #90007e;
            color: #333;
        }

input, textarea, select {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

    input.input-sm, .input-sm {
        padding:15px;
    }

textarea {
    height: 120px;
}

label {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    display: block;
}

    label.inline {
        display: inline-block !important;
    }

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

    .form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
        margin-bottom: 0px;
    }

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* Spacer Style   ||-----------*/

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

.no-padding {
    padding: 0 !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.pt-140 {
    padding-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.ptb-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}

.pt-220 {
    padding-top: 220px;
}

.pb-220 {
    padding-bottom: 220px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mtb-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width: 991px) {


    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }

    .ptb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .float-none-sm {
        float: none !important;
    }

    .float-left-sm {
        float: left !important;
    }

    .float-right-sm {
        float: right !important;
    }
}

@media (max-width: 767px) {

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }

    .plr-xs-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-xs-0 {
        padding-top: 0;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .float-none-xs {
        float: none !important;
    }

    .float-left-xs {
        float: left !important;
    }

    .float-right-xs {
        float: right !important;
    }
}



/*==========================================================================================================*/
/* HEADER     ||---------------------------- */
/*==========================================================================================================*/

.header {
    position: relative;
    width: 100%;
}

    .header.header-transparent {
        position: absolute;
        z-index: 1040;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
    }

    .header .header-nav {
        width: 100%;
        position: relative;
        z-index: 4;
        background-color: #FFF; /*Desktop "header"*/
        padding:0;
        border-bottom: 1px solid;
        border-color: transparent;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
    }

    .header.header-transparent .header-nav {
        /*background-color: transparent; Desktop "header-transparent" */
        border-bottom: 0px none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

/* Sticky Header Css*/
.header--sticky.fixed .header-nav {
    position: fixed;
    top: 0;
    z-index: 3000;
    background-color: rgba(255,255,255,.95);
    /*border-bottom: 1px solid rgba(0,0,0,0.07);*/
    box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    padding-top: 0px;
    padding-bottom: 0px;
    animation: slideInDown 0.3s ease-in-out;
    -moz-animation: slideInDown 0.3s ease-in-out;
    -o-animation: slideInDown 0.3s ease-in-out;
    -webkit-animation: slideInDown 0.3s ease-in-out;
}

/* Mobile Header Sticky effect none*/
/* .header--sticky.fixed.no-stick .header-nav, .header--sticky.no-stick.fixed .header-nav {
    position: relative;
    top: 0;
    z-index: 4;
    background-color: #FFF;
    border-bottom: 0px none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
} */

/* .header.header-transparent.header--sticky.fixed.no-stick .header-nav, .header.header-transparent.header--sticky.no-stick.fixed .header-nav {
    position: relative;
    top: 0;
    z-index: 4;
    background-color: none transparent;
    border-bottom: 0px none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
} */

/*------------------------------------------------------------*/
/* Topbar */
/*------------------------------------------------------------*/
.topbar {
    padding: 11px 0;
    font-size: 13px;
    position: relative;
    z-index: 3002;
}

    .topbar ul > li {
        margin-right: 15px;
        display: inline-block;
    }

        .topbar ul > li:last-child {
            margin-right: 0px;
        }

/* Topbar Dark */
.topbar--dark, .topbar--dark ul > li > a {
    color: rgba(255,255,255,0.80);
}

.topbar--light, .topbar--light ul > li > a {
    color: inherit;
}

.topbar-border-light {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.topbar-border-dark {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

@media all and (min-width: 767px) {
}

/*------------------------------------------------------------
    Header Navbar
 ------------------------------------------------------------*/
.header-nav {
    display: block;
}

    .header-nav > .container, .header-nav > .container-fluid {
        position: relative;
        vertical-align: middle;
    }


/*------------------------------------------------------------
    Logo
 ------------------------------------------------------------*/
.logo {
    /*width:14%;*/
    /* min-width:160px*/;
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
}

    .logo a {
        position: relative;
        display: block;
        height: 28px;
        width: 150px;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        /*transform: translateX(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        top: 50%;*/
    }

        .logo a img {
            position: absolute;
            max-height: 100%;
            height: 100%;
            width: auto;
            transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
        }

.fixed .logo a {
    height: 28px;
}

/*------------------------------------------------------------
    Header Color Setting
------------------------------------------------------------*/
.header .nav-menu > ul > li > a,
.header.fixed .nav-menu > ul > li > a,
.header.header-transparent.fixed .nav-menu > ul > li > a,
.header.header-transparent.header--dark .nav-menu > ul > li > a,
.header.header--dark.header-transparent .nav-menu > ul > li > a,
.header .nav-icons > *,
.header.fixed .nav-icons > * {
    /* color: rgba(39,49,62,1); */
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

    .header .nav-menu > ul > li:hover > a,
    .header.fixed .nav-menu > ul > li:hover > a,
    .header.header-transparent.fixed .nav-menu > ul > li:hover > a,
    .header.header-transparent.header--dark .nav-menu > ul > li:hover > a,
    .header.header--dark.header-transparent .nav-menu > ul > li:hover > a,
    .header .nav-icons > *:hover,
    .header.fixed .nav-icons > *:hover,
    .header.header-transparent.fixed .nav-icons > *:hover,
    .header.header-transparent.header--dark .nav-icons > *:hover,
    .header.header--dark.header-transparent .nav-icons > *:hover {
        color:#90007e;
    }
    .header.header-transparent .nav-menu > ul > li > a {letter-spacing:0;}

.header.header-transparent .nav-menu > ul > li > a,
.header.header-transparent .nav-icons > * {
    /* color: rgba(255,255,255,1); */
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

    .header.header-transparent .nav-menu > ul > li:hover > a,
    .header.header-transparent .nav-icons > *:hover {
        color: rgba(255,255,255,0.70);
    }

.logo img.logo-dark {
    opacity: 0;
}

.header .logo img.logo-dark,
.header.header-transparent .logo img.logo-light,
.header.header-transparent.header--sticky.fixed .logo img.logo-dark,
.header.header-transparent.header--dark .logo img.logo-dark,
.header.header--dark.header-transparent .logo img.logo-dark {
    opacity: 1;
    z-index: 2;
    display: block;
}

.header .logo img.logo-light,
.header.header-transparent .logo img.logo-dark,
.header.header-transparent.header--sticky.fixed .logo img.logo-light,
.header.header-transparent.header--dark .logo img.logo-light,
.header.header--dark.header-transparent .logo img.logo-light {
    opacity: 0;
    z-index: 0;
    display: none;
}

.header .nav-menu > ul > li > a::after,
.header.fixed .nav-menu > ul > li > a::after,
.header.header-transparent.fixed .nav-menu > ul > li > a::after,
.header.header-transparent.header--dark .nav-menu > ul > li > a::after,
.header.header--dark.header-transparent .nav-menu > ul > li > a::after,
.header .nav-menu > ul > li:hover > a::after,
.header.fixed .nav-menu > ul > li:hover > a::after,
.header.header-transparent.fixed .nav-menu > ul > li:hover > a::after,
.header.header-transparent.header--dark .nav-menu > ul > li:hover > a::after,
.header.header--dark.header-transparent .nav-menu > ul > li:hover > a::after {
    color: rgba(39,49,62,0.50);
}

.header.header-transparent .nav-menu > ul > li > a::after,
.header.header-transparent .nav-menu > ul > li:hover > a::after {
    color: rgba(255,255,255,0.50);
}
.header.header--dark.header-transparent .nav-menu > ul > li:hover > a::after {color:#90007e;}

@media all and (max-width: 991px) {
    .header.header-transparent .nav-menu > ul > li > a {
        color: rgba(255,255,255,1) !important;
    }

    .header.header-transparent .nav-menu > ul > li:hover > a {
        color: rgba(255,255,255,1) !important;
    }
}
/*------------------------------------------------------------
    Navigation Menu
------------------------------------------------------------*/
.nav-menu {
    /* width: 68%; */
    position: static;
}

    .nav-menu > ul {
        /* width: 650px; */
        margin:0 auto;
        padding: 0;
        list-style: none;
    }

        .nav-menu > ul > li {
            margin: 0;
            padding: 0;
            display: inline-block;
            position: relative;
        }

            .nav-menu > ul > li > a, .header.no-stick.fixed .nav-menu > ul > li > a, .header.fixed.no-stick .nav-menu > ul > li > a {
                padding: 29px 4px 30px;
                display: inline-block;
                position: relative;
                font-size: 15px;
                line-height: 1;
                /* text-transform: uppercase; */
                font-weight: 600;
                transition: all .3s ease-out;
                -moz-transition: all .3s ease-out;
                -o-transition: all .3s ease-out;
                -webkit-transition: all .3s ease-out;
            }
			/*
            .nav-menu > ul > li:last-child {
                top:24px;
                right:155px;
                position: absolute;
            }
			*/
.header.fixed .nav-menu > ul > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*Onepage Nav*/
.fixed a.current {
    color: #90007e !important;
}

.header--sticky.fixed.sticky--on .header-nav {
    position: fixed !important;
    top: 0 !important;
}

@media all and (min-width: 992px) {
    .nav-menu > ul > li.dd-menu-dropdown-icon > a::after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 6px;
        font-size: 12px;
    }
}

@media all and (max-width: 991px) {
    .nav-menu {
        display: none;
        text-align: left;
        position: absolute;
        top: 100%;
        left: 0;
        background: #90007e;
        padding: 0;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    }

        .nav-menu.show-on-mobile {
            display: block;
            width: 100% !important;
        }

        .nav-menu > ul > li {
            display: block;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

            .nav-menu > ul > li:first-child {
                border-top: 0;
            }

            .header.header--sticky.fixed .nav-menu > ul > li > a, .header .nav-menu > ul > li > a, .nav-menu > ul > li > a {
                padding: 22px 15px;
                width: 100%;
                display: block;
                position: relative;
                color: #27313e;
                line-height: 1;
            }
            /*
            .nav-menu > ul > li:last-child {
                padding: 22px 15px;
                text-align:right;
                background: #CCC;
                position:initial;
            }
            .nav-menu > ul > li:last-child a {
                color:#333;
            }
            */
}

/*------------------------------------------------------------
    Navigation Dropdown Menu
------------------------------------------------------------*/
/*Dropdown*/
.nav-dropdown, .nav-dropdown-sub {
    width: 200px;
    display: none;
    /*background-color: #FFF;*/
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
}

.nav-dropdown, .nav-dropdown-sub {
    background-color: #dba9d5;
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top:0;
    padding-bottom:0;
    text-align: left;
    list-style: none;
    z-index: 9;
}

    .nav-dropdown.left {
        left: auto;
        right: 0;
    }

    .nav-dropdown ul {
        padding: 0;
    }

    .nav-dropdown ul {
        list-style: none;
		width: 100%;
    }

        .nav-dropdown ul li {
            padding: 10px 20px;
            border-top: 1px solid #cb99c5;
            text-align: left;
            position: relative;
        }
        .nav-dropdown ul li:first-child {border-top:0;}

    .nav-dropdown [class*="col-"] ul {
        margin-bottom: 15px;
    }

        .nav-dropdown [class*="col-"] ul:last-child {
            margin-bottom: 0;
        }

    .nav-dropdown ul li, .nav-dropdown ul li a {
        display: block;
        transition: color 0.3s ease 0s;
        -moz-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        -webkit-transition: color 0.3s ease 0s;
        font-size: 15px;
        /* text-transform: uppercase; */
        font-weight: 500;
    }

        .nav-dropdown ul li a, .nav-dropdown-sub ul li a {
            color:#90007e; /*Dropdown Link Color*/
        }

            .nav-dropdown ul li .dropdown-title,
            .nav-dropdown-sub ul li a:hover {
                color: #90007e; /*Dropdown Link Hover Color*/
            }
            .nav-dropdown ul li:hover {
                background:#90007e ;
            }
            .nav-dropdown ul li:hover a {
                color:#FFF;
            }
                .nav-dropdown ul li .dropdown-title.transparent {
                    color: rgba(0,0,0,0);
                }

        .nav-dropdown ul li .dropdown-title {
            font-size: 12px;
            font-weight: 500;
        }

.nav-dropdown-sub {
    position: absolute;
    top: 0;
    left: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    list-style: none;
    margin-right: 0px;
}

    .nav-dropdown-sub.left {
        left: auto;
        right: 100%;
        margin-right: 0px;
    }
/* Mega Dropdown */
.nav-menu .mega-menu {
    position: static;
}

.col2-dropdown, .col3-dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.mega-dropdown {
    width: 100%;
    /*max-width: 1140px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.col3-dropdown {
    width: 720px;
}

.col2-dropdown {
    width: 500px;
}
/* dropdown elements */
.menu-dropdown-icon {
    display: none;
    /* height: 36px; */
    width: 100%;
    float: left;
    position: absolute;
    z-index: 5;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

    .menu-dropdown-icon:before {
        color: #FFF;
        content: "";
        cursor: pointer;
        display: none;
        float: right;
        font-family: "FontAwesome";
        font-size: 22px;
        height: 100%;
        /* line-height: 50px; */
        padding: 18px 0;
        text-align: center;
        vertical-align: middle;
        width: 36px;
        position: relative;
        z-index: 5;
        top: 0;
        right: 0;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

.sub-dropdown-icon::before {
    color: #999;
    content: "";
    cursor: pointer;
    display: block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .nav-dropdown.col2-dropdown ul li, .nav-dropdown.col3-dropdown ul li, .nav-dropdown.mega-dropdown ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-dropdown-sub {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .nav-dropdown {
        /*margin-top: -6px;*/
    }
}

@media (max-width: 991px) {

    /*Dropdown*/
    .nav-dropdown, .nav-dropdown.left, .nav-dropdown-sub, .nav-dropdown-sub.left {
        position: relative;
        top: 0;
        left: 0 !important;
        right: auto;
        width: 100%;
        z-index: 0;
    }

        .nav-dropdown li {
            padding: 8px 15px;
        }

    .nav-dropdown {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 0 none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-dropdown-sub {
        margin-left: 0px;
        display: block;
        opacity: 1;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 0 none;
    }


    .nav-dropdown [class*="col-"] ul,
    .nav-dropdown [class*="col-"] ul:last-child {
        margin-bottom: 15px;
    }

    /* Mega Dropdown */
    .nav-menu .mega-menu {
        position: relative;
    }

    .col2-dropdown, .col3-dropdown {
        width: 100%;
        padding: 15px 0px 0px;
    }

    /* dropdown elements */
    .menu-dropdown-icon, .menu-dropdown-icon::before {
        display: block;
    }

    .sub-dropdown-icon::before {
        display: block;
        content: "";
    }

    .nav-dropdown.mega-dropdown {
        padding-top: 15px;
        padding-bottom: 0px;
    }

        .nav-dropdown.mega-dropdown, .nav-dropdown.mega-dropdown > .container {
            padding-left: 0;
            padding-right: 0;
        }
}
/*------------------------------------------------------------
    Header Icons
------------------------------------------------------------*/
.nav-icons {
    /* width:13%; */
    min-width:150px;
    font-size:22px;
    right:0;
    position: absolute;
}
    .nav-icons .btn-purple {margin:16px 5px;padding:11px 10px;}

    .nav-icons .nav-icon-item {
        position: relative;
        display: inline-table;
        line-height: 1;
        min-height: 62px;
        height: 100%;
        padding: 20px 10px;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        vertical-align: middle;
    }

        .nav-icons .nav-icon-item:last-child {
            padding-right: 0;
        }

        .nav-icons .nav-icon-item > .nav-icon-trigger {
            position: relative;
            display: block;
            cursor: pointer;
            vertical-align: middle;
            /*transform: translateX(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            top: 50%;*/
        }
        .nav-icons .nav-icon-item > .nav-icon-trigger > .ion {font-size: 32px;}

        .nav-icons .nav-icon-item > .btn {
            position: absolute;
            display: inline-block;
            cursor: pointer;
            vertical-align: middle;
            transform: translateX(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            top: 50%;
            right: 0;
        }

.menu-mobile-btn i:before {
    content: "\f20e";
}

.menu-mobile-btn.active i:before {
    content: "\f2d7";
}
/*------------------------------------------------------------
    Search Menu Bar & Cart Menu Bar
------------------------------------------------------------*/
.search-menu-bar, .cart-menu-bar {
    width: 300px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFF;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 0;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

    .search-menu-bar.search-menu-open, .cart-menu-bar.cart-menu-open {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .search-menu-bar .container, .cart-menu-bar .container {
        position: relative;
        transform: translateX(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        top: 50%;
    }

.nav-icon-item.search-active, .nav-icon-item.cart-active {
    position: static;
}

.search-menu-bar .seach-input {
    color: #CCC !important;
    margin-bottom: 0;
}

/*Cart Menu*/
.cart-menu-bar ul.cart-menu-list {
    list-style: none;
    padding: 0;
    color: #333;
    margin-bottom: 0;
}

    .cart-menu-bar ul.cart-menu-list li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        list-style: none;
    }

        .cart-menu-bar ul.cart-menu-list li:last-child {
            margin-bottom: 0;
            border-bottom: 0 none;
        }

        .cart-menu-bar ul.cart-menu-list li .product-img {
            width: 25%;
            display: inline-block;
            vertical-align: top;
        }

        .cart-menu-bar ul.cart-menu-list li .product-content {
            width: 72%;
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
            position: relative;
        }

            .cart-menu-bar ul.cart-menu-list li .product-content .product-remove {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 14px;
            }

            .cart-menu-bar ul.cart-menu-list li .product-content .product-title {
                display: block;
                padding-right: 15px;
                margin-bottom: 10px;
                font-size: 14px;
                line-height: 1.4;
            }

            .cart-menu-bar ul.cart-menu-list li .product-content .product-cart-collateral {
                display: block;
                font-size: 12px;
            }

                .cart-menu-bar ul.cart-menu-list li .product-content .product-cart-collateral span:not([class]) {
                    margin-left: 3px;
                    margin-right: 3px;
                }

                .cart-menu-bar ul.cart-menu-list li .product-content .product-cart-collateral .product-price-amount {
                    font-weight: 600;
                    color: #333;
                }
/*==========================================================================================================*/
/* INTRO     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Intro */
/*------------------------------------------------------------------*/

#intro {
    position: relative;
    overflow: hidden;
}

.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro-overlay-section {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.intro-caption-top {
    z-index: 2;
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}


.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0,0,0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px;
}

    .intro-img-circle img {
        outline: none;
        border: none;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.intro-play-icon {
    text-align: center;
}

.intro-sub-title {
    letter-spacing: 1.5px;
}

.intro-title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.1;
    /*letter-spacing: -2px;*/
}

.intro-title-sm {
    font-size: 44px !important;
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.error-intro-title {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
}

.inner-intro {
    position: relative;
    /* padding: 200px 0; */
}

    .inner-intro h1 {
        font-size: 54px;
        margin-top: 30px;
    }

/*#intro .bg-image, #intro.bg-image, #inner-intro .bg-image, #inner-intro.bg-image {
    background-attachment: fixed;
}*/
.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-attachment: fixed;*/
}

.bg-fixed {
    background-attachment: fixed;
}

.slide-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 1024px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 30px;
    }
}

/*------------------------------------------------------------------*/
/* Slider */
/*------------------------------------------------------------------*/

.sc-logo {
    /*margin-top: 0px;
    margin-bottom:0;*/
    text-align: center;
}

.sc-title {
    font-weight: 800;
    text-align: center;
    /*margin-top: 0px;
    margin-bottom:0;*/
}

.sc-paragraph-lead {
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    /*margin-top: 0px;
    margin-bottom:0;*/
}

.sc-button {
}


/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/

.footer {
    background:#D6D6D6;
    position: relative;
    width: 100%;
    display: block;
}
.footer .footer-block {
    /*
    padding-top:30px;
    padding-bottom:30px;
    */
}
.footer .footer-block p {margin:0;}

    .footer hr {
        border-color: #eee;
    }

    .footer .footer-info p {
        color: #969696;
        font-size:18px;
        line-height:36px;
    }

.footer-logo {
    max-width: 180px;
    display: inline-block;
    width: 100%;
}

.contact .social {
    font-size:20px;
}
.footer .social{
    font-size: 16px;
    margin-top:20px;
}
.footer .link-title {
    margin-bottom:20px;
}
.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer ul li{
    margin-bottom:5px;
}

    .footer ul.social li, .contact ul.social li {
        display: inline-block;
        width: 24px;
        margin:0 0 0 10px;
    }
    .footer ul.social li a, .contact ul.social li a {
        fill:#333;
    }
    .footer ul.social li a:hover, .contact ul.social li a:hover {
        fill:#90007e;
    }
    /* .footer ul.social li:last-child {margin:0;} */
.footer .link a {
    font-size: 14px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
}

.footer .link-small a {
    font-weight: 600;
    text-transform: none;
}

.footer .copyright {
    background: #90007e;
    text-align: center;
}
.copyright .container p {margin:0;color:#dcaad6;line-height:20px;}

.newsletter {
    position: relative;
}

    .newsletter .newsletter-input, .newsletter .newsletter-input:focus {
        width: 100%;
        border-top: 0px none;
        border-left: 0px none;
        border-right: 0px none;
        padding-right: 40px !important;
        background: rgba(255,255,255,0);
    }

    .newsletter .newsletter-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 18px;
        background: rgba(255,255,255,0);
    }

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}
/*================================================================================================*/
/* ELEMENTS          ||---------------------------- */
/*================================================================================================*/

/*-------------------------------------------------------------------------------------------*/
/*  Team Box         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.team-item {
}

.team-item-img {
    position: relative;
}

    .team-item-img .team-item-detail {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
        text-align: center;
        color: #FFF;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner, .cent-mid-content {
    margin: auto;
    padding: 25px;
}

    .team-item-img .team-item-detail .team-item-detail-inner .social {
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }

        .team-item-img .team-item-detail .team-item-detail-inner .social li {
            list-style: none;
            display: inline-block;
            margin: 0px 5px;
        }

            .team-item-img .team-item-detail .team-item-detail-inner .social li a {
                color: #FFF;
            }

                .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
                    color: #90007e;
                }

.team-item-info {
    padding-top: 15px;
    text-align: center;
}

    .team-item-info h5 {
        margin-bottom: 0px;
    }

/*-------------------------------------------------------------------------------------------*/
/*  Skills Bar      ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.skillbar-bar:before {
    background: #CCC;
    content: "";
    height:7px;
    position: absolute;
    width:calc(100% - 30px);
    z-index: -1;
    left: 15px;
}

.skillbar-bar {
    height: 7px;
    width: 0px;
    background: #90007e;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    display: inline-block;
}

.skillbar-title, .skill-bar-percent {
    padding:0 10px;
    color: #FFF;
    background:#90007e;
    font-size: 11px;
    font-weight: 600;
    top:-36px;
    position:relative;
}
.move55 {left:-37%;animation: move55 2.3s ease 1 alternate;}/*算法從-92%~8%*/
@keyframes move55 {
    from {left:-92%;}
    to {left:-37%;}
}
.skill-bar-percent::before {
    content:'';
    width: 0;
    height: 0;
    margin: 0 0 0 -2px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #90007e transparent transparent transparent;
    left: 50%;
    bottom: -4px;
    position: absolute;
}

.skill-bar-percent {
    float: right;
    display: inline-block;
}


/*-------------------------------------------------------------------------------------------*/
/*  Accordion Tab    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.accordion-section {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

    .accordion-section:last-child {
        border-bottom: 1px solid #CCC;
    }

.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0px;
}

    .accordion-title.active {
        /*background: #fafafa;*/
        color: #90007e;
    }

    .accordion-title:before {
        content: "\f105";
        display: block;
        font-family: "FontAwesome",sans-serif;
        position: absolute;
        right: 18px;
        font-weight: 400;
    }

    .accordion-title.active:before {
        content: "\f107";
    }

.accordion-content.defualt-hidden {
    display: none;
    margin: 0;
}

.accordion-content {
    padding: 0 20px 10px;
}

/*-------------------------------------------------------------------------------------------*/
/*  Counter          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.counter {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-table;
}
/*-------------------------------------------------------------------------------------------*/
/*  Service Box      ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.features-box-left, .features-box-right {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
}

.features-box-left {
    padding-left: 75px;
    text-align: left;
}

.features-box-right {
    padding-right: 75px;
    text-align: right;
}

.features-icon-left, .features-icon-right {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
}

.features-icon-left {
    padding-right: 20px;
    left: 0;
}

.features-icon-right {
    padding-left: 20px;
    right: 0;
}

.contact-box-left, .contact-box-top {
    display: block;
    position: relative;
}

.contact-box-left {
    padding-left: 45px;
    text-align: left;
}

.contact-icon-left, .contact-icon-top {
    font-size: 30px;
    position: absolute;
}

.contact-icon-top {
    text-align: center;
}

.contact-icon-left {
    left: 0;
}


@media (max-width: 991px) {
    .features-box-left {
        display: block;
        padding-left: 0px;
        text-align: center;
    }

    .features-box-right {
        display: block;
        padding-right: 0px;
        text-align: center;
    }

    .features-icon-left, .features-icon-right {
        position: relative;
    }

    .features-icon-left {
        padding-right: 0px;
        left: auto;
    }

    .features-icon-right {
        padding-left: 0px;
        right: auto;
    }
}
/*-------------------------------------------------------------------------------------------*/
/*  Pricing       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.Pricing-box {
    border: 1px solid #CCC;
    text-align: center;
}

    .Pricing-box.highlight {
        background: #f9f9f9;
        border: 1px solid #CCC;
    }

        .Pricing-box.highlight hr {
            border-color: #CCC;
        }

.price-title h4, .price-title h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Pricing-box .price {
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

    .Pricing-box .price .price-sm {
        font-size: 14px;
        position: absolute;
    }

    .Pricing-box .price .price-lg {
        padding-left: 10px;
    }

.Pricing-box .price-tenure {
    font-size: 12px;
    color: #CCC;
    font-weight: 400;
    padding-top: 8px;
}

.Pricing-box .pricing-features {
    font-size: 13px;
    text-transform: uppercase;
}

    .Pricing-box .pricing-features ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Pricing-box .pricing-features ul li {
            padding: 6px;
        }


/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit;
}

.testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.quote-author {
    margin-top: 15px;
}

    .quote-author span {
        font-weight: 400;
    }

/*-------------------------------------------------------------------------------------------*/
/* Client Logo       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.client-logo {
    height: 80px;
    text-align: center;
}

    .client-logo img {
        height: 100%;
        width: auto;
    }

/*-------------------------------------------------------------------------------------------*/
/* Icon          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.page-icon-top {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
}

.white .page-icon-top, .white .page-icon-left, .white .features-icon-left, .white .features-icon-right {
    color: #FFF;
}

/*-------------------------------------------------------------------------------------------*/
/* Table          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


.table.table-border {
    border: 1px solid #eee;
}

.table tr td, .table tr th {
    padding: 10px 15px;
    vertical-align: middle !important;
}

.table.table-fit tr td, .table.table-fit tr th {
    padding: 10px 0px;
}

.table.table-border tr td, .table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px;
}

    .table.checkout tr td:first-child, .table.checkout tr th:first-child {
        max-width: 60px;
    }

    .table.checkout tr td:last-child, .table.checkout tr th:last-child {
        text-align: center;
    }

.table.checkout small {
    display: block;
}


/*================================================================================================*/
/* GLOBAL STYLES       ||---------------------------- */
/*================================================================================================*/
/*------------------------------------------------------------
    Sidebar Menu
------------------------------------------------------------*/

.sidebar-menu {
    background-color: #333;
    color: #FFF;
    position: fixed;
    overflow-y: auto;
    right: -320px;
    width: 320px;
    bottom: 0;
    top: 0px;
    z-index: 10009;
    box-shadow: 0 0 30px rgba(0,0,0,.17);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.17);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.17);
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    opacity: 0;
    visibility: hidden;
    display: block;
}

    .sidebar-menu.sidebar-menu-open {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

.sidebar-close-icon {
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    z-index: 3;
}

.sidembar-menu-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.sidebar-header {
    position: relative;
    padding: 30px 30px 0px;
    display: block;
}

    .sidebar-header * {
        margin: 0;
        line-height: 1;
        padding: 0;
    }

.sidebar-content {
    position: relative;
    padding: 30px;
}

.sidebar-footer {
    display: table-row;
    height: auto;
    vertical-align: bottom;
}

    .sidebar-footer .sidebar-footer-wrap {
        vertical-align: bottom;
        padding: 30px;
        display: table-cell;
    }

/*Sidebar Sign in form*/
.sidebar-menu .sign-in {
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

    .sidebar-menu .sign-in a {
        color: inherit;
        font-weight: 400;
        font-size: 12px;
        display: inline-block;
    }

        .sidebar-menu .sign-in a:hover {
            color: #90007e;
            text-decoration: underline;
        }

.sidebar-menu .logo {
    max-width: 120px;
    width: 100%;
}

.sidebar-menu .social {
    list-style: none;
}

    .sidebar-menu .social li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        .sidebar-menu .social li a {
            font-size: 16px;
        }

/*Sidebar Links*/
.sidebar-menu ul {
    padding: 0;
}

    .sidebar-menu ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .sidebar-menu ul > li > a {
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        color: inherit;
    }

        .sidebar-menu ul > li > a:hover {
            color: #90007e;
        }


/* --------------------------------------------------------------------------------------- */
/* Search Overlay Menu -------------- */
/* --------------------------------------------------------------------------------------- */
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.9);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2200;
    text-align: center;
}

    .search-overlay-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    .search-overlay-menu form {
        height: 120px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -60px auto 0;
        width: 60%;
        left: 20%;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .search-overlay-menu.open form {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .search-overlay-menu input[type="search"] {
        height: 100%;
        width: 100%;
        color: #FFF;
        background: transparent;
        border-top: 0px solid transparent;
        border-bottom: 2px solid #999 !important;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 60px;
        font-weight: 300;
        outline: none;
        padding: 10px;
    }

    .search-overlay-menu form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-size: 3rem;
        position: absolute;
        right: 0;
        top: 40px;
        color: #CCC;
    }

    .search-overlay-menu .search-overlay-close {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 1;
        font-size: 40px;
        color: #FFF;
    }

        .search-overlay-menu .search-overlay-close:hover {
            color: #90007e;
            cursor: pointer;
        }


/* --------------------------------------------------------------------------------------- */
/* Contents (Body, Container, Section, etc) -------------- */
/* --------------------------------------------------------------------------------------- */
.wrapper {
    position: relative;
    width: 100%;
}

.inner-intro {
    background-color: #f7f7f7;
    display: block;
    position: relative;
}

    .inner-intro.inner-intro-small {
        height: 380px;
    }

    .inner-intro .container {
        position: relative;
        height: 100%;
        padding:75px 0 10px;
    }

        .inner-intro .container .title {
            vertical-align: middle;
            text-align: left;
            position: relative;
        }

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}

.page-breadcrumb {
    padding: 4px 0;
    display: inline-block;
    color: #AAA;
    font-size: 18px;
    text-transform: uppercase;
    right:0;
    bottom:3px;
    position: absolute;
}

    .page-breadcrumb a, .page-breadcrumb span {
        display: inline-block;
        padding-left: 5px;
        color:#AAA;
    }

    .page-breadcrumb a:hover {
        color:#90007e;
    }

.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    height: 100%;
    z-index: 2;
    background-color: rgba(32,32,32,0.4);
    display: -webkit-flex;
    display: flex;
}

.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}

    .overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(32,32,32,0.4);
    }

    .overlay-dark80:before {
        background-color: rgba(32,32,32,0.8);
    }

    .overlay-light:before {
        background-color: rgba(255,255,255,0.4);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.8);
    }

.full-screen-intro {
    overflow: hidden;
    position: relative;
}

.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.full-cap-wraper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cont-h-100per {
    height: 100%;
}

/*backround images*/
.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-img1, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img8, .bg-img9, .bg-img10, .bg-img11, .bg-img12, .bg-img13, .bg-img14, .bg-img15, .bg-img16, .bg-img17, .bg-img18, .bg-img19, .bg-img20, .bg-img21, .bg-img22, .bg-img23, .bg-img24, .bg-img25, .bg-img26, .bg-img27, .bg-img28, .bg-img29, .bg-img30 {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img1 {
    background-image: url("../img/full/01.jpg");
}

.bg-img2 {
    background-image: url("../img/full/02.jpg");
}

.bg-img3 {
    background-image: url("../img/full/03.jpg");
}

.bg-img4 {
    background-image: url("../img/full/04.jpg");
}

.bg-img5 {
    background-image: url("../img/full/05.jpg");
}

.bg-img6 {
    background-image: url("../img/full/06.jpg");
}

.bg-img7 {
    background-image: url("../img/full/07.jpg");
}

.bg-img8 {
    background-image: url("../img/full/08.jpg");
}

.bg-img9 {
    background-image: url("../img/full/09.jpg");
}

.bg-img10 {
    background-image: url("../img/full/10.jpg");
}

.bg-img11 {
    background-image: url("../img/full/11.jpg");
}

.bg-img12 {
    background-image: url("../img/full/12.jpg");
}

.bg-img13 {
    background-image: url("../img/full/13.jpg");
}

.bg-img14 {
    background-image: url("../img/full/14.jpg");
}

.bg-img15 {
    background-image: url("../img/full/15.jpg");
}

.bg-img16 {
    background-image: url("../img/full/16.jpg");
}

.bg-img17 {
    background-image: url("../img/full/17.jpg");
}

.bg-img18 {
    background-image: url("../img/full/18.jpg");
}

.bg-img19 {
    background-image: url("../img/full/19.jpg");
}

.bg-img20 {
    background-image: url("../img/full/20.jpg");
}

.bg-img21 {
    background-image: url("../img/full/21.jpg");
}

.bg-img22 {
    background-image: url("../img/full/22.jpg");
}

.bg-img23 {
    background-image: url("../img/full/23.jpg");
}

.bg-img24 {
    background-image: url("../img/full/24.jpg");
}

.bg-img25 {
    background-image: url("../img/full/25.jpg");
}

.bg-img26 {
    background-image: url("../img/full/26.jpg");
}

.bg-img27 {
    background-image: url("../img/full/27.jpg");
}

.bg-img28 {
    background-image: url("../img/full/28.jpg");
}

.bg-img29 {
    background-image: url("../img/full/29.jpg");
}

.bg-img30 {
    background-image: url("../img/full/30.jpg");
}

.border-b-box {
    border-bottom: 1px solid #CCC;
    display: inline-block;
    width: 100%;
}

.border-box {
    border: 1px solid #CCC;
    /* padding: 25px; */
}

.b-lrb-none .ui-tab-content, .b-lrb-none {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}

.content-slider, .o-flow-hidden {
    overflow: hidden;
}

.map {
    width: 100%;
    height: 450px;
}

#map {
    height: 100%;
}


@media (max-width: 767px) {
    /* .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    } */


    /*.inner-intro .container .title h2 {
            float: none;
        }

        .inner-intro .container .title p {
            float: none;
            margin-top: 0px;
        }
        .inner-intro .container .title .separator {
            margin-left:auto;
            margin-right:auto;
        }*/
}

/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */
.col.container-grid {
    padding-left: 0;
    padding-right: 0;
}

.col.container-masonry {
    padding-left: 0;
    padding-right: 0;
}

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.container.nf-container2 {
    /*padding-left: 25px;
    padding-right: 25px;*/
}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px;
    /*overflow: hidden;*/
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.nf-row2 {
    /*margin-left: -25px;
    margin-right: -25px;*/
}

    .nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
        display: table;
        content: " ";
    }

    .nf-row1:after, .nf-row2:after {
        clear: both;
    }
.nf-item {text-align: center;line-height:32px;}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
    padding: 15px;
}


.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
    padding: 15px;
}

.spacing-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}

.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
    width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
    width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
    width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
    width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
    width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}

@media (max-width: 991px) {
    .nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
        width: 50%;
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 33.3333%;
    }



    .nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
        padding: 25px;
    }
}

@media (max-width: 767px) {

    .container {
        margin: 0 auto;
        width: 100%;
    }

    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px;
    } */


    .nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
        width: 100%;
        max-width:96%;
        margin: 0 auto;
    }

    .nf-col-3, .nf-col-4 {
        margin: 0 auto;
        max-width: 90%;
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%;
    }

    .nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
        padding: 15px;
    }

    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}

@media (max-width: 480px) {

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%;
    }
}
/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 50px;
}

    .sidebar-widget h4 {
        margin: 0px;
        padding-top: 0;
        padding-bottom: 15px;
    }

.widget-search {
    position: relative;
}

    .widget-search input[type="text"] {
        padding-right: 30px;
    }

    .widget-search input[type="submit"] {
        background-color: rgba(0,0,0,0);
        border: 0 none;
        color: #8d8d8d;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-family: "FontAwesome",sans-serif;
        margin: 0;
        outline: 0 none;
        white-space: nowrap;
        padding: 0 3px;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .widget-search input[type="submit"]:hover {
            color: #90007e;
        }

.sidebar-widget hr {
    margin-bottom: 15px;
}

.sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}

    .sidebar-widget ul li {
        list-style: none;
        font-weight: 600;
    }

        .sidebar-widget ul li a {
            display: inline-block;
            padding: 4px 0px;
            font-size: 15px;
            color: #333;
        }

            .sidebar-widget ul li a:hover {
                color: #90007e;
            }
        .sidebar-widget ul li span {
            color: #90007e;
        }

.widget-tag {
    display: inline-table;
    margin-top: 15px;
}

    .widget-tag li {
        float: left;
        margin-bottom: 5px;
        margin-right: 5px;
        text-transform: uppercase;
    }

        .widget-tag li a {
            padding: 4px 10px !important;
            display: block;
            border: 1px solid #eee;
        }

            .widget-tag li a:hover {
                background: #333;
                color: #FFF !important;
            }

.sidebar-widget .widget-post {
    position: relative;
}

    .sidebar-widget .widget-post .widget-post-media {
        width: 70px;
        display: table-cell;
        padding: 0px 15px 0px 0px;
    }

    .sidebar-widget .widget-post li {
        margin-bottom: 20px;
    }

    .sidebar-widget .widget-post a {
        padding: 0px;
    }

    .sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
        width: 100%;
        vertical-align: top;
    }

    .sidebar-widget .widget-post .widget-post-info {
        display: table-cell;
        vertical-align: top;
    }

        .sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
            margin-bottom: 5px;
        }

        .sidebar-widget .widget-post .widget-post-info p {
            margin: 0px;
        }
        .sidebar-widget .widget-post .widget-post-info span {
            font-size:20px;
            font-weight:bolder;
        }
/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

    .pagination-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .pagination-nav ul li {
            display: inline-block;
            margin: 0px 2px;
        }

            .pagination-nav ul li a {
                display: block;
                height: 40px;
                width: 40px;
                line-height: 38px;
                text-align: center;
                font-size: 15px;
                border:1px solid #90007e;
                color:#90007e;
            }

            .pagination-nav ul li.active a {
                background: #90007e;
                color: #FFF;
            }

            .pagination-nav ul li.back a {
                width:120px;
            }

/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

    .container-filter li {
        list-style: none;
        display: inline-block;
    }

        .container-filter li a {
            display: block;
            margin-left: 15px;
            margin-right: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 12px;
            font-weight: 600;
            font-family: 'Roboto', sans-serif;
        }

            .container-filter li a.active {
                color: #90007e;
            }

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

    .item-box a {
        display: inline-block;
    }

    .item-box:hover .item-mask {
        opacity: 1;
        visibility: visible;
    }

        .item-box:hover .item-mask .item-caption {
            bottom: 30px;
            opacity: 1;
        }

    .item-box:hover .item-container {
        transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }

    .item-box h5 {
        font-size:24px;
    }

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); */
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .item-mask h5, .item-mask h6, .item-mask p {
        margin-bottom: 0px;
    }

    .item-mask p {
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1.5px;
        font-weight: 400;
        margin-top: 0;
        text-align: left;
    }

    .item-mask .item-caption {
        position: absolute;
        bottom: -60px;
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        opacity: 0;
    }

.project-detail-block p {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul.project-detail-block, .project-detail-block ul {
    padding-left: 0;
}

.project-detail-block li {
    list-style: none;
}

.project-detail-block p strong {
    display: inline-block;
    width: 110px;
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}

    .item-nav .item-prev, .item-nav .item-next, .item-nav .item-all-view {
        position: relative;
        display: inline-block;
    }

        .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

            .item-nav .item-all-view h5:hover, .item-nav .item-all-view h6:hover {
                color: #90007e;
            }

        .item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn, .item-all-view {
            display: inline-block;
            font-size: 25px;
            text-align: center;
            height: 51px;
            line-height: 51px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

        .item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn {
            color: #333;
            background: #FFF;
            width: 51px;
        }

        .item-nav .item-prev:hover .prev-btn, .item-nav .item-next:hover .next-btn {
            background: #f7f7f7;
            /*color: #FFF;*/
        }

    .item-nav .item-prev {
        text-align: left;
        float: left;
    }

    .item-nav .item-next {
        text-align: right;
        float: right;
    }

        .item-nav .item-prev .item-prev-text, .item-nav .item-next .item-next-text {
            position: absolute;
            line-height: 51px;
            top: 10px;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            width: 150px;
        }

        .item-nav .item-prev:hover .item-prev-text, .item-nav .item-next:hover .item-next-text {
            margin-left: 0;
            margin-right: 0;
            visibility: visible;
            opacity: 1;
        }

    .item-nav .item-prev .item-prev-text {
        left: 100%;
        margin-left: -110px;
        padding-left: 15px;
    }

    .item-nav .item-next .item-next-text {
        right: 100%;
        margin-right: -110px;
        padding-right: 15px;
    }

        .item-nav .item-prev .item-prev-text p, .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6,
        .item-nav .item-next .item-next-text p, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6 {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6,
        .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6,
        .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
            padding-top: 8px;
        }

/* ----------------------------------------------------------------------*/
/* Blog   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
/*.blog-post {
    position: relative;
}*/
.blog-post {
    display: inline-block;
    width: 100%;
}

    .blog-post .post-media {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
    }

        .blog-post .post-media iframe {
            width: 100%;
        }

    .blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta ,.post-meta a {
        text-transform: uppercase;
        color: #CCC;
        font-size: 15px;
    }
    .post-meta a:hover {color:#90007e;}

        .blog-post .post-meta span, .comment-list .post-meta span {
            margin-right: 3px;
        }

    .blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .blog-post .post-header h2 {
        margin-bottom: 10px;
    }

    .blog-post .post-entry {
        margin-bottom: 30px;
    }

        .blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
            margin-bottom: 20px;
        }

        .blog-post .post-entry ul {
            color: #CCC;
        }

    .blog-post .post-tag {
        color: #999;
        text-transform: uppercase;
        font-size: 13px;
    }

        .blog-post .post-tag span {
            margin-right: 10px;
        }

    .blog-post .post-more-link {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .blog-post .post-more-link a i {
            margin-left: 5px;
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
        }

        .blog-post .post-more-link a:hover i {
            margin-left: 10px;
        }

    .blog-post blockquote {
        border-left: none;
        background: #f7f7f7;
        font-size: 17px;
        font-weight: 400;
        padding: 25px 25px;
        margin: 0px;
        color: #CCC;
        font-weight: 300;
    }

        .blog-post blockquote:after {
            content: "";
            font-family: FontAwesome;
            padding-left: 7px;
            font-size: 12px;
        }

        .blog-post blockquote:before {
            content: "";
            font-family: FontAwesome;
            padding-right: 7px;
            font-size: 12px;
        }

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

    .post-author img {
        width: 80px;
    }

    .post-author .post-author-details {
        margin-left: 20px;
    }

    .post-author h6 {
        margin-top: 0px;
    }

    .post-author ul.social {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }

        .post-author ul.social li {
            list-style: none;
            display: inline-block;
            margin: 0 5px;
        }

.post-comment {
}

    .post-comment .comment-numb {
        font-weight: 300;
    }

    .post-comment .comment-list {
        margin-left: 0px;
        padding-right: 0px;
        list-style: none;
        padding: 0px;
    }

        .post-comment .comment-list h6 {
            margin-top: 0px;
            margin-bottom: 3px;
        }

        .post-comment .comment-list li:first-child {
            padding-top: 0px;
        }

        .post-comment .comment-list li {
            padding-top: 15px;
        }

            .post-comment .comment-list li:last-child .comment-detail {
                border-bottom: 0px none;
            }

        .post-comment .comment-list li, .post-comment .comment-list .comment-reply {
            position: relative;
            padding-left: 65px;
        }

        .post-comment .comment-list .comment-detail {
            border-bottom: 1px dotted #eee;
            padding-bottom: 15px;
        }

        .post-comment .comment-list .comment-reply {
            padding-top: 20px;
        }

        .post-comment .comment-list .comment-reply-btn i {
            padding-right: 3px;
        }

    .post-comment .comment-avatar {
        left: 0;
        margin-right: 15px;
        position: absolute;
        width: 50px;
    }

        .post-comment .comment-avatar img {
            width: 100%;
        }

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}
/* ----------------------------------------------------------------------*/
/* Shop   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.shop-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .shop-item .item-mask .item-mask-detail {
        display: flex;
        display: -webkit-flex;
        height: 100%;
        width: 100%;
    }

        .shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
            margin: auto auto;
        }

.item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.shop-item-info {
    margin-top: 20px;
    text-align: center;
}

    .shop-item-info a:hover, .shop-item-info a:hover h5, .shop-item-info a:hover h6, .shop-item-name:hover {
        color: #90007e;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

    .shop-item-info .shop-item-name {
        margin-bottom: 5px;
    }

    .shop-item-info .shop-item-price {
        font-size: 15px;
        color: #CCC;
    }

        .shop-item-info .shop-item-price del, .shop-detail-info del, .sidebar-widget del {
            margin-right: 10px;
            color: #CCC;
            font-weight: 400;
        }

.shop-filter {
    display: inline-table;
    width: 100%;
}

.shop-filter select {
    min-width: 130px;
}
/* Shop Detail*/
.shop-detail-item {
    position: relative;
}

.shop-detail-info h4 {
    line-height: 26px;
}

.shop-detail-info .shop-item-price {
    font-size: 20px;
    color: #90007e;
    font-weight: 600;
}

.shop-Cart-totalbox {
    max-width: 450px;
}

.shop-Cart-totalprice {
    font-size: 18px;
}

/* =============================================================================================================================*/
/* Parallax ------------------- */
/* =============================================================================================================================*/
.parallax {
    position: relative;
}


/* ============================================================================================================================*/
/* Slider ---------------------*/
/* ============================================================================================================================*/

/* -------------------------------------*/
/* Full Screen slider---------*/
/* -------------------------------------*/
.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fullscreen-carousel {
    overflow: hidden;
    position: relative;
}



    .fullscreen-carousel .slides li {
        overflow: hidden;
        position: relative;
        height: 100%;
    }



    .fullscreen-carousel .overlay-hero {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
    }

        .fullscreen-carousel .overlay-hero .caption-hero {
            display: inline-table;
            height: 100%;
            margin: 0 auto;
            position: relative;
            padding: 0px;
            margin: 0px;
        }

            .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
                display: table-cell;
                margin: auto;
                vertical-align: middle;
                padding-left: 25px;
                padding-right: 25px;
            }

.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Full Width Slider */
.fullwidth-slider {
    position: relative;
    overflow: hidden;
}

    .fullwidth-slider .item {
        height: 650px;
        position: relative;
        width: 100%;
    }


/* Fullscreen Slider Next Prev Arrow*/


.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    background: #FFF;
    color: #333;
    width: 51px;
    height: 51px;
    text-align: center;
    font-family: 'FontAwesome';
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-size: 21px;
    line-height: 51px;
}

    .fullscreen-carousel .flex-direction-nav a:hover {
        color: #90007e;
    }

.flexslider.fullscreen-carousel:hover .flex-prev {
    left: 0px;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-prev {
    left: -51px;
    background-position: center left;
}

    .fullscreen-carousel .flex-direction-nav .flex-prev:before {
        content: "";
        display: inline-block;
    }

.flexslider.fullscreen-carousel:hover .flex-next {
    right: 0px;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background-position: center right;
}

    .fullscreen-carousel .flex-direction-nav .flex-next:before {
        content: "";
        display: inline-block;
    }

@media (max-width: 991px) {

    /* Fullscreen Slider */
    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%;
    }

    .fullscreen-carousel .caption-hero h1 {
        font-size: 25px;
    }

    .fullscreen-carousel .overlay-hero .caption-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {

    /* Fullscreen Slider */
    .fullscreen-carousel .caption-hero h1 {
        font-size: 20px;
        margin: 0;
    }

    .fullscreen-carousel .caption-hero h5 {
        margin: 0;
        font-size: 12px;
    }

    .fullscreen-carousel .caption-hero .separator {
        margin-left: auto;
        margin-right: auto;
    }

    .fullscreen-carousel .text-left {
        text-align: center;
    }

    .fullscreen-carousel.hero-slider-2 .slides li {
        height: 400px;
    }

    .full-intro .hero {
        /*padding-top: 64px;*/
    }

    .hero {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-buttons {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #FFF;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #FFF;
}

.nf-carousel-theme {
}

    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 16px;
        margin-top: -15px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-prev,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        background: rgba(245,245,245,0.8);
        color: #333;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        z-index: 3;
        position: absolute;
        text-align: center;
    }

        .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
        .content-carousel .owl-controls .owl-buttons .owl-next:hover,
        .image-slider .owl-controls .owl-buttons .owl-prev:hover,
        .image-slider .owl-controls .owl-buttons .owl-next:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
            /*background: #FFF;*/
            color: #90007e;
        }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
    }

    .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .content-carousel:hover .owl-controls .owl-buttons .owl-next,
    .image-slider:hover .owl-controls .owl-buttons .owl-prev,
    .image-slider:hover .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }


/* -------------------------------------*/
/* Singel Item slider (Images & Contant Slider) ---------*/
/* -------------------------------------*/
.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

/*===========================================================================================*/
/* Preloader ------------------------- */
/*===========================================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 99999;
    display: block;
}

    #preloader .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -30px;
        text-align: center;
    }

        #preloader .loader .loader-img {
            background: url("../img/loading.GIF");
            width: 60px;
            height: 60px;
            display: block;
        }


/*===========================================================================================*/
/* Additional */
/*===========================================================================================*/

/* ----------------------------------*/
/* Scroll Down Animated Arrow */
/* ----------------------------------*/
.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
}

    .intro-scroll-down .mouse {
        position: relative;
        display: block;
        width: 30px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF;
        border-radius: 23px;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
    }

        .intro-scroll-down .mouse .mouse-dot {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background: #FFF;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }

.background--light .intro-scroll-down .mouse {
    border: 2px solid #333;
}

    .background--light .intro-scroll-down .mouse .mouse-dot {
        background: #333;
    }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #333;
    background: #666;
    color: #FFF;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

    .scroll-top:hover {
        background: #90007e;
        text-decoration: none;
        color: #FFF;
    }

@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}



/*Tyrone*/

/*Index*/
.color333 {color:#333 !important;}
.color666 {color:#666 !important;}
.color666 a {color:#666;}
.color666 a:hover {color:#90007e;}
.color900 {color:#90007e;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-center {text-align:center !important;}
.t-align-c {text-align:justify !important;text-align-last:center !important;text-align: -webkit-center !important;}
.t-align-l {text-align:justify;text-align-last:left;}
.font-15 {font-size:15px !important;}

.container p {margin:0;color:#333;font-size:18px;line-height:36px;font-weight:bold;}
.container h5 {color:#90007e;}
.border-box .container h5 {color:#90007e;}

.btn-purple:hover {color:rgba(255,255,255,1) !important;}
.nav-login {display:none !important;}
.btn-login {padding:0 3px 10px;}
.btn-login::before {content:"|";margin:5px 5px 0 0;color: rgba(0,0,0,0.30);}
.btn-logged {width:43px;height:43px;line-height:43px;background:#CCC;color:#90007e;font-size:18px;}
.btn-logged::before {display:none;}
.ion {width:21px;color:#90007e;}
.content-title {margin:0 auto;text-align:center;}
.content-title h1 {margin-bottom:0;letter-spacing:0;font-weight:bold;}
.content-title span {color:#90007e;}
.m_title2 {background:url(../img/index/title2.png)center 0 no-repeat;}
.m_title3 {height:126px;background:url(../img/index/title3.png)center 0 no-repeat;}
.index-bg1 {background:#ded0b5;}
/* .index-bg1 p ,.index-bg2 ,.index-bg3 {text-align:center;} */
.index-bg2 {background:#e7edd1;}
.index-bg3 {min-height:1080px;background:url(../img/index/paragraph5.jpg) #ebebeb center 0 no-repeat;}
.text-right {text-align:right;}
.content-article {width:900px;margin:0 0 0 -450px;padding:60px 0 0;text-align:center;left:50%;position:absolute;}
.content-article p {text-align:justify;text-align-last:center;text-align: -webkit-center !important;}
.article-w-bg ,.article-m-bg {width:100%;}
.article-m-bg {display:none;}
.article-w-bg img,.article-m-bg img {width:100%;}
.index-donate-bg {width:100%;max-width:1200px;margin:0 auto;}
.index-donate {width:560px;margin:0;padding:60px 0 0;text-align:left;}
.index-donate > p {padding:0 10px;text-align:left;}
.index-donate > .content-title {max-width:368px;margin:0;}
.absolute-btn {width:160px;margin:0 0 0 -80px;left:50%;bottom:0;position:absolute;}
p.service-items-info {text-align-last:center !important;text-align: -webkit-center !important;}
.service-items h5 {text-align:center;}

.classroom {display:table;width:100%;height:100%;margin-right:0;margin-left:0;overflow:hidden;position:relative;}
.classroom::before {display:block;height:400px;background-image:url(../img/index/paragraph4.jpg);content: "";background-size:cover;background-repeat:no-repeat;background-position:50%;top:0;left:50%;right:-20px;position:absolute;}
.classroom-div {width:96%;max-width:1200px;margin:auto;display:table;height:100%;position:relative;}
.classroom-content {display:table-cell;vertical-align:middle;}
.classroom-content > div {width:45%;margin-left:10px;margin-bottom:20px;font-size:20px;}
.classroom-content h3 {font-size:32px;}
.classroom .btn-purple {margin:10px 0;border: 1px solid #dcaad6;}
.classroom .btn-purple:hover {background:none;color:#FFF;background:#dcaad6;color:#FFF;border: 1px solid #dcaad6;}
.classroom-m-bg {display:none;}
.index-m-paragraph {display:none;}

.footer-group {background:#DDD;font-weight:800 !important;}
.subscribe {background:#CCC;}
.subscribe-group {padding:10px 0 0;font-size:0;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.subscribe-group li {width:calc(100%/3);}
.subscribe-group li input {width:100%;margin-bottom:0;border:0;}
.subscribe-group li:nth-child(2) {border-left:1px solid #CCC;}
.subscribe-group li .btn-md {padding:15px 20px;border-radius:0;}
.subscribe-group li .btn-purple {width:100%;margin:0;}
.form-field-wrapper textarea {resize:none;width:100%;overflow-x:visible;overflow-y:visible;}

.footer-menu {width:90%;margin:0 auto;padding-left:0;text-align:center;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.footer-menu-l {width:20%;margin-left:0;padding-left:0;list-style-type:none;}
.footer-menu-l li {margin:10px 0;}
.footer-menu-r {width:80%;padding-left:0;list-style-type:none;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.footer-menu-r li {width:25%;}
.footer-sub-menu {width:100%;padding-left:0;list-style-type:none;}
.footer-sub-menu li {width:100%;margin:10px 0;color:#333;font-weight:bold;}
.footer-menu-l li a ,.footer-sub-menu li a {color:#A0A0A0;}
.footer-menu-l li a:hover ,.footer-sub-menu li a:hover {color:#90007e;}

.copyright .container p {font-size:11px;}

/*Donate*/
.donate-bg {min-height:1190px;background:url(../img/donate/donate_bg.jpg) center 0 no-repeat;}
.donate-bg h1 {color:#FFF;text-align:center;}
.donate-bg p {color:#FFF;}
.donate-member {padding:0 0 20px;color: #CCC;border-bottom:1px solid #CCC;text-align-last:left;}
.donate-project-icon {display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;}
input[type="radio"] {border:0;display:none;}
input {display:block;overflow: hidden;}
.donate-project-icon > label {width:81px;max-width:81px;height:110px;margin:20px 10px;padding:80px 0 0;text-align:center;color:#CCC;cursor:pointer;}
/*tab1*/
label[for="rad1-1"] {background:url(../img/donate/icon1-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad2-1"] {background:url(../img/donate/icon2-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad3-1"] {background:url(../img/donate/icon3-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad4-1"] {background:url(../img/donate/icon4-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad5-1"] {background:url(../img/donate/icon5-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad6-1"] {background:url(../img/donate/icon6-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad7-1"] {background:url(../img/donate/icon7-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad8-1"] {background:url(../img/donate/icon8-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad9-1"] {background:url(../img/donate/icon9-1.png) center 0 no-repeat;background-size:100%;}
#rad1-1:hover ~ label[for="rad1-1"] {color:#333;background:url(../img/donate/icon1-2.png) center 0 no-repeat;background-size:100%;}
#rad2-1:hover ~ label[for="rad2-1"] {color:#333;background:url(../img/donate/icon2-2.png) center 0 no-repeat;background-size:100%;}
#rad3-1:hover ~ label[for="rad3-1"] {color:#333;background:url(../img/donate/icon3-2.png) center 0 no-repeat;background-size:100%;}
#rad4-1:hover ~ label[for="rad4-1"] {color:#333;background:url(../img/donate/icon4-2.png) center 0 no-repeat;background-size:100%;}
#rad5-1:hover ~ label[for="rad5-1"] {color:#333;background:url(../img/donate/icon5-2.png) center 0 no-repeat;background-size:100%;}
#rad6-1:hover ~ label[for="rad6-1"] {color:#333;background:url(../img/donate/icon6-2.png) center 0 no-repeat;background-size:100%;}
#rad7-1:hover ~ label[for="rad7-1"] {color:#333;background:url(../img/donate/icon7-2.png) center 0 no-repeat;background-size:100%;}
#rad8-1:hover ~ label[for="rad8-1"] {color:#333;background:url(../img/donate/icon8-2.png) center 0 no-repeat;background-size:100%;}
#rad9-1:hover ~ label[for="rad9-1"] {color:#333;background:url(../img/donate/icon9-2.png) center 0 no-repeat;background-size:100%;}

#rad1-1:checked ~ label[for="rad1-1"] {color:#333;background:url(../img/donate/icon1-2.png) center 0 no-repeat;background-size:100%;}
#rad2-1:checked ~ label[for="rad2-1"] {color:#333;background:url(../img/donate/icon2-2.png) center 0 no-repeat;background-size:100%;}
#rad3-1:checked ~ label[for="rad3-1"] {color:#333;background:url(../img/donate/icon3-2.png) center 0 no-repeat;background-size:100%;}
#rad4-1:checked ~ label[for="rad4-1"] {color:#333;background:url(../img/donate/icon4-2.png) center 0 no-repeat;background-size:100%;}
#rad5-1:checked ~ label[for="rad5-1"] {color:#333;background:url(../img/donate/icon5-2.png) center 0 no-repeat;background-size:100%;}
#rad6-1:checked ~ label[for="rad6-1"] {color:#333;background:url(../img/donate/icon6-2.png) center 0 no-repeat;background-size:100%;}
#rad7-1:checked ~ label[for="rad7-1"] {color:#333;background:url(../img/donate/icon7-2.png) center 0 no-repeat;background-size:100%;}
#rad8-1:checked ~ label[for="rad8-1"] {color:#333;background:url(../img/donate/icon8-2.png) center 0 no-repeat;background-size:100%;}
#rad9-1:checked ~ label[for="rad9-1"] {color:#333;background:url(../img/donate/icon9-2.png) center 0 no-repeat;background-size:100%;}

/*tab2*/
label[for="rad1-2"] {background:url(../img/donate/icon1-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad2-2"] {background:url(../img/donate/icon2-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad3-2"] {background:url(../img/donate/icon3-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad4-2"] {background:url(../img/donate/icon4-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad5-2"] {background:url(../img/donate/icon5-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad6-2"] {background:url(../img/donate/icon6-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad7-2"] {background:url(../img/donate/icon7-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad8-2"] {background:url(../img/donate/icon8-1.png) center 0 no-repeat;background-size:100%;}
label[for="rad9-2"] {background:url(../img/donate/icon9-1.png) center 0 no-repeat;background-size:100%;}
#rad1-2:hover ~ label[for="rad1-2"] {color:#333;background:url(../img/donate/icon1-2.png) center 0 no-repeat;background-size:100%;}
#rad2-2:hover ~ label[for="rad2-2"] {color:#333;background:url(../img/donate/icon2-2.png) center 0 no-repeat;background-size:100%;}
#rad3-2:hover ~ label[for="rad3-2"] {color:#333;background:url(../img/donate/icon3-2.png) center 0 no-repeat;background-size:100%;}
#rad4-2:hover ~ label[for="rad4-2"] {color:#333;background:url(../img/donate/icon4-2.png) center 0 no-repeat;background-size:100%;}
#rad5-2:hover ~ label[for="rad5-2"] {color:#333;background:url(../img/donate/icon5-2.png) center 0 no-repeat;background-size:100%;}
#rad6-2:hover ~ label[for="rad6-2"] {color:#333;background:url(../img/donate/icon6-2.png) center 0 no-repeat;background-size:100%;}
#rad7-2:hover ~ label[for="rad7-2"] {color:#333;background:url(../img/donate/icon7-2.png) center 0 no-repeat;background-size:100%;}
#rad8-2:hover ~ label[for="rad8-2"] {color:#333;background:url(../img/donate/icon8-2.png) center 0 no-repeat;background-size:100%;}
#rad9-2:hover ~ label[for="rad9-2"] {color:#333;background:url(../img/donate/icon9-2.png) center 0 no-repeat;background-size:100%;}

#rad1-2:checked ~ label[for="rad1-2"] {color:#333;background:url(../img/donate/icon1-2.png) center 0 no-repeat;background-size:100%;}
#rad2-2:checked ~ label[for="rad2-2"] {color:#333;background:url(../img/donate/icon2-2.png) center 0 no-repeat;background-size:100%;}
#rad3-2:checked ~ label[for="rad3-2"] {color:#333;background:url(../img/donate/icon3-2.png) center 0 no-repeat;background-size:100%;}
#rad4-2:checked ~ label[for="rad4-2"] {color:#333;background:url(../img/donate/icon4-2.png) center 0 no-repeat;background-size:100%;}
#rad5-2:checked ~ label[for="rad5-2"] {color:#333;background:url(../img/donate/icon5-2.png) center 0 no-repeat;background-size:100%;}
#rad6-2:checked ~ label[for="rad6-2"] {color:#333;background:url(../img/donate/icon6-2.png) center 0 no-repeat;background-size:100%;}
#rad7-2:checked ~ label[for="rad7-2"] {color:#333;background:url(../img/donate/icon7-2.png) center 0 no-repeat;background-size:100%;}
#rad8-2:checked ~ label[for="rad8-2"] {color:#333;background:url(../img/donate/icon8-2.png) center 0 no-repeat;background-size:100%;}
#rad9-2:checked ~ label[for="rad9-2"] {color:#333;background:url(../img/donate/icon9-2.png) center 0 no-repeat;background-size:100%;}

.donate-info-title {color:#333;font-size:15px;}
.input-note {max-width:calc(100% - 15px);margin:0 15px 10px;padding:0 15px 0 18px;}
.donate-info .input-note {max-width: calc(100% - 15px);margin:0;}
.input-note p {margin:5px 0 0;font-size:12px;color:#CCC;line-height:1.2;}
.input-note p::before {content:'*';color:#CCC;left:5px;position:absolute;}
.input-note .col-md-12 {padding-left:0;}
.btn-full {width:100%;margin-left:0;}

.donate-amount-options {display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;}
.donate-amount-options > label {width:calc(calc(100% - 20px ) / 3);height:40px;margin-top:20px;padding:8px 10px 12px;text-align:center;color:#999;background:#CCC;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;cursor:pointer;}
.donate-amount-options > label > span {font-size:15px;}
label[for="option2-1"] {margin-left:10px;margin-right:10px;}
#option1-1:hover ~ label[for="option1-1"] ,#option1-1:checked ~ label[for="option1-1"] ,#option2-1:hover ~ label[for="option2-1"] ,#option2-1:checked ~ label[for="option2-1"] ,#option3-1:hover ~ label[for="option3-1"] ,#option3-1:checked ~ label[for="option3-1"] {color:#FFF;background:#90007e;}
label[for="option2-2"] {margin-left:10px;margin-right:10px;}
#option1-2:hover ~ label[for="option1-2"] ,#option2-2:hover ~ label[for="option2-2"] ,#option3-2:hover ~ label[for="option3-2"] ,#option1-2:checked ~ label[for="option1-2"] ,#option2-2:checked ~ label[for="option2-2"] ,#option3-2:checked ~ label[for="option3-2"] {color:#FFF;background:#90007e;}

/*Donate-step*/
.path h2 {margin-bottom:0;color:#AAA;}
.path h2::before {content:'';display:inline-block;width:5px;height:25px;margin:0 20px 0 0;background:#90007e;top:2px;position:relative;}
.path {background:#F5F5F5;}
.donate-method > form > .row > .form-field-wrapper > select {padding:15px !important;background: url("../img/arrow.png") right center no-repeat;}
.donate-method > form > .row > .form-field-wrapper > select > option {padding-top:10px;padding-bottom:10px;min-height:30px;}
.donate-method h2 {color:#90007e;text-align:center;}
.donate-method-group .border-box {padding:15px;}
.donate-method-group input {display:none;}
.checkbox + span { position: relative; top: -4px; display:inline-block; margin:0 5px 0 0; border:1px solid #CCC; border-radius:20px; width:20px; height:20px; vertical-align:middle; background:#FFF;}
.radio:checked + .checkbox_btn, .checkbox:checked + .checkbox_btn { position:relative; border-color: #CCC; background:#FFF;}
.radio:checked + .checkbox_btn::before, .checkbox:checked + .checkbox_btn::before { content:'';display:inline-block;width:14px;height:14px;border-radius:14px;background:#90007e;top:2px;left:2px;position:absolute;}

.donate-method-group b {color:#90007e;font-size:18px;top:-2px;text-align-last:left;position:relative;}
.donate-method-group p {padding:0 0 0 25px;font-size:15px;line-height:1.2;}
.donate-method-note {padding:0 0 0 40px;color:#CCC;font-size:13px;line-height:18px;position:relative;}
.donate-method-note::before {content:'*';color:#90007e;left:30px;position:absolute;}
.donate-method form label::after {content:'*';color:#90007e;}
.donate-method1 label::after {content:'' !important;}
.label-none::after {display:none !important;}

.donate-step-btn {padding:0;list-style-type:none;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}

.thanks h1 ,.thanks p {color:#FFF;}
.thanks-bg {min-height:1390px;background:url(../img/donate/thanks_bg.jpg) center 0 no-repeat;}
.content-title h1 {text-align:center;}
.content-title p {text-align:center;}
.new-project-btn {width:80%;margin-left:10%;}
.new-project {width:100%;padding:0;list-style-type:none;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.new-project li {width:calc(calc(100%/3) - 6%);margin:3%;text-align:center;}

/*Sponsor*/
.price::before {content:'NT.';font-size:20px;color:#90007e;}
.price {font-size:30px;color:#90007e;}
.project-price {text-align:left;position:relative;}
.project-info {display:block;color:#CCC;}
.iconmenu-box {overflow:hidden;width:100%;}
.iconmenu-box ul {padding:0;display:flex;flex-direction:row;justify-content:inherit;flex-wrap:wrap;box-sizing:border-box;}
.iconmenu-btn {display:inline-block;}
.iconmenu-item {width:calc(100% / 9);list-style-type:none;}
.iconmenu-item a {width:100%;height:120px;padding:10px;color:#333;overflow: hidden;display:inline-block;position:relative;}
.iconmenu-item a:hover {color:#90007e;}
.iconmenu-item a svg {width:30px;left:0;top:8px;position:absolute;}
.iconmenu-item:hover {fill:#90007e;}
.iconmenu-item .icon {margin-top:4px;margin-left:3px;}
.iconmenu-item > a > label {width:81px;height:100px;margin:0;padding:80px 0 0;text-align:center;color:#CCC;cursor:pointer;}
.iconbtn-group {position:absolute;top:6px;left:0;width:100%;}
.iconmenu-btn {color:#CCC;margin-left:1px;outline:none;padding:8px 2px;}
.iconmenu-btn:hover,.btn:focus {color:#90007e;outline:none;}
#iconleft ,#iconright {display:none;width:15px;top:35px;position: absolute;}
#iconright {right:0;}
#iconleft:hover ,#iconright:hover {fill:#90007e;}

/*/member*/
.member-signout {top:270px;left:30px;position:absolute;}

/* .btn-box {position:relative;}
.menu-box {overflow:hidden;width:100%;}
.menu-box ul {padding:0;}
.list-group {margin-bottom:0px;}
.menu-btn {display:inline-block;}
.menu-item {list-style-type:none;}
.menu-item a {width:100%;height:40px;padding:10px 10px 10px 45px;color:#333;overflow: hidden;display:inline-block;position:relative;}
.menu-item a:hover {color:#90007e;}
.menu-item a svg {width:30px;left:0;top:8px;position:absolute;}
.menu-item:hover {fill:#90007e;}
.item-active {fill:#90007e;}
.menu-item > .item-active {color:#90007e;}
.menu-item .icon {margin-top:4px;margin-left:3px;}
.btn-group {position:absolute;top:6px;left:0;width:100%;z-index:10003;}
.menu-btn {color:#CCC;margin-left:1px;outline:none;padding:8px 2px;}
.menu-btn:hover,.btn:focus {color:#90007e;outline:none;}
#left ,#right {display:none;width:15px;position: absolute;}
#right {right:0;}
#left:hover ,#right:hover {fill:#90007e;} */
.menu-box{width:100%;position: relative;}
.btn_left {display:none;width:22px;height:40px;padding:10px 10px 10px 0;background:#FFF;left:0;top:5px;position:absolute;z-index:1000;}
.btn_right {display:none;width:22px;height:40px;padding:10px 0 10px 10px;background:#FFF;right:0;top:5px;position:absolute;z-index:1000;}
.btn_left svg , .btn_right svg {width:12px;height:20px;}
.btn_left:active , .btn_right:active {fill:#90007e;}
nav.menu-wrapper {width:100%;height:auto;overflow:hidden;position:relative;}
ul.menu {display:inline-block;width:200px;margin:0;padding:0;transition:left 0.5s;z-index:2;top:0;left:0;}
li.menu-item {display:inline-block;}
li.menu-item.active {font-weight:700;}
.menu-item {width:100%;height:40px;line-height:40px;padding:10px 10px 10px 5px;color:#333;overflow:hidden;display:inline-block;position:relative;}
.menu-item span {display:inline-block;height:40px;top:-10px;position:relative;}
.menu-item a {text-decoration:none;color:#333;}
.menu-item a img {margin: -20px 0 0;}
.menu-item a:hover {color:#90007e;}
.item-active {fill:#90007e;}
.menu-item > .item-active {color:#90007e;}
.menu-item:hover {fill:#90007e;}
.menu-item svg {width:30px;height:30px;}

.member-form {background:#FFF;}
.member-form select {background: url(../img/arrow.png) right center no-repeat;}
.member-form h5 span {font-size:15px;}
.member-form h5 b {color:#90007e;}

.member-project-icon {width:100%;margin:0;padding:0;display:flex;flex-direction:row;justify-content:inherit;flex-wrap:wrap;box-sizing:border-box;}
.member-project-icon li {width:calc(90% / 9);margin:0 0.55% 20px;padding:10px 5px 0;border-radius:10px;list-style-type:none;border:1px solid #CCC;text-align:center;box-sizing:border-box;position:relative;}
.member-project-icon li p {font-size:12px;text-align:center;color:#CCC;}
.crown {width:30px;height:30px;top:5px;right:5px;position:absolute;}

.red {color:#F00;}
/* .member-record {width:100%;margin:10px 0;padding:10px;box-sizing:border-box;overflow:auto;}
.member-record-title {width:896px;margin:0;padding:0;background:#90007e;font-size:0;box-sizing:border-box;}
.member-record-title li {margin:0;padding:13px 10px;font-size:13px;color:#FFF;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;justify-content:center;display:inline-flex;}
.member-record-title li:nth-child(1) {width:7%;}
.member-record-title li:nth-child(2) {width:11%;}
.member-record-title li:nth-child(3) {width:12%;}
.member-record-title li:nth-child(4) {width:10%;}
.member-record-title li:nth-child(5) {width:11%;}
.member-record-title li:nth-child(6) {width:14%;}
.member-record-title li:nth-child(7) {width:12%;}
.member-record-title li:nth-child(8) {width:9%;}
.member-record-title li:nth-child(9) {width:13%;}
.member-record ul {width:896px;margin:0;padding:0;font-size:0;border-bottom:1px solid #CCC;box-sizing:border-box;position:relative;}
.member-record ul li {height:60px;line-height:40px;margin:0;padding:10px;font-size:13px;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;justify-content:center;display:inline-flex;position:relative;}
.member-record ul li:nth-child(1) img {width:40px;height:40px;top:10px;position:absolute;}
.member-record ul li:nth-child(1) {width:7%;}
.member-record ul li:nth-child(2) {width:11%;}
.member-record ul li:nth-child(3) {width:12%;}
.member-record ul li:nth-child(4) {width:10%;}
.member-record ul li:nth-child(5) {width:11%;}
.member-record ul li:nth-child(6) {width:14%;}
.member-record ul li:nth-child(7) {width:12%;}
.member-record ul li:nth-child(8) {width:9%;}
.member-record ul li:nth-child(9) {width:13%;position:absolute;}
.member-record ul li:nth-child(9) > a.btn-purple {width:60px;height:30px;line-height:30px;margin:5px 0 0;padding:0px;text-align:center;border-radius:4px;}
.member-record ul li i {display:contents;display:ruby;font-style:normal;} */
.member-record {width:100%;margin:10px 0;padding:10px;box-sizing:border-box;overflow:auto;overflow-y:hidden;}
.member-record-title {width:1000px;margin:0;padding:0;background:#90007e;font-size:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}
.member-record-title li {width:10%;margin:0;padding:13px 10px;font-size:15px;color:#FFF;text-align:center;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;display:block;}
.member-record-title li:nth-child(1) ,.member-record-title li:nth-child(3) {width:7%;}
.member-record-title li:nth-child(2) {width:13%;}
.member-record-title li:nth-child(4) {width:18%;}
.member-record-title li:nth-child(7) ,
.member-record-title li:nth-child(8) {width:12.5%;}

.member-record-title-line {width:1000px;margin:0;padding:0;background:#90007e;font-size:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}
.member-record-title-line li {width:10%;margin:0;padding:13px 10px;font-size:15px;color:#FFF;text-align:center;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;display:block;}
.member-record-title-line li:nth-child(1) {width:20%;}
.member-record-title-line li:nth-child(2) {width:13%;}
.member-record-title-line li:nth-child(3) {width:18%;}
.member-record-title-line li:nth-child(4) ,
.member-record-title-line li:nth-child(5) {width:12.5%;}

.member-record ul {width:1000px;margin:0;padding:0;font-size:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;position:relative;}
.member-record ul li {width:10%;height:80px;line-height:60px;margin:0;padding:10px;font-size:15px;text-align:center;border-bottom:1px solid #CCC;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;display:block;position:relative;}
.member-record ul li:nth-child(1) img {width:50px;height:50px;}
.member-record ul li:nth-child(1) ,.member-record ul li:nth-child(3) {width:7%;}
.member-record ul li:nth-child(2) {width:13%;}
.member-record ul li:nth-child(4) {width:18%;}
.member-record ul li:nth-child(7) ,
.member-record ul li:nth-child(8) {width:12.5%;}
.member-record ul li i {display:contents;display:ruby;font-style:normal;}

.member-record-line ul {width:1000px;margin:0;padding:0;font-size:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;position:relative;}
.member-record-line ul li {width:10%;height:80px;line-height:60px;margin:0;padding:10px;font-size:15px;text-align:center;border-bottom:1px solid #CCC;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;display:block;position:relative;}
.member-record-line ul li:nth-child(1) img {width:50px;height:50px;}
.member-record-line ul li:nth-child(1) ,.member-record-line ul li:nth-child(3) {width:20%;}
.member-record-line ul li:nth-child(2) {width:13%;}
.member-record-line ul li:nth-child(3) {width:18%;}
.member-record-line ul li:nth-child(4) ,
.member-record-line ul li:nth-child(5) {width:12.5%;}
.member-record-line ul li i {display:contents;display:ruby;font-style:normal;}

.register_bg {background:#fff7ee;}
.form-checkbox label {padding:0;margin-right:12px;cursor:pointer;}
.form-checkbox input[type=checkbox] {display:none;}
.form-checkbox input[type=checkbox]+span {display:inline-block;padding-left:26px;line-height:20px;user-select:none;position:relative;}
.form-checkbox span::before ,.form-checkbox input[type=checkbox]:checked+span::before {content:'';width:20px;height:20px;border:1px solid #DDD;left:0;position:absolute;}
.form-checkbox input[type=checkbox]:checked+span::after {content:''; position:absolute; top:5px; left:4px; display:inline-block; border: 2px solid #90007e; border-top: 0; border-right: 0; width:12px; height:7px; transform:rotate(-45deg);}
.form-checkbox span b {display:block;color:#F00;}

.login-forget {text-decoration:underline;color:#90007e;top:5px;right:15px;position:absolute;}
.login-forget:hover {text-decoration:underline;color:#333;}

/*Fundraising*/
.line-box {width:calc(100% - 50px);margin:0 auto;height: 5px;background: #CCC;}
.line {position: relative;}
.line-in {height:5px;margin-top:20px;background: linear-gradient(0deg, rgba(172, 172, 172, 1)0%, rgba(144, 0, 126, 1)100%);
    background: -moz-linear-gradient(0deg, rgba(172, 172, 172, 1)0%, rgba(144, 0, 126, 1)100%);
    background: -webkit-linear-gradient(0deg, rgba(172, 172, 172, 1)0%, rgba(144, 0, 126, 1)100%);
    background: -o-linear-gradient(0deg, rgba(172, 172, 172, 1)0%, rgba(144, 0, 126, 1)100%);}
.bar-percent {width:50px;height:26px;line-height:26px;color:#FFF;background:#90007e;font-size:15px;text-align:center;top:-30px;right:-25px;position:absolute;}
.bar-percent::before {content:'';width:0;height:0;margin:0 0 0 -2px;border-style:solid;border-width:4px 2.5px 0 2.5px;border-color:#90007e transparent transparent transparent;left:50%;bottom:-4px;position:absolute;}

.bar-0 {animation: bar-0 0s ease-out;}
.bar-5 {animation: bar-5 0.1s ease-out;}
.bar-10 {animation: bar-10 0.2s ease-out;}
.bar-15 {animation: bar-15 0.3s ease-out;}
.bar-20 {animation: bar-20 0.4s ease-out;}
.bar-25 {animation: bar-25 0.5s ease-out;}
.bar-30 {animation: bar-30 0.6s ease-out;}
.bar-35 {animation: bar-35 0.7s ease-out;}
.bar-40 {animation: bar-40 0.8s ease-out;}
.bar-45 {animation: bar-45 0.9s ease-out;}
.bar-50 {animation: bar-50 1s ease-out;}
.bar-55 {animation: bar-55 1.1s ease-out;}
.bar-60 {animation: bar-60 1.2s ease-out;}
.bar-65 {animation: bar-65 1.3s ease-out;}
.bar-70 {animation: bar-70 1.4s ease-out;}
.bar-75 {animation: bar-75 1.5s ease-out;}
.bar-80 {animation: bar-80 1.6s ease-out;}
.bar-85 {animation: bar-85 1.7s ease-out;}
.bar-90 {animation: bar-90 1.8s ease-out;}
.bar-95 {animation: bar-95 1.9s ease-out;}
.bar-100 {animation: bar-100 2s ease-out;}
@keyframes bar-0 {0% {width: 0%;}100% { width: 0%;}}
@keyframes bar-5 {0% {width: 0%;}100% { width: 5%;}}
@keyframes bar-10 {0% {width: 0%;}100% { width: 10%;}}
@keyframes bar-15 {0% {width: 0%;}100% { width: 15%;}}
@keyframes bar-20 {0% {width: 0%;}100% { width: 20%;}}
@keyframes bar-25 {0% {width: 0%;}100% { width: 25%;}}
@keyframes bar-30 {0% {width: 0%;}100% { width: 30%;}}
@keyframes bar-35 {0% {width: 0%;}100% { width: 35%;}}
@keyframes bar-40 {0% {width: 0%;}100% { width: 40%;}}
@keyframes bar-45 {0% {width: 0%;}100% { width: 45%;}}
@keyframes bar-50 {0% {width: 0%;}100% { width: 50%;}}
@keyframes bar-55 {0% {width: 0%;}100% { width: 55%;}}
@keyframes bar-60 {0% {width: 0%;}100% { width: 60%;}}
@keyframes bar-65 {0% {width: 0%;}100% { width: 65%;}}
@keyframes bar-70 {0% {width: 0%;}100% { width: 70%;}}
@keyframes bar-75 {0% {width: 0%;}100% { width: 75%;}}
@keyframes bar-80 {0% {width: 0%;}100% { width: 80%;}}
@keyframes bar-85 {0% {width: 0%;}100% { width: 85%;}}
@keyframes bar-90 {0% {width: 0%;}100% { width: 90%;}}
@keyframes bar-95 {0% {width: 0%;}100% { width: 95%;}}
@keyframes bar-100 {0% {width: 0%;}100% { width: 100%;}}

.item-done {display:table;width:100%;height:100%;background: rgba(144,0,126, 0.8);top:0;left:0;overflow:hidden;z-index:100;position:absolute;}
.item-done p {color:#FFF;font-size:36px;display:table-cell;vertical-align:middle;}

.schedule-group {width:100%;margin:0 auto;position:relative;}
.schedule {max-width:calc(75% - 7.5px);height:auto;border:1px solid #CCC;top:0;position:absolute;}
.line-height10 {height:10px;}
.schedule-info {width:calc(100% - 50px);margin:0 auto;position:relative;}
.schedule-info span {color:#90007e;}
.schedule-info-detail {bottom:0;right:0;position:absolute;}

.fundraising-plan p {font-size:13px;line-height:20px;}
.fundraising-plan span {color:#90007e;}
.fundraising-plan ul li {margin:0 0 0 20px;list-style-type: disc;}

/*Blog*/
.blog-post .btn-purple {margin:0;}
.share-group hr {width:290px;margin:0 0 20px;}
.share-icon {width:100%;padding:0;display:flex;flex-direction:row;justify-content:inherit;flex-wrap:wrap;box-sizing:border-box;}
.share-icon li {width:50px;height:50px;margin:0 10px 0 0;list-style-type:none;transition: all 0.3s ease-out;}
.share-icon li img {display:block;width:100%;}
.share-icon li:hover {opacity:.7;}

/*About*/
.bg-fcfbdf {background:#fcfbdf;}

.future::before {display:block;height:470px;background-image:url(../img/about/about3.jpg);content: "";background-size:cover;background-repeat:no-repeat;background-position:50%;top:0;left:50%;right:-20px;position:absolute;}
.about-list {width:100%;margin:0 0 60px;padding:0;border:1px solid #CCC;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.about-list li {width:33.33%;padding:30px 1%;border-left:1px solid #CCC;list-style-type:none;text-align:center;}
.about-list li:nth-child(1) {border-left:0;}
.about-list li b {display:block;padding:0 0 10px;color:#90007e;font-size:30px;}

.report-box .btn_left ,.report-box .btn_right {display:none;}
.report-list {margin:0;padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}
.report-list a {text-align:center !important;}
.report-list li {width:32%;margin:2% 2% 0 0;padding:20px;border:1px solid #CCC;list-style-type:none;}
.report-list li:hover {box-shadow:0 3px 12px rgba(0, 0, 0, 0.2);}
.report-list li:nth-child(3n+3) {margin:2% 0 0;}
/* .report-list li:hover {fill:#90007e;} */
.report-icon svg {width:30px;height:30px;}
.report-download svg {width:30px;height:25px;}
.report-list li:hover > .report-download {fill:#90007e;}

.svg-icon svg {width:30px;height:30px;top:5px;position:relative;fill:#90007e;}
.svg-icon h3 img {top:-3px;position:relative;}

/*Our-work*/
.ourwork-content hr {border-top:1px solid #90007e;}
.ourwork-content p {color:#90007e;}

.project-list {margin:0;padding:0 0 25px 15px;font-size:18px;line-height:36px;font-weight:bold;color:#666;}
.project-list1 {margin:0;padding:0 0 25px 25px;font-size:18px;line-height:36px;font-weight:bold;color:#666;list-style-type:upper-alpha !important;}

.work-list {width:700px;margin:40px auto 80px;padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.work-list li {width:180px;height:180px;margin:0 auto;list-style-type:none;}
.work-list li a {display:block;width:100%;height:100%;}
.work-list li p {padding:10px 0 0;text-align:center;}
.work-list li p a {padding:180px 0 0;text-align:center;}
.work-list li p a:hover {color:#90007e;}
.work-list li:nth-child(1) {background: url(../img/index/icon1-1.png) 0 0 no-repeat;}
.work-list li:nth-child(1):hover {background: url(../img/index/icon1.png) 0 0 no-repeat;}
.work-list li:nth-child(2) {background: url(../img/index/icon2-1.png) 0 0 no-repeat;}
.work-list li:nth-child(2):hover {background: url(../img/index/icon2.png) 0 0 no-repeat;}
.work-list li:nth-child(3) {background: url(../img/index/icon3-1.png) 0 0 no-repeat;}
.work-list li:nth-child(3):hover {background: url(../img/index/icon3.png) 0 0 no-repeat;}

.work {display:table;width:100%;height:100%;margin-right:0;margin-left:0;overflow:hidden;position:relative;}
.work::before {display:block;width:55%;height:590px;content: "";background-size:cover;background-repeat:no-repeat;background-position:0;top:0;left:-110px;position:absolute;}
.work-div {width:100%;max-width:1200px;margin:auto;display:table;height:100%;position:relative;}
.work-content {display:table-cell;vertical-align:middle;}
.work-content > div {width:45%;margin-left:10px;margin-bottom:20px;font-size:20px;left:50%;position:relative;}
.work-content h3 {font-size:32px;}
.work-m-bg {display:none;}
.work .btn-purple {margin:10px 0;border:1px solid #dcaad6;}

.wash::before {background-image:url(../img/ourwork/wash2.jpg);}
.villagetrainings::before {height:550px;background-image:url(../img/ourwork/villagetrainings2.jpg);}
.cornerstone::before {background-image:url(../img/ourwork/cornerstone2.jpg);}

.wash-list {width:700px;margin:40px auto 80px;padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.wash-list li {width:150px;height:170px;margin:0 auto;list-style-type:none;background-size:100% !important;}
.wash-list li > p {padding:10px 0 0;text-align:center;}
.wash-list li p a {padding:150px 0 0;text-align:center;}
.wash-list li img {width:100%;}
.wash-list li a {display:block;width:100%;height:100%;}
.wash-list li p a:hover  {color:#90007e;}
.wash-list li:nth-child(1) {background: url(../img/donate/project1-1.png) 0 0 no-repeat;}
.wash-list li:nth-child(1):hover {background: url(../img/donate/project1.png) 0 0 no-repeat;}
.wash-list li:nth-child(2) {background: url(../img/donate/project2-1.png) 0 0 no-repeat;}
.wash-list li:nth-child(2):hover {background: url(../img/donate/project2.png) 0 0 no-repeat;}
.wash-list li:nth-child(3) {background: url(../img/donate/project3-1.png) 0 0 no-repeat;}
.wash-list li:nth-child(3):hover {background: url(../img/donate/project3.png) 0 0 no-repeat;}

.villagetrainings-list {width:700px;margin:40px auto 80px;padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.villagetrainings-list li {width:150px;height:170px;margin:0 auto;list-style-type:none;background-size:100% !important;}
.villagetrainings-list li > p {padding:10px 0 0;text-align:center;}
.villagetrainings-list li p a {padding:150px 0 0;text-align:center;}
.villagetrainings-list li img {width:100%;}
.villagetrainings-list li a {display:block;width:100%;height:100%;}
.villagetrainings-list li p a:hover {color:#90007e;}
.villagetrainings-list li:nth-child(1) {background: url(../img/donate/project4-1.png) 0 0 no-repeat;}
.villagetrainings-list li:nth-child(1):hover {background: url(../img/donate/project4.png) 0 0 no-repeat;}
.villagetrainings-list li:nth-child(2) {background: url(../img/donate/project5-1.png) 0 0 no-repeat;}
.villagetrainings-list li:nth-child(2):hover {background: url(../img/donate/project5.png) 0 0 no-repeat;}
.villagetrainings-list li:nth-child(3) {background: url(../img/donate/project6-1.png) 0 0 no-repeat;}
.villagetrainings-list li:nth-child(3):hover {background: url(../img/donate/project6.png) 0 0 no-repeat;}

.cornerstone-list {width:700px;margin:40px auto 80px;padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.cornerstone-list li {width:150px;height:170px;margin:0 auto;list-style-type:none;background-size:100% !important;}
.cornerstone-list li > p {padding:10px 0 0;text-align:center;line-height:24px;}
.cornerstone-list li p a {padding:150px 0 0;text-align:center;line-height:24px;}
.cornerstone-list li img {width:100%;}
.cornerstone-list li a {display:block;width:100%;height:100%;}
.cornerstone-list li p a:hover {color:#90007e;}
.cornerstone-list li:nth-child(1) {background: url(../img/donate/project7-1.png) 0 0 no-repeat;}
.cornerstone-list li:nth-child(1):hover {background: url(../img/donate/project7.png) 0 0 no-repeat;}
.cornerstone-list li:nth-child(2) {background: url(../img/donate/project8-1.png) 0 0 no-repeat;}
.cornerstone-list li:nth-child(2):hover {background: url(../img/donate/project8.png) 0 0 no-repeat;}
.cornerstone-list li:nth-child(3) {background: url(../img/donate/project9-1.png) 0 0 no-repeat;}
.cornerstone-list li:nth-child(3):hover {background: url(../img/donate/project9.png) 0 0 no-repeat;}

.classes::before {height:430px;background-image:url(../img/ourwork/classes2.jpg);}
.finance::before {height:430px;background-image:url(../img/ourwork/finance2.jpg);}
.co-op::before {height:430px;background-image:url(../img/ourwork/co-op2.jpg);}

.sanitation::before {height:430px;background-image:url(../img/ourwork/sanitation2.jpg);}
.hygiene::before {height:430px;background-image:url(../img/ourwork/hygiene2.jpg);}
.water::before {height:430px;background-image:url(../img/ourwork/water2.jpg);}

.constructions::before {height:430px;background-image:url(../img/ourwork/constructions2.jpg);}
.stoves::before {height:430px;background-image:url(../img/ourwork/stoves2.jpg);}
.trainings::before {height:430px;background-image:url(../img/ourwork/trainings2.jpg);}

/*Influence*/
.influence-list1 {padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.influence-list1 li {width:30%;margin:2% 1% 0 0;padding:20px;list-style-type:none;}
.influence-list1 img {margin:0 auto;}
.phase {color:#666;}
.phase h1 {margin-bottom:0;font-size:48px;line-height:36px;font-weight:400;color:#666;}
.phase > div {display:inline-block;margin:0 auto;font-size:12px;}
.img-style1 {width:100%;position:relative;}
.img-style1 img {width:100%;z-index:1;position:relative;}
.img-style1::after {display:block;content:'';width:100%;height:100%;background:#cb99c5;top:10px;left:10px;position:absolute;}

.influence-list2 {padding:0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;}
.influence-list2 li {width:48%;margin:0 1%;padding:20px;list-style-type:none;}
.img-style2 {width:100%;position:relative;}
.img-style2 img {width:100%;z-index:2;position:relative;}
.img-style2::before {display:block;content:'';width:100%;height:100%;border:1px solid #90007e;top:-10px;left:-10px;z-index:3;position:absolute;}
.img-style2::after {display:block;content:'';width:100%;height:100%;background:#cb99c5;top:10px;left:10px;position:absolute;}
.influence2-title {display:initial;border-bottom:3px solid #90007e;}
.influence-row {flex-direction:row-reverse;}

/*Privacy-policy*/
.policy-list1 {padding: 0 0 0 25px;font-size:18px;line-height:36px;}
.policy-list2 {padding: 0 0 0 25px;list-style-type:upper-latin;}

/*Other-donate*/
.otherdonate-list {box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}
.otherdonate-list li {width:48%;margin:0 1%;list-style-type:none;position:relative;}
.otherdonate-list img {width:150px;height:150px;position:absolute;}
.otherdonate-list li a {padding:0 0 3px;color:#90007e;border-bottom:1px solid #90007e;}
.o-list-content {width:calc(100% - 170px);top:10px;left:170px;position:relative;}
.o-list-content h1 {font-weight:bold;}

/*Sitemap*/
.sitemap-bg {background: url(../img/sitemap.jpg) center bottom no-repeat;}
.sitemap {width:100%;padding-left:0;line-height:40px;list-style-type:none;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}
.sitemap a:hover {color:#90007e;}
.sitemap li {width:18%;margin-left:2%;}
.sitemap-list1 ,.sitemap-list2 {width:100%;padding-left:0;list-style-type:none;}
.sitemap-list1 li ,.sitemap-list2 li {width:100%;}
.sitemap-list2 li:nth-child(1) {color:#90007e;border-bottom:1px solid #90007e;}

/*Idle*/
.idle-group {width:1200px;height:400px;margin:-200px 0 0 -600px;top:50%;left:50%;position:absolute;}
.idle-close {width:15px;height:15px;top:15px;right:15px;z-index:10001;position:absolute;}
.idle-close button ,.idle-close a img {display:block;width:15px;height:15px;}
.idle-close button {cursor:pointer;}
.idle-close img {top:-6px;position:relative;}
.idle-list {width:100%;margin:0;padding:0;color:#FFF;background:#908;list-style-type:none;display:flex;flex-direction:row-reverse;justify-content:flex-start;flex-wrap:wrap;position:relative;}
.idle-list h1 {color:#FFF;font-size:42px;}
.idle-list p {color:#FFF;font-size:24px;line-height:36px;}
.idle-list li:nth-child(1) {width:calc(100% - 550px);padding:120px 40px 0 50px;box-sizing:border-box;}
.idle-list li:nth-child(2) {width:550px;}
.idle-pic {display:block;width:100%;}
.m-idle-pic {display:none;}

/*Video*/
.video-container {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}

@media (min-width: 768px) {
    .service-items  {display:-ms-flexbox;display:-webkit-flex;display:flex;}
    .service-items > .col-md-4 {-webkit-flex: 1;-ms-flex:1;flex:1;}
}

@media (min-width: 992px) {
    /*Index*/
    .logo a {width:140px;height:26px;}
    .classroom > .row {max-width:960px;}
    .index-donate {width:560px;}
}

@media (max-width: 1200px) {
    /*Idle*/
    .idle-group {width:90%;height:600px;margin:0 auto;left:auto;position:relative;}
    .idle-list {flex-direction:row;}
    .idle-list li:nth-child(1) {width:100%;padding:60px 40px 30px;}
    .idle-list li:nth-child(2) {width:100%;}
    .idle-pic {display:none;}
    .m-idle-pic {display:block;}

}


@media (max-width: 991px) {
    /*Index*/
    .logo {padding:23px 0 23px 15px;}
    .nav-login {display:block !important;}
    .btn-login {display:none;}
    .nav-menu > ul {width:100%;}
    .nav-icons {display:flex;flex-direction:row-reverse;right:0;position:absolute;}
    .m_title2 ,.m_title3 {background-size:100%;}
    .m_title3 {padding:20px;}
    .content-article {width:90%;margin:0 auto;padding:60px 0 0;left:inherit;position:inherit;}
    .article-w-bg {display:none;}
    .article-m-bg {display:block;}
    .index-donate {margin:0 auto;padding:60px 0 0;text-align:center;left:inherit;position:inherit;}
    .classroom-m-bg {display:block;}
    .index-paragraph {display:none;}
    .index-m-paragraph {display:block;}
    .content-title h1 {font-size:24px;}
    .index-bg1 .container ,.index-bg2 .container {width:96%;}
    .index-bg3 {min-height:auto;background:#ebebeb;}
    .index-donate-bg {width:100%;margin:0 auto;}
    .index-donate > .content-title {margin:0 auto;}
    .index-donate > p {text-align:center;}
    .index-donate {width:100%;}
    .footer ul.social li, .contact ul.social li {margin:0 10px 0 0;}
    .purple-bg p {text-align:justify;text-align-last:center;text-align: -webkit-center !important;}

    .classroom {width:100%;padding:40px 0;}
    .classroom > .row {width:80%;margin:0 auto;}
    .classroom-content {width:100%;}
    .classroom-div {width:80%;margin:0 auto;}
    .classroom-content > div {width:100%;margin:0 auto;text-align:center;}
    .classroom .btn-purple {display:table;margin:30px auto;}
    .classroom::before {display:none;}
    .classroom > .row {width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
    .text-right {text-align:left !important;}

    .subscribe {padding:20px;text-align:center;}

    /*Donate*/
    .donate-bg {min-height:auto;background:#c7b5ac;}
    .donate-info input.form-full {margin-bottom:5px !important;}
    .donate-info .col-md-5 {flex: 0 0 100%;max-width: 100%;}
    .input-note {margin:0 0 10px;padding:0 0 0 18px;}
    .input-note p {width:calc(100% - 15px);margin:5px 0 0 15px;}
    .input-note p::before {left:20px;}
    .input-note .col-md-12 {padding-right:0;padding-left:0;}

    .thanks-bg {min-height:auto;background:#7f5643;}

    /*Sponsor*/
    .iconmenu-box {width:calc(100% - 40px);margin:0 auto;}
    .iconmenu-box > ul {width:910px;height:100px;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}
    #iconleft ,#iconright {display:block;background:none;}

    /*Member*/
    .member-project-icon li {width:30%;margin:0 1.666% 4%;}

    /*Our-work*/
    .work {width:100%;padding:40px 0;}
    .work > .row {width:80%;margin:0 auto;}
    .work-content {width:100%;}
    .work-div {width:80%;margin:0 auto;}
    .work-content > div {width:100%;margin:0 auto;text-align:center;left:auto;}
    .work-m-bg {display:block;}
    .work::before {display:none;}

    /*Idle*/
    .idle-list h1 {color:#FFF;font-size:36px;text-align:left;}
    .idle-list p {color:#FFF;font-size:20px;line-height:30px;}

}

@media (max-width: 768px) {
    /*Index*/
    .content-title {margin:0 auto;}
    .m_title2 {background:url(../img/index/m_title2.png)center 0 no-repeat;background-size:100%;}
    .m_title3 {height:110px !important;background:url(../img/index/m_title3.png)center 0 no-repeat;background-size:100%;}
    .index-bg3 {min-height:auto;background:#ebebeb;}
    .classroom-content > div {width:90%;margin:0 auto;text-align:center;}
    .text-right {text-align:left !important;}
    .subscribe-group li {width:100%;}
    .subscribe-group li:nth-child(2) {border-left:0;}
    .subscribe-group li input {margin:0;border:1px solid #CCC;}
    .footer-menu-l {width:33.333%;}
    .footer-menu-r {width:66.667%;}
    .footer-menu-r > li {width:50%;margin:0 0 20px;}
    .footer .footer-info p {font-size:15px;line-height:30px;}
    .footer .social {justify-content: center;display: flex;}

    /*Donate*/
    .donate-bg {min-height:auto;background:#c7b5ac;}
    .donate-project-icon {width:100%;margin:0 auto;}
    .donate-project-icon > label {width:24%;margin:2% 1%;}
    .donate-info .container {width:100%;}
    .donate-info .col-md-5 {flex: 0 0 100%;max-width: 100%;}
    .donate-info input.form-full {margin-bottom:5px !important;}
    .input-note {margin:0 0 10px;padding: 0 0 0 18px;}
    .input-note p {width:calc(100% - 15px);margin:5px 0 0 15px;}
    .input-note p::before {left:20px;}
    .input-note .col-md-12 {padding-right:0;padding-left:0;}

    .label-none {display:none;}
    .thanks-bg {min-height:auto;background:#7f5643;}
    .new-project-btn {width:50%;margin-left:25%;}

    .path h2 {font-size:22px;}
    .path h2::before {margin:0 10px 0 0;height:21px;}

    /*Sponsor*/
    .project-price > .btn-purple {margin:0;right:0;position:absolute;}
    .container-fluid {padding:0;}
    .nf-col-3 .nf-item {max-width:100%;}
    .nf-item.spacing {padding:15px 0;}

    /*Member*/
    ul.menu {position:absolute;}
    nav.menu-wrapper {height: 60px;}
    .btn_left ,.btn_right {display:block;}
    .menu-item {width:auto;}
    ul.menu {/*width:9999rem;*/width:600px;}


    /*Fundraising*/
    .schedule {max-width:100%;margin-bottom:30px;position:initial;}
    .schedule .line-box ,.schedule .schedule-info {width:100%;font-size:13px;}

    /*About*/
    .about-list li {width:100%;padding:30px 1%;border-top:1px solid #CCC;border-left:0;}
    .about-list li:nth-child(1) {border-top:0;}

    .report-list li {width:46%;margin:2% !important;}

    /*Our-work*/
    .work-list {width:100%;}
    .work-list li {width:130px;height:130px;background-size:100% !important;}
    .work-list li p a {padding:130px 0 0;}

    .wash-list {width:100%;}
    .wash-list li {width:130px;background-size:100% !important;}
    .wash-list li p a {padding:130px 0 0;}

    .villagetrainings-list {width:100%;}
    .villagetrainings-list li {width:130px;background-size:100% !important;}
    .villagetrainings-list li p a {padding:130px 0 0;}

    .cornerstone-list {width:100%;}
    .cornerstone-list li {width:130px;background-size:100% !important;}
    .cornerstone-list li p a {padding:130px 0 0;}

    /*Influence*/
    .influence-list1 li {width:96%;margin:2%;}

    .influence-list2 li {width:96%;margin:0 2%;text-align:justify !important;text-align-last:center !important;text-align: -webkit-center !important;}
    .influence-row {flex-direction:row;}

    /*Other-donate*/
    .otherdonate-list li {width:96%;margin:2%;}

    /*Sitemap*/
    .sitemap li {width:42%;margin:4%;}
    .sitemap-list1 li ,.sitemap-list2 li {width:100%;}

}
@media (max-width: 600px) {
    /*Index*/
    .content-title h1 {padding:10px 0 0;font-size:24px;text-align:justify;text-align-last:center;text-align: -webkit-center !important;}
    .m_title2 {padding: 25px 0;background:url(../img/index/m_title2.png)center 0 no-repeat;background-size:100%;}
    .m_title3 {height:96px !important;padding:0;background:url(../img/index/m_title3.png)center 0 no-repeat;background-size:100%;}
    /* .m_title3 h1 {padding:10px 0;} */
    .index-bg3 {min-height:auto;background:#ebebeb;}
    .classroom {text-align:center;}
    .classroom > .row ,.index-donate {width:90%;margin:0 auto;}
    .classroom-content {width:100%;}
    .classroom-content > div {text-align:center;}
    .classroom-div {width:96%;margin:0 auto;}
    .classroom .btn-purple {display:table;margin:30px auto;}
    .text-right {text-align:left !important;}
    .index-donate > p {text-align:justify;text-align-last:center;text-align: -webkit-center !important;}
    .subscribe-group li {width:100%;}
    .subscribe-group li:nth-child(2) {border-left:0;}
    .subscribe-group li input {margin:0;border:1px solid #CCC;}
    .footer-menu-r > li {width:50%;margin:0 0 20px;}
    .footer .footer-info p {font-size:15px;line-height:30px;text-align:center;}

    /*Donate*/
    .donate-bg {min-height:auto;background:#c7b5ac;}
    .donate-project-icon > label {width:24%;margin:2% 1%;}
    .donate-amount-options > label {padding:8px 2px 12px;font-size:10px !important;letter-spacing:0;}
    .donate-amount-options > label > span {font-size:14px;}
    .donate-info .col-md-5 ,.donate-info .col-md-7 ,.donate-info .col-md-12 ,.row .input-note {flex: 0 0 100%;max-width: 100%;padding-right:15px;padding-left:15px;}
    .donate-info input.form-full {margin-bottom:5px;}
    .input-note {margin:0 0 10px;padding: 0 0 0 18px;}
    .input-note p {width:calc(100% - 15px);margin:5px 0 0 15px;}
    .input-note p::before {left:20px;}
    .input-note .col-md-12 {padding-right:0;padding-left:0;}
    .input-note .col-md-12 p::before {left:0;}

    .inner-intro .container {padding:70px 0 5px;}
    .page-breadcrumb {font-size:11px;right:0;bottom:3px;letter-spacing:0;}
    .label-none {display:none;}
    .thanks-bg {min-height:auto;background:#7f5643;}
    .new-project-btn {width:50%;margin-left:25%;}
    .project-title {padding:0;}

    .about-notes {overflow-x:auto;white-space: nowrap;webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
    .about-notes img {max-width:800px;}


    /*Other-donate*/
    .otherdonate-list img {margin:0 0 20px 50%;left:-75px;position:inherit;}
    .o-list-content {width:100%;top:10px;left:0;position:relative;}
    .o-list-content h3 ,.o-list-content h1 ,.o-list-content p {text-align:center;}
}

@media (max-width: 575px) {
    .m-t-left {text-align:left !important;}

    .logo {padding:23px 0 23px 15px;}
    .path h2 {margin:0 0 0 15px;}
    .page-breadcrumb {right:10px;}
}

@media (max-width: 420px) {
    /*Index*/
    .content-title h1 {font-size:24px;}
    .m_title2 {background:url(../img/index/m_title2.png)center 0 no-repeat;background-size:100%;}
    .m_title3 {height:96px !important;background:url(../img/index/m_title3.png)center 0 no-repeat;background-size:100%;}
    .m_title3 h1 {padding:10px 0;line-height:30px;}
    .index-bg3 {min-height:auto;background:#ebebeb;}
    .classroom {text-align:center;}
    .classroom > .row ,.index-donate {width:90%;margin:0 auto;}
    .classroom-content {width:100%;}
    .classroom-content > div {text-align:center;}
    .classroom-div {width:90%;margin:0 auto;}
    .classroom .btn-purple {display:table;margin:30px auto;}
    .text-right {text-align:left !important;}
    .content-title {margin:0 auto !important;}
    .index-donate > p {text-align:center;}
    .subscribe-group li {width:100%;}
    .subscribe-group li:nth-child(2) {border-left:0;}
    .subscribe-group li input {margin:0;border:1px solid #CCC;}
    .footer-menu-l {width:28%;margin-left:5%;}
    .footer-menu-r {width:60%;}
    .footer-menu-r > li {width:50%;margin:0 0 20px;}
    .footer .footer-info p {font-size:15px;line-height:30px;}

    /*Donate*/
    .donate-bg {min-height:auto;background:#c7b5ac;}
    .donate-project-icon > label {width:24%;margin:2% 1%;background-size:100%;}
    .donate-amount-options > label {padding:8px 2px 12px;font-size:10px !important;letter-spacing:0;}
    .donate-amount-options > label > span {font-size:14px;}
    .donate-info .col-md-5 ,.donate-info .col-md-7 ,.donate-info .col-md-12 {flex: 0 0 100%;max-width: 100%;padding-right:15px;padding-left:15px;}
    .donate-info .col-md-5 {flex: 0 0 100%;max-width: 100%;}
    .donate-info input.form-full {margin-bottom:5px;}
    .input-note {margin:0 0 10px;padding: 0 0 0 18px;}
    .input-note p {width:calc(100% - 15px);margin:5px 0 0 15px;}
    .input-note p::before {left:20px;}
    .input-note .col-md-12 {padding-right:0;padding-left:0;}
    .input-note .col-md-12 p::before {left:0;}

    .inner-intro .container .title {padding:0 10px;}
    .page-breadcrumb {right:10px;}
    .page-breadcrumb a, .page-breadcrumb span {padding-left:0;}
    .label-none {display:none;}
    .thanks-bg {min-height:auto;background:#7f5643;}
    .new-project-btn {width:50%;margin-left:25%;}
    .project-title {padding:0;}

    .path h2 {margin:0 0 0 5px;}

    /*Our-work*/
    .work-list {width:300px;}
    .work-list li {width:90px;height:90px;}
    .work-list li p a {padding:90px 0 0;}

    .wash-list {width:300px;}
    .wash-list li {width:90px;}
    .work-list li p {font-size:15px;}
    .wash-list li p a {padding:90px 0 0;}

    .villagetrainings-list {width:300px;}
    .villagetrainings-list li {width:90px;}
    .villagetrainings-list li p {font-size:15px;}
    .villagetrainings-list li p a {padding:90px 0 0;}

    .cornerstone-list {width:300px;}
    .cornerstone-list li {width:90px;}
    .cornerstone-list li p {font-size:15px;}
    .cornerstone-list li p a {padding:90px 0 0;}
}


.normal-font {
    text-transform: none !important;
}

.font-size-12{
    font-size: 12px !important;
}

.font-size-14{
    font-size: 14px !important;
}

.font-size-16{
    font-size: 16px !important;
}

.text-prewrap{
    white-space: pre-wrap !important;
}
/* 解決手機版本中標題和描述文字重疊問題 */
@media (max-width: 768px) {
    h1 {
      margin-bottom: 30px;
    }
    
    h1 + p {
      padding-top: 30px;
      clear: both;
      display: block;
    }
  }
  
  /* 如果上述樣式不足夠，可以嘗試更具體的選擇器 */
  @media (max-width: 768px) {
    .content h1,
    #content h1,
    .title h1 {
      margin-bottom: 30px;
    }
    
    .content h1 + p,
    #content h1 + p,
    .title h1 + p {
      padding-top: 30px;
      margin-top: 30px;
      position: relative;
      clear: both;
      display: block;
    }
  }