.container {
    max-width: 1088px;
    padding: 0 2rem
}

body {
    background-color: #fff;
    font-family: IBMPlexSans-Light;
    font-size: 28px
}

a,
body {
    color: #012169
}

a {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #a2d8ff;
    outline: none;
    text-decoration: none
}

p {
    margin: 0 0 30px;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0
}

.back-to-top {
    background: #012169;
    border-radius: 4px;
    bottom: 15px;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 15px;
    transition: all .4s;
    visibility: hidden;
    width: 40px;
    z-index: 996
}

.back-to-top i {
    color: #fff;
    font-size: 28px;
    line-height: 0
}

.back-to-top:hover {
    background: #49d6a9;
    color: #fff
}

.back-to-top.active {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }

    #services .container {
        padding: 0
    }
}

#header {
    background: #343b40e6;
    height: 90px;
    transition: all .5s;
    z-index: 997
}

#header #logo h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff
}

#header #logo img {
    margin: 0;
    padding: 0
}

#header.header-transparent {
    background: #0000;
    background: #000c;
    height: 70px
}

#header.header-scrolled {
    background: #000c;
    height: 70px;
    transition: all .5s
}

.scrolled-offset {
    margin-top: 70px
}

.navbar {
    padding: 0
}

.navbar ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.navbar li {
    position: relative
}

.navbar>ul>li {
    padding: 10px 0 10px 24px;
    white-space: nowrap
}

.navbar a,
.navbar a:focus {
    align-items: center;
    color: #a2d8ff;
    display: flex;
    font-family: IBMPlexSans-Regular;
    font-size: 22px;
    justify-content: space-between;
    letter-spacing: .4px;
    padding: 0 4px;
    position: relative;
    text-transform: uppercase;
    transition: .3s;
    white-space: nowrap
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar>ul>li>a:before {
    background-color: #fff;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
    width: 100%
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
    transform: scaleX(1);
    visibility: visible
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
    color: #a2d8ff
}

.navbar .nav-link:hover>a {
    color: #fff
}

.navbar .dropdown ul {
    background: #fff;
    box-shadow: 0 0 30px #7f89a140;
    display: block;
    left: 24px;
    margin: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 30px);
    transition: .3s;
    visibility: hidden;
    z-index: 99
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    color: #666;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: none
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
    color: #012169
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    left: calc(100% - 30px);
    top: 0;
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    left: 100%;
    opacity: 1;
    top: 0;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 45px;
    line-height: 0;
    transition: .5s
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }

    .section-header .section-description {
        padding: 2rem 0
    }
}

.navbar-mobile {
    background: #4d4d4de6;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 15px
}

.navbar-mobile ul {
    background-color: #fff;
    background-color: #343b40e6;
    background-color: #4c4c4c;
    bottom: 15px;
    display: block;
    left: 15px;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    top: 71px;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
    visibility: hidden
}

.navbar-mobile a,
.navbar-mobile a:focus {
    color: #a2d8ff;
    font-size: 22px;
    padding: 10px 20px
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
    color: #a2d8ff
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    background: #fff;
    box-shadow: 0 0 30px #7f89a140;
    display: none;
    margin: 10px 20px;
    opacity: 1;
    padding: 10px 0;
    position: static;
    visibility: visible;
    z-index: 99
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #012169
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    background: url(../../static/media/banner.6ed9bb738b349de887a0.svg) top;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed;
        height: 90vh
    }

    .section {
        margin: 4rem 0
    }

    .services-images {
        margin-left: 0;
        max-width: 1024px
    }

    #quote {
        padding: 6rem 0
    }
}

#hero:before {
    background: #0003;
    content: ""
}

#hero .hero-container,
#hero:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#hero .hero-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

#hero h1 {
    color: #fff;
    font-family: "IBMPlexSerif-Bold";
    font-size: 80px;
    font-size: 62px;
    line-height: 90px;
    line-height: 72px;
    margin: 30px 0 10px;
    max-width: 850px
}

@media (max-width:768px) {
    #hero {
        height: 50vh
    }

    #hero h1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (min-device-width:550px) and (max-device-width:768px) {
    #hero {
        height: 75vh
    }
}

