

.body .body-small {
background-color: white;
}
select:focus,
video {
outline: none;
}

button {
outline: none;
}


a {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
color: #000000;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: 0 !important;
border: 0;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc !important;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

h1 {
font-size: 38px;
/*color: #000000;*/
font-weight: 400;
}

.spec {
color: #DE45E6;
}

.spec-yellow {
color: #FFB300;
}

.spec-blue {
color: #009DFF;
}

.font-weight {
font-weight: 600;
}

.content {
width: 80%;
max-width: 1300px;
margin: auto;
}

.content-red {
background-color: #DE45E6;
}

.content-grey {
background-color: #F8F6F6;
}

.msg-box {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
background-color: #ffffff;
padding: 24px 20px;
min-width: 400px;
max-width: 900px;
z-index: 10;
font-size: 14px;
border-radius: 4px;
}

.msg-box .iconfont {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

    .msg-box .iconfont:hover {
        /* color: #FF13A2; */
        color: #DE45E6;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

.msg-box p {
    color: #000000;
}

.msg-box .btn {
    text-align: right;
    margin-right: 24px;
}

    .msg-box .btn span {
        margin-left: 26px;
        cursor: default;
    }

        .msg-box .btn span:hover {
            color: #DE45E6;
        }

header {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 3;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#second-header .header-content .nav-menu {
color: black;
}


.header-content {
/* width: 92%; */
width:100%;
/* max-width: 1300px; */
margin: 5px;
margin-top: 15px;
margin-bottom: 0px;
margin-left: 0px;
/*padding: 22px 0;*/
height: 38px;

}


.header-content .nav-menu {
    line-height: 45px;
    float: right;
    color: #161616;
    font-family: Montserrat,sans-serif !important;
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*font-size: 30px;*/
    padding-top: 0px;
    /*color: #fff;*/
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    cursor: pointer;
    font-size: 2rem !important;
    font-weight: 500;
    opacity: 2;
    width: 65%;
}


button.navbar-toggler:after {
position: absolute;
left: 0;
}


.header-content .nav-menu::after {
clear: both;
width: 0;
height: 0;
content: '';
overflow: hidden;
display: block;
}

.header-content .nav-menu .nav-item {
float: left;
}

.header-content .nav-menu .nav-item + .nav-item {
    margin-left: 40px;
}



.header-content .nav-scroll {
color: black;
}


.nav-scroll .logo {
color:  #DE45E6 ;
font-weight: 900;
font-size: 1.68em;
letter-spacing: 0.01em;
}

.header-content::after {
clear: both;
width: 0;
height: 0;
content: '';
overflow: hidden;
display: block;
}

#second-header .header-content .logo {
/* color:  #ef4bda ; */
color: #DE45E6;
}



.header-content .logo .iconfont {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1.700em;
    color: #DE45E6;
    /* color:  #ef4bda ; */
    vertical-align: top;
}

.nav-scroll .header-content .logo {
/* color:  #ef4bda ; */
color: #DE45E6;
}


.body-small .header-content {
color: black;
}

.nav-logo {
left: 0;
position: absolute;
top: 50%;
left: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}

.nav-logo {
color: white;
/* letter-spacing: 4px; */
font-weight: 900;
font-size: 1.68em;
}

.body-small .nav-logo {
top: 0;
padding-bottom: 50px;
}

.body-small .navbar .navbar-default .navbar-expand-md {
padding-top: 40px;
}

.navbar-nav .nav-link {
color: #fff;
}

.navbar-nav .nav-link :after {
    background: #fff;
}


.navbar-nav .nav-link .logo-header {
    padding: 15px 0;
    width: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

    .navbar-nav .nav-link .logo-header:hover {
        color: #fff;
    }

.navbar-toggler {
/* background-color: #FF13A2; */
background-color: #DE45E6;
color: #fff;
padding: 6px 12px;
font-size: 14px;
margin: 8px;
}

.navbar .navbar-collapse {
max-height: 400px;
overflow: auto;
color: #DE45E6;
/* color: #FF13A2; */
text-align: center;
padding: 10px 0;
}

@media screen and (max-width: 991px) {
.navbar .navbar-collapse {
    max-height: 400px;
    overflow: auto;
    background: #DE45E6;
    /* background: #FF13A2; */
    text-align: center;
    padding: 10px 0;
}
}



.navbar {
/*text-align: center;*/
position: absolute;
font-size: 34px
}

.is-sticky .header { /*Added transition and background-color the header class.*/
z-index: 1000;
}

.navbar-fixed-top {
top: 0px; /* you'll have to figure out the exact number here */
}

.navbar-fixed-top, .navbar-fixed-bottom {
position: relative; /* this can also be static */
}

.navbar {
justify-content: space-between;
padding: .5rem 1rem;
position: absolute;
left: 0;
top: 0;
width: 100%;
background: transparent;
z-index: 9;
/* min-height: 108px; */
/* min-height: 70px; */
color: white;
line-height: 0.3;
font-weight: 400;
font-size: 24px;
transition: all 0.3s ease-in-out 0s;
font-family: "apercu",sans-serif;
}

.navbar .icon-bar {
    color: #fff;
}


.navbar-nav .nav-link {
font-size: 16px;
font-weight: 600;
color: #eee;
letter-spacing: .5px;
margin: 0px 3px;
margin: 15px 5px;
transition: all .5s;
position: relative;
}

.navbar-nav .nav-link :after {
    content: '';
    width: 80%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 10%;
    bottom: -10px;
    opacity: 0;
    transition: all .5s;
}

.navbar-nav .nav-link .active :after {
    bottom: 0;
    opacity: 1;
}


.nav-scroll {
background-color: white;
border-color: transparent white transparent transparent;
border-bottom: 1px solid rgba(12,12,12,.04);
/* padding: 0; */
position: fixed;
top: -100px;
left: 0;
width: 100%;
transition: transform .5s;
transform: translateY(100px);
/* justify-content: flex-end !important; */
font-family: "apercu",sans-serif;
}



.nav-scroll .navbar-nav a {
    color: #676a6c;
    font-size: 16px;
}

#bkwhite .header-content .nav-menu .nav-item > span, .header-content .nav-menu .nav-item > a {
color: #676a6c;
font-size: 16px;
}

.nav-scroll .navbar-header {
color: #DE45E6;
/* color: #FF13A2; */
padding-left: 1em;
}

.landing-page .navbar .nav-scroll {
/*background-color: white;*/
}




.navbar .nav-item > a {
display: block;
line-height: 75px;
margin-top: 0px;
}



@media (min-width: 1221px) {
.nav-scroll {
    top: -100px;
}
}

@media screen and (min-width: 1221px) {
.nav-scroll, .navbar.is-hover {
    -webkit-box-shadow: 0 5px 17px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 17px 0 rgba(0,0,0,.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
}

@media screen and (min-width: 1221px) {
.nav-scroll, .navbar.is-active {
    background-color: white;
    color: black;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 17px 0 rgba(0,0,0,.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
}




@media (max-width:1220px) {
.nav-scroll .logo-header {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}
}

/*------------------------------------------------------------*/


.font-weight-300 {
font-weight: 300;
}

.mb-5 {
margin-bottom: 3rem !important;
}

.code-snipet, .mb-5, .my-5 {
margin-bottom: 3rem !important;
}

h1, .h2, .h3, .h4, .h5, .h6, .pricing .price-elem .price, .pricing .price-elem .price-unit, h1, h2, h3, h4, h5, h6 {
font-weight: 700;
font-family: 'GT America Light',system-ui,sans-serif ;

}


.font-weight-600 {
font-weight: 600;
}

.mb-2 {
margin-bottom: .5rem !important;
}



.mb-2, .my-2 {
margin-bottom: .5rem !important;
}

.position-relative {
position: relative !important;
}


div {
display: block;
}

.custom-list {
list-style: none;
padding: 0;
}

dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
}



.custom-list {
list-style: none;
padding: 0;
}

form-input-2 {
background-color: #f3f7fb;
border: 2px solid #f3f7fb;
}

.form-input {
background-color: #fff;
border-radius: 4.5px;
border: 1px solid #d4d4d4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
/*color: #4f555a;*/
cursor: text;
display: inline-block;
padding: 18px;
width: 100%;
letter-spacing: normal;
font-size: 18px;
line-height: 20.7px;
}

.mb-3 {
margin-bottom: 1rem !important;
}

.mb-3, .my-3 {
margin-bottom: 1rem !important;
}

textarea {
overflow: auto;
resize: vertical;
}

button, input, optgroup, select, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}

.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}

.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}


.menu-item:not(.menu-item--x) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}


.menu-item {
/*width: 300px;
height: 300px;*/
padding: 30px 40px !important;
display: flex;
}

.landing-page .navy-section {
margin-top: 60px;
background: #1ab394;
color: #fff;
padding: 20px 0;
}

.landing-page .gray-section {
background: #f4f4f4;
margin-top: 60px;
}

.landing-page .team-member {
text-align: center;
}

.landing-page .team-member img {
    margin: auto;
}

.landing-page .social-icon a {
background: #de178d;
color: #fff;
padding: 4px 8px;
height: 28px;
width: 28px;
display: block;
border-radius: 50px;
}

.landing-page .social-icon a:hover {
    background: #179d82;
}

.landing-page .img-small {
height: 88px;
width: 88px;
}

.landing-page .pricing-plan {
margin: 20px 30px 0 30px;
border-radius: 4px;
}

.landing-page .pricing-plan.selected {
    transform: scale(1.1);
    background: #f4f4f4;
}

.landing-page .pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center;
    color: #aeaeae;
}

