﻿@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Fira;
    src: url(../fonts/Fira_Sans/FiraSans-Regular.ttf);
}

@font-face {
    font-family: Fira;
    src: url(../fonts/Fira_Sans/FiraSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Fira_Sans/FiraSans-Black.ttf);
    font-weight: 900;
}

a.text-yellow:hover {
    color: #fff !important;
}

html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: Roboto !important;
    color: #272727;
    /* default text color */
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Fira !important;
    font-weight: 900 !important;
}

.card {
    border-radius: 15px /*!important*/;
    border: 1px solid transparent;
    backdrop-filter: blur(0.7rem);
    box-shadow: 1.3rem 1.3rem 1.3rem rgba(0, 0, 0, 0.5);
}

.card .rounded-start {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

    .card .rounded-end {
        border-bottom-right-radius: 15px !important;
        border-top-right-radius: 15px !important;
    }

.card-green {
    background: #659C91;
    color: white;
}

.card-orange {
    background: #F9AE39;
    color: black;
}

.card-pink {
    background: #EA6A71;
    color: white;
}

.card-darkblue {
    background: #00008b;
    color: white;
}

.card-babyblue {
    background: #43BFB3;
}

.card-projecttext {
    font-family: Fira;
    font-size: 1.5em;
}

.project-card {
    border: 3px solid #2376B8;
    border-radius: 15px;
    background-color: #FFF;
    position: relative;
}

.project-card-blue {
    border-radius: 15px;
    background: #B7C9D8;
    border: 3px solid #B7C9D8;
}

.project-card-big {
    border-radius: 15px;
    background: #B7C9D8;
    border: 3px solid #B7C9D8;
    position: relative;
    width: 100%;
}

.project-img-icon {
    width: 135px;
    vertical-align: middle;
    height: auto;
}

.project-card:hover .overlay {
    opacity: 1;
}

.project-card-big:hover .overlay-big {
    opacity: 1;
}

.project-card-text {
    font-size: x-small;
}

/* width */
.project-card > div::-webkit-scrollbar {
    width:5px;
}

/* Track */
.project-card > div::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

/* Handle */
.project-card > div::-webkit-scrollbar-thumb {
    background: #B7C9D8;
    border-radius: 20px;
}

    /* Handle on hover */
.project-card > div::-webkit-scrollbar-thumb:hover {
    background: #35436A;
}

/*lookout*/
.cb1 {
    background-color: rgba(225, 225, 225, 0.1);
}

.text-default-blue {
    color: #2376B8;
}

.hero-title {
    font-family: Fira;
    font-weight: 900;
    font-size: 2em;
}

.default-title {
    font-family: Fira;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2;
}

.awesome-title {
    font-family: Fira;
    font-size: 2.8em;
    font-weight: 900;
    line-height: 1.2;
}

.form-title-blue {
    font-family: Fira;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    color: #2E89B9;
}

.form-bg-blue {
    background-color: #F5F9FC;
}

.sub-title-blue {
    font-family: Roboto;
    font-size: 1em;
    font-weight: 900;
    line-height: 1.2;
    color: #2E89B9;
}

.bg-seesharp-lightblue {
    background: #E2F6FF;
}

.bg-seesharp-greyish {
    background-color: #F5F9FC;
}

.btn-outline-light {
    font-family: Roboto;
    color: #FFFFFF;
    border-radius: 0;
    border-color: #FFFFFF;
    text-transform: capitalize;
    border-width: 0.5vh;
}

.btn-outline-primary {
    color: #2376B8;
    border-radius: 0;
    border-color: #2376B8;
    text-transform: uppercase;
    border-width: 0.5vh;
}

.bg-seesharp-blue-black {
    background: #35436A;
    color: #F5F9FC;
}

.bg-seesharp-blue {
    background: #2376B8;
    color: white;
}
.bg-seesharp-yellow {
    background: #EAFC22;
}

.text-seesharp-blue-black {
    color: #35436A;
}

.text-seesharp-light-blue {
    color: #ACC8DE;
}

.form-shadow {
    box-shadow: 10px 10px 5px #D7D7D7;
    border-radius: 15px;
}

.shadow-inset {
    box-shadow: 2px 2px 5px #D7D7D7 inset;
}

.team {
    background: url('../Images/doodles.png') no-repeat;
    background-size: cover;
}

/*.home-header {
    background-image: url(../Images/hero-image.png);
    background-repeat: no-repeat;
    background-position: center 120px;
    background-size: 80%;
}*/

#homeCarousel .carousel-indicators {
    bottom: -15px;
}

#homeCarousel .carousel-indicators [data-bs-target] {
text-indent: initial;
width: auto;
height: auto;
border-radius: 20px;
color: #EAFC22;
background: transparent;
margin-left: 10px;
margin-right: 10px;
font-weight: 700;
}

#weAre, #weDo, #whyUs {
    z-index: 1;
}

