@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/roboto-latin/roboto-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../webfonts/roboto-latin/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../webfonts/roboto-latin/roboto-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../webfonts/roboto-latin/roboto-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../webfonts/roboto-latin/roboto-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../webfonts/roboto-latin/roboto-v18-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Condiment';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/condiment-v18-latin/condiment-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Condiment'),
        url('../webfonts/condiment-v18-latin/condiment-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../webfonts/condiment-v18-latin/condiment-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../webfonts/condiment-v18-latin/condiment-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../webfonts/condiment-v18-latin/condiment-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../webfonts/condiment-v18-latin/condiment-v18-latin-regular.svg#Condiment') format('svg');
    /* Legacy iOS */
}

body {
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
}

/* Sticky footer with flexbox */
.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

/* General rules */
.nopadding {
    padding: 0 !important;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    line-height: 54px;
}

.condiment {
    font-family: 'Condiment', sans-serif;
    color: #000;
    letter-spacing: 0.1em;
}

.header {
    color: #fff;
    text-decoration: none;
}

.header a:link,
.header a:active,
.header a:visited {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
}

.header a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: hsl(214, 62%, 78%);
}

.site-content a:link,
.site-content a:active,
.site-content a:visited,
footer a:link,
footer a:active,
footer a:visited {
    color: #1B4174;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer a:hover {
    color: #2a68ba;
}

.white>a:link,
.white>a:active,
.white>a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.white>a:hover {
    text-decoration: underline;
    color: #fff;
}

.grey-bg {
    background: #F0F0F0;
}

.blue {
    color: #1b4174;
}

.bg-blue {
    background-color: #1B4174;
}

.error {
    color: #FF0000;
}

.fullname {
    display: none;
}

.middle-text {
    font-size: 14px;
}

.small-text {
    font-size: 12px;
}

.smaller {
    font-size: 11px;
}

.line {
    width: 80px;
    border: 1px solid #1B4174;
}

.line-left {
    float: left;
    width: 80px;
    border: 1px solid #1B4174;
}

.clear {
    clear: both;
}

/* Hide E-Mail from spam bots */
mail::after {
    content: attr(dom)
}

mail::before {
    content: attr(me) "\0040"
}

/* Fix outline on on click */
:active,
:focus {
    outline: none;
    -moz-outline-style: none;
}

/* Header */
.fa-p-header {
    padding-right: 20px;
    padding-top: 35px;
}

/* Navbar */
.navbar-custom {
    border-top: 1px solid #eeeeee;
    background: #fff !important;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
}

/* Navbar Logosize */
#navbar-logo {
    max-height: 160px;
    margin-top: 10px;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
}

.nav-link {
    font-size: 1.125rem;
    color: #fff !important;
    display: inline-block;
    padding-bottom:2px;
    background-image: linear-gradient(#fff 0 0);
    background-position: 0 100%; /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition:
      background-size 0.3s,
      background-position 0s 0.3s; /*change after the size immediately*/
  }
  
.nav-link:hover {
  color: #fff !important;
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 2px;
}


/* Navbar active link & link on hover */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #1B4174 !important;
}

.nav-link.active {
    color: #fff !important;
    font-weight: 600;
    background-image: linear-gradient(#fff 0 0);
    background-position: 100% 100%; /*OR bottom right*/
    background-size: 100% 2px;
    background-repeat: no-repeat;

}

/* Navbar Dropdown background & onclick */
.navbar-custom .dropdown-item.active,
.navbar-custom .dropdown-item:active {
    color: #1B4174 !important;
    background: #fff !important;
}

.navbar-custom .dropdown-item a {
    color: #333;
}

.navbar-custom .dropdown-item.active a {
    color: #1B4174 !important;
}

/* Breakpoint fix */
@media (min-width: 768px) {
    .np {
        padding-right: 15px;
    }
}

@media (min-width:575px) and (max-width:690px) {
    .navbar-custom .navbar-nav .nav-link {
        font-size: 15px !important;
    }
}

@media (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}

@media (max-width: 1100px) {
    .np {
        padding-right: 0;
    }
}

/* Breakpoint fix */
@media (max-width: 768px) {
    #navbar-logo {
        margin-top: 5px !important;
    }
}

