/* @font-face {
    font-family: hi5;
    src: 
         url(../fonts/Cairo-Regular.ttf),
         url(../fonts/Cairo-Black.ttf),
         url(../fonts/Cairo-Bold.ttf),
         url(../fonts/Cairo-ExtraLight.ttf),
         url(../fonts/Cairo-Light.ttf),
         url(../fonts/Cairo-SemiBold.ttf);
} */

@font-face {
    font-family: hi5;
    src: url("../font/regular.otf") format("opentype"),
         url("../font/medium.otf") format("opentype"),
         url("../font/heavy.otf") format("opentype"),
         url("../font/light.otf") format("opentype"),
         url("../font/bold.otf") format("opentype");
}

body{
    font-family: hi5;
    direction: rtl;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
    background: #ec2e61;
    border-radius: 10px
}

a:hover{
    text-decoration: none;
    color: #fff;
}
.my-nav{
    z-index: 10;
}
.my-nav.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.add_project{
    position: relative;
    border: 1px solid #ea246d;
    border-radius: 24px;
    padding: 7px 20px;
    color: #fff;
    background-size: 200%;
    transition: all 0.5s;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
}
header .navbar{
    background-image: linear-gradient(to right, #ffffff, #ffffff, #fcfcfc, #f6f6f6, #f3f3f3);
    /* box-shadow: 0 1px 14px 2px rgb(0 0 0 / 20%); */
}
#header.is-sticky{
    box-shadow: 0 1px 14px 2px rgb(0 0 0 / 10%);
}
#header.is-sticky nav{
    background: #fcfcfc;
}
#header{
    z-index: 200;
}

#hero{
    overflow: hidden;
}
‎#rev_slider_landing_custom_wrapper .tp-caption{
    font-family: hi5 !important;
}
#hero .carousel-item{
    height: 100%;
    width: 100%;
}
#hero .carousel-item img{
    width: 100%;
    height: 100%;
}
#hero .carousel-indicators{
    right: unset;
    top: 36% !important;
    display: inline-block;
    bottom: unset !important;
    margin-right: 0 !important;
    margin-left: 400px !important;
}
#services{
    background: #f2f2f24d;
    padding: 3rem 0 4rem 0 !important;
    /* background-image: url(../images/bg6.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}
#hero .carousel-item{
    position: relative;
}

#hero .carousel-caption{
    text-align: right;
    top: 30%;
    bottom: unset !important;
}
#hero .carousel-indicators li{
    margin-bottom: 40px;
}
#hero .carousel-indicators li.active{
    background-color: #ec2e61;
}
#hero .carousel-caption p{
    width: 50%;
    line-height: 35px;
}
.service:hover{
    transform: scale(1.09);
}
.service{
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;   
}
.service .icon {
    width: 110px;
    margin: 0 auto;
    font-size: 37px;
    border: 2px solid;
    border-radius: 50%;
    height: 110px;
    padding: 24px 0; 
}
.green{
    color: #4e936e;
    border-color: #4e936e;
}
.red{
    color: #c54949;
    border-color: #c54949;
}
.service-text{
    font-size: 17px;
    font-weight: bold;
    color:#2c2f72;
}
.dark_yellow{
    color: #ffd25b;
    border-color: #ffd25b;
}
.main_color{
    color: #ec2e61;
    border-color: #ec2e61;
}
.purple{
    color: #a802d2;
    border-color: #a802d2;
}
.yellow{
    color: #ffe552;
    border-color: #ffe552;
}
.blue{
    color: #0eb3f3;
    border-color: #0eb3f3;
}
.about-text{
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}
.about-text *{
    width: 100%;
}
.works .work img{
    height: 300px;
}

.font20{
    font-size: 20px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.works .work{
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}
.work:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: transform .5s ease-out;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
}
.work-caption{
    position: absolute;
    bottom: -20%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    padding: 10px 5px;
}
.work:hover .work-caption {
    opacity: 1;
    bottom: -16%;
}
.work-caption p {
    font-size: 20px;
    margin-bottom: 20px;
    text-shadow: 1px 1px #444444;
}

.work::after {
    content: '';
    display: block;
    /* background: rgb(0, 0, 46, 0.9); */
    height: 70%;
    background-image: linear-gradient(0deg,rgb(10 43 74 / 80%),rgba(0,87,154,0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.work:hover::after {
    opacity: 1;
}
.work a{
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 4px;
}

.more{
    background: url(../images/more.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size:cover;
    padding: 197px 0;
    height: 700px;
    position: relative;
}
#more::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.play{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #ec2e61;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    color: #fff;
    border-radius: 50%;
    padding: 21px 0 0 7px;
    margin-bottom: 50px !important;
    font-size: 40px;
    -webkit-animation: pulseBig 2s infinite;
    -ms-animation: pulseBig 2s infinite;
    -o-animation: pulseBig 2s infinite;
    animation: pulseBig 2s infinite;
}
#more *{
    z-index: 10;
}
#more h5{
    font-size: 26px;
}
.more-btn{
    line-height: 1.5;
    text-align: center!important;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s linear;
    border-radius: 0.1875rem;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    background-size: 200%;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    margin-top: 2.8125rem;
    padding: 1.1rem 2.8125rem 25px 2.8125rem;
}

