#main-slider .item {
    background-image: url(/images/gif/earth.gif);
}
.carousel-content {
    margin-top: 28%;
    width: 44%;
}
.carousel-content p {
    color: #000;
}
.section-header {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .unseen {
        margin-top: -150px;
    }
}

.section-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-header h2{
    position: relative;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
}
.section-header h2::before,.section-header h2::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 40px;
    top: 10px;
}
.section-header h2::after{
    background: url(../images/com_title_r.png);
    right: -90px;
}
.section-header h2::before{
    background: url(../images/com_title_l.png);
    left: -90px;
}
.cores-content{
    top:80px;
}
.cores_li{
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 9%);
}
.cores_li_top{
    display: flex;
    height: 230px;
    align-items: center;
    justify-content: center;
}
.cores_li_img_act{
    display: none;
}
.cores_li h3{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin: 10px 0 15px;
}
.cores_li p{
    padding: 0 16px;
    color: #999;
    line-height: 24px;
    height: 72px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;overflow: hidden;
}
.cores_li:hover{
    box-shadow: 0 0 10px rgba(0, 152, 250,.4);
}
.cores_li:hover .cores_li_img{
    display: none;
}
.cores_li:hover .cores_li_img_act{
    display: block;
}
.cores_li:hover .cores_li_btn{
    background: #009afd;
    color: #fff;
}

.rotate-text {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.rotate-text::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    top: 0;
    height: 100%;
    display: block;
}

.rotate-text .img-sec {
    position: relative;
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: auto;
    margin: -5px;
    border-radius: 100%;
    overflow: hidden;
}
.rotate-text .img-sec::before {
    content: '';
    width: 90%;
    height: 90%;
    left: -5%;
    top: -5%;
    margin: 10%;
    position: absolute;
    display: block;
    border: dashed 1px #FFC400;
    animation: arp-rotating 50s linear infinite;
    border-radius: 100%;
    -ms-transform: translate(-8%, -8%);
    transform: translate(-8%, -8%);
}

.rotate-text .img-sec::after {
    content: '';
    width: 80%;
    height: 80%;
    left: 0;
    top: 0;
    margin: 10%;
    position: absolute;
    display: block;
    border: dashed 1px #ff5a27;
    animation: rotating 20s linear infinite;
    border-radius: 100%;
    -ms-transform: translate(-8%, -8%);
    transform: translate(-8%, -8%);
}

.rotate-text .img-sec img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.rotate-text:hover .img-sec {
    transform: scale(1.05);
}

.rotate-text .column {
    transition: all 0.5s ease-in-out;
    border: solid 1px #e6e6e6;
    padding: 65px 25px 25px;
    border-radius: 100%;
    background: #fff;
    width: 130px;
    height: 130px;
    margin-top: 10px;
}
.box-shadow {
    -webkit-box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
    box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
    transition: all 0.5s ease;
}

.rotate-text .column:hover .icon {
    background: #fff !important;
    left: 65%;
}

.rotate-text .column:hover {
    color: #262626;
}

.rotate-text .column h5 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.rotate-text .column p {
    transition: all 0.5s ease-in-out;
    padding-bottom: 0;
}

.rotate-text .column:hover p,
.rotate-text .column:hover h5 {
    color: #fff;
}
.rotate-text .column:hover{
    background: #ff5a27 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes arp-rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes arp-rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.text {
    top: 200px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.block-list .media-left {
    width: 60px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: middle;
}
.media-body h3 {
    font-size: 27px;
}
.block-list .fa {
    border: 1px solid #FFC400;
    padding: 20px;
    width: 65px;
    height: 65px;
    color: #FFC400;
    margin: 2px 5px 0;
    font-size: 24px
}

.qualities .container-fluid {
    z-index: 1;
    position: relative;
}

.qualities .column {
    align-content: center;
    transition: all 0.5s ease-in-out;
    border: solid 1px #e6e6e6;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}

.qualities .column:hover{
    color: #262626;
}

.qualities .column h5 {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.qualities .column p {
    transition: all 0.5s ease-in-out;
    padding-bottom: 0px;
}

.qualities .column:hover p,
.qualities .column:hover h5 {
    color: #fff;
}
.qualities .column h5::after,
.qualities .column .icon,
.qualities .column:hover {
    background: #ff5a27 !important;
}

.thumbnail:hover {
    transform: scale(1.05);
}

.thumbnail img {
    transition: transform .3s ease;
}