@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@media (max-width:767px) {
     :root {
        --spacing: 15px 0 !important;
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes move_right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 1;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 1;
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
        opacity: 1;
    }
}

@-webkit-keyframes xoayvong {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


/* Standard syntax */

@keyframes xoayvong {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        width: 70%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 70%;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Button */

.btn--primary,
.project .box--btn a {
    border-radius: 6px;
    background: #009ded;
    transition: all ease 0.5s;
    color: #fff;
    font-weight: 700;
    padding: 15px 40px;
    max-width: 204px;
}

.btn--primary:hover,
.project .box--btn a:hover {
    background: #ffc300;
    color: #000;
}

.btn--secondary {
    border-radius: 6px;
    background: #ffc300;
    transition: all ease 0.5s;
    color: #000;
    font-weight: 700;
}

.btn--secondary:hover {
    background: #009ded;
    color: #fff;
}

.btn--thirty {
    border: none;
    transition: all ease 0.5s;
    border-radius: 6px;
}

.btn--thirty:focus {
    outline: none;
}


/* ================= */


/* title */

.center-mode {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
}

.center-mode .center-title {
    font-size: 50px;
    font-weight: 700;
}

.breadcrumb {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-top: 9px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
}

.breadcrumb ol {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    padding-left: 0;
}

.breadcrumb li {
    font-size: 16px;
    font-weight: 400;
    color: #ffc300;
    position: relative;
    margin-right: 15px;
    text-transform: capitalize;
}

.breadcrumb li.active a {
    color: #ffc300;
    font-weight: 700;
}

.breadcrumb li.active::before {
    display: none;
}

.breadcrumb li::before {
    position: absolute;
    content: "/";
    margin-right: 15px;
    right: -25px;
    color: #c4c4c4;
}

.breadcrumb li a {
    color: #c4c4c4;
}

.slogan {
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.main-title,
.main-title--center,
.project .main-title--center {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
    margin-bottom: 70px;
}

@media (max-width:767px) {
    .main-title,
    .main-title--center,
    .project .main-title--center {
        line-height: 32px;
        margin-bottom: 10px;
    }
}

.main-title p,
.main-title--center p,
.project .main-title--center p {
    font-size: 16px;
    font-style: italic;
    padding-block: 25px;
    line-height: 45px;
}

.main-title::before,
.main-title--center::before,
.project .main-title--center::before {
    position: absolute;
    content: "";
    height: 5px;
    background-color: #ffc300;
    width: 150px;
    line-height: 37.5px;
    bottom: 5px;
    border-radius: 5px;
}

.main-title.main-blog--title {
    font-size: 32px;
    line-height: 37.5px;
}

.main-title.main-blog--title::before {
    width: 163px;
    bottom: -14px;
}

.main-title--center,
.project .main-title--center {
    text-align: center;
    width: 100%;
}

.main-title--center::before,
.project .main-title--center::before {
    left: 50%;
    transform: translateX(-50%);
}

.main-title--center p,
.project .main-title--center p {
    font-size: 16px;
    font-style: italic;
    color: #444;
    max-width: 474px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.main-title.center {
    text-align: center;
}

.main-title.center::before {
    left: 50%;
    transform: translateX(-50%);
}

.slider .news {
    padding-right: 20px;
}

.slick-slide span img {
    display: inline-block;
}

.box--title {
    width: 100%;
}

.slick-dots li.slick-active button::before {
    color: #ffc300;
}

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

.nav-tabs ul {
    display: flex;
    justify-content: center;
    margin-bottom: 63px;
    margin-top: 64px;
}

@media screen and (max-width: 575px) {
    .nav-tabs ul {
        margin-bottom: 40px;
        margin-top: 40px;
        display: block;
    }
}

.nav-tabs ul li {
    margin-left: 28px;
    margin-right: 28px;
    position: relative;
    line-height: 25px;
    transition: all ease 0.5s;
}

.nav-tabs ul li:last-child {
    margin-right: 0;
}

.nav-tabs ul li:first-child {
    margin-left: 0;
}

.nav-tabs ul li.active a {
    color: #ffc300;
}

.nav-tabs ul li.active::before {
    transform: scale(1);
    display: block;
}

@media screen and (max-width: 767px) {
    .nav-tabs ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 575px) {
    .nav-tabs ul li {
        margin: 10px 0;
    }
    .nav-tabs ul li:first-child {
        margin-top: 0;
    }
    .nav-tabs ul li:last-child {
        margin-bottom: 0;
    }
}

.nav-tabs ul li::before {
    position: absolute;
    height: 3px;
    background: #ffc300;
    width: 100%;
    content: "";
    transform: scale(0);
    line-height: 25px;
    bottom: 0;
}

@media screen and (max-width: 575px) {
    .nav-tabs ul li::before {
        display: none;
    }
}

.nav-tabs ul li:hover a {
    color: #ffc300;
}

.nav-tabs ul li:hover::before {
    transform: scale(1);
    transition: all ease-in-out 0.4s;
}

.nav-tabs ul li a {
    font-weight: 700;
    color: #000;
    line-height: 20px;
    letter-spacing: 0.02em;
    transition: all ease 0.4s;
}

.nav-tabs ul li:first-child {
    margin-left: 0;
}

.nav-tabs ul li:last-child {
    margin-right: 0;
}

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

.pricing__table {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.pricing__table .pricing--title {
    font-weight: 900;
    line-height: 1.5;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0;
    background: #ffc300;
}

.pricing__table .pricing--price {
    padding: 10px 0 20px;
    background: #009ded;
    color: #fcfcfc;
    text-align: center;
    height: 75px;
    line-height: 26px;
}

.pricing__table .pricing--price .price {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.12px;
    text-decoration: line-through;
    color: #000;
    margin-bottom: -15px;
}

.pricing__table .btn--thirty {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fffe03;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px 7px;
    letter-spacing: 2px;
}

.pricing__table .btn--thirty:hover {
    color: #fff;
    background: #009ded;
}

.pricing__table ul {
    text-align: left;
}

.pricing__table ul li {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pricing__table ul li .fas.fa-check-circle {
    color: #28a745;
    font-size: 18px;
    margin-right: 10px;
}

.pricing__table ul li strong {
    margin-right: 5px;
}

.pricing--price .price--sale {
    font-size: 26px;
    font-weight: 700;
    line-height: 58px;
}

.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 112px;
}

.pagination li i {
    color: #797979;
}

.pagination li a {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #212b36;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 8px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: all ease 0.3s;
    border: 1px solid #dfe3e8;
}

.pagination li a:hover {
    color: #fff;
    background: #ffc300;
    border: 1px solid #ffc300;
}

.pagination li a.active {
    color: #fff;
    background: #ffc300;
    border: 1px solid #ffc300;
}

.ourteam-title {
    margin-bottom: 74px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 38px;
    line-height: 44.53px;
    color: #292d32;
}

.ourteam-title--min {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23.44px;
    padding-left: 100px;
}

.ourteam .logo {
    padding-left: 100px;
}

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

.underline-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 18px;
    color: #000000;
    position: relative;
    margin-bottom: 55px;
}

.underline-title::before {
    position: absolute;
    width: 150px;
    background: #ffc300;
    height: 5px;
    bottom: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

#content1 {
    display: block;
}

#content2,
#content3,
#content4,
#content5 {
    display: none;
}

#accordian ul li {
    margin-bottom: 10px;
}

#accordian ul li.active .link a {
    color: #ffc300;
}

#accordian ul li.active .box-hide {
    display: block;
    visibility: visible;
    opacity: 1;
}

#accordian ul li .link {
    background-color: #f2f2f2;
    cursor: pointer;
    padding: 9px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    margin-bottom: 0;
}

#accordian ul li .link a {
    color: #009ded;
    transition: all ease 0.2s;
}

#accordian ul li .link a:hover {
    color: #ffc300;
}

#accordian ul li .box-hide {
    margin-bottom: 20px;
    color: #222;
    padding: 1.25rem;
    border: 1px solid #f7f7f7;
    transition: all ease 0.02s;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.more_less_action {
    text-align: center;
    color: #333 !important;
    display: block;
    font-weight: 600;
    font-size: 12px;
    position: relative;
}

.more_less_action.action_more::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    transform: translateY(-50%);
    right: 480px;
}

.more_less_action.action_less::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    top: 50%;
    transform: translateY(-50%);
    right: 490px;
}

.more_less_action.action_less {
    display: none;
}

.less_active .action_less {
    display: block;
}

.less_active .action_more {
    display: none;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 80px;
}

.data_more_less.action_disabled .more_less_action {
    display: none;
}

.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.main-website-content .news-download-file a {
    color: #222;
    font-weight: 600;
    display: block;
}

.box__content--table {
    padding-inline: 10px;
}

.fix__problem .problem__item {
    padding: 0;
    margin: 0;
}

.news .home-blog--title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-top: 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 50px;
}

.news .home-blog--title a {
    color: #000;
}

.news .blog-content {
    margin-top: 12px;
    margin-bottom: 46px;
}

.news .blog-content .name-title {
    font-weight: 600;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    margin-right: 15px;
    line-height: 22.4px;
    color: #797979;
}

.news .blog-content .name-title::before {
    position: absolute;
    content: ".";
    right: -10px;
    bottom: 0;
    line-height: 22.4px;
}

.news .blog-content .name-title a {
    color: #797979;
}

.news .blog-content .time {
    font-weight: 300;
    color: #797979;
    font-size: 14px;
}

.news .blog-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #797979;
    /* or 29px */
    letter-spacing: 0.02em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news .blog-content .blog-time {
    line-height: 22.4px;
    position: relative;
}

.news .blog-content .blog-time span {
    position: relative;
    z-index: 1;
    background: #fff;
}

.news .blog-content .blog-time i {
    color: #c4c4c4;
}

.news .blog-content .blog-time::before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #c4c4c4;
    width: 100%;
    line-height: 11.2px;
    top: 12px;
    z-index: 0;
}

.news .blog-content .blog-time img {
    margin-right: 8px;
}

.news .blog-content .blog-time .cout {
    color: #c4c4c4;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding-right: 16px;
    padding-left: 8px;
}

.discover {
    background: #f2f2f2;
    padding-top: 81px;
    padding-bottom: 50px;
}

.discover .main-title.center {
    font-size: 32px;
    line-height: 37.5px;
}

.discover .main-title.center::before {
    bottom: -14px;
}

.discover .item {
    margin-bottom: 29px;
}

.discover a {
    margin-bottom: 29px;
}

.discover a span {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000;
}

.discover a img {
    height: 16px;
    margin-right: 20px;
}

.banner-home {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    background-position: center center;
    padding-top: 160px;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 996px) {
    .banner-home {
        padding-top: 100px;
    }
}

.banner-home span.line {
    position: relative;
    width: 0;
}

@media screen and (max-width: 575px) {
    .banner-home span.line {
        margin-right: 32px;
    }
}