.second-btn{
    line-height: 1.5;
    text-align: center!important;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s linear;
    border-radius: 0.1875rem;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    background: #2d2e6f !important;
    margin-top: 2.8125rem;
    padding: 1.1rem 2.8125rem;
}

@-webkit-keyframes pulseBig {
    0% { -webkit-box-shadow:0 0 0 0 #ec2e61; }
    70% { -webkit-box-shadow:0 0 0 20px rgba(238,51,100,0); }
    100% { -webkit-box-shadow:0 0 0 0 rgba(238,51,100,0); }
  }
  @keyframes pulseBig {
    0% { box-shadow:0 0 0 0 #ec2e61; }
    70% { box-shadow:0 0 0 20px rgba(238,51,100,0); }
    100% { box-shadow:0 0 0 0 rgba(238,51,100,0); }
  }
  
  #footer{
    /* background-color:#00002D; 
    background-color: #2f2f66;
    background-color:linear-gradient(to right,#111c58 0,#5c2782 51%,#111c58 100%),linear-gradient(to right,#111c58 0,#5c2782 51%,#111c58 100%); */
    padding: 3rem 0 2.3rem 0;
    background: url(../images/bg-40.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

  }
  /* #footer:before {
    content: "";
    background-image: url(../images/pattern2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

  #footer .icon  {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    margin-left: 10px;
    text-align: center;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
}
  #footer .info{
    opacity: 0.8;
    width: calc(100% - 60px);
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
    margin: 0 auto;
    text-align: justify;
    vertical-align: top;
  }
  .secondary_color{
      color: #AEAACB;
  }
  #footre .info p{
    font-size: 14px;
    line-height: 27px;
  }
    .copyright{
       color: #fff;
       opacity: 0.8;
    }
  .text_main_color{
    background: -webkit-linear-gradient( #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    background: linear-gradient( #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* #footer .info p,#footer .info a{
    height: 48px;
  } */

  
  .font15{
      font-size: 15px;
  }
  .social{
      /* margin-top: 75px; */
  }
  .social a{
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 21px;
    text-align: center;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    color: #Fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .social a:hover{
    transform: translateY(-8px);
    opacity: 0.9;

  }

#about{
    position: relative;
    background: url(../images/hi5.png);
    background-repeat: no-repeat;
    padding-bottom: 110px !important;
    background-position: right top;
}
#about::after {
    position: absolute;
    content: url(../images/hi5.png);
    transform: rotate(180deg);
    z-index: 1000;
    bottom: 0;
    left: 0;
}
#static img{
    height: 450px;
}
#static .carousel-indicators li{
    height: 0px !important;
    width: 20px !important;
    border-radius: 50%;
    background: #ec2e61;
    padding: 0;
}
/* .social a .fa-facebook-f{
    color: #087bea;
}
.social a .fa-instagram{
    color: #30618A;
}
.social a .fa-twitter{
    color: #2aa9e0;
}
.social a .fa-whatsapp{
    color: #00e676;
} */
#pricing{
    background: #f2f2f24d;
}
#pricing .col{
    padding: 0 7px;
}
#pricing .card-header:first-child{
    border-radius: 5px !important;
}
#pricing .card{
    text-align: center;
    border-radius: 5px;
    box-shadow:0px 0px 20px 0px rgb(0 0 0 / 9%);
}
#pricing ul li{
    color: #555555;
    line-height: 38px;
    list-style: none;
}
#pricing h1{
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    padding: 0; 
}
#pricing a{
    border: 1px solid #ea246d;
    border-radius: 24px;
    padding: 7px 20px;
    display:block;
    width: 55%;
    margin: 0 auto;
    color: #fff;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
}
#pricing a:hover,.add_project:hover,.more-btn{
    background-position: right center;
}
#pricing .icon-price{
    color: #ec2e61;
    background-color: #F9F9F9;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDD;
    border-radius: 100px 100px 100px 100px;
    margin: 0px auto 0px auto;
    padding: 25px 10px 20px 10px;
}
#content{
    position: relative;
    padding: 90px 0 90px 0;
    background-image: url(../images/sld.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #content::before{
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      content: '';
  }
