﻿.blue-text {
    font-family: Rajdhrani;
    color: #139DD1;
}

.fa-location-dot {
    margin-right: 0.5rem;
}

.home-section {
    overflow: hidden;
}

.home-section-top {
    background-image: url(../images/home/13.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 4rem;
}

.brand-logo {
    top: 2px;
}

.swiper-content-header {
    font-family: 'Rajdhrani', sans-serif !important;
}

.blue-swiper-header {
    color: #1c9bff;
    font-family: 'Rajdhrani', sans-serif !important;
}

.services-wrapper {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #09151cc2;
    color: #fff;
}

@media screen and (max-width: 675px) {
    .home-section-top {
        height: auto;
    }

    .services-wrapper {
        height: 600px;
    }
}

.home-section-header {
    font-family: Rajdhrani;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
}

.home-section-description-text {
    text-align: center;
    font-size: 24px;
}

.home-section-row {
    display: flex;
}

.section-col-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-col-text {
    text-align: center;
}

.section-col-header {
    font-size: 24px;
    font-weight: 700
}

.section-col-icon-image {
    width: 100px;
    height: 100px;
}

.section-col-bottom {
    font-size: 18px;
}

.section-card {
    margin-top: 1rem;
}

.home-section-card {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 10rem;
}

.section-card-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.section-description {
    background-color: #1a4f79d6;
    width: 100%;
    padding: 1rem;
    color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    margin-top: -3.5rem;
}

/*News and Announcements*/
.dynamic-content-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 100%;
}

.news-image {
    width: 80%;
    height: 400px !important;
    margin: auto;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid gainsboro;
    object-fit: cover !important;
}