@media screen and (min-device-width:550px) and (max-device-width:768px) and (orientation:portrait) {
    #hero {
        height: 45vh
    }
}

#hero h2 {
    color: #eee;
    font-size: 24px;
    margin-bottom: 50px
}

@media (max-width:768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

#hero .btn-get-started {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: IBMPlexSans-SemiBold;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px;
    padding: 8px 28px;
    text-transform: uppercase;
    transition: .5s
}

#hero .btn-get-started:hover {
    background: #012169;
    border: 2px solid #012169
}

section {
    overflow: hidden
}

.section-header .section-title {
    color: #012169;
    font-family: IBMPlexSans-SemiBold;
    font-size: 28px;
    margin-bottom: 5px;
    padding: 4rem 0 1rem;
    text-align: center;
    text-transform: uppercase
}

.section-header .section-description {
    color: #012169;
    font-family: IBMPlexSans-Light;
    font-size: 28px;
    line-height: 37px;
    padding: 3rem 8rem 4rem;
    text-align: center
}

#quote .section-header .section-title {
    color: #000;
    font-family: "IBMPlexSerif-Bold";
    font-size: 40px;
    text-transform: none
}

#quote .section-header .section-description {
    color: #000;
    font-family: "IBMPlexSerif-Bold";
    font-size: 32px
}

.contact-section-logo {
    padding: 0 !important
}

.contact-section-sub-title {
    padding-top: 4rem;
    text-align: center
}

.contact-section-phone {
    color: #012169;
    font-family: IBMPlexSans-Bold;
    font-size: 22px;
    text-align: center
}

.form-class {
    margin: 0 auto
}

.flip-card-inner {
    transform-style: preserve-3d;
    transition: transform .6s
}

.successMsg-class {
    border: 2px solid #a2d8ff;
    display: none;
    margin: 0 auto;
    transform: rotateY(180deg)
}

.error {
    color: red;
    display: none;
    font-size: 16px;
    margin-top: 1rem;
    text-align: center
}

#successMsgText {
    padding: 3rem 7rem 4rem
}

.solution-images {
    display: flex;
    gap: 20px 24px;
    padding: 1rem 1rem 10rem
}

.solution-bg {
    width: calc(51% - 1rem)
}

.solution-bg,
.solution-bg2 {
    width: auto
}

.solution-bg,
.solution-bg2,
.solution-bg3 {
    background-color: #3f86fa;
    border-radius: 8px 153px 153px 8px;
    border-radius: 153px;
    color: #012169;
    font-family: IBMPlexSans-SemiBold;
    font-size: 22px;
    padding: 0 1rem
}

.solution-bg3 {
    width: calc(31% - 1rem);
    width: auto
}

.solution-bg-fade1 {
    background-color: #33b1fb;
    color: #fff
}

.solution-bg-fade2 {
    background-color: #a2d8ff;
    color: #012169
}

.solution-bg-fade3 {
    background-color: #3f86fa;
    color: #fff
}

.solution-bg-fade4 {
    background-color: #c7e7ff;
    color: #012169
}

.solution-bg-fade5 {
    background-color: #fff;
    color: #012169
}

.solution-bg-fade6 {
    background-color: #63beff;
    color: #fff
}

.solution-bg-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 0 auto;
    text-align: center
}

.solution-bg .box,
.solution-bg2 .box,
.solution-bg3 .box {
    align-items: center;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    padding: .7rem .6rem
}

.solution-bg .box div,
.solution-bg2 .box div,
.solution-bg3 .box div {
    margin: auto 5px
}

.services-images {
    justify-content: center;
    padding-bottom: 6rem;
    row-gap: 2rem;
    text-align: center
}

.form-group {
    border: 2px solid #a2d8ff;
    color: #012169;
    display: flex;
    font-family: IBMPlexSans-Medium;
    font-size: 20px
}

.form-group.mt-3 {
    margin-top: 0 !important
}

.form-label {
    word-wrap: break-word;
    padding: .5rem;
    width: 24%
}

textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea::placeholder {
    color: #012169
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: initial
}

.my-3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.map-image {
    display: contents
}

