body, body.home{background-color:#070127 !important;}
.b-skills{
    padding-top: 46px;
    text-align: center;
    margin-top: 50px;
}
.skill-item {
     position: relative;
    margin-bottom: 30px;
    color: #555;
    display: inline-block;
    padding: 10px;
    background-color: #1b0941;
    margin: 35px 0;
    border-radius: 146px;
    height: 240px;
    width: 240px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-out;
}
.skill-item:hover{
-webkit-box-shadow: 10px -10px 20px 9px #1996E0, -7px 7px 20px 15px #E207D8; 
box-shadow: 10px -10px 20px 9px #1996E0, -7px 7px 20px 15px #E207D8;
transition: box-shadow 500ms;
}

.gradian-overly {
    margin: 50px 0;
}
.owl-item.center .skill-item {
     position: relative;
    margin-bottom: 30px;
    color: #555;
    display: inline-block;
    padding: 10px;
    background-color: #1b0941;
    margin: 0px;
    border-radius: 146px;
    height: 300px;
    width: 300px;
    -webkit-box-shadow: 10px -10px 20px 9px #1996E0, -7px 7px 20px 15px #E207D8; 
box-shadow: 10px -10px 20px 9px #1996E0, -7px 7px 20px 15px #E207D8;
}
.skill-item img{
    height: 45px;
    width: 45px !important;
    margin: 20px auto;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
.owl-item.center .skill-item img{
  height: 60px;
  width: 60px !important;
  margin: 10px auto;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  position: absolute;
  left: 0;
  right: 0;
}
.skill-item h2{color: #fff;font-size: 24px;position: absolute;font-weight: 900;left: 0;right: 0;top: 30%;text-transform: uppercase;}
.owl-item.center .skill-item h2{color: #fff;font-size: 30px;font-weight: 900;top: 28%;}
.autoplay-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    display: none;
}
.owl-item.center .autoplay-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24%;
    display: block;
}

.owl-item.center .autoplay-text p{
    text-transform: uppercase;
    font-size: 14px;
    color: #3b26a9;
    font-weight: 700;
    padding: 0px 55px;
    display: none;
}
.read-more{display: none;}
.owl-item.center .read-more {
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    right: -10px;
    background-color: #5b28e2;
    border-radius: 50px;
    z-index: 99999;
    animation: 3s ease-in 1s;
    position: absolute;
    bottom: 10px;
    padding: 20px;
}
.owl-item.center .read-more a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;

}
.owl-item.active.center .circle-progress{
     display: block;
}
.circle-progress{
    display: none;
    width: 250px;
    height: 250px;
    line-height: 250px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    top:15px;
}
.circle-progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #160a52;
    position: absolute;
    top: 0;
    left: 0;
}
.circle-progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.circle-progress .circle-progress-left{
    left: 0;
}
.circle-progress .circle-progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.circle-progress .circle-progress-left .circle-progress-bar{
    left: 100%;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.circle-progress .circle-progress-right{
    right: 0;
}
.circle-progress .circle-progress-right .circle-progress-bar{
    left: -100%;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 3.2s linear forwards;
}
.circle-progress .circle-progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.circle-progress .circle-progress-bar{
    border-color: #4e28bb;
}
.circle-progress-left .circle-progress-bar{
    animation: loading-2 2.9s linear forwards 3.2s;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 990px){
    .circle-progress{ margin-bottom: 20px; }
}

/*--------------------------------------
    Tablet Layout: 768px.
-----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

.skill-item {
    height: 190px;
    width: 190px;
}
.owl-item.center .skill-item {
    margin-bottom: 30px;
    height: 230px;
    width: 230px;
    top: 15px;
}

.circle-progress {
    display: none;
    width: 190px;
    height: 190px;
    top: 10px;
}
.skill-item img {
    top: 30px;
}
.skill-item h2 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    font-weight: 900;
    left: 0;
    right: 0;
    top: 25%;
}
.owl-item.center .skill-item h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    top: 24%;
}
.owl-item.center .read-more {
    display: block;
    height: 70px;
    width: 70px;
    bottom: 10px;
    padding: 10px;
}
.owl-item.center .autoplay-text {
    bottom: 18%;
}
.owl-item.center .autoplay-text {
    font-size: 12px;
}



}
/*--------------------------------------
    Mobile Layout: 320px.
-----------------------------------------*/

@media only screen and (max-width: 767px) {

.owl-item.active .circle-progress{
     display: block;
}
.owl-item .skill-item h2{top: 45%;}
.owl-item .autoplay-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    display: block;
}

.owl-item .autoplay-text p{
    text-transform: uppercase;
    font-size: 14px;
    color: #3b26a9;
    font-weight: 700;
    padding: 0px 55px;
    display: none;
}
.owl-item .read-more {
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    right: -3px;
    background-color: #5b28e2;
    border-radius: 50px;
    z-index: 99999;
    animation: 3s ease-in 1s;
    position: absolute;
    bottom: 5px;
    padding: 12px;
}
.owl-item .read-more a{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;

}
.owl-item .skill-item {
    -webkit-box-shadow: 10px -10px 20px 9px #1996E0, -7px 7px 20px 15px #E207D8; 
box-shadow: 10px -10px 20px 9px #1996E0, -7px 7px 20px 15px #E207D8;
}
.circle-progress {
    display: none;
    width: 200px;
    height: 200px;
    top: 10px;
}
.skill-item img {
    top: 40px;
}

}
/*--------------------------------------
        Wide Mobile Layout: 480px
-----------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/*--------------------------------------
        Wide Mobile Layout: 480px
-----------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
.owl-item .skill-item h2 {
    top: 34%;
}
}
/*--------------------------------------
        Wide Mobile Layout: 480px
-----------------------------------------*/

@media only screen and (min-width: 699px) and (max-width: 767px) {
.owl-item .skill-item h2 {
    top: 25%;
}
}