/* Enter type your CSS */

.ls-icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    font-size: 40px;
}

.ls-icons-list li {
    margin: 25px 50px;
}

.nav-logo img {
    width: 160px;
}

.header-text {
    margin-top: 50px;
}

.header-review .photo-list li img {
    width: 68px;
    background: #fff;
    padding: 6px;
}

.service-area {
    padding-top: 80px;
}

.footer-logo {
    width: 200px;
    filter: brightness(0) invert(1);
}

.footer-top-section {
    padding: 30px 0px;
    background: #00000026;
}

.feature-area {
    background: #F6F6F6;
}

.product-area {
    background: #F6F6F6;
}

.product-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ECECEC;
    padding: 30px;
}

.noprice {
    font-size: 14px;
}

.product-area.white-bg {
    background: #fff;
    padding-bottom: 75px;
}

.white-bg .product-box {
    background: #f6f6f6;
}

.logo-area {
    background: #ec661a;
}

.logo-area img {
    aspect-ratio: 3/1.2;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 15px 0px;
}

.widget.widget-search {
    padding: 0px;
}

.site-header {
    padding: 50px 0px;
    background: #00072c;
}

h2.page-title {
    color: #fff;
    font-size: 42px;
}

.site-header .desc {
    color: #fff;
    opacity: .8;
}

.aboutText.desc {}

.aboutText {
    line-height: 165%;
}

.aboutList li {
    margin-bottom: 8px;
}

.aboutList li:last-child {
    margin-bottom: 0px;
}

.about-1 {
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
}

.about-2 {
    background: #f6f6f6;
    width: 100%;
    height: 550px;
    object-fit: contain;
    padding: 60px;
    border-radius: 20px;
}

.blog-box .thumb img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}