

/* 
* Typography
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*
* Color Variables
*/
/*
* Animation Variables
*/
/* 
* Global
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 
* Base
*/
body {
  font-family: "Open Sans", sans-serif;
  background: #eee;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/*
* Accordion
*/
/* Basic Accordion Styles */
.accordion {
	margin-bottom: 5rem;
}
.accordion input[name=panel] {
  display: none;
}
.accordion .panel {
	padding: 0.7rem;
	margin: 0.5rem;
	background: #f9f9f9;
	border: 1px solid #e6e8eb;
	border-radius: 5px;
	box-shadow: 0 6px 38px rgb(0 0 0 / 5%);
	font-size: 1rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.accordion label {
  position: relative;
  display: block;
  color: #333;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
.accordion label:after {
  content: "+";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  color: #666;
  text-align: center;
  font-size: 1.5rem;
}
.accordion label:hover {
  color: #111;
}
.accordion input:checked + label {
  color: #111;
}
.accordion input:checked + label:after {
  content: "-";
  /* adjsut line-height to vertically center icon */
  line-height: 0.8em;
}
.accordion .accordion__content {
  overflow: hidden;
  height: 0px;
  position: relative;
  padding: 0 .7em;
  color: #333;
  transition: height 0.5s cubic-bezier(0.865, 0.14, 0.095, 0.87);
  text-align: left;
  font-size: .9rem;
}
.accordion .accordion__content:not(:last-of-type) {
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #27ae60, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion .accordion__content .accordion__header {
  padding: 1em 0;
}
.accordion .accordion__content .accordion__body {
  font-size: 0.825em;
  line-height: 1.4em;
}
.accordion .accordion__content p {
	padding: 1rem 0;
}
.accordion .accordion__content h5 {
	color:#111;
	font-weight: 600;
	font-size: .85rem;
}

.accordion .accordion__content .col-lg-6 {
	width: 50%;
	float: left;
	overflow: hidden;
}

/* 
* Size Variations
*/
input[name=panel]:checked ~ .accordion__content.accordion__content {
  height: 25rem;
}

.inner_page #crm_main, .inner_page #about-us, .inner_page #support-us, .inner_page #contact-us {
	margin: 2rem 0;
}

.inner_page .section-md {
	margin: 3rem 0;
}

.inner_page .section-md .inverse {
	padding: 2.5rem 0;
}

.inner_page .sub_title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.inner_page .crm_img {
	float: left;
	margin-right: 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
	width: 12rem;
}

.why-container {
	display: flex;
	justify-content: space-evenly;
	margin: 1rem 0 3rem;
}

.inner_page .crm_desp {
	color: #111;
}

.inner_page #industries .font-weight-400 {
	font-weight: 400;
}

.inner_page .pink {
	color: #dc5a82
}

.inner_page .yellow {
	color: #ffb848
}

.inner_page .brown {
	color: #884550
}

.inner_page .blue-bg {
	color: #2250fc
}

.inner_page .blue-tq {
	color: #0095c7;
}

.inner_page .grey {
	color: #5e8295;
}

.inner_page .fs-body {
	font-size: 1.5rem;
}

#side-md-bg {
  padding-left: 1.5rem
}

#side-md-bg .column-company {
  padding: 0 2rem;
  background: rgba(247,250,255,98);
  box-shadow: 4px 5px 10px -3px rgb(1 1 1 / 10%);
}

#side-md-bg .bor {
  border: 1px solid #edf3fc;
}

#side-md-bg .company-inner-1, #side-md-bg .company-inner-2 {
  padding: 1.25rem 0;
}

#side-md-bg .h3-heading {
  font-size: 1.75rem;
}

#side-md-bg .gform_wrapper .top_label input.medium, #side-md-bg .gform_wrapper .top_label select.medium {
  width: calc(75% - 8px);
  background-color: #efefef;
}

#side-md-bg .gform_wrapper .ginput_container_textarea textarea {
  padding: .75rem;
  background-color: #efefef;
}

.contact-pg .jcarousel .slider .slide:before, .about-us-pg .jcarousel .slider .slide:before, .mfo-pg .jcarousel .slider .slide:before, .sao-pg .jcarousel .slider .slide:before {
  opacity: 0;
}

.contact-pg .request-content {
  display: none;
  padding-left: .5rem;
}

html body.mfo-pg .vc_row-fluid>.span_12, html body.sao-pg .vc_row-fluid>.span_12 {
  align-items: start;
}

html body.pp-pg .vc_row-fluid>.span_12 {
  align-items: center;
}

.pp-pg video {
  width: 100%;
}