
body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.alter2-header{
    overflow: hidden;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}
@-webkit-keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0) translate(165px) rotate(0);
        transform: rotate(0) translate(165px) rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
        transform: rotate(-360deg) translate(165px) rotate(360deg);
    }
}
@keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0) translate(165px) rotate(0);
        transform: rotate(0) translate(165px) rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
        transform: rotate(-360deg) translate(165px) rotate(360deg);
    }
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px, 150px) rotate(0);
        transform: translate(-300px, 150px) rotate(0);
    }
    100% {
        -webkit-transform: translate(300px, -150px) rotate(180deg);
        transform: translate(300px, -150px) rotate(180deg);
    }
}
@keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px, 150px) rotate(0);
        transform: translate(-300px, 150px) rotate(0);
    }
    100% {
        -webkit-transform: translate(300px, -150px) rotate(180deg);
        transform: translate(300px, -150px) rotate(180deg);
    }
}
.animation--clockwise {
    -webkit-animation: clockwise 30s linear infinite normal;
    animation: clockwise 30s linear infinite normal;
}
.animation--anti-clockwise {
    -webkit-animation: anti-clockwise 30s linear infinite normal;
    animation: anti-clockwise 30s linear infinite normal;
}
.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal;
}
.animation--rotating-diagonal {
    -webkit-animation: rotating-diagonal 15s linear infinite alternate;
    animation: rotating-diagonal 15s linear infinite alternate;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 0;
    }
}
@keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 0;
    }
}
.animation {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    65% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes floating {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    65% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.floating {
    -webkit-animation: floating 4s ease-in-out infinite;
    animation: floating 4s ease-in-out infinite;
    -webkit-filter: none;
    filter: none;
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-640px);
        transform: translateY(-640px);
    }
}
@keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-640px);
        transform: translateY(-640px);
    }
}
@-webkit-keyframes bubble-v-left {
    0% {
        margin-bottom: 0;
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    100% {
        margin-bottom: 640px;
        opacity: 1;
        right: 0;
    }
}
@keyframes bubble-v-left {
    0% {
        margin-bottom: 0;
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    100% {
        margin-bottom: 640px;
        opacity: 1;
        right: 0;
    }
}
@-webkit-keyframes bubble-v-right {
    0% {
        margin-bottom: 0;
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    100% {
        margin-bottom: 640px;
        opacity: 1;
        right: 100%;
    }
}
@keyframes bubble-v-right {
    0% {
        margin-bottom: 0;
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    100% {
        margin-bottom: 640px;
        opacity: 1;
        right: 100%;
    }
}
@-webkit-keyframes shake-v {
    0% {
        margin-right: 0;
    }
    100% {
        margin-right: 20px;
    }
}
@keyframes shake-v {
    0% {
        margin-right: 0;
    }
    100% {
        margin-right: 20px;
    }
}
button:focus {
    outline: 0;
}


@media (min-width: 768px) {
    .mobile-device[class*="absolute"] {
        margin-top: -45px !important;
    }
}
.alter1-header .container {
    padding-bottom: 10rem;
}
.alter1-header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    right: 0;
    width: 300%;
    height: 200%;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-image: linear-gradient(45deg, #fe2983 0, #0c4ea5 50%, #fc9e21 110%);
}
@media (min-width: 768px) {
    .alter1-header:before {
        width: 200%;
    }
}
.alter1-header .shape {
    position: absolute;
}
.alter1-header .shape:nth-child(1) {
    top: 2%;
    right: 11%;
    width: 400px;
    height: 70px;
}
.alter1-header .shape:nth-child(2) {
    top: 14%;
    right: 18%;
    width: 200px;
    height: 15px;
}
.alter1-header .shape:nth-child(3) {
    top: 80%;
    right: 4%;
    width: 300px;
    height: 60px;
}
.alter1-header .shape:nth-child(4) {
    top: 85%;
    right: 15%;
    width: 100px;
    height: 10px;
}
.alter1-header .shape:nth-child(5) {
    top: 5%;
    right: 50%;
    width: 300px;
    height: 25px;
}
.alter1-header .shape:nth-child(6) {
    top: 4%;
    right: 52%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(7) {
    top: 80%;
    right: 70%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(8) {
    top: 55%;
    right: 95%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(9) {
    top: 50%;
    right: 90%;
    width: 300px;
    height: 50px;
}
.alter1-header .shape:nth-child(10) {
    top: 30%;
    right: 60%;
    width: 500px;
    height: 55px;
}
.alter1-header .shape:nth-child(11) {
    top: 60%;
    right: 60%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(12) {
    top: 35%;
    right: 75%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(13) {
    top: 90%;
    right: 40%;
    width: 300px;
    height: 45px;
}
.alter1-header .shape:nth-child(14) {
    top: 54%;
    right: 75%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(15) {
    top: 50%;
    right: 90%;
    width: 200px;
    height: 5px;
}
.alter1-header .shape:nth-child(16) {
    top: 50%;
    right: 81%;
    width: 100px;
    height: 5px;
}
.alter1-header .shape[data-aos]:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    position: absolute;
    border-radius: 50px;
}
.alter2-header .head-line-2 {
    display: block;
}
@media (min-width: 768px) {
    .alter2-header .head-line-2 {
        display: inline;
    }
}
.alter2-header .background-shape-main {
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(85%, -30%) rotate(-35deg);
    transform: translate(85%, -30%) rotate(-35deg);
    background-image: linear-gradient(45deg, #fe2983 0, #0c4ea5 35%, #fc9e21 110%);
}
@media (min-width: 768px) {
    .alter2-header .background-shape-main {
        height: 115%;
        -webkit-transform: translate(35%, -30%) rotate(-35deg);
        transform: translate(35%, -30%) rotate(-35deg);
    }
}
@media (min-width: 992px) {
    .alter2-header .background-shape-main {
        height: 130%;
    }
}
@media (min-width: 1200px) {
    .alter2-header .background-shape-main {
        height: 190%;
    }
}
.alter2-header .animation-shape {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.alter2-header .animation-shape.shape-ring {
    top: 75%;
    right: 25%;
}
.alter2-header .animation-shape.shape-ring:after {
    content: "";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 5px solid #0c4ea5;
}
.alter2-header .animation-shape.shape-circle-1 {
    top: 60%;
    left: 30%;
}
.alter2-header .animation-shape.shape-circle-1:after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(0, 124, 183, 0.3);
    border-radius: 50%;
    margin: 0;
}
.alter2-header .animation-shape.shape-circle-2 {
    top: 30%;
    right: 75%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.alter2-header .animation-shape.shape-circle-2:after {
    content: "";
    width: 15px;
    height: 15px;
    background: rgba(237, 244, 248, 0.3);
    border-radius: 50%;
    margin: 0;
}
.alter2-header .animation-shape.shape-triangle {
    top: 50%;
    right: 50%;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}
.alter2-header .animation-shape.shape-triangle div {
    opacity: 0.1;
    position: relative;
    background-color: #0c4ea5;
    text-align: right;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}
.alter2-header .animation-shape.shape-triangle div:after,
.alter2-header .animation-shape.shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
}
.alter2-header .animation-shape.shape-triangle div,
.alter2-header .animation-shape.shape-triangle div:after,
.alter2-header .animation-shape.shape-triangle div:before {
    width: 30px;
    height: 30px;
    border-top-right-radius: 30%;
}
.alter2-header .animation-shape.shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.alter2-header .animation-shape.shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.alter2-header .animation-shape.shape-diamond {
    top: 35%;
    right: 55%;
}
.alter2-header .animation-shape.shape-diamond div {
    opacity: 0.5;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #007cb7;
    position: relative;
    top: -10px;
}
.alter2-header .animation-shape.shape-diamond div:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-top-color: #007cb7;
}
.alter2-header .animation-shape.shape-heart {
    top: 35%;
    right: 15%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
/*.alter2-header .animation-shape.shape-heart div {
    opacity: 0.5;
    position: relative;
    width: 30px;
    height: 25px;
}
.alter2-header .animation-shape.shape-heart div:after,
.alter2-header .animation-shape.shape-heart div:before {
    position: absolute;
    content: "";
    top: 0;
    right: 15px;
    width: 15px;
    height: 25px;
    background: #007cb7;
    border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.alter2-header .animation-shape.shape-heart div:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}*/
.alter2-header .static-shape {
    position: absolute;
}
.alter2-header .static-shape.shape-circle {
    top: 0;
    right: 0;
    opacity: 0.2;
}
.alter2-header .static-shape.shape-circle-1 {
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0);
}
.alter2-header .static-shape.shape-circle-1 div {
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0;
}
.alter2-header .static-shape.shape-circle-2 {
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0);
}
.alter2-header .static-shape.shape-circle-2 div {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin: 0;
}
.alter2-header .static-shape.shape-ring-1 {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 15px solid #0032A0;
    top: 40%;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
        /*-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);*/
    /*transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);*/
}

.alter2-header .static-shape.shape-ring-2 {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 15px solid  rgb(247 147 30);
    top: 40%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.alter2-header .static-shape.pattern-dots-1 {
    top: 0;
    right: 0;
    width: 150px;
    height: 20%;
    background-color: transparent;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 3px, transparent 3px);
    background-size: 30px 30px;
}
.alter2-header .shape {
    position: absolute;
}
.alter2-header .shape:nth-child(1) {
    top: 0;
    right: 0;
    width: 600px;
    height: 40px;
}
.alter2-header .shape:nth-child(1)[data-aos]:before {
    background-image: linear-gradient(45deg, #fe2983 0, #0c4ea5 35%, #fc9e21 110%);
}
.alter2-header .shape:nth-child(2) {
    top: 20%;
    right: 12%;
    width: 200px;
    height: 10px;
}
.alter2-header .shape:nth-child(2)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4ea5), to(#fc9e21));
    background-image: linear-gradient(90deg, #0c4ea5 0, #fc9e21 100%);
}
.alter2-header .shape:nth-child(3) {
    top: 80%;
    right: 45%;
    width: 200px;
    height: 5px;
}
.alter2-header .shape:nth-child(3)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d3d4d5), to(#edf4f8));
    background-image: linear-gradient(90deg, #d3d4d5 0, #edf4f8 100%);
}
.alter2-header .shape:nth-child(4) {
    top: 82%;
    right: 45%;
    width: 150px;
    height: 15px;
}
.alter2-header .shape:nth-child(4)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d3d4d5), to(#edf4f8));
    background-image: linear-gradient(90deg, #d3d4d5 0, #edf4f8 100%);
}
.alter2-header .shape:nth-child(5) {
    top: 20%;
    right: 0;
    width: 200px;
    height: 20px;
}
.alter2-header .shape:nth-child(5)[data-aos]:before {
    opacity: 0.5;
}
.alter2-header .shape:nth-child(5)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #edf4f8), to(#d3d4d5));
    background-image: linear-gradient(90deg, #edf4f8 0, #d3d4d5 100%);
}
.alter2-header .shape:nth-child(6) {
    top: 34%;
    right: 5%;
    width: 60px;
    height: 6px;
}
.alter2-header .shape:nth-child(6)[data-aos]:before {
    opacity: 0.5;
}
.alter2-header .shape:nth-child(6)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4ea5), to(#fc9e21));
    background-image: linear-gradient(90deg, #0c4ea5 0, #fc9e21 100%);
}
.alter2-header .shape:nth-child(7) {
    top: 17%;
    right: 3%;
    width: 100px;
    height: 6px;
}
.alter2-header .shape:nth-child(7)[data-aos]:before {
    opacity: 0.5;
}
.alter2-header .shape:nth-child(7)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d3d4d5), to(#d3d4d5));
    background-image: linear-gradient(90deg, #d3d4d5 0, #d3d4d5 100%);
}
.alter2-header .shape:nth-child(8) {
    top: 70%;
    right: -5%;
    width: 300px;
    height: 5px;
}
.alter2-header .shape:nth-child(8)[data-aos]:before {
    opacity: 0.5;
}
.alter2-header .shape:nth-child(8)[data-aos]:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4ea5), to(#fc9e21));
    background-image: linear-gradient(90deg, #0c4ea5 0, #fc9e21 100%);
}
.alter2-header .shape:nth-child(9) {
    top: 72%;
    right: -5%;
    width: 200px;
    height: 15px;
}
.alter2-header .shape:nth-child(9)[data-aos]:before {
    opacity: 0.5;
}
.alter2-header .shape:nth-child(9)[data-aos]:before {
    background-color: #fc9e21;
}
.alter2-header .shape:nth-child(10) {
    top: 0;
    right: 85%;
    width: 300px;
    height: 25px;
}
.alter2-header .shape:nth-child(10)[data-aos]:before {
    background-color: rgba(255, 255, 255, 0.1);
}
.alter2-header .shape:nth-child(11) {
    top: 3%;
    right: 91%;
    width: 150px;
    height: 10px;
}
.alter2-header .shape:nth-child(11)[data-aos]:before {
    background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .alter2-header .shape:nth-child(1) {
        top: 25%;
    }
    .alter2-header .shape:nth-child(2) {
        top: 20%;
    }
}
@media (min-width: 992px) {
    .alter2-header .shape:nth-child(1) {
        right: 12%;
    }
    .alter2-header .shape:nth-child(2) {
        top: 10%;
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .alter2-header .shape:nth-child(1) {
        right: 31%;
    }
    .alter2-header .shape:nth-child(2) {
        right: 31%;
    }
}
.alter2-header .shape[data-aos]:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background-color: #000;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    position: absolute;
    border-radius: 50px;
}
.alter3-header .container {
    padding-bottom: 20rem;
}
@media (min-width: 768px) {
    .alter3-header .container {
        padding-bottom: 15rem;
    }
}
.alter3-header .animation-shape {
    position: absolute;
}
.alter3-header .animation-shape.shape-triangle {
    top: 50%;
    right: 50%;
}
.alter3-header .animation-shape.shape-triangle div {
    opacity: 0.1;
    position: relative;
    background-color: #fff;
    text-align: right;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}
.alter3-header .animation-shape.shape-triangle div:after,
.alter3-header .animation-shape.shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
}
.alter3-header .animation-shape.shape-triangle div,
.alter3-header .animation-shape.shape-triangle div:after,
.alter3-header .animation-shape.shape-triangle div:before {
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}
.alter3-header .animation-shape.shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.alter3-header .animation-shape.shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.alter3-header .animation-shape.shape-ring {
    top: 75%;
    right: 25%;
}
.alter3-header .animation-shape.shape-ring div {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 5px solid #0c4ea5;
}
.alter3-header .animation-shape.shape-circle {
    top: 20%;
    right: 50%;
}
.alter3-header .animation-shape.shape-circle div {
    width: 15px;
    height: 15px;
    background: rgba(237, 244, 248, 0.3);
    border-radius: 50%;
    margin: 0;
}
.alter3-header .animation-shape.shape-diamond {
    top: 35%;
    right: 25%;
}
.alter3-header .animation-shape.shape-diamond div {
    opacity: 0.5;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #007cb7;
    position: relative;
    top: -10px;
}
.alter3-header .animation-shape.shape-diamond div:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-top-color: #007cb7;
}
.alter3-header .static-shape {
    position: absolute;
}
.alter3-header .static-shape.shape-ring-1 {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 15px solid rgba(255, 255, 255, 0.5);
    top: 15%;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.alter3-header .static-shape.shape-ring-2 {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 15px solid rgba(255, 255, 255, 0.5);
    top: 5%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.alter3-header .static-shape.shape-circle-1 {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    margin: 0;
    top: 22%;
    right: 22%;
}
.alter3-header .static-shape.pattern-dots-1 {
    top: 0;
    right: 0;
    width: 250px;
    height: 50%;
    background-color: transparent;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 3px, transparent 3px);
    background-size: 30px 30px;
}
.alter3-header .static-shape.pattern-dots-2 {
    right: 0;
    bottom: 0;
    width: 150px;
    height: 20%;
    background-color: transparent;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 3px, transparent 3px);
    background-size: 30px 30px;
}
.alter3-header .static-shape.ghost-shape {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 120px;
}
.alter3-header .static-shape.ghost-shape-1 {
    top: 0;
    -webkit-transform: translate3D(30%, -93%, 0) skewX(35deg) rotate(-12deg);
    transform: translate3D(30%, -93%, 0) skewX(35deg) rotate(-12deg);
    background-color: #e56357;
    max-height: 560px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.alter3-features .shapes-container {
    overflow: unset;
}
@media (min-width: 992px) {
    .alter3-features .rotated-cards {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
.alter3-features .shape {
    position: absolute;
}
.alter3-features .shape-ring {
    right: 0;
    top: 0;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
}
.alter3-features .shape-ring-1 .animation {
    border-radius: 50%;
    height: 680px;
    width: 680px;
    border: 5px solid #edf4f8;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
}
.alter3-features .shape-ring-2 .animation {
    border-radius: 50%;
    height: 560px;
    width: 560px;
    border: 1px solid #d3d4d5;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
}
.alter3-features .shape-ring .animation {
    border-style: dashed;
}
.alter3-features .shape-circle {
    top: 50px;
    right: 120px;
}
.alter3-features .shape-circle div {
    width: 15px;
    height: 15px;
    background: #5f9ed2;
    border-radius: 50%;
    margin: 0;
}
.alter3-features .background-shape-main {
    z-index: 0;
    right: 0;
    top: 10%;
    width: 500px;
    height: 720px;
    -webkit-transform: translate3d(-25%, 20%, 0) rotate(-30deg);
    transform: translate3d(-25%, 20%, 0) rotate(-30deg);
    background-image: linear-gradient(35deg, #fff 0, #edf4f8 100%);
}
@media (min-width: 768px) {
    .alter3-features .background-shape-main {
        width: 1200px;
        top: 0;
    }
}
.ship_icon {
    border-radius: 50%;
    line-height: 3.5;
    padding: 5px;
    background-color: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}
.ship_icon img{
    width: 100%;
}