
    .dma-main-container, .dma-breadcrumbs {
        background-color: #FFFFFF;
    }
    .home-baner-img{
        top: 0;
        bottom: 0;
        left: 30%;
        overflow: hidden;
        width: 60%;
        transform: skew(-30deg, 0);
        transform-origin: bottom left;
    }
    @media (max-width: 639px) {
        .home-baner-img{
            width: calc(100% + 30px);
            max-width: calc(100% + 30px);
            transform: skew(0, 0);
            top: 400px;
            height: 500px;
            left: -15px;
        }
    }
    .home-baner-img>div{
        position: absolute;
        top: 0;
        bottom: 0;
        right: -30vw;
        left: 0;
        transform: skew(30deg, 0);
        transform-origin: bottom left;
    }
    @media (max-width: 639px) {
        .home-baner-img>div{
            transform: skew(0, 0);
        }
    }
       
    #dma-home-s2{
        margin-top:3px;
    }
   
    #dma-home-s3 .dma-gutenberg-grid-item-content .wp-block-dma-gutenberg-uikit-button{
        height: 0;
        overflow: visible;
        align-items: center;
    }
    #dma-home-s3 .dma-gutenberg-grid-item-content:hover .dma-button{
        box-shadow: 0px 0px 8px 0px rgba(31, 31, 31, 1);
    }
        
    

    #header{
        height: 0;
        z-index: 2;
        position: relative;
    }
    .dma-nav-custome {
        background: rgba(255,255,255,0.30);
    }
    @media (max-width: 639px) {
        .dma-nav-custome {
            background: #111;
        }
    }
    .dma-sticky-nav.dma-nav-custome{
        background:var(--dma-navbar-bg);
        border-bottom:1px solid #FFFFFF;
    }
    .dma-nav-custome ul:not(.dma-dropdown-nav):not(.dma-mobile-nav):not(.uk-nav-sub)>li.menu-item-has-children>a.has-children, .uk-navbar-toggle, .dma-nav-custome ul:not(.dma-dropdown-nav):not(.dma-mobile-nav):not(.uk-nav-sub)>li:not(.menu-item-has-children)>a{
            text-transform: none;
    }
    .dma-sticky-nav.dma-nav-custome ul:not(.dma-dropdown-nav):not(.dma-mobile-nav):not(.uk-nav-sub)>li:hover>a{
        background: #FFFFFF;
        color: var(--dma-navbar-bg);
    }
    
    #dma-faq .wp-block-dma-gutenberg-uikit-accordion-item:first-child{
        border-top-width:1px;
    }
    #dma-faq .uk-accordion-title::before{
        width:24px;
        height:24px;
        background-size: 100%;
        border-radius:50%;
    }
    @media (max-width: 959px) {
        #dma-faq .uk-accordion-title::before{
            width: 1em;
            height: 1em;
        }
    }
            
    #dma-faq .uk-accordion-title::before::hover{
        background-color:#1bb186;
    }

    #dma-home-s9>div{
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    }
    .home-contacts{
        width:360px;
        box-sizing:border-box;
    }
    .home-contacts h3{
            font-size:18px;
    }
    .home-contacts .dma-checkbox-label{
            font-size:14px;
    }
    .home-contacts .dma-checkbox-label a{
        color:#000;
    }
    .home-contacts .dma-checkbox-label a:hover{
        color:#413f3f;
    }
         
    .dma-checkbox{
        border: 2px solid #000;
    }       
    .dma-checkbox:checked {
        background-color: var(--dma-color);
    }
    @media (max-width: 959px) {
        .home-contacts{
            width:max-content;
            max-width:600px;
        }
    }
    @media (max-width: 639px) {
        .home-contacts{
            max-width:100%;
            width: 100%;
        }
    }

    @media (max-width: 639px) {
        #dma-home-s1>div>div>.dma-gutenberg-container-content{
            min-height:900px!important;
        }
    }
    
.home-animation-text {
  position: relative;
  width: max-content;
}

.home-animation-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #1bb186;
  display: block;
  animation: blinking 1s infinite;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 959px) {
    :root {
        --dma-ui-accordion_title-padding: 10px 0px 10px 0px;
        --dma-ui-accordion-title-font-size: 18px;
    }
}
@media (max-width: 1199px) {
   
}

@media (max-width: 639px) {
        #dma-home-s1 .wp-block-dma-gutenberg-uikit-baner{
            min-height:400px!important;
        }
}
@media (max-width: 374px) {
   
}