/* For smartphones */
@media (max-width: 420px) {
    #navbar-logo {
        margin-top: 10px !important;
    }

    .np {
        padding-right: 0;
    }
}

/* Carousel */
.carousel-indicators li {
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-inner .carousel-item {
    width: 100%;
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-custom {
    opacity: 0.9;
    width: 100%;
}

/* Footer */
footer {
    padding-top: 40px;
    background: #ECEDED;
}

#footer-logo {
    width: 320px;
    height: auto;
    margin-top: 10px;
}



.footer p {
    margin: 3px 0;
}

.footer-item ul li {
    padding: 1px 0px;
}

/* Social List */
ul.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.social-list li {
    float: left;
    font-size: 24px;
}

.social-list li a {
    display: block;
    color: #1B4174;
    text-align: center;
    padding: 16px 10px;
    text-decoration: none;
}

.social-list-first {
    padding-left: 35px !important;
}

.social-list li a:hover {
    color: #e9ca01;
}

/* Buttons */
.btn-trans {
    margin-top: 20px;
    font-weight: 400;
    padding: 10px 25px;
    color: #1B4174;
    background-color: transparent;
    border: 1px solid #1B4174;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-trans:hover {
    border: 1px solid #1B4174;
    background-color: #1B4174;
    color: #ffffff;
}

.btn-custom {
    font-weight: 400;
    padding: 10px 25px;
    color: #fff;
    background-color: #1B4174;
    border: 1px solid #1B4174;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-custom:hover {
    border: 1px solid #1B4174;
    background-color: transparent;
    color: #1B4174;
}


.btn-navbar {
    font-weight: 400;
    padding: 6px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-navbar:hover {
    border: 1px solid #1B4174;
    background-color: transparent;
    color: #1B4174;
}

.btn-navbar-blue {
    background-color: #1B4174;
    border: 1px solid #1B4174;
}

.btn-filled {
    font-weight: 400;
    padding: 5px 15px;
    color: #fff;
    background-color: #066731;
    border: 1px solid #066731;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-filled:hover {
    border: 1px solid #149414;
    background-color: #149414;
}

.btn-white {
    font-weight: 400;
    padding: 5px 15px;
    color: #066731;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-white:hover {
    color: #fff;
    border: 1px solid #149414;
    background-color: #149414;
}

.btn-white-blue {
    font-weight: 600;
    padding: 5px 15px;
    color: #3b5998;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-white-blue:hover {
    color: #fff !important;
    border: 1px solid #3b5998;
    background-color: #3b5999;
}

.btn-blue-white {
    font-weight: 600;
    padding: 5px 15px;
    color: #fff !important;
    background-color: #3b5999;
    border: 1px solid #3b5999;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-blue-white:hover {
    color: #3b5999 !important;
    border: 1px solid #fff;
    background-color: #fff;
}

/* Parallax
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}
.parallax-kp {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("https://via.placeholder.com/1920x200");
}

.col-parallax {
    height: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */

/* Parallax */
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.parallax-shop {
    background: #F0F0F0;
}

.col-parallax {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text-parallax {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .col-parallax {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .text-parallax {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .button-parallax {
        padding-bottom: 40px;
    }
}

/* Google maps */
iframe {
    float: left;
    max-height: 100%;
}

.google-map-container {
    min-height: 430px;
}

.google-text {
    padding-top: 200px;
}

/*.google-map {
    display: none;
}*/

/* Forms */
.form-control:focus {
    border-color: #1B4174;
    box-shadow: none;
    -webkit-box-shadow: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border-radius: 2px !important;
}

/* Extend bootstrap spacing */
.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}

/* TeamPage */
.team-image {
    max-width: 250px;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.team-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* .team-container:hover .team-image {
    opacity: 0.2;
} 

.team-container:hover .team-middle {
    opacity: 1;
}*/

.team-text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

/* ProjectPage */
.project-container {
    cursor: pointer
}

.project-image {
    opacity: 0.3;
    transition: .5s ease;
    backface-visibility: hidden;
}

.project-middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    left: 25px;
    text-align: left;
}

.project-container:hover .project-image {
    opacity: 0.1;
    background: #1B4174 !important;
}

.project-container:hover .project-middle {
    opacity: 1;
}

.project-text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.project-active {
    opacity: 1;
}

.project-active .project-image {
    opacity: 0.2;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.em-cert-links {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.em-cert-links li {
    display: inline;
    padding-left: 10px;
}

.em-cert-links li a {
    display: inline;
    transition: opacity .3s ease-in-out
}

.em-cert-links li a:hover {
    opacity: 0.6;
    transition: opacity .3s ease-in-out
}

.em-cert-links li a img {
    width: 120px;
    max-width: 120px !important;
    height: auto;
    max-height: auto !important;
    display: inline !important;
    padding-right: 10px;
    padding-bottom: 0;
}

.em-social-links {
    padding-left: 5px;
}

.em-social-links li {
    display: inline;
    padding-right: 10px;
}

.em-social-links li a {
    display: inline;
    transition: opacity .3s ease-in-out
}

.em-social-links li a:hover {
    opacity: 0.6;
    transition: opacity .3s ease-in-out
}

.em-social-links li a img.app-image {
    width: 85px;
    height: auto;
    display: inline !important
}

.em-social-links li a img.icon-image {
    color: #3b5998;
    width: 30px;
}

.overlay-centered {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    background-color: rgba(240, 240, 240, 0.5);
    padding: 20px;
    border-radius: 2px;

}

.slider-header .slider-title {
    font-size: 1.8em;
    margin-top: 0;
    padding-bottom: 20px;
    font-weight: 700;
    color: #333;
}

.slider-header p {
    font-size: 16px;
    padding-bottom: 20px;
}

@media (max-width: 1340px) {
    .br-slider {
        display: none;
    }
}

@media (max-width: 1000px) {

    .overlay-centered {
        display: none;
    }

    .slider-header .slider-title {
        display: none;
    }

    .slider-header p {
        display: none;
    }
}

.client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}

.carousel-content {
    padding: 50px 0px;
}

.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #212529;
    text-transform: uppercase;
}

.client-img img {
    width: 100%;
}

#comingsoon {
    text-align: center;
    padding: 1rem 0;
}

#comingsoon h1 {
    color: #002c64;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23002c64' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23002c64' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}


.comingsoon-box {
    background: #fff;
    color: #002c64;
    padding: 1rem;
}

#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #212529;
}

#testimonial .carousel-inner{
    min-height: 870px;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}

#testimonial #testimonial-prev #fa-arrow-left,
#testimonial #testimonial-next #fa-arrow-right {
    width: 10px;
    height: 10px;
}

