﻿
@import url(bootstrap.css);
@import url(box.css);
@import url(swiper.css);
@import url(fonts.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.css);
@import url(animate.css);
@import url(animation.css);
@import url(select.css);
@import url(rest.css);
@import url(font_5062277_nrn29wa1r6.css);

header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 22;
}
.main_header_area {
    position: relative;
    width: 100%;
}
.main_header_area .header_menu.fixed-top {
    box-shadow: 0 0 15px #cccccc37;
    background: #fff;
}
.navbar-default {
    background: #f5f5f5;
}
.navbar {
    border-bottom: 0;
    padding: 0;
}
.navbar.navbar-default {
    transition: none;
}
.header_menu .navbar.navbar-default {
    border-radius: 0px;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    width: 100%;
    z-index: 9;
}
.main_header_area .header_mlogo .navbar.navbar-default.navbar-sticky-in .navbar-header {
    display: block;
    transition: all ease-in-out 0.5s;
}
.navbar-default a.navbar-brand {
    font-size: 24px;
    position: relative;
    color: #f49b00;
    letter-spacing: 2px;
    font-weight: 400;
    display: block;
    padding: 0;
    height: auto;
    transition: all ease-in-out 0.5s;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    margin-right: 0;
    flex: 1;
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0;
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
    display: block;
    max-width: 290px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav {
    float: none;
    text-align: right;
    display: inline-block;
    background: transparent;
}
.navbar-nav li {
    position: relative;
    text-align: left;
    margin-bottom: 0;
}
.navbar-default .navbar-nav li, .navbar-default .navbar-nav li.active {
    background: #f33807;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li {
    float: none;
    display: inline-block;
    margin-right: 20px;
    background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
    position: relative;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #081430;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: .45px;
    line-height: inherit;
    transition: all 150ms linear;
    border: none;
    padding: 0 5px;
}
.header_menu .navbar.navbar-default .register-login a{
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}


.section-title.title-style-two .sub-title {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 22px;
}
.section-title .sub-title {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    gap: 15px;
    margin-bottom: 30px;
}
.section-title.title-style-two.text-center .sub-title::before {
    content: "";
    width: 37px;
    height: 2px;
    background: #000;
}
.section-title.title-style-two .sub-title::after {
    content: "";
    width: 37px;
    height: 2px;
    background: #000;
}


.feature-block {
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 45px 20px 35px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F2F4EC;
}
.feature-block .inner-box:before {
    content: "";
    position: absolute;
    right: -413px;
    bottom: 0;
    width: 297px;
    height: 100%;
    background-color: #EBEDE5;
    transform: skewX(-49deg);
    transform-origin: top right;
    transition: all 400ms ease;
    z-index: 1;
}
.feature-block .inner-box:after {
    content: "";
    position: absolute;
    right: -270px;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    transform: skewX(-45deg);
    transform-origin: top right;
    transition: all 400ms ease;
    z-index: 2;
}
.feature-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}
.feature-block .inner-box:hover::after {
    width: 100px
}
.feature-block .inner-box .icon-box img{
    max-width: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.feature-block .inner-box .icon {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 0;
    color: #000;
    transition: all 300ms ease;
    z-index: 1;
}
.feature-block .inner-box .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed #000;
    background-color: #fff;
    z-index: -1;
    transition: all 300ms ease;
}
.feature-block .inner-box .title {
    position: relative;
    margin-bottom: 8px;
    z-index: 3;
}
.feature-block .inner-box .title a{
    color: #081430;
    font-size: 22px;
}
.feature-block .inner-box p{
    z-index: 3;
    position: relative;
}
.feature-block .inner-box .text {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    transition: all 300ms ease;
    color: #081430;
}
.feature-block .inner-box:hover::before {
    width: 264%
}


