.logo-header{
    max-width: 60px;
    border-radius: 50%;
}
.logo-hero{
    max-width: 300px;
    border-radius: 50%;
}
.logo-footer{
    max-height: 60px;
    border-radius: 50%;
}
.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;
    color: #f8eb21;
}
.hero-text {
    padding: 20px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.3);
    border-radius: 20px;
}
.hero-text h4{
    margin-bottom: 20px;
}
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
}
.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: #07e2ea !important;
    border: 2px solid #07e2ea !important;
    color: #ffffff !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 #07e2ea !important;
    color: #07e2ea !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: #f8eb21;
}
.back-to-top-btn:hover i{
    color: #07e2ea;
}
.back-to-top-btn:hover {
    background-color: #ffffff;
    border: 1px solid #07e2ea;
}
.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-1 {
    background: url("../images/main_bg.jpg") no-repeat;
    background-size: cover;
}
.sub-title{
    margin-bottom: 30px;
}
section#menu,
section#location {
    background-color: #07e2ea !important;
}
.social-row i {
    font-style: unset !important;
}
.social-row a {
    font-style: unset !important;
    color: #ffffff !important;
    font-size: 40px;
    margin: 0 10px;
}