.contact-divider {
    background-color: #f5f5f5;
    height: 3.25rem;
    margin-bottom: 3rem
}

.sec-one-desc {
    margin-bottom: 0;
    padding-bottom: 5rem
}

#services,
.sec-one-desc {
    background-color: #f5f5f5
}

#contact-footer {
    border-top: 50px solid #f5f5f5
}

#submit {
    background: #012169;
    border: 0;
    color: #fff;
    font-family: IBMPlexSans-Bold;
    font-size: 21px;
    padding: 10px 75px;
    transition: .4s
}

.breadcrumbs {
    background-color: #f5f5f5;
    margin-top: 92px;
    min-height: 40px;
    padding: 20px 0
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li:before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: 10px
}

@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    .section-header .section-description {
        font-size: 20px;
        line-height: 28px;
        padding: 2rem 1rem;
        text-align: center
    }

    .justify-content-center {
        row-gap: 2rem
    }

    .form-label {
        min-width: 27%
    }

    #successMsgText {
        padding: 3rem 1rem 4rem
    }
}

#contact {
    padding: 10px 0 40px
}

#contact #google-map {
    height: 300px;
    margin-bottom: 20px
}

#contact-footer .info img {
    color: #012169;
    float: left;
    font-size: 32px;
    line-height: 0
}

#contact-footer .info p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 0 10px 50px
}

#contact .info .email p {
    padding-top: 5px
}

#contact .social-links {
    padding: 20px 0
}

#contact .social-links a {
    align-items: center;
    background: #333;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    text-align: center;
    transition: .3s;
    width: 36px
}

#contact .social-links a i {
    line-height: 0
}

#contact .social-links a:hover {
    background: #012169;
    color: #fff
}

#contact .php-email-form .error-message {
    background: #ed3c0d;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: left
}

#contact .php-email-form .error-message br+br {
    margin-top: 25px
}

#contact .php-email-form .sent-message {
    background: #012169;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: center
}

#contact .php-email-form .loading {
    background: #fff;
    display: none;
    padding: 15px;
    text-align: center
}

#contact .php-email-form .loading:before {
    animation: animate-loading 1s linear infinite;
    border: 3px solid #012169;
    border-radius: 50%;
    border-top-color: #eee;
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0 10px -6px 0;
    width: 24px
}

#contact .php-email-form input,
#contact .php-email-form textarea {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #012169;
    font-family: IBMPlexSans-Bold;
    font-size: 22px;
    outline: none
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #012169;
    color: #012169
}

#contact .php-email-form button[type=submit] {
    background: #012169;
    border: 0;
    color: #fff;
    font-family: IBMPlexSans-Bold;
    font-size: 21px;
    padding: 10px 75px;
    transition: .4s
}

#contact .php-email-form button[type=submit]:hover {
    background: #11368d
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#footer {
    font-size: 18px;
    margin-top: 3rem;
    padding: 30px 0
}

#footer .copyright {
    text-align: center
}

.services-images .box {
    position: relative
}

.services-images-text {
    border: 0 solid;
    color: #012169;
    font-family: IBMPlexSans-SemiBold;
    font-size: 22px;
    left: 50%;
    line-height: 30px;
    margin-top: 2.3rem;
    padding: 0 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: max-content
}

@media screen and (max-width:767px) {
    .solution-images {
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        padding: 1rem 1rem 7rem;
        width: 100%
    }

    .solution-bg,
    .solution-bg2,
    .solution-bg3 {
        font-size: 20px;
        padding: 0 1rem;
        width: auto
    }

    .solution-bg-container {
        display: contents
    }
}

@media screen and (min-device-width:768px) and (max-device-width:900px) {
    .solution-images {
        gap: 32px 35px
    }

    .solution-bg-ipad {
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        row-gap: 2rem
    }

    .solution2-bg-ipad {
        display: flex;
        flex-wrap: wrap;
        row-gap: 2rem
    }

    .solution-bg,
    .solution-bg2,
    .solution-bg3 {
        padding: 0 2rem;
        width: auto
    }
}

/*# sourceMappingURL=main.53dacb8f.css.map*/