@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Courgette&subset=latin-ext');
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.profile-card {
   border: none;
   box-shadow: 5px 4px 20px #c3c3c3;
   background-color: white;
}
.content1-block {
   min-height: 300px;
}
.tabpanel b, strong {
       line-height: 35px;
    font-weight: 500;
    color: #aa3675;
}
.image-block{    height: 350px;
    overflow: hidden;border-right: 2px solid #e9e9ea;}
.btn-grad {
   background-image: linear-gradient(to right, #c6c2e7 0%, #aea7cd 51%, #c8c3eb 100%) !important;
   margin: 10px 0;
   padding: 30px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s !important;
   background-size: 200% auto;
   color: white;
   border-radius: 10px;
   display: block;
}
.btn-grad:focus {
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.btn-grad:hover {
   background-position: right center !important;
}
.tab1 .nav-tabs li a {
   color: #fff;
      padding: 10px 17px;
    margin-right: 6px;
    background: #a12066;
    border: none;
    border-radius: 0;
    opacity: 0.9;
   position: relative;
   transition: all 0.3s ease 0s;
}
.tab1 .nav-tabs {
   border-bottom: 0px !important;
}
.tab1 .nav-tabs li a:hover {
    background: #a31f66db;
   opacity: 0.8;
}
.tab1 .nav-tabs li.active a {
   opacity: 1;
}
.tab1 .nav-tabs li.active a,
.tab1 .nav-tabs li.active a:hover,
.tab1 .nav-tabs li.active a:focus {
   color: #fff;
   background: #ac1d66;
   border: none;
   border-radius: 0;
}
.tab1 .nav-tabs li a:before,
.tab1 .nav-tabs li a:after {
   content: "";
   border-top: 42px solid transparent;
   position: absolute;
   top: -2px;
}
.tab1 .nav-tabs li a i,
.tab1 .nav-tabs li.active a i {
   display: inline-block;
   padding-right: 5px;
   text-shadow: none;
}
.tab1 .nav-tabs li a span {
   display: inline-block;
     font-size: 17px;
    margin-left: 6px;
   letter-spacing: -9px;
   opacity: 0;
   transition: all 0.3s ease 0s;
}
.tab1 .nav-tabs li a:hover span,
.tab1 .nav-tabs li.active a span {
   letter-spacing: 1px;
   opacity: 1;
   transition: all 0.3s ease 0s;
}
.tab1 .tab-content {
   background: #fff;
   color: grey;
   line-height: 25px;
}
.tab1 .tab-content h3 {
   margin-top: 0;
}
@media only screen and (max-width: 479px) {
   .tab1 .nav-tabs li {
      width: 100%;
      margin-bottom: 5px;
      text-align: left;
   }
   .tab1 .nav-tabs li a span {
      letter-spacing: 1px;
      opacity: 1;
   }
   .afull {
      width: 100%;
   }
}
.scrollbar-1 {
 /*  float: left;*/
   height: 280px;
   overflow-y: scroll;
   overflow-x: hidden;
}
#Section1::-webkit-scrollbar-track,
#Section2::-webkit-scrollbar-track,
#Section3::-webkit-scrollbar-track {
   border-radius: 3px;
   background-color: #F5F5F5;
}
#Section1::-webkit-scrollbar,
#Section2::-webkit-scrollbar,
#Section3::-webkit-scrollbar {
   width: 5px;
   background-color: #F5F5F5;
}
#Section1::-webkit-scrollbar-thumb,
#Section2::-webkit-scrollbar-thumb,
#Section3::-webkit-scrollbar-thumb {
   border-radius: 3px;
   background-color: rgba(0, 0, 0, .1);
}
.form-control {
   height: 40px;
   box-shadow: none;
   color: #969fa4;
}
.form-control:focus {
   border-color: #5cb85c;
}
.form-control {
   border-radius: 3px;
}
.signup-form h2 {
   color: #636363;
   margin: 0 0 40px;
   position: relative;
   text-align: center;
   font-family: 'Courgette', cursive;
}
.signup-form .form-group {
   margin-bottom: 20px;
}
.signup-form a {
   color: #fff;
   text-decoration: underline;
}
.signup-form a:hover {
   text-decoration: none;
}
.signup-form form a {
   color: #5cb85c;
   text-decoration: none;
}
.signup-form form a:hover {
   text-decoration: underline;
}
.form-control:focus {
   color: none !important;
   background-color: #fff;
   border-color: #c5c1e6 !important;
   outline: 0;
   box-shadow: 1px 1px 3px #c5c1e6 !important;
}
.hr-text,
.hr-text-1 {
   line-height: 1em;
   position: relative;
   outline: 0;
   border: 0;
   color: black;
   text-align: center;
   height: 1.5em;
   opacity: 1;
}
.hr-text-1:before,
.hr-text:before {
   content: '';
   background: linear-gradient(to right, transparent, #818078, transparent);
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   height: 1px;
}
.hr-text-1:after,
.hr-text:after {
   content: attr(data-content);
   position: relative;
   color: #636363;
   padding: 0.5em;
   line-height: 1.0em;
   background-color: #ffffff;
   font-size: 20px;
}
.contact-header,
.hr-text-1:after {
   font-size: 26px;
   font-family: 'Courgette', cursive;
}
row-images {
   display: -ms-flexbox;
   /* IE10 */
   display: flex;
   -ms-flex-wrap: wrap;
   /* IE10 */
   flex-wrap: wrap;
   padding: 0 4px;
}
.column-images {
   /* -ms-flex: 25%;*/
   width: 100%;
    /* flex: 25%; */
    /* max-width: 25%; */
    /* padding: 0 4px; */
 /*   display: -webkit-inline-box;*/
}
.colo-txt{    color: #3f3b3d;
    font-size: 17px;
    line-height: 35px;}
.column-images img {
   margin-top: 14px;
   vertical-align: middle;
}
@media screen and (max-width: 800px) {
   .column-images {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
   }
}
@media screen and (max-width: 600px) {
   .column-images {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
   }
}
figure.Limage {
   position: relative;
   float: left;
       width: 100%;
   overflow: hidden;
   background: #ffffff;
   color: #000000;
}
figure.Limage * {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
}
figure.Limage img {
 /*  max-width: 100%;*/
     width: 100%;
   position: relative;
   display: block;
}
figure.Limage:before {
   position: absolute;
   content: '';
   height: 100%;
   width: 90%;
   z-index: 1;
   left: -20%;
   background: rgba(255, 255, 255, 0.7);
   border: 1px solid #fff;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: skewX(-30deg) translateX(-80%);
   transform: skewX(-30deg) translateX(-80%);
   -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
   box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
}
.pic-icon{    text-align: -webkit-center;
    font-size: 26px;
    color: white;
    z-index: 9999;
    background: #ac1d66;}
figure.Limage figcaption {
   padding-left: 37px;
   position: absolute;
   left: 0;
   top: 25%;
   width: 66%;
   z-index: 1;
   opacity: 0;
}
figure.Limage figcaption h2,
figure.Limage figcaption p {
   margin: 0;
   text-align: left;
   padding: 5px 0 0;
   width: 100%;
}
figure.Limage figcaption h2 {
   font-size: 1.4em;
   font-weight: 300;
   letter-spacing: 3px;
   text-transform: uppercase;
}
figure.Limage figcaption h2 span {
   font-weight: 800;
}
figure.Limage figcaption p {
   font-weight: 500;
   font-size: 0.95em;
/*   opacity: 0.8;*/
       color: #ac1d66;
}
figure.Limage figcaption .icons {
   width: 100%;
   padding: 8px 0;
}
figure.Limage figcaption .icons i {
   display: inline-block;
   font-size: 20px;
   background: #000000;
   color: #ffffff;
   margin-right: 10px;
   opacity: 0;
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 19px;
   border-radius: 50%;
}
figure.Limage figcaption a {
   opacity: 0.7;
}
figure.Limage figcaption a:hover {
   opacity: 1;
}
figure.Limage.purp .icons i {
   background:#ac1d66;
}
figure.Limage:hover figcaption,
figure.Limage.hover figcaption,
figure.Limage:hover .icons i,
figure.Limage.hover .icons i {
   opacity: 1;
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
figure.Limage:hover:before,
figure.Limage.hover:before {
   -webkit-transform: skewX(-30deg) translateX(0px);
   transform: skewX(-30deg) translateX(0px);
}
.ion-social-facebook:before,
.ion-social-twitter:before,
.ion-social-instagram:before {
   position: relative;
   top: 25%;
}
.afull i:before {
   font-size: 21px;
}
.icon-1 {
   position: relative;
   top: 1px;
}
.icon-2 {
   position: relative;
   top: 2px;
}


.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
    height: 350px;;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
  /*  height: 100%;*/
    border-radius: 6px;
    pointer-events: none;
}

.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card img {
    /*width: 100%;
    height: auto;*/
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
    margin-top: 15px;
}

.card .ftr div {
    display: inline-block;
}

.card .ftr .author {
    color: #888;
}

.card .ftr .stats {
    float: right;
    line-height: 30px;
}

.card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}


/* ============ Card Table ============ */

.table {
    margin-bottom: 0px;
}

.card .table {
    padding: 15px 30px;
}

.card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
    color: #FFFFFF;
}

