@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
*{
    font-family: "Roboto", sans-serif;
}
#top {
    display: inline-block;
    background-color: #392f9f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 50px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 0 10px 1px #000;
  }
  #top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #top:hover {
    cursor: pointer;
    background-color: #000;
    box-shadow: 0 0 10px 1px #392f9f;
  }
  #top:active {
    background-color: #000;
  }
  #top.show {
    opacity: 1;
    visibility: visible;
  }
#header{
    background-color: #fff;
    font-weight: 700;
}
#header span.link{
    margin-left: 6px !important;
    color: #3ed4ff;
    text-decoration: underline;
}
#navbar{
    background-color: #392f9f;
}
a.button-1{
    background-color: #5f53d4;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px 6px 20px;
    margin-bottom: 0;
    border-radius: 25px;
}
a.button-2{
    background-color: #fff;
    text-decoration: none;
    color: #5f53d4;
    font-weight: 700;
    padding: 6px;
    margin-bottom: 0;
    height: 30px;
    width: 30px;
    border-radius: 25px;
}
.menu li a{
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-weight: 700;
}
.menu li{
    list-style-type: none;
    display: inline;
    margin-bottom: 0;
}
.navitem{
    display: flex;
    align-items: center;
}
.search-bar{
    background-color: #ffffff7c;
    border-radius: 30px;
    overflow: hidden;
    width: 100px;
    display: flex;
    align-items: center;
}
.search-bar input{
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    
}
.search-bar input::placeholder{
    color: #fff;
    font-weight: 700;
}
textarea:focus, input:focus{
    outline: none;
}
.search-bar a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
#nav{
    background-color: #392f9f;
}
nav .cate{
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    background-color: #5f53d4;
    border-radius: 25px;
    font-weight: 700;
    transition: .3s;
}
nav .cate:hover{
    background-color: #fff;
    color: #000;
}
nav .nav-item .nav-link{
    color: #fff;
    font-weight: 700;
    padding: 8px 20px !important;
    border-radius: 25px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
    background-color: #5f53d4;
}
.navbar-nav .nav-link.active{
    background-color: #000;
}
.navbar-nav .nav-link.active:hover{
    background-color: #5f53d4;
}
nav img{
    width: 200px;
}
#navbar img{
    width: 200px;
}
#right-nav{
    display: flex;
    align-items: center;
    justify-content: right;
}
nav .search button{
    margin-left: -48px;
    color: #392f9f;
    border-radius: 25px;
}
nav .search button:hover{
    background-color: #5f53d4;
    color: #fff;
}
nav .search input{
    width: 150px;
    border-radius: 25px;
}
nav .login, nav .sign{
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    transition: .3s;
}
nav .sign{
    background-color: #fff;
    color: #000;
}
nav .sign:hover{
    background-color: #000;
    color: #fff;
}
nav .login:hover{
    background-color: #5f53d4;
}
.navbar{
    padding-left: 20px;
    padding-right: 20px;
}
.user a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 6px 15px 6px 15px;
}
.signup{
    background-color: #fff;
    color: #000 !important;
    border-radius: 20px;
}
#banner-outer{
    background-color: #392f9f;
}
#banner-inner{
    background-color: #fff;
    width: 1800px;
    border-radius: 50px;
}
#banner-inner img{
    width: 580px;
}
.banner-heading h1{
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 400;
}
.banner-heading .head2{
    color: #392f9f;
    font-weight: 500;
}
.banner-heading .head3{
    font-weight: 500;
    margin-bottom: 20px;
}
.banner-heading p{
    font-size: 23px;
    line-height: 27px;
    color: #787878;
    padding-right: 30px;
    font-weight: 500;
}
.review{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.rev p{
    font-size: 15px;
    text-align: center;
    color: #000;
    padding-right: 0;
    font-weight: 500;
    
    margin-bottom: 0;
}
.rev{
    text-align: center;
}
.rev h2{
    font-weight: 600;
    margin-bottom: -10px;
    font-size: 40px;
}
.banner-heading a{
    text-decoration: none;
    color: #fff;
    padding: 15px 25px 15px 25px;
    font-size: 30px;
    font-weight: 500;
    border-radius: 10px;
}
.button3{
    background-color: #392f9f;
    transition: .3s;
}
.button3:hover{
    background-color: #008000;
}
.button4{
    background-color: #000;
    margin-left: 25px;
    transition: .3s;
}
.button4:hover{
    background-color: #008000;
}
#about-outer{
    background-color: #392f9f;
}
#about-inner{
    background-color: #fff;
    border-radius: 100px 100px 0 0;
}
#about-inner h4{
    color: #5f53d4;
    font-weight: 700;
    font-size: 28px;
}
#about-inner h2{
    font-weight: 500;
    font-size: 39px;
}
#about-inner p{
    font-weight: 500;
    font-size: 18px;
}
.acard{
    background-color: #fff;
}
.acard-outer{
    background-color: #5f53d4;
    overflow: hidden;
    width: auto;
    border-radius: 30px;
    text-align: center;
    transition: 0.3s;
}
.acard-inner h4{
    margin-top: 20px;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 25px !important;
}
.acard-inner{
    background-color: #cfcccc;
    width: auto;
    transition: 0.3s;
    border-radius: 30px;
}
.acard-inner span{
    padding: 100px;
    font-size: 40px;
    color: #392f9f;
}
.acard-outer p{
    color: #fff;
    font-weight: 500 !important;;
    font-size: 15px !important;
}
#services{
    background-color: #e8e8e8;
}
#services h1{
    color: #392f9f;
    margin-bottom: 0;
    font-weight: 500;
}
#services h5{
    font-weight: 500;
}
.service-img img{
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.service-tab ul li a{
    text-decoration: none;
    color: #5f53d4;
    font-weight: 500;
    font-size: 24px;
    padding: 15px 30px;
}
.service-tab ul li{
    list-style: none;
}
.service-tab ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.service-tab-active{
    background-color: #fff;
    color: #000 !important;
    font-weight: 900;
}
.service-card{
    background-color: #fff;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #a5a5a5;
}
.service-cat p{
    color: #5f53d4;
    font-weight: 500;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.service-title h6{
    font-weight: 700;
    margin-bottom: 5px;
}
.service-review i{
    color: #ffc741;
}
.service-review h6{
    width: auto;
    font-size: 12px !important;
}
.service-card hr{
    width: 250px;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.charges{
    display: flex;
    align-items: center;
}
.author-image img{
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}
.author-name{
    font-size: 12px;
    margin-left: 5px;
    font-weight: 900;
}
.money{
    font-size: 12px;
}
.service-buttom{
    justify-content: space-between;
}
.author-name i{
    color: #29b3ff;
}
.money span{
    font-weight: 900;
}
.button5{
    padding: 12px 25px;
    background-color: #392f9f;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    border-radius: 25px;
    transition: .3s;
}
.button5:hover{
    background-color: #008000;
    color: #fff;
}
#trust{
    background-color: #5f53d4;
}
#trust img{
    width: 150px;
    height: auto;
    transition: .5s ease;
}
#trust h5{
    color: #fff;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 25px;
}
#faq h1{
    color: #392f9f;
    margin-bottom: 0;
    font-weight: 500;
}
#faq h5{
    font-weight: 500;
}
.accordion-button{
    font-size: 25px;
    font-weight: 700;
}
.accordion-item{
    background-color: #e8e8e8;
}
.accordion-button:not(.collapsed){
    background-color: #5f53d4;
    color: #fff;
    box-shadow: none;
}
.cat{
    position: relative;
}
.cat h5{
    position: absolute;
    top: 50%;
    color: #fff;
    font-weight: 900;
    background-color: #000;
    width: 100%;
}
.cat img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.card-img-overlay h5{
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 900;
}
.card-img-overlay{
    display: flex;
    align-items: center;
    background-color: #000000ab;
}
.catt{
    height: 300px !important;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.card-img{
    position: relative;
    height: 100%;
    object-fit: cover;
}
#category h1{
    font-weight: 500;
    color: #392f9f;
}
#category .all a{
    border-radius: 10px;
    font-weight: 500;
    padding: 15px 25px;
    background-color: #392f9f;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
