/** banner-style-two **/

.banner-style-two{
    position: relative;
    background: var(--secondary-color);
    padding: 60px 0 !important;
  }
  .new-fm input {
    border: 1px solid #fff;
    width: 100%;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    margin:10px 0 10px 0 ;
}
.neselect { 
    width: 100%;
    border: 1px solid #fff !important;
    width: 100%;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px; 
    margin:10px 0 0 0 ;
} 

.mylabel a{ color:#fff;}
.mylabel { color:#fff;}

.new-fm {padding: 0px 40px 0 40px;}

.industries-style-four .industries-block-two .inner-box:hover h3 a,
.industries-style-four .industries-block-two .inner-box:hover p,
.industries-style-four .industries-block-two .inner-box:hover span
{
  color: #fff;
}

.industries-block-two .inner-box {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    padding: 28px 30px 33px 110px !important;
    margin-bottom: 30px;
    z-index: 1;
}

.profile-section .chat-content:before {
    position: absolute;
    content: '';
    background: var(--secondary-color);
    width: calc(100% + 100%) !important;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%, 0% 0%);
}
.profile-section .chat-content {
    position: relative;
    padding: 40px 40px 40px 40px !important;
    z-index: 1;
}

.profile-section .chat-content .single-item {
    position: relative;
    display: block;
    background: #fff;
    max-width: 505px !important; 
    width: 100%;
    border-radius: 10px;
    padding: 29px 15px 29px 96px;
    margin-bottom: 30px;
}

 .image-box img {width: 50px;}

 #box {
   
    color: #fff;
 
 
  }
  .gradient-border {
    --borderWidth: 3px;
    background:#f1eded;
    position: relative;
    border-radius: var(--borderWidth);
  }
  .gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #198754, #33605a, #eae61c, #496d5b, #a1ab4d, #5d7a5b, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  .inner-box h4 a{color: #000 !important;}
  
  @keyframes animatedgradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
 
  @media only screen and (max-width: 2000px) and (min-width: 800px) {
    .content_block_five {    display: flex;
        justify-content: center;}
}
  