@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body{ font-family: 'Lato', sans-serif !important;}

.navbar-nav a{ color: #1a1a20 !important; }

.bg-gradient1{
    background-image: -webkit-linear-gradient(45deg, #07beb8 0%, #6917d0 100%) !important;
	background-image: linear-gradient(45deg, #07beb8 0%, #6917d0 100%) !important;
    padding: 30px; color: #fff; border-radius: 15px; display: flex; justify-content: space-between;
}

.bg-gradient1 img{ height: 80px; margin-right: 20px;}
.integrated{ align-items: center; align-items: stretch;}
.integrated > div{ display: flex; }
.integrated h3{ margin-bottom: 6px; font-size: 20px; font-weight: 700;}

.shock-footer .footer-content .nav-link i{ opacity: 0.5;}
.shock-footer .footer-content .nav-link:hover i{ opacity: 1;}
.shock-footer .footer-content input, .shock-footer .footer-content textarea{ background: rgba(255, 255, 255, 0.2); color: #fff; border: 0;}
.shock-footer .footer-content input::placeholder, .shock-footer .footer-content textarea::placeholder{ color: #8f93a5;}