/* Hero section style start */
.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Hero section style end */
/* Service section start */
.fm__service-webdesign i.i-circle{
    background: #017dfc;
}
.fm__email-marketing i.i-circle{
    background: #292ba0;
}
.fm__digital-analytics i.i-circle{
    background: #342a6d;
}
.feature-box i {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    padding: 14px 0;
    width: 56px;
    height: 56px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.feature-box.style-3 i.wm {
    position: absolute;
    font-size: 240px;
    background: none;
    width: auto;
    height: auto;
    color: rgba(0,0,0,.2);
    right: -34px;
    top: 30%;
    opacity: 0.2;
    z-index: 0;
    letter-spacing: -.05em;
    transition: 2s ease;
}
.feature-box i.i-circle {
    border-radius: 60px;
}
.feature-box.f-boxed,
.feature-box.f-boxed:hover h4{
    transition: all 0.7s ease-in-out;
}
.feature-box.f-boxed:hover {
    background: #017dfc;
    color: #ffffff;
}
.feature-box.f-boxed:hover h4{
    color: #ffffff;
}
.feature-box.f-boxed {
    overflow: none;
    padding: 50px;
    background: #f5f9fd;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.feature-box.style-3 {
    position: relative;
    overflow: hidden !important;
}
.feature-box.style-3:hover i.wm {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

/* Service section end */
/* data security css start */
.fm__datasecurity-sec{
    padding-top: 0;
}
.fm__datasecurity-right{
  margin-left: 95px;
}
/* data seutity css end */
/* testimonial style start */
.fm__testimonial-sec .de_testi {
    background: #f5f9fd;
    overflow: hidden;
    border-radius: 15px;
    font-family: "Nunito";
    border: none;
    color: #35404e;
    font-weight: 300;
    padding: 30px 40px 30px 40px;
    position: relative;
}
.fm__testimonial-sec .de_testi_by {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.fm__testimonial-sec .de_testi_by img {
    width: 80px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}
.fm__testimonial-sec blockquote span {
    font-family: "Nunito";
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
    color: #017dfc;
}
.fm__testimonial-sec blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 0 0 15px 0;
}
.fm__testimonial-sec blockquote:before {
    font-family: "FontAwesome";
    content: "\f10d";
    display: block;
    color: #ffffff;
    z-index: 100;
    font-size: 20px;
    background: none;
    left: 0;
    background-color: #017dfc;
    padding: 10px 20px 10px 20px;
}
.fm__testimonial-sec blockquote p {
    font-family: "Nunito";
    font-size: 16px;
    padding: 40px 0 0 0;
}
.fm__testimonial-sec {
    padding: 0 0 50px;
}
.swiper-pagination {
    bottom: 0 !important;
}
/* testi monial style end */
/* start section-fun-facts css */
#section-fun-facts{
     background-color: #342a6d;
     padding: 60px 0;
}
.de_count {
    text-align: center;
    padding: 20px 0 10px 0;
    background: none;
}
.de_count h3 {
    font-size: 40px;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: .5em;
    font-weight: 600;
    color: #ffffff;
}
.de_count span {
    font-size: 12px;
    text-transform: uppercase;
}
/* end section-fun-facts css */