
.content-list{
    margin: 0;
    padding: 0;
    margin-top: 1.8rem;
}
header.header-appear a.logo img {
    width: 75px;
}
.content-list li{
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    /* margin-bottom: 1.5rem; */
    list-style: none;
}

.content-list li:last-child{
    margin-bottom: 0;
}

.content-list li i{
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-right: 8px;
    background-color: #55A8FD;
    padding: 5px;
    color:#fff;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
    margin-top:4rem;
}
.main-title {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #1f1f1f;
}
.main-title h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.about-box {
    border-radius: 5px;
    padding: 50px 15px 50px;
    margin-bottom:30px;
    background: #ffffff;
    text-align: center;
    min-height: 297px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    transition: ease-in-out 0.3s;
}
.about-box:hover {
    background: #0284d0;
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}
.about-box .about-main-icon i {
    color: #0284d0;
    font-size: 40px;
    transform: translateY(0);
    transition: ease-in-out 0.3s;
}
.about-box:hover .about-main-icon i {
    transform: translateY(-10px);
}
.about-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    padding-bottom: 10px;
    transition: ease-in-out 0.3s;
}
.about-box:hover i, .about-box:hover h5, .about-box:hover p {
    color: #fff;
    transition: ease-in-out 0.3s;
}
.about-opacity-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}
.about-opacity-icon i {
    position: absolute;
    color: #28a745;
    top: 30px;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    animation: scale .6s alternate infinite linear both;
}
.brand-printer img {width: 130px;}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.about-list {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none;
}
.about-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
}

.about-list li .la {
    font-size: 30px;
    margin-right: 15px;
    color:#45abfe;
}
#testimonials{
    margin-top: 125px;
    margin-bottom: 75px;
    overflow: hidden !important;
}
.testimonial-box{
    background: #f6f6f6;
    overflow: hidden;
    padding: 40px 15px 25px 15px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    border-radius: 10px;
    min-height: 340px;
}
.owl-testimonial .owl-item:not(.center) .testimonial-box:hover{
    background-color: #33c9dd;
}
.testimonial-box:hover .quote_box{
    background-color: white;
}
.testimonial-box:hover .infot_margin, .testimonial-box:hover .text .testimonial_name {
    color: white !important;
}
.center .testimonial-box:hover .text p, .center .testimonial-box:hover .text .test-star i {color: white !important;position: relative;z-index: 1;}

.owl-testimonial .center .infot_margin, .owl-testimonial .center  .testimonial-box .text p, .owl-testimonial .center .testimonial-box .text .test-star i {color: white !important;position: relative;z-index: 1;}
.testimonial-box:hover .quote{
    color: #33c9dd;
}
.owl-testimonial .center .quote_box{
    background-image: -webkit-linear-gradient( 180deg, #cf43ca 20%, #8579e0 100%);
}
.center .testimonial-box:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 90%;
    top: 52px;
    left: 10px;
    background-image: -webkit-linear-gradient( 180deg, #43a7cf 20%, #43a7cf 100%);
    color: #ffffff;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    border-radius: 10px;
    z-index: 0;
}
.center .testimonial-box:hover:before{
    opacity: 1 !important;
}
.title-klien h2 {
    margin-bottom:50px;
}
/* .owl-testimonial .center .testimonial-box:hover .quote{
    background: -webkit-linear-gradient( 180deg,#43a7cf 60%, #43a7cf 40%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
} */
.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-image: -webkit-linear-gradient( 180deg, #ffffff 20%, #ffffff 100%) !important;
}
.margin-p{
    text-align: center;
}
.text .testimonial_name {color:#333;font-size: 20px;}

.quote{
    font-size: 30px;
    color: white;
}
.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #33c9dd;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 44.5%
}
.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    position: relative;
    z-index: 999;
}
.testimonial_name{
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: rgb(33, 35, 49);
    text-align: center;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
}
.blue_text{
    color: #33c9dd;
}
#testimonials .text{
    position: relative;
    text-align: center;
    /* top: 84%;
    left: 32%; */
}
#testimonials .item{
    /* padding-bottom: 80px ; */
}
.owl-testimonial .owl-dots{
    margin-top: 40px !important;
}
.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #33c9dd;
}
.owl-testimonial .owl-dots .owl-dot span{
    background: white;
    border: 2px solid #33c9dd;
    font-size: 30px;
    padding: 5px;
}
.owl-testimonial .center .infot_margin{
    padding-top: 10px;
    padding-bottom: 60px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.wa-terbang {
    position: fixed;
    bottom: 76px;
    right: -55px;
    z-index: 10;
}
header.header-appear .navbar-simple .navbar-nav .nav-link {
    color:#333;
}
header.header-appear .sidemenu_btn span {
    background: #09366e;
}
.content-list .fas {
    position: absolute;
}
.content-list p {
    padding-left: 45px;
    padding-bottom: 30px;
    padding-top: 4px;
}
/*styling for star rating*/

.test-star {
    font-size: 12px;
    color: #ffc13c;
    cursor: pointer;
    text-align: center;
    display: block;
}

#rattingIcon .fa-star {
    color: #ffc107;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#ratingText {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.production-sec img {width: 100px;}
.bottom-icon {
    text-align: center;
    display: inline-block;
    /* margin-bottom:80px; */
}
.bottom-icon .icon-wa, .bottom-icon .icon-email {
    font-size: 43px;
    font-weight: bold;
    border: 1px solid #005fa3;
    border-radius: 20px;
    padding: 10px;
}
.bottom-icon a {
    color: #005fa3;
}
.bottom-icon a:hover {
    color: #228fde;
}
.color-red {
    color:#b60303;
}
.color-blue {
    color:#005fa3;
}
.bottom-icon .icon-wa {
    width: 500px;
}
@media screen and (max-width:991px) {
    .container {
        width: 90%;
    }
}
@media screen and (min-width:991px) {
    .position-menu {
        align-items: center;
        display: contents;
    }
   
}