/* body {
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 20px;
    overflow-x: hidden;
} */

p, span, a {
    font-weight: 300;
}

.multi-collapse.collapse p,
.multi-collapse.collapse span {
    color: #515860;
}

a {
    transition: .2s;
}

ul li {
    font-weight: 300;
}

ul.moving_forward {
    padding-left: 1rem;
}

ul.moving_forward li {
    float: left;
    width: 100%;
    padding: 0px 0px 20px;
    font-weight: 200;
}

ul.moving_forward li::marker {
    color: #9f8f76;
}

ul.moving_forward li strong {
    color: #372a17;
    font-weight: 400;
}

/* a:hover {
    transition: .2s;
    opacity: .5;
} */

#home_content {
    float: left;
    width: 100%;
}

body.all_content {
    font-size: 1.2rem !important;
    font-family: Arial, sans-serif;
    font-family: 'Roboto', sans-serif !important;
}

body.all_content.about_me {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.about_me .flexing {
    flex: 1 0 auto;
}

.header {
    color: #5b78b0;
    overflow: visible;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0px 30px;
}

/* .top_header {
    float: left;
    width: 100%;
    padding: 45px 20px;
    border-bottom: 1px solid #5b78b0;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
} */

/* .nav_line_container {
    float: left;
    width: 100%;
    padding: 0px 30px;
}

.navbar_line {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #5b78b0, #9b46d1, #be57ff);
} */

.container.no_margins {
    margin-left: -20px;
    margin-right: -20px;
}

.container.nav {
    /* display: flex;
    justify-content: center;
    width: 100%; */
    font-size: 17px;
    padding: 1rem 0rem .5rem;
}

/* -- Navigation -- */

.navbar-light .navbar-toggler {
    width: initial;
    z-index: 999;
}

.navbar-nav li, .navbar-nav a {
    text-transform: uppercase;
}

.nav-link.dropdown-toggle {
    padding: .2rem 2rem .5rem 1rem;
    padding-left: 0rem !important;
    margin-left: 0rem !important;
}

.navbar {
    width: 100%;
    background: #fff !important;
    /* border-bottom: 1px solid #5b78b0; */
    padding: 13px 0px;
}

/* .navbar_line {
    position: relative;
    background: #fff;
    width: 100%;
    height: 1px;
} */

.navbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #5b78b0, #9b46d1, #be57ff);
}

.navbar.scrolling::after {
    background: none;
}

.the_line {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #5b78b0, #9b46d1, #be57ff);
}

.collapse.navbar-collapse {
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 1.5rem;
    margin-right: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    letter-spacing: .08rem;
}

.navbar-expand-lg .navbar-nav a.nav-link:first-child {
    margin-left: 0.6rem;
    font-weight: 400;
}

/* Add this to your CSS */
.navbar-nav .nav-link.btn.btn-primary:hover span,
.navbar-nav .nav-link.btn.btn-primary:hover {
    background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: 0.3s;
}

/* Fade the logo image so it blends with the gradient text */
.navbar-nav .nav-link.btn.btn-primary:hover img.healthcare_logo {
    /* opacity: 0.4;  */
    filter: brightness(0) saturate(100%) invert(31%) sepia(91%) saturate(1105%) hue-rotate(256deg) brightness(94%) contrast(87%);
    transition: 0.3s;
}


.nav-item.dropdown {
    padding-left: 2rem;
    padding-left: 1.5rem;
    padding-right: 0px;
}

.nav-item.dropdown.v2 {
    padding-right: 0rem;
    padding-left: 1.5rem;
}

.nav-link.dropdown-toggle.active_btn.v2 img {
    color: #9b46d1;
    filter: brightness(0) saturate(100%) invert(31%) sepia(91%) saturate(1105%) hue-rotate(256deg) brightness(94%) contrast(87%);
}

