@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

.main-header {
    padding-top: 45px;
    transition: all 0.5s ease;
    z-index: 99;
}

.main-header .search {
    max-width: 140px;
}

.main-header .search .btn {
    line-height: 1;
}

.main-header .search .btn i {
    font-size: 20px;
}

.main-header .search .form-control {
    color: #fff;
}

.main-header .search .form-control::-moz-placeholder {
    color: #95A5CE;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-header .search .form-control:-ms-input-placeholder {
    color: #95A5CE;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-header .search .form-control::placeholder {
    color: #95A5CE;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-header .navbar-collapse .navbar-nav {
    padding-left: 60px;
}

.main-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 0px 50px 0 0;
    color: #061434;
    font-weight: 500;
}

.main-header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #0d6efd;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 71, 55, 0.1);
}

.main-header.sticky .search .form-control {
    color: #000;
}

.main-header.sticky .search .form-control::-moz-placeholder {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-header.sticky .search .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-header.sticky .search .form-control::placeholder {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-header.sticky .search i {
    color: #000 !important;
}

.main-header .nav-toggler i {
    font-size: 35px;
}

.main-header .offcanvas .offcanvas-header .btn-close {
    margin-top: -25px;
    margin-right: 0px;
}

.main-header .offcanvas .offcanvas-header .btn-close i {
    font-size: 35px;
    color: #061434;
}

.main-header .offcanvas .navbar-nav .nav-link {
    color: #061434;
    font-weight: 500;
    font-size: 20px;
}

.page .main-content {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.page .main-content .container {
    max-width: 960px;
}

.hero-banner {
    padding-bottom: 70px;
}

.hero-banner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 65%;
    background-color: #F9F9FB;
    left: 0;
    top: 0;
}

.hero-banner::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-size: cover;
    background-image: url(../img/right-background.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.hero-banner .left-hero-color {
    padding-top: 250px;
    z-index: 1;
}

.hero-banner .left-hero-color::before {
    position: absolute;
    content: "";
    top: 150px;
    left: -150px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../img/leftside-backlayer-icons.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.hero-banner .left-hero-color img {
    margin-left: -35px;
}

.hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
    font-size: 75px;
    max-width: 70%;
}

.hero-banner .left-hero-color p {
    color: #7A8496;
    font-size: 18px;
    padding: 30px 0;
    font-weight: 500;
}

.hero-banner .left-hero-color a span {
    transform: rotate(90deg);
}

.hero-banner .right-hero-color {
    padding-top: 250px;
    z-index: 1;
}

.hero-banner .right-hero-color::after {
    position: absolute;
    content: "";
    top: 250px;
    right: -150px;
    width: 35%;
    height: 70%;
    background-size: contain;
    background-image: url(../img/rightside-backlayer-icons.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.service {
    padding: 150px 0;
}

.service::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../img/service-backlayer.svg);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}

.service .shape {
    top: -100px;
    right: -50px;
    height: 130px;
}

.service small, .service .small {
    color: #7A8496;
    padding-bottom: 30px;
    font-weight: 600;
}

.service h2, .service .h2 {
    font-weight: 600;
}

.service .step-row {
    padding-top: 70px;
}

.service .card .icon-round {
    height: 100px;
    width: 100px;
    background-color: #FFF4CE;
}

.service .card .icon-round::before {
    position: absolute;
    content: "";
    top: 27px;
    left: -22px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../img/service-round-icon-layer.svg);
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
    transform: rotate(349deg);
}

.service .card .icon-round i {
    font-size: 35px;
}

.service .card h5, .service .card .h5 {
    color: #7A8496;
    padding-top: 30px;
}

.service .card h3, .service .card .h3 {
    font-weight: 600;
    padding: 15px 0 15px;
}

.service .card p {
    color: #7A8496;
    line-height: 30px;
}

.our-service {
    padding: 150px 0;
    background-color: #F9F9FB;
}

.our-service::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../img/our-service-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.our-service small, .our-service .small {
    color: #7A8496;
    padding-bottom: 30px;
    font-weight: 600;
}

.our-service h2, .our-service .h2 {
    font-weight: 600;
}

.our-service p {
    color: #7A8496;
    line-height: 30px;
    padding: 25px 0 35px;
}

.our-service ul li {
    padding-bottom: 25px;
    line-height: 30px;
}

.our-service ul li i {
    color: #37A05B;
    position: relative;
    top: 3px;
}

.our-service ul li span {
    width: 90%;
    font-weight: 600;
}

.portfolio {
    padding: 150px 0;
}

.portfolio::before {
    position: absolute;
    content: "";
    top: 80px;
    left: 0px;
    width: 100%;
    height: 92%;
    background-size: contain;
    background-image: url(../img/portfolio-backoverlay.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.portfolio .shape {
    top: -15px;
    right: -100px;
    height: 130px;
}

.portfolio small, .portfolio .small {
    padding-bottom: 30px;
    font-weight: 600;
}

.portfolio h2, .portfolio .h2 {
    font-weight: 600;
}

.portfolio .step-row {
    padding-top: 70px;
    padding-bottom: 80px;
}

.portfolio .card {
    border-radius: 30px;
}

.portfolio .card .icon {
    height: 80px;
    width: 80px;
    font-size: 25px;
    background-color: #2753c9;
}

.portfolio .card h3, .portfolio .card .h3 {
    font-weight: 600;
    padding: 30px 0 20px;
}

.portfolio .card p {
    color: #92ACF2;
    line-height: 30px;
}

.portfolio .portfolio-slider .owl-item .item {
    margin: 0 -20px 0 -50px;
}

.portfolio .portfolio-slider .owl-stage {
    left: 50px;
}

.portfolio .portfolio-slider .owl-stage-outer {
    overflow: inherit;
}

.portfolio .portfolio-slider .item img {
    border-radius: 15px;
}

.faq {
    padding: 150px 0;
    background-color: #F9F9FB;
}

.faq::before {
    position: absolute;
    content: "";
    top: 150px;
    left: 0px;
    width: 100%;
    height: 90%;
    background-size: contain;
    background-image: url(../img/faq-backlayer-icons.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.faq small, .faq .small {
    color: #7A8496;
    padding-bottom: 30px;
    font-weight: 600;
}

.faq h2, .faq .h2 {
    font-weight: 600;
}

.faq .accordion-block {
    padding-top: 50px;
}

.faq .accordion-block .accordion-button {
    font-weight: 600;
}

.faq .accordion-block .accordion-button:not(.collapsed)::after {
    height: 5px;
    width: 15px;
    background-size: contain;
    top: -4px;
}

.faq .accordion-block .accordion-body {
    color: #7A8496;
    line-height: 30px;
}

.contact {
    padding: 180px 0 80px;
}

.contact::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../img/contact/contact-background-layer.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.contact .dots-shape-left {
    left: -75px;
    height: 110px;
    top: -80px;
    width: 110px;
}

.contact .dots-shape-right {
    right: -15px;
    height: 110px;
    width: 110px;
    top: -35px;
}

.contact small, .contact .small {
    color: #7A8496;
    padding-bottom: 30px;
    font-weight: 600;
}

.contact h2, .contact .h2 {
    font-weight: 600;
}

.contact .agree {
    color: #92ACF2;
    line-height: 30px;
    padding-bottom: 25px;
}

.contact .testimonial .details {
    padding: 90px 150px 30px 0;
}

.contact .testimonial .details::before {
    position: absolute;
    content: "";
    top: 40px;
    left: 0px;
    width: 82%;
    height: 1px;
    background-color: #fff;
    z-index: 0;
    opacity: 0.1;
}

.contact .testimonial .details::after {
    position: absolute;
    content: "";
    top: 70px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-image: url(../img/contact/quotes.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.contact .testimonial .details p {
    line-height: 34px;
}

.contact .testimonial .details .avtar-img {
    background-color: #fec572;
    height: 55px;
    width: 55px;
}

.contact .trusted-companies {
    padding-top: 150px;
}

.contact .trusted-companies ul li {
    margin: 40px 25px 0;
    display: flex;
    justify-content: center;
}

.footer {
    padding: 100px 0 50px;
}

.footer .footer-logo-col {
    padding-right: 120px;
}

.footer .footer-logo-col p {
    padding: 35px 0 30px;
    line-height: 30px;
}

.footer .footer-logo-col .callus {
    line-height: 30px;
}

.footer h5, .footer .h5 {
    padding-bottom: 30px;
}

.footer ul li a {
    display: block;
    padding-bottom: 25px;
    text-decoration: none;
    color: #92ACF2;
    font-weight: 500;
}

.footer ul li a:hover {
    color: #EE7B11;
}

.footer .subscribe .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.footer .subscribe .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.footer .copyrights {
    padding-top: 70px;
}

.btn {
    padding: 18px 35px;
    border-radius: 15px;
    font-size: 17px;
}

.fw-500 {
    font-weight: 500;
}

body, html {
    overflow-x: hidden;
}

label {
    color: #14141C;
    font-weight: 500;
}

.form-control {
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.form-control::-moz-placeholder {
    color: #7A8496;
    font-size: 16px;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    color: #7A8496;
    font-size: 16px;
    font-weight: 500;
}

.form-control::placeholder {
    color: #7A8496;
    font-size: 16px;
    font-weight: 500;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

select.form-control {
    color: #7A8496;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    background-image: url(../../assets/images/contact/icon_caret_down.svg);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 50%;
    background-size: 12px;
}

textarea.form-control {
    min-height: 130px;
}

.form-group {
    margin-bottom: 35px;
}

.section-bg-icons::before {
    position: absolute;
    content: "";
    background-image: url(../../assets/images/section-bg/team-feature-bg.svg);
    background-repeat: no-repeat;
    height: 130%;
    width: 100%;
    background-size: contain;
    background-position: center;
    top: 0px;
    z-index: -1;
}

.blue-light {
    color: #92ACF2 !important;
}

.br-15 {
    border-radius: 15px;
}

.btn-close {
    background: none;
}

.btn-close:focus {
    box-shadow: none;
}

@media screen and (max-width: 9999px) and (min-width: 2400px) {
    .hero-banner::before {
        width: 55%;
    }

    .hero-banner::after {
        width: 45%;
    }

    .contact::before {
        background-size: cover;
    }
}

@media screen and (max-width: 2399px) and (min-width: 1700px) {
    .hero-banner::before {
        width: 60%;
    }

    .hero-banner::after {
        width: 40%;
    }

    .contact::before {
        background-size: cover;
    }
}

@media (max-width: 1199.98px) {
    .main-header .offcanvas .navbar-nav .nav-link {
        padding: 0 0 20px;
    }

    .hero-banner .left-hero-color {
        padding-top: 150px;
    }

    .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
        font-size: 60px;
    }

    .hero-banner .right-hero-color {
        padding-top: 100px;
    }

    .service, .our-service, .portfolio, .pricing, .faq {
        padding: 100px 0;
    }

    .portfolio .portfolio-wrap {
        position: unset;
    }

    .card-body {
        padding: 30px;
    }

    .price-plan .card-body {
        padding: 40px 15px 30px;
    }

    .footer {
        padding: 80px 0 80px;
    }

    .footer .footer-logo-col {
        padding-right: 0;
    }

    .footer .subscribe .input-group .form-control {
        width: 100%;
    }

    .footer .subscribe .input-group button {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
        font-size: 40px;
    }

    .hero-banner .left-hero-color p {
        padding: 20px 0;
    }

    .service, .our-service, .portfolio, .pricing, .faq {
        padding: 80px 0;
    }

    .service .row .col-xxl-4:last-child {
        margin-top: 30px;
    }

    .portfolio .row .col-xxl-4:last-child {
        margin-top: 30px;
    }

    .portfolio .portfolio-slider .owl-stage {
        left: 30px;
    }

    .portfolio .portfolio-slider .owl-stage .owl-item .item {
        margin: 0 -35px 0 -52px;
    }

    .price-plan .col-xxl-4:last-child {
        margin-top: 30px;
    }

    .portfolio-slider {
        padding: 0 15px;
    }

    .contact .testimonial .details {
        padding: 90px 150px 30px 0;
    }

    .contact .trusted-companies {
        padding-top: 80px;
    }

    .footer .footer-logo-col p {
        padding: 25px 0 20px;
    }

    .footer .row .col-xxl-4 {
        margin-bottom: 30px;
    }

    .footer h5, .footer .h5 {
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .main-header {
        padding-top: 30px;
    }

    .service, .our-service, .portfolio, .pricing, .faq {
        padding: 40px 0;
    }

    .hero-banner {
        padding-bottom: 30px;
    }

    .hero-banner::after {
        width: 100%;
        height: 35%;
        top: 65%;
    }

    .hero-banner::before {
        width: 100%;
        height: 65%;
    }

    .hero-banner .left-hero-color {
        padding-top: 100px;
    }

    .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
        max-width: 100%;
        font-size: 32px;
    }

    .hero-banner .right-hero-color {
        padding-top: 20px;
    }

    br {
        display: none;
    }

    .fs-2 {
        font-size: 30px !important;
    }

    .service small, .service .small, .portfolio small, .portfolio .small {
        padding-bottom: 20px;
    }

    .service .step-row, .portfolio .step-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .service .row .col-xxl-4, .portfolio .row .col-xxl-4 {
        margin-bottom: 20px;
    }

    .service .row .col-xxl-4:last-child, .portfolio .row .col-xxl-4:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-btn {
        margin-top: 20px;
    }

    .our-service img {
        margin-bottom: 20px;
    }

    .our-service small, .our-service .small {
        padding-bottom: 20px;
    }

    .our-service p {
        padding: 20px 0 25px;
    }

    .our-service ul li i {
        top: 5px;
    }

    .pricing .pricing-head::after {
        top: 20px;
        width: 100px;
        height: 100px;
    }

    .pricing .price-plan .col-xxl-4 {
        margin-bottom: 25px;
    }

    .pricing .price-plan .col-xxl-4:last-child {
        margin-top: 0;
    }

    .pricing .price-plan .card-body::before {
        top: 100px;
    }

    .pricing .price-plan .card-body ul li {
        padding-bottom: 5px;
    }

    .pricing .price-plan h2 .fs-2, .pricing .price-plan .h2 .fs-2 {
        font-size: 40px !important;
    }

    .faq .accordion-block .accordion-button {
        align-items: flex-start;
        padding: 20px;
    }

    .faq .accordion-block .accordion-button:not(.collapsed)::after {
        height: 15px;
        width: 15px;
        top: 10px;
    }

    .faq .accordion-block .accordion-body {
        padding: 20px;
    }

    .contact {
        padding: 40px 0 40px;
    }

    .contact .dots-shape-left {
        display: none;
    }

    .contact .agree {
        padding-bottom: 10px;
    }

    .contact small, .contact .small {
        padding-bottom: 20px;
    }

    .contact .testimonial {
        padding-bottom: 20px;
    }

    .contact .testimonial .details {
        padding: 30px 0px 30px 0;
    }

    .contact .testimonial .details::before {
        top: 20px;
        width: 100%;
    }

    .contact .trusted-companies {
        padding-top: 40px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .footer {
        padding: 40px 0 40px;
    }

    .footer h5, .footer .h5 {
        padding-bottom: 15px;
    }

    .footer ul li a {
        padding-bottom: 15px;
    }

    .footer .row .col-xxl-2 {
        margin-bottom: 30px;
    }

    .footer .copyrights {
        padding-top: 10px;
        line-height: 30px;
    }

    .portfolio .portfolio-slider .owl-stage {
        left: 35px;
    }
}

@media (max-width: 575.98px) {
    .card-action .btn {
        width: 100%;
    }

    .contact .contact-btn {
        width: 100% !important;
    }
}