.page-title {
    display: flex;
    padding: 0;
    justify-content: end;
}
.page-title li {
    list-style: none;
    float: right;
}
.page-title li a {
    font-size: 13px;
    color: #fff;
}
.font13{
    font-size:13px
}
.font14{
    font-size:14px
}
.font24 {
    font-size: 24px;
}
@media screen 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      body #hero .carousel-indicators{
        margin-left: 9% !important;
      }
}

.hexagon {
    position: relative;
    width: 90px;
    height: 43px;
    text-align: center;
    background-color: #f2f2f2;
    margin: 40px auto 45px auto;
    color: #fff;
    font-size: 28px;
    border-radius: 1em/.5em;
  }
  
  .hexagon:before,
  .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
  }
  
  .hexagon:before {
    bottom: 100%;
    border-bottom: 30px solid #f2f2f2;
  }
  
  .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 30px solid #f2f2f2;

  }

.hex .icon{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 50%;
    font-size: 24px;
    transform: translateX(50%);
}
  .hex {
    position: relative;
    margin: 40px auto 40px auto;
    width: 85px;
    height: 58px;
    border-radius: 1em/.5em;
    background: #f2f2f2;
    transition: opacity 1s;
  }
  .hex:before, .hex:after {
    position: absolute;
    width: inherit; height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
  }
  .hex:before {
      -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .hex:after {
      -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .hex-image{
    width: 120px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -12px;
  }
  .hex-image-bottom{
    transform: rotateX(180deg);
    bottom: -4px;
  }
  #how-works .step{
      cursor: pointer;
      position: relative;
  }
  #how-works{
    padding: 3rem 0 4rem 0;
  }

  .steps .step:last-child::before {
    display: none;
}
  #how-works .step::before {
    position: absolute;
    content: url(../images/arrow21.png);
    left: -73px;
    top: 21%;


    /* transform: rotateX(145deg); */
    /* bottom: 28%; */
    /* left: 6px; */
    /* width: 38%; */
}
.steps .step:nth-child(2n)::before {
    transform: rotateX(145deg);
}

.hex .icon img{
    transition: all ease-in 0.3s;
    width: 70px;
}
.hex:hover .icon img {
    transform: rotateY(360deg);
}
.nav-footer a:hover{
    color: #AEAACB !important;
}
.details{
    background-repeat: no-repeat;
    background: url(../images/bg2.png);
    background-size: contain;
    background-position: top center;
}
.details p{
    line-height: 30px;
    text-align: justify;
    font-size: 20px;
    /* font-weight: bold; */
}
.details ul{
    padding: 0;
    margin: 0;
}
.details ul li{
    font-size: 20px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: justify;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.details ul li i ,.details ul li svg{
    color: #ec2e61;
    margin-left: 15px;
}
/* style="background: url(assets/images/memphis-17.png) left bottom no-repeat, url(assets/images/memphis-16.png) right top no-repeat #fafafa;" */
#choose-us{
    background: url(../images/bg52.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 3rem 0 3rem 0;
}
#choose-us::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    background: #000;
    opacity: 0.6;
    /* background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.8) 0%, transparent 100%) ; */
    /* background: linear-gradient( #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61); */
}
#choose-us h5{
    line-height: 35px;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    background-image: url(../images/hi5.svg);
}


.transition-none *, .home-slider *, .mfp-container *, .attr-nav *, .cbp-wrapper *, .parallax, .rev-slider *, #loader-overlay *, .menu-overlay, .tr-products *, #loader-overlay, .main-box-title *, .skillbar-wrap * {transition-timing-function: none;-moz-transition-timing-function: none;-webkit-transition-timing-function: none;-o-transition-timing-function: none;
    -ms-transition-timing-function: none;transition-duration: 0s;-moz-transition-duration: 0s;-webkit-transition-duration: 0s;-o-transition-duration: 0s;-ms-transition-duration: 0s;}

