
.custom-font-size {
    font-size: 1.2rem;
}

.pos {
    position: absolute;
    width: 60%;
    z-index: 99;
}

.icon-properties {
    height: 5rem;
}

@media screen and (min-width: 760px) {
    .pos1 {
        top: 35%;
        left: 10%;
        width: 80%;
    }

    .line {
        width: 10vw;
    }

    .footer-properties {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media screen and (min-width: 1000px) {
    .pos1 {
        top: 45%;
        left: 10%;
        width: 80%;
    }

    .line {
        width: 10vw;
    }

    .footer-properties {
        padding-right: 9rem !important;
        padding-left: 4rem !important;
    }
}

@media screen and (min-width: 1300px) {
    .pos1 {
        top: 58%;
        left: 10%;
        width: 80%;
    }
}

@media screen and (min-width: 2000px) {
    .pos1 {
        top: 75%;
        left: 10%;
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .pos {
        top: 10%;
        left: 2%;
        width: 95%;
    }

    .icon-properties {
        width: 2rem;
        height: 2rem;
        object-fit: contain;
    }

    .size {
        font-size: 0.5rem;
    }

    .line {
        width: 10vw !important;
    }

    .form-padding-bottom {
        padding-bottom: 3% !important;
    }

    .footer-properties {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .team-properties {
        height: 7rem !important;
    }
}

@media screen and (max-width: 760px) {
    .space {
        margin-top: 60px;
    }

    .space2 {
        margin-top: 10px;
    }

    .meme {
        border-bottom: 2px solid white;
    }

    .tel-height {
        font-size: 1.5rem !important;
    }
    .top-bar-item-fs {
        font-size: 0.8rem !important;
    }

    .service-padding-section {
        padding-left: 10% !important;
        padding-right: 10% !important;
        margin-bottom: 2% !important;
    }
}

@media screen and (max-width: 380px) {
    .space {
        margin-top: 80px;
    }
}

@media screen and (min-width: 760px) {
    .space1 {
        margin-top: 100px;
    }

    .line {
        width: 10vw;
    }
}

.team-background {
    background-image: url(../images/bg-authors.png);
    background-position: center;
}

body {
    margin: 0;
    padding: 0;
}

#client-testimonial-carousel {
    height: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

@media screen and (max-width: 500px) {
    #client-testimonial-carousel {
        overflow-y: scroll;
    }
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

.line {
    margin: auto;
    height: 0.5rem;
    width: 5vw;
    border-radius: 20px;
    background-color: #2d6790;
}





.margin {
    border-right: 2px solid white;
}

@media screen and (max-width: 769px) {
    .margin {
        border-right: none;
    }
}


.top-bar-item-fs {
    font-size: 1.1rem;
    text-decoration: none;
    color: #000000;
}


.margin1 {
    border-right: 5px solid white;
}

.margin2 {
    border-right: 1px solid #364766;
}

@media screen and (max-width: 760px) {
    .margin {
        border-right: none;
    }
}


.testimonials {
    margin-bottom: 2rem;
    background-color: #D4E6F4
}

.secondary-color-text {
    color: #2D6790;
}

.primary-color {
    background-color: #2D6790;
}

.primary-bg-color {
    background-color: #364766;
}

.primary-color-text {
    color:#364766;
}

ul li {
    font-size: 1.2rem;
    margin-top: 2%;
}

.service-padding-section {
    padding-left: 25%;
    padding-right: 25%;
    margin-bottom: 4%;
    text-align: justify;
}

.text-quote-properties {
    background-image: url(../images/quote-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
    font-size: 1.1rem;
    font-weight: 400;
}

.author-quote-properties {
    color: #364766;
    font-weight: 700;
}

.featurette-divider {
    margin-right: 10%;
    margin-left: 10%;
}

.about-cover {
    background-image: url(../images/bg-water.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tel-height {
    text-decoration: none;
    font-size: 2.0rem
}

.team-properties {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    object-fit: cover;
}

.footer-properties {
    padding-right: 9rem;
    padding-left: 4rem;
}