.card [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
    color: #FFFFFF;
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}


/* ============ Card Blog ============ */

.card-blog {
    margin-top: 30px;
}

.card-blog .card-caption {
    margin-top: 5px;
}

.card-blog .card-image + .category {
    margin-top: 20px;
}

.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/* ============ Card Background ============ */

.card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
}

.card-background .table {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small {
    color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
    color: #FFFFFF;
    margin-top: 10px;
}

.card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    table: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}


/* ============ Card Profile ============ */

.card-profile {
    margin-top: 30px;
    text-align: center;
}


/* ============ Card Category ============ */

.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}


/* ============ Card Author ============ */

.card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author a {
    color: #333;
    text-decoration: none;
}

.card .author a .ripple-cont {
    display: none;
}


/* ============ Card Product ============ */

.card-product {
    margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
    padding: 0;
}

.card-product .ftr {
    margin-top: 5px;
}

.card-product .ftr .stats {
    margin-top: 4px;
    top: 0;
}

.card-product .ftr h4 {
    margin-bottom: 0;
}

.card-product .card-caption,
.card-product .category,
.card-product .card-description {
    text-align: center;
}

.card-description p {
    color: #888;
}

.card-caption,
.card-caption a {
    color: #333;
    text-decoration: none;
}

.card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}