.news-swiper-header {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 2;
    background-color: #1268AC;
    padding: 1rem;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.announcement-image {
    width: 80%;
    height: 240px !important;
    margin: auto;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid gainsboro;
    object-fit: cover !important;
}

.news-container-wrapper {
    background: url(../images/11.webp);
}

.news-container {
    margin-right: 1rem;
}

@media screen and (max-width: 675px) {
    .news-container {
        margin-right: 0;
    }

    .news-wrapper {
        margin-bottom: 1rem;
    }

    .announcement-wrapper {
        width: 95%;
        background: #fff;
        margin: auto;
    }

    .news-bottom {
        height: 300px !important;
    }

    .all-link {
        display: none;
    }
}

.news-bottom {
    border: 1px solid #dedede;
    padding: 1rem;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 260px;
}

.news-header {
    color: #2f7e9d;
    font-weight: 700;
    font-size: 20px;
}

.announcement-wrapper {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
}

.announcement-container {
    height: 100%;
}

.announcementSwiper {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 5rem;
    background: #fff;
    border-radius: 10px;
}

.newsSwiper {
    border-radius: 10px;
}

.news-fixed-right {
    margin-right: 0;
}

.all-ann {
    padding-left: 0;
    padding-right: 0;
}

.all-news {
    padding-left: 0;
    padding-right: 0;
}

.all-news-link {
    margin-right: 3.5rem !important;
}

.all-link {
    padding: 0.6rem;
    color: #1268AC;
    transition: 0.3s ease;
    float: right;
    margin-right: 2rem;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    margin-top: -4.5rem;
    z-index: 3;
    text-decoration: none;
    box-shadow: -2px 2px 8px #3087ba47;
}

    .all-link:hover {
        color: #6aa0cb;
        background-color: #fafafa;
        box-shadow: -7px 6px 1px #3087ba47;
    }

.presentation-section {
    overflow: visible;
}

.presentation-image {
    width: 100%;
    height: 500px;
    display: flex;
    margin: auto;
}

.presentation-footer {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: auto;
    position: absolute;
    margin-top: -5rem;
    margin-left: 14rem;
}

.presentation-left {
    width: 500px;
    background-color: #d7d7d7;
    padding: 2rem;
    border-radius: 10px;
    font-size: 22px;
}

.presentation-right {
    padding-top: 4rem;
    margin-left: 5rem;
}

.presentation-right-list {
    font-size: 22px;
}

.card-section {
    margin-top: 5rem;
}

@media screen and (max-width: 675px) {
    .card-section {
        margin-top: 0rem;
    }
}

.why-us-section {
    background-image: url(../images/backgrounds/11.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}

.why-us-icon-image {
    background: #139DD1;
    border-radius: 10px;
    width: 50px;
    margin-bottom: 1rem;
}

.why-us-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-image: url(../images/backgrounds/14.webp);
    background-attachment: fixed;
}

@media screen and (max-width: 675px) {
    .home-section-card {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }

    .why-us-container {
        flex-direction: column;
        padding-top: 0rem;
    }

    .why-us-left-col {
        margin-top: 0rem;
        margin-bottom: .2rem !important;
    }

    .why-us-card {
        width: auto !important;
        border-radius: 10px;
        padding: 1rem;
        margin-bottom: 1rem;
        font-size: 14px;
    }

    .reference-image {
        width: 100px !important;
        height: 100px !important;
    }
}

.why-us-card {
    width: 400px;
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: 5px 5px 10px 1px #80808054;
}

.why-us-left {
    padding: 1rem;
}

.why-us-left-col {
    margin-bottom: 3rem;
    margin-top: 2rem;
    padding-right: 0 !important;
}

.why-us-right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
}
@media screen and (max-width: 675px){
    .why-us-right-col{
        height: auto!important;
    }
}
.wts-container {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.wts-section {
    margin-top: 5rem;
}

.wts-left {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: end;
}

.wts-stars {
    width: 100px;
}

.wts-card {
    background-color: #d7d7d7;
    padding: 2rem;
    width: 400px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.wts-comment {
    font-size: 22px;
}

.wts-author {
    font-size: 18px;
}

.reference-image {
    margin: auto;
}

.location-section {
    margin-top: 6rem;
    background-image: url(../images/3.webp);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.location-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 2rem;
    height: 600px;
    justify-content: center;
}

.location-right {
    position: absolute;
    right: 0;
    z-index: 3;
    margin-top: -37.5rem;
}

.location-text {
    margin-left: 5.6rem;
    font-size: 24px;
}

.location-list {
    list-style-type: none;
}

.location-list-item {
    font-size: 22px;
}

.location-image {
    height: 600px;
}

.location-wrapper {
    margin-top: 2rem;
    margin-left: 5.6rem;
    padding: 1rem;
    background-color: #1268AC;
    color: #fff;
    width: 100%;
    list-style-type: none;
    border-radius: 5px;
    box-shadow: 4px 3px 10px 1px #14141482;
}

@media screen and (max-width: 675px) {
    .location-left {
        width: auto;
    }

    .location-text {
        text-align: center;
        margin: 0 !important;
    }

    .location-wrapper {
        margin: auto;
    }

    .location-list-item {
        font-size: 16px;
    }

    .location-image {
        display: none;
    }
}

.info-section {
    margin-top: 5rem;
}

.info-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 10rem;
}

.info-header-wrapper {
    width: 500px;
}

    .info-header-wrapper h2 {
        text-align: unset;
    }

.info-card {
    width: 500px;
}

.info-card-content {
    padding: 2rem;
    width: 500px;
    background: #1268AC;
    border-radius: 10px;
    color: #fff;
    position: absolute;
}

.info-bottom {
    margin: auto;
    display: flex;
}

.info-image {
    width: 1000px;
    height: 500px;
    object-fit: contain;
    display: flex;
    margin: auto;
}

@media screen and (max-width: 675px) {
    .info-card-content {
        width: auto;
    }

    .info-top {
        margin-bottom: 18rem;
    }

    .info-line {
        margin-bottom: 1rem;
    }
}

.end-section {
    margin-top: 5rem;
}

.end-wrapper {
    background-image: url(../images/home/end.webp);
    background-size: cover;
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.end-row {
    display: flex;
    flex-direction: row;
}

.end-left {
    width: 500px;
}

.end-right {
    width: 500px;
}

.end-text {
    font-size: 24px;
}

.end-col {
    font-size: 52px;
    font-weight: 800;
}

@media screen and (max-width: 675px) {
    .end-right {
        width: auto;
    }

    .end-left {
        width: auto;
    }

    .end-text {
        font-size: 18px;
        padding: 1rem;
    }

    .end-col {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        font-size: 32px;
    }

    .end-wrapper {
        background-image: url(../images/home/end.webp);
        background-size: cover;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2rem;
    }
}


.welcome-container, .welcome-video {
    width: 100%;
    display: flex
}

.reference-container, .reference-row {
    box-shadow: 6px 4px 22px 1px #cdc3c357
}

.contact-button, .references-list a, .scroll-down, .see-more {
    text-decoration: none
}

.breadcrumb-list li, .services-sidebar ul li, .share-buttons {
    list-style-type: none
}

.welcome-container {
    flex-direction: row;
    overflow-x: hidden;
    z-index: 2;
    min-height: fit-content
}

.overlay, .scroll-down {
    display: block;
    position: absolute
}

.logo-container {
    color: #c0e3e5;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 3;
    width: 650px
}

@media only screen and (max-width:1024px) {
    .logo-container {
        top: 30%;
        width: 400px
    }
}

@media only screen and (max-width:768px) {
    .logo-container {
        top: 30%;
        width: 333px
    }
}

#welcome-video {
    min-height: 100%;
    min-width: 100%
}

.overlay {
    background: url(../images/pattern.png) rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-x: hidden
}

.scroll-down {
    color: #d1d0e4;
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 20px;
    text-shadow: 0;
    width: 19px;
    height: 19px;
    border-bottom: 4px solid #0b3b60;
    border-right: 4px solid #0b3b60;
    z-index: 9;
    -webkit-transform: translate(-50%,0) rotate(45deg);
    -moz-transform: translate(-50%,0) rotate(45deg);
    transform: translate(-50%,0) rotate(45deg);
    -webkit-animation: 2s ease-in-out infinite fade_move_down;
    -moz-animation: 2s ease-in-out infinite fade_move_down;
    animation: 2s ease-in-out infinite fade_move_down
}

.scroll-down-text {
    position: absolute
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0,-10px) rotate(45deg);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -moz-transform: translate(0,10px) rotate(45deg);
        opacity: 0
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0,-10px) rotate(45deg);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(0,10px) rotate(45deg);
        opacity: 0
    }
}