.banner-home span.line::before {
    position: absolute;
    content: "";
    height: 10px;
    background: #000;
    width: 185px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

@media screen and (max-width: 575px) {
    .banner-home span.line::before {
        width: 100px;
        left: 0;
    }
}

.banner-home .box-content {
    padding-top: 100px;
}

.banner-home .banner--slogan p {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 18px;
}

.banner-home .banner--img {
    position: relative;
}

@media screen and (max-width: 996px) {
    .banner-home .banner--img {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-home .banner--img .main__img {
        margin-left: 0;
    }
}

.banner-home .banner--img .top__img {
    position: absolute;
    top: -13.5rem;
}

.banner-home .banner--img .left--img {
    position: absolute;
    z-index: 5;
    text-align: right;
}

@media (max-width:767px) {
    .banner-home .banner--img .left--img {
        top: -40px;
    }
    .banner-home .banner--img .left--img img {
        height: 100px;
    }
    .banner-home .banner--img .main__img {
        margin-left: 0;
    }
}


/* @media screen and (max-width: 1400px) {
    .banner-home .banner--img .left--img {
        right: 175px;
    }
} */

.banner-home .banner--img .left--img img {
    -webkit-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;
}

.banner-home .banner--img .right--img {
    position: absolute;
    top: 0;
    right: 2.5rem;
}

@media screen and (max-width: 1400px) {
    .banner-home .banner--img .right--img {
        right: -55px;
    }
}

@media screen and (max-width: 575px) {
    .banner-home .banner--img .right--img {
        right: 0;
    }
}

.banner-home .banner--img .right--img .fl {
    -webkit-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;
}

.banner-home .banner--img .bottom--img {
    position: absolute;
    top: 20rem;
    transform: rotate(54.74deg);
    left: 0%;
    transform: translateX(-88%);
}

@media screen and (max-width: 996px) {
    .banner-home .banner--img .top__img {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .banner-home .banner--img .bottom--img {
        left: 50%;
        transform: translateX(-50%);
        top: 26rem;
    }
    .banner-home .box-content {
        padding-top: 0;
    }
}

.banner-home .banner--img .bottom--img img {
    animation: xoayvong 2s linear 0s infinite;
    -webkit-animation: xoayvong 2s linear 0s infinite;
    -moz-animation: xoayvong 2s linear 0s infinite;
    -o-animation: xoayvong 2s linear 0s infinite;
}

.banner-home .banner__main--title h2 span,
.banner-home .banner__main--title h2 {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffc300;
    cursor: pointer;
}

.banner-home .banner__main--title h2 span:first-child {
    color: #333;
    margin-right: 10px;
}


/* @media screen and (max-width: 1200px) {
    .banner-home .banner__main--title ul li {
        font-size: 58px;
    }
}

.banner-home .banner__main--title ul li.active {
    color: #ffc300;
}

.banner-home .banner__main--title ul li.active span {
    color: #ffc300 !important;
} */


/* .banner-home .banner__main--title ul li.active .line {
    width: 204px;
    margin-right: 40px;
    transition: all 0.75s;
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
    .banner-home .banner__main--title ul li.active .line {
        width: 150px;
    }
    .banner-home .banner__main--title ul li.active .line::before {
        width: 150px;
    }
}

.banner-home .banner__main--title ul li.active .line::before {
    background: #ffc300 !important;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 996px) {
    .banner-home .banner__main--title ul li.active .line::before {
        width: 100px;
    }
}

@media screen and (max-width: 996px) {
    .banner-home .banner__main--title ul li.active .line {
        width: 100px;
    }
} */

.banner-home .banner__main--title ul li img {
    margin-left: -50px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .banner-home .banner__main--title ul li img {
        margin-left: 0;
        margin-right: 30px;
    }
}

.banner-home .banner__mid--img {
    text-align: center;
    margin-top: 10rem;
}

.banner-home .banner__mid--img .ar {
    -webkit-animation: 1.5s infinite arrow;
    animation: 1.5s infinite arrow;
}

.banner-home .banner__bottom {
    display: flex;
    justify-content: space-between;
    background: var(--color-thirty);
    align-items: center;
    padding: 38px 68px;
    border-radius: 6px;
    margin-top: 50px;
}

.banner-home .banner__bottom p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
}

.banner-home .banner__bottom .banner__btn--contact {
    padding: 14px 44px;
    color: var(--color-white);
    text-transform: uppercase;
    border: 2px solid var(--color-thirty);
}

.banner-home .banner__bottom .banner__btn--contact:hover {
    border: 2px solid var(--color-white);
}

.story {
    margin: var(--spacing);
    margin-top: 0;
}

.story .main-title {
    margin-bottom: 46px;
    line-height: 45px;
}

.story .main-title::before {
    width: 255px;
    bottom: -15px;
}

.story .box--desc {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.story .box--desc p {
    margin-bottom: 0;
    text-align: justify;
}

.story .box--img {
    text-align: center;
}

.story .box__btn {
    margin-top: 31px;
}

.story .box__btn span {
    font-size: 16px;
    color: #ffc300;
}

.story .box__btn img {
    margin-right: 12px;
}

.service {
    overflow: hidden;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 15%, #f4f4f4 15%, #f4f4f4 85%, transparent 85%);
    color: #222;
}

.service .wrapper {
    padding-left: 35%;
    position: relative;
}

.service .service-info {
    width: 35%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 50px 0;
    max-width: 350px;
}


/* .service .service-info .box--title {
  max-width: 180px;
} */

.service .service-info h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 0;
}

@media screen and (max-width:1400px) {
    .service .service-info h3 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .service .service-info {
        width: 100%;
        position: unset;
        transform: unset;
        max-width: 100%;
        padding: 0;
    }
    .service .wrapper {
        padding: 15px;
    }
    .service .service-slider .service-item {
        margin-left: 0 !important;
        margin-right: 26px;
    }
    .service {
        background: #f9f9f9;
    }
    .story .box__btn {
        margin-top: 31px;
        text-align: center;
    }
}

.service .service-info p {
    text-align: justify;
    font-weight: 400;
    line-height: 25.6px;
}

.service .service-slider {
    width: 130%;
}

.service .service-slider .slick-list {
    padding: 20px 0;
}

.service .service-slider>a {
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: 0;
    max-width: 405px;
}

.service .service-slider .service-item {
    min-height: 400px;
    background: #fff;
    margin-left: 26px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 40px 15px;
    border-radius: 5px;
    max-width: 360px;
}

.service .service-slider .service-item .box__content {
    margin-top: 10px;
}

.service .service-slider .service-item .box__content h2 a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.service .service-slider .service-item .box__content h4 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.service .service-slider .service-item img {
    width: 96px;
    margin: 0 auto;
}

.service .service-slider .service-item:hover {
    background: #ffc300;
    cursor: pointer;
    color: #fff;
}

.service .service-slider .service-item:hover h2 a {
    color: #fff;
    transition: all 0s;
}

.service .service-slider .service-item:hover h4 {
    color: #fff;
}

.service .service-slider .service-item:hover img {
    filter: brightness(0) invert(1);
}

.service .service-slider .service-item:hover p {
    color: #fff;
}

.service .service-slider .service-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.service .service-slider .service-item .box--desc a {
    font-weight: 600;
    color: var(--third);
}

.service .service-slider .service-item:hover .box--desc a {
    color: var(--white);
}

@media screen and (max-width: 575px) {
    .service .service-info h3 {
        font-size: 20px;
    }
    .service .service-slider {
        width: 100%;
    }
    .service .service-slider .service-item {
        margin: 0 !important;
        max-width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    .service .service-slider .slick-list {
        padding: 5px;
    }
    .service .wrapper {
        padding: 15px 0;
    }
}

.project {
    margin: var(--spacing);
}

.project .home-projects--item {
    margin-bottom: 50px;
}

.project .home-projects--item .box--content {
    padding: 30px 60px;
}

@media (min-width:993px) {
    .project .home-projects--item:nth-child(odd) .vuta-row [class^="vuta-col-"]:first-child {
        order: 1;
    }
    .project .home-projects--item:nth-child(odd) .vuta-row [class^="vuta-col-"]:last-child {
        order: 2;
    }
    .project .home-projects--item:nth-child(even) .vuta-row [class^="vuta-col-"]:first-child {
        order: 2;
    }
    .project .home-projects--item:nth-child(even) .vuta-row [class^="vuta-col-"]:last-child {
        order: 1;
    }
}

@media (max-width:992px) {
    .project .home-projects--item:nth-child(odd) .vuta-row [class^="vuta-col-"]:first-child {
        order: 2;
    }
    .project .home-projects--item:nth-child(odd) .vuta-row [class^="vuta-col-"]:last-child {
        order: 1;
    }
    .project .home-projects--item:nth-child(even) .vuta-row [class^="vuta-col-"]:first-child {
        order: 2;
    }
    .project .home-projects--item:nth-child(even) .vuta-row [class^="vuta-col-"]:last-child {
        order: 1;
    }
    .project .home-projects--item {
        padding: 0 15px;
        margin-bottom: 0;
    }
    .project .home-projects--item .box--content {
        padding: 20px 0;
    }
    .project .home-projects--item p {
        margin-bottom: 15px !important;
    }
    .project .main-title--center {
        margin-bottom: 54px;
    }
}

.project .home-projects--item .project-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    margin-bottom: 17px;
}

.project .home-projects--item .project-name a {
    color: #000;
}

.project .home-projects--item p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 31px;
    /* or 26px */
    text-align: justify;
    letter-spacing: 0.02em;
}

.home-customer {
    margin: var(--spacing);
    padding-top: 40px;
}

.project .home-projects--item .box__btn span {
    font-size: 16px;
    color: #ffc300;
    font-weight: 500;
}

.project .home-projects--item .box__btn img {
    margin-right: 12px;
}

.project .box--btn {
    text-align: center;
    padding: 15px 40px;
}

@media screen and (max-width: 996px) {
    .home-customer {
        margin: 50px 0;
    }
}

.home-customer .feedback-slider img {
    margin: 0 auto;
    height: 75px;
}

.feedback .box--title {
    max-width: 380px;
    margin: 0 auto;
}

.feedback .main-title {
    text-align: center;
}

.feedback .main-title::before {
    left: 50%;
    transform: translateX(-50%);
}

.customer .main-title {
    text-align: center;
    margin: 0 auto;
    /* width: 380px; */
}

.customer .main-title::before {
    left: 50%;
    transform: translateX(-50%);
}

.customer .box--content {
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
}

.customer .box__item .box__item--item {
    background: #f4f4f4;
    margin: 10px;
    border-radius: 6px;
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.customer .box__item .box__item--item .box--img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.customer .box__item .box__item--item .box--img .custom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
    padding: 3px;
    height: 100px;
}

.customer {
    margin: var(--spacing) !important;
    padding-top: 40px;
}

.customer .box__item .box__item--item p {
    color: #000;
}

.customer .box__item .box__item--item .box__item--content {
    text-align: justify;
}

.customer .box__item .box__item--item .box__item--author {
    font-weight: 700;
}

.customer .box__item .box__item--item .box__item--author p {
    color: #ffc300;
    margin-bottom: 0;
}

.customer .box__item .box__item--item .box__item--duty {
    font-weight: 400;
}

.customer .box__item .box__item--item .box__item--duty p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}

