@import url("https://fonts.googleapis.com/css2?family=Pathway+Extreme:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body,
html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Pathway Extreme", sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #0072d4;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    color: #0a88f4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #273e4d;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}
@media (max-width: 991.98px) {
    h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767.98px) {
    h5 {
        font-size: 1rem;
    }
    .h1-form {
        font-size: 2.5rem !important;
    }
}

p {
    color: #5a7282;
    font-size: 1rem;
    line-height: 1.625;
}

.txt-black {
    color: #273e4d;
}

.txt-blue {
    color: #0072d4;
}

.bg-light-blue {
    background-color: #edf8ff;
}

.btn-primary {
    background-color: #0072d4;
    font-size: 1.25rem;
    padding: 0.845rem 1.71rem;
    border-radius: 0.25rem;
    border-color: #0072d4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:hover {
    background-color: #273e4d;
    border-color: #273e4d;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.top-contact {
    background-color: #edf8ff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #273e4d;
    height: 1.5rem;
}

.nav-solid {
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 6px 15px 0px rgba(209, 209, 209, 0.5);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(209, 209, 209, 0.5);
    -moz-box-shadow: 0px 6px 15px 0px rgba(209, 209, 209, 0.5);
}

nav {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    padding: 0.82rem 0 !important;
    margin-top: 1.5rem;
}
nav .navbar-brand img {
    height: 38px;
}
@media (max-width: 991.98px) {
    nav .navbar-brand img {
        width: 141px;
    }
}
nav .nav-item:not(:last-child) {
    margin: 0 1rem;
}
nav .nav-item.active .nav-link {
    color: #0072d4 !important;
}
nav .nav-link {
    color: #5a7282;
    font-size: 1rem;
    font-weight: 500;
}
nav .nav-link.btn {
    background-color: #0072d4;
    color: #ffffff;
    white-space: nowrap;
    padding: 0.4rem 1.06rem !important;
}
@media (max-width: 991.98px) {
    nav {
        background-color: #ffffff;
        box-shadow: 0px 2px 15px 0px rgba(209, 209, 209, 0.5);
        -webkit-box-shadow: 0px 2px 15px 0px rgba(209, 209, 209, 0.5);
        -moz-box-shadow: 0px 2px 15px 0px rgba(209, 209, 209, 0.5);
    }
}

.navbar-toggler {
    background-color: transparent;
    border-radius: 0px;
    border: none !important;
    height: 30px;
    width: 46px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler:focus {
    color: transparent !important;
}
.navbar-toggler .line-b {
    width: 16px;
    height: 3px;
    background: #273e4d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.navbar-toggler:before,
.navbar-toggler:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #273e4d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.navbar-toggler:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.navbar-toggler.active .line-b {
    background: transparent;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.navbar-toggler.active:before {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}

.navbar-toggler.active:after {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

.hero {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero p {
    font-weight: 500;
    line-height: 1.417;
}
@media (max-width: 767.98px) {
    .hero p {
        font-size: 1.25rem !important;
    }
}
.hero p.fs-5 {
    font-size: 1.1rem !important;
}
.hero .hero-img {
    bottom: 0;
    position: absolute;
    right: -260px;
    z-index: -1;
    height: 100%;
    opacity: 1;
}
.hero .hero-img img {
    height: 100%;
}
@media (max-width: 991.98px) {
    .hero .hero-img {
        right: -340px;
        margin-left: auto;
        margin-right: auto;
        opacity: 0.2 !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}
@media (min-width: 1829px) {
    .hero .hero-img {
        right: -440px;
    }
}

section {
    padding: 5rem 0;
}
@media (max-width: 991.98px) {
    section {
        padding: 2rem 0;
    }
}

#services,
#our_process,
#our_works {
    scroll-margin-top: 60px;
}
@media (max-width: 767.98px) {
    #services,
    #our_process,
    #our_works {
        scroll-margin-top: 80px;
    }
}

.card-off-white {
    background-color: #f8f9fc;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    overflow-x: hidden !important;
}
.card-off-white h2 {
    font-weight: 500;
    z-index: 2;
}
.card-off-white .process-number {
    background-color: #f0fff6;
    position: absolute;
    border-radius: 50%;
    height: 224px;
    width: 224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    overflow: hidden;
}
.card-off-white .process-number span {
    font-size: 5rem;
    font-weight: 700;
    color: #c7d6e0;
}
@media (max-width: 767.98px) {
    .card-off-white img {
        width: 3em;
    }
    .card-off-white .process-number span {
        font-size: 3em;
    }
}

.faqs .accordion .accordion-button {
    font-size: 1.25rem;
    font-weight: 600;
    color: #273e4d;
    padding: 2.5rem 1rem;
    background-color: #f8f9fc;
}
.faqs .accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faqs .accordion .accordion-button::after {
    background-image: url("../img/icons/plus.svg");
}
.faqs .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faqs .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../img/icons/minus.svg");
}
@media (max-width: 767.98px) {
    .faqs .accordion .accordion-button {
        font-size: 1rem;
    }
}

.faqs .accordion .accordion-body {
    font-size: 1rem;
    padding: 0rem 1rem 2rem 1rem;
    color: #5a7282;
}
@media (max-width: 767.98px) {
    .faqs .accordion .accordion-body {
        font-size: 1rem;
    }
}

.faqs .accordion .accordion-item {
    border: none;
    background-color: #f8f9fc;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.faqs .accordion .accordion-header {
    background-color: #f8f9fc;
}

.cta .container {
    background-color: #f8f9fc;
    border-radius: 0.25rem;
}

.footer {
    padding: 5.34rem 0;
}
@media (max-width: 991.98px) {
    .footer {
        padding: 2rem 0;
    }
}
.footer li a {
    font-size: 1rem;
    color: #5a7282;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer li a:hover {
    color: #0072d4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer .social .bx {
    font-size: 1.5rem;
}
.footer .social a {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer .social a:hover {
    color: #0072d4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .footer .logo-footer {
        width: 180px !important;
    }
}

.sub-footer {
    background-color: #0072d4;
    color: #ffffff;
    padding: 2.54rem 0;
}
.sub-footer h3 {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 0rem;
    font-weight: 500;
}
.sub-footer span {
    font-size: 1rem;
    font-weight: 400;
}
@media (max-width: 991.98px) {
    .sub-footer {
        padding: 1rem 0;
    }
    .sub-footer h3 {
        font-size: 1rem !important;
        font-weight: 600;
    }
    .sub-footer span {
        font-size: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .item-card img {
        width: 5em;
    }
}

.bg-off-white {
    background: url(../img/bg-off-white.png) no-repeat 120% center;
}

.inner-content {
    margin-top: 88px;
    padding: 3rem 0;
}

.focus-head {
    background: #edf8ff url(../img/bg-15yrs.png) no-repeat;
    background-position-y: center;
    border-radius: 0.25rem;
}
@media (max-width: 991.98px) {
    .focus-head {
        background-position-x: center;
    }
}

.work-card {
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 1rem;
}
.work-card:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 0.75rem;
}
.work-card:hover .con-text p {
    max-resolution: 0px;
    opacity: 1;
}
.work-card:hover img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.work-card img {
    z-index: 10;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.modal .modal-header {
    border-bottom: none;
}
.modal .modal-header .modal-title {
    font-size: 1.438rem;
}
.modal .modal-header a i {
    font-size: 32px;
    color: #0072d4;
}

.modal .modal-content {
    text-align: center;
}
