:root{
    --bgrectlg : #fff1f9;
    --allshadow : 0 1px 66.5px 3.5px rgb(255 239 239 / 97%);
    --primaryColor : #750041;
}
body,p{
    font-family: 'Poppins', 'Nunito', serif !important;
}
.h1{
    font-size : 36px;
}
.slogan {
    padding-bottom: 30px !important;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4 !important;
}

.m-t-30{
    margin-top: 30px;
}
.text, p{
    font-size : 16px !important;
}
.hero-content {
    margin-top: 60px;
}
.heading{
    font-size: 72px;
    text-align: center;
}
#navbar .navbar {
    padding: 12px 0;
}
#navbar .navbar .navbar-brand img {
    max-width: 200px;
    max-height: 70px;
}
.youtube-wrapper{
background : linear-gradient(236deg, rgba(255, 241, 249, 0.55) 0%, rgba(255, 0,0, 0.15) 100%);
}

.btn-readmore, .btn-priceplan, .social-icon, #banner-wrap .content .btn{
    color : var(--primaryColor);
}
#banner-wrap .img-container img{
    width : 80%;
}

.faq-card .card-header{
    background-color: var(--bgrectlg);
}

.faq-card .card-header button{
    color: var(--primaryColor);
}

.btn-readmore::after, .btn-priceplan::after{
    background-color: var(--bgrectlg);
}

#feature {
    margin-top: 0;
    padding-top: 60px;
}

.btn-hero::before, #banner-wrap .btn::before, .form-content .btn::before, .comment-form .btn::before,
.reply .btn::before, .error-content .btn::before{
    border-top: 2px solid var(--primaryColor);
    border-left: 2px solid var(--primaryColor);
}

.btn-hero::after, #banner-wrap .btn::after, .form-content .btn::after, .comment-form .btn::after,
.reply .btn::after, .error-content .btn::after
{
    border-right: 2px solid var(--primaryColor);
    border-bottom: 2px solid var(--primaryColor);
}
#smmnavbar .nav-link{
    font-size: 14px;
}
.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrollup {
    background-color: var(--primaryColor);
    border-radius: 100%;
    bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
.scrollup i:hover, .scrollup:hover{
    color : #fff;
}
#smmnavbar .nav-registration{
    margin-left: 0 !important;
}
.footer-social a:hover, .pheading{
    color : var(--primaryColor)
}
.copy-rights{
    margin-top : 50px;
}
#footer hr{
    margin : 50px 0;
}

.card-blog .card-body{
    text-align: justify;
}
.card-blog .card-body img{
    width : 100%;
}
.card-blog .card-body a, .popular-post .media-body a{
    color : var(--primaryColor) ;
}
.popular-post .media .h6 {
    white-space: normal;
}



/*
*****fili about *****
 */
.fili-affiliate{
    margin-top : 75px;
}

.fili-affiliate .button-block .btn{
    margin-top : 40px;
}

/*
*****fili features****
*/

#fili-features{
    padding-bottom:160px;
    padding-top : 180px;
}
.fili-features{
    padding: 20px 0px;
}
.fili-features .single-fili-feature {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, 0.16);
    box-shadow: 0 5px 30px 0 rgba(167, 167, 167, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 15px 25px;
    border: 2px solid transparent;
    border-radius: 8px;
}

@media (max-width: 500px) {
    .explore-services {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .fili-features .single-fili-feature {
        padding: 20px 20px 30px;
    }
}


.fili-features .single-fili-feature .fili-features-icon {
    display: inline-block;
    position: relative;
}
.fili-features .single-fili-feature .fili-features-icon img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.fili-features .single-fili-feature .fili-features-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fili-features .single-fili-feature .fili-features-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
}
.fili-features .single-fili-feature .fili-features-content .fili-features-title a {
    font-size: 26px;
    font-weight: 700;
    color: #2e2e2e;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fili-features .single-fili-feature .fili-features-content .fili-features-title a {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .fili-features .single-fili-feature .fili-features-content .fili-features-title a {
        font-size: 20px;
    }
}
.fili-features .single-fili-feature .fili-features-content .fili-features-title a:hover {
    color: var(--primaryColor);
}
.fili-features .single-fili-feature .fili-features-content .text {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .fili-features .single-fili-feature .fili-features-content .text {
        margin-top: 20px;
    }
}
.fili-features .single-fili-feature .fili-features-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fili-features .single-fili-feature .fili-features-content .more i {
    margin-left: 10px;
}
.fili-features .single-fili-feature .fili-features-content .more:hover {
    color: var(--primaryColor);
}
.fili-features .single-fili-feature:hover {
    border-color: var(--primaryColor);
}
.fili-features .single-fili-feature:hover .fili-features-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

