/*
  Theme Name: Esto - Creative Agency HTML Template
  Author: Dope Theme
  Support: support@dopetheme.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Basics
2. Navigation Styles
3. Header Section Styles
4. Brand Logo Section Styles
5. About Section Styles
6. Service Section  Styles
7. Testimonial Section Styles
8. Portfolio Section Styles
9. Price Section Styles
10. News Section Styles
11. Footer Section Styles
12. Page Header Styles
13. About Page Styles
14. Service Page Styles
15. Conatct Page Styles
16. Blog Page Styles
17. Responsive Styles
*/
.animated.delay-800ms {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.animated.delay-500ms {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.delay-200ms {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.animated.bitslow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.animated.slowed {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
/*----------------------------------------*/
/*  01 - Basics
/*----------------------------------------*/

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

body {
    font-family: "Quicksand",'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    color: #828181;
    color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: "Dosis", sans-serif;*/
    font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input {
    color: #888888;
}

input::-webkit-input-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

input::-ms-input-placeholder {
    color: #888888;
}

input::placeholder {
    color: #888888;
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    outline: 0;
}

.blur {
    -webkit-filter: blur(10px);
    /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.img-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

a {
    color: #404040;
}

a:hover {
    color: #377dff;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: #377dff;
}

:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
select,
textarea {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button {
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none;
    background: transparent;
}

.section-gap {
    padding: 80px 0px 20px;
}

@media (max-width: 576px) {
    .d-xs-none {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .d-sm-none {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .d-md-none {
        display: none !important;
    }
}

.btn-style {
    background: #377dff;
    color: #fff;
    border-radius: 5px;
    padding: 12px 28px;
    display: inline-block;
    font-weight: 500;
    border: none;
}

.btn-style:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.22);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.22);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.fill-white {
    fill: #fff;
}


.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title-wrap {
    text-align: center;
    padding: 0 0 50px;
}

.section-title-wrap .title {
    color: #377dff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Dosis';
}

.section-title-wrap h1 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.section-title-wrap h1 span {
    color: #377dff;
}

.section-title-wrap p {
    margin: 0 auto;
}

.social-links {
    margin-top: 30px;
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
}

.social-links li a {
    background: #e6ecfc;
    border-radius: 30px;
    padding: 9px 12px;
    font-size: 14px;
}

.social-links li a:hover {
    background: #377dff;
}

.social-links li a:hover i {
    color: #fff;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should be a color other than white */
    z-index: 9999;
    /* makes sure it stays on top */
}

.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #648CFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.scroll-top {
    width: 44px;
    line-height: 44px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: none;
    background: #377dff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/*------------------------------------
  Label
------------------------------------*/
.u-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 0.625rem 1.125rem;
    border-radius: 6.1875rem;
    transition: 0.2s ease-in-out;
}

.u-label--rounded {
    border-radius: 6.1875rem;
}

/*------------------------------------
  Label Sizes
------------------------------------*/
/* Extra Small */
.u-label--xs {
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 1.7;
    padding: 0.25rem 1rem;
}

/* Small */
.u-label--sm {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}

/*------------------------------------
  Label Colors
------------------------------------*/
.square-box {
    position: relative;
}
.square-box:after {
    display: block;
    padding-top: 100%;
    content: '';
}
.square-box[scale="5:2"]:after{
    padding-top: 40%;
}
.square-box-inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    overflow: hidden;
}
.square {
    position: relative;
}
.square-dummy {
    display: block;
    padding-top: 100%;
}
.square-shape,
.square-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
}
.square-dot {
    position: absolute;
    width: 18%;
    height: 18%;
    display: block;
    transform: translate3d(0,0,0);
    transition: left ease 0.5s, top ease 0.5s;
}
/*------------------------------------
  Label Colors
------------------------------------*/
/* label primary */
.u-label--primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, 0.1);
}

.u-label--primary[href]:hover, .u-label--primary[href]:focus {
    color: #fff;
    background-color: #377dff;
}

/* label secondary */
.u-label--secondary {
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
}

.u-label--secondary[href]:hover, .u-label--secondary[href]:focus {
    color: #fff;
    background-color: #77838f;
}

/* label success */
.u-label--success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, 0.1);
}

.u-label--success[href]:hover, .u-label--success[href]:focus {
    color: #fff;
    background-color: #00c9a7;
}

/* label info */
.u-label--info {
    color: #00dffc;
    background-color: rgba(0, 223, 252, 0.1);
}

.u-label--info[href]:hover, .u-label--info[href]:focus {
    color: #1e2022;
    background-color: #00dffc;
}

/* label warning */
.u-label--warning {
    color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
}

.u-label--warning[href]:hover, .u-label--warning[href]:focus {
    color: #1e2022;
    background-color: #ffc107;
}

/* label danger */
.u-label--danger {
    color: #de4437;
    background-color: rgba(222, 68, 55, 0.1);
}

.u-label--danger[href]:hover, .u-label--danger[href]:focus {
    color: #fff;
    background-color: #de4437;
}

/* label light */
.u-label--light {
    color: #f6f9fc;
    background-color: rgba(246, 249, 252, 0.1);
}

.u-label--light[href]:hover, .u-label--light[href]:focus {
    color: #1e2022;
    background-color: #f6f9fc;
}

/* label dark */
.u-label--dark {
    color: #1e2022;
    background-color: rgba(30, 32, 34, 0.1);
}

.u-label--dark[href]:hover, .u-label--dark[href]:focus {
    color: #fff;
    background-color: #1e2022;
}

/* label white */
.u-label--white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.u-label--white[href]:hover, .u-label--white[href]:focus {
    color: #1e2022;
    background-color: #fff;
}

/*----------------------------------------*/
/*  02 - Navigation Styles
/*----------------------------------------*/
.nav-section {
    padding: 20px 0px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    /*linear*/    
}
.page-module-wrapper .nav-section{
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.18);
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.18);
}
.page-wrapper .page-container{
    margin-top: -70px;
}
.nav-section .main-menu {
    text-align: right;
}

.main-menu ul {
    display: inline-block;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 30px;
}

.nav-section .main-menu li a {
    font-weight: 500;
    padding: 15px 0;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.page-module-wrapper .nav-section .main-menu li a {
    color: #333;
}

.nav-section .main-menu li a:before {
    width: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    height: 3px;
    bottom: -3px;
    z-index: -1;
    background: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.nav-section .main-menu li.active a,
.nav-section .main-menu li a:hover {
    color: #fff;
}


.nav-section .main-menu li a:hover:before,
.nav-section .main-menu li.active a:before {
    width: 100%;
}


.nav-section.gizle .main-menu li a{
    color: #333333;
}

.page-module-wrapper .nav-section .main-menu li.active a,
.page-module-wrapper .nav-section .main-menu li a:hover,
.nav-section.gizle .main-menu li.active a,
.nav-section.gizle .main-menu li a:hover {
    color: #377dff;
}

.page-module-wrapper .nav-section .main-menu li a:before,
.nav-section.gizle .main-menu li a:before{
    background: #377dff;
}


.nav-section .menu-btn {
    border: 1px solid #e6e9f5;
    border-radius: 5px;
    padding: 10px 34px;
}

.nav-section .menu-btn:hover {
    background: #2d90e3;
    color: #fff;
    border-color: #fff;
}

.nav-section .mobile-menu-icon {
    display: none;
}

.gizle .menu-btn,
.menu-fix .menu-btn,
.page .menu-btn {
    background: #377dff;
    color: #fff;
    border-color: transparent !important;
}

.nav-section .svg-logo{
    height: 30px;
}
.nav-section .svg-logo .codrops {
    fill: #ffffff;
    color: #ffffff;
}

.page-module-wrapper .nav-section .svg-logo .codrops,
.nav-section.gizle .svg-logo .codrops,
.nav-section.menu-fix .svg-logo .codrops {
    fill: #333;
    color: #377dff;
}

.menu-fix {
    position: fixed;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.18);
    box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.18);
}

.gizle {
    background: #fff;
}
.sabit {
    top:0;
    z-index: 9999;
    position: fixed;
    -webkit-box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.18);
    box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.18);
}

.mobile-menu-wrap {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #f9fbfe;
    width: 300px;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu-wrap .close-btn {
    position: absolute;
    right: 0;
    padding: 25px;
}

.mobile-menu-show {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
}

#mobile-menu ul {
    margin-top: 60px;
}