.nav-link.dropdown-toggle.active_btn.v2 span {
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .nav-link {
    color: #5b78b0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}

.my_name {
    float: left;
    letter-spacing: .05rem;
    text-decoration: none;
    transition: .25s;
}

.my_name:hover {
    /* border-bottom: 1px solid #5b78b0; */
    opacity: .75;
    transition: .3s;
}

.my_name strong {
    font-weight: 500;
}

.progress {
    overflow: hidden;
    background-color: #fff;
    height: 5px;
    margin: 0px -32px 0px;
    border-radius: 5px;
}

/* linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff); */
.progress-bar {
    background-image: linear-gradient(to right, #5b78b0 44%, #9b46d1, #be57ff);
    transition: width 0.05s ease-in-out; /* Adjust timing and easing function as needed */
    border-radius: 0 4px 4px 0;
    transition: width 0.05s linear;
}

.progress-bar.full-width {
    border-radius: 0;
}

/* -- /Navigation -- */


/* -- Fonts, Headings -- */

/* @font-face {
    font-family: 'Gilroy-Black';
    src: url('/fonts/Gilroy-Black.ttf') format('truetype');
}

.font_gilroy {
    font-family: 'Gilroy-Black';
}

@font-face {
    font-family: 'Gilroy ExtraBold';
    src: url('/fonts/Gilroy-ExtraBold.ttf') format('truetype');
}
.gilroy_font {
    font-family: 'Gilroy ExtraBold';
} */


h1 {
    /* font-family: Arial, sans-serif; */
    font-family: 'Geologica';
    font-family: 'Shrikhand';
    font-family: 'Knewave';
    font-family: 'Galada';
    font-family: 'Roboto', sans-serif;
    color: #1c59aa;
    margin-bottom: 4rem;
    font-weight: 600;
    letter-spacing: .05rem;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff);
    -webkit-background-clip: text;
    font-size: 6rem;
    margin-bottom: 2rem;
    margin-left: -5px;
}

h1.home {
    font-size: 6rem;
    margin-bottom: 3.5rem;
}

h1.home.v2 {
    font-family: 'Passion One', cursive;
    font-size: 8rem;
    margin-bottom: 3.5rem;
    letter-spacing: 2px;
    font-weight: 400;
    font-weight: 700;
    line-height: 7rem;
}

h1.heading_sp {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 6rem;
    margin-bottom: 5rem;
}

h1.heading_sp.v2 {
    font-family: 'Passion One', cursive;
    font-size: 8rem;
    letter-spacing: 2px;
    font-weight: 400;
    font-weight: 700;
    line-height: 7rem;
}

h2 {
    font-family: Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #545454;
    font-size: 2.4rem;
    font-weight: 100;
    letter-spacing: .1rem;
    margin-bottom: 1.2rem;
}

#home_content h2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: .25rem 0rem .5rem;
    margin-bottom: 3rem;
}

h3 {
    font-family: Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #545454;
    font-weight: 100;
    letter-spacing: .1rem;
    margin-bottom: .8rem;
}

h3.problems {
    color: #e5eaf4;
    font-size: 1.2rem;
    font-weight: 400;
}

.mid_pg h3.problems {
    color: #212529;
}

h3.achievements {
    font-size: 1.3rem;
    font-weight: 400;
}

h3.solutions {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

h4 {
    font-family: Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #545454;
    font-weight: 100;
    letter-spacing: .1rem;
    margin-bottom: .8rem;
}

.about_me h4 {
    text-align: center;
    margin: 2rem 0rem;
    font-weight: 300;
}

.light_bg h2 {
    margin-bottom: 2.5rem;
}

.txt_container p {
    font-weight: 200;
}

.txt_container p strong {
    color: #545454;
    font-weight: 400;
}

.cont_below_header {
    float: left;
    width: 100%;
    margin-bottom: 7rem;
}

a {
    color: #1c59aa;
}

p.intro_opener {
    color: #6374b2 !important;
    font-size: 1.1rem;
    font-weight: 200;
    margin-bottom: 0rem;
    letter-spacing: .1rem;
}

.container_bg {
    float: left;
    background: #2c426c;
    color: #e5eaf4;
    position: relative;
    width: 100%;
}

.container_bg.top {
    background: #14284f;
    border-bottom: 1px solid #111d35;
    border-radius: 11px 11px 0px 0px;
}

.container_bg.bottom {
    position: relative;
    border-top: 1px solid #42557b;
    margin-bottom: 6rem;
    padding-bottom: 4rem;
}

.container_bg.bottom .layer1 {
    position: absolute;
    background: #4074dd;
    bottom: -20px;
    width: 100%;
    height: 40px;
    opacity: 0.125;
}

.container_bg.bottom .layer2 {
    position: absolute;
    background: #7ba6ff;
    bottom: -40px;
    width: 100%;
    height: 20px;
    opacity: 0.05;
}

.objectives {
    float: left;
    background: #1b2d4f;
    color: #e5eaf4;
    margin-top: -100px;
    padding: 30px 35px 5px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid #111d35;
    border-left: 1px solid #111d35;
}

.objectives h3, .container_bg.top h3 {
    color: #fff;
}

h3.main_problems {
    margin-left: 35px;
}

h3.results {
    padding-bottom: 1rem;
}

.container_bg .container.main_content .objectives p {
    width: 100%;
}

.center_div {
    display: flex;
    justify-content: center;
}

.center_div.video {
    align-items: center;
    padding-bottom: 5px;
}

.center_div.width {
    width: 100%;
}

.icon_slider_chevrons {
    color: #5b78b0;
    font-size: 35px;
}

.carousel-control-next {
    padding-left: 110px;
}

.carousel-control-prev {
    padding-right: 110px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-prev.v2, .carousel-control-next.v2 {
    width: 45% !important;
}

.carousel-inner {
    margin-bottom: 8rem;
    height: auto !important;
}

.imgs_in_banners {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 11px 11px 0px 0px;
    opacity: 0.5;
    z-index: 1;
}

.container_bg h2 {
    color: #e5eaf4;
}

.light_bg {
    position: relative;
    background: #f3eee6;
    padding: 85px 0px 100px;
    margin-top: 60px;
}

.light_bg.two_parts {
    border-bottom: 1px solid #d6ccbd;
}

.light_bg.two_parts:last-child {
    border-top: 1px solid #faf6f1;
    border-bottom: none;
    margin-top: 0px;
}

.light_bg.two_parts.mid_pg {
    background: #faf8f4;
    border-bottom: 1px solid #e2dace;
}

.light_bg .layer1 {
    position: absolute;
    background: #f9f5ee;
    top: -35px;
    width: 100%;
    height: 60px;
    opacity: 0.7;
}

.light_bg .layer2 {
    position: absolute;
    background: #fdfaf5;
    top: -55px;
    width: 100%;
    height: 40px;
    opacity: 0.35;
}

.light_bg .container.main_content {
    margin-top: 0px;
}

.inner_container {
    float: left;
    background: #faf6f1;
    width: 100%;
    padding: 30px 30px 10px;
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #d6ccbd;
    border-right: 1px solid #faf6f1;
    border-bottom: 1px solid #faf6f1;
}

.inner_container:last-child {
    margin-bottom: 8rem;
}

.light_bg .container.main_content .inner_container {
    float: left;
    background: #ece2d3;
    width: 100%;
    padding: 30px 30px 10px;
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #d6ccbd;
    border-right: 1px solid #faf6f1;
    border-bottom: 1px solid #faf6f1;
}

.text_icon_container {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    white-space: nowrap;
    font-weight: inherit;
}

.text_icon_container.v2 {
    gap: 2px;
}

/* -- /Fonts, Headings -- */


/* -- Footer -- */

.footer_container {
    background-color: #f7f7f7;
    color: #424242;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #d9d9d9;
}

.footer_container.home {
    margin-top: 60px;
}

a.base_btn {
    text-decoration: none;
    color: #424242;
    color: #5b78b0;
    position: relative;
    white-space: nowrap;
    transition: .25s;
    /* font-weight: 500 !important; */
    padding-bottom: 5px;
}

a.base_btn:hover {
    transition: .25s;
    color: #5b78b0;
}

a.base_btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #5b78b0;
    transition: width 0.25s;
}

a.base_btn:hover::after {
    width: 100%;
}

a.base_btn.about_app {
    float: right;
    margin: 17px 0px 0px auto;
    font-weight: 400;
    font-size: 15px;
}

a.base_btn.about_app.w {
    color: #e5eaf4;
    margin: -50px 0px 0px auto;
}

a.base_btn.about_app.w::after {
    background-color: #fff;
}

.txt_w {
    float: left;
    color: #e5eaf4;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 1rem;
    width: 100%;
    font-weight: 400;
}

a.footer_btn {
    float: left;
    text-decoration: none;
    color: #424242;
    position: relative;
    transition: .25s;
    font-weight: 400;
    margin-right: 25px;
    padding-bottom: 5px;
}

a.footer_btn:hover {
    transition: .25s;
    color: #5b78b0;
}

a.footer_btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #5b78b0;
    transition: width 0.25s;
}

a.footer_btn:hover::after {
    width: 100%;
}

a.footer_btn.resume {
    float: right;
}

.for_copyright {
    position: absolute;
    bottom: 25px;
    left: 0px;
}

.home_glitch {
    color: #fff;
    font-size: .01px;
}

/* -- /Footer -- */


/* -- Icons -- */

.icons_md {
    float: left;
    color: #5b78b0;
    margin: 2px 7px 0px 0px;
    font-size: 22px;
}

.icon_obj {
    float: left;
    clear: both;
    margin: 0px 0px 35px;
    opacity: 0.4;
    width: 83px;
}

.icon_products {
    float: left;
    width: 26px;
}

.icon_products.responsibilities {
    margin: 0px 11px 0px 0px;
}

.prob_icon_container {
    float: left;
    width: 7%;
}

.prob_icon_container i.adobe {
    padding-left: 7px;
}

.prob_icon_container i.architecture_info {
    font-size: 25px;
    margin-top: 2px;
}

.prob_icon_container i.vis_hierarchy {
    font-size: 25px;
    margin-top: 2px;
}

.prob_icon_container i.paypal {
    font-size: 24px;
    padding-left: 8px;
    padding-top: 1px;
}

.prob_icon_container i.accessibility {
    font-size: 24px;
    padding-left: 8px;
    padding-top: 1px;
}

.prob_icon_container i.padd,
.prob_icon_container img.padd {
    padding-left: 0px;
}

.prob_icon_container img,
.prob_icon_container i {
    /* padding: 0px 0px 0px 7px;
    margin-top: -2px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    padding: 0px;
}

.prob_icon_container img.icon_nav {
    margin-top: -5px;
}

.prob_icon_container img.icon_UI {
    width: 25px;
    margin-top: -7px;
}

.prob_icon_container img.icon_nobile {
    width: 22px;
    margin-top: -2px;
}

.prob_icon_container img.icon_category {
    width: 25px;
    margin-top: -5px;
}

.prob_icon_container img.icon_research {
    width: 25px;
    margin-top: -7px;
}

.prob_icon_container img.icon_features {
    margin-top: -4px;
}

.prob_icon_container img.icon_youtube {
    margin-top: -7px;
}

.prob_icon_container img.icon_record {
    width: 28px;
    margin-top: 0px;
}

.prob_icon_container img.icon_adobe {
    width: 27px;
    margin-top: 2px;
}

.prob_icon_container img.icon_speed {
    width: 32px;
    margin-top: 2px;
}

.prob_content_container {
    float: left;
    width: 88%;
    margin: 2px 0px 0px;
}

.prob_content_container p {
    font-size: 1rem;
}

i.icon_tooltip {
    color: #5b78b0;
}

i.icon_tooltip.w {
    color: #fff;
}

.baag i.icon_tooltip.w {
    float: right;
    font-size: 20px;
}

.baag .btn.btn-primary.tooltip_container.w {
    float: right;
    margin: 15px 0px 0px 0px;
}

.btn.btn-primary.tooltip_container {
    background-color: initial;
    border: none;
    margin-top: -1px;
    padding: 0px 5px 0px 0px;
}

/* -- /Icons -- */


/* -- Modal -- */

.modal-title {
    font-family: 'Roboto', sans-serif;
    color: #545454;
    font-size: 2.4rem;
    font-weight: 100;
    letter-spacing: .1rem;
}

.modal-header, .modal-body {
    padding: 1.5rem 2rem 1rem;
}

.modal-footer {
    padding: 1.5rem 2rem;
}

.modal-footer .btn.btn-secondary {
    background: #5b78b0;
    text-transform: uppercase;
    margin: 0rem;
    width: 100%;
    padding: .75rem;
    font-weight: 400;
    letter-spacing: 1px;
    transform: .25s;
}

.modal-footer .btn.btn-secondary:hover {
    /* -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff); */
    /* -webkit-background-clip: text; */
    background-color: #9b46d1;
    letter-spacing: 1px;
    transition: .3s;
}

/* -- /Modal -- */



/* -- Collapse -- */

.card {
    border: none;
    border-radius: 0;
}

.card-body {
    padding: 0px;
}

.card.card-body {
    padding-bottom: 150px;
}

/* -- /Collapse -- */


/* -- Buttons -- */

/* a.footer_btn {
    float: left;
    text-decoration: none;
    color: #424242;
    position: relative;
    transition: .25s;
    font-weight: 400;
    margin-right: 25px;
    padding-bottom: 5px;
}

a.footer_btn:hover {
    transition: .25s;
    color: #5b78b0;
} */

a.btn.blue {
    float: right;
    text-decoration: none;
    color: #424242;
    font-weight: 400;
    padding: 0px;
    margin-top: 18px;
    transition: .25s;
}

/* a.btn.blue:hover {
    opacity: .75;
    transition: .25s;
} */

a.footer_btn.modal_btns {
    float: right;
    color: #5b78b0;
    font-size: 15px;
    font-weight: 400;
    margin: 17px 0px 0px;
}

a.btn.blue::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    right: 0px;
    height: 1px;
    background-color: #5b78b0;
    transition: width 0.25s;
}

a.btn.blue:hover::after {
    width: 100%;
}

a.btn.blue span {
    font-weight: 400;
}

.nav-link.btn.btn-primary,
.dropdown-item.btn.btn-primary {
    background: none;
    font-weight: inherit;
    border: none;
    line-height: inherit;
    text-align: inherit;
    font-size: inherit;
    border-radius: inherit;
    /* position: relative; */
    letter-spacing: .08rem;
    transition: .3s;
}

.navbar-nav li.nav-item.dropdown a {
    position: relative;
}

.nav-link.btn.btn-primary:hover,
.dropdown-item.btn.btn-primary:hover,
.navbar-nav li.nav-item.dropdown a:hover,
.navbar-light .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #9b46d1;
    transition: .3s;
}

