.css{
	display:none;
}

.footer_slideout {
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 2;
    transform: translateX(40rem);
    transition: all .5s;
    transition-timing-function: cubic-bezier(.22,1,.36,1);
}

.footer_slideout.active {
    transform: translateX(0);
}

.footer_slideout .btn.call {
    margin: 0;
    margin-right: 0.2rem;
    padding-right: 1.2rem;
    padding-left: 1.1rem;
    font-size: 18px;
}

.footer_slideout .btn.quote {
    margin: 0;
    padding-right: 2rem;
    font-size: 16px;
    border-bottom-right-radius: 0;
}
.scsss{
	display:block;
	margin-bottom: 10px;
	text-align:center;
}

.formcss h2{
	font-size: 28px;
  color: #60338a;
  line-height: 25px;
}

.formcss label {font-size: 16px;
    display: block;
    margin: 10px 0;
    color:#60338a;
    
}

.formcss .webform-section-wrapper{
	  font-size: 15px;
    margin-bottom: 20px;
    margin-top: 16px;
}

.formcss{
	  border: 2px solid #60338a;
    padding: 30px;
    text-align: left;
    margin-bottom: 36px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.formcss .form-submit{

  background: #60338A;

  color: #fff;

  border: none;

  margin-top: 20px;

  padding: 11px;

}

.formcss input.form-text, 

.formcss input.form-email, 

.formcss textarea

 {

  display: block;

  width: 100%;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #212529;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ced4da;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border-radius: 0.375rem;

  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}


.solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
 /* min-height: 265px; */
  transition: 0.7s;
}

.solution_card:hover {
  background: #ac84d2;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}


.solution_card:hover .hover_color_bubble {
  top: 0rem;
}


@media only screen and (max-width: 600px) {
  

.site-hero.main {
    position: relative;
    height:40vh;
    max-height: 300px;
}

.region-bottom-second .form-item {
    display: inline-block;
    width: 100%;
    margin-right: 0;
}

.site-hero.main .img-cover img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.site-newsletter-form {
    background-color: initial !important;
    border-radius: 50px;
    text-align: center;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 35px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #fff;
    color: white;
    cursor: pointer;
    padding: 0;
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #fff; /* Add a dark-grey background on hover */
}

.site-nav .nav-logo{
	width:128px;
}

.site-hero.main .swiper .swiper-slide .txt h3, .site-hero.main .swiper .swiper-slide .txt .h3{
	font-size:18px;
}



.number-count .txt {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0 20px 24px;
}

.site-footer .sec-info ul {
	display:block;
}

.site-footer .sec-info ul li{
	margin:10px 0;
}

.region-topwidget-four .card-txt.light h4 {
    font-size: 14px;
    font-weight: 500;
}


}
.news-txt{
	min-height:280px;
}

.footer_slideout {
    position: fixed;
    bottom: 7rem;
    right: 0.5rem;
    z-index: 2;
    transform: translateX(40rem);
    transition: all .5s;
    transition-timing-function: cubic-bezier(.22,1,.36,1);
}

.footer_slideout.active {
    transform: translateX(0);
}

.footer_slideout .btn.call {
    margin: 0;
    margin-right: 0.2rem;
    padding-right: 1.2rem;
    padding-left: 1.1rem;
    font-size: 11px;
}

.footer_slideout .btn.quote {
    margin: 0;
    padding-right: 2rem;
    font-size: 11px;
    border-bottom-right-radius: 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #fff;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
}

.messages {
    background: #51B848;
    color: #fff;
    border-radius: 7px;
    padding: 10px;
}

footer .sec-info {
	font-size: 12px;
}

.site-hero.main .swiper .swiper-slide .img::after{
	background: linear-gradient(249.7deg, rgba(0, 0, 0, 0) 100%, #000000 100%);
}

article  ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 13px;
}

article ul li:before {
    content: "";
    display: block;
    background-color: #262261;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

article ul {
    display: -ms-grid;
    display: grid;
    gap: 10px;
}

.max-wrap ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 13px;
}

.max-wrap ul li:before {
    content: "";
    display: block;
    background-color: #262261;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.max-wrap ul {
    display: -ms-grid;
    display: grid;
    gap: 10px;
}

article a, .article a{
	color: #262262;
    font-weight: 900;
}

.sec-img-reviews {
    height: 400px;
    margin: 0px 20px !important;
    border: 2px dotted #432c86 !important;
    border-radius: 15px !important;
    padding: 15px !important;
}

.site-google-reviews{
	background: #fbfbfb;
	margin-top: 40px;
}

.block-views-blockgoogle-reviews-block-1  .swiper-slide{
	width:30.6412884334%;
	height: 440px;
	min-width:280px;
	
}