.j11 {
    text-align: justify;
}

.breadcrumb__content .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb__content>h2 {
    color: white;
}

.footer__top-two .row>*:nth-child(3) .footer-widget {
    margin-left: 10px;
}

.services-item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.project__content-three>span {
    color: #a5a0a0;
}

.services-thumb img {
    height: 100%;
}

img.rotateme {
    opacity: 0.3;
}

.project__area-three,
.about__bg {
    padding: 50px 0px 80px 0;
}

.services-bg {
    padding: 70px 0;
}

.counter-area {
    padding: 70px 0 70px;
}

.ul11>li {
    color: #fbfbfb;
}

.footer__area-two {
    background: url(images/1/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__bottom-two {
    border-top: 1px solid #ffffff;
}

section.choose-area {
    background-size: cover;
    background-repeat: no-repeat;
}

.features__item {
    border-right: 1px solid var(--tg-border-2);
    border-bottom: 0px solid var(--tg-border-2);
}

section.testimonial__area-three {
    background: url(images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__bottom-two {
    background: #e6872b;
}

.fw-title::before {
    background: #e6872b;
}

.nc11>a {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb__content .breadcrumb-item {
    color: #ffffff;
}
.tgmenu__nav .logo img {
	max-height: 100%;
	max-width: 260px;
}
.about__award-box {
	display: none;
}
.menu-tigger {
	display: none !important;
}
.footer__area-two .row {
	justify-content: center;
}
.slider-content {
	position: absolute;
	top: 36%;
	left: 9%;
	z-index: 1;
}
.slider-content {
	width: 100%;
	max-width: 500px;
}

.banner-slider img {
	display: block !important;
	height: 100%;
	max-height: 650px;
	object-fit: cover;
	object-position: center center;
}
.slider-content h5 {
	font-size: 20px;
	line-height: normal;
	/* color: #000; */
}
.slider-content h1 {
	font-size: 70px;
	line-height: 80px;
	text-transform: uppercase;
	color: #fff;
}
.slider-content h5 {
	color: #fff;
}
.slider-content p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.slider-btn {
	margin-top: 30px;
}
.slider-2 h1 {
	font-size: 50px;
	line-height: 60px;
}
.slider-2 h1 {
	color: #fff;
}
.slider-2 h5 {
	color: #fff;
}

@media(max-width:767px){
    .slider-content h5 {
        font-size: 16px;
    }
    .slider-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-2 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-content p {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
    }
    .banner-slider img {
        max-height: 100%;
        min-height: 400px;
    }
    .slider-content {
        width: 100%;
        max-width: 280px;
    }
    .tgmenu__nav .logo img {
        max-width: 160px;
    }
    .request__content-two .title {
        font-size: 28px;
    }
    .services__details-area {
        padding: 70px 0;
    }
}