.landing-page .pricing-plan .pricing-price span {
    font-weight: 700;
    color: #1ab394;
}

.landing-page li.pricing-desc {
font-size: 13px;
border-top: none;
padding: 20px 16px;
}

.landing-page li.pricing-title {
background: #1ab394;
color: #fff;
padding: 10px;
border-radius: 4px 4px 0 0;
font-size: 22px;
font-weight: 600;
}

.landing-page .testimonials {
padding-top: 80px;
padding-bottom: 90px;
background-color: #1ab394;
background-image: url('../img/landing/avatar_all.png');
}

.landing-page .big-icon {
font-size: 56px !important;
}

.landing-page .features .big-icon {
color: #1ab394 !important;
}

.landing-page .contact {
background-image: url('../img/word_map.png');
background-position: 50% 50%;
background-repeat: no-repeat;
margin-top: 60px;
}

.landing-page section.timeline {
padding-bottom: 30px;
}

.landing-page section.comments {
padding-bottom: 80px;
}

.landing-page .comments-avatar {
margin-top: 25px;
margin-left: 22px;
margin-bottom: 25px;
}

.landing-page .comments-avatar .commens-name {
    font-weight: 600;
    font-size: 14px;
}

.landing-page .comments-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}

.landing-page .bubble {
position: relative;
height: 120px;
padding: 20px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-style: italic;
font-size: 14px;
}

.landing-page .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px;
}

.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
color: #fff;
}

.landing-page .btn-primary {
background-color:  #ef4bda ;
border-color:  #ef4bda ;
color: #FFFFFF;
font-size: 14px;
padding: 10px 20px;
font-weight: 600;
}

.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
    background-color:  #ef4bda ;
    border-color: #00a8f9;
    color: #FFFFFF;
}

.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
    background-image: none;
}

    .landing-page .btn-primary.disabled,
    .landing-page .btn-primary.disabled:hover,
    .landing-page .btn-primary.disabled:focus,
    .landing-page .btn-primary.disabled:active,
    .landing-page .btn-primary.disabled.active,
    .landing-page .btn-primary[disabled],
    .landing-page .btn-primary[disabled]:hover,
    .landing-page .btn-primary[disabled]:focus,
    .landing-page .btn-primary[disabled]:active,
    .landing-page .btn-primary.active[disabled],
    .landing-page fieldset[disabled] .btn-primary,
    .landing-page fieldset[disabled] .btn-primary:hover,
    .landing-page fieldset[disabled] .btn-primary:focus,
    .landing-page fieldset[disabled] .btn-primary:active,
    .landing-page fieldset[disabled] .btn-primary.active {
        background-color: #FF13A2;
        border-color: #FF13A2;
    }

@media (min-width: 768px) {
.landing-page {
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */
}

    .landing-page .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .landing-page .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .landing-page .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    .landing-page .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .landing-page .featurette-heading {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
.landing-page .carousel-image {
    display: none;
}
}

@media (max-width: 768px) {
.landing-page .carousel-caption,
.landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
}

    .landing-page .carousel-caption h1 {
        font-size: 28px;
    }

.landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
    color:  #ef4bda ;
}

.landing-page .navbar-default {
    /*background-color: transparent;
        */
    border-color: #fff;
    color: #fff;
    /* padding: 15px 0; */
}

    .landing-page .navbar-default navbar-scroll {
        background-color: #fff;
        padding: 15px 0;
    }

    .landing-page .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: inherit;
    }


    .landing-page .navbar-default .nav li a {
        color: white;
    }

        .landing-page .navbar-default .nav li a:hover {
            color: white;
        }

.landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}

.landing-page .navbar-nav > li > a {
    padding: 10px 10px 15px 10px;
}

.landing-page .navbar-nav > li > a {
    padding: 20px 10px;
}

.landing-page .navbar .navbar-brand {
    margin-top: 5px;
    border-radius: 5px;
    font-size: 24px;
    padding: 10px;
    height: auto;
    letter-spacing: 4px;
    font-weight: 900;
    font-family: ro
    /*color:white*/
}

.landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
}

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
}

.landing-page .carousel-control {
    display: none;
}
}




@media (max-width: 768px) {
.navbar-header.navbar-brand {
    position: absolute;
    left: calc( 50% - 90px); /* 50% from the left - half your image width */
    letter-spacing: 4px;
    font-weight: 900;
    font-family: ro
}

button.navbar-toggler:after {
    position: absolute;
    left: 0;
}
}

