.j11 {
    text-align: justify;
}
.j12{
    font-size: 19px;
}
.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;
}
.tgmobile__menu .nav-logo img {
    max-height: 62px;
}
.blog__post-content-two .title {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: var(--tg-fw-semi-bold);
    text-transform: capitalize;
}
.breadcrumb__content .breadcrumb-item {
    font-size: 16px;
    color: #ffffff;
}
.services__details-content > p {
    text-align: justify;
}
.about__img-wrap-four {
	padding-bottom: 0px !important;
}
.pr60{
    padding-right: 60px;
}
.what-offer {
	padding: 60px 0 0px;
}
.what-offer .title {
	margin-bottom: 20px;
}
.tgmenu__navbar-wrap {
	justify-content: end;
}
.logo {
	width: 20%;
}
.tgmenu__navbar-wrap > ul > li {
	margin-right: 50px;
}
.tgmenu__nav .logo img {
	max-height: 100%;
}
.features__area {
	display: none;
}
.pt-5 {
	padding-top: 100px !important;
}
.p-relative {
	position: relative;
}
.banner-text {
	position: absolute;
	top: 25%;
	left: 6%;
	z-index: 1;
}
.banner-text h1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 700;
}
.banner-text h6 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
}
.banner-text p {
	max-width: 490px;
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0px;
}
.banner-text .btn {
	margin-top: 20px;
}
@media(max-width:767px){
    .logo {
        width: 50%;
    }
    .tg-header__area {
        padding: 25px 20px;
    }
    .banner-text h6 {
        font-size: 14px;
    }
    .banner-text h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .swiper-slide .w-100 {
        height: 210px;
        object-fit: cover;
    }
    .banner-text p {
        display: none;
    }
    .banner-text {
        left: 3%;
    }
    .banner-text .btn {
        margin-top: 10px;
    }
}