.news_index .img_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.news_index .img_box img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}
.news_index .img_box a:after {
    background: rgba(255,255,255,0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}
.news_index .news_cover{
    margin-bottom: 20px;
}
.news_index .news_cover:hover .img_box a:after{
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}
.news_index .news_cover .content_box {
    position: relative;
    padding: 40px 30px 35px;
    background-color: #fff;
    border: 1px solid #e6e8ed;
    border-bottom: 0;
}
.news_index .news_cover .content_box .title {
    margin-bottom: 10px;
}
.news_index .news_cover .content_box .title a{
    color: #081430;
    font-weight: bold;
}
.news_index .news_cover .content_box p{
    margin-bottom: 0;
    font-size: 16px;
    color: #9f9f9f;
}
.news_index .news_cover .bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #F4F5F8;
    border: 1px solid #e6e8ed;
    border-top: 0;
    transition: all 300ms ease;
    position: relative;
    z-index: 0;
}
.news_index .news_cover .bottom_box span{
    font-size: 14px;
    display: block;
    color: #000;
    font-weight: 600;
}
.news_index .news_cover .bottom_box span i{
    margin-right: 8px;
}
.news_index .news_cover .bottom_box a{
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.index_box{
    padding: 100px 0;
}
.index_bg{
    background-color: #fbfbfb;
}

.about-img-wrap {
    position: relative;
    padding-right: 100px;
    padding-bottom: 160px;
}
.about-img-wrap img {
    border-radius: 10px;
}
.about-img-wrap img:nth-child(2) {
    position: absolute;
    right: 50px;
    bottom: 0;
}
.about-img-wrap .play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px;
    line-height: 0;
    margin: 10px;
    left: 15px;
    bottom: 30px;
    z-index: 1;
}
.about-img-wrap .play-btn::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed #22252F;
    background: transparent;
    z-index: -1;
    animation: btnRotate 15s linear infinite;
}
.about-content>p {
    margin-bottom: 35px;
}
.list-wrap {
    margin: 0;
    padding: 0;
}
.button-jittery {
  animation: jittery 4s infinite;
}
.button-jittery:hover {
  animation: heartbeat 0.2s infinite;
}

@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}
.about-list .list-wrap {
    margin-bottom: 50px;
}
.list-wrap li {
    list-style: none;
}
.about-img-wrap .play-btn i{
    font-size: 70px;
}
.about-list .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.about-list .list-wrap li .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #000;
    flex: 0 0 auto;
    font-size: 25px;
    color: #000;
    margin-right: 10px;
    line-height: 0;
}
.about-list .list-wrap li .content .title {
    font-size: 16px;
    margin-bottom: 8px;
}
.about-list .list-wrap li .content p {
    margin-bottom: 0;
    font-size: 14px;
}
.about-content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.about-content-bottom .btn {
    user-select: none;
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-content-bottom .btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    transform: scale(0.2,1);
    background-color: #22252F;
}
.about-content-bottom .btn:hover::before {
    opacity: 1;
    transform: scale(1,1)
}
.about-content-bottom .call-btn {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #22252F;
    font-weight: 700;
    transition: all .4s ease;
}
.about-content-bottom .call-btn i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #22252F;
    color: #fff;
    font-size: 15px;
    margin-right: 12px;
}
.about-content-bottom .call-btn:hover{
    color: #000;
}

.btn {
    user-select: none;
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 3px;
}
.btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    transform: scale(0.2,1);
    background-color: #22252F;
}
.btn:hover{
    color: #fff;
}
.btn:hover::before {
    opacity: 1;
    transform: scale(1,1)
}


