@charset "UTF-8";
/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER
------------------------*/
/* GLOBAL
----------------------*/
body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #999999;
}

a:hover,
a:focus {
    color: #344A25;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #344A25;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    /*color: #344A25;*/
    color: white;
    font-size: 3vw;
    font-weight: 500;
    padding: 5px 0;
    border: 2px solid #ddd;
    border-image: -webkit-linear-gradient(to right, #A4D4DF, #8EB8C1, #A4D4DF) 20 20;
    border-image: -moz-linear-gradient(to right, #A4D4DF, #8EB8C1, #A4D4DF) 20 20;
    border-image: -o-linear-gradient(to right, #A4D4DF, #8EB8C1, #A4D4DF) 20 20;
    border-image: linear-gradient(to right,  #A4D4DF, #8EB8C1, #A4D4DF) 20 20;

}

h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #666;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #344A25;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #DDDDDD !important;
}

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

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient(122deg, #344A25 0%, #344A25 100%);
    background-image: -webkit-linear-gradient(122deg, #344A25 0%, #344A25 100%);
    background-image: -ms-linear-gradient(122deg, #344A25 0%, #344A25 100%);
    background-image: linear-gradient(122deg, #344A25 0%, #344A25 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-image: linear-gradient(122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    /*background-color: #99cccc;*/
    /*background-color:rgba(70, 130, 180, 0.8);*/
    background: rgb(107, 155, 195);
}

.project-bg {
    /*background-color: #99ccff;*/
    /*background-color: #669999;*/
    background-color: white;

}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    /*margin-bottom: 3rem;*/
}

.section-title small {
    color: #344A25;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 5vw;
    }

    .factory-show-first-edition-title {
        left: 20% !important;
        right: 20% !important;
        font-size: 5px;
    }

    .business-introduce-describe-content{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 75%;
    }

    .hexagon-first,.hexagon-third,.hexagon-second div,.factory-show-first-edition-content{
        padding: 5px !important;
    }
}

/* NAVBAR
----------------------*/
.logo {
    height: 40px;
}

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 112, 139) 0%, rgb(74, 112, 139) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 112, 139) 0%, rgb(74, 112, 139) 100%);
    background: linear-gradient(135deg, rgb(74, 112, 139) 0%, rgb(74, 112, 139) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }

    .navbar-nav > .nav-item > .nav-link.active:after {
        content: "";
        border-bottom: 2px solid #FFFFFF;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width: 991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }
}

/* HERO
----------------------*/
.bg-gradient {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;

    background-image: -moz-linear-gradient(135deg, rgba(70, 130, 180, 0.8) 0%, rgba(70, 130, 180, 0.8) 100%);
    background-image: -webkit-linear-gradient(135deg, rgba(70, 130, 180, 0.8) 0%, rgba(70, 130, 180, 0.8) 100%);
    background-image: -ms-linear-gradient(135deg, rgba(70, 130, 180, 0.8) 0%, rgba(70, 130, 180, 0.8) 100%);
    background-image: linear-gradient(135deg, rgba(70, 130, 180, 0.8) 0%, rgba(70, 130, 180, 0.8) 100%);
}

.tagline {
    font-size: 16px;
    font-weight: 300;
    color: #CCC;
    max-width: 800px;
    margin: 0 auto;
}

.tagline_p {
    font-size: 16px;
    font-weight: 300;
    color: #CCC;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width: 767px) {
    .tagline {
        font-size: 17px;
    }

    .img-holder {
        padding-bottom: 100%;
    }
}

/*轮播图*/
.pc_imgBox {
    display: block;
    height: 600px;
    width: 100%;
    /* background-size: cover;
     background-position:  center;
     background-repeat: no-repeat;*/
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-indicators {
    background: #ccc;
}

/* FEATURES
----------------------*/
.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #666666;
    background: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
    background: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
    background: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #666666;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width: 992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

#myCarousel {
    padding-top: 66px;
}

.carousel-control-next, .carousel-control-prev{
    margin-top: 66px;
}

.history-introduce {
    font-size: 1rem;
    /*font-family: '微软雅黑';*/
    color: white;
    text-indent: 2em;
    padding-left: 30px;
}

.sidebox-content1 {
    padding: 20px 0px 15px 0px;
}

.sidebox-content1 .sidebox-content1-tit {
    border: none;
    text-align: center;
    margin: 3px 0;
}

.sidebox-content1 .sidebox-content1-tit h2 {
    /*color: #996600;*/
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px;
}

.sidebox-content1 .sidebox-content1-tit h3 {
    color: white;
    font-size: 18px;
    border: none;
    font-weight: 400;
    margin-top: 0;

    padding: 0 18px;
    position: relative;
}

.sidebox-content1 .sidebox-content1-tit h3 em {
    font-size: 26px;
    /*background: #99cccc;*/
    background: rgb(107, 155, 195);
    padding: 0 30px;
    font-style: normal;
}

.sidebox-content1-tit-icon:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: white;
    position: relative;
    top: 18px; /*调节线高*/
    left: 0;
}

