@-webkit-keyframes sia-1 {
    0% {
        top: 97%;
        left: -50%;
    }
    50% {
        top: -50%;
        left: -20%;
    }
    100% {
        top: -10%;
        left: -20%;
    }
}

@keyframes sia-1 {
    0% {
        top: 97%;
        left: -50%;
    }
    50% {
        top: -50%;
        left: -20%;
    }
    100% {
        top: -10%;
        left: -20%;
    }
}

.blue-border-container {
    position: relative;
    display: block;
    height: auto;
    margin: auto;
    padding: 5px;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #9d80ec, #f54da9);
}

.blue-border-container .blue-border-inner-box {
    background: #ffffff;
    width: 100%;
    height: 100%;
    min-height: inherit;
    margin: auto;
    border: none;
    outline: none;
    border-radius: 2px;
    display: block;
    box-shadow: none;
}

@-webkit-keyframes bg-anim {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

@keyframes bg-anim {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

body,
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Raleway", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.component {
    padding: 100px 0;
    overflow-x: hidden;
}

.shape-container {
    position: relative;
}

.shape-container .shape__square1 {
    position: absolute;
    transform: rotate(-45deg);
    top: 60%;
    left: -2%;
    width: 180px;
    height: 180px;
    background: linear-gradient(to right, #237db6, rgba(31, 38, 103, 0.9));
}

.shape-container .shape__square2 {
    position: absolute;
    transform: rotate(-45deg);
    top: 40%;
    left: -3%;
    width: 200px;
    height: 200px;
    border-radius: 0px;
    background: linear-gradient(to right, #2336b6, rgba(31, 38, 103, 0.9));
}

.shape-container .shape__square3 {
    position: absolute;
    transform: rotate(-45deg);
    top: 40%;
    left: -3%;
    width: 200px;
    height: 200px;
    border-radius: 0px;
    background: linear-gradient(to right, rgba(49, 207, 171, 0.5), #50e3c2);
}

.shape-container .shape__circle1 {
    position: absolute;
    top: 80px;
    left: auto;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    transform: none;
    background: linear-gradient(to right, #237db6, rgba(31, 38, 103, 0.9));
}

.shape-container .shape__circle2 {
    position: absolute;
    top: 80px;
    left: auto;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    transform: none;
    background: linear-gradient(to right, #2336b6, rgba(31, 38, 103, 0.9));
}

.shape-container .shape__circle3 {
    position: absolute;
    top: 80px;
    left: auto;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    transform: none;
    background: linear-gradient(to right, rgba(49, 207, 171, 0.5), #50e3c2);
}

.comp-1 {
    z-index: 10;
}

.comp-2 {
    z-index: 9;
}

.comp-3 {
    z-index: 8;
}

.comp-4 {
    z-index: 7;
}

@media screen and (max-width: 650px) {
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 650px) {
    .mobile {
        display: none;
    }
}

.grad-text-1 {
    background: linear-gradient(to right, #237db6, rgba(31, 38, 103, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
}

.grad-text-2 {
    background: linear-gradient(to right, #2336b6, rgba(31, 38, 103, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
}

.grad-text-3 {
    background: linear-gradient(to right, rgba(49, 207, 171, 0.5), #50e3c2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
}

.grad-text-4 {
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
}

.comp-1 {
    padding: 0;
}

.comp-1 .banner .banner-swiper .img-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0275bb;
    opacity: 0.3;
    pointer-events: all;
    z-index: 0;
}

.comp-2 {
    background-color: #ffffff;
    box-shadow: 2px 1px 9px rgba(0, 0, 0, 0.2);
    overflow-y: hidden;
}

.comp-2.shape-container .shape__square3 {
    right: -4%;
    left: auto;
    top: 14%;
}

.comp-2.shape-container .shape__square1 {
    right: -4%;
    left: auto;
    top: 0%;
}

.comp-2.shape-container .shape__square1.shapetwice {
    right: -4%;
    left: auto;
    top: 30%;
}

.comp-2 .container {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: auto;
}

.comp-2 .container .myCard {
    position: relative;
    background: #ffffff;
    height: 100%;
    border-radius: 25px;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
}

.comp-2 .container .myCard::after {
    content: "";
    background-image: url("../images/dotsgreen.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -10%;
    bottom: 20%;
    transform: rotate(30deg);
    z-index: -10;
}

@media screen and (max-width: 650px) {
    .comp-2 .container .myCard::after {
        bottom: -2%;
    }
}

.comp-2 .container .myCard .leftCtn {
    position: relative;
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    border-radius: 25px;
    height: 100%;
    color: #ffffff;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comp-2 .container .myCard .leftCtn .title {
    margin-bottom: 40px;
}

.comp-2 .container .myCard .leftCtn .about-details {
    color: #0275bb;
    font-weight: 600;
    font-size: 16px;
}

.comp-2 .container .myCard .leftCtn .blue-border-container {
    padding: 5px;
    height: 100%;
    border-radius: 25px;
}

.comp-2 .container .myCard .leftCtn .blue-border-container .blue-border-inner-box {
    padding: 50px 30px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.comp-2 .container .myCard .rightCtn {
    padding: 55px 30px;
    padding-left: 0;
}

.comp-2 .container .myCard .rightCtn .title {
    margin-bottom: 40px;
}

@media screen and (max-width: 586px) {
    .comp-2 .container .myCard .rightCtn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.myForm {
    position: relative;
}

.myForm h1 {
    color: #0275bb;
    font-size: 24px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.myForm .myInput {
    width: 100%;
    max-width: 380px;
    border-radius: 25px;
    border-radius: 5px;
    padding: 10px 15px;
    border: none;
    outline: none;
    height: 45px;
    box-shadow: 0px 10px 49px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.35);
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}

.myForm .myInput:-ms-input-placeholder {
    font-weight: 600;
    color: #000000;
    opacity: 1;
}

.myForm .myInput::-moz-placeholder {
    font-weight: 600;
    color: #000000;
    opacity: 1;
}

.myForm .myInput::placeholder {
    font-weight: 600;
    color: #000000;
    opacity: 1;
}

.comp-3 {
    overflow-y: clip;
    overflow-y: hidden;
}

.comp-3 .container {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: auto;
}

.comp-3 .container .nav-cont {
    display: block;
    position: relative;
    background: #ffffff;
}

.comp-3 .container .nav-cont::after {
    content: "";
    background-image: url("../images/dotsblue.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -3%;
    bottom: -5%;
    transform: rotate(30deg);
    z-index: -10;
}

@media screen and (max-width: 650px) {
    .comp-3 .container .nav-cont::after {
        bottom: -9%;
    }
}

@media screen and (min-width: 650px) {
    .comp-3 .container .nav-cont {
        height: 100%;
        max-width: 1100px;
        margin: auto;
    }
}

.comp-3 .container .nav-cont .nav {
    align-self: center;
}

@media screen and (max-width: 650px) {
    .comp-3 .container .nav-cont .nav {
        width: 100%;
        left: 0;
        margin: 0;
    }
}

.comp-3 .container .nav-cont .nav .nav-link {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #ffffff;
    margin-right: 46px;
    left: 44px;
    z-index: 2;
    position: relative;
    border-radius: 0;
    width: 230px;
    cursor: pointer;
    color: #150051;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 250ms ease;
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 3px 0;
}

@media screen and (max-width: 650px) {
    .comp-3 .container .nav-cont .nav .nav-link {
        border-radius: 10px 10px 0 0;
        width: 50%;
        left: 0;
        margin: 0;
    }
}

.comp-3 .container .nav-cont .nav .nav-link:before,
.comp-3 .container .nav-cont .nav .nav-link:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 101%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}

@media screen and (max-width: 650px) {
    .comp-3 .container .nav-cont .nav .nav-link:before,
    .comp-3 .container .nav-cont .nav .nav-link:after {
        display: none;
    }
}

.comp-3 .container .nav-cont .nav .nav-link:before {
    right: -20px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -3px 0;
}

.comp-3 .container .nav-cont .nav .nav-link:after {
    left: -20px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0;
}

.comp-3 .container .nav-cont .nav .nav-link.active {
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    color: #fff;
    font-weight: 700;
    z-index: 3;
}

.comp-3 .container .nav-cont .nav .nav-link.active:before {
    background: linear-gradient(to bottom, #150051, #1C7CE0);
}

.comp-3 .container .nav-cont .nav .nav-link.active:after {
    background: linear-gradient(to bottom, #150051, #1C7CE0);
}

.comp-3 .container .nav-cont .tab-content {
    align-self: center;
    height: 100%;
    box-shadow: 2px 8px 19px -2px rgba(0, 0, 0, 0.25);
    padding: 40px 25px;
    margin-top: -1px;
    z-index: 61;
    background: #ffffff;
}

.comp-3 .container .nav-cont .tab-content .tab-pane h1 {
    margin-bottom: 30px;
}

.instructions ul {
    list-style: none;
}

.instructions ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #0275bb;
}

.instructions ul li::before {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    background-image: url("../images/right-arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0%;
    left: -25px;
}

.comp-4 {
    overflow: hidden;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
}

.comp-4 .container .card {
    display: flex;
    flex-direction: row;
}

.comp-4 .container .card .card-img-box {
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 100px;
}

.comp-4 .container .card .card-img-box img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.comp-4 .shape {
    right: -4%;
    left: auto;
    bottom: -11%;
    top: auto;
    z-index: -2;
}

.comp-4 .shape__square3 {
    bottom: 7%;
    transform: scale(1.3) rotate(-45deg);
}

.footer-container {
    padding-top: 25px;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
}

.footer-container .footer-top {
    padding: 50px 0;
}

.footer-container .footer-top .footer-row-separator {
    margin: 3.5rem 0;
}

.footer-container .footer-top .cont-box {
    margin-bottom: 3rem;
}

.footer-container .footer-top .cont-box .quick-links {
    padding: 0;
}

.footer-container .footer-top .cont-box .quick-links li {
    list-style: none;
    padding: 0;
}

.footer-container .footer-top .cont-box .quick-links li a {
    text-decoration: none;
    font-weight: 700;
    color: #1B65A6;
    transition: all 0.3s linear;
}

.footer-container .footer-top .cont-box .quick-links li a:hover {
    letter-spacing: 1px;
}

.footer-container .footer-top .cont-box p a {
    text-decoration: none;
    font-weight: 700;
    color: #1B65A6;
    transition: all 0.3s linear;
}

.footer-container .footer-top .cont-box p a:hover {
    letter-spacing: 1px;
}

.footer-container .footer-top .cont-box h6 {
    background: linear-gradient(to right, #237db6, rgba(31, 38, 103, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
    font-size: 1.1rem;
}

.footer-container .footer-bottom p {
    font-weight: 700;
}

.footer-container .footer-bottom p a {
    text-decoration: none;
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.footer-container h4.title {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-container .hr-1 {
    height: 3px;
    background: linear-gradient(to right, #150051, #1C7CE0);
    opacity: 1;
}

.btn-border-wrap {
    position: relative;
    padding: 3px;
    display: block;
    height: 45px;
    margin: auto;
    margin-top: 20px;
    border: none;
    outline: none;
    border-radius: 25px;
    box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #150051, #1C7CE0);
}

.btn-border-wrap.less-width {
    max-width: 270px;
}

.btn-border-wrap .button-type-1 {
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    margin: auto;
    border: none;
    outline: none;
    border-radius: 25px;
    line-height: 1.6;
    display: block;
    background: transparent;
    box-shadow: none;
}

.btn-border-wrap:hover .button-type-1 {
    background: #ffffff;
    color: #0275bb;
}

.btn-border-wrap-2 {
    position: relative;
    padding: 3px;
    display: block;
    height: auto;
    min-height: 45px;
    margin: auto;
    margin-top: 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #150051, #1C7CE0);
}

.btn-border-wrap-2:hover .button-type-1,
.btn-border-wrap-2.active .button-type-1 {
    background: #ffffff;
    color: #0275bb;
}

.btn-border-wrap-2.less-width {
    max-width: 270px;
}

.btn-border-wrap-2 .button-type-1 {
    color: #ffffff;
    width: 100%;
    height: 100%;
    min-height: inherit;
    font-size: 16px;
    font-weight: 700;
    margin: auto;
    border: none;
    outline: none;
    border-radius: 2px;
    line-height: 1.6;
    display: block;
    background: transparent;
    box-shadow: none;
    transition: all 0.2s linear;
}

.btn-border-wrap-2.class-8th {
    margin-top: 0;
}

.btn-border-wrap-2.class-8th.active::after {
    content: "";
    width: 40px;
    height: 45px;
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 8%;
    left: 105%;
}

@media screen and (max-width: 566px) {
    .btn-border-wrap-2.class-8th.active::after {
        top: 110%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg) scale(0.7);
    }
}

.btn-border-wrap-2.class-9th.active::after {
    content: "";
    width: 40px;
    height: 45px;
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 8%;
    left: 105%;
}

@media screen and (max-width: 566px) {
    .btn-border-wrap-2.class-9th {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .btn-border-wrap-2.class-9th.active::after {
        top: 110%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg) scale(0.7);
    }
}

.btn-border-wrap-2.class-10th.active::after {
    content: "";
    width: 40px;
    height: 45px;
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 8%;
    left: 105%;
}

@media screen and (max-width: 566px) {
    .btn-border-wrap-2.class-10th {
        margin-top: 0;
    }
    .btn-border-wrap-2.class-10th.active::after {
        top: 110%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg) scale(0.7);
    }
}

.form-container {
    position: relative;
    padding: 3px;
    display: block;
    height: auto;
    min-height: 45px;
    margin: auto;
    padding: 5px;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -4px 25px -10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #150051, #1C7CE0);
}

.form-container .myForm {
    background: #ffffff;
    width: 100%;
    height: 100%;
    min-height: inherit;
    margin: auto;
    border: none;
    outline: none;
    border-radius: 2px;
    line-height: 1.6;
    padding: 50px 10px;
    display: block;
    box-shadow: none;
    transition: all 0.2s linear;
}

@media screen and (max-width: 680px) {
    .visible-tabs-buttons:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.follow-us-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 680px) {
    .follow-us-box {
        justify-content: center;
    }
}

.follow-us-box .follow-links {
    width: 65px;
    height: 65px;
    background-color: #f5f6fa;
    margin: 10px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 3px 3px 2px #dcdde1;
    line-height: 72px;
    position: relative;
    overflow: hidden;
}

.follow-us-box .follow-links::before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    top: 97%;
    left: -50%;
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    transform: rotate(65deg);
}

.follow-us-box .follow-links .fa-brands {
    font-size: 25px;
    transition: all 0.3s linear;
}

.follow-us-box .follow-links .fa-brands.fa-facebook-f {
    color: #3B5998;
}

.follow-us-box .follow-links .fa-brands.fa-instagram {
    color: #E84393;
}

.follow-us-box .follow-links .fa-brands.fa-whatsapp {
    color: #25D366;
}

.follow-us-box .follow-links:hover .fa-brands {
    transform: scale(1.3);
    color: #f5f6fa;
}

.follow-us-box .follow-links:hover::before {
    -webkit-animation: sia-1 0.8s 1;
    animation: sia-1 0.8s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.class-content-form {
    display: none;
}

.class-content-form.active {
    display: block;
}

.nested-tab-container .visible-tabs-buttons {
    min-height: 40px;
}

@media screen and (max-width: 566px) {
    .nested-tab-container .visible-tab-contents {
        margin-top: 55px;
    }
    .nested-tab-container .visible-tab-contents .default-visible-box .inner-box {
        padding: 40px 30px;
    }
}

@media screen and (min-width: 567px) {
    .nested-tab-container .visible-tab-contents .default-visible-box {
        max-width: 70%;
    }
    .nested-tab-container .visible-tab-contents .default-visible-box .inner-box {
        padding: 40px 30px;
    }
}

.card-container {
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    max-width: 280px;
    margin: auto;
    background: #ffffff;
}

.card-container:hover .img-border:before {
    transform: scale(0.8);
    opacity: 1 !important;
}

.card-container:hover .img-border img.hover-show {
    display: block !important;
}

.card-container:hover .img-border img.hover-hide {
    display: none;
}

.card-container .card-inner-cont::after {
    content: "";
    background-image: url(../images/dotsblue.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 3%;
    bottom: 75%;
    transform: rotate(30deg);
    z-index: -10;
}

.card-container .card-inner-cont .card-img-box {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-container .card-inner-cont .card-img-box .img-border {
    height: 100px;
    width: 100px;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #0275bb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-container .card-inner-cont .card-img-box .img-border img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.2s linear;
    z-index: 2;
}

.card-container .card-inner-cont .card-img-box .img-border img.hover-show {
    transition: all 0.2s linear;
    display: none;
}

.card-container .card-inner-cont .card-img-box .img-border:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    border-radius: 50%;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
    opacity: 0;
}

.card-container .card-inner-cont .card-content-box .header-box {
    background: linear-gradient(to bottom, #150051, #1C7CE0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-container .card-inner-cont .card-content-box .header-box h2 {
    display: inline-grid;
}

.card-container .card-inner-cont .card-content-box .header-box h2 small {
    font-size: 50%;
}

.card-container .card-inner-cont .card-content-box .text-box {
    min-height: 160px;
    padding: 3%;
}

.highlight-container {
    box-shadow: 2px 8px 19px -2px rgba(0, 0, 0, 0.25);
    padding: 50px 40px;
    position: relative;
    background: #ffffff;
    max-width: 98%;
    margin: auto;
    border-radius: 10px;
}

.highlight-container::after {
    content: "";
    background-image: url(../images/dotsgreen.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -2%;
    bottom: -22%;
    transform: rotate(62deg);
    z-index: -10;
}

.highlight-container h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.5;
    background-image: linear-gradient(170deg, #525fe1, #150051, #1C7CE0, #50e3c2, #237db6, #2336b6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    -webkit-animation: bg-anim 6s linear infinite;
    animation: bg-anim 6s linear infinite;
    color: transparent;
    word-spacing: 2px;
}

.highlight-container .card-img-box {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    margin: auto;
}

.highlight-container .card-img-box img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 590px) {
    .highlight-container h1 {
        font-size: 2em;
        margin-top: 50px;
    }
}

.invalid-feedback {
    font-size: 0.675em;
    margin-top: -0.5rem;
    margin-bottom: 1.15rem;
}


/*# sourceMappingURL=style.css.map */