body{
    font-family: "Poppins", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    text-decoration: none;
}
.font-black{
    font-weight: bolder;
}
.font-bold{
    font-weight: bold;
}
.text-blu{
    color: #155e75;
}
.footer{
    background: #06b6d4;
}
.font-14{
    font-size: 14px;
}
.f-widget.mb-4 {
    width: 25%;
}
.h-4 {
    height: 1rem;
}
.w-4 {
    width: 1rem;
}
.loction{
    padding: 20px 0px;
    border-top: 1px solid #0891b2;
    border-bottom: 1px solid #0891b2;
}
.testimonislas{
    background-color: #f8fafc;
    background-image: url(../images/target.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.line{
    background: #06b6d4;
    width: 12rem;
    height: 1rem;
}
.h-12 {
    height: 4rem;
}
.w-12 {
    width: 4rem;
}
.review-box{
    text-align: center;
}
.review-box p{
    font-size: 28px;
}
.book-content a{
    display: inline-block;
    background: #8b5cf6;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    padding: 13px 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.book{
    padding: 100px 0px;
    background-color: #0f172a;
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
}
.about-content span{
    color: #94a3b8;
}
.about-content p{
    color: #334155;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.op-5{
    opacity: 0.3;
}
.leads-box img{
    border-radius: 10px;
}
.font-18{
    font-size: 18px;
}
.leads-box{
    padding: 30px;
    border-radius: 20px;
    transition: 0.5s;
}
.leads-box:hover{
    background: #f1f5f9;
}
.process-box{
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.process-box:hover{
    transform: scale(1.1);
    background: #8b5cf6;
    color: #fff;
}
.process-box p{
    font-size: 1rem;
}
.text-cyan{
    color: #06b6d4;
}
.form-box{
    padding: 30px 0px;
    background-color: #0f172a;
}
.form-book-call input{
    border: 1px solid #8b5cf6;
    background: #1e293b;
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.form-book-call button{
    display: inline-block;
    background: #8b5cf6;
    text-decoration: none;
    color: #fff;
    border: 0px;
    border-radius: 100px;
    padding: 13px 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.ml-auto{
    margin-left: auto;
}
.bg-banner{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content a{
    display: inline-block;
    background: #8b5cf6;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    padding: 13px 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.banner-content h1{
    font-size: 50px;
}




@media only screen and (max-width: 1024px) {

}




@media only screen and (max-width: 922px) {
 
}

@media only screen and (max-width: 768px) {
    .f-widgetss.d-flex.justify-content-between{
        display: block !important;
    }
    .f-widget.mb-4 {
        width: 100%;
    }
    .info.text-end{
        text-align: center !important;
    }
    .info.mt-4.pb-5 {
    text-align: center;
}
}
@media only screen and (max-width: 600px) {
}