.navbar-nav li.nav-item.dropdown a:focus {
    color: #9b46d1;
}

.navbar-nav li.nav-item.dropdown a.dropdown-item {
    letter-spacing: 1px;
}

/* .nav-link.btn.btn-primary::after,
.dropdown-item.btn.btn-primary::after,
.navbar-nav li.nav-item.dropdown a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9b46d1;
    transition: width 0.3s;
}

.nav-link.btn.btn-primary:hover::after,
.dropdown-item.btn.btn-primar:hover::after,
.navbar-nav li.nav-item.dropdown a:hover::after {
    width: 100%;
} */







/* .nav-link.btn.btn-primary:before,
.dropdown-item.btn.btn-primary:before
 {
    content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: 0;
background: #2098D1;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
 } */

button.buttons,
a.buttons {
    text-transform: uppercase;
    background: #fff;
    color: #5b78b0;
    border: 1px solid #5b78b0;
    text-decoration: none;
    padding: 7px 16px 7px 17px;
    font-size: 16px;
    border-radius: 6px;
    transition: .25s;
}

button.buttons:hover,
a.buttons:hover {
    background: #5b78b0;
    color: #fff;
    transition: .25s;
}

button.buttons a,
a.buttons span {
    color: #5b78b0;
    text-decoration: none;
}

