.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}




/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/*custom css*/
   .video-container {
      position: relative;
      width:1920px;
      max-width:100%; /* Adjust as needed */
    }
    .overlay-image {
      width: 100%;
      height: auto;
      cursor: pointer;
      display: block;
    }
    iframe {
      width: 100%;
      display: block;
    }

img.banner-image {
    width: 100%;
}

.container-fluid.hero-header.bg-light.py-4.mb-5 {
    background: linear-gradient(rgba(40, 142, 253, 1) 0%, rgba(56, 200, 250, 1) 100%);
}

a.btn.btn-primary.py-3.px-4.btn-fairpay {
    background: #2569BB;
    border-radius: 30px;
    border: none;
    margin-right: 20px;
}

.container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
    font-size: 66px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.container-fluid.hero-header.bg-light.py-4.mb-5 h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
}

.row.right-dv {
    text-align: right;
}

.text-primary {
    color: #2c56a1 !important;
}

.navbar-nav.ms-auto.py-4.py-lg-0 a {
    color: #2c56a1 !important;
}

.footer {
    position: relative;
}

.footer img {
    width: 100%;
}

.footer p {
    top: 154px;
    position: absolute;
    left: 41%;
    color: #fff;
}

.col-lg-6.wow.fadeInUp.left-img img {
    margin-right: -84px;
}

img.right-image {
    width: 100%;
}

.right-section.img-text-section img {
    text-align: right;
    float: right;
    width: 100%;
}

.navbar .navbar-brand {
    height: auto;
}

.let-go.img-text-section {
    width: 100%;
    background: #f4f6f8;
    padding: 0px;
    height: 210px;
}

.service-brochure {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 0px;
}

.client-bottom-section.inline-view h1 {
    margin-top: 30px;
}

.client-bottom-section.inline-view {
    text-align: right;
    width: 88%;
}


.client-bottom-section.inline-view span {
    display: flex;
    text-align: right;
    float: right;
    align-items: center;
}

.client-bottom-section.inline-view h2 {
    font-weight: 500;
    font-size: 33px;
    color: #288EFD;
}

.client-bottom-section.inline-view span {
    color: #288EFD;
    font-size: 22px;
}

span.call-sec a {
    color: #288EFD;
}

span.text-sec a {
    color: #288EFD;
}

span.text-sec {
    margin-left: 10px;
}

span.call-sec {
    margin-left: 13px;
}

/*responsive media*/
@media (max-width:1920px) {
    .col-lg-6.wow.fadeInUp.left-img img {
        width: 83%;
        margin-right: 30px;
    }
}

@media (max-width:1520px) {
    .footer p {
        top: 120px;
    }
}


@media (max-width: 1764px) {
    .col-lg-6.wow.fadeInUp.left-img img {
        margin-right: -38px;
        width: 80%;
    }
}

@media (max-width:1671px) {
    .col-lg-6.wow.fadeInUp.left-img img {
        margin-right: 0px;
        width: 80%;
    }
}

@media (max-width:1390px) {
    .container-fluid.hero-header.bg-light.py-4.mb-5 h3 {
        font-size: 44px;
    }

    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 56px;
    }
}

@media (max-width:1266px) {
    .footer p {
        top: 103px;
    }
}


@media (max-width:1200px) {
    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 49px;
    }

    .footer p {
        top: 99px;
    }

}

@media (max-width:1042px) {
    .footer p {
        top: 86px;
        left: 36%;
    }

    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 46px;
    }
}

@media (max-width:1059px) {
    .let-go.img-text-section {
        height: 250px;
    }

    .client-bottom-section.inline-view span.call-sec {
        padding-bottom: 0px;
        margin-left: 23px;
    }

    .client-bottom-section.inline-view {
        width: 94%;
        padding-top: 25px;
    }

    .client-bottom-section.inline-view h1 {
        margin-top: 30px;
        font-size: 31px;
        line-height: 20px;
    }

    .client-bottom-section.inline-view h2 {
        font-weight: 500;
        font-size: 30px;
    }

    span.call-sec {
        margin-left: 20px;
    }


    .client-bottom-section.inline-view span {
        font-size: 18px;
    }

}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    a.btn.btn-primary.py-3.px-4.btn-fairpay {
        margin-bottom: 20px;
    }

    .row.right-dv img {
        margin-bottom: 27px;
    }

    .footer p {
        top: 75px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

   img.court-img {
    width: 100% !important;
    margin: 0 auto;
} 
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .col-lg-6.wow.fadeInUp.left-img img {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }


}

