body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17px;
    color: #424242;
}

/* Header start */
#header {
    position: sticky;
    top: 0;
    z-index: 9;
}
.get-started-btn i{
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}
.get-started-btn:hover i{
    transform: rotate(0deg);
}
/* Header end */


/* Banner Start */
#hero {
    background: rgb(255, 248, 232);
    background: linear-gradient(90deg, rgba(255, 248, 232, 1) 0%, rgba(232, 231, 255, 1) 45%, rgba(205, 246, 255, 1) 100%);
}

.mini-heading {
    background: linear-gradient(to right, #ffc9a0, transparent);
    color: #202020;
    padding: 5px 12px;
    border-radius: 0;
    border-left: 4px solid #e26200;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
}

.banner-heading {
    font-weight: 700;
    color: #000;
}

.banner-text {
    font-size: 18px;
    font-weight: 400;
}

span.typed-text {
    background: linear-gradient(180deg, #073b80 7.4%, #033968 113.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.cursor {
    display: inline-block;
    background-color: #073b80;
    margin-left: .1rem;
    width: 3px;
    animation: blink 1s infinite
}

span.cursor.typing {
    animation: none
}

@keyframes blink {
    0% {
        background-color: #073b80
    }

    49% {
        background-color: #073b80
    }

    50% {
        background-color: transparent
    }

    99% {
        background-color: transparent
    }

    100% {
        background-color: #073b80
    }
}

.btn-1 {
    background-color: #e26200;
    color: #fff;
}

.btn-1:hover {
    background-color: #073b80;
    color: #fff;
}

.btn-primary {
    background-color: #073b80 !important;
    border: 1px solid #073b80;
}

.btn-primary:hover {
    background-color: #e26200 !important;
    border: 1px solid #e26200;
}

.custom-border-img {
    border: 1px solid #073b8069;
}

.custom-shadow-img {
    box-shadow: 6px 6px 12px #073b8036, -6px -6px 12px #3e6eff14;
}

.custom-shape {
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    overflow: hidden;
}

/* Banner End */
/* About Us Start */
.heading {
    font-size: 42px;
    color: #000;
    font-weight: 600;
}

.about-right .about-tabs .nav-pills {
    border: 1px solid #073b80;
}

.about-right .about-tabs .nav-pills .nav-item .nav-link {
    color: #073b80;
}

.about-right .about-tabs .nav-pills .nav-link.active,
.about-right .about-tabs .nav-pills .show>.nav-link {
    background-color: #073b80;
    color: #fff;
}

.about-list .fa-li i {
    color: #e26200;
}

.about-list li {
    margin-bottom: 10px;
}

/* About Us End */
/* Services Start */

.services-tabs .nav-pills {
    border: 1px solid #073b80;
}

.services-tabs .nav-pills .nav-item .nav-link {
    color: #073b80;
}

.services-tabs .nav-pills .nav-link.active,
.services-tabs .nav-pills .show>.nav-link {
    background-color: #073b80;
    color: #fff;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    min-width: 200px;
}

.service-icons {
    border: 1px solid #073b80;
    background-color: #073b800c !important;
}

.service-icons i {
    color: #073b80;
}

/* Services End  */
/* Portfolio Section Start */
#portfolio-cards .item .portfolio-card,
#portfolio-cards .item .portfolio-card .pro-icon {
    border: 1px solid #073b8082;
}

#portfolio-cards .item .portfolio-card .pro-icon i {
    color: #073b80;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #073b8056 !important;
    width: 15px !important;
    height: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #073b80 !important;
}

/* Portfolio Section End */

/* Counter Start */
#counter {
    background: linear-gradient(to top, #e7e7e757, #e262000f);
}

.n_container {
    text-align: center;
    position: relative;
    margin: 40px 8px;
    background-color: #0C2545;
    color: #fff;
    padding: 30px 25px;
    border-radius: 6px;
}

.n_digit {
    font-size: 42px;
    font-weight: 700;
}

.n_text {
    font-size: 18px;
    font-weight: 600;
    color: #e1e1e1;
}

.progress {
    width: 100%;
    height: 6px;
}

.skill-wrapper {
    margin-bottom: 30px;
}

.skill-wrapper span {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Inconsolata, monospace;
    margin-bottom: 10px;
}

.progress-bar {
    background: #0C2545;
}

.progressbar-active {
    animation-name: progress;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.bg-theme {
    background-color: #0C2545;
}

.proposal {
    position: relative;
}

.proposal::before {
    position: absolute;
    content: "";
    background: url(../images/dot.png);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
}

.audit-card {
    position: relative;
    z-index: 2;
}

/* Counter End */
/* Testimonial Section Start */
#testimonial-cards .item .testimonial-card {
    border: 1px solid #073b8050;
}

#testimonial-cards .item .testimonial-card .user-icon i {
    font-size: 40px;
    color: #073b80;
}

#testimonial-cards .item .testimonial-card .stars i {
    color: #073b80;
}

/* Testimonial Section End */
/* Contact Section Start */
#contact .form-container {
    border: 1px solid #073b805d;
}

#contact .form-container .form-control {
    border-color: #073b805d !important;
}

#contact .form-container .form-control:focus-visible {
    box-shadow: none;
}

#contact .contact-crd {
    border-left: 4px solid #073b80;
    padding: 0;
}

#contact .a1 {
    font-size: 20px;
    font-weight: 600;
    color: #073b80;
}

/* Contact Section End */
/* Footer Section Start */
#footer {
    background-color: #dfefff;
    color: #242424;
}

#footer a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
}

#footer a:hover {
    color: #141414;
}

#footer .footer-logo a {
    font-size: 25px;
    font-weight: 700;
}

#footer {
    font-size: 15px;
}

#footer .footer-menu {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Footer Section End */
/* Go to top button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 23px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #073b80;
    color: #fff;
    cursor: pointer;
    padding: 15px 22px;
    border-radius: 50%;
    font-size: 18px;
}

@media (max-width: 767px) {
    .nav-pills.rounded-pill {
        border-radius: 5px !important;
    }
}

#about1 .h-100 {
    border: 1px solid #073b8082;
}

.service-area .portfolio-card,
.service-area .portfolio-card .service-card-image {
    overflow: hidden;
}

.service-area .portfolio-card:hover {
    border: 1px solid #ffd2b0 !important;
    background-color: #fffaf6;
    transition: all .3s ease-in-out;
}

.service-area .portfolio-card:hover .service-card-image img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.service-area .service-card-image img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top;
    transition: all .3s ease-in-out;
}

#service-details .single-service-detail .page-single {
    overflow: hidden;
    border: 1px solid #c0c0c0;
}

#service-details .single-service-detail .service-img img {
    aspect-ratio: 2/1;
    width: 100%;
    object-fit: cover;
}

.widget {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.widget a {
    color: #4a4a4a;
    text-decoration: none;
}

.widget a:hover {
    color: #e26200;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin-left: 5px;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    color: #e26200;
    line-height: 1.5;
}

#service-details .nav-pills .nav-link {
    color: #393838;
    background-color: #fff;
    font-size: 15px;
    margin: 5px;
    border: 1px solid rgb(210, 210, 210);
}

#service-details .nav-pills .nav-link.active {
    color: #fff;
    background-color: #e26200;
    border-color: #e26200;
}