@media (min-width: 992px) {
.landing-page .featurette-heading {
    margin-top: 120px;
}
}

@media (max-width: 768px) {
.landing-page .navbar .navbar-header {
    display: block;
    float: right;
}

    .landing-page .navbar .navbar-header .navbar-toggle {
        background-color: #ffffff;
        padding: 9px 10px;
        border: none;
    }

.landing-page .nav.navbar-right {
    flex-direction: column;
}
}

.landing-page .navbar-toggle {
color: #ddd;
float: right;
}

.landing-page .navbar-toggle i {
    font-size: 24px;
}


@media (min-width: 768px) {
#page-wrapper {
    position: inherit;
    min-height: 100vh;
}

.navbar-static-side {
    z-index: 2001;
    width: 220px;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    margin-left: auto;
}
}

@media (max-width: 768px) {
#page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 100vh;
    width: 100%;
}

.body-small .navbar-static-side {
    display: block;
    z-index: 2001;
    width: 0;
    overflow: hidden;
}

.body-small.mini-navbar .navbar-static-side {
    display: block;
    overflow: visible;
}

.lock-word {
    display: none;
}

.navbar-form-custom {
    display: none;
}

.navbar-header {
    display: inline;
    float: right;
}

.sidebar-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
}

.sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
}

.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
}

.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
}

.ibox-tools {
    float: none;
    text-align: right;
    display: block;
}

.navbar-static-side {
    display: none;
}

body:not(.mini-navbar) {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    /*-ms-transition: background-color 500ms linear;*/
    transition: background-color 500ms linear;
    /*background-color: #F7F4F5;*/ /*#f3f7fb*//*;*/ /*#f3f3f4;*/
}
}

#second-header .header-content .nav-menu .nav-item > span,
#second-header .header-content .nav-menu .nav-item > a {
color: #676a6c;
}

#second-header .header-content .nav-menu .nav-item > .btn {
/* background:  #ef4bda ; */
background: #DE45E6;
color: #fff;
}


#second-header .header-content .nav-menu .nav-item > span > a {
color: #676a6c;
}

.header-content .nav-menu .nav-item > span > a {
font-size: 18px;
font-weight: 500;
}

.header-content .nav-menu .nav-item > span,
.header-content .nav-menu .nav-item > a {
display: block;
line-height: 36px;
font-size: 18px;

font-weight: 500;
-webkit-transition: 0.15s;
-o-transition: 0.15s;
transition: 0.15s;
cursor: pointer;
padding-bottom: 10px;
padding-top: 0px;
}

/* .body-small .header-content .nav-menu .nav-logo {
display: none;
} */




 /* .body-small .header-content  .css-10y69d6{
display: none;
} */
.body-small .header-content .ph-head .css-10y69d6 {
display: block;
}
.body-small .header-content .nav-menu .nav-item > a {
/* color: #000000; */
}

.body-small .header-content .nav-menu .nav-item > span {
color: #000000;
}

.body-small .header-content .nav-menu .nav-item > span > a {
    color: #000000;
}

.nav-scroll .header-content .nav-menu .nav-item > span,
.nav-scroll .header-content .nav-menu .nav-item > span > a,
.nav-scroll .header-content .nav-menu .nav-item > a {
font-weight: 500;
color: #414952;
/*#676a6c;*/
font-size: 16px;
}

.nav-scroll .header-content .nav-menu .nav-item > #get__In__touch {

background: #DE45E6;
color: #fff;
}


.header-content .nav-menu .nav-item > span .iconfont {
padding-left: 5px;
color: inherit;
}



.header-content .nav-menu .nav-item .nav-menu-drop a > p {
text-transform: none;
}

.header-content .nav-menu .nav-item h3 {
font-size: medium;
line-height: 28px;
margin: 0;
-webkit-transition: 0.15s;
-o-transition: 0.15s;
transition: 0.15s;
}

.header-content .nav-menu .nav-item p {
/*font-size: 12px;*/
color: #8C8889;
line-height: 16px;
margin: 0;
/*text-align: center;*/
}




.ftco-animated {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}



.header-content .nav-menu .nav-item .nav-menu-drop {
background-color: #ffffff;
display: none;
position: absolute;
width: 100%;
top: auto;
left: 0;
-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
margin-right: 100px;
z-index: 1;
}

.nav-item .nav_btn {
position: relative;
padding-bottom: 100px;
padding-top: 0px;
}



.header-content .nav-menu .nav-item .nav-menu-drop ul {
/*max-width: 1600px;*/
width: 100%;
/* height: 400px; */
overflow: hidden;
margin-top: 0px;
padding-top: 0px;
}

.solutions-nav > il {
overflow: hidden;
margin-top: 0px;
padding-top: 0px;
}

.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li {
width: 33.33%;
/*height: 300px;*/
float: left;
}


.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav #sub-nav-item {
width: 50%;
float: left;
}

.header-content .nav-menu .nav-item .nav-menu-drop > ul > li {
position: relative;
left: auto;
right: 0;
transition: opacity .125s ease-in,visibility 0s linear .125s,-webkit-transform .125s ease-in-out !important;
}

.header-content .nav-menu .nav-item .nav-menu-drop > ul > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    /*width: 300px;*/
    padding: 30px 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: black; /* #ef4bda ;*/
    justify-content: space-between;
}




.menu-item-title {
color: #040015;
font-size: 15px;
font-weight: 700;
line-height: 1.3;
}


@media (min-width: 1025px) {
.nav-menu-drop ul {
    width: 250px;
    padding-top: 15px;
    padding-bottom: 0px;
}
}


.vlmenu__title-holder {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: black;
font-weight: 700;
}




.vlmenu-item-desctiption {
color: #9298a1;
font-size: 14px;
line-height: 1.3;
}

.solutions-nav {
padding-top: 0px;
}



.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li:hover {
/*background: #FBF1F8;*/
/*background: #e73fd9;
color: white;*/
}
.link-tag-head:hover {
background: #DE45E6;
/* background:    #e73fd9;   */
color: white;
}
.link-tag-head {
padding-left: 15px;
color: #431599;
/*color: #0056b3;*/
font-size: 0.85rem;
font-weight: 500;
font-display: block;
text-transform: none;
font-family: Montserrat,sans-serif;
}


.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li:nth-child(3) a h3 span {
font-weight: 300;
align-content: center;
}

.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li a {
display: block;
}



.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li a h3 {
    margin-bottom: 7px;
}

.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li a:hover h3 {
    color: black; /* #ef4bda ;*/
}

.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog {
float: right;
max-width: 310px;
}

.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog > p {
    overflow: hidden;
}

    .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog > p a {
        float: right;
        margin: 0;
        color: #DE45E6;
        /* color:  #ef4bda ; */
    }

        .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog > p a:hover {
            text-decoration: underline;
        }