.section-separator {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section-presentation {
    padding-top: 2rem;
}

.section-presentation-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.section-presentation-header {
    font-size: 34px;
    color: #3389ca
}

.section-presentation-comment {
    text-align: center;
    margin: auto;
    font-size: 22px
}

.home-text {
    width: 75%;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 675px) {
    .home-text {
        width: 100%;
    }
}

.about {
    margin-top: 4rem;
    margin-bottom: 5rem;
    background-image: url(../images/background/2.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: inherit;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.about-image-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem
}

.about-image {
    display: flex;
    margin: auto
}

ol {
    width: min(60rem,90%);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    counter-reset: stepnr
}

li:nth-child(6n+1) {
    --accent-color: #b8df4e
}

li:nth-child(6n+2) {
    --accent-color: #4cbccb
}

li:nth-child(6n+3) {
    --accent-color: #7197d3
}

li:nth-child(6n+4) {
    --accent-color: #ae78cb
}

li:nth-child(6n+5) {
    --accent-color: #7dc7a4
}

li:nth-child(6n+6) {
    --accent-color: #f078c2
}

ol li {
    counter-increment: stepnr;
    width: 18rem;
    --borderS: 0.8rem;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(var(--borderS) + 2.5rem);
    position: relative;
    background: #fff;
    border-radius: 20%;
}

    ol li::after, ol li::before {
        inset: 0;
        position: absolute;
        border-radius: 20%;
        border: var(--borderS) solid #d4e7ff;
        line-height: 1.1
    }

.owl-item div:hover, .reference-row {
    border-radius: 5px
}

ol li::before {
    content: counter(stepnr);
    color: var(--accent-color);
    padding-left: 10rem;
    font-size: 12rem;
    font-weight: 700;
    overflow: hidden
}

ol li::after {
    content: "";
    filter: drop-shadow(-.25rem .25rem .0675rem rgba(0, 0, 0, .75)) blur(10px)
}

ol li > * {
    width: 7.5rem
}

ol li .step-icon {
    font-size: 2rem;
    color: var(--accent-color);
    text-align: center
}

ol li .step-title {
    font-size: 2rem;
    font-weight: 500
}

ol li .step-description {
    font-size: .8rem;
    font-weight: 300
}

.swiper-home-image {
    height: 700px;
    width: 1200px;
    object-fit: cover;
    display: flex;
    margin: auto;
    border-radius: 30px;
}

.owl-item {
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.owl-carousel .owl-item img {
    width: 150px !important;
    height: 150px !important;
    display: flex !important;
    margin: auto !important;
    object-fit: contain
}

.owl-stage-outer {
    height: 280px;
}

.owl-stage {
    padding-top: 1rem;
    margin: auto;
    height: 280px;
}

@media screen and (max-width: 675px) {
    .owl-stage {
        display: flex;
    }

    .owl-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.owl-reference {
    height: 280px;
}

.contact-form-wrapper, .owl-nav, .references-see-more, .see-more-row {
    display: flex;
    align-items: center;
    justify-content: center
}

    .owl-nav span {
        font-size: 52px;
        outline: 0
    }

    .owl-nav button:hover {
        background-color: grey;
        color: #000
    }

    .owl-nav button {
        outline: 0
    }

    .owl-nav .owl-prev {
        margin-right: 2rem
    }

    .owl-nav .owl-next {
        margin-left: 2rem
    }

.references-list a {
    color: #000
}

.references-container {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.references-list img {
    height: 150px;
    width: 150px;
    object-fit: contain
}

.references-list figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 1rem;
    padding: .25rem;
    text-align: center;
    height: 50px
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem
}

.reference-row {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    background: #f6f9ff;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.reference-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1rem;
    height: 50px
}

    .reference-header-content > p {
        color: #675d5d
    }

.reference-image-cover, .share-buttons a {
    padding: .5rem
}

.reference-content {
    display: flex;
    flex-direction: column
}

    .reference-content img {
        display: flex;
        margin: auto;
        object-fit: contain;
        width: 300px;
        height: 250px
    }

@media screen and (max-width:768px) {
    #particles-js {
        height: 400px
    }

    .scroll-down {
        display: none;
        top: 20%
    }

    .about-image {
        width: 500px;
        height: 300px
    }

    .reference-container {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .reference-image {
        width: 140px !important;
        height: 150px !important;
        padding: 0 !important;
        object-fit: contain;
    }

    .blog-row {
        width: 355px !important
    }

    .reference-body {
        width: 100% !important;
    }
}

.reference-body {
    width: 50%;
}

.reference-header {
    font-weight: 600;
    margin-top: 1rem
}

.reference-paragraph {
    overflow: hidden;
    margin-bottom: 2rem
}

.reference-details {
    margin: auto;
    display: flex
}

.page-empty {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 4rem
}

.blog-content img, .presentation-image {
    display: flex;
    object-fit: cover;
    height: 150px
}

.reference-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 2rem;
    border: 1px solid #c8bdbd2e;
    border-radius: 5px;
    background-color: #ffffff87
}

.reference-image {
    display: flex;
    width: 250px;
    padding: 1rem
}

.quote {
    text-align: center;
    display: flex;
    flex-direction: column
}

.blockquote {
    font-size: 32px;
    margin: 1rem
}

.customer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.reference-technology {
    padding: .4rem;
    border-radius: 11px;
    background-color: #b5d6f3
}

.presentation-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.presentation-header {
    font-size: 22px;
    color: #1a7fa1;
    text-align: center;
    padding-top: 1rem;
}

.presentation-comment {
    text-align: center;
    margin: auto;
    font-size: 20px
}

.presentation-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 1rem;
}

.howto {
    background-image: url(../images/background/23.webp);
    padding: 2rem;
    margin-top: 2rem;
}

.row-content {
    box-shadow: 0px 0px 13px 4px #7979793d;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    transition: .3s;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2rem !important;
}

    .row-content:hover {
        box-shadow: 3px 3px 13px 4px #1d53812b
    }

.presentation-text {
    padding: 1.5rem;
    height: 230px;
    text-wrap: pretty;
}

@media screen and (max-width: 675px) {
    .presentation-text {
        height: 200px;
    }
}

.blog-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 1rem
}

.blog-presentation {
    background-image: url(../images/backgrounds/2.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
    padding-bottom: 5rem;
}

.blog-row {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 6px 4px 22px 1px #cdc3c357;
    margin: .5rem;
    background-color: #ffffffe0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-content img {
    margin: auto;
    width: 100%;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-header {
    font-weight: 600;
}

.blog-paragraph {
    height: 155px;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.see-more-black {
    background-color: #164466 !important;
    color: #fff !important;
}

.see-more {
    padding: .5rem 2.5rem;
    border-radius: 10px;
    color: #fff;
    border: 1px solid transparent;
    margin-top: 3rem;
    transition: .3s;
    box-shadow: 9px 8px 15px 3px #80808036;
    appearance: none;
    background: #2d6289;
    cursor: pointer
}

    .see-more:hover {
        background-color: #3389ca;
        border: 1px solid transparent;
        color: #fff;
        filter: brightness(1.1)
    }

    .see-more:active {
        filter: brightness(.9)
    }

@media screen and (max-width: 675px) {
    .see-more {
        width: 250px !important;
        font-size: 12px;
        margin-bottom: 1rem;
        text-align: center;
    }
}

#Website, .services-container {
    display: none
}

.contact, .contact-form {
    display: flex;
    align-items: center
}

.contact {
    margin-top: 5rem;
    justify-content: center;
    margin-bottom: 5rem;
    flex-direction: column
}

@media screen and (max-width:775px) {
    .contact {
        flex-direction: column
    }
}

.contact-form {
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    margin: auto
}

.b-card, .contact-button-wrapper {
    align-items: center;
    display: flex
}

.contact-input, .form-textarea {
    outline: 0;
    box-shadow: 2px 2px 14px 1px #7e7e7e66;
    border-left: 0;
    border-right: 0px;
    border-top: 0;
    margin-right: 1rem;
    width: 100%;
    border-radius: 5px;
    transition: .3s;
    border-bottom: 1px solid transparent
}

.contact-form > .row > * {
    padding-left: 0 !important
}

.form-row {
    display: flex;
    width: 100%
}

textarea {
    width: 610px
}

.contact-label {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.contact-input {
    padding: .4rem 1rem
}

    .contact-input:active, .contact-input:focus, .form-textarea:active, .form-textarea:focus {
        border-bottom: 1px solid #4f90f1
    }

@media screen and (max-width:678px) {
    .row-content {
        width: 350px !important
    }

    .contact-input, .form-textarea {
        width: 100%
    }
}

.form-textarea {
    padding: 1rem;
    height: 175px;
    resize: none
}

.contact-button-container {
    width: 100%;
    margin-top: 2rem
}

.contact-button-wrapper {
    justify-content: flex-end
}

.contact-button {
    background-color: #175380;
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    padding: .5rem 2.5rem;
    border: 1px solid transparent;
    box-shadow: 2px 2px 14px 1px #12121224
}

    .contact-button:hover {
        background-color: #fff;
        color: #3389ca !important;
        border: 1px solid transparent
    }

.contact-button-adjust {
    display: flex;
    justify-content: end
}

.b-card-container {
    margin-top: 2rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.b-card-link {
    padding: 1rem;
    box-shadow: 3px 4px 7px 1px #e1e1e1;
    transition: .2s
}

.breadcrumb-list a, .share-link {
    transition: .3s;
    text-decoration: none
}

.b-card-link:hover {
    transform: rotate(4deg)
}

.b-card-image {
    width: 500px
}

.b-card {
    justify-content: center;
    margin: auto auto 1rem
}

@media screen and (max-width:675px) {
    .section-separator {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .swiper-home-image {
        height: 320px;
        width: 400px;
    }

    .swiper-pagination-bullet {
        width: 25px !important;
        height: 25px !important
    }

    .content {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .b-card-image {
        width: 350px;
        height: auto
    }

    #add-comment {
        padding: 1rem
    }
}

@media screen and (max-width:475px) {
    .b-card-image {
        width: 300px;
        height: auto
    }
}

.contact-page-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.linkedin {
    background-color: #4776c2
}

.google {
    background-color: #dd4b39
}

.instagram {
    background-color: #bc2a8d
}

.twitter {
    background-color: #00aced
}

.facebook {
    background-color: #3b5998
}

.mail {
    color: #3093db
}

.breadcrumb-list {
    display: flex !important;
    padding: .5rem;
    flex-direction: row !important;
    box-shadow: rgb(102 95 95 / 29%) 4px 4px 14px 1px;
    align-items: center;
    padding-left: 0.5rem !important;
}

    .breadcrumb-list li {
        padding: .25rem;
        display: inline-flex
    }

    .breadcrumb-list a {
        font-weight: 900;
        padding: .25rem;
        color: #73b1df;
        border-bottom: 1px solid transparent
    }

        .breadcrumb-list a:hover {
            border-bottom: 1px solid #7a7575b0;
            color: #2781d1
        }

    .breadcrumb-list i {
        font-size: 12px;
        line-height: 10px
    }

.blogpost-container {
    display: flex;
    flex-direction: row;
    margin-top: 15rem
}

@media screen and (max-width:1024px) {
    .blogpost-container {
        flex-direction: column
    }

        .blogpost-container > .col-md-7 {
            width: 100%
        }
}

.blogpost-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.date-and-author-container, .share-link {
    align-items: center;
    display: flex
}

.blogpost {
    padding: 4rem;
    box-shadow: 6px 4px 22px 1px #cdc3c357;
    border: 1px solid #c8bdbd2e;
    border-radius: 5px;
    background-color: #ffffff87
}

.share-link-envelope, .share-link-facebook, .share-link-linkedin, .share-link-telegram, .share-link-twitter, .share-link-whatsapp {
    background-color: #f0f8ff
}

.blogpost-image-container {
    height: 300px
}

.blogpost-image {
    height: 300px;
    object-fit: contain;
    display: flex
}

.blogpost-header {
    font-size: 43px;
    color: #3389ca;
    display: flex
}

.date-and-author {
    color: #545151b0;
    font-size: 18px;
    display: flex;
    justify-content: flex-end
}

.blogpost-footer, .comment-top-right {
    display: flex
}

.share-container {
    width: 50%
}

.share-buttons {
    padding: 1rem;
    display: flex
}

    .previous-container, .share-buttons li {
        margin-right: 1rem
    }

.share-link {
    border-radius: 5px;
    justify-content: center
}

    .share-link > i {
        font-size: 22px
    }

.share-link-facebook {
    color: #3b5998;
    border: 1px solid #3b599880
}

.share-link-twitter {
    color: #00acee;
    border: 1px solid #00acee80
}

.share-link-linkedin {
    color: #0072b1;
    border: 1px solid #0072b180
}

.share-link-whatsapp {
    color: #075e54;
    border: 1px solid #075e5480
}

.share-link-telegram {
    color: #2aabee;
    border: 1px solid #2aaBEE80
}

.share-link-envelope {
    border: 1px solid #db282880;
    color: #db2828;
    border: 1px solid #db282880
}

.share-link:hover {
    border: 1px solid transparent;
    box-shadow: 1px 1px 2px 1px
}

.search-input:focus, .search-input:hover, .xlr-btn:hover {
    box-shadow: 4px 3px 12px 1px #c3b0b069
}

.like-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: .8rem
}

#comments-button, #like-button {
    margin-right: .5rem;
    font-size: 20px;
    height: 40px;
    width: 40px;
    align-items: center;
    display: flex;
    outline: 0;
    background-color: transparent;
    transition: .3s
}

#like-button {
    border: none;
    border-radius: 50%;
    justify-content: center
}

    #like-button:hover {
        color: #e32020c4
    }

    #like-button:active, .fa-heart-red {
        color: red
    }

.liked .fa-heart {
    color: #e32020;
    font-weight: 900
}

.alert-like {
    width: 350px;
    display: flex;
    padding: 1rem;
    float: right;
    margin: 0;
    position: inherit !important
}

#comments-button {
    border: none;
    border-radius: 50%;
    justify-content: center;
    text-decoration: none;
    margin-left: 1rem;
    color: #b8aebb
}