.footer-area {
    background: #171717;
}
.footer-top {
    padding: 90px 0 40px;
}
.footer-newsletter {
    position: relative;
    height: 100%;
}
.footer-newsletter::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 88%;
    background: #464646;
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget p{
    color: #fff;
    font-size: 14px;
}
.fw-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}
.footer-link .list-wrap{
    max-height: 170px;
    overflow-y: auto;
}
.footer-link .list-wrap::-webkit-scrollbar {
   display: none;
}
.footer-link .list-wrap li {
    padding-left: 17px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 17px;
}
.foot_link{
    background-color: #59b8e9;
    
}
.foot_link h2{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.foot_link p{
    text-align: center;
    color: #fff;
    margin: 15px 0;
}
.footer-link .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #949494;
}
.footer-link .list-wrap li a {
    color: #949494;
    font-size: 15px;
    position: relative;
}
.footer-contact .list-wrap li {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    color: #949494;
    line-height: 1.4;
    margin-bottom: 20px;
}
.footer-contact .list-wrap li i {
    font-size: 18px;
    color: #000;
    margin-right: 15px;
    transform: translateY(2px);
}

.footer-bottom {
    border-top: 1px solid #464646;
    padding: 15px 0;
}
.footer-bottom p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.8;
    text-align: center;
}
.footer-bottom p a.icp {
    margin-right: 15px;
}
.footer-bottom p a {
    color: #fff;
    font-size: 12px;
}


.list{
    padding: 100px 0;
}
.list_contact #mapDiv{
    border-radius: 10px;
}
.contact-info-item {
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    text-align: center;
    padding: 50px 30px 40px;
    margin-bottom: 35px;
}
.contact-info-item .icon {
    font-size: 60px;
    line-height: 1;
    color: #000;
    margin-bottom: 22px;
}
.contact-info-item .content .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-info-item .content p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    color: #22252F;
    line-height: 1.54;
}



#starsBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: .5;
  z-index: 0;
}
#starsBox span {
  display: inline-block;
  width: auto;
  position: absolute;
  border-radius: 100%;
  transition: 100s linear;
}




@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}


.list_banner {
    background: radial-gradient(ellipse at center, #0869ad 0%, black 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    z-index: 1;
}
.list_banner #canvas{
    max-height: 320px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
}
.list_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.30);
    z-index: -1;
}
.list_banner_content .title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}
.banner_bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.banner_bottom .banner_bottom_item {
    line-height: 1.2;
    color: #D9D9D9;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_bottom .banner_bottom_item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.banner_bottom .banner_bottom_item a i {
    margin-right: 10px;
}
.banner_bottom .banner_bottom_item+.banner_bottom_item {
    padding-left: 10px;
}
.banner_bottom .banner_bottom_item+.banner_bottom_item::before {
    float: left;
    padding-right: 10px;
    color: #fff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 700;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pagination li {
    width: 45px;
    height: 45px;
    margin: 0 8px;
    border-radius: 50px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s ease;
    padding: 5px 10px;
}
.pagination li a.active {
    background: #000;
    color: #fff;
}
.pagination li a:hover {
    background: #000;
    color: #fff !important;
}

.information_box {
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 24px;
    position: relative;
    box-shadow: 0px 0px 20px 0px #eaeaea;
    border-radius: 6px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}
.information_box .information_box_time {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
}
.information_box_time p {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
    line-height: 28px;
    transition: all 0.5s ease;
}
.information_box_time p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 30px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    left: calc(50% - 15px);
    margin: 0 auto;
    transition: all 0.5s ease;
}
.information_box_time span {
    font-size: 16px;
    color: #000;
    transition: all 0.5s ease;
}
.information_box_content {
    padding-left: 110px;
}
.information_box_content h6 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.information_box_content h6 a {
    line-height: 28px;
    color: #484848;
}
.information_box_content p {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease;
}


.foot_phone{
    display: none;
}
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in,opacity 500ms linear,visibility 500ms ease-in;
    z-index: 99999;
    visibility: hidden
}
.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}
.mobile-nav__content {
    width: 300px;
    background: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}
