body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: "Calibri", sans-serif;
    line-height: 1 !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none !important;
}

p {
    margin-bottom: 0 !important;
}

p+p {
    margin-top: 15px !important;
}

.border-radius-5 {
    border-radius: 5px;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-n1 {
    letter-spacing: -1px;
}

.btn-group {
    display: flex;
}

.mt-n6 {
    margin-top: -2.5rem !important;
}

.bg-grey {
    background-color: rgba(248, 248, 248, 0.51);
}

.bg-theme-dark {
    /* background-color: #082567; */
    background-color: #000000;
}

.text-grey {
    color: #dadada;
}

.section {
    padding: 50px 0;
}

.padding-80 {
    padding: 80px 0 60px;
}

.theme-color {
    /* color: #0047ab !important; */
    color: #000000 !important;
}

.navbar-toggler {
    border: 1px solid #fff;
    padding: 4px 7px;
}

.btn-link, .btn-default {
    font-size: 1.1rem;
    padding: 18px 30px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
}

.btn-big {
    width: -webkit-fill-available;
}

.btn-small {
    width: -webkit-fill-available;
    height: 10px;
    margin: 0px;
    border-radius: 0%;
}

.btn-default {
    background-color: #000000;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: 0;
}

.btn-default.bg-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000000;
}

.btn-default.bg-white:hover {
    /* background-color: transparent !important; */
    /* color: #fff; */
    text-decoration: underline;
    cursor: pointer;
}

.btn-default span {
    position: relative;
}

.btn-default:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10%;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out all;
    background-color: #000000;
    z-index: 0;
}

.btn-default:hover:before {
    /* opacity: 0.6; */
    width: 110%;
}

.btn-link {
    text-align: center;
}

.menu-light li a,
.menu-light li a:active,
.menu-light li a:hover {
    color: #fff;
    transition: 0.3s ease-in-out all;
}

.menu-light li a:hover {
    /* font-weight: 600;
    border-bottom: #FFFFFF solid; */

    color: #000000;
    /* font-weight: 600; */
    /* border-bottom: #FFFFFF solid; */
    background-color: #FFFFFF;
}

.menu-light li a.nav-link.active {
    color: #000000;
    font-weight: 600;
    /* border-bottom: #FFFFFF solid; */
    background-color: #FFFFFF;
}

.navbar {
    transition: 0.3s ease-in-out all;
}