.comment-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.profile-picture {
    background-color: #ece1e14d;
    border: 1px solid #d5cbcb42;
    box-shadow: 1px 2px 12px 1px #d0c4c46b;
    padding: .5rem .5rem .4rem;
    margin-right: 1rem;
    border-radius: 20%
}

.comment {
    box-shadow: 2px 2px 12px 3px #d9c9c924;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    padding: 1rem
}

.comment-top {
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.comment-date, .comment-top-left > .fa-user {
    color: #9b9191
}

.comment-content {
    padding: 1rem;
    margin-left: 1rem
}

.delete-comment {
    margin-left: .4rem;
    color: #ca3434
}

.search-container {
    display: flex;
    justify-content: space-around;
    padding-top: 3rem
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px !important
}

.navigation-nav, .search-input {
    align-items: center;
    display: flex
}

.search-input {
    padding: .5rem 2rem;
    border-radius: 5px;
    box-shadow: 4px 3px 12px 1px #ebebeb;
    border: 1px solid transparent;
    transition: .3s;
    text-decoration: none;
    justify-content: center;
    outline: 0
}

.blog-home-container, .other-blogposts {
    box-shadow: rgb(215 215 215 / 34%) 6px 4px 22px 1px
}

.search-input:focus {
    border: 1px solid #0f7dc2 !important
}

.other-blogposts {
    padding: 1rem;
    border: 1px solid #c8bdbd2e;
    border-radius: 5px;
    background-color: #ffffff87;
    margin-left: 1rem;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .blog-header {
        margin-bottom: 2rem
    }

    .blogpost-home-container, .breadcrumb-list {
        flex-direction: column !important
    }

        .breadcrumb-list a {
            font-size: 12px
        }

    .fa-chevron-right {
        transform: rotate(90deg) !important
    }

    .xlr-next-button .fa-chevron-right {
        transform: rotate(0) !important
    }

    .blogpost {
        padding: 2rem !important;
        width: 95%;
        margin: auto
    }

    .blogpost-image {
        height: 300px;
        width: 350px;
        border-radius: 5px
    }

    .blogpost-header {
        font-size: 24px
    }

    .date-and-author {
        font-size: 14px
    }

    .blogpost-footer {
        flex-direction: column;
        justify-content: center
    }

    .share-buttons a {
        padding: .3rem
    }

    .like-container {
        justify-content: flex-start;
        margin-bottom: 1rem;
        width: 100%
    }

    #comments-button, #like-button {
        padding: 1rem !important
    }

    .comment-section {
        display: block;
        margin-bottom: 1rem
    }

    .other-blogposts {
        margin-top: 1rem !important;
        width: 95%;
        margin: auto
    }
}