.customer .box__item .box__item--item .custom {
    border-radius: 50%;
    border: 2px #ffc300 dashed;
}

.customer .slick-list {
    overflow: unset !important;
}

.core .main-title {
    margin-bottom: 42px;
    line-height: 44.35px;
}

.core .main-title::before {
    width: 255px;
    bottom: -7px;
}

.core .box--desc p {
    max-width: 530px;
}

.core ul li {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    padding-top: 21px;
}

.core ul li span {
    color: #000;
}

.core ul li img {
    margin-right: 17px;
}

.home-blog {
    margin: var(--spacing);
}

.home-blog .main-title--center p {
    max-width: 366px;
}

.home-blog .box--btn {
    padding: 15px 40px;
    text-align: center;
    margin-top: 12px;
}

.ourteam {
    background-image: url(../images/bg-ourteam.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.ourteam .box-img {
    position: relative;
    width: 100%;
}

.ourteam .box-img .bg-1 {
    position: absolute;
    z-index: 0;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
}

.ourteam .box-img .bg-2 {
    position: absolute;
    z-index: 1;
}

.ourteam .box-img .bg-3 {
    position: relative;
    top: -230px;
    scale: 0.8;
}

.ourteam {
    min-height: 900px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.ourteam .box-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    background-color: #fff;
    text-align: center;
    padding: 10px 5px;
    min-width: 200px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    display: none;
    transition: all ease 0.4s;
    border-radius: 4px;
}

.ourteam .box-content .box-item {
    position: relative;
}

.ourteam .box-content .box-item .close-btn {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #ffc300;
    line-height: 17px;
    border-radius: 50%;
    top: -20px;
    right: -14px;
    z-index: 999;
    font-weight: 400;
    background: #ffc300;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.ourteam .box-content span {
    display: block;
}

.ourteam .box-content span.name {
    color: #ffc300;
}

.ourteam .box-content span.cv {
    font-style: italic;
    color: #000;
}

@media screen and (max-width: 767px) {
    .ourteam {
        min-height: 700px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam {
        min-height: 500px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam {
        min-height: 400px;
    }
}

.ourteam .main-section {
    text-align: center;
    margin: 0 auto;
}

.ourteam .main-section .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.ourteam .main-section .wrapper::before {
    position: absolute;
    content: "";
    border: 3px dashed #ffc300;
    inset: 0;
    border-radius: 50%;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
}

.ourteam .main-section .bg-img {
    height: 90px;
    width: 90px;
    aspect-ratio: 1/1;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img {
        height: 70px;
        width: 70px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img {
        height: 55px;
        width: 55px;
    }
}

.ourteam .main-section .bg-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.ourteam .main-section .bg-img.bg-1 {
    left: 250px;
    top: -130px;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-1 {
        left: 200px;
        top: -100px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-1 {
        left: 110px;
        top: -90px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-1 {
        left: 140px;
        top: -90px;
    }
    .ourteam .main-section .bg-img.bg-1 .box-content {
        right: 0;
        transform: unset;
        left: unset;
    }
}

.ourteam .main-section .bg-img.bg-2 {
    top: 210px;
    left: -170px;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-2 {
        top: 200px;
        left: -105px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-2 {
        top: 115px;
        left: -80px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-2 {
        top: 130px;
        left: -100px;
    }
    .ourteam .main-section .bg-img.bg-2 .box-content {
        left: 0;
        transform: unset;
    }
    .ourteam .main-section .bg-img.bg-2 .box-content .close-btn {
        left: -14px;
    }
}

.ourteam .main-section .bg-img.bg-3 {
    top: 50%;
    left: 415px;
    transform: translateY(-50%);
}

@media screen and (max-width: 996px) {
    .ourteam .main-section .bg-img.bg-3 .box-content {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-3 {
        left: 335px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-3 {
        left: 210px;
    }
    .ourteam .main-section .bg-img.bg-3 .box-content {
        right: 50%;
        left: unset;
        transform: unset;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-3 {
        left: 110px;
    }
}

.ourteam .main-section .bg-img.bg-4 {
    top: -130px;
    left: -170px;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-4 {
        top: -100px;
        left: -105px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-4 {
        top: -90px;
        left: -80px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-4 {
        top: -90px;
        left: -100px;
    }
    .ourteam .main-section .bg-img.bg-4 .box-content {
        left: 0;
        transform: unset;
    }
    .ourteam .main-section .bg-img.bg-4 .box-content .close-btn {
        left: -14px;
    }
}

.ourteam .main-section .bg-img.bg-5 {
    top: 50%;
    left: -330px;
    transform: translateY(-50%);
}

@media screen and (max-width: 996px) {
    .ourteam .main-section .bg-img.bg-5 .box-content {
        left: 0;
        transform: unset;
    }
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-5 {
        left: -240px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-5 {
        left: -185px;
    }
    .ourteam .main-section .bg-img.bg-5 .box-content {
        transform: unset;
    }
    .ourteam .main-section .bg-img.bg-5 .box-content .close-btn {
        left: -14px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-5 {
        left: -65px;
    }
}

.ourteam .main-section .bg-img.bg-7 {
    top: -327px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-7 {
        top: -235px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-7 {
        top: -185px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-7 {
        top: -65px;
    }
}

.ourteam .main-section .bg-img.bg-8 {
    left: 250px;
    top: 210px;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-8 {
        left: 200px;
        top: 200px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-8 {
        left: 110px;
        top: 115px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-8 {
        left: 140px;
        top: 130px;
    }
    .ourteam .main-section .bg-img.bg-8 .box-content {
        right: 0;
        transform: unset;
        left: unset;
    }
}

.ourteam .main-section .bg-img.bg-6 {
    top: 415px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .bg-img.bg-6 {
        top: 335px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .bg-img.bg-6 {
        top: 210px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .bg-img.bg-6 {
        top: 110px;
    }
    .ourteam .main-section .bg-img.bg-6 .box-content {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: calc(100% + 10px) !important;
    }
}

.ourteam .main-section .bg-img.bg-6 .box-content {
    position: absolute;
    top: calc(100% - 65px);
    background-color: #fff;
    text-align: center;
    padding: 10px 5px;
    min-width: 200px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    display: none;
    transition: all ease 0.4s;
    border-radius: 4px;
    left: -105px;
}

.ourteam .main-section .bg-img.bg-6 .box-content .close-btn {
    left: -14px;
}

.ourteam .main-section .round-1,
.ourteam .main-section .round-2,
.ourteam .main-section .round-3 {
    height: 750px;
    width: 750px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .round-1,
    .ourteam .main-section .round-2,
    .ourteam .main-section .round-3 {
        height: 575px;
        width: 575px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .round-1,
    .ourteam .main-section .round-2,
    .ourteam .main-section .round-3 {
        height: 400px;
        width: 400px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .round-1,
    .ourteam .main-section .round-2,
    .ourteam .main-section .round-3 {
        height: 330px;
        width: 330px;
    }
}

.ourteam .main-section .round-2 {
    width: 550px;
    height: 550px;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .round-2 {
        height: 430px;
        width: 430px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .round-2 {
        height: 280px;
        width: 280px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .round-2 {
        height: 250px;
        width: 250px;
    }
}

.ourteam .main-section .round-3 {
    width: 350px;
    height: 350px;
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .round-3 {
        height: 300px;
        width: 300px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .round-3 {
        height: 185px;
        width: 185px;
    }
}

@media screen and (max-width: 440px) {
    .ourteam .main-section .round-3 {
        height: 175px;
        width: 175px;
    }
}

.ourteam .main-section .center-img {
    width: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
    .ourteam .main-section .center-img {
        width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .ourteam .main-section .center-img {
        width: 100px;
    }
}

.clearfix {
    background-image: url(../images/bg-ourteam.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: none;
}


/* Solar System Styles */

ul.solarsystem {
    position: relative;
    height: 780px;
    list-style: none;
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;
    overflow: hidden;
}

ul.solarsystem li {
    text-indent: -9999px;
    display: block;
    position: absolute;
    border: 2px solid #394057;
    /*    opacity: 0.7;*/
}

ul.solarsystem li span {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.solarsystem li.active {
    border-color: #aa4200;
}

ul.solarsystem li.active.sun,
ul.solarsystem li.active span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

ul.solarsystem li.active.sun span,
ul.solarsystem li.active.earth .moon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

ul.solarsystem li.sun {
    height: 100px;
    width: 100px;
    background-image: url(../images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    top: 320px;
    left: 489px;
    border: none;
    -webkit-box-shadow: 0 0 50px #c90;
    -moz-box-shadow: 0 0 50px #c90;
    box-shadow: 0 0 50px #c90;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.solarsystem li.sun span {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

ul.solarsystem li.mercury {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    top: 270px;
    left: 430px;
    z-index: 99;
}

ul.solarsystem li.mercury span {
    background: #b6bac5;
    top: 10px;
    left: 10px;
}

ul.solarsystem li.venus {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 82px;
    -moz-border-radius: 82px;
    border-radius: 82px;
    top: 240px;
    left: 400px;
    z-index: 98;
}

ul.solarsystem li.venus span {
    background: #bf8639;
    top: 118px;
    left: 5px;
}

ul.solarsystem li.earth {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 273px;
    left: 438px;
    z-index: 97;
}

ul.solarsystem li.earth span {
    background: #06c;
    top: 0;
    left: 5px;
}

ul.solarsystem li.earth span.moon {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ccc;
    top: 12px;
    left: 12px;
}

ul.solarsystem li.mars {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    top: 230px;
    left: 396px;
    z-index: 96;
}

ul.solarsystem li.mars span {
    background: #aa4200;
    top: -15px;
    left: 175px;
}

ul.solarsystem li.asteroids_meteorids {
    top: 155px;
    left: 315px;
    z-index: 1;
    background: url(http://neography.com/experiment/circles/solarsystem/asteroids_meteorids.png) no-repeat 0 0;
    width: 330px;
    height: 330px;
    -webkit-border-radius: 165px;
    -moz-border-radius: 165px;
    border-radius: 165px;
    border: none;
}

ul.solarsystem li.jupiter {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    top: 187px;
    left: 355px;
    z-index: 95;
}

ul.solarsystem li.jupiter span {
    background: #e0ae6f;
    top: 30px;
    left: 24px;
}

ul.solarsystem li.saturn {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    top: 150px;
    left: 317px;
    z-index: 94;
}

ul.solarsystem li.saturn span {
    background: #dfd3a9;
    top: -2px;
    left: 300px;
}

ul.solarsystem li.saturn span.ring {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: none;
    border: 2px solid #5a4e34;
    left: -3px;
    top: -3px;
    -webkit-transform: skewY(50deg);
    -moz-transform: skewY(50deg);
    -o-transform: skewY(50deg);
    transform: skewY(50deg);
}

ul.solarsystem li.uranus {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    top: 113px;
    left: 277px;
    z-index: 93;
}

ul.solarsystem li.uranus span {
    background: #82b3d1;
    top: -20px;
    left: 300px;
}

ul.solarsystem li.neptune {
    width: 630px;
    height: 630px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 72px;
    left: 234px;
    z-index: 92;
}

ul.solarsystem li.neptune span {
    background: #77c2ec;
    top: -15px;
    left: 200px;
}

ul.solarsystem li.pluto {
    width: 720px;
    height: 720px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 50%;
    top: 30px;
    left: 190px;
    z-index: 91;
}

ul.solarsystem li.pluto span {
    background: #7c6a5c;
    top: 79px;
    left: 79px;
}

ul#descriptions {
    position: absolute;
    top: 150px;
    right: 100px;
    list-style: none;
}

ul#descriptions li {
    margin-bottom: 15px;
}

ul#descriptions h2 {
    cursor: pointer;
    color: #386077;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-size: 20px;
    position: relative;
    z-index: 101;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-bottom: -15px;
}

ul#descriptions h2:hover {
    color: #aa4200;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

ul#descriptions li p {
    position: absolute;
    left: -250px;
    top: 0;
    width: 200px;
    display: inline;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #0f132c;
    padding: 30px;
    color: #767892;
    line-height: 1.7;
    z-index: 100;
    border: 1px solid #1c203c;
}

ul#descriptions h2:hover+p {
    visibility: visible;
    opacity: 0.9;
    left: -280px;
}


/* CSS3 Animations */

ul.solarsystem li {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-name: orbit;
}

ul.solarsystem li.earth span {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: moon;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-name: moon;
}

ul.solarsystem li.mercury {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
}

ul.solarsystem li.venus {
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
}

ul.solarsystem li.earth {
    -webkit-animation-duration: 12s;
    -moz-animation-duration: 12s;
}

ul.solarsystem li.earth span {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
}

ul.solarsystem li.mars {
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
}

ul.solarsystem li.asteroids_meteorids {
    -webkit-animation-duration: 50s;
    -moz-animation-duration: 50s;
}

ul.solarsystem li.jupiter {
    -webkit-animation-duration: 30s;
    -moz-animation-duration: 30s;
}

ul.solarsystem li.saturn {
    -webkit-animation-duration: 60s;
    -moz-animation-duration: 60s;
}

ul.solarsystem li.uranus {
    -webkit-animation-duration: 70s;
    -moz-animation-duration: 70s;
}

ul.solarsystem li.neptune {
    -webkit-animation-duration: 100s;
    -moz-animation-duration: 100s;
}

ul.solarsystem li.pluto {
    -webkit-animation-duration: 120s;
    -moz-animation-duration: 120s;
}

@-webkit-keyframes orbit {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes moon {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes orbit {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes moon {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@media screen and (max-width: 767px) {
    .main-title,
    .main-title--center,
    .project .main-title--center {
        font-size: 26px;
    }
    .home-customer {
        margin: 15px 0 !important;
        padding: 0 !important;
    }
    .main-title p,
    .main-title--center p,
    .project .main-title--center p {
        padding-block: 0;
        line-height: 28px;
    }
    .main-title::before,
    .main-title--center::before,
    .project .main-title--center::before {
        bottom: -10px !important;
    }
    .customer {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .core .box--img {
        width: 75%;
        margin: 10px auto;
    }
}