.sidebox-content1-tit-icon1:before {
    background-color: rgb(74, 112, 139);
}

.sidebox-content1-tit-icon2:before {
    width: 60%;
    margin: auto;
}

.comcon {
    line-height: 30px;
    font-size: 14px;
    color: #7e7e7e;
    font-family: "宋体";
    padding-bottom: 20px;

    display: flex;
}

.comcon p {
    margin: 0;
    font-weight: 100;
}

.lpic {
    width: 100%;
    background: url(../images/flow.png) no-repeat center center;
    height: 31px;
    border-bottom: 1px solid #efefef;
}

/*规模*/
.scale {
    padding-bottom: 20px;
}

.scale-border {
    position: relative;
}

.scale-border-show {
    border: 5px solid white;
}

.scale-border:hover {
    transform: translateY(-3px);
}

.scale-border-image {
    height: 100%;
    width: 100%;
}

.scale-border-bg {
    position: absolute;
    bottom: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    color: #0099cc;
    font-size: 0.875rem;

    height: 38px;
    overflow: hidden;
}

.scale-border-bg:hover {
    animation: showContent 1.5s linear 1;
    height: 50%;
}

@keyframes showContent {
    0% {
        height: 20%;
    }
    25% {
        height: 27.5%;
    }
    50% {
        height: 35%;
    }
    70% {
        height: 42.5%;
    }
    100% {
        height: 50%;
    }
}

.scale-border-bg-title {
    color: #0099cc;
    padding-top: 5px;
    font-size: 1.25rem;
    font-weight: bold;
}

/*业务介绍*/
.business-introduce {
    display: flex;
    color: #0099cc;
    padding-bottom: 40px;
}

.business-introduce-ratio {
    /*padding-right: 0px;*/
}

.business-introduce-height-ratio {
    height: 50%;
    overflow: hidden;
}

.business-introduce-image:hover{
    transform: scale(1.2);
    transition: all 3s ease;
}

.business-introduce-image {
    height: 100%;
    width: 100%;
}

.business-introduce-describe {
    height: 50%;
    padding: 5px 10px;
    background: white;
    font-size: 0.875rem;
    text-align: center;
    overflow: hidden;
}

.business-introduce-describe-title {
    font-size: 1.125rem;
    font-weight: bold;
}

.business-introduce-describe-content {
    text-indent: 2em;
    text-align: left;
}

/*工厂展示第一版*/
.factory-show-first-edition {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    color: white;
}

.factory-show-first-edition-content {
    width: 39%;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
}

.factory-show-first-image-describe{
    padding: 15px;
    /*background: rgb(74, 112, 139);*/
    border-radius: 20px;
}

.factory-show-first-edition-imgLeft {
    width: 100%;
    height: 100%;
    background: white;
    -webkit-clip-path: polygon(100% 0, 75% 100%, 25% 100%, 0 0);
    clip-path: polygon(100% 0, 75% 100%, 25% 100%, 0 0);
}

.factory-show-first-edition-imgCenter {
    width: 100%;
    height: 100%;
    background: white;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
    clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
}

.factory-show-first-edition-title {
    position: absolute;
    left: 35%;
    top: 40%;
    right: 35%;
    text-align: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    color: #F1F5F1;
}

/*工厂展示第二版*/
.factory-show-second-edition{
    display: flex;
    border-bottom: 0.5px solid white;
    border-top: 0.5px solid white;
}

.hexagon-image{
    clip-path: polygon(0 50%,25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%);
}

.tixing-down{
    background: url('../images/tixing1.png');
    background-size: 100% 100%;
}

.tixing-up{
    background: url('../images/tixing.png');
    background-size: 100% 100%;
}

.hexagon-first{
    position: relative;
    width: 45%;
    background: url('../images/sixbian.png');
    background-size: 100% 100%;
    padding: 15px;
}

.hexagon-first .hexagon-image{
    height: 100%;
    width: 100%;
}