.blogpost-home-container {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    padding-bottom: 7rem
}

.blog-home-container {
    background-color: rgba(255,255,255,.53)
}

.blog-home {
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem
}

.navigation-nav {
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.previous-next-container {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none
}

.next-button, .previous-button {
    background-color: #c135c1;
    color: #ffffffbd;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #aea3a387;
    padding: .5rem 2rem;
    text-decoration: none
}

    .next-button:hover, .previous-button:hover {
        color: #fff
    }

.newest-header {
    margin-top: 1rem
}

.newest-blogpost-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 4px 5px 12px 3px #eddcdc85;
    border: 1px solid transparent;
    border-radius: 5px
}

    .newest-blogpost-container > a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1rem;
        border-radius: 5px;
        background-color: transparent;
        color: #644a76
    }

    .newest-blogpost-container:hover {
        border: 1px solid #c9baba33
    }

    .newest-blogpost-container > a:hover {
        color: #a69999
    }

.newest-blogpost-image {
    width: 120px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem
}

.field-validation-error {
    color: #394fa5
}

.cookie-policy-page {
    width: 50%;
}

@media screen and (max-width:768px) {
    .newest-blogpost-container {
        margin: auto auto 1rem
    }

    .cookie-policy-page {
        width: 100%
    }
}

.services-page {
    margin-top: 3rem;
}

