body {
	font-family: "Raleway", "Helvetica", arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bolder;
}

h3 {
	font-size: 1.1rem;
}

::selection {
	background: #00aeef; /* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #00aeef; /* Gecko Browsers */

}

a::selection, h1::selection, h2::selection, h3::selection,
h4::selection, h5::selection, h6::selection, p::selection {
	color: #fff; /* WebKit/Blink Browsers */
}

a::-moz-selection, h1::-moz-selection, h2::-moz-selection,
h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection{
	color: #fff; /* Gecko Browsers */
}

.bg-baltic {
	background-color: #00aeef !important;
	color: white !important;
}

.main-header {
    font-size: 5rem;
	font-weight: 600;
}

.bg-dark {
	background-color: #000 !important;
}

.navbar-baltic .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
	font-size: 1rem;
	letter-spacing: .07em;
    outline: none;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #00aeef;
}

.card {
	border-radius: 6px;
}

.card-img-top {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.card-footer:last-child {
	border-radius: 0 0 calc(6px) calc(6px);
}

.btn {
	border-radius: 4px;
}

.navbar {
    padding: .8rem 1.3rem;
}

.navbar-brand {
    position: relative;
    margin-bottom: 5px;
}

.navbar-brand img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 160px;
    height: 47px;
}

.btn-primary {
	border-color: #ccff66;
	background-color: #ccff66;
	color: #232953;
	outline: 0;
}

.btn-secondary {
	border-color: #00aeef;
	background-color: #00aeef;
	color: #fff;
	outline: 0;
}

.btn-secondary:hover {
	border-color: #1cb8f2;
	background-color: #1cb8f2;
	color: #fff;
	outline: 0;
}

.bg-primary-radial {
	color: #fff;
	background: #4bcbfa;
	background: -moz-radial-gradient(#4bcbfa, #00aeef);
	background: -webkit-radial-gradient(#4bcbfa, #00aeef);
	background: radial-gradient(#4bcbfa, #00aeef);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bcbfa', endColorstr='#00aeef', GradientType=1 );
}

.btn-dark {
    color: white;
    background-color: #000;
    border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	border-color: #59c7f0;
	background-color: #59c7f0;
	color: #fff;
	outline: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
	outline: 0;
}

.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #00aeef;
}

.bg-primary {
	background-color: #00aeef !important;
}

.py-12 {
	padding-top: 12rem;
	padding-bottom: 12rem;
}

.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.py-8 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.py-10 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

a {
	color: #00aeef;
}

a:hover {
	color: #1f2021;
	text-decoration: none;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.83;
}

.footer-dark a:hover {
	color: #fff;
	text-decoration: none;
}

.text-primary {
	color: #00aeef!important;
}

.text-secondary {
	color: #ccff66!important;
}

.footer {
	background-color: #373a3c;
	color: white;
}

.footer-dark {
	background-color: #1f2021;
	color: white;
}

.footer .btn-default {
	color: white;
}

.img-zoom-container {
	overflow: hidden;
}

.img-zoom-container img {
	transition: all 0.7s ease-in-out;
}

.img-zoom:hover img{
	transform: scale(1.05);
}

.grecaptcha-badge{
	visibility: collapse !important;
}

/* 5. Shadows */
.z-depth-1, .btn{
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.z-depth-2, .btn:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.z-depth-3, .z-depth-2:hover, .btn.z-depth-2:hover{
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	left: -35px;
	display: block !important;
	border:0 solid black;
}

.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: -35px;
	display: block !important;
	border: 0 solid black;
}

.owl-prev i, .owl-next i {

	transform : scale(3,4);
	color: #6a6a6a;
}

.owl-carousel .owl-nav .owl-prev {

	left: 20px;
}

.owl-carousel .owl-nav .owl-next {

	right: 20px;
}

.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i{

	color: #fff;
}

.breadcrumb {

	background-color: #f4f4f4;
	border-radius: unset;
}

.investment-map {

	min-height: 400px;
}

.nav-link:hover, .nav-link.active {
    font-weight: 400;
    background-color: #00aeef;
}

[anim="ripple"] {
    position: relative;
    overflow: hidden;
}

[anim="ripple"]:before {
    content: '';
    position: absolute;
    display: block;
    background: var(--ripple-background, white);
    border-radius: 50%;
    pointer-events: none;
    top: calc(var(--y) * 1px);
    left: calc(var(--x) * 1px);
    width: calc(var(--d) * 1px);
    height: calc(var(--d) * 1px);
    opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
    transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    transform: translate(-50%, -50%) scale(var(--s, 1));
    transform-origin: center;
}

.package-card .card-footer {
	background-color: #fff;
	border-bottom: 3px solid #00aeef;
}

.package-card {
	border-bottom: 1px solid #00aeef;
}

.opinion .blockquote {
	font-size: 0.9rem;
	font-style: italic;
}

.card-img-container {
	position: relative;
}

.service .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(204,255,102, 0.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .4s ease-in;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.overlay-text {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.overlay-text a {
	color: white;
	font-weight: bold;
}


.service:hover .overlay {
	height: 100%;
}

.service .card-img-top {
    transition: 1s;
}

.service:hover .card-img-top {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.offer-section {
    background: url("../images/network.png") center bottom;
    background-repeat: no-repeat;
}

.img-zoom-container img {
    transition: all 0.7s ease-in-out;
}

.img-zoom-container:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:1rem;
    right:2rem;
    bottom:100%;
    border:solid 1px #ffffff84;
    opacity:0;
    transition:all .4s ease 0s;
    background:#ffffff66;
    mix-blend-mode:overlay
}

.package-card img{
    transition:all .4s ease 0s;
    transform-origin: center center;
}

.package-card:hover img{
    transform: scale(1.05);
}

.package-card:hover .img-zoom-container:after{
    left:1rem;
    right:1rem;
    bottom:1rem;
    opacity:1;
    transform-origin: top left;
}

.footer-dark .nav .nav-item .nav-link.active {
    background-color: #555555;
    color: #fff;
    outline: none;
}

