body{
    background-image: url("../images/pattern.jpg");
}
.homepage .service-area{
    background: transparent;
}
.homepage .about-content .section-text{
    margin-bottom: 30px;
}
.homepage .about-content .section-text p {
    padding-top: 10px;
    font-weight: 400;
    margin-bottom: 0;
}

.homepage .about-content .section-text span {
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 0;
}

.homepage .about-content .about-card .content p{
    font-weight: 400;
}
.homepage .testimonials-area{
	background: transparent;
	border:none;
}

.services-article .services-content p img{
	display:block;
}

.career-detail .case-article-content h3{
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.career-detail .case-article-content h4{
	font-size: 1rem;
	color:var(--secondary-color)
}

.career-detail .case-article-content p.info{
	margin-top:30px;
}

.case-article .case-article-content  img{
	margin-bottom:20px;
}
.case-article .case-article-content p{
	margin-bottom:10px;
}

thead.bg-thead{
    background:var(--secondary-color);
    color: #fff;
}

.chat-whatsapp{
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.promo-area .blog-card .content{
    background: #fff;
    padding: 20px;
    min-height:135px;
}

.footer-widget .footer-list{
    column-count: 1;
}
.col-list-profile{
    padding:30px;
    background:#fff;
    border-radius:30px;
}
.services-article .services-content p{
    text-align:center;
}
.services-article .services-content p img{
    margin:auto;
}
.services-article .services-content h3{
    text-align:center;
}
.profile-two-column{
     padding:30px;
    background:#fff;
    border-radius:30px;
}
.img-visi img{
    height:400px;
    object-fit: cover;
}
.pl-0{
    padding-left:0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px){
   .main-nav nav .navbar-nav .nav-item a{
       font-size:13px;
   }     
   .navbar-light .navbar-brand img{
       width:250px;
   }
}