body {
    font-family: "Montserrat", sans-serif;
}
.inter{
    font-family: "Inter", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
    color: #777;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.footer{
    background: #35383c;
    color: #e8e8e8;
    padding: 15px 0 30px 0;
}

.copy-links a{
    color: #cbd6e2;
    padding-left: 10px;
}
.footer a{
    color: #cbd6e2;
}
.copy{
    color: #cbd6e2;
    background: #282b2e;
    padding-top: 15px;
    padding-bottom: 15px;

}
.faq-section{
    padding: 30px 0px 80px;
    overflow: hidden;
    background-color: #121720;
}
.faq-heading span{    
    font-size: .8rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: #f9f9f9f2;
    text-transform: uppercase;
}
.faq-heading h2{
    font-family: "Inter", sans-serif;
    padding: .75rem 0;
    font-size: 2.75rem;
    font-weight: 800;
    color: #7998ff;
}
.faq-heading p{
    color: rgba(249, 249, 249, .95);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    padding:  0 0 .75rem;
}
.accordion-item {
    padding: 20px;
    border-radius: .75rem !important;
    margin-bottom: 15px;
    border: 1px solid #fff !important;
    background: linear-gradient(#121720, #121720) padding-box, linear-gradient(to right, #fff, #7998ff) border-box;
}
.accordion-item button{
    padding: 0px;
    color: #fff;
    font-family: inter;
    background: linear-gradient(#121720, #121720) padding-box, linear-gradient(to right, #fff, #7998ff) border-box;
    border-radius: .75rem !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.accordion-body{
    padding: 1rem 1.25rem;
    margin-top: 1.25rem;
    background-color: #7998ff;
    color: #000;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: .5rem;
}
.accordion-button::after   {
    background-image:url(../images/faqs-item-icon-expand.svg);
    
}
.accordion-button:not(.collapsed)::after {
    background-image:url(../images/faqs-item-icon-expand.svg);
    transform: rotate(0deg);
}
.bg-light{
    padding: 7.5rem 0;
    background-color: #f6f9fc;
}
.bg-white{
    padding: 7.5rem 0;
    background-color: #ffff;
}
.heading span{
    font-size: .8rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: #5f7380;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.heading h2{
    font-family: "Inter", sans-serif;
    padding: .75rem 0;
    font-size: 2.75rem;
    font-weight: 800;
    color: rgba(6, 48, 96, .95);
    margin: 0 auto;
}
.review-box{
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
    border-radius: .5rem;
    padding: .75rem;
}
.item {
    margin: 20px 0px;
}
.box-review-client p strong{
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    margin-bottom: .5rem;
}
.box-review-client{
    padding: .75rem;
    width: 90%;
}
.box-review-client p {
    font-size: .8rem;
    line-height: 1.125rem;
    font-family: "Inter", sans-serif;
}
.revirw{
    position: relative;
    border-radius: .75rem;
    background: linear-gradient(45deg, #9568c3, #4a54ad, #218fa6, #007cba);
    background-size: 275% 275%;
    animation: move-gradient-2 10s ease infinite;
    color: #fff;
    padding: 2.75rem 2rem 1.5rem;
}
.revirw .quotes{
    width: 30px !important;
    position: absolute;
    top: 10px;
    left: 10px;
}
.revirw h2{
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    color: #fff;
}
.profile{
    margin-top: 2.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "Inter", sans-serif;
}
.profile img{
    width: 72px !important;
    height: 72px !important;
    display: inline-block;
    padding: .25rem;
    border-radius: 9999px;
    background-color: #fff;
    overflow: hidden;
    box-shadow:0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3)
}
.heading p{
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(49, 59, 66, .95);
    padding: .75rem 0;
}
.btn-bar p{
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: rgba(1, 78, 137, .95);
}
.btn-bar a{
    margin-left: 40px;
    font-weight: 700;
    color: #014e89;
    padding: .75rem 1.25rem .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: .75rem;
    cursor: pointer;
    padding: .75rem 1.5rem;
    background-color: #ffca09;
    border: 1px solid #ffca09;
    border-radius: 9999px;
    transition: transform 300ms ease-in-out;
}
.ser-box{
    box-shadow: rgba(50, 50, 93, .25) 0px 11px 22px -5px, rgba(0, 0, 0, .3) 0px 5px 16px -8px;
    background-color: #fff;
    overflow: hidden;
    padding: .25rem .25rem 0;
    border-radius: .25rem;
}
.ser-content {
    padding: 1.75rem;
}
.ser-content h2{
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #231f20;
}
.ser-content p{
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #282b2e;
}
.ser-content a{
    transition: 0.5s;
    text-decoration: none;
    padding: 10px 0px;
    display: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #007cba;
    font-size: 0px;
}
.ser-box:hover a{
    display: inline-block;
    font-size: 16px;
}
.generation{
    background-image: url(../images/genbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7.5rem 0;
}
.generation-heading span {
    color: #ffca09;
    font-size: .8rem;
    line-height: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
}
.generation-heading h2 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #f9f9f9;
}
.generation-heading p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;    
    color: #e7e7e7;    
    margin: 0.85em 0;
}
.generation-heading a {
    font-weight: 700;
    color: #014e89;
    padding: .75rem 1.25rem .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: .75rem;
    cursor: pointer;
    padding: .75rem 1.5rem;
    background-color: #ffca09;
    border: 1px solid #ffca09;
    border-radius: 9999px;
    transition: transform 300ms ease-in-out;
}
.gen-box h4{
    margin: 1rem 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #ffca09;
}
.gen-box p{
    margin: 1rem 0;
    font-weight: 500;
    color: #f2f2f2;
}
.heading h4{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgba(49, 59, 66, .95);
}
.ul-cards{
    margin: 1.5rem 0 5rem;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
    column-gap: 1.75rem;
    display: grid;
}
.ul-card {
    border-radius: .5rem;
    padding: 1.5rem 1.75rem;
    box-shadow: rgba(0, 0, 0, .15) 0px 3px 3px 0px;
}
.ul-card h6{
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: rgba(49, 59, 66, .95);
    margin-top: 1.5rem;
}
.ul-card p{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(49, 59, 66, .95);
    margin-top: 1rem;
}
.ul-card-icon-wrapper{
    padding: .75rem .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(135, 84, 161, .75);
}
.ul-card-icon-wrapper.bg-blue-100 {
    background-color: rgba(70, 168, 195, .75);
}
.ul-card-icon-wrapper.bg-purple-150 {
    background-color: rgba(74, 84, 173, .75);
}
.ul-card-icon-wrapper.bg-green-400 {
    background-color: rgba(20, 179, 125, .75);
}
.ul-card-icon-wrapper.bg-orange-100 {
    background-color: rgba(255, 143, 79, .75);
}
.baner{
    padding: 4rem 0px;
}
.baner-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 350px;
    border-radius: 9999px;
    background-color: rgba(33, 143, 166, .125);
    padding: 2.5rem;
    justify-self: center;
}
.banner-content span {
    font-size: .8rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: #5f7380;
    text-transform: uppercase;
}
.banner-content h2 {
    font-size: 3.8rem;
    line-height: 1.125;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    background-image: linear-gradient(45deg, #007cba, #218fa6, #9568c3, #4a54ad);
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    background-size: 200% 100%;
}
.banner-content p {
    max-width: 650px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}
.banner-content a {
    font-weight: 700;
    color: #014e89;
    padding: .75rem 1.25rem .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-flex
;
    align-items: center;
    text-decoration: none;
    gap: .75rem;
    cursor: pointer;
    padding: .75rem 1.5rem;
    background-color: #ffca09;
    border: 1px solid #ffca09;
    border-radius: 9999px;
    transition: transform 300ms ease-in-out;
}
.btn{
       font-weight: 700;
    color: #014e89;
    padding: .75rem 1.25rem .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-flex
;
    align-items: center;
    text-decoration: none;
    gap: .75rem;
    cursor: pointer;
    padding: .75rem 1.5rem;
    background-color: #ffca09;
    border: 1px solid #ffca09;
    border-radius: 9999px;
    transition: transform 300ms ease-in-out;
}








@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .ul-cards{
        display: block !important;
        padding: 0px;
    }
    .ul-card{
        margin-bottom: 20px;
    }
    .review-box.d-flex.justify-content-between.gap-2 {
        display: block !important;
    }
    .banner-content{
        margin-top: 20px;
    }
    .banner-content h2{
        font-size: 3rem;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}