﻿.feature-one{position:relative;display:block;padding:50px 0 50px;z-index:1}.feature-one__shape-1{position:absolute;top:-38px;left:0;width:300px;height:700px;transform:rotate(-28deg);background:#6E54F3;background:linear-gradient(0deg,rgba(110,84,243,0) 22%,rgba(110,84,243,.08) 100%);clip-path:polygon(0 0,49% 0,76% 100%,23% 100%);z-index:-1}.feature-one__shape-2{position:absolute;width:481px;height:448px;right:-221px;bottom:0;background:rgba(110,84,243,0.18);filter:blur(170px);border-radius:50%;z-index:-1}.feature-one__shape-3{position:absolute;bottom:50px;left:40%;opacity:.50;z-index:-1}.feature-one__shape-3 img{width:auto}
/*.feature-one__single{position:relative;display:block;border-radius:10px;text-align:center;padding:40px 40px 39px;margin-bottom:30px;z-index:1;background-color:var(--itzone-white);box-shadow:0 10px 60px 0 rgb(0 0 0 / 7%)}
*/
/*.feature-one__img{position:relative;display:block;width:150px;margin:0 auto 0}.feature-one__img img{width:100%}*/
.feature-one__img {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    margin: 0 auto 21px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.feature-one__img:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px 100px 0px 100px;
    opacity: .03;
    -webkit-transition: all .5s;
    transition: all .5s;
    background:#333;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.feature-one__img img {
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 1;
}
.feature-one__img2 {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    margin: 0 auto 21px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.feature-one__img2:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px 0px 100px 100px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background:#f1fcfe;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.feature-one__img2 img {
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 1;
}
.feature-one__img3 {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    margin: 0 auto 21px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.feature-one__img3:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px 100px 100px 100px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background:#fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.feature-one__img3 img {
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 1;
}
.feature-one__title{font-size:18px;font-weight:700;margin-top:30px;margin-bottom:15px;text-transform:capitalize}.feature-one__title a{color:var(--itzone-black)}.feature-one__title a:hover{color:var(--itzone-base)}
.feature-one__single .txt {
    width: calc( 57% - 60px );
    position: relative;
    padding-left: 60px;
}
.feature-one__single .txt .ic {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 0;
}
.feature-one__single .txt b {
    color: #0068d7;
    font-size: 32px;
    font-weight: bold; line-height:40px;
}
.feature-one__single .txt i {
    display: block;
    color: #333;
    margin-bottom: 40px;
    font-size: 19px;
    margin-top: 14px;
}
.feature-one__single .txt p {
    position: relative;
    padding-left: 17px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    font-size: 18px;
}
.feature-one__single .pic {
    width: 48%;
}
.feature-one__single .fl {
    float: left;
}
.feature-one__single .fr {
    float: right;
}
.feature-one__single .fr img{ max-width:100%}
.feature-one__single {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 60px;
    margin-bottom: 30px;
    z-index: 1;
    background-color: var(--itzone-white);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 7%);
    margin: 1%;
    width: 48%;
}
.feature-one__singlo {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 20px; min-height:360px;
    margin-bottom: 30px;
    z-index: 1;
	background:#fff;
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 7%);
}
.feature-one__singlo::before {
}
.feature-one__single .txt p::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ff722f;
}

.feature-one__singlo2 {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 32px;
    min-height: 413px;
    margin-bottom: 30px;
    z-index: 1;
    background: linear-gradient(-45deg,#b4c8dd36 20%,#7b9ecf29 50%,#afaef036 100%);
    /* opacity: .6; */
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 7%);
}
@media only screen and (max-width: 767px){
.feature-one__single .txt { width:100%;}
.feature-one__single .pic { width:100%;}
}