@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
* {
    font-family: "Outfit", sans-serif;
}

a {
    text-decoration: none;
}

.about-banner .banner-image {
    text-align: center;
    position: relative;
}

.about-banner .banner-image img.about-banner {
    height: 400px;
    object-fit: contain;
}

.about-banner .before-star {
    position: relative;
}

.about-banner .before-star:after {
    content: "";
    width: 80px;
    height: 87px;
    background: url(../images/sta-sparkles.png);
    top: 0px;
    left: 30px;
    position: absolute;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner-image-parent:after {
    content: "";
    background-image: url(../images/pie-chart.jpg);
    width: 9rem;
    height: 7rem;
    position: absolute;
    background-repeat: no-repeat;
    left: 6rem;
    bottom: -4rem;
    background-size: contain;
    border: 2px solid;
    border-radius: 10px;
    box-shadow: 4px 4px 2px 0px black;
}

.about-banner .banner-image:after {
    content: "";
    width: 90px;
    height: 90px;
    background: url(../images/star-black.png);
    bottom: -20px;
    right: 55px;
    position: absolute;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.about-banner .banner-image::before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/faq.png);
    top: 0px;
    right: 100px;
    position: absolute;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner .left-banner h2 {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-banner .left-banner p {
    font-size: 20px;
}

.about-banner .left-banner .button-section {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.about-banner .left-banner .button-section .circle_btn {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: 3px solid #000;
    padding: 6px;
    border-radius: 50% 50% 50% 50%;
    border-right: none;
    width: 47px;
    display: block;
}

.about-banner .left-banner .button-section a i {
    font-size: 30px;
    vertical-align: middle;
    /* margin-right: 5px; */
}

.banner-bottom p {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #98a6a6;
}

.banner-bottom p:after {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: calc(100% - 300px);
}

.banner-bottom :before {
    display: inline-block;
    margin: 0px 20px 5px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}

.banner-bottom {
    margin-top: 150px;
    margin-bottom: 20px;
}

.about--company h5.heading {
    color: #e55865;
}

.about--company h5.heading:before {
    content: "";
    width: 40px;
    height: 3px;
    display: inline-block;
    background-color: #e55865;
    vertical-align: middle;
    margin-right: 10px;
}

.about--company {
    padding-right: 40px;
}

.about--company h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about--company p {
    font-size: 18px;
}

.about-company .aboutus-image img.about-company {
    width: 100%;
    border-radius: 10px;
}

.services-content h5.heading {
    color: #e55865;
}

.services-content h5.heading:before {
    content: "";
    width: 40px;
    height: 3px;
    display: inline-block;
    background-color: #e55865;
    vertical-align: middle;
    margin-right: 10px;
}

.services-content h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-content p {
    font-size: 18px;
}

.services-content a.service-link {
    color: #000;
    border: 1px solid;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.watch-video .watch-video-left h3 {
    width: 70%;
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.watch-video .watch-video-right p {
    font-size: 18px;
}

.watch-video .watch-video-banner {
    margin: 50px 0;
}

.watch-video .watch-video-banner img {
    width: 100%;
    height: 650px;
    object-fit: fill;
    filter: brightness(50%);
    border-radius: 20px;
}

.services-section {
    padding-right: 50px;
}

.services-section .card {
    border: none;
    box-shadow: 0px 0px 4px 0px #00000045;
    padding: 20px;
    cursor: pointer;
}

.services-section .card .inner-card span {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.services-section .card span i {
    color: #fff;
    font-size: 18px;
}

.services-section .card .inner-card h5 {
    margin-top: 30px;
    font-size: 24px;
}

.services-section .card:hover .inner-card span {
    background-color: #fff;
}

.services-section .card:hover .inner-card span i {
    color: #000;
}

.services-section .card:hover .fa-arrow-up-right-from-square {
    color: #fff;
}

.services-section .card:hover .inner-card * {
    color: #fff;
}

.services-section .card:hover {
    background-color: #000;
}

.owl-about-slider .item.logos img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.watch-video-content p {
    width: 90%;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.watch-video-content a.service-link {
    color: #000;
    border: 1px solid;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.icon {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .about-banner .left-banner h2 {
        font-size: 40px;
        text-align: center;
    }
    .about-banner .left-banner p {
        text-align: center;
        text-align: justify;
    }
    .about-banner .left-banner .button-section {
        justify-content: center;
    }
    .about-banner .left-banner .button-section {
        margin-top: 30px;
    }
    .banner-bottom {
        margin-top: 100px;
    }
    .about-banner .left-banner h1 {
        font-size: 40px;
    }
    .about-banner .left-banner p {
        font-size: 18px;
    }
    .banner-image-parent {
        margin-bottom: 60px;
    }
    .about-banner .before-star:after {
        left: 30px;
        top: 50px;
        height: 50px;
        width: 50px;
    }
    .about-banner .banner-image::before {
        width: 60px;
        height: 60px;
    }
    .about-banner .banner-image img.about-banner {
        height: 310px;
    }
    .about-banner .banner-image:after {
        width: 60px;
        height: 60px;
    }
    .banner-image-parent:after {
        width: 6rem;
        height: 5rem;
        bottom: -40px;
        left: 6rem;
    }
    .banner-bottom :before {
        display: none;
    }
    .banner-bottom p:after {
        display: none;
    }
    .about--company {
        padding: 0;
    }
    .about--company h2 {
        font-size: 32px;
    }
    .about--company p {
        font-size: 16px;
    }
    .about-company .aboutus-image img.about-company {
        margin-top: 40px;
    }
    .services-section {
        padding: 0;
    }
    .services-content h2 {
        font-size: 32px;
    }
    .services-content p {
        font-size: 16px;
    }
    .services-content a.service-link {
        margin-top: 20px;
        display: block;
        width: fit-content;
    }
    .watch-video .watch-video-left h3 {
        width: 100%;
        font-size: 32px;
    }
    .watch-video .watch-video-right p {
        font-size: 16px;
    }
    .watch-video .watch-video-banner img {
        height: auto;
    }
    .watch-video-content p {
        width: 100%;
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .about-banner .left-banner h1 {
        font-size: 40px;
    }
    .about-banner .left-banner p {
        font-size: 18px;
    }
    .about-banner .banner-image {
        margin-top: 60px;
    }
    .about-banner .before-star:after {
        left: 30px;
        top: 50px;
        height: 50px;
        width: 50px;
    }
    .about-banner .banner-image::before {
        width: 60px;
        height: 60px;
    }
    .about-banner .banner-image img.about-banner {
        height: 310px;
    }
    .about-banner .banner-image:after {
        width: 60px;
        height: 60px;
    }
    .banner-image-parent:after {
        width: 6rem;
        height: 5rem;
        bottom: -40px;
        left: 6rem;
    }
    .banner-bottom :before {
        display: none;
    }
    .banner-bottom p:after {
        display: none;
    }
    .about--company {
        padding: 0;
    }
    .about--company h2 {
        font-size: 32px;
    }
    .about--company p {
        font-size: 16px;
    }
    .about-company .aboutus-image img.about-company {
        margin-top: 40px;
    }
    .services-section {
        padding: 0;
    }
    .services-content h2 {
        font-size: 32px;
    }
    .services-content p {
        font-size: 16px;
    }
    .services-content a.service-link {
        margin-top: 20px;
        display: block;
        width: fit-content;
    }
    .watch-video .watch-video-left h3 {
        width: 100%;
        font-size: 32px;
    }
    .watch-video .watch-video-right p {
        font-size: 16px;
    }
    .watch-video .watch-video-banner img {
        height: auto;
    }
    .watch-video-content p {
        width: 100%;
        font-size: 16px;
    }
    .services-section .col-md-6 {
        width: 100%;
    }
    .services-section .card {
        margin-top: 30px;
    }
}