/* ============ Card Testimonial ============ */

.card-testimonial {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
    margin-left: 6px;
    margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
    margin-top: 0;
}

.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
}

.card-testimonial .card-description {
    font-style: italic;
}

.card-testimonial .card-description + .card-caption {
    margin-top: 30px;
}

.card-testimonial .icon {
    margin-top: 30px;
}

.card-testimonial .icon {
    font-size: 40px;
}

.card-testimonial .ftr {
    margin-top: 0;
}

.card-testimonial .ftr .card-avatar {
    margin-top: 10px;
    margin-bottom: -50px;
}


.btn.btn-twitter, .navbar .navbar-nav > li > a.btn.btn-twitter {
    background-color: #b01f6e;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}
.btn.btn-just-icon, .navbar .navbar-nav > li > a.btn.btn-just-icon {
    font-size: 20px;
    padding: 12px 12px;
    line-height: 1em;
}
.box2{position:relative}
.box2 img{width:100%;height:auto}
.box2 .box-content{width:100%;height:100%;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%)}
.box2 .box-content:after,.box2 .box-content:before,.box2:after,.box2:before{content:"";width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);transition:all .5s ease 0s}
.box2:before{background:linear-gradient(45deg,rgba(0,0,0,.2) 49%,transparent 50%);left:-100%}
.box2:after{background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.2) 50%);left:160%}
.box2 .box-content:after,.box2 .box-content:before{width:65%;height:65%;background:linear-gradient(45deg,rgba(0,0,0,.3) 49%,transparent 50%);left:-100%;transition-delay:.1s}
.box1 .box-content:after{background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.3) 50%);left:160%}
.box2:hover .box-content:after,.box2:hover .box-content:before,.box2:hover:after,.box2:hover:before{left:50%}
.box2 .inner-content{width:50%;height:50%;color:#fff;padding:40px 0;position:absolute;top:60%;left:50%;z-index:2;transform:translate(-50%,-50%) scale(0);transition:all .3s ease .2s}
.box2 .inner-content:after{width:100%;height:100%;background:rgba(255,79,79,.8);position:absolute;top:50%;left:50%;z-index:-1;transform:translate(-50%,-50%) rotate(45deg)}
.box2:hover .inner-content{transform:translate(-50%,-50%) scale(1);transition:all .3s ease 0s}
.box2 .title{font-size:18px;font-weight:700;text-transform:uppercase;margin-bottom:5px}
.box2 .post{display:block;font-size:14px;text-transform:capitalize;margin-bottom:7px}
.box10 .title,.box11 .title,.box4 .title,.box5 .title,.box6 .box-content,.box7 .title{text-transform:uppercase}
.box2 .icon{padding:0;margin:0;list-style:none;transform:rotateY(360deg) scale(0);transition:all .3s ease 0s}
.box2:hover .icon{transform:rotateY(0) scale(1)}

.box2 .icon li a{display:block;width:100%;height:100%;line-height:35px;background:#fff;font-size:16px;color:#505050;transition:all .3s ease 0s}
.box2 .icon li a:hover{box-shadow:0 0 0 5px rgba(0,0,0,.5);background:#fff;    color: #951f60;
    font-size: 19px;}
@media only screen and (max-width:990px){.box2{margin-bottom:30px}
}
@media only screen and (max-width:320px){.box2 .inner-content{padding:25px 0}
.box2 .title{font-size:16px}
}
/*********************** Demo - 3 *******************/
.box3{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box3 .box-content,.box3:after,.box3:before{position:absolute;left:7%;right:7%;transition:all .3s}
.box3:after,.box3:before{display:block;background:rgba(0,0,0,.3);top:10%;bottom:10%;z-index:1;transform:scale(0,1)}
.box3:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
.box3:hover:after,.box3:hover:before{transform:scale(1);animation:animate 1.5s}
.box3:hover:before{border-top:3px solid #fff;border-bottom:3px solid #fff}
.box:hover:after{border-left:3px solid #fff;border-right:3px solid #fff}
.box img{width:100%;height:auto;transition:all .3s}
.box3:hover img{transform:scale(1.2);filter:blur(5px);-moz-filter:blur(5px);-webkit-filter:blur(5px)}
.box3 .box-content{padding:30px 10px;top:10%;bottom:10%;opacity:0;z-index:2}
.box3:hover .box-content{box-shadow:0 0 0 35px rgba(255,255,255,.3);opacity:1;transition:all .3s}
.box3 .title{font-size:24px;font-weight:600;color:#88c425;margin:0 0 5px}
.box3 .post{display:block;margin:0 0 5px;font-size:14px;color:rgba(255,255,255,.8)}
.box3 .description{font-size:14px;color:#fff;margin:0 0 20px}
.box3 .icon{padding:0;margin:0;list-style:none}
.box3 .icon li{display:inline-block;margin:0 10px 0 0}
.box3 .icon li a{display:block;width:30px;height:30px;line-height:30px;color:#fff;background:#88c425;transition:all .5s}
.box3 .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
@keyframes animate{0%,100%{opacity:1}
}
@keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}
.box10,.box11,.box12,.box14,.box4,.box5,.box6,.box7,.box9{box-shadow:0 0 3px rgba(0,0,0,.3)}

/*
 PROFIEL PAGE DESGIN*/
 .pricingTable{
/*    padding: 5px;*/
    text-align: center;
    position: relative;
    z-index: 1;
}

.pricingTable .pricing-content{
    padding:5px;
    background: #eceff4;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .pricing-content:before{
    content: "";
    width: 100%;
    height: 100%;
  /*  background: #a02066;*/
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.pricingTable .pricing-content:before{
        top: -3px;
    left: -3px;
    height: 316px;
}
.pricingTable .special{
    display: inline-block;
    padding: 13px 20px;
    margin: -280px -10px 0 0;
    background: #2f313dd1;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
    position: relative;
}
.pricingTable .special:after{
    content: "";
    border-top: 10px solid #2f313dd1;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.pricingTable.purple .special:after{ border-top: 10px solid #cf4d78; }
.pricingTable.purple .subtitle{ color: #cf4d78; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
.bg-dark1 {
   background-color: #ffffff!important;
 
}



			/*END PROFILE PAGE DEGIN
*/ 

	.badge1 {
		    position: relative;
    color:#81787c;
    letter-spacing: 1px;
    font-weight: 500;
	font-size:14px;
	}
.badge1:hover { 
  color: #660099;
}
.box-section{      margin-top: 10px;  box-shadow: 0 1px 6px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.1)!important;
    border-radius: 3px!important;
    background: #f7fbff;
    padding: 17px!important;}
	
	.customSlider {
  opacity: 0;
  display: none;
}
.customSlider + label {
  position: relative;
  top: 35px;
  left: 15px;
  cursor: pointer;
}
.customSlider + label:before, .customSlider + label:after {
  background: #FFFFFF;
  position: absolute;
  content: '';
}


.wrapper {
  width: 100%;

  background: #FDFEFF;
  transition: background .6s ease;
  border-radius: 10px;
  padding: 5px 20px 20px 20px;
      margin-top: 50px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}
.wrapper .top-icons i {
  color: #080911;
}
.wrapper .top-icons i:nth-of-type(1) {
  float: left;
}
.wrapper .top-icons i:nth-of-type(2) {
  float: right;
}
.wrapper .top-icons i:nth-of-type(3) {
  float: right;
  padding-right: .8em;
}
.wrapper .profile {
 /* margin-top: 2.2em;*/
  position: relative;
}
.wrapper .profile:after {
  width: 100%;
 height: 1px;
    content: ' ';
    display: block;
    margin-top: 8px;
    background: #E9EFF6;
}

.wrapper .profile .check i {
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
 background: linear-gradient(to bottom right, #ad1d66, #b71966);
}
.wrapper .profile .thumbnail {
  width: 124px;
  height: 124px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  border-radius: 100%;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrapper .profile .name {
  color: #2D354A;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.wrapper .profile .name  span{font-size:15px; font-weight:400}
.wrapper .profile .title {
  color: #7C8097;
  font-size: .75em;
  font-weight: 300;
  text-align: center;

  padding-bottom: .7em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.wrapper .profile .description {
  color: #080911;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.3em;
}
.wrapper .profile .btn {
  color: #fff;
  width: 130px;
  height: 42px;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  border-radius: 70px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(to bottom right, #C90A6D, #FF48A0);
}
.wrapper .social-icons {
  display: flex;
 /* margin-top: 1.2em;*/
/*  justify-content: space-between;*/
}
.wrapper .social-icons .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrapper .social-icons .icon a {
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrapper .social-icons .icon:nth-of-type(1) a {
  background: linear-gradient(to bottom right, #C90A6D, #FF48A0);
}
.wrapper .social-icons .icon:nth-of-type(2) a {
  background: linear-gradient(to bottom right, #5E5AEC, #3F9EFC);
}
.wrapper .social-icons .icon:nth-of-type(3) a {
  background: linear-gradient(to bottom right, #6452E9, #639FF9);
}
.wrapper .social-icons .icon h4 {
  color: #080911;
  font-size: 1em;
  margin-top: 1.3em;
  margin-bottom: .2em;
}
.wrapper .social-icons .icon p {
  color: #666B7D;
  font-size: 12px;
}

.concept {
  position: absolute;
  bottom: 25px;
  color: #AAB0C4;
  font-size: .9em;
  font-weight: 400;
}
.concept a {
  color: #ac1966;
  text-decoration: none;
}
.ml-40{margin-left: 40px;}
.social-icons span{    font-size: 14px;
    font-weight: 500;
    color: #8a918f;
}
 