
/*# sourceMappingURL=custom.min.css.map */
.bg-primary_2{
    background-image: url('../images/landing/review_bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.max-width {
    max-width: 84%;
    margin: 0 auto;
}
.pricing-box ul.list-unstyled {
    padding-left: 0px;
}

.pricing-box ul.list-unstyled li i {
    margin-right: 8px;
}

.custom-accordionwithicon .accordion-button:not(.collapsed)::after, .custom-accordionwithicon .accordion-button::after {
    right: 10px;
    position: absolute;
}
.custom-footer{
    background-image: url('../images/landing/foot_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.accent_purple{
    color:#B29DFF;
  }
  p.fs-28 {
    font-size: 28px;
}
.max-85{
    max-width: 85%;
    margin: 0 auto;
}
.navbar-landing .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}
.is-sticky .navbar-nav .nav-item .nav-link {
    color: #000000;
}
.is-sticky .is-dark{
    color: #000 !important;
}

.navbar-landing a.navbar-brand .card-logo-dark {
    display: none;
}
.is-sticky  a.navbar-brand .card-logo-dark {
    display: block;
}
.navbar-landing a.navbar-brand .card-logo-light {
    display: block;
}
.is-sticky  a.navbar-brand .card-logo-light {
    display: none;
}

.avatar-title img {
    width: 100%;
    max-width: fit-content;
}
.gap-10 {
    gap: 10px;
}
.black{
    color:#000000;
}
.fs-14{
    font-size: 14px;
}
.fs-36{
    font-size: 36px;
}
.fs-40{
    font-size: 40px;
}
.accent_green{
    color:#E4FF42;
 }
 .c_black
 {
    color:#495057;
 }
 .footer-social-link li a i {
    color: #57dfff;
}
.footer-menu {
    justify-content: center;
    gap: 30px;
}
.img_holder {
    position: relative;
}

.landing_img {
    z-index: 9;
    position: absolute;
    width: 100%;
    top: -14px;
    margin: 0 auto;
}
.landing_img img {
    width: 100%;
}
.about_hero {
    background-image: url('../images/home.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-2 {
    padding: 60px 0px 0px;
}

.max-width.section-2 p {
    margin-bottom: 0px;
}
@media screen and (max-width:991px){
    .navbar-landing a.navbar-brand .card-logo-dark, .is-sticky a.navbar-brand .card-logo-dark {
        display: block;
    }
    .is-sticky a.navbar-brand .card-logo-light, .navbar-landing a.navbar-brand .card-logo-light {
        display: none;
    }
    div#navbarSupportedContent {
        background-color: #382293;
        position: absolute;
        width: 100%;
        left: 0;
/*        top: 71px;*/
        top: 110px;
        padding: 0;
    }
    .is-sticky .is-dark {
    color: #ffffff !important;
}
    div#navbarSupportedContent ul#navbar-example {
        padding-left: 0px;
    }
    
    div#navbarSupportedContent ul#navbar-example li {
        border-bottom: 1px solid #dddddd4a;
        padding: 6px 15px;
    }
    .sin-sup{
        padding: 10px 10px;
        text-align: right;
    }
    .demo-carousel .demo-img-patten-bottom, .demo-carousel .demo-img-patten-top{
        display: none !important;
    } 
    .is-sticky .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }
    .mobile-pad_mar {
    padding: 0 !important;
    margin: 0 !important;
}
p.fs-28 {
    font-size: 18px;
}
.max-85 {
    max-width: 100%;
    margin: 0 auto;
}
.fs-36 {
    font-size: 23px !important;
}
.fs-20 {
    font-size: 14px !important;
}
}
button.navbar-toggler {
    padding: 15px 9px;
    height: 30px;
}

button.navbar-toggler i {
    font-size: 23px;
}
.pricing-box {
    min-height: 60vh;
    margin-bottom: 10px;
}
.min-h {
    min-height: 31vh;
}
.otsf {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.fix-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0px 25px;
}
.max-width .row .col-lg-2 .pricing-box {
    height: 100%;
}
.max-width .row .col-lg-2 {
    flex-basis: 315px;
}
.max-width .row{
    justify-content: left;
    gap: 5px;
}
.enquiry-form {
    max-width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
}
.enquiry-form .submit{
    text-align: center;
    margin-top: 15px;
}
.enquiry-form .submit button{
    text-align: center;
    min-width: 150px;
}
@media screen and (max-width:990px){
    .enquiry-form {
    max-width: 100%;
    margin: 0 auto;
}
}
@media screen and (max-width:768px){
    .pricing-box {
    min-height: auto;
}
.fix-bottom {
    position: static;
    padding: 0px 0px;
}
div#genques-accordion .accordion-item h2 .accordion-button, 
div#privacy-accordion .accordion-item h2 .accordion-button {
    text-align: left !important;
}
.min-h {
    min-height: auto;
}
}