/* Next Hub */
@media (min-width: 1023px) and (max-width: 1280px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .carousel .carousel-item, .carousel .carousel-item img {
        height: 594px;
    }
    .carousel .carousel-item img {
        height: 594px;
    }
    .about-section .image-column .inner-column:before {
        left: 10px;}
        .about_one_img {
            height: 516px;
            width: 275px;
        }
        .why_us_h1{
            font-size: 40px;
        }
        .about-section-two .image-column {
            margin-top: 44px;
        }
}
@media only screen and (max-width: 768px) {
	.about .about-img .img-1 {
		height: 265px;
		margin-right: 50px;
	}
	.about .about-img .img-2 {
		position: absolute;
		width: 100%;
		bottom: 9px;
		right: 0px;
		padding-left: 77px;
		border-radius: 10px;
		height: 265px;
	}
	.team .team-item .team-img img {
        transition: 0.5s;
        height: 295px;
    }
	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 830px !important;
	}
	.carousel-item .carousel-caption {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 467px;
		background: rgba(0, 0, 0, .6);
		display: flex;
		align-items: center;
		top: 92px;
	}
	.banner .banner-item {
		position: relative;
		width: 100%;
		height: 32%;
		border-radius: 10px;
		transition: 0.5s;
		z-index: 1;
	}
}
