@charset "UTF-8";


/* Roboto font family import from Google*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');


/*Globel Link Clear*/

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

body {
    font-family: 'Roboto', 'Roboto Slab', sans-serif, serif;
    font-feature-settings: "liga", "kern";
    font-synthesis: none;
    text-rendering: optimizelegibility;
    transition: all 300ms ease 10ms;
}

.home_padding {
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
}



/*Main page loge*/

.logo {
    text-align: center;
    text-transform: uppercase;
}

.logo_img {
    box-sizing: content-box;
    padding: 10px;
    width: 120px;
}

.logo_text {
    /*font-size: 20px;*/
    font-size: calc(0.5vw + 0.5vh + 0.7vmin);
    font-weight: 400;
}



/*main article tag */

.home_padding article {
    padding: 5px 10px;
}



/**/


/*flex*/

.cbox {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    /*width: 1000px;*/
    width: calc(4vw + 4vh + 100vmin);
    margin: auto;
}

.flx {
    align-items: center;
    align-content: space-around;
    display: flex;
    justify-content: space-around;
}

.flx_c {
    width: 100%;
    align-self: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(2vw + 1.5vh + 0.1vmin);
    font-weight: 500;
    line-height: calc(1vw + 2.5vh + 1.5vmin);
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.flx_c a:link,
.flx_c a:visited,
.flx_c a:active {
    color: rgba(255, 255, 255, 0.8);
}

.flx_c a:hover {
    color: rgba(255, 255, 255, 1);
}

.flx_c:nth-child(1) {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #4CB8C4, #3CD3AD) repeat scroll center center / cover;
}

.flx_c:nth-child(2) {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #EB3349, #F45C43) repeat scroll center center / cover;
}

.flx_c:nth-child(3) {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #ba77b1, #8176b5) repeat scroll center center / cover;
}

.flx_c:nth-child(4) {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #FF8008, #FFC837) repeat scroll center center / cover;
}



/*animation time*/

.time {
    -webkit-animation-duration: 750ms !important;
    -moz-animation-duration: 750ms !important;
    -o-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}



/**/


/*Spinner and json Loading */

.none {
    opacity: 0;
    display: none;
}

#loading {
    /*background: rgba(230, 230, 230, 0.8) none repeat scroll 0 0;*/
    height: 300px;
    overflow: hidden;
    position: relative;
    width: auto;
    z-index: 1000;
}

.json_load_msg {
    color: rgba(0, 0, 0, 0.7);
    font-size: 25px;
    font-weight: 500;
    left: calc(100% - (50% + 45px));
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: calc(100% - 40%);
}

.json_error_msg {
    color: rgba(0, 0, 0, 0.7);
    font-size: 25px;
    font-weight: 400;
    left: calc(100% - (50% + 285px));
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    top: calc(100% - 40%);
}

.spinner {
    position: relative;
    top: calc(100% - 50%) !important;
    left: calc(100% - 50%) !important;
}

#loading .button:active {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #fff;
}

#loading .button:hover {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #fff;
    transition: background-color 0.3s ease-in-out 0s;
}

#loading .button {
    background: #fff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 50px;
    position: relative;
    text-transform: uppercase;
    top: calc(100% - 65%) !important;
    left: calc(100% - 55%) !important;
}



/*Custome Dot Data*/

#slide_dot {
    margin-top: -15px;
    /*border: 1px solid;*/
    padding: 0;
}

.dash {
    display: block;
    list-style: outside none none;
    /*margin-top: 10px;*/
    text-align: center;
    width: 100%;
}

.dash li {
    cursor: pointer;
    display: inline-block;
    /*height: 20px;*/
    height: calc(0.5vw + 0.5vh + 0.8vmin);
    margin: calc(0.15vw + 0.2vh + 0.15vmin);
    /*margin: 0 5px;*/
    padding: 0;
    position: relative;
    /*width: 20px;*/
    width: calc(0.5vw + 0.5vh + 0.8vmin);
}

.dash li button {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    cursor: pointer;
    /*height: 20px;*/
    height: calc(0.5vw + 0.5vh + 0.8vmin);
    line-height: 0;
    outline: medium none;
    padding: 5px;
    /*width: 20px;*/
    width: calc(0.5vw + 0.5vh + 0.8vmin);
    border: 0 none;
    /* font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;*/
}