button.buttons:hover a,
a.buttons:hover span {
    color: #fff;
    transition: .25s;
}

button.buttons.resume,
a.buttons.resume {
    float: right;
    margin: -5px 0px 0px 0px;
}

a.buttons.resume span {
    font-weight: 400;
    letter-spacing: .05rem;
}

button.buttons.home,
a.buttons.home {
    float: left;
    background: inherit;
    font-size: 14px;
    padding: 9px 13px 7px 14px;
}

button.buttons.home:hover,
a.buttons.home:hover {
    background: #5b78b0;
    color: #fff;
    transition: .25s;
}

/* button.buttons.home.v2:hover,
a.buttons.home.v2:hover {
    transition: .01s;
} */

button.buttons.home a {
    font-weight: 400;
    letter-spacing: .03rem;
}

a.buttons.home span.view_product {
    float: left;
    color: inherit;
    margin: -1px 0px 0px 0px;
    font-weight: 400;
    letter-spacing: .03rem;
}

a.buttons.home:hover img.card_icon {
    filter: brightness(0) invert(1);
    transition: filter 0.6s ease;
}

a.buttons.home:hover img.card_icon.v2 {
    filter: brightness(0) invert(1);
    transition: filter 0.5s ease;
}

img.card_icon {
    float: left;
    width: 20px;
    padding: 0px 2px 0px 0px;
    margin-right: 3px;
}

img.card_icon.v2 {
    width: 16px;
    padding: 2px 2px 0px 0px;
}

img.card_icon.v3 {
    width: 32px;
    padding: 2px 2px 0px 0px;
    margin-right: 2px;
}

i.resume {
    font-size: 18px;
}

a.buttons:hover i.resume {
    color: #fff;
    transition: .25s;
}

i.home {
    float: left;
    font-size: 16px;
    margin: 1px 5px 0px 0px;
}

i.home.ver2 {
    float: left;
    margin: 1px 5px 0px 0px;
}

i.home.ver3 {
    float: left;
    margin: 0px 5px 0px 0px;
    font-size: 17px;
}

.light_bg i.achievements {
    color: #d6ccbd;
    font-size: 85px;
    margin: 0px 0px 30px -4px;
    opacity: 0.75;
}

.light_bg img.mov_forward {
    width: 100px;
    opacity: 0.75;
    margin: 0px 0px 0px -1px;
}

button.buttons.home:hover i.home {
    color: #fff;
    transition: .25s;
}

.email_link {
    transition: .2s;
}

.email_link:hover {
    color: #d6dbe6;
    cursor: pointer;
    text-decoration: none;
    transition: 2.s;
}

