.icon_usr h3 {
    font-size: 150px;
    color: #fff;
}
.icon_usr {
    display: flex;
    align-items: center;
}
.row .icon-box-img img, .row .icon-box-img svg {
    padding-top: 0;
    border-radius: 999px;
}
.sub_icons h3 {
    font-size: 155px;
    color: #fff;
    margin-top: -65px;
}
.row .btn_cliskj {
    background-color: #dd4242;
    width: 210px;
    min-width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid #dd4242;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-right: 0;
}
.row .btn_cliskj {
    position: relative;
    transition: transform 0.2s ease-out;
    will-change: transform;
    transform: perspective(200px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}
.row .btn_cliskj span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
}

.row .btn_cliskj span:after {
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}
.row_cts .col-inner:after {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #343434;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/* .row .btn_cliskj:after {
    content: "";
    width: 236px;
    min-width: 236px;
    height: 236px;
    border: 1px solid #ddd;
    border-radius: 9999px;
    position: absolute;
} */
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: unset !important;
}

/*css button folow*/
.row .btn_fb_fls {
    border: 1px solid #ffffff99;
    padding: 5px 23px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 99px;
    margin: 0;
}
.row .btn_fb_fls span {
    position: relative;
    padding-left: 10px;
    font-weight: normal;
}
.row .btn_fb_fls span:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    z-index: 999;
    position: relative;
    left: -15px;
    top: 0px;
}
.row .btn_fb_fls span:after {
    content: "";
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255);
    position: absolute;
    left: -15px;
    border-radius: 999px;
    top: -2px;
}
.row .btn_Twitter span:before {
    content: "\f099";
    left: -20px;
}
.row .btn_Instagram span:before {
    content: "\f16d";
    left: -18px;
    top: 1px;
}
.row .btn_Dribbble span:before {
    content: "\f17d";
    left: -19px;
    top: 0px;
}
.row_fls .col .col-inner {
    display: flex;
    gap: 20px;
}