.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog > a {
    display: block;
    padding-left: 136px;
    position: relative;
}

    .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog > a .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        height: 64px;
        background-size: cover;
        background-position: center;
        background-color: #F0F0F0;
        border-radius: 2px;
    }

    .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog > a span {
        font-size: 14px;
        color: #000000;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }





/*------------------------------------------*/



.header-content .nav-menu .nav-item.active > span {
color: #DE45E6;
/* color:  #ef4bda ; */
/*#EAB5D8;*/
}

.header-content .nav-menu .nav-item.active > span .iconfont {
    /* color:  #ef4bda ; */
    color: #DE45E6;
}

.header-content .nav-menu .nav-item.active .nav-menu-drop {
display: block;
/*background-image: url('../img/background/slide-one.jpg');*/
/*color: white;*/
/*background-color: white;*/
}


.nav-scroll .header-content .ph-menu-icon {
color: #DE45E6;
/* color:  #ef4bda ; */
}


.header-content .ph-menu-icon {
display: none;
font-size: 24px;
line-height: 36px;
float: right;
cursor: pointer;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.header-content .ph-menu-icon:hover {
    color: #DE45E6;
    /* color:  #ef4bda ; */
}

header.active .header-content .ph-head .ph-menu-icon {
color: #000000;
}

header.active .header-content .ph-head .css-10y69d6.a {
/* color:  #ef4bda ; */
color: #DE45E6;
}

.header-content .ph-head {
display: none;
}



header.active {
background-color: #F7F4F5;
}

#second-header header.active .logo {
color: #F0e0ff;
}

header .active .logo {
color: #FBF1F8;
}



header.active .ph-menu-icon {
display: none;
}

footer {
padding: 80px 0 40px;
background-color: #293241;
/* background-color: #282e35; */
-webkit-user-select: none;
color: white;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

footer.footer-bg {
    background-color: #F8F6F6;
}

footer .footer-content {
    width: 92%;
    max-width: 1300px;
    text-align: left;
    margin: auto;
}

footer .footer-box {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

footer .footer-item {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: calc(100% / 5.1);
    margin-top: 20px;
}

    footer .footer-item h3 {
        font-size: 16px;
        color: #5C5758;
        font-weight: normal;
        margin-top: 0;
    }

    footer .footer-item li {
        margin-top: 16px;
    }

    footer .footer-item a {
        color: #8C8889;
    }

        footer .footer-item a span {
            color: #CCC;
        }

        footer .footer-item a:hover {
            /* color: #FF13A2; */
            color: #DE45E6;
        }

    footer .footer-item .coming {
        color: #CCC;
    }

        footer .footer-item .coming:hover {
            color: #CCC;
        }

    footer .footer-item .footer-logo {
        font-size: 24px;
        color: #CCC;
        line-height: 1;
    }

        footer .footer-item .footer-logo i {
            font-size: 24px;
            color: #DE45E6;
            /* color: #FF13A2; */
            font-weight: 600;
        }

    footer .footer-item p {
        color: #8C8889;
        margin-top: 10px;
    }

    footer .footer-item .footer-icon span {
        display: inline-block;
        position: relative;
        margin-right: 16px;
    }

        footer .footer-item .footer-icon span i {
            font-size: 18px;
            color: #bfbdbd;
        }

            footer .footer-item .footer-icon span i:hover {
                color: #8C8889;
            }

        footer .footer-item .footer-icon span img {
            display: none;
            position: absolute;
            top: 30px;
            left: -56px;
        }

    footer .footer-item .footer-icon .weixin:hover img {
        display: block;
    }

footer .footer-foot {
    margin-top: 70px;
}

    footer .footer-foot p {
        display: inline-block;
        font-size: 12px;
        margin: 0;
        color: #bfbdbd;
    }

        footer .footer-foot p a {
            color: #bfbdbd;
            margin-right: 20px;
        }

            footer .footer-foot p a:hover {
                color: #DE45E6;
                /* color: #FF13A2; */
            }

    footer .footer-foot .foot-last {
        float: right;
    }

.footer-web {
display: block;
}

.footer-phone {
display: none;
padding: 50px 0 0;
background-color: #ffffff;
}

.footer-phone .footer-content {
    width: 100%;
}

.footer-phone .footer-header {
    font-size: 24px;
    color: #000000;
    padding: 20px 4%;
}

    .footer-phone .footer-header i {
        font-size: 24px;
        color: #DE45E6;
        /* color: #FF13A2; */
        font-weight: 600;
    }

    .footer-phone .footer-header a {
        display: block;
        color: #000000;
    }

.footer-phone .footer-box {
    background-color: #F7F4F5;
}

.footer-phone .footer-item {
    width: 100%;
    margin-top: 0;
    line-height: 48px;
    display: block;
}

    .footer-phone .footer-item h3 {
        height: 48px;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 38px 0;
        text-align: left;
        overflow: hidden;
    }

        .footer-phone .footer-item h3 i {
            float: right;
        }

    .footer-phone .footer-item ul {
        display: none;
        background-color: #ffffff;
    }

        .footer-phone .footer-item ul li {
            text-align: left;
            padding-left: 38px;
        }

    .footer-phone .footer-item a {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.footer-phone .footer-foot {
    background-color: #F7F4F5;
    margin: 0;
    padding: 20px 4% 80px;
}

    .footer-phone .footer-foot p {
        display: block;
        text-align: left;
        margin-top: 20px;
    }

.clear-space h1,
.clear-space h2,
.clear-space h3,
.clear-space h4,
.clear-space h5,
.clear-space h6,
.clear-space p,
.clear-space i,
.clear-space b,
.clear-space table,
.clear-space td,
.clear-space th,
.clear-space ul,
.clear-space li,
.clear-space input,
.clear-space form,
.clear-space button,
.clear-space div {
margin: 0;
padding: 0;
}

.clear-space h1,
.clear-space h2,
.clear-space h3,
.clear-space h4,
.clear-space h5,
.clear-space h6 {
font-weight: 400;
}

.clear-space .pagination {
text-align: center;
margin-top: 48px;
}

.clear-space .pagination li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
}

    .clear-space .pagination li a {
        display: block;
        line-height: 38px;
        width: 38px;
        border: 1px solid #F0F0F0;
        border-radius: 4px;
        color: #8C8889;
        font-size: 18px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .clear-space .pagination li a:hover {
            color: #ffffff;
            background: #DE45E6;
         
            /* background: #FF13A2; */
            border-color: #DE45E6;
        }

    .clear-space .pagination li.active a {
        color: #ffffff;
        background: #DE45E6;
        border-color: #DE45E6;
        /* background: #FF13A2;
        border-color: #FF13A2; */
    }

.clear-space .pagination .disabled {
    display: none;
}

section {
padding-right: 0;
}

.global-banner {
width: 100%;
padding-right: 0;
height: auto;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#global-banner::before {
position: absolute;
width: 100%;
height: 100%;
/*background-color: rgba(115, 133, 159, 0.5);*/
background-color: rgba(57, 49,49, 0.7);
/*background-image: linear-gradient(135deg, �rgba(70, 166, 244, 0.65), rgba(163, 0, 255, 0.65));*/
z-index: 1;
content: '';
}




#global-banner-section::before {
position: absolute;
width: 100%;
height: 100%;
/*background-color: rgba(115, 133, 159, 0.5);*/
background-color: rgba(57, 49,49, 0.7);
background-image: linear-gradient(135deg, �rgba(70, 166, 244, 0.65), �rgba(163, 0, 255, 0.65));
z-index: 1;
content: '';
}


#global-banner-section-index::before {
position: absolute;
width: 100%;
padding-right: 0;
height: 100%;
/*    background-color: rgba(242, 73, 204, .80);
*/ z-index: 1;
content: '';
}

#global-banner-section-index:after {
width: 100%;
height: 100%;
background-image: linear-gradient(135deg, rgba(70, 166, 244, 0.65), rgba(163, 0, 255, 0.65));
position: absolute;
z-index: 1;
}

#global-banner-section-service::before {
position: absolute;
width: 100%;
height: 100%;

background-color: rgba(128, 0, 96, 0.87);
z-index: 1;
content: '';
}

