@charset "utf-8";

/* body{text-align: justify;} */
.font-style{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
}
.text-justify{text-align: justify;}
.textbig {
    font-size: 21px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 16px;
}
.index-title p{
    width: 3rem;
    height: 3px;
    background-color: #2e88cd;
    margin: 0 auto;
}
.good-box p {
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    text-transform:capitalize
}
.newsTitle h3 {
    font-weight: 700;
    letter-spacing:normal;
}

.pic-word p{
    font-size: 18px;
}
.index-banenr h1{
    font-weight: 500;
    letter-spacing: normal;
    font-size: 55px;
    line-height: 1.4;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    color: #fff;
}
.service.title-box{
    /* padding: 2rem 6rem; */
    /* text-align: left; */
}
 .service.title-box h3{
     font-size: 20px;
 }
.team-name.--cloumn{display: flex;flex-direction: column;}
@media (max-width: 1440px) {.index-banenr h1 {font-size: 45px;}}
@media (max-width: 1280px) {.index-banenr h1 {font-size: 40px;}}
@media (max-width: 996px) { 
    .inner-index h1{top: 50%;left: 50%;transform: translate(-50%, -50%);white-space: nowrap;}
    .index-banenr h1 {font-size: 30px;}   
}

@media (max-width: 768px) { 
    .index-banenr h1 {font-size: 24px;}
    .footer-nav ul {max-width: 300px;width: 100%;margin: 0 auto;padding: 0 0 1rem 0;align-items: center;}
    .footer-nav ul li a{background-color: #fff0;}
    .service.title-box{padding: 15px;}
}
@media (max-width: 640px) { .index-banenr h1 {font-size: 18px;}}
@media (max-width: 480px) { 
    .index-banenr h1 {font-size: 15px;}
    .index-banenr p{font-size:12px;line-height: 12px;}
}

@media (max-width: 320px) { 

}