#mobile-menu ul li {
    padding: 12px 29px;
}

#mobile-menu ul li a {
    font-weight: 500;
    font-size: 20px;
}

#mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu-icon:hover,
.close-btn:hover {
    cursor: pointer;
}

.page-module-wrapper .page-container {
    /*padding-top: 70px;*/
}


@media (min-width: 1280px) {
    .page-container {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .page-container {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .page-container {
        background-size: cover;
        background-position: center center;
    }
}



/*----------------------------------------*/
/*  03 - Header Section Styles
/*----------------------------------------*/

.banner-carousel .carousel-item .img {
    position: absolute;
}

.banner-carousel .inner {
    position: relative;
    display: block;
    height: 500px;
    margin: 0 auto;
}

.banner-carousel .carousel-item {
    padding-top: 80px;
    position: relative;
}

.banner-carousel .carousel-item:nth-child(1) {
    background-color: #377dff;
    background: -moz-linear-gradient(left,  rgba(132,146,253,1) 0%, rgba(87,186,251,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(132,146,253,1) 0%,rgba(87,186,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(132,146,253,1) 0%,rgba(87,186,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8492fd', endColorstr='#57bafb',GradientType=1 ); /* IE6-9 */
}
/*
.banner-carousel .carousel-item[data-swiper-slide-index="0"]:before{
    background: url(../img/swiper/bg_4.png) no-repeat 20% 120px / auto 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-carousel .carousel-item canvas {
    width: 100%; 
    height: 100%;
    position: absolute; 
    left: 0;
    top: 0;
    z-index: 9999999;
}
*/
#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.banner-carousel .carousel-item:nth-child(2){
    background-color: #1284d0;
}
.banner-carousel .carousel-item:nth-child(4) {
    background: #43cfc8 url(../img/swiper/bg_4.png) no-repeat center center /cover;
}
.banner-carousel .carousel-item:nth-child(3) {
    background:url("../img/swiper/banner.jpg") no-repeat 0px 0px;
    background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
}
.banner-carousel .carousel-item .swiper-1{
    padding-top: 100px;
}

.banner-carousel .carousel-item .swiper-1 h1{
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    font-size: 3rem;
    font-weight: 700;
}

.banner-carousel .carousel-item .swiper-1 h2{
    color: #fff;
    text-align: center;
    margin: 30px 0;
    font-size: 2rem;
}

.banner-carousel .carousel-item .swiper-1 ul{
    margin: 50px auto 0;

}
.banner-carousel .carousel-item .swiper-1 ul li{
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,.05);
}
.banner-carousel .carousel-item .swiper-1 ul li img{
    height: 20px;
}
.banner-carousel .carousel-item .swiper-1 ul li span{
    padding-left: 10px;
    color: rgba(255,255,255,.8);
}

@media screen and (max-width:768px) {
    .banner-carousel .carousel-item .swiper-1 ul li span{
        display: none;
    }
}
.banner-carousel .carousel-item:nth-child(1) .item .s3 {
    left: 0;
    bottom: 0px;
    z-index: 5;
    width: 30%
}

.banner-carousel .carousel-item:nth-child(1) .s4 {
    right: 0;
    bottom: 0px;
    z-index: 0;
    width: 30%
}

.banner-carousel .carousel-item:nth-child(2) .zh-a-1 {
    left: 60px;
    top: 77px;
    z-index: 9;
}

.banner-carousel .carousel-item:nth-child(2) .zh-a-2 {
    left: 0;
    top: 0;
    z-index: 0;
}

.banner-carousel .carousel-item .swiper-3 .b-1 {
    right: 72px;
    top: 180px;
}

.banner-carousel .carousel-item .swiper-3 .b-2 {
    left: 90px;
    top: 180px;
}

.banner-carousel .carousel-item .swiper-3 .b-3 {
    left: 50%;
    margin-left: -381px;
    top: 330px;
}

.banner-carousel .carousel-item .swiper-3 .b-s-1 {
    width: 100px;
    left: 50px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-3 .b-s-2 {
    left: 160px;
    width: 160px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-3 .b-s-3 {
    left: 390px;
    width: 58px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-3 .b-s-4 {
    right: 359px;
    width: 103px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-3 .b-s-5 {
    right: 250px;
    width: 150px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-3 .b-s-6 {
    right: 0;
    width: 65px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-3 .b-y-1 {
    top: 40px;
    left: 50%;
    margin-left: -20px;
}

.banner-carousel .carousel-item .swiper-3 .b-y-2 {
    top: 40px;
    left: 0
}

.banner-carousel .carousel-item .swiper-3 .b-y-3 {
    top: 40px;
    right: 0
}



.banner-carousel .carousel-item .swiper-4{
    background: url(../img/swiper/bg_4.png) no-repeat 20% 0 / auto 120%;
}

.banner-carousel .carousel-item .swiper-4{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.banner-carousel .carousel-item .swiper-5 .slogan{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.banner-carousel .carousel-item .swiper-4 .intros-slogan .intros-slogan-head{
    background: #5151ff;
    color: #fff;
    padding: 3px;
    border-radius: 80px;
    line-height: initial;
    display: inline-flex;
    align-items: center;
}
.banner-carousel .carousel-item .swiper-4 .intros-slogan .intros-slogan-head span{
    background: #12b9ff;
    border-radius: 80px;
    padding: 6px 10px;
    font-size: 0.8rem;
    height: 100%;
}
.banner-carousel .carousel-item .swiper-4 .intros-slogan .intros-slogan-head h2{
    font-size: 1rem; 
    letter-spacing:2px;
    padding: 0 10px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    line-height: initial;
}
.banner-carousel .carousel-item .swiper-4 .intros-slogan .intros-slogan-body h1{
    color: #fff;
    margin: 20px 0;
    font-size: 3rem;
    font-weight: 700;
}
.banner-carousel .carousel-item .swiper-4 .intros-slogan .intros-slogan-body h2{
    color: #1d4e8c;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1.2rem;
}
.banner-carousel .carousel-item .swiper-4 .intros-slogan .intros-slogan-body h3{
    color: #fff;
    margin: 20px 0;
    font-weight: 300;
    font-size: 1.2rem;
}
.banner-carousel .carousel-item .btn-free{
    background-color: #fff;
    border-radius: 50px;
    letter-spacing:2px;
    color: #3c5ef6;
    padding-left: 30px;
    padding-right: 30px;
    -moz-box-shadow: 0 8px 5px rgba(255,255,255,.3); 
    box-shadow: 0 8px 5px rgba(255,255,255,.3);
}

.banner-carousel .carousel-item .swiper-4 .b-1 {
    right: 72px;
    top: 180px;
}


.banner-carousel .carousel-item .swiper-4 .b-3 {
    left: 50%;
    margin-left: -381px;
    top: 330px;
}

.banner-carousel .carousel-item .swiper-4 .b-s-1 {
    width: 100px;
    left: 50px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-4 .b-s-2 {
    left: 160px;
    width: 160px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-4 .b-s-3 {
    left: 390px;
    width: 58px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-4 .b-s-4 {
    right: 359px;
    width: 103px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-4 .b-s-5 {
    right: 250px;
    width: 150px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-4 .b-s-6 {
    right: 0;
    width: 65px;
    bottom: 0px;
}

.banner-carousel .carousel-item .swiper-4 .b-y-1 {
    top: 40px;
    left: 50%;
    margin-left: -20px;
}

.banner-carousel .carousel-item .swiper-4 .b-y-2 {
    top: 40px;
    left: 0
}

.banner-carousel .carousel-item .swiper-4 .b-y-3 {
    top: 40px;
    right: 0
}

.banner-carousel .loop {
    animation-iteration-count: infinite;
    /*无限*/
    animation-timing-function: linear;
    /*平滑*/
}

.banner-carousel .targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    left: 352px;
    z-index: 999;
}

.banner-carousel .targetBtn a {
    height: 50px;
    border-radius: 50px;
    background: rgba(0,0,0,.5);
    float: left;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.banner-carousel .targetBtn .a1 {
    width: 110px;
}

.banner-carousel .targetBtn .a2 {
    width: 170px;
    margin-left: 15px;
}	



.banner-carousel .carousel-item .swiper-5{
    padding-top: 100px;
}
.banner-carousel .carousel-item .swiper-5 .banner-info h2{
    margin:0;
    color:#ffffff;
    font-size: 2rem;
}
.banner-carousel .carousel-item .swiper-5 .banner-info h1{
    color: #ffffff;
    margin: 10px 0;
    font-size: 3rem;
}

.banner-carousel .carousel-item .swiper-5 .platform {
    margin: 30px auto;
}
.banner-carousel .carousel-item .swiper-5 .platform li p{
    text-align: center;
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 0.75rem;
}
.banner-carousel .carousel-item .swiper-5 .platform li div{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40%;
    background: rgba(63,136,254,.2);
    color: #fff;
}
.banner-carousel .carousel-item .swiper-5 .platform li div:before,
.banner-carousel .carousel-item .swiper-5 .platform li div:after{
    position: absolute;
    content: '';
    border-radius: 50%;
}
.banner-carousel .carousel-item .swiper-5 .platform li div:before{
    left: 8%;
    top: 8%;
    width: 84%;
    height: 84%;
    background: rgba(63,136,254,.4);
    z-index: -1;
}
.banner-carousel .carousel-item .swiper-5 .platform li div:after{
    left: 16%;
    top: 16%;
    width: 68%;
    height: 68%;
    background: rgba(63,136,254,1);
    z-index: -2;
}
.banner-carousel .carousel-item .swiper-5 .platform li div i{
    font-size: 1rem;
}


@media (max-width: 991px) {
    .intros-cover {
        display: none;
    }
    .banner-carousel .carousel-item .swiper-4 .intros-slogan{
        /*text-align: center;*/
    }
    .swiper-button-prev, 
    .swiper-button-next{
        display: none;
    }
}
@media (max-width: 991px) {
    .d-inner-none {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .banner-carousel .carousel-item .swiper-4{
        padding-bottom: 0;
    }
}
/*----------------------------------------*/
/*  03 - Header Section Styles
/*----------------------------------------*/
.feature {
    background-color:#F0F0F0;
}
.feature .feature-item {
    border-left: 1px dashed rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:28px;
    padding-bottom:28px;
}
.feature .feature-item:first-child {
    border:none;
}

.feature-square-box{
    flex: 1;
}
.feature-square-box .square-dot{
    background: #377dff;
    border: 2px solid #ddd;
    border-radius: 50%;
}
.feature-introduce {
    flex: 3;
    padding-left: 15px;
}
.feature-introduce h3 {
    font-size: 15px;
}
.feature-introduce p {
    margin: 10px 0 0;
    color: #7A7A7A;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .feature .feature-item {
        border:none;
    }
    .feature-introduce {
        flex: 4;
    }
}

.feature .feature-item:hover{
    cursor: default;
}
.feature .feature-item:hover h3 {
    color: #377dff;
}
.feature .feature-item:hover p {
    color: rgba(100,140,255,0.8);
}
/*----------------------------------------*/
/*  03 - Header Section Styles
/*----------------------------------------*/

.feature-item-1 .square-icon {
    left: 6%;
    top: 6%;
}
.feature-item-1:hover .square-icon{
    transform: translate(-6%, -6%);
}
.feature-item-1:hover .square-shape{
    transform: translate(6%, 6%);
}
.feature-item-1 .square-dot-1{
    left: 46%;
    top: 1%;
}
.feature-item-1:hover .square-dot-1{
    left: 65%;
    top: 8%;
}
.feature-item-1 .square-dot-2{
    left: 46%;
    top: 51%;
}
.feature-item-1:hover .square-dot-2{
    left: 17%;
    top: 34%;
}
.feature-item-1 .square-dot-3{
    left: 94%;
    top: 80%;
}
.feature-item-1:hover .square-dot-3{
    left: 64%;
    top: 87%;
}
/**/
.feature-item-2 .square-icon {
    top: 5px;
}
.feature-item-2:hover .square-icon{
    transform: translate(0px, -2.5px);
}
.feature-item-2 .square-shape {
    width: 43%;
    left: 29%;
}
.feature-item-2:hover .square-shape{
    transform: translate(0px, 2.5px);
}
.feature-item-2 .square-dot-1{
    left: -4%;
    top: 20%;
}
.feature-item-2:hover .square-dot-1{
    left: -4%;
    top: 74%;
}
.feature-item-2 .square-dot-2{
    left: 90%;
    top: 74%;
}
.feature-item-2:hover .square-dot-2{
    left: 90%;
    top: 20%;
}
/**/
.feature-item-3 .square,
.feature-item-4 .square {
    transition: transform 0.8s;
}
.feature-item-3 .square-icon,
.feature-item-4 .square-icon {
    transition: none;
}
.feature-item-3 .square-icon {
    width: 78%;
    left: 11%;
}
.feature-item-3:hover .square {
    transform: rotate(180deg);
}
.feature-item-3:hover .square-shape {
    transform:scale(1.2);
}
.feature-item-3 .square-dot-1{
    left: 41.5%;
    top: 41.5%;
}
.feature-item-3 .square-dot-2{
    left: 5%;
    top: 78%;
}
.feature-item-3 .square-dot-3{
    left: 78%;
    top: 78%;
}
.feature-item-3:hover .square-dot-1{
    left: 5%;
    top: 78%;
}
.feature-item-3:hover .square-dot-2{
    left: 78%;
    top: 78%;
}
.feature-item-3:hover .square-dot-3{
    left: 5%;
    top: 5%;
}
/**/
.feature-item-4 .square-shape {
    width: 88.571%;
    left: 5.7145%;
}
.feature-item-4 .square-icon {
    height: auto;
    width: 90%;
    left: 5%;
}
.feature-item-4:hover .square {
    transform: scale(1.2);
}
.feature-item-4:hover .square-shape {
    transform:scale(0.5);
}

.feature-item-4 .square-dot-1{
    left: 41.5%;
    top: -5%;
}
.feature-item-4 .square-dot-2{
    left: 0%;
    top: 66%;
}
.feature-item-4 .square-dot-3{
    left: 83%;
    top: 66%;
}
.feature-item-4:hover .square-dot-1{
    top: 47%;
}
.feature-item-4:hover .square-dot-2{
    left: 83%;
    top: 66%;
}
.feature-item-4:hover .square-dot-3{
    left: 41.5%;
    top: -5%;
}





.business-service {

}

@media (max-width: 991px) {
    .usec-data .usec-data-first{
        -ms-flex-order: -1;
        order: -1;
    }
}

.aboutus-section {
    /*    background: #255abb;
        background-size: auto 100%;*/
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    color: #fff;

    /*background-size: 75px 75px, 75px 75px, 5px 5px, 5px 5px;*/

    background-color: #255abb;
    background-image: linear-gradient(115deg,#006eff 0,#65a1f8 100%);
    background-image: -webkit-linear-gradient(115deg,#006eff 0,#65a1f8 100%);
}

.aboutus-img{
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
}
.aboutus-img img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.aboutus-section .btn-light{
    color: #377dff;
    font-size: 14px;
}
.aboutus-section h1 {
    font-size: 32px;
}
.aboutus-section p {
    color: rgba(255,255,255,.8);
    font-weight: 300;
    padding: 0 15px;
    border-left: 2px solid rgba(255,255,255,.6);
}

@media (max-width: 768px) {
    .aboutus-img {
        display: none;
    }
}

/*----------------------------------------*/
/*  03 - Header Section Styles
/*----------------------------------------*/
.m-pricing-header {
    position: relative;
    color: #fff;
    background-color: #377dff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.m-pricing-header h3{
    padding: 2rem 2rem 0;
}
.m-pricing-header figure{
    width: 100%;
    margin: 0;
}
.m-pricing-content {
    background-color: #fff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 0 2rem 2rem;
}
.m-pricing-list-item{
    font-size: 0.875rem;
}

.carousel-home .swiper-slide .img {
    position: absolute;
}

.carousel-home .inner {
    position: relative;
    display: block;
    height: 500px;
    margin: 0 auto;
}

.carousel-home .swiper-slide {
    padding-top: 80px;
    position: relative;
}

.carousel-home .swiper-slide[data-swiper-slide-index="0"] {
    background-color: #03c36b;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8492fd+0,57bafb+100 */
    background: rgb(132,146,253); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(132,146,253,1) 0%, rgba(87,186,251,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(132,146,253,1) 0%,rgba(87,186,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(132,146,253,1) 0%,rgba(87,186,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8492fd', endColorstr='#57bafb',GradientType=1 ); /* IE6-9 */
}
/*
.carousel-home .swiper-slide[data-swiper-slide-index="0"]:before{
    background: url(../img/swiper/bg_4.png) no-repeat 20% 120px / auto 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.carousel-home .swiper-slide canvas {
    width: 100%; 
    height: 100%;
    position: absolute; 
    left: 0;
    top: 0;
    z-index: 9999999;
}
*/



#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.carousel-home .swiper-slide[data-swiper-slide-index="1"] {
    background-color: #1284d0;
}

.carousel-home .swiper-slide[data-swiper-slide-index="2"] {
    background: #43cfc8 url(../img/swiper/bg_4.png) no-repeat center center /cover;
}

.carousel-home .swiper-slide .swiper-1{
    padding-top: 100px;
}

.carousel-home .swiper-slide .swiper-1 h1{
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    font-size: 3rem;
    font-weight: 700;
}

.carousel-home .swiper-slide .swiper-1 h2{
    color: #fff;
    text-align: center;
    margin: 30px 0;
    font-size: 2rem;
}

.carousel-home .swiper-slide .swiper-1 ul{
    margin: 50px auto 0;

}
.carousel-home .swiper-slide .swiper-1 ul li{
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255,255,255,.05);
}
.carousel-home .swiper-slide .swiper-1 ul li img{
    height: 20px;
}
.carousel-home .swiper-slide .swiper-1 ul li span{
    padding-left: 10px;
    color: rgba(255,255,255,.8);
}

@media screen and (max-width:768px) {
    .carousel-home .swiper-slide .swiper-1 ul li span{
        display: none;
    }
}
.carousel-home .swiper-slide[data-swiper-slide-index="0"] .s3 {
    left: 0;
    bottom: 0px;
    z-index: 5;
    width: 30%
}

.carousel-home .swiper-slide[data-swiper-slide-index="0"] .s4 {
    right: 0;
    bottom: 0px;
    z-index: 0;
    width: 30%
}

.carousel-home .swiper-slide[data-swiper-slide-index="1"] .zh-a-1 {
    left: 60px;
    top: 77px;
    z-index: 9;
}

.carousel-home .swiper-slide[data-swiper-slide-index="1"] .zh-a-2 {
    left: 0;
    top: 0;
    z-index: 0;
}

.carousel-home .swiper-slide .swiper-3 .b-1 {
    right: 72px;
    top: 180px;
}

.carousel-home .swiper-slide .swiper-3 .b-2 {
    left: 90px;
    top: 180px;
}

.carousel-home .swiper-slide .swiper-3 .b-3 {
    left: 50%;
    margin-left: -381px;
    top: 330px;
}

.carousel-home .swiper-slide .swiper-3 .b-s-1 {
    width: 100px;
    left: 50px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-3 .b-s-2 {
    left: 160px;
    width: 160px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-3 .b-s-3 {
    left: 390px;
    width: 58px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-3 .b-s-4 {
    right: 359px;
    width: 103px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-3 .b-s-5 {
    right: 250px;
    width: 150px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-3 .b-s-6 {
    right: 0;
    width: 65px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-3 .b-y-1 {
    top: 40px;
    left: 50%;
    margin-left: -20px;
}

.carousel-home .swiper-slide .swiper-3 .b-y-2 {
    top: 40px;
    left: 0
}

.carousel-home .swiper-slide .swiper-3 .b-y-3 {
    top: 40px;
    right: 0
}



.carousel-home .swiper-slide .swiper-4{
    background: url(../img/swiper/bg_4.png) no-repeat 20% 0 / auto 120%;
}

.carousel-home .swiper-slide .swiper-4{
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
}

.carousel-home .swiper-slide .swiper-5 .slogan{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.carousel-home .swiper-slide .swiper-4 .intros-cover {
    width: 48%;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan{
    text-align: right;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-head{
    background: #5151ff;
    color: #fff;
    padding: 3px;
    border-radius: 80px;
    line-height: initial;
    display: inline-flex;
    align-items: center;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-head span{
    background: #12b9ff;
    border-radius: 80px;
    padding: 6px 10px;
    font-size: 0.8rem;
    height: 100%;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-head h2{
    font-size: 1rem; 
    letter-spacing:2px;
    padding: 0 10px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    line-height: initial;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-body h1{
    color: #fff;
    margin: 20px 0;
    font-size: 3rem;
    font-weight: 700;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-body h2{
    color: #1d4e8c;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1.2rem;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-body h3{
    color: #fff;
    margin: 20px 0;
    font-weight: 300;
    font-size: 1.2rem;
}
.carousel-home .swiper-slide .swiper-4 .intros-slogan .intros-slogan-foot .btn-free{
    background-color: #fff;
    border-radius: 50px;
    letter-spacing:2px;
    color: #3c5ef6;
    padding-left: 30px;
    padding-right: 30px;
    -moz-box-shadow: 0 8px 5px rgba(255,255,255,.3); /* 老的 Firefox */
    box-shadow: 0 8px 5px rgba(255,255,255,.3);
}

.carousel-home .swiper-slide .swiper-4 .b-1 {
    right: 72px;
    top: 180px;
}


.carousel-home .swiper-slide .swiper-4 .b-3 {
    left: 50%;
    margin-left: -381px;
    top: 330px;
}

.carousel-home .swiper-slide .swiper-4 .b-s-1 {
    width: 100px;
    left: 50px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-4 .b-s-2 {
    left: 160px;
    width: 160px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-4 .b-s-3 {
    left: 390px;
    width: 58px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-4 .b-s-4 {
    right: 359px;
    width: 103px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-4 .b-s-5 {
    right: 250px;
    width: 150px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-4 .b-s-6 {
    right: 0;
    width: 65px;
    bottom: 0px;
}

.carousel-home .swiper-slide .swiper-4 .b-y-1 {
    top: 40px;
    left: 50%;
    margin-left: -20px;
}

.carousel-home .swiper-slide .swiper-4 .b-y-2 {
    top: 40px;
    left: 0
}

.carousel-home .swiper-slide .swiper-4 .b-y-3 {
    top: 40px;
    right: 0
}

.carousel-home .loop {
    animation-iteration-count: infinite;
    /*无限*/
    animation-timing-function: linear;
    /*平滑*/
}

.carousel-home .targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    left: 352px;
    z-index: 999;
}

.carousel-home .targetBtn a {
    height: 50px;
    border-radius: 50px;
    background: rgba(0,0,0,.5);
    float: left;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.carousel-home .targetBtn .a1 {
    width: 110px;
}

.carousel-home .targetBtn .a2 {
    width: 170px;
    margin-left: 15px;
}	

@media (max-width: 991px) {
    .intros-cover {
        display: none;
    }
    .carousel-home .swiper-slide .swiper-4 .intros-slogan{
        text-align: center;
    }
    .swiper-button-prev, 
    .swiper-button-next{
        display: none;
    }
}
/*自定义CSS动画*/

/*----------------------------------------*/
/*  03 - Header Section Styles
/*----------------------------------------*/
.header-section {
    padding: 50px 0 0;
}

.header-section .header-left h1 {
    font-size: 35px;
}

.header-section .header-left h1 span {
    color: #377dff;
}

.header-section .header-left p {
    max-width: 465px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
}

/*----------------------------------------*/
/*  04 - Brand Logo Section Styles
/*----------------------------------------*/
.brand-logo-section {
    background: #f9fbfe;
    padding: 50px 0px;
}

/*----------------------------------------*/
/*  04 - sub-baner Section Styles
/*----------------------------------------*/
.module-banner {

    padding: 50px 0;
    margin-bottom: 3.5rem;
    position: relative;
}
.module-banner.solution-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.module-banner h3 {
    font-weight: normal;
    color: #fff;
    margin: 0px;
    display: inline-block;
}
.module-banner .breadcrumb {
    background: none;
    float: right;
    color: #fff;
    margin: 0px;
}
.module-banner .breadcrumb li {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}
.module-banner .breadcrumb li a {
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
.module-banner.solution-banner{
    background: -moz-linear-gradient(right,  rgba(81,122,246,0.8) 0%, rgba(71,98,237,0.8) 100%);
    background: -webkit-linear-gradient(right,  rgba(81,122,246,0.8) 0%,rgba(71,98,237,0.8) 100%);
    background: linear-gradient(to right,  rgba(81,122,246,0.8) 0%,rgba(71,98,237,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc517af6', endColorstr='#cc4762ed',GradientType=0);
}
.module-banner.solution-banner:before{
    background: url(../img/solution.png) center bottom no-repeat;
    background-size: auto 100%;
}
.module-banner.solution-banner p{
    color: rgba(255,255,255,.6);
}
.module-banner.aboutus-banner{
    background: url(../img/aboutus.png) top center fixed no-repeat;
}
/*----------------------------------------*/
/*  05 - aboutus Styles
/*----------------------------------------*/

.aboutus{

}

/*.aboutus_bg {
    background: url(../img/aboutus.svg) 150% top no-repeat;
    background-size: auto 100%;
    padding-top: 20px;
    height: 320px;
}
.aboutus_title{
    padding-right: 30%;
    text-align: right;
} */
.aboutus-bg {
    position: relative;
}
.aboutus-bg::after {
    position: absolute;
    right: 60%;
    top: 100%;
    width: 200%;
    height: 100px;
    content: 'ABOUTUS';
    text-align: right;
    display: block;
    z-index: -1;
    font-size: 120px;
    color: rgba(0,0,0,.04);
    line-height: initial;
    font-family: Arial;
    font-weight: bold;
}
.border-bg-text{
    position: relative;
    padding: 12% 0;
}
.border-bg-text:after{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 70%;
    height: 80%;
    content: '';
    border: 0.65rem solid #f2f2f2;
    display: block;
    z-index: -1;
}
.border-bg-text h2 {
    font-size: 2.5rem;
    margin: 0;
}
.border-bg-text h2:first-child{
    font-weight: 700;
}
.aboutus-intros{
    padding-top: 50px;
}
.aboutus-intros p{
    font-size: 14px;
    font-weight: 300;
}
.aboutus-card .card .card-body{
    max-width: 80%;
    z-index: 0;
}
.aboutus-card .card .card-img-overlay{
    left: auto;
    right: 0;
    z-index: 0;
    height: 100%;
}

.ie-main-hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.icon-box .icon-box-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.section-subtitle-wrap {
    padding: 40px 0;
}
.section-subtitle-wrap h2{
    font-size: 1rem;
    text-transform: uppercase;
}
.section-subtitle-wrap h1{
    font-size: 2rem;
}


.development-carousel{
    padding-left: 10%;
    position: relative;
}
.development-carousel.owl-carousel .owl-stage::after {
    content: "";
}
.development-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.development-carousel.owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.development-carousel.owl-carousel .owl-dots:before{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #61dafe;
    content:'';
    z-index: -1;
}
.development-carousel.owl-carousel .owl-dots .owl-dot {
    padding: 10px;
    background: #fff;
    font-size: 15px;
    height: 50px;
    width: 50px;
    color: #888888;
    font-family: "Dosis";
}
.development-carousel.owl-carousel .owl-dots .owl-dot.active{
    font-size: 20px;
    color: #61dafe;
}
.development-carousel.owl-carousel .owl-nav [class*="owl-"]{
    width: 30px;
    height: 30px;
    background: #6b95ff;
    margin: 0 5px;
}
.development-carousel .item{
    position: relative;
    padding-right: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.development-carousel .item .scale-media {
    padding-top: 70%;
}
.development-carousel .item .item-content {
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 65%;
    height: 70%;
    background: #f6f6f6 url(../img/solu-odds-img.png) no-repeat center center;
    padding: 30px;
    box-shadow: -15px 15px 15px rgba(0,0,0,.15);
}
.development-carousel .item .item-content .item-icon{
    opacity: 0.4;
}
.development-carousel .item .item-link{
    position: absolute;
    left: 35%;
    bottom: 25%;
    margin-left: -40px;
    width: 80px;
    background: #6b95ff;
    padding: 10px;
    text-align: center;
}
.development-carousel .item .item-content h2{
    font-size: 1.8rem;
}
.development-carousel .item .item-content p{
    margin: 0;
    max-height: 100px;
    overflow: hidden;
}
/*----------------------------- Company Offer -------------------------*/
.company-offer {
    padding: 90px 0 45px 0;
}
.company-offer .main-content {
    width: 65%;
    margin-top: 65px;
}
.company-offer .main-content .single-offer {
    position: relative;
    padding: 0 0 70px 95px;
}
.company-offer .main-content .single-offer h4 {margin-bottom: 10px;}
.company-offer .main-content .single-offer i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top:3px;
    left:0;
}
.company-offer .container {position: relative;}
.company-offer .container>img {
    position: absolute;
    bottom: -45px;
    right: -195px;
}
/*----------------------------------------*/
/*  05 - list-group-tabs Styles
/*----------------------------------------*/
.list-group-auto {
    align-items: center;
    justify-content: center;
}
.list-group-auto .list-group-item{
    width: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    transition: none;
}
.list-group-horizontal.list-group-auto .list-group-item:first-child {
    border-radius: 1.375rem 0 0 1.375rem;
}
.list-group-horizontal.list-group-auto .list-group-item:last-child {
    border-radius: 0 1.375rem 1.375rem 0;
}

.list-group-auto .list-group-item-action {
    color: #fff;
    background-color: #007bff;
}
.list-group-auto .list-group-item-action:hover,
.list-group-auto .list-group-item-action:focus {
    background: linear-gradient(to right,#537ffa,#3357df);
}

.list-group-auto .list-group-item.active,
.list-group-auto .list-group-item-action:active {
    color: #4e342e;
    border-color: #ffbc76;
    background: linear-gradient(to right, #ffcf87, #ffbc76);
}

.solution-card .solution-card-item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 32px 24px;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    box-shadow: 0 4px 16px 0 rgba(193,205,241,.42);
    border-radius: 4px;
    vertical-align: top;
    background-image: url(https://static.ucloud.cn/b1fede4c2bf84ead83b65912c05bb64a.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.solution-card-item h3 {
    color: #0a1633;
    font-size: 20px;
    font-weight: 700;
}
.solution-card-item h3 img {
    display: inline-block;
    margin-right: 16px;
    width: 28px;
    height: 28px;
    vertical-align: top;
}
.solution-card-item p {
    margin: 16px 0;
    font-size: 14px;
    color: #6b798e;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.usec-service-label {
    border:1px solid #cfdaff;
    margin-bottom: 1rem;
}
.usec-service-label .label-title {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #cfdaff;
    background-color: #fbfbff;
    display: flex;
    align-items: center;
}
.usec-service-label .label-title img {
    width: 40px;
    margin-right: 15px;
}
.usec-service-label .label-title h3 {
    font-size: 16px;
}
.usec-service-label .label-content {
    margin-top:24px;
    margin-right:22px;
    margin-left:22px;
    height:186px;
    border-bottom:1px solid #cfdaff;
}
.usec-service-label .label-content p {
    padding:0 16px;
    font-size:12px;
    line-height:30px;
    margin: 0;
}
.usec-service-label .label-content .p-height {
    height: 120px;
}
.usec-service-label .label-content .label-button {
    padding-top:10px;

}
.usec-service-label .label-content .label-button a {
    display: block;
    color: #3860f4;
}
.usec-service-label .label-border {
    border-bottom:none;
}
.usec-bg-dynamic {
    width:100%;
    height:800px;
    position:relative;
    overflow:hidden;
    background:#2c4ca0;
    background:linear-gradient(to bottom,#2c4ca0 0,#4082f3 100%);
}
.solution-list-cases {
    max-width: 1000px;
    margin: 0 auto;
}
.solution-list-cases .cases-item,
.solution-list-cases .cases-brand {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}
.solution-list-cases .cases-item img,
.solution-list-cases .cases-brand img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.solution-list-cases p {
    opacity: 0;
    background: #006eff;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-list-cases > *:hover p {
    opacity: 1;
}
/*----------------------------------------*/
/*  05 - About Section Styles
/*----------------------------------------*/
.article-list{

}
.article-list .article-item{
    margin-top: 2rem;
    padding-bottom: 2rem;
}
/*----------------------------------------*/
/*  05 - About Section Styles
/*----------------------------------------*/
.about-section {

}

@media (min-width: 1280px) {
    .about-section {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .about-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .about-section {
        background-size: cover;
        background-position: center center;
    }
}

.about-section .about-right .title {
    color: #377dff;
    font-weight: 700;
    margin-bottom: 0px;
}

.about-section .about-right .btn-style {
    margin-top: 5px;
}

/*----------------------------------------*/
/*  06 - Service Section  Styles
/*----------------------------------------*/
.service-section {

}

.swiper-fixed-bottom{
    padding-bottom: 30px;
}
.swiper-fixed-bottom .swiper-pagination{
    bottom: 0;
}

@media (min-width: 1280px) {
    .service-section {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .service-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .service-section {
        background-size: cover;
        background-position: center center;
    }
}



.service-section .single-service {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.15);
    text-align: center;
    padding: 24px;
    margin: 15px;
}

.service-section .single-service {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.service-section .single-service .icon-wrap {
    color: #377dff;
    font-size: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0px;
}

.service-section .single-service .icon-wrap i {
    z-index: 2;
}

.service-section .single-service .icon-wrap svg {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.service-section .single-service h4 {
    font-size: 22px;
}

.service-section .single-service a {
    font-weight: 700;
    color: #377dff;
    display: inline-block;
}

.service-section .single-service a:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #377dff;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.service-section .single-service:hover {
    background: #377dff;
    cursor: pointer;
}

.service-section .single-service:hover h4,
.service-section .single-service:hover p,
.service-section .single-service:hover a {
    color: #fff;
}

.service-section .single-service:hover a:after {
    width: 100%;
    background: #fff;
}

/*----------------------------------------*/
/*  07 - Testimonial Section Styles
/*----------------------------------------*/
.testimonial-section {

}

@media (min-width: 1280px) {
    .testimonial-section {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .testimonial-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .testimonial-section {
        background-size: cover;
        background-position: center center;
    }
}

.testimonial-section .title {
    font-weight: 700;
    color: #377dff;
    margin-bottom: 0px;
}

.testimonial-section .testimonial-left p {
    max-width: 420px;
}


.testimonial-section .testimonial-left .swiper-slide{
    text-align: center;
}

.testimonial-section .testimonial-left .swiper-slide svg {
    width: 80%;
}
.testimonial-section .testimonial-left .swiper-slide path {
    fill: none;
    stroke: none; 
    pointer-events:stroke;
    stroke-width: 10px;
}
.testimonial-section .testimonial-left .swiper-slide svg:hover{
    cursor:pointer;
}
.testimonial-section .testimonial-left .swiper-slide svg:hover path{
    stroke: #ff6600; 
}

.testimonial-section .testimonial-left .t-img ul li {
    display: inline-block;
    margin-right: 10px;
}

.testimonial-section .testimonial-left .t-img ul li:hover {
    cursor: pointer;
}

.testimonial-section .testimonial-right {
    background: url(../img/t-slider-bg.png);
    background-size: 100% 100%;
}

.testimonial-section .testimonial-right .single-testimonial {
    padding: 90px;
    margin-top: 80px;
}

.testimonial-section .testimonial-right .owl-nav {
    position: absolute;
    right: 30%;
    bottom: 25%;
    z-index: 2;
}

.testimonial-section .testimonial-right .owl-nav i {
    font-size: 35px;
    color: #ccc;
}

/*----------------------------------------*/
/*  08 - Portfolio Section Styles
/*----------------------------------------*/

/* ==========================================================================
    #ProjectGrid
========================================================================== */
.portfolio-section{

}
.project-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
}
.project-item-inner {
    position: relative;
    overflow: hidden;
}
.project-item-inner:before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    left: 20%;
    width: 100%;
    height: 200%;
    z-index: 1;
    opacity: 0;
    transform: rotate(45deg);
    transition: all 0.6s ease;
}
.project-item-inner:after{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; 
    transition: all 0.6s ease;
}
.portfolio-section .project-image {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.portfolio-section .project-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.portfolio-section .project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.project-content .view-lightbox {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}
.project-content .view-lightbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.project-content .view-lightbox i {
    font-size: 14px;
    color: #f6ba0b;
    position: relative;
}
.project-item .single-portfolio {
    display: block;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

}

.project-item .single-portfolio p {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-item .single-portfolio h4 {
    font-size: 20px;
}

.portfolio-section .btn-style {
    margin-top: 40px;
}

.project-item:hover .project-content {
    opacity: 1;
}
.project-item:hover .project-item-inner:before {
    transform: rotate(60deg);
    opacity: 0.3;
}
.project-item:hover .project-item-inner:after {
    opacity: 1;
}
.project-item:hover .portfolio-details {
    background: #377dff;
}
.project-item:hover .portfolio-details h4,
.project-item:hover .portfolio-details p {
    color: #fff;
}
/*----------------------------------------*/
/*  09 - Price Section Styles
/*----------------------------------------*/

@media (min-width: 1280px) {
    .price-section {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .price-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .price-section {
        background-size: cover;
        background-position: center center;
    }
}

.price-section .price-left .title {
    color: #377dff;
    font-weight: 700;
    margin-bottom: 0px;
}

.price-section .price-left p {
    max-width: 450px;
}

.price-section .price-right .buiness-plan {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.price-section .price-right .single-plan {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #377dff;
}

.price-section .price-right .single-plan .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.price-section .price-right .single-plan .title h4 {
    color: #377dff;
    font-size: 18px;
    margin-bottom: 0px;
}

.price-section .price-right .single-plan .title i {
    background: #377dff;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}

.price-section .price-right .single-plan h2 {
    margin-bottom: 20px;
}

.price-section .price-right .single-plan h2 span {
    font-size: 18px;
    color: #828181;
}

.price-section .price-right .single-plan ul li {
    font-size: 14px;
    color: #828181;
    font-weight: 500;
}

.price-section .price-right .single-plan p {
    margin-top: 40px;
    margin-bottom: 0px;
    color: #828181;
    font-weight: 500;
}

.price-section .price-right .single-plan p span {
    color: #ff3600;
}

.price-section .price-right .single-plan .plan-border {
    width: 459px;
    height: 270px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -36px;
    z-index: 1;
    border-bottom: 1px solid #e9ecef;
}

/*----------------------------------------*/
/*  10 - News Section Styles
/*----------------------------------------*/
.news-section {
    padding-bottom: 100px;
}

@media (min-width: 1280px) {
    .news-section {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .news-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .news-section {
        background-size: cover;
        background-position: center center;
    }
}

.news-section .single-news {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    border-radius: 5px;
    overflow: hidden;
}

.news-section .single-news .news-thumb {
    width: 100%;
    overflow: hidden;
}

.news-section .single-news .news-thumb img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-section .single-news .news-details {
    padding: 20px;
}

.news-section .single-news .news-details .meta {
    color: #377dff;
    font-weight: 500;
    margin-bottom: 0px;
}

.news-section .single-news .news-details h4 {
    font-size: 20px;
}

.news-section .single-news .read-more {
    font-weight: 700;
    color: #377dff;
    display: inline-block;
}

.news-section .single-news .read-more:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #377dff;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.news-section .single-news:hover a {
    color: #377dff;
}

.news-section .single-news:hover .news-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-section .single-news:hover .read-more:after {
    width: 100%;
}

/*----------------------------------------*/
/*  11 - Footer Section Styles
/*----------------------------------------*/
.footer-service {
    position: relative;
    width: 100%;
    background: linear-gradient(to right,#3860f4,#5f87f8);
    overflow: hidden;
}
.footer-service::before {
    width: 100%;
    height: 100%;
    background: url(https://static.ucloud.cn/e597feb13e874fe8989fb75c8683c704.png) no-repeat center center / cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    content:'';
}
.footer-service .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-service .media i.media-icon{
    position:absolute;
    left:0;
    top:50%;
    width:40px;
    height:40px;
    margin-top:-20px;
    background-size:100% 100%
}
.footer-service .media .media-body h5{
    margin: 0;
    line-height: 22px;
    color: rgba(255,255,255,.9);
}
.footer-service .media .media-body p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255,255,255,.7);
}
.footer-service .media .media-icon-support {
    background: url(../img/svg/support.svg);
    background-size: auto;
}
.footer-service .media .media-icon-unsub {
    background: url(../img/svg/unsub.svg);
    background-size: auto;
}
.footer-service .media .media-icon-record {
    background: url(../img/svg/record.svg);
    background-size: auto;
}
.footer-service .media .media-icon-feedback {
    background: url(../img/svg/feedback.svg);
    background-size: auto;
}
.footer-service .media .media-icon-vip {
    background: url(../img/svg/vip.svg);
    background-size: auto;
}
.footer-section {
    padding-top: 64px;
    background: #0a1633;
}

@media (min-width: 1280px) {
    .footer-section {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .footer-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .footer-section {
        background-size: cover;
        background-position: center center;
    }
}

.footer-section .footer-widget-wrap {
    padding-bottom: 100px;
}

.footer-section .widget-title {
    font-size: 22px;
    margin-bottom: 25px;
    color: #9ba5b4;
    border-bottom: 1px solid rgba(89,114,153,.36);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px;
}

.footer-section .footer-left p{
    color: #9ba5b4;
}


.footer-section .footer-logo{
    display: inline-block;
    padding: 10px;
    border: 4px double rgba(255,255,255,.4);
    /*border-radius: 10px 0 10px 0;*/
}
.footer-section .footer-logo img{
    height: 11px;
    display:block;
}

.footer-section .footer-slogan {
    line-height: 32px;
    color: #9ba5b4;
    font-size: 14px;
}

.footer-section .footer-company {
    padding-top: 20px;
    line-height: 32px;
    color: #9ba5b4;
    font-size: 14px;
}
.footer-section .footer-company h5 {
    margin: 0 0 15px;
    font-size: 1rem;
}
.footer-section .footer-company h3 {
    margin: 0 0 15px;
    font-size: 1.2rem;
}
.footer-section .footer-company p {
    margin: 0;
    padding: 0;
}


.footer-section .footer-right ul li {
    margin-bottom: 8px;
    padding-left: 10px;
}

.footer-section .footer-right ul li:last-child {
    margin-bottom: 0px;
}

.footer-section .footer-right ul li a {
    font-weight: 500;
    color: #828181;
    color: #9ba5b4;
    font-size: 13px;
}

.footer-section .footer-right ul li a:hover {
    color: #fff;
}

.footer-section .footer-right .subscribe-wrap .input-group-append {
    margin-left: -26px;
    z-index: 9999;
}

.footer-section .footer-right .subscribe-wrap .input-group-append i {
    font-size: 16px;
}

.footer-section .footer-right .subscribe-wrap input {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.13);
    font-size: 14px;
}

.footer-section .footer-right .subscribe-wrap input:focus {
    border-color: #377dff;
}

.footer-section .footer-copyright {
    padding: 5px 0px;
    margin: 0px;
    background: #071025;
}
.footer-section .footer-copyright p {
    margin: 0;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
}
.footer-section .footer-copyright a {
    color: rgba(255,255,255,.8);
}
.footer-section .footer-copyright a:hover{
    color: #fff;
}
/*----------------------------------------*/
/*  12 - Page Header Styles
/*----------------------------------------*/
.page-header-section {
    background: url(../img/page-header-bg.jpg);
    background-size: cover;
    padding: 152px 0px;
    background-position: center center;
    position: relative;
}

.page-header-section .title-wrap {
    z-index: 2;
}

.page-header-section .bottom-curve {
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 1;
}

.page-header-section .page-title span {
    color: #377dff;
}

.page-header-section .page-nav li {
    display: inline-block;
}

.page-header-section .page-nav li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.page-header-section .page-nav .active {
    color: #377dff;
    font-size: 16px;
    font-weight: 500;
}

/*----------------------------------------*/
/*  13 - About Page Styles
/*----------------------------------------*/
.about-details-section .video-thumb-wrap {
    position: relative;
}

.about-details-section .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-details-section .play-btn i {
    background: #377dff;
    color: #fff;
    padding: 20px;
    border-radius: 30px;
}

.about-details-section .bottom-wrap {
    margin-top: 50px;
}

.about-details-section .bottom-wrap .bottom-wrap-left p:last-child,
.about-details-section .bottom-wrap .bottom-wrap-right p:last-child {
    margin-bottom: 0px !important;
}

.about-details-section .bottom-wrap .title {
    color: #377dff;
    font-weight: 500;
    margin-bottom: 0px;
}

.about-details-section .bottom-wrap h4 {
    margin-bottom: 10px;
}

.about-details-section .bottom-wrap p {
    max-width: 440px;
}

.team-section {
    padding-top: 100px;
}

.team-section .single-team .team-thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.team-section .single-team .team-thumb ul {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.team-section .single-team .team-thumb ul li {
    display: inline-block;
    padding: 10px;
}

.team-section .single-team .team-thumb a {
    color: #fff;
    font-size: 22px;
    background: #377dff;
    padding: 10px 12px;
    border-radius: 50px;
}

.team-section .single-team .details {
    margin-top: 10px;
}

.team-section .single-team .details p {
    margin-bottom: 0px;
}

.team-section .single-team:hover .team-thumb ul {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/*----------------------------------------*/
/*  14 - Service Page Styles
/*----------------------------------------*/
.services-section {
    padding-top: 100px;
}

.services-section .single-service {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
    padding: 24px;
    margin: 15px;
}

.services-section .single-service .icon-wrap {
    color: #377dff;
    font-size: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0px;
}

.services-section .single-service .icon-wrap i {
    z-index: 2;
}

.services-section .single-service .icon-wrap svg {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.services-section .single-service h4 {
    font-size: 22px;
}

.services-section .single-service a {
    font-weight: 700;
    color: #377dff;
    display: inline-block;
}

.services-section .single-service a:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #377dff;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.services-section .single-service:hover {
    background: #377dff;
    cursor: pointer;
}

.services-section .single-service:hover h4,
.services-section .single-service:hover p,
.services-section .single-service:hover a {
    color: #fff;
}

.services-section .single-service:hover a:after {
    width: 100%;
    background: #fff;
}

.page .testimonial-section {
    padding-bottom: 0px !important;
}

.page .service-section {
    background: #fff !important;
}

.service-details-section {
    padding-top: 100px;
}

.service-details-section .single-work h4 {
    font-size: 16px;
}

.service-details-section .single-work p {
    margin-bottom: 0px;
}

.service-details-section .works-wrap {
    margin-top: 20px;
}

.service-details-section .single-service-right img {
    margin-bottom: 20px;
    border-radius: 5px;
}

.page .portfolio-section {
    background: #fff;
    padding-bottom: 0 !important;
}

.page .portfolio-section .single-portfolio {
    margin-bottom: 30px;
}

.portfolio-details-section {
    padding-top: 100px;
}

.portfolio-details-section img {
    margin-bottom: 40px;
}

.portfolio-details-section .portfolio-details-left img {
    border-radius: 5px;
}

.portfolio-details-section .portfolio-details-right .details-wrap {
    background: #f7fbfe;
    padding: 30px;
}

/*----------------------------------------*/
/*  15 - Conatct Page Styles
/*----------------------------------------*/
.contact-section h4 span {
    color: #377dff;
}

.contact-section .contact-form-wrap {
    margin-top: 60px;
}

.contact-section .contact-form-wrap .form-control {
    margin-bottom: 30px;
}

.contact-section .message {
    height: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    float: none;
    margin-top: 20px;
    display: none;
    color: #fff;
}

.contact-section .error {
    background: #ef5659;
}

.contact-section .success {
    background: #377dff;
}

.contact-section .address-wrap {
    margin-top: 80px;
}

.contact-section .address-wrap .single-address {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    border-radius: 5px;
    padding: 60px 30px;
    text-align: center;
    border-bottom: 4px solid #377dff;
}

.contact-section .address-wrap .single-address h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-section .address-wrap .single-address p {
    margin-bottom: 0px;
    font-weight: 500;
}

/*----------------------------------------*/
/*  16 - Blog Page Styles
/*----------------------------------------*/
.blog-posts-section .single-posts {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    margin-bottom: 60px;
}

.blog-posts-section .single-posts .blog-thumb img {
    width: 100%;
    border-radius: 5px;
}

.blog-posts-section .single-posts .blog-details {
    padding: 30px;
    border-radius: 5px;
}

.blog-posts-section .single-posts .blog-details .meta {
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-posts-section .single-posts .blog-details .meta li {
    display: inline-block;
}

.blog-posts-section .single-posts .blog-details .meta li:after {
    content: " /";
}

.blog-posts-section .single-posts .blog-details .meta li:last-child::after {
    content: none;
}

.blog-posts-section .single-posts .blog-details .meta li img {
    width: 30px;
    margin-right: 10px;
}

.blog-posts-section .single-posts .blog-details blockquote {
    font-size: 20px;
    line-height: 2em;
    background: #377dff;
    color: #fff;
    padding: 28px;
}

.blog-posts-section .single-posts .read-more {
    font-weight: 500;
    color: #377dff;
}

.blog-posts-section .navigation-btn {
    padding-bottom: 60px;
}

.blog-posts-section .author-details {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    padding: 30px;
}

.blog-posts-section .page-item.active .page-link {
    background: #377dff;
    color: #fff;
    font-weight: 700;
}

.blog-posts-section .page-link {
    color: #377dff;
    font-weight: 700;
}

.blog-posts-section .single-widget {
    background: #f7fbfe;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-posts-section .single-widget:last-child {
    margin-bottom: 0px;
}

.blog-posts-section .single-widget h4 {
    margin-bottom: 20px;
}

.blog-posts-section .single-widget h4:after {
    content: '';
    display: block;
    width: 20%;
    height: 3px;
    background: #377dff;
    margin-top: 15px;
}

.blog-posts-section .single-widget ul li {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4d9dd;
    padding-bottom: 10px;
    font-weight: 500;
}

.blog-posts-section .single-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.blog-posts-section .search-widget .input-group-append {
    margin-left: 0px !important;
    background: #377dff;
    padding: 0px 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-posts-section .search-widget .input-group-append i {
    color: #fff;
}

.blog-posts-section .tag-widget ul li {
    display: -webkit-inline-box;
    border-bottom: none;
    background: rgba(44, 87, 228, 0.5);
    margin-bottom: 9px;
    padding: 10px 25px !important;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-posts-section .tag-widget ul li:hover {
    background: #377dff;
}

.blog-posts-section .tag-widget ul li a {
    color: #fff;
}

/*----------------------------------------*/
/*  17 - Responsive Styles
/*----------------------------------------*/
@media (max-width: 320px) {
    .testimonial-section .single-testimonial {
        padding: 20px !important;
    }

    .testimonial-section .single-testimonial .details {
        margin-left: 20px;
    }

    .testimonial-section .testimonial-right .owl-nav {
        bottom: 10% !important;
    }
}

@media (max-width: 413px) {
    .testimonial-section .single-testimonial p {
        font-size: 10px;
    }
}

@media (max-width: 414px) {
    .page-header-section .page-title {
        font-size: 40px;
    }

    .header-section .header-left h1 {
        font-size: 30px;
    }

    .section-title-wrap h1 {
        font-size: 18px !important;
    }

    .section-title-wrap p {
        font-size: 11px !important;
        max-width: 280px !important;
    }

    .about-right h4 {
        font-size: 20px;
    }

    .about-right p {
        font-size: 12px;
    }

    .testimonial-section .testimonial-left h4 {
        font-size: 20px;
    }

    .testimonial-section .testimonial-left .t-img li {
        width: 55px;
    }

    .price-section .price-left h4 {
        font-size: 20px;
    }

    .bottom-wrap-left h4,
    .bottom-wrap-right h4 {
        font-size: 20px;
    }

    .bottom-wrap-left p,
    .bottom-wrap-right p {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-right .single-testimonial {
        padding: 50px;
    }

    .blog-posts-section .single-posts h4 {
        font-size: 26px;
    }

    .replay-comment {
        margin-left: -80px;
    }

    .footer-section .subscribe-wrap {
        width: 97% !important;
    }
}

@media (max-width: 767px) {
    .footer-section,
    .team-section,
    .service-section,
    .service-details-section,
    .portfolio-details-section,
    .services-section {
        padding-top: 50px;
    }

    .footer-widget-wrap,
    .news-section {
        padding-bottom: 50px !important;
    }

    .header-section {
        padding: 60px 0px;
    }

    .section-gap {
        padding: 50px 0px !important;
    }

    .section-title-wrap h1 {
        font-size: 30px;
    }

    .portfolio-section .single-portfolio {
        margin-bottom: 30px;
    }

    .price-section .price-right .single-plan {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        margin-bottom: 30px;
    }

    .price-section .price-right .price-wrap .col-md-6:last-child .single-plan {
        margin-bottom: 0px;
    }

    .footer-section .footer-widget-col {
        margin-bottom: 30px;
    }

    .news-section .single-news {
        margin-bottom: 30px;
    }

    .about-details-section .bottom-wrap .bottom-wrap-left {
        margin-bottom: 30px;
    }

    .team-section .single-team {
        margin-bottom: 30px;
    }

    .team-section .single-team:last-child {
        margin-bottom: 0px;
    }

    .works-wrap .single-work {
        margin-bottom: 30px;
    }

    .address-wrap .single-address {
        margin-bottom: 30px;
    }

    .author-details .author-thumb {
        text-align: center;
        margin-bottom: 20px;
    }

    .author-details .author-thumb img {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .main-menu ul {
        display: none;
    }

    .mobile-menu-icon {
        display: block !important;
        text-align: right;
        font-size: 20px;
    }

    .header-section .header-left {
        text-align: center;
    }

    .header-section .header-left p {
        margin: 0 auto;
    }

    .testimonial-section .testimonial-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonial-section .testimonial-left p {
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .price-section .price-left {
        margin-bottom: 60px;
    }

    .address-wrap .single-address {
        padding: 60px 15px !important;
    }

    .address-wrap .single-address h4 {
        font-size: 18px !important;
    }

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

@media (max-width: 1199px) {
    .main-menu ul li {
        margin-left: 30px !important;
    }
}

@media (min-width: 1281px) {
    .page-header-section {
        padding: 250px 0px !important;
    }
}

.comment-wrap {
    margin-top: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    overflow: hidden;
    padding: 30px;
}

.comment-wrap h3 {
    margin-bottom: 30px;
}

.comment-wrap .media {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.comment-wrap .media:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.comment-wrap .media img {
    width: 90px;
    border-radius: 50px;
}

.comment-wrap .replay-comment {
    border-bottom: none;
    border-top: 1px solid #eee;
    padding: 20px;
    margin-bottom: 0px !important;
}

.comment-wrap .comments {
    margin-bottom: 30px;
}

.comment-wrap .black-btn {
    min-width: 80px !important;
}

.comment-wrap .media-body h5 {
    margin-bottom: 10px;
}

.comment-wrap .comment-form h3 {
    margin-bottom: 30px;
}

.comment-form {
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
    overflow: hidden;
    padding: 30px;
}

.comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da;
}

.comment-form .btn-style {
    margin-top: 30px;
}

.comment-form h3 {
    margin-bottom: 30px;
}

.comment-form .form-col-wrap {
    margin-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */



/*----------------------------------------*/
/*  17 - solution-item Styles
/*----------------------------------------*/

.solution-list.row{
    margin-left: -25px;
    margin-right: -25px;
}
.solution-list .col{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
}
.solution-list .col:nth-child(2n) a{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.solution-list .col:nth-child(2n+1) a{
    background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-color: #65a1f8\9
}

.solution-list .col:first-child,
.solution-list .col:last-child{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.solution-list .col:first-child a,
.solution-list .col:last-child a{
    background-color: #000;
    background-image: url(./img/recommend-pc1.png);
    background-size: cover;
    background-position: center;
}

.solution-list .solution-item{
    padding: 30px;
    width: 100%;
    font-size: 0;
    display: block;
    -webkit-transition: box-shadow .2s linear;
    -webkit-transition: transform .2s linear;
    transition: box-shadow .2s linear;
    transition: transform .2s linear;
}

.solution-list .solution-item:hover {
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}

.solution-list .solution-item h4 {
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 30px;
}

.solution-list .solution-item .p-scenes-desx {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 45px;
    width: 220px;
    margin: 0;
}


@media screen and (max-width:992px) {
    .solution-list.row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .solution-list .col{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-order: 3;
        order: 3;
    }
    .solution-list .col:first-child{
        -ms-flex-order: 1;
        order: 1;
    }
    .solution-list .col:last-child{
        -ms-flex-order: 2;
        order: 2;
    }

    .solution-list .solution-item {
        padding: 15px;
    }

    .solution-list .solution-item h4 {
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        margin-bottom: 4px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .solution-list .solution-item .p-scenes-desx {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }

}

@media screen and (max-width:360px) {
    .solution-list .solution-item h4 {
        font-size: 15px;
    }
    .solution-list .solution-item .p-scenes-desx {
        font-size: 12px;
    }
}