#weAre:after, #weDo:after, #whyUs:after {
    position: absolute;
    font-size: 6em;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .1;
    top: -38px;
    left: 10px;
    transform: rotate(-4deg);
    color: #000;
    z-index: -1;

}

#weAre:after {
    content: "We Are";
}

#weDo:after {
    content: "We Do";
}

#whyUs:after {
    content: "Why Us";
}

#customersCar .owl-stage-outer {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.bg-quarter-blue {
    background: #2376B8;
    color: white;
    height: 50%;
}

.text-seesharp-blue {
    color: #2376B8;
}

.text-seesharp-blue-black {
    color: #35436A;
}

.text-orange {
    color: #FFA44D;
}

.text-yellow {
    color: #EAFC22;
}

.bg-seesharp-lightblue {
    background: #E2F6FF;
}

.map-container {
    height: 30vh;
}

.text-main {
    color: #2376B8;
}

.text-badge {
    font-size: 21px;
    text-align: center;
}

.text-contact {
    color: #63ABD1;
}

.section-background {
    background-color: #CEE5F7;
}

.section-category::after {
    content: "";
    width: 100%;
    height: 250px;
    background: #CEE5F7;
    position: absolute;
    top: 0;
    z-index: -1;
}

.about-us-section::after {
    content: "";
    width: 100%;
    height: 76%;
    background: #2376B8;
    position: absolute;
    top: 0;
    z-index: -1;
}

.contactus-section::after {
    content: "";
    width: 100%;
    height: 353px;
    background: #2376B8;
    position: absolute;
    top: 0;
    z-index: -1;
}

.title-font {
    font-size: 2em;
    font-weight: bold;
}

.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 20px 0;
}

.about-us-section-background {
    background: #ECEFF1;
    color: #000000;
}

.bg-badge {
    background-color: #BAE1F8;
    color: #2A7AFB;
    border: 3px;
    padding: 2vh
}

.dot {
    height: 100px;
    width: 100px;
    background-color: #2E89B9;
    border-radius: 50%;
    color: white;
    padding: 28px 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    display: block !important;
}

.owl-prev {
    left: -10px;
}

.owl-next {
    right: -10px;
}

/*.owl-carousel .prev-slide {
    background: url(../Images/nav) no-repeat scroll 0 0;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
}*/

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    color: #333
}

/* tabs customization */
.nav-tabs .nav-link {
    color: #A3A3A8;
}

.nav-tabs {
    border-bottom-width: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #2376B8;
    border-bottom-width: 4px;
    color: #35436A;
}

#industryCar .owl-item.center .fa-circle {
    font-weight: 600;
}

#industryCar .owl-item.center .fa-regular {
    color: #fff
}

#industryCar .owl-item.center .fa-4x {
    font-size: 4.8em;
}

#industryCar .owl-item.center .pt-5 {
    padding-top: 2rem !important;
}

#industryCar .owl-item.center h3 {
    color: #2376B8
}

.overlay {
    opacity: 0;
    color: #000000;
    transition: 1s ease;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px;
    background: #FFF;
    padding: 5px;
    height: 100%;
    width: 100%;
}

.overlay-big {
    opacity: 0;
    color: #000000;
    transition: 1s ease;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px;
    background: #B7C9D8;
    padding: 30px;
    height: 100%;
    width: 100%;
}


.mycare-logo {
    height: 30%;
    width: 50%;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.badge-container img {
    top: -132px;
    right: 35%;
}

.title-section {
    font-size: 40px;
}

.hero-projects::after {
    content: "";
    background-color: #2376B8;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* SM Breakpoint */
@media all and (min-width: 576px) {
    #weAre:after, #weDo:after, #whyUs:after {
        font-size: 9em;
    }

/* MD Breakpoint */
@media all and (min-width: 768px) {
/*    .home-header {
        background-position: center 100px;
        background-size: 70%;
    }*/

    .badge-container img {
        top: -64px;
        right: 0;
    }

    .title-section {
        font-size: 90px;
    }

    .hero-projects::after {
        height: 77%;
    }
}

/* LG Breakpoint */
@media all and (min-width: 992px) {
/*    .home-header {
        background-image: none
    }*/

    .hero-projects::after {
        height: 64%;
    }

    #homeCarousel .carousel-indicators {
        bottom: -42px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* XL Breakpoint */
@media all and (min-width: 1200px) {

/*    .home-header {
        background-image: url(../Images/hero-image.png);
        background-position: center right 32px;
        background-size: 47%;
    }*/

    .badge-container img {
        top: -70px;
    }

    .services-1 {
        height: 100vh;
    }

    .projects-hero {
        background-position: center;
    }

    .hero-projects::after {
        height: 78%;
    }

    #homeCarousel .carousel-indicators {
        justify-content: start;
    }

/* XXL Breakpoint */
@media all and (min-width: 1400px) {}