.filter-white.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active{color:#f857a6;border-bottom: 1px solid #f857a6;}
.filter-white.cbp-l-filters-alignCenter .cbp-filter-item{color:#fff;margin: 0 10px;}
.filter-white.cbp-l-filters-alignCenter .cbp-filter-item:hover {color: #888;}
.portfolio-layout-slider .item-img{margin: 0 15px;}
.portfolio-layout-slider .item-img img{box-shadow: 0 10px 30px 0 rgba(31,35,37,.1);}


.cbp-l-caption-desc,.cbp-l-caption-title{
    font-family: 'hi5' !important;
}
.cbp-caption-activeWrap {background: -webkit-linear-gradient(to right, #ec2e61, #dd3482, #e13a6f, #e1455e, #de514e);background: -moz-linear-gradient(to right, #ec2e61, #dd3482, #e13a6f, #e1455e, #de514e);
    background: -ms-linear-gradient(to right, #ec2e61, #dd3482, #e13a6f, #e1455e, #de514e);background: -o-linear-gradient(to right, #ec2e61, #dd3482, #e13a6f, #e1455e, #de514e);background:linear-gradient(to right, #ec2e61, #dd3482, #e13a6f, #e1455e, #de514e);}
    .cbp-l-caption-alignCenter .cbp-l-caption-body{
        padding: 20px 0 !important;
    }


    .cbp-l-caption-desc {
        color: #fff !important;
        margin-top: 10px;
    }


.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
  

#about .circle-one {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 280px;
    height: 280px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: rgba(215, 60, 129, 0.50);
}

#about .circle-two {
    position: absolute;
    left: 36px; 
    top: -38px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #d53590, #db3780, #df3c70, #df4461, #dd4e54);
}

.footer-about{
    text-align: justify;
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
    line-height: 28px;
}
#footer .footer-title {
    margin: 0;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2;
}
#footer .footer-title h5{
    font-size: 20px;
}

#footer .footer-title:before, #footer .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    background-size: 200%;
}

#footer .footer-title:before {
    width: 15px;
}

#footer .footer-title:after {
    width: 45px;
    right: 20px;
}

#footer .links-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-right: 15px;
}

#footer .links-list li{
    float: right;
    width: 50%;
    list-style: none;
    text-align: right;
}

#footer .links-list li a {
    display: block;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    opacity: 0.8;
    padding: 0;
}
.border_bottom{
    border-bottom: 1px solid rgba(158, 158, 158, 0.2);
}

#footer a:hover{
    opacity: 1 !important;
}
.second-bg{
    background: #2d2e6f !important;
}
.second-color{
    color:#2c2f72
}

#partners{
    background: #f2f2f24d;
}
.partner{
    padding: 35px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-bottom: 28px;
    height: 150px;
}
.partner img{
    width: 120px;
}
.solution {
    border-radius: 10px;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    padding: 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.solution-info h3{
    font-size: 18px;
    font-weight: bold;
}
.solution:hover{
    transform: translateY(-15px);
    box-shadow: 0 0 26px 0 rgb(221 221 221 / 5%);
}
.feature{
    cursor: pointer;
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: 10px;
    position: relative;
    /* background-color: #fff; */
    background: #fff; /*#f9f9f942;*/
}
.feature .feature-icon{
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 24px 0 40px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 15px rgb(255 88 110 / 50%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    /* background: #ec2e61; */
    background-image: linear-gradient(to bottom, #de514e, #e1455e, #e13a6f, #dd3482, #ec2e61);
    color: #fff;
    font-size: 35px;
}

.feature .feature-text h4{
    font-size: 20px;
    font-weight: bold;
    color:#2c2f72;
}
.feature .feature-icon a{
    position: relative;
    display: block;
}
.feature .feature-icon a svg{
}
.feature .feature-icon a::after {
    content: "";
    position: absolute;
    left: -20px;
    background-image: url(../images/dots.png);
    top: -20px;
    height: 133px;
    width: 82px;
    background-position: right;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.feature::before, .feature::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: scale(0.5);
    z-index: 0;
}

.feature::after {
    background-image: url(../images/pattern6.png);
    height: 290px;
    bottom: -40px;
    right: -30px;
    width: 250px;
}

.feature::before {
    background-image: url(../images/pattern5.png);
    height: 100%;
    top: -30px;
    left: -30px;
    width: 100%;
}

.feature:hover::before, .feature:hover::after{
    opacity: 1;
    transform: scale(1);
}

.feature:hover .feature-icon a::after{
    left: 30px;
}

.feature:hover .feature-icon a svg{
    display: inline-block;
    -webkit-animation: toTopFromBottom 0.8s forwards;
    -moz-animation: toTopFromBottom 0.8s forwards;
    animation: toTopFromBottom 0.8s forwards;
}

@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.feature:hover{
/* box-shadow: 0 5px 95px 0px rgb(0 0 0 / 8%); */
/* z-index: 1; */
}