.dash li button:hover,
.dash li button:focus {
    outline: none;
}

.dash li button:hover:before,
.dash li button:focus:before {
    opacity: 1;
}

.dash li button:before {
    font-family: 'slick';
    /*font-size: 12px;*/
    font-size: calc(0.5vw + 0.5vh + 0.2vmin);
    /*line-height: 20px;*/
    /* position: absolute;
    top: 0;
    left: 0;*/
    /* width: 20px;
    height: 20px;*/
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dash li.slick-active button:before {
    opacity: .75;
    color: black;
}



/*Custome Dot Data*/

.smap {
    color: rgba(0, 0, 0, 0.5) !important;
    display: block;
    letter-spacing: 3px;
    margin: 5px auto;
    /*font-size: 18px;*/
    font-size: calc(0.5vw + 0.5vh + 0.6vmin);
    font-size: calc(0.5vw + 0.5vh + 0.6vmin);
    font-weight: 500;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0ms;
}

.smap:hover {
    letter-spacing: 0px;
    transition: all 300ms ease 0ms;
}

.blue {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #0072ff, #00c6ff) repeat scroll center center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copyright_main {
    color: rgba(0, 0, 0, 0.5);
    /*font-size: 20px;*/
    font-size: calc(0.5vw + 0.5vh + 0.7vmin);
    font-weight: 500;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}


/* Seo Tags*/

.seo {
    display: none !important;
}


/*Experiment*/

.contain {
    color: rgb(255, 255, 255);
    /*height: calc(2vw + 2vh + 51.3vmin);*/
    /*padding: 130px 55px 0;*/
    position: relative;
    display: none;
}

.contain h2 {
    display: none;
    font-size: calc(1.5vw + 1.5vh + 1vmin);
    line-height: calc(2vw + 2vh + 2vmin);
    font-weight: 500;
    padding: 10px;
}

.contain h3 {
    /*display: inline;*/
    font-size: calc(1.5vw + 1.5vh + 1vmin);
    font-weight: 300;
    line-height: calc(2vw + 2vh + 2vmin);
    padding: 10px;
}

.contain p {
    font-size: calc(1.5vw + 1.5vh + 1vmin);
    /*line-height: calc(2vw + 2vh + 2vmin);*/
    font-weight: 300;
    padding: 14px;
}

.contain small {
    font-size: calc(0.5vw + 0.5vh + 0.7vmin);
    font-weight: 400;
}

.contain b {
    font-weight: 400;
}

.contain_data {
    /* display: none;*/
    /*height: calc(2vw + 2vh + 66vmin);*/
    opacity: 0;
    height: 0;
    transition: opacity 300ms ease 30ms;
}

.Honeycomb,
.Product,
.AboutUs,
.Contact {
    opacity: 0;
    position: absolute;
    transition: opacity 300ms ease 30ms;
    padding: calc(100% - 95%) calc(1vw + 1vh + 0.5vmin) calc(1vw + 1vh + 0.5vmin);
}



/*.Honeycomb h2 {
    display: inline;
    padding: 0;
}

.Honeycomb h3 {
    display: inline;
    padding: 0;
}*/

.Product h3 {
    /*   font-size: calc(1vw + 2vh + 1.5vmin);
   line-height: calc(1vw + 2vh + 2.5vmin); */
    padding: 0 10px;
}

.Contact a {
    color: rgba(255, 255, 255, 1) !important;
}

.contain_act {
    opacity: 1 !important;
    transition: opacity 300ms ease 30ms;
}

.slide_data {
    height: calc(2vw + 2vh + 66vmin);
    transition: opacity 300ms ease 30ms;
}

.transparent {
    background: transparent !important;
    transition: all 300ms ease 10ms;
}

.green {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #4CB8C4, #3CD3AD);
    background-attachment: fixed;
    transition: all 300ms ease 10ms;
}

.orange {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #EB3349, #F45C43);
    background-attachment: fixed;
    transition: all 300ms ease 10ms;
}

.voilet {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #ba77b1, #8176b5);
    background-attachment: fixed;
    transition: all 300ms ease 10ms;
}

.yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #FF8008, #FFC837);
    background-attachment: fixed;
    transition: all 300ms ease 10ms;
}



/*Experiment*/