#testimonial-prev,
#testimonial-next {
    border-color: #1B4174;
    border-radius: 50%;
    border: solid;
    border-width: 3px;
    padding: 0.5rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 1rem;
}

.page-item.active .page-link {
    background-color: #1B4174;
    border-color: #1B4174;
}

.typography img {
    max-width: 100%;
    height: auto;
}

.typography .left,
.typography .leftAlone,
.typography .right,
.typography .center {
    display: block;
    float: none;
    margin: 0 auto 1em;
}

@media (min-width: 600px) {
    .typography .left {
        float: left;
        margin-right: 1em;
    }

    .typography .right {
        float: right;
        margin-left: 1em;
    }

    .typography .leftAlone {
        float: left;
        margin-right: 100%;
    }
}

.text-video-right {
    z-index: 999;
    bottom: 16px;
    right: 0;
    position: absolute;
    font-family: 'Condiment', sans-serif;
    font-size: 32px;
    padding: 1.5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    width: 360px;
    height: 80px;
    overflow: hidden;
    transition: .4s;
}

.text-video-right>i {
    webkit-transform: rotate(-6deg);
    /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-6deg);
    /* Firefox 3.5-15 */
    -ms-transform: rotate(-6deg);
    /* IE 9 */
    -o-transform: rotate(-6deg);
    /* Opera 10.50-12.00 */
    transform: rotate(-6deg);
}