.phone_line {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav li a.active_btn,
.navbar-expand-lg .navbar-nav a.active_btn {
    /* -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; */
    /* background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff); */
    /* -webkit-background-clip: text; */
    font-weight: 600 !important;
    letter-spacing: .12rem;
    /* color: #5b78b0 !important; */
}

.navbar-expand-lg .navbar-nav li a.active_btn {
    letter-spacing: .08rem;
}

.navbar-expand-lg .navbar-nav li a.active_btn:hover,
.navbar-expand-lg .navbar-nav a.active_btn:hover {
    cursor: default;
}

.navbar-expand-lg .navbar-nav li a.active_btn.v2:hover,
.navbar-expand-lg .navbar-nav a.active_btn.v2:hover {
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav li a.active_btn.v2:hover.dropdown-toggle::after,
.navbar-expand-lg .navbar-nav a.active_btn.v2.dropdown-toggle::after {
    color: #be57ff;
    margin-left: 0px;
}

a.main {
    text-transform: uppercase;
    color: #5b78b0;
    border: 1px solid #5b78b0;
    background: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 7px 16px 6px 20px;
    letter-spacing: 0.5px;
    border-radius: 6px;
    transition: .25s;
}

a.main:hover {
    color: #fff;
    background: #5b78b0;
    cursor: pointer;
    transition: .25s;
}

/* -- /Buttons -- */


/* -- IMGs -- */

.mx-auto.d-block.bcbsm {
    height: 80px;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
}

.mx-auto.d-block.wfs {
    height: 110px;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
}

.mx-auto.d-block.wepay {
    height: 140px;
    margin-bottom: 1.5rem;
    margin-top: 0rem;
}

.wfs1 {
    background-image: url(./imgs/wfs1.jpg);
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 59%;
}

.img_center.wireframes {
    width: 65%;
}

.img_center.ui {
    width: 85%;
}

.img_center.borders {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.img_center.borders.v2 {
    width: 100%;
}

.img_center.borders.baag {
    width: 50%;
}

.img_containers {
    margin: 0px 0px 40px 0px;
}

.img_containers.with_sm_txt {
    margin-bottom: 5px;
}

.img_center.laptop {
    width: 57%;
}

img.low_opacity {
    /* float: left; */
    opacity: 0.3;
    padding: 0px 0px 35px;
}

.dropdown-toggle::after {
    margin-left: 0rem;
}

img.healthcare_logo {
    /* width: 265px;
    opacity: 0.2; */
    padding: 0px 0px 5px;
}

.healthcare_logo.for_banner {
    color: #fff;
    opacity: .2;
    font-size: 200px;
    width: 13rem;
    padding-bottom: 20px;
}

.healthcare_logo.accenture {
    opacity: .1;
    width: 9rem;
    padding: 0px 0px 10px;
}

img.healthcare_logo {
    width: 18px;
    margin-right: 2px;
    padding-top: 2px;
    opacity: 1;
    transition: filter 0.3s ease;
}

img.healthcare_logo.sunlife {
    float: left;
    width: 21px;
    margin-right: 6px;
    opacity: 1;
    transition: filter 0.3s ease;
    padding: 2px 0px 0px 0px;
}

img.healthcare_logo.bcbsm {
    float: left;
    width: 38px;
    padding: 3px 0px 0px 0px;
    margin-right: 4px;
    opacity: 1;
    transition: filter 0.3s ease;
}

/* .active_btn img.healthcare_logo {
    color: ;
} */

.nav-link,
.nav-link img {
    cursor: pointer;
}

a.nav-link:hover {
    cursor: pointer;
}

a.nav-link:hover span {
    background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.nav-link span {
    /* float: right; */
    color: #5b78b0;
    cursor: pointer;
    margin-top: 1px;
    font-weight: 400;
}

a.nav-link.btn.btn-primary.active_btn span {
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav a.active_btn {
    font-weight: 600 !important;
    letter-spacing: 0.12rem !important;
    background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

a.nav-link:hover img.healthcare_logo {
    filter: brightness(0) saturate(100%) invert(31%) sepia(91%) saturate(1105%) hue-rotate(256deg) brightness(94%) contrast(87%);
}

img.healthcare_logo.v2 {
    width: 240px;
    opacity: 0.175;
}

i.youtube_opacity {
    font-size: 132px;
    padding-bottom: 35px;
    opacity: 0.3;
}

img.wfs_opacity {
    opacity: 0.25;
    padding: 0px 0px 35px;
    width: 220px;
}

img.wfs_opacity.wepay {
    opacity: 0.15;
    padding-bottom: 25px;
}

img.problems {
    width: 96px;
    opacity: 0.8;
    padding: 0px 0px 30px;
}

.heahlth_n_WB {
    width: initial;
}

/* -- /IMGs -- */


/* -- Cards -- */

.portfolio_card {
    float: left;
    background: #f5f5f5;
    border: 1px solid #c8c8c8;
    font-size: 1rem;
    width: 50%;
    padding: 35px 35px 5px;
    margin: 0rem 0rem 7rem 0rem;
    border-image: linear-gradient(to right, #5b78b0 50%, #6a4397 50%) 5;
    border-radius: 7px;
}

.portfolio_card.wfs {
    border-width: 1px;
    border-image: linear-gradient(to right, #8c7b05 25%, #babc08 45%, #babc13 100%) 1;
    border-image-slice: 100%;
    border-image-slice: 1;
}

.portfolio_card.wepay {
    border-width: 1px;
    border-image: linear-gradient(to right, #d1b80b 25%, #cfb70f 35%, #DFD602 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
}

.portfolio_card.youtube {
    border-image: linear-gradient(to right, #8d0d0d 50%, #be1010 50%, #be1010 100%) 1;
    border-image-slice: 1;
}

.home_cards {
    float: left;
    background: #faf9fc;
    /* display: flex;
    flex-direction: column;
    flex: 1; */
    min-height: 300px;
    border-radius: 7px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 7rem;
    padding: 20px 0px 20px 25px;
}

.home_cards_container {
    float: left;
    width: 48%;
}

.home_cards_container.r_side {
    margin-left: 35px;
}

.columnn {
    display: flex;
}

.home_containers img.img_center {
    width: 85%;
    margin-top: 5px;
}

.circle_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #4b669a;
    border-radius: 27px;
    padding: 12px 13px;
    margin-bottom: 0.5rem;
    width: 47px;
}

.mini_container {
    text-align: center; /* center the icon and text inside */
    display: inline-block; /* keep layout left-aligned unless overridden */
    vertical-align: top;   /* if they're in a row, align tops nicely */
    width: 15rem;
}

.mini_container p {
    float: left;
    text-align: center;
    width: 100% !important;
}

/* .home_cards:last-child {
    margin-bottom: 5rem;
} */

.tag {
    float: right;
    background: #5b78b0;
    color: #fff;
    font-size: .75rem;
    border-radius: 19px;
    padding: 8px 15px 8px 15px;
}

.tag.industrial {
    background: #a37b00;
}

.tag.legal_tech {
    background: #6a4397;
}

.tag.illustration {
    background: #be1010;
}

.tag.wepay {
    background: #a37b00;
}

.tag2 {
    float: left;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: .65rem;
    border-radius: 13px;
    padding: 4px 9px 3px 9px;
    letter-spacing: 0.03rem;
}

.tag3 {
    float: left;
    background: #4c4e53;
    color: #fff;
    text-transform: uppercase;
    font-size: .65rem;
    border-radius: 13px;
    padding: 4px 9px 3px 9px;
    letter-spacing: 0.03rem;
}

.product_tag_container {
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
}

.icon_tag {
    float: left;
    font-size: 1rem;
    margin: 1px 5px 0px 0px;
}

.date_container {
    float: left;
    margin: 5px 0px 20px 0px;
}

.date_container i {
    float: left;
    margin: 0px 15px 0px 4px;
}

/* .date_container i .fa-solid.fa-people-group.icon_portfolio {
    font-size: 2px;
} */

.container_team .date_container {
    margin-bottom: 0px;
}

.icon_portfolio {
    float: left;
    color: #5b78b0;
    font-size: 1.3rem;
    margin: 1px 5px 0px 0px;
}

.icon_portfolio.ver2 {
    margin-left: 5px;
}

i.fa-solid.fa-people-group.icon_portfolio.v3 {
    font-size: 1.2rem;
    margin: 2px 13px 0px 0px;
}

.icon_date {
    color: #5b78b0;
    font-size: 1.3rem;
}

.date_4_header {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}

.card_title {
    font-weight: 500;
}

.container_team {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
}

.container_team.v2 {
    margin: 1px 12px 0px 3px;
}

.container_team p {
    margin-left: 36px;
}

.icon_portfolio.v2 {
    margin: 0px 12px 0px 3px;
}

span.programs {
    margin-left: 5px;
    font-weight: 400;
}

span.tech {
    margin: 0px 0px 0px 0px;
    font-weight: 400;
}

.top_section {
    height: 200px;
}

.intro_imgs {
    object-fit: cover;
    height: 200px;
    width: 100%;
    border-radius: 7px 7px 0px 0px;
}

.bottom_section {
    padding: 30px 10px 0px;
}

.hc_titles {
    float: left;
    display: block;
    color: #064c7b !important;
    width: 100%;
    padding: 2rem 0rem .7rem;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .03rem;
    line-height: 22px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(125deg, #5b78b0, #9b46d1 44%, #be57ff);
    -webkit-background-clip: text;
}

.hc_titles.blue {
    color: #5b78b0 !important;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-fill-color: currentColor;
    margin-bottom: 3rem;
}

.hc_titles.blue.purple {
    color: #9b46d1 !important;
}

.hc_info {
    float: left;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    padding-bottom: 1.1rem;
    font-size: .8rem;
    letter-spacing: .05rem;
    line-height: 1rem;
}

.hc_info.positive {
    color: #3d853f;
    font-weight: 500;
    letter-spacing: .08rem;
    margin-left: 1rem;
}

.hc_info.negative {
    color: #872626;
    font-weight: 500;
    letter-spacing: .08rem;
    margin-left: 1rem;
}

.hc_txt {
    float: left;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    font-size: 16px;
    letter-spacing: .01rem;
}

.aligned_content {
    float: left;
    width: 50%;
    padding: 0px 20px 0px 0px;
}

.container_adv {
    display: flex;
    justify-content: space-between; /* Distributes child elements evenly with equal space between them */
    width: 100%;
    margin-bottom: 6rem;
}

.container_adv:last-child {
    margin-bottom: 9rem;
}

.container_adv div {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 1;
}

.am_images {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    width: 38%;
}

.container_adv div span {
    text-transform: uppercase;
    color: #5b78b0;
    color: #555b60;
    display: block;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .7px;
    width: 80%;
    margin-top: 10px;
}

/* .container_adv.purple div span {
    color: #5b178c;
} */

/* .home_cards-container {
    display: flex;
    justify-content: center;
} */

.home_cards button a {
    width: inherit;
    clear: none;
    white-space: normal;
    display: contents;
}

.left_section {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    height: 100%;
    /* padding: 10px; */
}

.right_section {
    float: right;
    margin: 14px 0px 0px 0px;
    width: 60%;
}

.home_containers {
    display: flex;
    float: left;
}

.home_segments {
    background: #faf9fc;
    float: left;
    flex: 1;
    border-radius: 7px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 7rem;
    padding: 20px 0px 20px 25px;
}

.home_segments button.buttons.home a {
    display: contents;
}

.home_segments button.buttons.home a:hover {
    cursor: pointer;
}

.cat_problems {
    float: left;
    width: 50%;
    padding: 20px 0px;
}

.container_bg .container.main_content .cat_problems p {
    font-size: 0.875rem;
    margin-bottom: 0rem;
}

.four_W_container {
    float: left;
    display: flex;
    width: 100%;
    margin-bottom: 6rem;
}

.four_W_container.v2 {
    margin-bottom: 10rem;
}

.four_W {
    float: left;
    border-left: 2px solid #be57ff;
    border-left: 2px solid #9f8f76;
    margin-left: 15px;
    padding: 15px 10px 10px 30px;
    border-radius: 8px 0px 0px 8px;
    /* background: #fdfcfa; */
}

.four_W:last-child {
    margin-left: auto;
}

.four_W .hc_info {
    position: relative;
    color: #9f8f76;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
}

/* .four_W .hc_info i {
    position: absolute;
    font-size: 2rem;
    right: 0px;
    top: -15px;
} */

.four_W ul.moving_forward li:last-child {
    padding-bottom: 0px;
}

/* --/Cards -- */


/* -- About Me -- */

.about_me_pic {
    float: left;
    border: 1px solid #ddd;
    width: 400px;
    border-radius: 200px;
    padding: 19px;
    background-image: url(./imgs/profile_picture.jpg);
}

/* -- /About Me -- */


.container.main_content {
    margin-top: 280px;
}

.container.main_content.about {
    margin-top: 200px;
}

.container.main_content.v2 {
    margin-top: 150px;
}

.container.main_content.banner {
    margin-top: 0px;
}

.container.main_content h3 {
    color: #fff;
}

.container.main_content h3.achievements {
    color: #545454;
}

.container_bg .container.main_content {
    position: relative;
    margin-top: 0px;
    padding: 80px 0px 120px;
    z-index: 3;
}

.container_bg.bottom .container.main_content {
    padding: 10px 0px 60px;
}

.container_bg .container.main_content p {
    font-size: 1.2rem;
    width: 84%;
}

.container_bg.top .container.main_content .txt_w {
    float: right;
    width: auto;
}

.summary_container {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.m_bottom_xxsm {
    margin-bottom: .5rem;
}

.m_bottom_sm {
    margin-bottom: 2rem;
}

.m_bottom_sm_md {
    margin-bottom: 4rem;
}

.m_bottom_md {
    margin-bottom: 6rem;
}

.m_bottom_md_lg {
    margin-bottom: 9rem;
}

.m_bottom_md_xlg {
    margin-bottom: 12rem;
}

/* .center_content {
    float: left;
} */

.time_tag {
    margin-bottom: 7rem;
}

.tm_txt {
    color: #333;
    text-align: center;
    display: block;
    font-size: 13px;
    margin-bottom: 6rem;
}

span.tm_txt a {
    text-decoration: none;
    font-weight: 400;
    transition: .2s;
}

.carousel-item  .tm_txt {
    margin: .5rem 0rem 0rem;
}

/* .carousel-item-next, .carousel-item-prev, .carousel-item.active,
.carousel-item-next, .carousel-item-prev, .carousel-item.active,
.carousel-item.active {
    height: 100% !important;
} */

.center_txt {
    text-align: center;
}

.weight_sm {
    font-weight: 300;
}

.weight_md {
    font-weight: 400;
}

.full_banner {
    float: left;
    background: #2c426c;
    background: linear-gradient(to right, #2c416c, #46428b);
    color: #fff;
    width: 100%;
    margin-bottom: 8rem;
    padding: 4rem 4rem 3rem;
}

.full_banner a, .full_banner i, .full_banner p {
    color: #fff;
}

.comm_icons {
    border: 1px solid #fff;
    margin: 0px 0px 25px;
    font-size: 34px;
    opacity: .5;
    padding: 19px;
    border-radius: 40px;
}

.icon_container {
    float: left;
    width: 4%;
}

i.achieve {
    color: #3C853F;
    font-size: 24px;
}

.txt_container {
    float: left;
    width: 92%;
}

.light_bg .container.main_content .inner_container:last-child {
    margin-bottom: 0px;
}

.icon_container img,
.icon_container i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    padding: 0px;
}

.icon_container i.user_group {
    color: #3d853f;
    margin-top: 3px;
}

.icon_container img.icon_nav {
    margin-top: -2px;
}

.icon_container img.icon_nav.zelle {
    width: 40px;
}

.icon_container img.icon_nav.splitwise {
    margin-top: -6px;
}

.icon_container img.icon_speed {
    margin-top: 0px;
    width: 34px;
}

.icon_container i.vis_hierarchy,
.icon_container i.architecture_info {
    color: #3d853f;
    font-size: 25px;
    margin-top: 0px;
}

@media (max-width: 575.98px) {

    .card_icon.v2.mobile {
        margin-top: -4px;
    }

    .nav-item.dropdown.v2 {
        padding-left: 0rem;
    }

    .home_containers {
        display: block;
    }

    img.card_icon {
        margin-top: -3px;
    }

    /* .home_segments:first-child {
        margin-right: 0;
    }

    .home_segments:last-child {
        margin-left: 0;
    } */

    .home_containers img.img_center {
        width: 100%;
        margin-top: 0px;
    }

    .home_segments.no_vis {
        display: none;
    }

    .home_segments {
        float: left;
    }

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .modal-dialog {
        max-width: 700px;
        margin: 4.75rem auto;
    }

    .home_segments {
        width: 100%;
        padding: 0px 0px 20px 25px;
    }

    .home_containers {
        display: block;
    }

    .home_segments:first-child {
        margin-right: 0;
    }

    .home_segments:last-child {
        margin-left: 0;
    }

    .home_containers img.img_center {
        width: 74%;
        margin-top: 54px;
    }

    .home_segments.no_vis {
        display: none;
    }

    img.img_center.persona, img.img_center.persona_m {
        width: 100%;
        margin-bottom: .5rem;
    }

    img.img_center.proto_persona {
        width: 50%;
        margin-bottom: .5rem;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


    .modal-body {
        overflow-y: auto;
        max-height: 550px;
    }

    .intro_paragraph {
        font-size: 1.5rem;
        width: 82%;
        margin-bottom: 7rem;
    }

    .home_cards_container {
        width: 48%;
    }

    .home_segments {
        width: 100%;
    }

    .home_containers {
        display: block;
    }

    .home_segments:first-child {
        margin-right: 0;
    }

    .home_segments:last-child {
        margin-left: 0;
    }

    .home_containers img.img_center {
        width: 74%;
        margin-top: 0px;
    }

    .home_segments.no_vis {
        display: none;
    }

    .portfolio_card {
        width: 75%;
    }

    /* -- Footer -- */

    .container.main_content.for_footer {
        position: relative;
        margin-top: 20px;
        padding: 40px 0px 150px;
        font-size: .8rem;
    }

    /* -- /Footer -- */

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .buttons.resume.mob {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 16px;
        border: 1px solid #879eca;
    }

    .navbar-nav li {
        padding: 5px 11px;
    }

    .navbar-nav li a {
        color: #5b78b0;
    }

    .home_containers img.img_center {
        width: 75%;
        margin-top: 10px;
    }

    .home_segments {
        padding: 5px 0px 20px 25px;
    }

    .home_containers {
        display: flex;
    }

    .home_segments:first-child {
        margin-right: 1rem;
    }

    .home_segments:last-child {
        margin-left: 1rem;
    }

    .home_segments.no_vis {
        visibility: hidden;
        display: block;
    }

    .portfolio_card {
        width: 50%;
    }

}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    h1 {
        font-size: 3rem;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    img.img_center.persona {
        width: 90%;
    }

    img.img_center.persona_m {
        width: 50%;
    }

    img.img_center.proto_persona {
        width: 50%;
    }

}


/* Between specific Tablet-Low Desktop View */
@media (min-width: 992px) and (max-width: 1199px) {

    .prob_content_container {
    width: 88%;
    }

    .prob_icon_container {
        width: 12%;
    }

    .inner_container .icon_container {
        width: 4%;
    }

    .inner_container .txt_container {
        float: right;
        width: 94%;
    }

}

/* -- Tablet-Mobile devices -- */
@media (max-width: 991px) {

    .navbar-expand-lg .navbar-nav a.nav-link:first-child,
    .navbar-expand-lg .navbar-nav a.nav-link,
    li.nav-item.dropdown {
        padding-left: 0;
        margin-left: 0rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0rem .65rem;
    }

    .navbar-nav {
        padding: 1.3rem 0rem 0rem 0rem;
    }

    .collapse.navbar-collapse {
        padding: 0rem;
    }

    .dropdown-item {
        color: #5b78b0;
        font-weight: 400 !important;
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    ul.dropdown-menu.show li a.dropdown-item {
        padding: 0.5rem 1.5rem;
    }

    ul.dropdown-menu.show li a.dropdown-item.first_one {
        padding-top: 0rem;
    }

    .top_header {
        display: none;
    }

    .container.main_content {
        max-width: 100%;
        margin-top: 200px;
        padding: 0px 30px;
    }

    .container_bg .container.main_content {
        padding: 80px 30px 120px;
    }

    .container_bg.bottom .container.main_content {
        padding: 10px 30px 60px;
    }

    .container_bg.bottom .container.main_content .obj_container {
        padding: 10px 0px 60px;
    }

    .container.main_content.for_footer {
        padding: 40px 30px 150px;
    }

    .for_copyright {
        left: 29px;
    }

    button.buttons.resume {
        position: absolute;
        right: 30px;
        top: 26px;
    }

    .prob_content_container {
        width: 85%;
    }

    .prob_icon_container {
        width: 15%;
    }

}
/* -- /Tablet-Mobile devices -- */


/* -- Tablet only -- */
@media (min-width: 768px) and (max-width: 991.98px) {

    .right_section {
        margin-top: 25px;
    }

    .intro_paragraph {
        width: 95%;
    }

    a.buttons.resume {
        position: absolute;
        top: 20px;
        right: 30px;
    }

    .inner_container .icon_container {
        width: 5%;
    }

    .inner_container .txt_container {
        float: right;
        width: 92%;
    }

}
/* -- /Tablet only -- */


/* -- Mobile devices only -- */
@media (max-width: 767px) {

    .carousel-control-prev.v2, .carousel-control-next.v2 {
        width: 30% !important;
    }

    .imgs_in_banners, .container_bg.top {
        border-radius: 9px 9px 0px 0px;
    }

    .full-screen-modal .modal-content {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 20px);
        box-sizing: border-box;
    }

    .full-screen-modal .modal-body {
        flex: 1;
        overflow-y: auto;
    }

    .modal-body .container.text-center {
        padding: 0px;
    }

    .mx-auto.d-block.bcbsm, .mx-auto.d-block.wfs, .mx-auto.d-block.wepay {
        height: auto;
        max-width: 100%;
    }

    a.base_btn.about_app {
        float: left;
        width: 100%;
    }

    .position-relative h2 {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: .8rem 1rem;
    }

    .container_adv, .container_adv div {
        display: block;
    }

    .container_adv div span {
        width: 100%;
        margin-bottom: 4rem;
    }

    h1.home.v2 {
        font-size: 7rem;
    }

    p, span, a {
        font-weight: 200;
    }

    .img_center,
    .img_center.borders,
    .img_center.borders.baag,
    .img_center.laptop {
        width: 89%;
        margin-top: 0px;
    }

    .portfolio_card {
        width: 100%;
        padding: 30px 20px 0px;
    }

    .buttons.resume.mob {
        position: absolute;
        top: 24px;
        right: 30px;
    }

    .full_banner {
        padding: 3rem 0rem 2.5rem;
    }

    .home_segments {
        padding: 20px 25px;
    }

    .right_section {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

    .left_section {
        width: 100%;
    }

    button.buttons.home {
        width: 100%;
    }

    a.buttons.home {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    i.home, i.home.ver2 {
        float: left;
        margin: 0px 5px 0px 0px;
    }

    i.home.ver3 {
        margin: 0px 5px 0px 0px;
    }

    .icon_tag {
        float: none;
    }

    .fa-toolbox.icon_tag,
    .fa-youtube.icon_tag,
    .fa-house-chimney-medical.icon_tag {
        float: left;
        margin: 1px 6px 0px 2px;
    }

    .home_segments.youtube {
        margin-bottom: 0rem;
    }

    .container.main_content {
        margin-top: 150px;
    }

    .container_bg .container.main_content {
        padding: 80px 0px 120px;
    }

    .container_bg.bottom .container.main_content {
        padding: 10px 00px 60px;
    }

    .intro_paragraph {
        font-size: 1.3rem;
        width: 100%;
        margin-bottom: 5rem;
    }

    h1.heading_sp {
        font-size: 4.2rem;
        margin-bottom: 2rem;
    }

    h1.heading_sp.v2 {
        font-family: 'Passion One', cursive;
        font-size: 5rem;
        letter-spacing: 2px;
        font-weight: 400;
        font-weight: 700;
        line-height: 7rem;
    }

    a.buttons.home span.view_product {
        margin-top: -2px;
    }

    a.base_btn.resume {
        float: left;
    }

    a.footer_btn {
        margin-right: 18px;
    }

    a.footer_btn.resume {
        float: left;
    }

    .container_bg .container.main_content p {
        width: 100%;
    }

    .cat_problems {
        width: 100%;
    }

    .container_bg.top {
        padding: 0px 30px;
    }

    .container_bg.bottom {
        padding: 0px 30px 20px;
    }

    .inner_container .icon_container {
        width: 12%;
    }

    .inner_container .txt_container {
        float: right;
        width: 83%;
    }

    .container_bg.bottom {
        display: grid;
    }

    img.img_center.persona,
    img.img_center.proto_persona {
        width: 100%;
        margin-bottom: .5rem;
    }

    /* -- Nav -- */

    .header {
        padding: 0px;
    }

    .navbar {
        padding: 0px 0px 10px 35px;
    }

    .progress {
        height: 3px;
        border-radius: 3px;
    }

    /* -- /Nav -- */

    .img_center.wireframes,
    .img_center.ui {
        width: 100%;
    }

    .four_W_container {
        display: block;
    }

    .four_W {
        margin: 0rem 0rem 4rem;
    }

    .four_W:last-child {
        margin: initial;
    }

    /* .row > * {
        width: initial;
    } */

    /* -- Footer -- */

    .container.main_content.for_footer {
        position: relative;
        margin-top: 20px;
        padding: 40px 30px 150px;
        font-size: .8rem;
    }

    .for_copyright {
        left: 30px;
    }

    .footer_phone {
        position: absolute;
        margin-top: 40px;
        left: 30px;
    }

    .aligned_content {
        width: 100%;
    }

    /* -- /Footer -- */

}