.navbar.fixed-top {
    background: #000000 !important;
    border-bottom: 1px solid;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.img-logo {
    height: 50px;
}

.img-logo-2 {
    height: 250px;
    margin-top: -95px;
}

.banner {
    background-image: url(../images/bg-transparent-white.png);
    background-color: #000000;
    background-repeat: no-repeat;
    padding: 180px 0 80px;
    margin-top: -120px;
    background-size: cover;
}

.banner .banner-image-box {
    position: relative;
}

.banner-image-box .main-img {
    position: relative;
    border-radius: 6px 6px 6px 6px;
    z-index: 2;
}

.banner-image-box .back-cover {
    position: absolute;
    bottom: -20px;
    left: -20px;
    height: 300px;
    width: 300px;
    border-radius: 6px 6px 6px 6px;
    background: linear-gradient(322deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 35%, rgba(255, 255, 255, 0.18) 100%);
}

.banner-image-box .clip-image {
    position: absolute;
    top: 0px;
    right: 85%;
    z-index: 0;
    width: 20%;
}

.about-image-box .clip-image-1 {
    position: absolute;
    left: -32px;
    top: 0%;
    z-index: 3;
    width: 30%;
}

.about-image-box .clip-image-2 {
    position: absolute;
    top: 100px;
    right: -30px;
    z-index: 0;
    width: 25%;
}

.about-image-box .clip-image-3 {
    position: absolute;
    left: -32px;
    top: 41%;
    z-index: 3;
    width: 30%;
}

.heading-wrapper {
    margin-bottom: 3rem;
}

.small-heading {
    padding: 8px 14px;
    /* background-color: #0047ab; */
    background-color: #000000;
    display: inline-flex;
    border-radius: 4px;
    color: #fff;
    /* color: #000000; */
}

.small-heading.no-bg {
    padding: 5px 10px;
    color: inherit;
    background-color: transparent;
    /* border: 1px solid #0047ab; */
    border: 1px solid #000000;
    background-color: 1px solid #000000;
}

.small-heading.no-bg-no-border {
    padding: 5px 10px;
    color: inherit;
    background-color: transparent;
    /* border: 1px solid #0047ab; */
    border: #000000;
}

.heading {
    font-size: 3.5rem;
}

.feature-box {
    display: flex;
}

.feature-content-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.feature-icon {
    background: rgba(8, 37, 103, 0.07);
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    /* color: #0047ab; */
    color: #000000;
}

.feature-icon-inv {
    background: rgba(0, 1, 4, 0.914);
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    /* color: #0047ab; */
    color: #FFFFFF;
}

.about-content-footer {
    display: flex;
    gap: 20px;
}

.divider-horizontal {
    width: 2px;
    border: 1px solid #e9e9e9;
}

.about-content-footer {
    margin-top: 50px;
}

.acf-box h1 {
    font-weight: 600;
    letter-spacing: -2px;
    font-size: 3rem;
}

.about-image-box {
    position: relative;
}

.about-image-box .main-img {
    position: relative;
    z-index: 5;
}

.main-img2 {
    height: 200%;
}

.about-image-box .clip-image {
    position: absolute;
    left: -32px;
    top: 20%;
    z-index: 3;
    width: 30%;
}

.service {
    position: relative;
}

.service:before {
    position: absolute;
    content: "";
    background: url(../images/bg-transparent.png);
    width: 100%;
    height: 100%;
    left: -25%;
    top: -2%;
    background-size: 98%;
    background-repeat: no-repeat;
    z-index: -1;
}

.service-right-panel {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-box {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #e9e8e8;
    margin-top: 20px;
    height: calc(100% - 20px);
}

.service-box.active {
    /* background: #082567; */
    background: #000000;
    color: #fff;
}

.service-box h2 {
    font-size: 1.5rem;
}

.service-icon {
    max-width: 60px;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.service-details {
    font-size: 0.9rem;
}

.cc-details>p {
    width: 50%;
}

.cc-details {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.cc-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.problem-box {
    padding: 20px;
    display: flex;
    box-shadow: 1px 1px 4px #ededed;
    border-radius: 5px;
    margin-bottom: 26px;
    background-color: #fff;
}

.problem-box .problem-img {
    width: 47%;
    margin: 0;
    margin-right: 15px;
}

.problem-img img {
    border-radius: 5px;
    height: 100px;
    object-fit: cover;
}

.problem-box h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.problem-box p {
    font-size: 0.9rem;
}

.solution-img {
    position: relative;
    margin-right: 30px;
}

.solution-img img {
    position: relative;
    border-radius: 5px;
}

.solution-img .back-cover {
    position: absolute;
    bottom: -20px;
    right: -20px;
    height: 80%;
    width: 80%;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(20deg, rgba(2, 0, 36, 0) 0%, rgb(0, 191, 255) 35%, rgba(2, 0, 36, 0) 100%);
}

.price-plan-box {
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 4px #ededed;
}

.price-plan-heading {
    font-size: 1.2rem;
    font-weight: 600;
    background: #0047ab;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.price-plan-body {
    text-align: center;
}

.price-plan-body>p {
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.43);
}

.price-plan-body>p+p {
    margin-top: 0 !important;
}

.price-plan-footer {
    text-align: center;
    margin-top: 30px;
}

.text-strike-danger {
    position: relative;
    display: inline-flex;
}

.text-strike-danger:before {
    position: absolute;
    content: "";
    background-image: url(../images/red-line.png);
    height: 6px;
    width: 100%;
    left: 0;
    right: 0;
    top: 42%;
    margin: auto;
    transform: rotate(0);
    background-size: 100%;
    background-repeat: no-repeat;
}

.price-plan {
    position: relative;
    overflow: hidden;
}

.price-plan:before, .price-plan:after {
    position: absolute;
    content: "";
    border-radius: 100%;
    border: 18px dashed rgba(39, 200, 209, 0.13);
    z-index: -1;
}

.price-plan:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-blue-04.webp);
    background-size: 108%;
    border: 0;
    border-radius: 0;
    opacity: 0.1;
    background-position: 50% 62%;
    background-repeat: no-repeat;
}

.no-left-padding {
    padding-left: 0px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer-heading {
    color: #fff;
}

.link-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.border-bottom {
    border-bottom: solid #ffffff 5px;
    padding-bottom: 10px;
}

.link-list li:not(:last-child) {
    margin-bottom: 15px;
}

.link-list li a {
    color: #dadada;
}

.testimonial-avatar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.avatar-circle {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
}

.user-proffession {
    font-size: 1.1rem;
    margin-bottom: 10px !important;
}

.testimonial {
    position: relative;
}

.testimonial:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/bg-transparent-white-lines.png);
    /* background-color: #00bfff; */
    background-color: #000000;
    background-position: center 50%;
    height: 65%;
    width: 100%;
    z-index: -1;
}