#category .all a:hover{
    background-color: #008000;
}
#footer{
    background-color: #392f9f;
}
#footer .fmenu ul li a{
    text-decoration: none;
    color: #b8b8b8;
}
#footer .fmenu ul li a:hover{
    color: #fff;
    font-weight: 500;
}
#footer .fmenu2 ul li a{
    text-decoration: none;
    color: #fff;
}
#footer .fmenu ul{
    list-style: none;
    padding-left: 0;
}
#footer .fmenu ul li{
    margin-bottom: 2px;
}
#footer h5{
    font-weight: 900;
    color: #fff;
}
#footer .flogo img{
    width: 270px;
}
#footer p{
    color: #fff;
}
#footer form input{
    border-radius: 25px;
}
#footer form button{
    border-radius: 25px;
    color: #fff;
    margin-left: -83px;
    background-color: #000;
}
#footer form button:hover{
    background-color: #5f53d4;
    color: #fff;
}
#copy{
    background-color: #5f53d4;
}
#copy p{
    color: #fff;
}
#copy .icon{
    display: flex;
    align-items: center;
}
#copy .icon a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px; margin-left: 5px;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    color: #5f53d4;
    transition: .3s;
}
#copy .icon a:hover{
    background-color: #ffc741;
    color: #000;
}
#copy .icon a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
}
.con li{
    list-style: none;
    color: #b8b8b8 !important;
}
.con li i{
    color: #fff;
    margin-right: 8px;
}
.list-group{
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    
}
.list-group li{
    list-style: none;
}
.list-group-item, .list-group-item-action{
    font-size: 24px;
    color: #5f53d4;
    font-weight: 500;
}
.list-group-item{
    border-radius: 25px !important;
    padding: 8px 20px;
    background: none;
    border: none;
    transition: .4s;
}
.list-group-item.active{
    background-color: #392f9f;
}
#faq img{
    width: 400px;
}
#free{
    background-color: #e8e8e8;
}
#free .card-img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    text-align: center;
}
#free .card-body h6{
    color: #787878;
    font-weight: 600;
    margin-bottom: 15px;
}
#free .card-body h2{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    color: #392f9f;
    margin-bottom: 12px;
}
#free .card-body h4{
    color: #000;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
}
#free .amt{
    font-weight: 900 !important;
    font-size: 17px;
}
#free .card{
    border-radius: 22px;
}
#free .fbtn{
    text-decoration: none;
    background-color: #392f9f;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    transition: .3s;
}
#free .fbtn:hover{
    background-color: #008000;
    /* color: #000; */
}
#free .card-img{
    text-align: center;
}
#free .fbtn{
    border-radius: 10px;
    font-weight: 900;
    padding: 15px 25px;
    background-color: #392f9f;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}