@media (max-width:820px) {
    .footer p {
        top: 66px;
        left: 30%;
    }
}





@media (max-width:794px) {
    .footer p {
        top: 61px;
    }
}

@media (max-width:767px) {
    .col-lg-6.wow.fadeInUp.left-img img {
        width: 91%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
        .row.right-dv img {
        margin-bottom:0px;
    }

    .client-bottom-section.inline-view span img {
        margin-right: 4px;
        width: 40px;
    }
}

@media (max-width:680px) {
    .right-section.img-text-section {
        display: none;
    }

    .client-bottom-section.inline-view span {
        padding-right: 0px;
    }

    .client-bottom-section.inline-view span.call-sec {
        margin-left: 0px;
    }

    span.call-sec {
        margin-left: 20px;
    }

    .client-bottom-section.inline-view span img {
        width: 37px;
    }

    .let-go.img-text-section {
        height: auto;
    }

    .client-bottom-section.inline-view span img {
        margin-right: 0px;
    }

    .client-bottom-section.inline-view h1 {
        font-size: 28px;
    }

    .client-bottom-section.inline-view h2 {
        font-weight: 500;
        font-size: 26px;
    }

    .client-bottom-section.inline-view span {
        display: inline-flex;
        float: none;
        text-align: center;
        padding-right: 11px;
    }

    .client-bottom-section.inline-view span img {
        padding-right: 7px;
    }

    .client-bottom-section.inline-view {
        width: 100%;
        text-align: center;
        padding-bottom: 27px;
    }

    span.text-sec {
        margin-left: 0px;
    }

    .footer p {
        top: 49px;
    }
}

@media (max-width:669px) {
    .footer p {
        top: 48px;
    }
}


@media (max-width:620px) {
    .footer p {
        top: 43px;
    }

    .footer p {
        top: 45px;
        left: 30%;
        font-size: 12px;
    }

    a.btn.btn-primary.py-3.px-4.btn-fairpay {
        font-size: 14px;
        margin-bottom: 21px;
    }
}


@media (max-width:560px) {
    .footer p {
        top: 36px;

    }
}


@media (max-width:535px) {
    .footer p {
        top: 33px;
    }

    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 37px;
    }
}

@media (max-width:500px) {
    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 32px;
    }
}

@media (max-width:480px) {
    .client-bottom-section.inline-view {
        padding-top: 0px;
        text-align: center;
        width: 100%;
    }

    .client-bottom-section.inline-view h2 {
        font-weight: 500;
        font-size: 23px;
    }

    .client-bottom-section.inline-view h1 {
        font-size: 25px;
    }

    .client-bottom-section.inline-view span {
        font-size: 17px;
    }

}

@media (max-width:450px) {
    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 32px;
    }

}

@media (max-width:430px) {
    .footer p {
        top: 30px;
    }

    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 30px;
    }

    .client-bottom-section.inline-view span {
        font-size: 16px;
    }
}

@media (max-width:414px) {
    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 28px;
    }
}
@media (max-width:400px) {
    a.btn.btn-primary.py-3.px-4.btn-fairpay {
        margin-right: 0px;
        margin-bottom: 16px;
        text-align: center;
        width: 100%;
    }

    .container-fluid.hero-header.bg-light.py-4.mb-5 h1 {
        font-size: 27px;
    }

    .container-fluid.hero-header.bg-light.py-4.mb-5 h3 {
        font-size: 40px;
    }
}


@media (max-width:390px) {
    .footer p {
        top: 26px;
    }
}

@media (max-width: 360px) {
    .footer p {
        top: 23px;
        left: 22%;
    }
}


.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -80px;
    right: -80px;
    border: 80px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
}

.service-item.bg-white::after {
    border-color: transparent transparent var(--light) transparent;
}

.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--dark);
}