@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
}
.manrope{
    font-family: "Manrope", sans-serif;
}
.rubik{
    font-family: "Rubik", sans-serif;
}
:root{
    --primary: #F89333;
    --black: #000000;
    --text: #7B7B7B;
    --grey-bg: #F2F2F2;
    --orange-opacity: #FEEAE0;
    --white: #fff;
}
.primary{
    color: var(--primary);
}
.black{
    color: var(--black);
}
.text{
    color: var(--text);
}
.white{
    color: var(--white);
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs26{
    font-size: 26px;
}
.fs32{
    font-size: 32px;
}
.fs44{
    font-size: 44px;
}
.fs70{
    font-size: 70px;
}
.fs90{
    font-size: 90px;
}
.regular{
    font-weight: 400;
}
.medium{
    font-weight: 500;
}
.semibold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.extrabold{
    font-weight: 800;
}
.index{
    z-index: 9;
}
.pointer{
    cursor: pointer;
}
.input-white{
    background-color: var(--white);
    border-radius: 50px;
    border: 1px solid var(--white);
    padding: 14px 30px;
}
.input-white:focus {
    box-shadow: none;
    border: 1px solid var(--white);
    outline: none;
}
.input-btn{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    font-family: "Rubik", sans-serif;
}
.subtitle h5{
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--primary);
    margin: 0px;
}
.subtitle {
    background-color: #FEEADF;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 22px;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
.title {
    width: 60%;
    margin: auto;
}
.p60{
    padding: 60px 0px;
}
.pt-50{
    padding-top: 50px;
}
/* Header Css Start Here  */
.header .upper-header {
    background-color: var(--primary);
    padding: 20px 0px;
}
.header .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    padding: 0px 40px 0px 0px !important;
    font-family: "Manrope", sans-serif;
    transition: .67s;
}
.header .nav-link:hover {
    color: var(--primary);
}
.header .nav-item:last-child .nav-link {
    background-color: var(--primary);
    padding: 10px 22px !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: var(--white);
}
.header .navbar {
    padding: 20px 0px;
}
.header .navbar-toggler {
    border: 2px solid var(--primary);
}
.header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.header .nav-link.active{
    color: var(--primary);
}
/* Banner Css Start Here */
.banner .banner-input button {
    position: absolute;
    right: 0px;
    top: 0px;
}
.banner{
    background-image: url('../images/banner-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}
.banner::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #F89332, transparent);
}
/* Services Section Css Start Here  */
.service .servis-wrapper a:hover {
    color: var(--primary);
}
.service .servis-wrapper .top-text {
    color: #ECECEC;
    position: absolute;
    top: -45px;
    left: -25px;
}
/* Flow Chart Css Start Here  */
.flow-chart {
    background-color: var(--grey-bg);
    padding: 60px 0px;
}
.mob-chart {
    display: none;
}
/* Process Css Start Here  */
.process .process-content .approact-content {
    background-color: var(--orange-opacity);
    border-radius: 10px;
    padding: 20px;
}
.process .process-img img {
    width: 90%;
}
/* FAQ css Start Here  */
.faq .subtitle {
    background-color: #DD7109;
}
.faq .subtitle h5{
    color: var(--white);
}
.faq{
    background-color: var(--primary);
    padding: 50px 0px;
}
.faq .faq-wrapper .accordion-button {
    padding: 20px;
}
.faq .faq-wrapper .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
}
.faq .faq-wrapper .accordion-button:focus {
    box-shadow: none;
}
.faq .faq-wrapper .accordion-item {
    border: none;
    border-radius: 10px !important;
    overflow: hidden;
}
.faq .faq-wrapper .accordion-button::after {
    background-image: url('../images/faq-arrow.webp');
    background-size: 24px;
    width: 30px;
    height: 30px;
}
.faq .faq-wrapper .accordion-button:not(.collapsed)::after {
    transform: rotate(-38deg);
}
/* Review Css Start Here  */
.review .review-slider .review-wrapper .left-rating {
    background-color: #FCF3EB;
    border-radius: 10px;
    padding: 30px;
    width: 40%;
}
.review .review-slider .review-wrapper .right-review {
    width: 60%;
    padding: 0px 40px;
}
.review .slick-dots li button {
    background-color: #FFE0C3;
    border: 1px solid #FFE0C3;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}
.review .slick-dots li.slick-active button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.review .slick-dots li button::before {
    content: none !important;
}
.review .slick-dots li {
    width: auto;
    height: auto;
    margin-left: 0px !important;
}
.review .slick-dots {
    text-align: right;
    bottom: 30px !important;
}
.review .slick-prev {
    background-image: url(../images/review-slider-l.webp);
    height: 30px;
    width: 30px;
    left: auto;
    right: 18px;
    top: 22%;
    z-index: 99;
}
.review .slick-next {
    background-image: url(../images/review-slider-r.webp);
    height: 30px;
    width: 30px;
    top: 22%;
    z-index: 99;
}
.review .slick-prev::before, .review .slick-next::before {
    content: none !important;
}
/* Footer Css Start Here  */
.footer {
    background-color: var(--primary);
}
.footer .input-btn {
    background-color: var(--black);
    border: 1px solid var(--black);
}
.footer .input-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer {
    padding: 60px 0px 20px 0px;
}
.footer .copyright .seprator-link {
    height: 20px;
    width: 2px;
    background-color: var(--white);
    margin: 0px 20px;
}
.footer .copyright {
    padding-top: 20px;
    border-top: 1px solid var(--white);
    margin-top: 60px;
}
.footer .copyright .policy a:hover {
    color: var(--white);
}
/* About Us Page  */
.about-banner {
    background-image: url(../images/about-us.webp);
}
.about-banner::after {
    background: linear-gradient(45deg, #f8932fde, #f89332b3);
}
.about-sec-img {
    border-radius: 20px;
}
.content {
    background-color: var(--grey-bg);
    padding: 60px 0px;
}
.content .inner-content p{
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}
.img-content1 {
    opacity: .05;
    position: absolute;
    top: 20px;
    left: 0px;
}
.img-content2 {
    opacity: .2;
    position: absolute;
    bottom: 20px;
    right: 0px;
}
/* Service Page Css Start Here  */
.banner.service-banner {
    background-image: url('../images/service-banner.webp');
}
.banner.service-banner::after {
    background: linear-gradient(45deg, #f8932fde, #f89332b3);
}
/* Contact Us Banner Css Start Here  */
.banner.contact-banner {
    background-image: url('../images/contact-banner.webp');
    background-position: center;
}
.banner.contact-banner::after {
    background: linear-gradient(45deg, #f8932fde, #f89332b3);
}
/* Contact Us Page Css Start Here  */
.contact .contact-details {
    background-color: var(--orange-opacity);
    padding: 30px;
    border-radius: 10px;
}
.contact .form-contact .input-wrapper label{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 3px;
}
.contact .form-contact .input-wrapper input, .contact .form-contact .input-wrapper textarea {
    background-color: var(--white);
    border: 1px solid #dddddd;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    padding: 10px 20px;
}
.contact .form-contact .input-wrapper input:focus, .contact .form-contact .input-wrapper textarea:focus {
    box-shadow: none;
    border: 1px solid #dddddd;
}
.contact .form-contact .button-submit button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--white);
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    margin-top: 40px;
}
.contact .form-contact .input-wrapper textarea {
    height: 100px;
}
.contact .form-contact {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #d3d3d3;
}
.contact {
    padding: 60px 0px;
}
/* Terms & Conditions Page Start Here  */
.banner-terms {
    background-image: url('../images/terms-banner.webp');
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
}
.banner-terms::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #f8932fde, #f89332b3);
}
.policy-text h2{
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.policy-text p{
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
}