@font-face {
    font-family:"chinese";
    src:url("../font/MFMiMeng_Noncommercial-Regular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
/* *:lang(zh-cn)  {
    font-family: 'chinese', sans-serif;
    letter-spacing: 5px;
} */
*:lang(en) {
    font-family: 'Rajdhani', sans-serif;
}
.quote:lang(zh-cn) {
    font-size: 1.2rem;
}
.nav-tab-display-left:lang(zh-cn)  {
    letter-spacing: 5px;
}

.home-page-service-desc:lang(zh-cn), .home-page-service-title:lang(zh-cn){
    letter-spacing: 5px;
}



html, body {
    background-color: #fff;
    /*color: #636b6f;*/
    font-weight: 200;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.centerlize-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-menu {
    position:absolute;
    display: none;
    height: 20px;
    width: 100px;
    background-color: wheat;
    right: 10px;
    bottom: 0
}

.nav-tab {
    height: 106px;
    width: 100%;
    padding: 20px;
    letter-spacing: 2px;
}

.nav-tab-display-left {
    text-align: left;
    width: 100%;
    margin: 0 10px;
    font-weight: 400;
    color: #2e2e2e;
    text-transform: capitalize;
}

q {
    font-size: 18px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    padding: 10px 20px;
    line-height: 1.4;
}

q:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 5px;
    color: #000;
    font-size: 1.5em;
}

q:after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 5px;
    color: #000;
    font-size: 1.5em;
}

.chinese-char {
    font-family: 'ZCOOL XiaoWei', serif;
}

.cl-effect-1 a {
    text-decoration: none;
    color: #000;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

/*.cl-effect-1 a:hover::before,*/
/*.cl-effect-1 a:hover::after,*/
/*.cl-effect-1 a:focus::before,*/
/*.cl-effect-1 a:focus::after {*/
    /*opacity: 1;*/
    /*font-weight: 900;*/
    /*-webkit-transform: translateX(0px);*/
    /*-moz-transform: translateX(0px);*/
    /*transform: translateX(0px);*/
/*}*/

.hover-class:hover,
.hover-class:hover  a
{
    /*background-color: white !important;*/
    color: #fff !important;
}

.portfolio-tab {
    color: white;text-decoration: none;
}

.quote {
    margin: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .banner-height {
        min-height: 100vh;
    }

    .home-page-service-section {
        height: 100vh;
    }

    .home-page-service-title {
        font-size: calc(2vh + 2vw + 2.5vmin);
    }

    .home-page-service-desc {
        font-size: calc(1vh + 1vw + 1.5vmin);
    }

    .hide-desktop-layout {
        display: none;
        visibility: hidden;
    }

    .remove-next-div-margin-padding > .event-title {
        margin: 0 !important;
    }

    .home-page-service-image {
        width: 100%;
    }
}

@media only screen and (min-width: 1199px) {
    .banner-height {
        min-height: 100vh;
    }

    .hide-mobile-layout {
        display: none;
        visibility: hidden;
    }

    /*.home-page-service-title {*/
        /*font-size: ;*/
    /*}*/

    .home-page-service-desc {
        font-size: 20px;
    }

    .home-page-service-image{
        width: 50%;
    }
}

#menuToggle
{
    display: block;
    position: relative;
    top: 2px;
    left: -1px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #2d2d2d;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
    position: absolute;
    width: 300px;
    margin: -54px 0 0 -240px;
    padding: 50px;
    padding-top: 125px;
    border: 2px solid;
    border-top: none;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked ~ ul
{
    transform: none;
}

a, a:hover {
    color: black;
}

.remove-next-div-margin-padding > .home-banner {
    margin: 0 !important;
    padding: 0 !important;
}