#free h1{
    font-weight: 500;
    color: #392f9f;
}
.slick-dots li button:before{
    color: #392f9f !important;
    font-size: 10px !important;
}
.slick-dots{
    bottom: -50px;
}
.navbar-toggler{
    color: #fff;
}
@media screen and (min-device-width: 200px) and (max-width: 768px) {
    .faqimg{
        margin-top: 20px;
        justify-content: center;
    }
    .search{
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
    .search input{
        width: 100% !important;
    }
    #banner-outer{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #banner-inner{
        width: auto;
    }
    .head1{
        font-size: 27px !important;
        text-align: center !important;
    }
    .head2{
        text-align: center;
    }
    .head3{
        font-size: 50px !important;
        text-align: center !important;
    }
    .banner-heading p{
        font-size: 18px !important;
        text-align: center;
        padding-right: 0;
    }
    .bbtn{
        text-align: center;
    }
    .bbtn a{
        font-size: 13px !important;
    }
    .rev{
        text-align: center;
        padding: 0 10px;
    }
    .rev h2{
        font-size: 8px;
    }
    .rev p{
        font-size: 7px !important;
    }
    .review{
        justify-content: center;
    }
    #about-inner h4{
        font-size: 18px;
    }
    #about-inner h2{
        font-size: 25px;
    }
    #about-inner p{
        font-size: 12px;
    }
    .list-group-item, .list-group-item-action{
        font-size: 12px;
        text-align: center;
    }
    #faq h5{
        font-size: 14px;
        margin-top: 10px;
    }
    .accordion-button{
        font-size: 20px;
    }
    .faqimg{
        text-align: center;
        display: flex;
        align-items: center;
    }
    .trust-img{
        padding: 20px;
    }
    #category h1{
        text-align: center;
    }
    #category h3{
        text-align: center;
        font-size: 16px;
    }
    #category .all a{
        font-size: 10px;
    }
    #category .all{
        margin-top: 25px;
    }
    .catwrap{
        margin-bottom: 25px !important;
    }
    .cat-info{
        margin-bottom: 20px;
    }
    #free h1{
        text-align: center;
    }
    #free h3{
        text-align: center;
        font-size: 16px;
    }
    #free .fbtnwrap{
        margin-top: 25px;
        font-size: 10px;
    }
    .fmenu2{
        padding-left: 0 !important;
    }
    .fmenu2 ul li a{
        color: #b8b8b8 !important;
    }
    .fmenu2 ul li a:hover{
        color: #fff !important;
    }
    .fleft{
        margin-bottom: 20px;
    }
    .terms ul li a{
        color: #fff !important;
    }
    #copy p{
        font-size: 14px;
    }
}
@media screen and (min-device-width: 769px) and (max-width: 1400px){
    #banner-outer{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #banner-inner{
        width: auto;
    }
    .banner-heading{
        padding-top: 40px !important;
    }
    .head1{
        font-size: 32px !important;
        text-align: center !important;
    }
    .head2{
        text-align: center;
    }
    .head3{
        font-size: 55px !important;
        text-align: center !important;
    }
    .banner-heading p{
        font-size: 20px !important;
        text-align: center;
        padding-right: 0;
    }
    .bbtn{
        text-align: center;
    }
    .bbtn a{
        font-size: 18px !important;
    }
    .rev{
        text-align: center;
        padding: 0 10px;
    }
    .rev h2{
        font-size: 28px;
    }
    .rev p{
        font-size: 8px !important;
    }
    .review{
        justify-content: space-between;
    }
    #about-inner h4{
        font-size: 18px;
    }
    #about-inner h2{
        font-size: 25px;
    }
    #about-inner p{
        font-size: 12px;
    }
    .list-group-item, .list-group-item-action{
        font-size: 12px;
        text-align: center;
    }
    #faq h5{
        font-size: 14px;
        margin-top: 10px;
    }
    .accordion-button{
        font-size: 20px;
    }
    .faqimg{
        text-align: center;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .trust-img{
        padding: 20px;
    }
    #category h1{
        text-align: left;
    }
    #category h3{
        text-align: left;
        font-size: 16px;
    }
    #category .all a{
        font-size: 10px;
    }
    #category .all{
        margin-top: 25px;
    }
    .catwrap{
        margin-bottom: 25px !important;
    }
    .cat-info{
        margin-bottom: 20px;
    }
    #free h1{
        text-align: left;
    }
    #free h3{
        text-align: left;
        font-size: 16px;
    }
    #free .fbtnwrap{
        margin-top: 25px;
        font-size: 10px;
    }
    .fmenu2{
        padding-left: 0 !important;
    }
    .fmenu2 ul li a{
        color: #b8b8b8 !important;
    }
    .fmenu2 ul li a:hover{
        color: #fff !important;
    }
    .fleft{
        margin-bottom: 20px;
    }
    .terms ul li a{
        color: #fff !important;
    }
    #copy p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1800px){
    #banner-inner{
        width: auto;
    }
}