/*
****FiLi Social Media Icons*****
*/
.social-icon-area:before {
    background: url(../images/fili-social-media/m_shape_top.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 212px;
    width: 100%;
    top: -212px;
    left: 0;
    z-index: 1;
}
.social-icon-area:after {
    background: url(../images/fili-social-media/m_shape_bottom.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 122px;
    width: 100%;
    bottom: -122px;
    left: 0;
    z-index: 1;
}
.social-icon-area {
    padding: 75px 0px;
    background: #ffeeee;
    min-height: 300px;
    position: relative;
    z-index: 1;
    margin-bottom: 200px;
}
/*
****FiLi Services Desc*****
*/
.industries-serving {
    display: inline-block;
    margin: 13px 10px;
    background-color: var(--white);
    line-height: 55px;
    padding: 8px 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.industries-serving span{
    font-size : 18px;
    font-weight: 600;
}
.industries-serving p{
    line-height: 25px;
}
.industries-serving .instagram{
    color : deeppink;
}
.industries-serving .youtube{
    color : red;
}
.industries-serving .facebook{
    color : blue;
}
.industries-serving .telegram{
    color : #2ea8ff;
}
.industries-serving .twitter{
    color : #000;
}
.industries-serving .tiktok{
    color : #a905ec;
}
.industries-serving:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .096);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    border: 1px solid var(--primaryColor);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.industries-serving .fa{
margin-right : 8px;
}


/*
About US
 */
#about-us {
    margin: 0 0;
    margin-bottom: 75px;
}

.about-section .text-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.about-section .text-box .info-box .icon-box {
    background: var(--primaryColor);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    padding-top: 18px;
}

.about-section .text-box .info-box .icon-box img {
    width: 24px;
}
.about-section .text-box .info-box .icon-box i {
    font-size: 24px;
    color: var(--primaryColor);
}

.about-section .text-box .info-box .text {
    width: calc(100% - 80px);
    padding-left: 15px;
}


/*
FAQS
 */

section.fili-faq{
    padding: 100px 0;
    position: relative;
    background: linear-gradient(175deg, #850c4e 0%, #b7347a 100%);
    color: #fff;
    z-index: 100;
}

.fili-faq:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg_how_it_works.png);
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.1;
    z-index: -99;
}

section.fili-faq .header-top{
    padding-bottom: 80px;
}

section.fili-faq .title{
    font-size: 40px;
    font-weight: 600;
    color : white;
}

section.fili-faq .step-lists .step{
    position: relative;
    padding-bottom: 75px;
}

section.fili-faq .step-lists .step .bg-number{
    position: absolute;
    font-size: 10rem;
    top: -130px;
    left: 0px;
    z-index: -1;
    font-weight: bold;
    color: var(--primaryColor);
    font-family: 'Poppins', sans-serif;
}


.package-faq .item{
    margin-bottom: 10px;
}
.package-faq .item h4{
    color : white;
    margin: 10px 0px !important;
}
.package-faq .item .plus-icon {
    float: left;
    font-size: 20px;
    margin-right: 10px;
    top: 2px;
    position: relative;
}

.package-faq .item .title{
    overflow: hidden;
    cursor: pointer;
    min-height: 40px;
}

.package-faq .item .title h5{
    line-height: 1.2;
    font-size: 20px;
    color : white;
}

.package-faq .item .body {
    font-size: 16px;
    transition: all .3s;
    height: 0;
    overflow: hidden;
    padding-left: 33px;
}

.package-faq .item .body p{
    color : white;
}

.package-faq .item.active .body {
    height: auto;
    padding-bottom: 20px;
}

.package-faq .item.active .fe-plus:before {
    content: "\e994";
}