.testimonial-box {
    padding: 40px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ededed;
}

.testimonial-box h4 {
    font-weight: 600;
}

.quote {
    width: 85px;
    transform: rotate(178deg);
    margin-top: -20px;
}

.owl-item>.item {
    padding: 5px;
}

.contact {
    position: relative;
}

input.form-control.input-height {
    height: 55px;
}

.input-height-2 {
    height: 110px;
}


.form-element {
    margin-bottom: 20px;
}

.form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ededed;
    position: relative;
}

.form-wrapper:before {
    position: absolute;
    top: -43px;
    left: -35px;
    background: url("../images/lines-green.webp");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 22%;
    z-index: -1;
}

.human-factor-box {
    margin-top: 30px;
}

.human-factor-box h3 {
    font-size: 1.5rem;
}

.human-factor-box p {
    font-size: 0.9rem;
}

.human-image-card {
    position: relative;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px 13px;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    z-index: 999;
}

@media (min-width: 576px) and (max-width: 1024px) {
    html {
        font-size: 11px;
    }

    .heading {
        font-size: 3rem;
    }

    .about-content-footer {
        margin-top: 30px;
    }

    .section, .padding-80 {
        padding: 60px 15px 40px;
    }

    .banner {
        padding: 130px 0 80px;
    }

    .btn-link, .btn-default {
        padding: 12px 24px;
    }    
}

@media (max-width: 767px) {
    #navbarSupportedContent {
        position: absolute;
        background: #000;
        left: 0;
        right: 0;
        top: 70px;
        padding: 20px 30px;
        z-index: 9;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 14px;
    }

    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner {
        padding: 130px 15px 50px;
    }

    .banner .banner-image-box {
        margin-top: 20px;
    }

    .banner-image-box .clip-image {
        display: none;
    }

    .section, .padding-80 {
        padding: 40px 15px 30px;
    }

    .feature-box {
        margin: 15px auto;
    }

    .heading {
        font-size: 2.3rem;
    }

    .price-plan-box {
        margin-bottom: 20px;
    }

    .service {
        position: relative;
        padding: 0px 0 20px;
    }

    .service:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg-transparent.png);
        z-index: -1;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: -47% 47%;
    }

    .service-box {
        width: 100%;
    }

    .problem-box {
        border: 1px solid #ededed;
        margin-bottom: 20px;
        height: auto;
    }

    .price-plan:after {
        bottom: 0;
        left: 15px;
    }

    .mt-n6 {
        margin-top: 0;
    }

    .cc-footer {
        margin-top: 25px;
    }

    .human-image-card {
        margin-top: 25px;
    }
}