.main-brand img, .dsnload__img img {
    width: 170px;
}

.dsn-testimonials .content-inner .avatar {
    width: 100px;
    height: auto;
}

.dsn-testimonials .content-inner .avatar, .dsn-testimonials .content-inner .avatar img{
    border-radius: 0px;
        margin-right: 20px;
}
.dsn-post-type-cards img:before{
        background-color: #040404e6;
}
.main-slider .dsn-paginate-arrow .prev-arrow .container-inner{
    -webkit-clip-path: inset(0 3% 0 0);
        clip-path: inset(0 3% 0 0);
}
.main-slider .dsn-paginate-arrow .next-arrow .container-inner {
    -webkit-clip-path: inset(0 0 0 3%);
    clip-path: inset(0 0 0 3%);
}

.main-slider .control-nav .dsn-pagination .h2{
    -webkit-clip-path: unset;
    clip-path: unset;
}

.main-slider .control-nav .box-title h6.sm-title-block {
    visibility: hidden;
}
.about-arc .box-img .img-first{
    width: 100%;
}

.social-side{
    display: none;
}

.day-night {
    top: 30px;
    right: 12%;
    left: unset;
}

.how-sec .dsn-icon svg, .how-sec .dsn-icon svg path{
    fill: #1e549c;
}

.inner-banner .title {
    font-size: 55px !important;
}
.spec-table{
    width: 100%;
    margin-top: 25px;
}
.spec-table th {
    font-size: 18px;
    background: #1b549c !important;
    color: #fff;
}

.spec-table td:first-child{
    font-size: 18px;
    font-weight: 700;
        text-align: left;
}
.spec-table td, .spec-table th {
    padding: 15px;
     background: #191919;
        text-align: center;
}

.v-light .spec-table td, .v-dark .spec-table th {
    background: #efefef;
}
.more-product-sec {
    margin-bottom: 0;
  padding-top: 0; 
}
.more-product-sec .post-content h5{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.more-product-sec ul.ul-li {
        margin-left: 20px;
}
ul.ul-li li {
    list-style: circle;
    line-height: 25px;
}
.product-sec .dsn-posts .box-image-bg img   {
transform: none !important;
    height: 100% !important;
    object-fit: contain;
}

.inner-product .dsn-isotope.dsn-masonry-grid .grid-item:nth-of-type(2) {
    margin-top: 0;
}

.inner-product .dsn-isotope.dsn-masonry-grid.dsn-masonry-grid-2 .grid-item:nth-of-type(3) {
    margin-top: 0;
}

.inner-product .grid-item .post-title{
    font-size: 28px;
}

.site-header.dsn-hamburger .container-content .nav-social ul li{
    font-size: 24px;
}

.contact-form select{
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 10px 18px;
    color: var(--heading-color);
    margin-bottom: 0;
    background-color: transparent;
}
.contact-form select option{
    color: #111;
}

.contact-form .background-section{
    background-color: #222222;
}

.v-light .contact-form .background-section{
    background-color: #efefef;
}

footer {
    background-color: #0a0909 !important;
}

.v-light  footer {
    background-color: #e4e4dd !important
}

.home-about .box-left{
   width: 50%;
}

.home-about .box-right{
    width: 50%;
}

.home-about .box-img .img-first{
    padding: 0;
}

.testimonials-sec .avatar{
    display: block !important
}

.service-item:hover .dsn-icon{
      filter: invert(1) brightness(5);
}

.equipment-sec .dsn-accordion .accordion__answer{
    max-width: 75% !important;
    margin: 0 auto !important;
}
.equipment-sec .dsn-accordion .accordion__question h2{
font-size: 24px;
}