.navbar-brand {
    max-width: 70px;
}
.navbar-brand img {
    width: 100%;
}

.img-aculege-banner-1 {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 30%;
    z-index: 99;
}
.img-aculege-banner-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
.img-aculege-banner-3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 65%;
    z-index: 99;
}

.img-acucom-banner-1 {
    position: absolute;
	width: 50%;
    height: 40%;
    bottom: 0;
    z-index: 99;
    left: 10%;
}

.img-acucom-banner-2 {
    position: absolute;
    height: 40%;
    bottom: 0;
    z-index: 40;
    left: -24%;
}

img.img-acucom-banner-3 {
    position: absolute;
    left: -34%;
    height: 60%;
    z-index: 50;
}

.img-acucom-banner-4 {
    position: absolute;
    height: 60%;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
}

.carousel-control-prev,.carousel-control-next {
    z-index: 100;
}

.flex-wrapper {
    display: flex !important;
}
.width100 {
    width: 100%!important;
}

.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flex-column-center {
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg-theme {
    background: #e8f9f3
}

.bg-heightlight {
    background: rgb(233, 235, 245)!important;
}

.border-bottom-white {
    border-bottom: 2px solid white;
}
.border-right-white {
    border-right: 2px solid white;
}
.border-bottom-black {
    border-bottom: 2px solid black;
}
.border-right-black {
    border-right: 2px solid black;
}
.lineheight-flex {
    line-height: 1.8;
}

.mt-100 {
    margin-top: 100px!important;
}

.presentations-block-1 {
    width: 100%;
}
.item-wrapper {
    margin-bottom: 0px;
}
.item-title {
    color: rgb(68, 84, 106);
}
.item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-icon img {
    width: 100%;
    max-width: 150px;
}
.ecs-img{
	text-align: center;
	overflow: hidden;
	padding: 10px;
}

.ecs-img img {
    width: 100%;
	margin: 10px;
}

.img-p{
	display: block;
	width: 50%;
	padding-bottom: 24%;
	float:left;
	position:relative;
}

.img-c{
	position:absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	border:1px #d5d5d5 solid;
	overflow:hidden;
	padding: 5px;
}

.img-c img{
	width: 100%;
	margin: 0 !important;
	height: 100%;
}


.about-us-banner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: url('../imgs/about_us.png');
    background-size: cover;
}

.about-us-text-block {
    text-indent: 2rem;
}
.font-white {
    color: white!important;
}



.flex-flexend {
    display: flex;
    align-items: flex-end;
}

.bg-line {
    background: linear-gradient(90deg, rgba(222,225,230,1) 0%, rgba(103,140,205,1) 100%)!important;
}

@media (max-width: 768px) {
    .no-border {
        border: none!important;
    }
}