#page-banner {
/*, rgba(16,7,39, 0.99) 25%, rgba(16,7,39, 0.95) 50%, rgba(16,7,39, 0.7) 75%, rgba(16,7,39, 0.4) 100% );*/
/*background: linear-gradient(90deg,#100727,linear-gradient(90deg, rgba(16,7,39, 1) 0%, rgba(16,7,39, 0.99) 25%, rgba(16,7,39, 0.95) 50%, rgba(16,7,39, 0.7) 75%, rgba(16,7,39, 0.4) 100% ));*/
/*background: url('../img/background/globe.svg');*/

}

/*#page-banner:after {
    background-image: linear-gradient(90deg, rgba(16,7,39, 1) 0%, rgba(16,7,39, 0.99) 25%, rgba(16,7,39, 0.95) 50%, rgba(16,7,39, 0.7) 75%, rgba(16,7,39, 0.4) 100% );
    background: linear-gradient(90deg,#100727,linear-gradient(90deg, rgba(16,7,39, 1) 0%, rgba(16,7,39, 0.99) 25%, rgba(16,7,39, 0.95) 50%, rgba(16,7,39, 0.7) 75%, rgba(16,7,39, 0.4) 100% ));
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, �rgba(70, 166, 244, 0.65), �rgba(163, 0, 255, 0.65));
    position: absolute;
    z-index: 1;
}*/


.global-banner .banner-video {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.global-banner .banner-video video {
    width: 100%;
    height: 100%;
}

.global-banner .header-content {
z-index: 3;
}

.global-banner .banner-inner {
position: absolute;
z-index: 2;
width: 100%;
left: 0;
padding: 0 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 50%;
color: #ffffff;
text-align: center;
margin-top: -110px;
}

.global-banner .banner-inner .banner-title1 {
    font-size: 44px;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.global-banner .banner-inner .banner-title2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 auto 10px;
}

.global-banner .banner-inner .title-phone {
    display: none;
}

.global-banner .banner-inner .play-video {
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 6px;
    width: 152px;
    padding-right: 8px;
}

    .global-banner .banner-inner .play-video:hover {
        opacity: 0.9;
    }

    .global-banner .banner-inner .play-video span {
        vertical-align: middle;
    }

    .global-banner .banner-inner .play-video i {
        vertical-align: middle;
        font-size: 20px;
        margin-right: 6px;
    }

.banner-btn {
padding: 0 34px;
margin: 72px auto 25px;
line-height: 56px;
border-radius: 6px;
height: 56px;
font-size: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background:#DE45E6;
/* background: #FF13A2; */
display: inline-block;
color: #ffffff;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
text-align: center;
}

.banner-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.content-banner {
height: 400px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-top: 160px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: white;
font-size: 20px;
background: url(../img/Background/Her-6.png) 100% center;
}

.content-banner .title h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #3e002f;
    text-transform: capitalize;
}

.content-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/card-blog4.jpg);*/
    /*background-color: rgba(57, 49, 49, 0.7);*/
    left: 0;
    top: 0;
    z-index: 1;
}

.content-banner h3 {
    font-weight: 400;
    font-size: 44px;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
}

.content-banner h1 {
    font-weight: 400;
    font-size: 44px;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
}

.content-banner h4 {
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    font-weight: 400;
    margin-top: 0;
}

.content-red,
.content-grey {
padding: 129px 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.content-red h2,
.content-grey h2,
.content-red h5,
.content-grey h5 {
    font-size: 44px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 20px;
}

.content-red h6,
.content-grey h6 {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.content-red .footer-btna,
.content-grey .footer-btna {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    margin: 70px auto 0;
    font-size: 16px;
    padding: 0 34px;
    background-color: #ffffff;
    border-radius: 6px;
    color: #DE45E6;
    /* color: #FF13A2; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .content-red .footer-btna:hover,
    .content-grey .footer-btna:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.content-grey h5 {
    color: #000000;
}

/*.content-grey h6 {
    color: #8C8889;
}*/

.content-grey .footer-btna {
    background: url("/images/btn-bg.png") no-repeat center top;
    color: #ffffff;
    background-size: 100%;
}

/*------------------------------*/

.contact-section.style-two {
background: #ffffff;
}

.contact-section {
padding: 100px 0px;
}

.contact-section.style-two .section-title {
    margin-bottom: 40px;
}

.contact-section .left-side {
    margin-right: 50px;
}

.contact-section .form-group {
    margin-bottom: 20px;
}


.contact-section .form-bottom {
    display: block;
}


.contact-section .form-group {
    margin-bottom: 20px;
}

    .contact-section .form-group input {
        display: inline-block;
        color: #222222;
        font-size: 15px;
        box-shadow: none;
        background: none;
        border: none;
        padding: 10px 0px;
        font-family: "Open Sans",sans-serif;
        border-bottom: 1px solid #dedede;
        transition: all 500ms ease 0s;
    }


.btn-style-one {
font-size: 14px;
color: #ffffff;
line-height: 29px;
font-weight: 600;
padding: 8px 24px;
background: #222222;
letter-spacing: 1px;
border: 1px solid #222222;
text-transform: uppercase;
display: inline-block;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}


.contact-section .form-group {
margin-bottom: 20px;
}

.contact-section .form-group input {
    display: inline-block;
    color: #222222;
    font-size: 15px;
    box-shadow: none;
    background: none;
    /*border: none;*/
    padding: 10px 0px;
    font-family: "Open Sans",sans-serif;
    border-bottom: 1px solid #dedede;
    transition: all 500ms ease 0s;
}

.contact-section .right-side {
margin-left: 50px;
}

.contact-section .right-side .text p {
    font-size: 17px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
}

.contact-section .right-side li {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}


    .contact-section .right-side li i {
        position: absolute;
        top: 6px;
        left: 0px;
        font-size: 14px;
    }

.contact-section .form-group input {
display: inline-block;
color: #222222;
font-size: 15px;
box-shadow: none;
background: none;
/*border: none;*/
padding: 10px 0px;
font-family: "Open Sans",sans-serif;
border-bottom: 1px solid #dedede;
transition: all 500ms ease 0s;
}

/*------------------------------------*/
body .global-video-bullet-box {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 100;
left: 0;
top: 0;
padding: 20px 80px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body .global-video-bullet-box .video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

    body .global-video-bullet-box .video-container .video-cancel {
        position: absolute;
        right: -56px;
        top: 0;
        font-size: 26px;
        text-align: center;
        cursor: pointer;
        color: #ffffff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        body .global-video-bullet-box .video-container .video-cancel:hover {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    body .global-video-bullet-box .video-container video {
        display: none;
        width: 100%;
        border: none;
        top: 50%;
        left: 50%;
        max-height: 100%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body .global-video-bullet-box .video-container .video-js {
        width: 100%;
        height: 95%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        body .global-video-bullet-box .video-container .video-js .vjs-playing .vjs-tech {
            pointer-events: auto;
        }

        body .global-video-bullet-box .video-container .video-js .vjs-big-play-button {
            font-size: 3em;
            line-height: 2.3em;
            height: 2.5em;
            width: 2.5em;
            border-radius: 2.5em;
            background-color: #73859f;
            background-color: rgba(115, 133, 159, 0.5);
            border-width: 0.15em;
            margin-top: -1.25em;
            margin-left: -1.75em;
        }

            body .global-video-bullet-box .video-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
                font-size: 1.63em;
            }

    body .global-video-bullet-box .video-container .vjs-paused .vjs-big-play-button {
        display: block;
    }

.secondary-menu {
text-align: center;
border-bottom: 1px solid #F0F0F0;
white-space: nowrap;
overflow: hidden;
overflow-x: auto;
}

.secondary-menu a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0 40px;
    font-size: 16px;
    color: #8C8889;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 70px;
}

    .secondary-menu a::before {
        content: '';
        width: 40px;
        height: 3px;
        background: #DE45E6;
        /* background: #FF13A2; */
        position: absolute;
        left: 50%;
        bottom: -1px;
        margin-left: -20px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .secondary-menu a:hover {
        color: #DE45E6;
        /* color: #FF13A2; */
    }

    .secondary-menu a.active {
        color: #DE45E6;
        /* color: #FF13A2; */
    }

        .secondary-menu a.active::before {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.custom {
background: #F8F6F6;
padding-bottom: 50px;
margin-top: 200px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.custom .custom-wrap {
    position: relative;
    max-width: 1378px;
    margin: 0 auto;
    padding: 0 20px;
    width: 92%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .custom .custom-wrap .swiper-container {
        position: relative;
        text-align: center;
        padding: 90px 19px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .custom .custom-wrap .swiper-container .swiper-slide {
            padding: 32px 15px 0;
            height: 480px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: #ffffff;
            border: 1px solid #E9E9E9;
            border-radius: 4px;
        }

            .custom .custom-wrap .swiper-container .swiper-slide:hover {
                -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .custom .custom-wrap .swiper-container .swiper-slide img {
                max-width: 50px;
                display: block;
                margin: 0 auto;
                -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                border-radius: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: 2px solid #ffffff;
            }

            .custom .custom-wrap .swiper-container .swiper-slide h5 {
                font-size: 14px;
                color: #5C5758;
                line-height: 150%;
                margin: 15px 0 4px;
            }

            .custom .custom-wrap .swiper-container .swiper-slide span {
                display: block;
                font-size: 16px;
                line-height: 150%;
                font-weight: 600;
                letter-spacing: 0;
            }

            .custom .custom-wrap .swiper-container .swiper-slide p {
                text-align: left;
                max-width: 340px;
                margin: 21px auto 0;
                line-height: 24px;
                font-size: 14px;
                color: #5C5758;
            }

                .custom .custom-wrap .swiper-container .swiper-slide p a {
                    color: #DE45E6;
                    /* color: #FF13A2; */
                }

                .custom .custom-wrap .swiper-container .swiper-slide p span {
                    display: inline;
                    font-size: 14px;
                }

    .custom .custom-wrap .swiper-button-prev {
        font-size: 22px;
        background: none;
        line-height: 24px;
        margin-top: -12px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .custom .custom-wrap .swiper-button-next {
        font-size: 22px;
        background: none;
        line-height: 24px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        right: 0;
    }

.tos {
max-width: 900px;
width: 90%;
margin: 70px auto 80px;
line-height: 1.5;
}

.tos p {
    color: #8C8889;
    line-height: 30px;
}

.tos h2 {
    margin: 28px auto 0;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}

.tos ul {
    color: #8C8889;
    padding-left: 30px;
}

.tos a {
    color: #DE45E6;
    /* color: #FF13A2; */
}

    .tos a:hover {
        text-decoration: underline;
    }

.customer-service {
position: fixed;
z-index: 10;
right: 40px;
bottom: 60px;
}

.customer-service .item {
    cursor: pointer;
    margin-top: 8px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

    .customer-service .item .iconfont {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        color: #8C8889;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .customer-service .item .message {
        position: absolute;
        right: 50px;
        top: 0;
        padding-right: 14px;
        display: none;
    }

        .customer-service .item .message .message-warp {
            -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
            border: 1px solid #E9E9E9;
            background: #ffffff;
            border-radius: 6px;
            padding: 13px 16px 10px;
            text-align: left;
        }

            .customer-service .item .message .message-warp h5 {
                font-size: 14px;
                color: #000000;
                line-height: 24px;
                margin: 0 0 7px;
                font-weight: 400;
            }

            .customer-service .item .message .message-warp p {
                margin: 0;
                font-size: 12px;
                line-height: 24px;
                white-space: nowrap;
                color: #8C8889;
            }

                .customer-service .item .message .message-warp p a {
                    color: #8C8889;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                    .customer-service .item .message .message-warp p a:hover {
                        color: #DE45E6;
                        /* color: #FF13A2; */
                        text-decoration: underline;
                    }

    .customer-service .item:hover {
        background-color: #DE45E6;
        border-color: #DE45E6;
        /* background-color: #FF13A2;
        border-color: #FF13A2; */
    }

        .customer-service .item:hover .iconfont {
            color: #ffffff;
        }

        .customer-service .item:hover .message {
            display: block;
        }

.customer-service #go-top {
    display: none;
}

.faqs {
background-color: #F8F6F6;
padding: 100px 0 80px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.faqs .faqs-content {
    background-color: #ffffff;
    padding: 14px 0 26px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

    .faqs .faqs-content .nav {
        text-align: center;
        overflow: hidden;
        max-width: 520px;
        margin: 0 auto 98px;
    }

        .faqs .faqs-content .nav .first-nav {
            border-radius: 20px 0 0 20px;
        }

        .faqs .faqs-content .nav .sec-nav {
            border-radius: 0 20px 20px 0;
        }

        .faqs .faqs-content .nav .nav-btn {
            width: 50%;
            max-width: 260px;
            float: left;
            height: 38px;
            line-height: 40px;
            font-size: 18px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #c3bfc0;
            color: #8C8889;
            background-color: rgba(240, 240, 240, 0.4);
            cursor: pointer;
        }

        .faqs .faqs-content .nav .active {
            background: #DE45E6;
            /* background: #FF13A2; */
            color: #ffffff;
            border:1px solid #DE45E6;
            /* border: 1px solid #FF13A2; */
        }

    .faqs .faqs-content .faqs-detail {
        text-align: left;
        margin-left: 11%;
        padding-left: 50px;
        background-image: url("/enUS/images/bgline.png");
        background-repeat: repeat-y;
        background-position: 63px;
    }

        .faqs .faqs-content .faqs-detail span {
            display: inline-block;
            width: 28px;
            height: 28px;
            font-size: 18px;
            text-align: center;
            line-height: 28px;
            color: #ffffff;
            background-color: #DE45E6;
            /* background-color: #FF13A2; */
            border-radius: 50%;
        }

        .faqs .faqs-content .faqs-detail h6 {
            display: inline-block;
            padding-left: 24px;
            font-size: 20px;
            line-height: 28px;
            width: calc(100% - 60px);
            max-width: 900px;
            vertical-align: top;
            margin: 0 0 8px 0;
            font-weight: 400;
        }

        .faqs .faqs-content .faqs-detail p {
            margin-left: 54px;
            font-size: 14px;
            line-height: 24px;
            width: 80%;
            max-width: 850px;
            color: #8C8889;
            margin-bottom: 16px;
        }

            .faqs .faqs-content .faqs-detail p a {
                color: #DE45E6;
                /* color: #FF13A2; */
            }

                .faqs .faqs-content .faqs-detail p a:hover {
                    border-bottom: 1px solid;
                }

        .faqs .faqs-content .faqs-detail .last-p {
            margin-bottom: 35px;
        }

    .faqs .faqs-content .sec-detail {
        display: none;
    }

.faqs h5 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.fri-box {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
}

.fri-box .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.fri-box .box {
    width: 100%;
    max-width: 435px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

    .fri-box .box img {
        width: 100%;
    }

    .fri-box .box .box-close {
        position: absolute;
        top: 0;
        right: 0;
    }

        .fri-box .box .box-close:hover {
            opacity: 0.7;
        }

@media (max-width: 1365px) {
.secondary-menu a {
    margin: 0 20px;
}

.custom .custom-wrap {
    max-width: 780px;
}

    .custom .custom-wrap .swiper-container .swiper-button-prev {
        display: none;
    }

    .custom .custom-wrap .swiper-container .swiper-button-next {
        display: none;
    }
}

@media (max-width: 1299px) {
.header-content .logo {
    letter-spacing: 2px;
font-weight: 700;
font-size: 1.700em;
}

.header-content .nav-menu {
    margin-left: 4%;
}

    .header-content .nav-menu .nav-item + .nav-item {
        margin-left: 25px;
        margin-top: 8px;
        padding: 0;
        margin-right: 0;
    }
}


@media (max-width: 1130px) {
.header-content .nav-menu {
    margin-left: 2%;
}

    .header-content .nav-menu .nav-item + .nav-item {
        margin-left: 15px;
    }


.global-banner .banner-inner .banner-title1 {
    font-size: 38px;
}

.global-banner .banner-inner .banner-title2 {
    font-size: 18px;
}

.content-banner {
    height: 340px;
    padding-top: 145px;
}

    .content-banner h1 {
        font-size: 34px;
    }

    .content-banner h3 {
        font-size: 34px;
    }

    .content-banner h4 {
        font-size: 16px;
    }


}




@media (max-width: 999px) {
.header-content .nav-menu {
    display: none;
}

.header-content .ph-menu-icon {
    display: block;
    color: #DE45E6;
    /* color:  #ef4bda ; */
}



header.active {
    background-color: #F0F0F0;
    height: 100%;
    overflow-y: auto;
    padding-top: 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 5;
}

    header.active .header-content {
        height: auto;
        width: 100%;
        padding: 0;
    }

        header.active .header-content > .logo {
            display: none;
        }

        header.active .header-content .nav-menu {
            background-color: #ffffff;
            display: block;
            float: inline-start;
            margin-top:0px;
            padding-top: 30px;
            width: 100%;
        }

            header.active .header-content .nav-menu .nav-item {
                float: none;
                margin-left: 0;
                border-bottom: 1px solid #E9E9E9;
                padding: 10px 4% 20px 4%;
                padding-bottom: 0px;
            }

                header.active .header-content .nav-menu .nav-item > a {
                    padding-bottom: 0px;
                    padding-top: 0px;
                    margin-top: 0px;
                }

                header.active .header-content .nav-menu .nav-item > span {
                    padding-bottom: 0px;
                }

                header .active .header-content .nav-menu .nav-item:last-child {
                    border: none;
                }

                header.active .header-content .nav-menu .nav-item.active > span {
                    color: #000000;
                }

                header.active .header-content .nav-menu .nav-item.active > a {
                    color: #000000;
                }

                header.active .header-content .nav-menu .nav-item.active > span .iconfont {
                    color: #000000;
                }

                header.active .header-content .nav-menu .nav-item.active .nav-menu-drop {
                    display: none;
                }

                header.active .header-content .nav-menu .nav-item > span {
                    overflow: hidden;
                }

                    header.active .header-content .nav-menu .nav-item > span .iconfont {
                        float: right;
                        font-size: 20px;
                    }

                header.active .header-content .nav-menu .nav-item .nav-menu-drop {
                    position: relative;
                    left: auto;
                    top: auto;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                    header.active .header-content .nav-menu .nav-item .nav-menu-drop ul {
                        width: 100%;
                    }

                    header.active .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav {
                        padding: 0;
                    }

                        header.active .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li {
                            float: none;
                            padding: 25px 0 30px 0;
                            width: 100%;
                            height: 50%;
                            border-bottom: 1px solid #E9E9E9;
                        }


                            /*.header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li:hover {
    background-color: #FFECF9;
    display: block;
}*/



                            header .active .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav li > a {
                                max-width: 100%;
                                margin-top: 15px;
                            }

                        header.active .header-content .nav-menu .nav-item .nav-menu-drop .solutions-nav .new-blog {
                            max-width: 100%;
                            border-bottom: none;
                        }


                    header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav {
                        padding: 0 0 30px 0;
                    }

                        header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li {
                            width: 100%;
                            float: none !important;
                            padding: 30px 0 0;
                        }

                            header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li:first-child {
                                border-bottom: 1px solid #E9E9E9;
                                padding-bottom: 20px;
                            }

                            header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li a {
                                width: 100%;
                                float: none;
                            }

                                header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li a:nth-child(2n) {
                                    margin-left: 0;
                                }

                            header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li .wx-box {
                                max-width: 300px;
                            }

                                header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li .wx-box img {
                                    left: 170px;
                                    width: 80px;
                                }

                                header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li .wx-box.active img {
                                    display: block !important;
                                }

                                header.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav li .wx-box:hover img {
                                    display: none;
                                }

                    header.active .header-content .nav-menu .nav-item .nav-menu-drop .price-nav {
                        padding: 0;
                    }

                        header.active .header-content .nav-menu .nav-item .nav-menu-drop .price-nav li {
                            float: none;
                            width: 100%;
                            padding: 10px 0 25px;
                            border-bottom: 1px solid #E9E9E9;
                        }

                            header.active .header-content .nav-menu .nav-item .nav-menu-drop .price-nav li:last-child {
                                border: none;
                            }

                            header.active .header-content .nav-menu .nav-item .nav-menu-drop .price-nav li a {
                                padding-left: 0;
                                min-height: 0;
                                max-width: 100%;
                            }

                                header.active .header-content .nav-menu .nav-item .nav-menu-drop .price-nav li a .sprites {
                                    display: none;
                                }

        header.active .header-content .ph-menu-icon {
            display: none;
        }


        header.active .header-content .ph-head {
            display: block;
            position: fixed;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
            padding: 15px 4% 15px 6%;
            padding-left: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-color: #ffffff;
            border-bottom: 1px solid #E9E9E9;
            width: 100%;
            left: 0;
            top: 0;
            height: 68px;
        }


        header.active .header-content .ph-menu-icon {
            display: none;
        }

        header.active .header-content .ph-head .ph-menu-icon {
            display: block;
        }
    
.pagination li {
    margin: 0 5px;
}

    .pagination li a {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

.secondary-menu a {
    margin: 10px 10px 0;
    font-size: 14px;
    line-height: 60px;
}

.custom {
    margin-top: 60px;
}
}

@media (max-width: 870px) {
.faqs .faqs-content .faqs-detail h6 {
    font-size: 18px;
}
}

@media (max-width: 900px) {
footer .footer-item {
    width: calc(100% / 3);
}
}

@media (max-width: 768px) {
.global-banner .banner-inner .banner-title1 {
    font-size: 28px;
}

.global-banner .banner-inner .banner-title2 {
    font-size: 16px;
}

.content-banner {
    height: 240px;
    padding-top: 90px;
}

    .content-banner h1 {
        font-size: 22px;
    }

    .content-banner h3 {
        font-size: 22px;
    }

    .content-banner h4 {
        font-size: 14px;
    }

.content-red,
.content-grey {
    padding: 100px 0;
}

    .content-red h5,
    .content-grey h5 {
        font-size: 28px;
    }

    .content-red h6,
    .content-grey h6 {
        font-size: 18px;
        margin: 15px 0 30px;
    }

    .content-red .footer-btna,
    .content-grey .footer-btna {
        width: 160px;
        font-size: 14px;
        height: 54px;
        line-height: 54px;
    }

.clear-space .pagination li {
    margin: 0 2px;
}

    .clear-space .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }

.custom .custom-wrap {
    padding: 0;
}

    .custom .custom-wrap .swiper-container .swiper-slide {
        padding-top: 15px;
    }

    .custom .custom-wrap .swiper-button-prev {
        left: -10px;
    }

    .custom .custom-wrap .swiper-button-next {
        right: -10px;
    }

.faqs h5 {
    font-size: 28px;
}

.global-banner .banner-inner .play-video {
    display: block;
    margin: 0 auto 30px;
}
}

@media (max-width: 767px) {
body .global-video-bullet-box .video-container .video-cancel {
    right: 50%;
    top: 70%;
    background: rgba(255, 255, 255, 0.7);
    margin-right: -24px;
    padding: 10px;
    color: #fff;
    border-radius: 100%;
    z-index: 1;
}

body .global-video-bullet-box .video-container .video-js .vjs-big-play-button {
    font-size: 1.5em;
    margin-left: -1.2em;
}
}

@media (max-width: 700px) {
.global-banner .banner-inner .title-phone {
    display: block;
}

.global-banner .banner-inner .title-web {
    display: none;
}
}

@media (max-width: 640px) {
.faqs .faqs-content .faqs-detail {
    padding-left: 30px;
    background-position: 44px;
}

    .faqs .faqs-content .faqs-detail p {
        width: auto;
    }

.faqs .faqs-content .nav .nav-btn {
    font-size: 14px;
}
}

@media (max-width: 599px) {
.secondary-menu a {
    line-height: 50px;
    white-space: nowrap;
}

body .global-video-bullet-box {
    padding: 20px;
}
}

@media screen and (max-width: 520px) {
.msg-box {
    min-width: 92%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-web {
    display: none;
}

.footer-phone {
    display: block;
}
}


.customer-service {
position: fixed;
z-index: 10;
right: 40px;
bottom: 60px;
}

.customer-service .item {
    cursor: pointer;
    margin-top: 8px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

    .customer-service .item .iconfont {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        color: #8C8889;
        transition: 0.3s;
    }

    .customer-service .item .message {
        position: absolute;
        right: 50px;
        top: 0;
        padding-right: 14px;
        display: none;
    }

        .customer-service .item .message .message-warp {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
            border: 1px solid #E9E9E9;
            background: #ffffff;
            border-radius: 6px;
            padding: 13px 16px 10px;
            text-align: left;
        }

            .customer-service .item .message .message-warp h5 {
                font-size: 14px;
                color: #000000;
                line-height: 24px;
                margin: 0 0 7px;
                font-weight: 400;
            }

            .customer-service .item .message .message-warp p {
                margin: 0;
                font-size: 12px;
                line-height: 24px;
                white-space: nowrap;
                color: #8C8889;
            }

                .customer-service .item .message .message-warp p a {
                    color: #8C8889;
                    transition: 0.3s;
                }

                    .customer-service .item .message .message-warp p a:hover {
                        color: #FE4066;
                        text-decoration: underline;
                    }

    .customer-service .item:hover {
        background-color: #DE45E6;
        border-color: #DE45E6;
        /* background-color:  #ef4bda ; */
        /* border-color: #FE4066; */
    }

        .customer-service .item:hover .iconfont {
            color: #ffffff;
        }

        .customer-service .item:hover .message {
            display: block;
        }

.customer-service #go-top {
    display: none;
}

@media (max-width: 375px) {
footer .footer-item {
    width: 100%;
    text-align: center;
}

.faqs .faqs-content .faqs-detail h6 {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 16px;
}

.faqs .faqs-content .faqs-detail p {
    margin-right: 4px;
}

.faqs .faqs-content .faqs-detail .last-p {
    margin-bottom: 28px;
}

.custom .custom-wrap .swiper-container .swiper-slide {
    height: auto;
}

    .custom .custom-wrap .swiper-container .swiper-slide p {
        margin-bottom: 60px;
    }

.tos {
    width: 80%;
}
}

@media (max-width: 320px) {
.global-banner .banner-inner .banner-title1 {
    font-size: 20px;
}
}
/*--------------------------------------------------------------*/



#Idex {
padding-top: 180px;
}


