.in--cnt_div {
  background: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
  border-radius: 10.222px;
}
.in--cnt_div p {
	color: #212121;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	font-family: "Bricolage Grotesque", Sans-serif;
	margin-bottom: 22px;
	height: 85px;
}
.industries--slide {
  margin: 0 15px;
}
.in--cnt_div img {
  margin: 0 auto;
}
/*---- SIDEBAR FORM ----*/

.sidebar-contact{
  position:fixed;
  top:50%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding: 30px;
  background:#fff;
  box-shadow: 0 20px 50px rgb(213 213 213 / 50%);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 9999;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    height: 50px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px #dfdfdf;
	font-family: "Bricolage Grotesque", Sans-serif;
	  font-size: 14px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  text-align: center;
  cursor: pointer;
  background: #1C1D20;
  color: white;
  font-size: 16px;
  font-family: "Bricolage Grotesque", Sans-serif;
}
.sidebar-contact textarea {
    height: 90px;
    resize:none;
}
.wpcf7-spinner {
    position: absolute !important;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.sidebar-contact p {
  font-size: 28px;
  color: #1C1D20;
  font-weight: bold !important;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.sidebar-contact button.contact-bttn {
    background: #1C1D20;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 8px;
}

form#sideForm label.consent-label {
    margin-bottom: 25px;
}

div#sideform_message p {
    font-size: 17px;
    margin-top: 20px;
    border: 1px solid;
    padding: 5px 10px;
}

.toggle{
  position:absolute;
  width:48px;
  text-align:center;
  cursor:pointer;
   background: #1C1D20;
  top:35%;
  left:-48px;
  line-height:48px;
  writing-mode: vertical-rl;
  color: white;
  transform: scale(-1);
  padding: 30px 0px;
    border-radius: 0px 5px 5px 0px;
  font-size: 18px;
}
.toggle-2 {
  cursor: pointer;
}
/*.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}*/
.arrows-wrapper .slick-arrow {
}
.rotate_ic {
  transform: rotate(180deg);
}
.arrows-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
	justify-content: flex-end;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
@media(max-width:768px){
	.sidebar-contact {
		width: 295px;
		right: -290px;
	}
	.sidebar-contact input, .sidebar-contact textarea {
		box-shadow: none;
		border: 1px solid lightgray;
	}
  .toggle {
	  width: 40px;
	  left: -40px;
	  line-height: 40px;
	  padding: 22px 0px;
	    font-size: 15px;
	}
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
}

/*---- SIDEBAR FORM ----*/