.services-page-container {
    border: 1px solid gainsboro;
    padding: 1rem;
    border-radius: 10px;
    background: #f1fbff;
}

.services-header {
    margin-bottom: 2rem !important;
    color: #3389ca;
    font-size: 34px;
}

.services-page-image {
    width: 400px;
    height: 400px;
    margin: auto;
    display: flex;
    border-radius: 50%;
    border: 5px solid #2774be;
}

@media screen and (max-width: 675px) {
    .services-page-container {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .services-page-image {
        width: 300px;
        height: 300px;
        margin-bottom: 1rem;
    }

    .services-reverse {
        flex-direction: column-reverse;
    }
}

.active-service {
    display: flex !important;
    flex-direction: column
}

.services-sidebar > .navbar-nav {
    align-items: baseline !important
}

.service-btn {
    color: #396fc3 !important;
    padding: .4rem .8rem !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0 0 1rem;
    transition: .3s
}

    .service-btn:hover {
        border: 1px solid #347bb7
    }

.active-button {
    color: #fff !important;
    background-color: #3281c1 !important
}

.about-page {
    margin-top: 3rem;
}

.xlr-btn {
    padding: .5rem 2rem;
    border-radius: 8px;
    box-shadow: 4px 3px 12px 1px #e9e9e9;
    border: 1px solid transparent;
    transition: .3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center
}

    .xlr-btn:active, .xlr-btn:hover {
        border: 1px solid #fff
    }

.create-new-button, .delete-button, .details-button, .edit-button, .xlr-page-number {
    border: 1px solid transparent
}

.xlr-btn:hover {
    background-color: #e9efff
}

.xlr-icon {
    margin-right: .2rem
}

.edit-button {
    background-color: #2c6597;
    color: #fdffff
}

    .edit-button:hover {
        border: 1px solid #b8acac99;
        color: #2c6597
    }

.delete-button {
    background-color: #c65151;
    color: #fdffff
}

    .delete-button:hover {
        border: 1px solid #c6515166;
        color: #c65151
    }

.create-new-button {
    background-color: #9522ccde;
    color: #fdffff
}

    .create-new-button:hover {
        border: 1px solid #b8acac73;
        color: #9522ccde
    }

.details-button {
    color: #fff;
    background-color: #0f7dc2
}

    .details-button:hover {
        color: #0f7dc2;
        border: 1px solid #0f7dc238
    }

.xlr-next-button, .xlr-previous-button {
    color: #787474 !important;
    background-color: #f1f3f8a8
}

    .xlr-next-button:hover, .xlr-previous-button:hover {
        border: 1px solid #6e68684f;
        color: #000
    }

.xlr-page-number {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: .7rem 1.2rem;
    margin-right: .5rem
}

    .xlr-page-number:hover {
        border: 1px solid #b8acac73
    }
