.banner-title {
    width: 100%;
}
.banner-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--white--color);
    margin-bottom: 20px;
}
.banner-title p {
    line-height: 36px;
}
.txt-bg1 {
    color: #fff !important;
    display: inline;
    background: var(--accent--color);
    padding: 0;
    border-radius: 5px;
}
.txt-bg2 {
    color: var(--white--color) !important;
    display: inline;
    background: var(--secondary--color);
    padding: 0;
    border-radius: 5px;
    line-height: 25px;
}
.txt-bg3 {
    color: var(--primary--color) !important;
    display: inline;
    background: var(--white--color);
    padding: 0;
    border-radius: 5px;
    line-height: 25px;
}
.highlight {
    color: var(--secondary--color) !important;
    background: var(--white--color);
    border-radius: 5px;
}
header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 100;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header .header-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header-box .logotipo {
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 30px 80px;
    border-radius: 100%;
    box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.1);
}

header.fixed-nav .header-box .logotipo {
    box-shadow: none;
}
header .header-box .logotipo img {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}
header.fixed-nav .logotipo img {
    height: 50px;
    transition: all 0.3s ease;
    width: auto;
}
.generic-btn a.secondary-btn {
    background: var(--secondary--color);
    color: var(--white--color);
}
.about-content p {
    margin-bottom: 20px;
}
.about-content span {
    font-size: unset;
}
.service-content {
    padding: 34px 35px 38px;
}
.generic-title {
    width: 70%;
}
.service-block-three__single {
    background-color: var(--secondary--color);
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.service-block-three__single h5 {
    margin-bottom: 0;
}
.service-block-three__single a {
    color: var(--white--color);
    font-weight: 600;
}
.copyright {
    background: #333;
    padding: 20px 0;
    text-align: center;
}
.vedio-con {

}
@media (min-width: 992px) {
    .about-box {
        grid-template-columns: 48% 50%;
    }
}

@media screen and (max-width: 575px) {
    .banner-title h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .about-box {
        grid-template-columns: 100%;
    }
    .service-block-three__single {
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    .service-block-three__single h5 {
        font-size: 14px;
    }
    .banner-con {
        padding: 158px 0 20px;
    }
    .generic-btn a {
        margin-bottom:0px;
    }
    .banner-title p {
        font-size:16px;
        line-height: 22px;
    }
}