.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}
.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}
.mobile-nav__content .main-menu__list,.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255,255,255,0.1)
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.1)
}
.mobile-nav__content .main-menu__list li ul {
    padding-left: 10px
}
.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    align-items: center;
    transition: 500ms
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-base)
}
.mobile-nav__content .main-menu__list li a:hover {
    color: var(--thm-base)
}
.mobile-nav__content .main-menu__list li a button {
    width: 28px;
    height: 28px;
    background-color: var(--thm-base);
    border: 0;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    border-radius: 0;
    transition: transform 500ms ease
}
.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black)
}
.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0,0)
}
.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}
.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px
}
.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark)
}
.mobile-nav__container {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.mobile-nav__toggler{
    display: none;
}

.details{
    padding: 100px 0;
}
.product_right .product_right_top{
    padding: 20px;
    background-color: #000;
    border-radius: 6px;
    margin-bottom: 20px;
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.child h1{
    letter-spacing: 3px;
    font-weight: bold;
   
}
.child h1 p{
 background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.child h1 span{
    color: #00aaec;
  overflow: hidden;
  background: -webkit-linear-gradient(white, #00aaec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.child .flex i{
    color: #fff;
}
.banner .btn{
    background-color: #00aaec;
}
svg {
  width:100%;
  height: 100%;
}
.banner{
    color: #fff;
    height: 600px;
    background-color: #000;
}.child h1 span


:root {
    --shimmer-hue-1: 213deg;
    --shimmer-sat-1: 95%;
    --shimmer-lit-1: 91%;
    --shimmer-hue-2: 248deg;
    --shimmer-sat-2: 100%;
    --shimmer-lit-2: 86%;
    --shimmer-hue-3: 293deg;
    --shimmer-sat-3: 78%;
    --shimmer-lit-3: 89%;
    
    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(
    0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
    1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
    1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
    0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
    0.998 84%, 1
  );
    --spring-duration: 1.33s;
}
@property --mask {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes spin {
    0% {
        --mask: 0deg;
    }
    100% {
        --mask: 360deg;
    }
}

@keyframes wipe {
    0% {
        mask-position: 200% center;
    }
    100% {
        mask-position: 0% center;
    }
}

@keyframes pulse {
    0%, 90%, 100% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
}

@keyframes pulse2 {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    14% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes flicker {
  0% { opacity:0.1; mask-image:none;}
  1% { opacity:1; }
  2% { opacity:0.5; }
  3% { opacity:0.1; }
  4% { opacity:0.7; }
  5% { opacity:1; }
  7% { opacity:0.7; 
    mask-image: linear-gradient(
        90deg, transparent 15%, black 45%, black 55%, transparent 85%
    ); }
  8% { opacity:0.1; }
  10% { opacity:0.4; }
  13% { opacity:1; }
  15% { opacity:0.1;  
    mask-image: linear-gradient(
        45deg, rgba(0,0,0,0.4) 25%, transparent 45%, black 65%, black 90%, transparent 100%
    );}
  17% { opacity:0.8;}
  19% { opacity:0.3; }
  21.5% { opacity:0; }
  23% { opacity:1; }
  39% { opacity:0.7; }
  45% { opacity:0.2; }
  49% { opacity:0.9; }
  52% { opacity:0.7;}
  53.5% { opacity:0.2;  
    mask-image: linear-gradient(
        90deg, black 15%, black 45%, rgba(0,0,0,0.4) 75%, transparent 85%
    );}
  57% { opacity:0.8; }
  63% { opacity:1; }
  75% { opacity:.85; }
  77% { opacity:1; }
  80% { opacity:.9; }
  82% { opacity:.95; }
  83% { opacity:.85; }
  86% { opacity:1; }
  89% { opacity:.85; }
  91% { opacity:1; }
  92% { opacity:.9; }
  100% { opacity:1; }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text {
    0% {
        background-position: 100% center;
    }    
    100% {
        background-position: -100% center;
    }    
}

.dark button {
    color: var(--bg);
    font-weight: 600;
    font-size: 1.2em;
    background-image: linear-gradient(
        315deg, 
        hsl(var(--shimmer-hue-1),var(--shimmer-sat-1),var(--shimmer-lit-1)) 0.00%, 
        hsl(var(--shimmer-hue-2),var(--shimmer-sat-2),var(--shimmer-lit-2)) 47%,
        hsl(var(--shimmer-hue-3),var(--shimmer-sat-3),var(--shimmer-lit-3)) 100.00% 
    );
    padding: .8em 1.4em;
    position: relative;
    isolation: isolate;
    box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%);
    border: none;
    outline: none;
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
    text-transform: unset;
}

.shimmer {
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mix-blend-mode: color-dodge;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 40px;
}
.shimmer::before {
    box-shadow: 0 0 3px 2px hsl(var(--shimmer-hue-1) 20% 95%),
        0 0 7px 4px hsl(var(--shimmer-hue-1) 20% 80%),
        0 0 13px 8px hsl(var(--shimmer-hue-2) 40% 60%),
        0 0 22px 6px hsl(var(--shimmer-hue-2) 20% 40%);
    z-index: -1;
}
.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(var(--shimmer-hue-2) 70% 95%),
        inset 0 0 3px 1px hsl(var(--shimmer-hue-2) 100% 80%),
        inset 0 0 9px 1px hsl(var(--shimmer-hue-2) 100% 70%);
    z-index: 2;
}

button[disabled] {
    background: rgb(76 76 92);
    background-image: none;
}
button:hover:not(:active):not([disabled]) {
    scale: 1.1;
    transition-duration: calc(var(--spring-duration)*0.5);
}
button:active:not([disabled]) {
    scale: 1.05;
    transition-duration: calc(var(--spring-duration)*0.5);
}
button:focus .shimmer,
button:active .shimmer {
    animation-play-state: paused!important;
    mask-image: none!important;
}
button:hover:not([disabled]),
button:hover:not([disabled]) .shimmer::before,
button:hover:not([disabled]) .shimmer::after {
    opacity: 1;
}


button .text {
    color: transparent;
    background-clip: text;
    background-color: var(--bg);
    background-image: linear-gradient(120deg, transparent, hsla(var(--shimmer-hue-1),100%,80%,0.66) 40%, hsla(var(--shimmer-hue-2),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

button:not([disabled]):hover .text {
    animation: text .66s ease-in-out 1;
}

button:not([disabled]) .shimmer::before,
button:not([disabled]) .shimmer::after {
    opacity: 1;
}
button:not([disabled]) .shimmer {
    mask-image: conic-gradient(
        from var(--mask, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    animation: spin 3s linear infinite both -0.5s;
}
button:not([disabled])[data-effect=wipe] .shimmer {
    mask-image: linear-gradient(
        90deg, transparent 20%, black 88%, transparent 90%
    );
    mask-size: 200% 200%;
    mask-position: center;
    animation: wipe 1.5s linear infinite both -0.5s;
}
button:not([disabled])[data-effect=wave] .shimmer {
    mask-image: linear-gradient(
        90deg, transparent 15%, black 45%, black 55%, transparent 85%
    );
    mask-size: 200% 200%;
    mask-position: center;
    animation: wipe 3s linear infinite both -0.5s;
}
button:not([disabled])[data-effect=throb] .shimmer {
    mask-image: none;
    animation: pulse 3s ease infinite both  -0.5s;
}
button:not([disabled])[data-effect=pulse] .shimmer {
    mask-image: none;
    animation: pulse2 3s ease infinite both  -0.5s;
}
button:not([disabled])[data-effect=flicker] .shimmer {
    mask-image: none;
    animation: flicker 3.33s ease infinite both  -0.5s;
}

.product_right .product_right_top h4{
    color: #fff;
    margin-bottom: 0;
}
.product_right .product_right_bottom .feature-block{
    border-radius: 6px;
    overflow: hidden;
}
.details .details_content{
    padding: 30px 20px;
    background-color: #F2F4EC;
    border-radius: 6px;
}
.details .details_content h6{
    font-size: 22px;
    margin-bottom: 10px;
}
.details .details_content .details_source a{
    padding: 3px 15px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.details .details_content .details_source span{
    padding: 3px 15px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.details .next{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.details .next p{
    padding: 8px 15px;
    background-color: #59b8e9;
    border-bottom: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}


.main-slider-one {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
    z-index: 1
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.main-slider .swiper-slide .shape1 {
    position: absolute;
    top: -260px;
    left: -810px;
    width: 960px;
    height: 960px;
    border-radius: 50%;
    background: #fabe88;
    opacity: 0;
    transform: translateX(-100%);
    z-index: 3
}

.main-slider.main-slider-one .swiper-slide-active .shape1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms
}

.main-slider .swiper-slide .shape2 {
    position: absolute;
    top: -30px;
    left: -810px;
    width: 960px;
    height: 960px;
    border-radius: 50%;
    background: rgba(255,0255,255,0.7);
    opacity: 0;
    transform: translateX(-100%);
    z-index: 4
}

.main-slider.main-slider-one .swiper-slide-active .shape2 {
    opacity: 1;
    transform: translate(0);
    transition: all 1500ms ease;
    transition-delay: 200ms
}

.main-slider .swiper-slide .shape3 {
    position: absolute;
    top: 40px;
    left: -785px;
    width: 960px;
    height: 960px;
    border-radius: 50%;
    background: #83b452;
    opacity: 0;
    transform: translateX(-100%);
    z-index: 2
}

.main-slider.main-slider-one .swiper-slide-active .shape3 {
    opacity: 1;
    transform: translate(0);
    transition: all 2000ms ease;
    transition-delay: 200ms
}

.main-slider .container {
    position: relative;
    padding-top: 165px;
    padding-bottom: 140px;
    z-index: 2
}

.main-slider-one__content {
    position: relative;
    display: block;
    z-index: 99;
}

.main-slider__title {
    color: #fff;
    font-size: 85px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(80px)
}

.main-slider-one .swiper-slide-active .main-slider__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms
}

.main-slider__title span {
    position: relative;
    display: inline-block;
    z-index: 1
}
.footer-logo img{
    max-width: 400px;
}
.main-slider__title span::before {
    position: absolute;
    top: 18px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(/skin/images/shapes/slider-v1-shape4.png);
    content: "";
    z-index: -1;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat
}

.main-slider__text {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    opacity: 0;
    transition: all 1500ms ease;
    transform: translateY(80px)
}

.main-slider-one .swiper-slide-active .main-slider__text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1200ms
}

.main-slider__btn {
    position: relative;
    display: block;
    opacity: 0;
    transition: all 1500ms ease;
    transform: translateY(80px);
    margin-top: 57px
}

.main-slider-one .swiper-slide-active .main-slider__btn {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1600ms
}

.main-slider-one__img {
    position: relative;
    display: block;
    margin-left: 200px;
    opacity: 0;
    transform: translateY(100%);
    z-index: 1
}

.main-slider.main-slider-one .swiper-slide-active .main-slider-one__img {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms
}

.main-slider-one__img::before {
    position: absolute;
    top: -15px;
    left: -10px;
    bottom: 0;
    right: 0;
    width: 330px;
    height: 330px;
    background: #fff;
    border-radius: 50%;
    content: "";
    z-index: -1
}
.main-slider-one__img .shape5 {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 0;
    width: 330px;
    height: 330px;
    background:#fff;
    border-radius: 50%;
    opacity: .23;
    content: "";
    z-index: -1
}
.main-slider-one__img-inner {
    position: relative;
    display: block;
    width: 330px;
    height: 330px;
    z-index: 1
}
.main-slider-one__img-inner img {
    width: 100%;
    border-radius: 50%;
}

.news_ocover {
    padding: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    height: 250px;
    transition: .5s;
    box-shadow: 0 1px 5px -1px #d0cece;
    margin-bottom: 20px;
}
.news_ocover i {
    position: relative;
    font-size: 32px;
    color: #000;
}
.news_ocover h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0 20px;
    position: relative;
    padding-left: 40px;
}
.news_ocover h5:before {
    position: absolute;
    content: " ";
    top: 50%;
    left: 0;
    background: #000;
    height: 3px;
    width: 25px;
    margin-top: -1px;
}
.news_ocover h5 a{
    color: #22252F;
    font-weight: bold;
}
.news_ocover p {
    font-weight: 400;
    line-height: 1.5;
}
.news_ocover::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    height: 16px;
    width: 16px;
    background: #000;
    transition: .4s;
}


.foot_phone .foot_tel a div {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 40px;
}
.foot_phone .foot_tel span{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    animation: footer_phone 1.8s ease-in-out infinite;
    animation-delay: calc(0.1s * var(--i));
    line-height: 45px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
          animation: shockwave 1s .65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
          animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@media (max-width: 1200px){
    .register-login{
        display: none !important;
    }
}
@media (max-width: 992px){
    .navbar-collapse1{
        display: none !important;
    }
    .mobile-nav__toggler{
        display: block;
    }
    .mobile-nav__toggler i{
        font-size: 30px;
        color: #000;
    }
    .details .next{
        display: block;
    }
    .details .details_content{
        margin-bottom: 20px;
    }
    .details{
        padding: 50px 0;
    }
    .main_header_area .navbar-flex{
        padding: 10px 0 !important;
    }
    footer{
        display: none;
    }
    .foot_phone {
        height: 20px;
        display: block;
    }
    .foot_phone a {
        display: block;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        overflow: hidden;
        height: 50px;
        width: 100%;
    }

    .block-contents .section-title h2{
        font-size: 30px;
    }
    .block-contents{
        padding-right: 0;
    }
    .foot_phone .foot_tel {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #000;
    }
    .foot_phone .foot_tel i {
        font-size: 25px;
        padding-right: 30px;
    }
    .foot_box {
        display: block;
        position: fixed;
        left: -1px;
        right: -1px;
        bottom: -1px;
        height: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .index_box{
        padding: 50px 0;
    }
    .about-img-wrap{
        padding: 0 0 20px 0;
    }
    .about-img-wrap img:nth-child(2){
        display: none;
    }
    .section-title{
        margin-bottom: 30px !important;
    }
    .section-title .title{
        font-size: 22px;
    }
    .main-header--one{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 9999;
    }
    .main-slider-one__content {
        margin-top: 0;
    }
    .main-slider .swiper-slide .shape5 {
        display: none;
    }
    .main-slider-one__img-inner {
        width: auto;
        height: auto;
    }
    .main-slider-one__img-inner img {
        width: 100%;
    }
    .main-slider-one__img {
        display: none;
    }
    .main-slider .container{
        min-height: 530px;
    }
    .main-slider-one .swiper-slide-active .main-slider__title{
        font-size: 45px;
    }
    .main-slider-one .swiper-slide-active .main-slider__text{
        font-size: 18px;
    }
    .main-slider .container{
        padding: 85px 15px 0;
    }
    .main-slider{
        overflow: hidden;
    }
}
.zhishi{
    display: none;
}
.zhishi i{
    font-size: 40px;
    color: #fff;
}
@media (max-width: 768px){
    .zhishi{
        display: block;
    }
    .main-slider .container{
        min-height: 470px;
    }
    .child{
        width: 100%;
        left: 0;
        right: 0;
        transform: translate(0,-50%);
    }
    .foot_link .btn{
        display: none;
    }
    .foot_link h2{
        font-size: 19px;
    }
    .foot_link p{
        font-size: 14px;
    }
    .child h1{
        font-size: 28px;
    }
}



