body, h1, h2, h3, h4, h5, h6 {
    font-family: "myriad-pro", sans-serif !important;
}
.home-wrapper-alt{
    vertical-align: middle;
}
.logo-header{
    max-width: 70px;
}
.logo-hero{
    max-width: 300px;
}
.logo-footer{
    max-height: 100px;
}
.navbar-custom{
    justify-content: flex-end;
    padding: 10px 0 !important;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
    font-weight: bold;
}
.pricing-column .plan-header .plan-title {
    font-size: 26px;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: bold;
}
.plan-enterprise-stats{
    margin: 0;
    padding: 30px 20px 0 15px !important;
}
.plan-enterprise-stats-info{
    margin-bottom: 50px;
}
.btn.btn-primary {
    background-color: #000000 !important;
    border: 2px solid #000000 !important;
    color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background-color: transparent !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
    box-shadow: none !important;
}
.pricing-sub-title-bottom{
    margin: 50px 0 0 0;
}
.back-to-top-btn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    border-radius: 3px;
    background-color: #000000;
}
.back-to-top-btn:hover i{
    color: #000000;
}
.back-to-top-btn:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
}
.color-pink {
    color: #000000 !important;
}
.vertical-divider{
    border: 1px solid;
    margin: 0 10px;
}
.footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-alt{
    margin-top: 0;
    padding-top: 0;
}
.bg-img-3 {
    background-size: cover;
    background: url("../images/main_bg.jpeg") no-repeat fixed top center;
}
.sub-title{
    margin-bottom: 30px;
}
.home-fullscreen-h100 {
    height: 100px;
    min-height: 100px;
}
.home-fullscreen-h200 {
    height: 200px;
    min-height: 200px;
}
.typed {
    padding: 20px;
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700 !important;
}
.carousel-item img {
    height: auto;
    width: 300px;
}
.carousel-item img {
    /*width: 800px !important;*/
    /*object-fit: scale-down;*/
}