.btn-video-left {
    z-index: 999;
    top: 16px;
    left: 0;
    position: absolute;
    font-family: 'Condiment', sans-serif;
    font-size: 20px;
    padding: 1rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    background-color: #f7f7f7;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: .4s;
}

.btn-video-left>span {
    padding-top: 10px;
    webkit-transform: rotate(-8deg);
    /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-8deg);
    /* Firefox 3.5-15 */
    -ms-transform: rotate(-8deg);
    /* IE 9 */
    -o-transform: rotate(-8deg);
    /* Opera 10.50-12.00 */
    transform: rotate(-8deg);
}

.btn-video-left:active {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}


.btn-video-right {
    z-index: 999;
    top: 16px;
    right: 0;
    position: absolute;
    font-family: 'Condiment', sans-serif;
    font-size: 20px;
    padding: 1rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    background-color: #f7f7f7;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: .4s;
}

.btn-video-right>span {
    padding-top: 10px;
    webkit-transform: rotate(8deg);
    /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(8deg);
    /* Firefox 3.5-15 */
    -ms-transform: rotate(8deg);
    /* IE 9 */
    -o-transform: rotate(8deg);
    /* Opera 10.50-12.00 */
    transform: rotate(8deg);
}

.btn-video-right:active {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

.ss-htmleditorfield-file.embed {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.ss-htmleditorfield-file.embed::before {
    display: block;
    content: "";
}

.ss-htmleditorfield-file.embed>.embed-responsive-item,
iframe,
embed,
object,
video {
    width: 100%;
    height: 100%;
    border: 0;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: left;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators > .active {
    opacity: 1;
}
.carousel-indicators > li {
    border-radius: 50%;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #1B4174;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.navbar .megamenu{ padding: 1rem; }

@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}


.megamenu {
    background-color: rgba(2, 44, 101, 0.90);
}

.menu-entry {
    border-radius: .25rem;
    transition: 200ms;
}

.menu-entry:hover {
    background-color: rgba(2, 44, 101, 0.95);
}

.dropdown-menu {
    border: none;
    border-radius: 0%;
}

.show .dropdown-toggle {
    color: #fff !important;
    display: inline-block;
    padding-bottom:2px;
    background-image: linear-gradient(#fff 0 0);
    background-position: 100% 100%; /*OR bottom right*/
    background-size: 100% 2px;
    background-repeat: no-repeat;
    transition:
      background-size 0.3s,
      background-position 0s 0.3s; /*change after the size immediately*/
}

.list-facts {
    list-style-type: "✔️";
    list-style-position: outside;
    padding-left: 20px;
}

.list-facts > li {
    padding-left: 15px;
}



 /* Vertical Steps Style */
 .steps-vertical {
    max-width: 500px;
    margin: 2rem auto;
    padding: 0;
}

.in-view {
    animation: step 1s ease 0s 1 normal none;
}

.step-vertical {
    display: flex;
    position: relative;
    padding: 1rem 0;
}

.step-vertical:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 60px;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.step-vertical-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 20px;
    color: #6c757d;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.step-vertical-content {
    padding-top: 0.5rem;
}

.step-vertical.active .step-vertical-icon {
    background: #4361ee;
    border-color: #4361ee;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-vertical.complete .step-vertical-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}

/* Interactive buttons */
.controls {
    text-align: center;
}

.border-blue {
    border: 1px solid #1B4174;
}

.border-blue-thick {
    border: 5px solid #1B4174;
}

.border-rounded-xl {
    border-radius: 20px;
}

.hover\:shadow {
    transition: 200ms;
}

.hover\:shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.speech-bubble {
	position: relative;
	border-radius: .4em;
    border-color: #6c757d;
    border-width: 3px;
    border-style: solid;
    padding: 0.75em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 0;
	height: 0;
	border: 0.75em solid transparent;
	border-top-color: #6c757d;
	border-bottom: 0;
	border-left: 0;
	margin-left: -0.375em;
	margin-bottom: -0.75em;
}

@keyframes step {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.reactive {
    position: relative;

    transform-style: preserve-3d;
    transform: perspective(5000px) rotateY(var(--rotateX)) rotateX(var(--rotateY));
  
}