/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2024 | 23:58:59 */
/**
#resizeImg_k{
	width: 328px;
	height: 150px;
}

**/

@media (min-width: 1025px){	
	#resizeImg_k{
	width: 100%;
	height: 266px;
}
		#paddingIndSect{
		padding-top: 32px;
	}
}
@media (min-width: 1441px){
	#paddingIndSect{
		padding-top: 32px;
	}
		#resizeImg_k{
	width: 1200px;
	height: 340px;
}
}


 .industrySlide {
            display: none;
        }

        .industryBox {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 12px;
        }

        .industryBtn {
            display: flex;
            height: 34px;
            padding: 0px 10px;
            flex-direction: row;
            flex-wrap: wrap;
            border-radius: 20px;
            border: 1px solid #8E8E93;
            align-items: center;
            color: #FFF;
            text-align: center;
            font-family: var(--golos);
			font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            cursor: pointer;
            transition: all 1s ease-in-out;
        }

        .industryBtn:hover{
            border-radius: 20px;
            background:#F2F2F7;
            color:#121212;
        }

        .activeBoxBtn{
            border-radius: 20px;
            background:#F2F2F7;
            color:#121212;
			pointer-events: none;
			
        }




.dropdownInd {
  padding-top: 50px;
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.dropdownInd-toggle {
    cursor: pointer;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
/*     width: 135px; */
    padding: 12px 10px;
    color: #fff;
    border:none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	font-family: var(--golos);
	font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button.dropdownInd-toggle {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.10) !important;
    border-color: transparent !important;
}

.dropdownInd-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #F2F2F7;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 6px;
    
}

.dropdownInd-menu li {
  display: block;
    padding: 10px 0px 10px 12px;
    align-self: stretch;
}

.dropdownInd-submenu {
  position: relative;
}


.dropdownInd-menu {
    color: var(--Dark-Gray-surface, #121212);
    font-family: var(--golos);
	font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdownInd-toggle::before {
	transition: .3s ease-in-out; 
    position: relative;
    transform: rotate(180deg);
   	top: 4px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg clip-path='url(%23clip0_8015_31333)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19926 10.5486L2.95724 10.5486L10.0962 3.4097L17.2351 10.5486L15.9931 10.5486L10.5373 5.09288L10.5338 17.3206L9.65848 17.3206L9.655 5.09288L4.19926 10.5486Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8015_31333'%3E%3Crect width='14' height='14' fill='white' transform='translate(0.195312 10.5996) rotate(-45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/contain no-repeat;
  }

  .activeIndustryDrop > .dropdownInd-toggle::before{
    transform: rotate(0deg);
  }

.activeIndustryList {
    color: #2B59FF;
}