.hexagon-second{
    width: 22.5%;
    margin-left: -5%;
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hexagon-second .hexagon-image{
    height: 100%;
    width: 100%;
}

.hexagon-second div{
    width:100%;
    height:50%;
    background: url('../images/sixbian.png');
    background-size: 100% 100%;
    padding: 15px;
}

.hexagon-third{
    position: relative;
    width: 45%;
    margin-left: -5%;

   background: url('../images/sixbian.png');
    background-size: 100% 100%;
    padding: 15px;
}

.hexagon-third .hexagon-image{
    height: 100%;
    width: 100%;
}

/*工厂展示第三版*/
.factory-show-third-edition{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.factory-show-third-edition-content{
    width: 30%;
    border: 5px solid white;
    border-radius: 10px;
    background: white;
    overflow: hidden;
}

.factory-show-third-edition-content h4{
    margin:0;
    padding:5px 0 10px 0;
    /*color: white;*/
    color: rgb(107, 155, 195);
}

.factory-show-third-edition-content img{
    width: 100%;
}

.warehouse-image {
    height: 70%;
    overflow: hidden;
}

.warehouse-describe{
    height: 20%;
    overflow: hidden;
    padding: 5px;
    color: rgb(107, 155, 195);
}


.factory-show-third-edition-content img:hover{
    transform: scale(1.2);
    transition: all 3s ease;
}

.factory-show-fourth-edition{
    padding:40px 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.factory-show-fourth-edition-content{
    padding-top: 20px;
    width: 23%;
    color: rgb(107, 155, 195);
    border-radius: 20px;
    background: white;
}

.factory-show-fourth-edition-content:hover{
    background: rgb(74, 112, 139);
    color: white;
}

.factory-show-fourth-edition-content img{
   clip-path: circle(40% at 50% 50%);
}

.factory-show-fourth-edition-content div{
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*研发项目*/
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-option{
    display: flex;
}

.leftsum {
    width: 25%;
    display: inline;
    overflow: hidden;
    margin: 10px 0;
}

.mod-box-title {
    width: auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: rgb(74, 112, 139);
    font-size: 14px;
    width: 100%;
}

.plSubConsy {
    width: 100%;
    overflow: hidden;
    background-color: white;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.plSubConsy li {
    width: 90%;
    height: 30px;
    margin: 5px 10px 8px 13px;
    text-indent: 16px;
    background: url(../images/n_ico2.jpg) no-repeat left center !important;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px dashed #D8D8D8;
}

.plSubConsy li:hover{
    color: red;
}

.mod-box-title span {
    width: auto;
    height: 50px;
    padding: 0 15px 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    text-indent: 13px;
    color: white;
    font-size: 16px;
}

.right-product{
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    width: 75%;
    margin-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;

    display: none;
}

.right-product-show{
    display: flex;
}

.right-product-image{
    width: 30%;
}

.right-product-image h4{
    padding: 10px 0 15px 0;
}

.product-title{
    border-bottom: 2px solid rgb(74, 112, 139);
    color:rgb(74, 112, 139);
    padding: 10px;
    font-weight: bold;
}

.product-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding-top: 20px;
}

.product-content-item{
    width: 23%;
    padding-bottom: 50px;
}

.product-content-item h4{
    padding: 10px;
    background: rgb(107, 155, 195);
    color: white;
}

.font-color{
    color: rgb(74, 112, 139);
}

/*OEM*/
.oem-introduce{
    color: #666;
    padding:10px 10px 40px 10px;
    line-height: 200%;
}

.oem-introduce_p{
    color: #666;
    line-height: 200%;
    padding-top: 20px;
}

.oem-procedure-title{
    color:rgb(74, 112, 139);
    border: 2px solid rgb(74, 112, 139);
    border-radius: 30px;
    max-width: 35%;
    padding: 10px 20px;
    font-size: 2rem;
    margin:0 auto;
    text-align: center;
}

.oem-business-container{
    padding-bottom:60px;
}

.oem-business-container-top{
    background: rgba(70, 130, 180, 0.8);
    padding:20px 10px;
}

.oem-business-container-top-title{
    width:200px;
    margin: auto;
    height:50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: rgb(74, 112, 139);
    color:white;font-size: 30px;
}

.oem-business-container-top-content{
    padding-top:20px;
    line-height: 150%;
    text-align: center;
    color:white;
}

/*伪元素实现三角*/
.oem-triangle{
    height: 20px;
    border: 2px solid rgb(74, 112, 139);
    position: relative;
    background: rgb(74, 112, 139);
    box-shadow: 0px 6px 6px #C0BFBF;
}

.oem-triangle:after{
    content: "";
    position: absolute;
    left: 51%;
    top:18px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.oem-triangle:before{
    content: "";
    position: absolute;
    left: 49%;
    top:18px;
    width: 0;
    height: 0;
    border-top: 12px solid rgb(74, 112, 139);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.oem-business-bottom{
    border: 3px solid rgb(74, 112, 139);
}

.oem-business-bottom-intro{
    line-height:200%;
    padding:10px 30px;
    color:#666;
}

.hover_brand {
    background: url(../images/cooperation/cooperation-bg.png) no-repeat;
    height: 130px;
    z-index: 9999;
    /*width: 1140px;*/
    width:100%;
    padding-left: 250px;
    padding-right: 20px;
    background-size: 100% 100%;
}


#FrontSpecifies_show {
    margin-top: 15px;
    height: 100px;
}

.FrontSpecifies_show {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
}

.hover_brand ul {
    margin: 0px;
    display: flex;
    align-items: center;

    animation: move 10s linear infinite;
}

@keyframes move {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-630px);
    }
}

.hover_brand ul:hover{
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
}

.hover_brand ul li {
    margin-right: 30px;
    margin-top: 20px;
}

.hover_brand ul img{
    width: 120px;
    height: 80px;
}


/*  TABS
----------------------*/
.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width: 992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}

/*  TESTIMONIALS
----------------------*/
.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  IMAGE GALLERY
----------------------*/
.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}

/*  PRICING
----------------------*/
@media (max-width: 992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}

/*  CALL TO ACTION
----------------------*/
.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #CCCCCC;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}

/*  FOOTER
----------------------*/
.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #999999;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width: 991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}
