.top-menu-main-block-3 {
    padding: 15px 0;
}

.rexain-logo img {
    max-width: 160px;
}

.top-menu-main-block-3 .navbar-nav a {
    font-weight: 600 !important;
}

.triangle {
    background-color: transparent !important;
    border: none !important;
    background-image: url(../images/eras.png);
    width: 500px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.triangle-2 {
    left: 0;
    top: 0;
    background-color: transparent !important;
    border: none !important;
    background-image: url(../images/isso.png);
    width: 500px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
}


.home-initial-img {
    max-width: 670px;
    border-radius: 30px;
    box-shadow: 0 0 30px 30px #00000012;
}

.btn-gradient {
    background-color: #0089bc;
    border: none;
    border-radius: 20px;
    color: white !important;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 16px;
}

.btn-gradient:hover {
    background-color: #0089bc;
}

#top-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: rgb(252, 252, 252);
    box-shadow: none;
    border-bottom: 1px solid rgb(211, 211, 211);
}

#slider {
    height: 100vh !important;
    background-color: rgb(253, 253, 253);
}

.border-btn {
    height: fit-content;
    width: fit-content;
    padding: 2px;
    border-radius: 20px;
    background-color: #0089bc;
}

.border-btn .btn {
    background-color: white;
    color: transparent;
    border-radius: 18px;
}

.border-btn .btn p {
    transition: ease-in-out 0.2s all;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0089bc;
}

.border-btn:hover .btn {
    background-color: transparent;
}

.border-btn:hover .btn p {
    color: white ;
    background-image: none !important;
    -webkit-text-fill-color: white;
}

.about-img-1 {
    box-shadow: 0 0 30px 30px #00000012;
    max-width: 540px;
    border-radius: 30px;
}

.btn-default {
    background-color: #0089bc !important;
    border-radius: 20px;
}

.btn-default p {
    color: white;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.shadow-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.753);
}

.services-block-3 {
    border-radius: 23px;
    background-color: rgb(253, 253, 253);
    border: 1px solid rgb(173, 173, 173);
    height: calc(100% - 24px);
    margin-bottom: 24px;
}

.services-block-3 .services-icon {
    font-size: 20px;
    height: 44px;
    width: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-lgt-grey-4)
}

.services-no {
    border-radius: 16px;
    -webkit-text-stroke: 1px #2d88b9;
    font-size: 20px;
    height: 44px;
    width: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.footer-main-block{
    background-color: rgb(20, 20, 20);
}

.services-block-3 p {
    font-size: 14px;
}

.services-block-3 h5 {
    font-size: 20px !important;
}

.single-review.card {
    border-radius: 20px;
}

.single-review.card h4 {
    font-size: 20px;
}

.border-btn.btn-footer .btn {
    background-color: rgb(20, 20, 20);
}

.border-btn.btn-footer:hover .btn {
    background-color: transparent;
}

.border-btn.btn-footer:hover .btn p{
    color: rgb(20, 20, 20) ;
        -webkit-text-fill-color: rgb(20, 20, 20);
}

.title-footer {
    color: rgb(253, 253, 253);
    font-size: 18px;
}

.img-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
    transform: rotateZ(180deg);
    opacity: 0.1;
}

.line-footer {
    width: 100%;
    height: 1px;
    background-color: rgb(253, 253, 253);
}

.banner-line {
    overflow: hidden;
    min-height: 300px;
    width: 100%;
    background-color: #0089bc;
    border-radius: 30px;
    padding: 30px;
}

.banner-text {
    max-width: 500px;
}

.banner-text h3{
    color: rgb(253, 253, 253);
    font-size: 34px;
}

.banner-text p{
    color: rgb(253, 253, 253);
    font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .form-control {
    min-height: 42px;
    border-radius: 16px;
}

#submit {
    font-size: 14px;
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 1199px){
    .navigation .navbar-collapse{
        position: absolute;
        background-color: white;
        top: 62px;
        padding: 20px;
        width: max-content;
        background-color: rgb(252, 252, 252);
        box-shadow: none;
        border: 1px solid rgb(211, 211, 211);
        border-radius: 20px;
        left: calc(50% - 104px);
    }
}

@media screen and (max-width: 999px) {
    .order-lg-1 {
        order: -1;
    }

    .slider-main-block-3 .slider-3-heading {
        font-size: 50px;
    }
}

.footer-menu {
    position: relative;
     z-index: 3;
}

.col-links-footer {
    width: 240px;
}

.footer-menu ul li {
    text-align: start;
}

#slider.secondary-page {
    min-height: 660px !important;
    height: unset !important;
}

.btn-banner {
    background-color: white;
}

.btn-banner {
    background-color: #03759e;
}

.checkbox-groups .form-group {
  max-width: 300px;
  width: 300px;
}