@charset "UTF-8";
/*
Theme Name: Kissps
Description: Child theme created using default WP Twenty Twenty theme
Theme URI:   https://wordpress.org/themes/twentytwenty/
Author: Memorres
Author URI:  https://wordpress.org/
Template: twentytwenty
Version: 1.0
*/
@font-face {
  font-family: 'Inter-Regular';
  src: url("assets/fonts/Inter-Regular.eot");
  src: local("assets/fonts/Inter Regular"), local("Inter-Regular"), url("assets/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-Regular.woff2") format("woff2"), url("assets/fonts/Inter-Regular.woff") format("woff"), url("assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url("assets/fonts/Inter-SemiBold.eot");
  src: local("assets/fonts/Inter SemiBold"), local("Inter-SemiBold"), url("assets/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("assets/fonts/Inter-SemiBold.woff") format("woff"), url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url("assets/fonts/Inter-Medium.eot");
  src: local("assets/fonts/Inter Medium"), local("Inter-Medium"), url("assets/fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-Medium.woff2") format("woff2"), url("assets/fonts/Inter-Medium.woff") format("woff"), url("assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Inter-Light';
  src: url('assets/fonts/Inter-Light.eot');
  src: local('assets/fonts/Inter Light'), local('Inter-Light'),
      url('assets/fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Inter-Light.woff2') format('woff2'),
      url('assets/fonts/Inter-Light.woff') format('woff'),
      url('assets/fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

.partners #kyocera {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 42px rgba(0, 0, 0, 0.103884);
  box-shadow: 0 6px 42px rgba(0, 0, 0, 0.103884);
  width: 227.79px;
  height: 227.79px;
  position: relative;
  top: 10%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hide{
	display:none!important;
}
.footer-nav-widgets-wrapper .footer-content ul li{
	max-width:100%!important;
}
.sidebar-contact .side-toggle{
	width:200px!important;
}
.ks-slide-wrapper{
	min-height:90vh;
	display:flex;
	align-items: center;
	justify-content: center;
	background-size:cover;
	background-repeat: no-repeat;
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.3);
	background-position:center;
}
.ks-grid-inner{
	display:block;
	width:100%;
	text-align:center;
}
.ks-grid-inner h2{
	color:#FFF;
}
.ks-grid-inner p{
	color:#FFF;
}
.main-slider .slider-pagination{
	display:none!important;
}
.service-wrapper{
	display: flex;
	row-gap: 4px;
	flex-direction: column;
}
.align-self-center{
	align-self: center!important;
}
.gform_wrapper .percentbar_blue{
	background-color:#d8282e!important;
}
.gform_next_button.button {
  background: #d8282e;
  padding: 10px 25px;
  border: none;
  color: #FFF;
cursor:pointer;
}
.gform_previous_button.button {
  background: #d8282e;
  padding: 10px 25px;
  border: none;
  color: #FFF;
cursor:pointer;
}
.gf_progressbar_title{
	margin: 20px 0 !important;
	opacity: 0.8;
}
.contact-form .content{
	margin-bottom:0!important;
}
@media (max-width: 767px){
	.partners #kyocera {
  		width: 100%;
  		left: 0;
		top: 0;
	}
}