@charset "utf-8";
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */
/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

#middle-menu {
	background-color: var(--main);
}
.mid-box {
	
}
.mid-box:before {
	content: '';
	position: absolute;
	top: 30%;
	bottom: 30%;
	right: 0;
	left: auto;
	width: 2px;
	background-color: var(--alt-dark);
}
.mid-box:last-child:before {
	background-color: transparent;
}
.mid-box h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 900;
    font-style: normal;
	text-transform: uppercase;
}
.mid-box:hover h3 {
	color: var(--alt);
}
.mid-box img {
	max-width: 80px;
	max-height: 100%;
}

.bg-01 {
	background-color: var(--main);
}
.bg-02 {
	background-color: var(--main-dark);
}
.bg-03 {
	background-color: var(--alt-dark);
}
.bg-04 {
	background-color: var(--alt);
}
#right-box .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0 !important;
	text-align: center;
	margin-bottom: 0;
}
#right-box .card:hover {
	background-color: #4d4d4d;
}
#right-box .card-img {
	height: 120px;
	height: 7.5rem;
	padding-top: 3rem;
}
.card-title {
	font-weight: 600;
    font-style: normal;
	font-size: 21px;
	font-size: 1.3125rem;
	color: #fff;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.mid-box h3 {
		text-align: left;
	}
	.mid-box img {
		max-width: 50px;
	}
}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	#middle-menu {
		padding-left: 8.3333%;
		padding-right: 8.3333%;
	}
	.mid-box img {
		max-width: 60px;
	}
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */