body {
    font-size: 12px;
    background-color:#f1f1f1;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
  }

#wrap{
	margin:0px auto;
	text-align:left;
	width:87em;	
	min-width:790px;
	background-color:#fff2f2;
	border-right:30px solid #FFFFFF;
	border-left:30px solid #FFFFFF;
	border-bottom:30px solid #FFFFFF;
	}
	
	
.ri
{
text-align:right;
padding-top: 130px;
}

.ri input, .ce img
{
opacity:0.9;
}


.socail {width: 40px; max-width: 100%;}
.socail:hover {opacity: 0.5;}

.socials-link ul li
{
float: right;
list-style: none;
list-style-type: none;
margin: 10px 0 0 7px !important;
width:calc(15% - 7px);
}
	
	.slider
{
	width:900px;
	height:400px;
    margin-top: 10px;
}

.sliderimage
{
	width:980px;
	height:345px;
}

#slider1
{
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
	



#leftcon {
    float: left;
    width: 200px;
    height: 700px;
    border-right: #333 1px solid;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;	
	
}	
	

#sidehead {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#522e6c;
    margin: 10px;
}	
	
span a
{
	display:block;
	width:200px;
	height:40px;
	background-color:#03F;
	text-align:center;
	line-height:40px;
	border-top:#CCC solid 1px;
	margin-top:1px;
	background-color:#191919;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
}

span a:hover
{
	background-color:#000000;
	border-color:#000000;
	opacity:0.3;
}


.sideheadlink a
{
	background-color:#2d0e44;
	border-color:#000000;
	
}

	.cen
{

    overflow-y:hidden;
    width: 647px;
    height: 425px;
	
	}
	
   .cen:hover { 
   
   overflow-y:scroll;
   
   }
	
	
h1 {
border-bottom:1px solid #ddd;
color:#522e6c;
font-size:20px;
margin-bottom:0.6em;
padding:5px;
}

a,a:visited {
	color:#d8d8d8;
	text-decoration: none;
}

a:hover {
	color: #ff6f18;
}



img
{
	border:none;
}

.products
{
	border-top:3px solid #ddd;
	
	height:230px;
	margin-bottom:1px;
}

.fetur li
{
   
    
	list-style: url(images/right.png);
    font-size: 18px;
    word-spacing: 10px;
    margin-left: 238px;
    
}


.caption
{
margin:0px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#898989;
}

.oinput
{
	border-collapse:collapse;
	border-radius:11px;
	background-color:#ccc;
}

.oinput:hover
{
	background:#FFFFFF;
}



.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}



#footer {
	background-color:#33338d;
	height:110px;
	width: 87em;
	text-align:center;
	color:#FFFFFF;
	margin: 0px auto;
  }

#footer a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.txt-links {
background-image:url(images/bullet-1.png);
color:#6C6C6C;
font-size:16px;
line-height:28px;
padding-left:18px;
}



.clear {
    clear: both;
    display: block;
}
/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


#topmenuleft {
	float: left;
    width: 617px;
    padding: 89px;
    /* background-color: rebeccapurple; */
    font-size: 14px;
}
#topmenuleft .first a {
background:transparent none repeat scroll 0 0;
padding-left:2px;
}

#topmenuleft ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#topmenuleft ul a {
background:transparent url(images/line1.jpg) repeat-y scroll left top;
color:#000000;
float:left;
line-height:11px;
padding-left:15px;
padding-right:15px;
text-decoration:none;
}






.dot-dash {
    position: relative;
    text-align: center;
    font-size: 55px;
    line-height: 0;
    color: #3c88e7;
    margin: 20px 0 40px;
    display: block;
}

.dot-dash.dark:before, .dot-dash.dark:after {
    background: #6a6a6a;
}

.dot-dash:after {
    margin-right: 0px;
    margin-left: 10px;
}
.fa-lightbulb-o:before {
    content: "";
}
*, *::before, *::after{
	box-sizing:border-box;
}
	
.dot-dash:before, .dot-dash:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ffffff;
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }




.case-study {
  padding: 140px 0;
  text-align: center;
  background: #f4f5f9; }
  
  .case-study h2 {
    font: 600 36px/1 "Source Sans Pro";
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #6a6a6a; }
	
  .case-study p {
    font: 400 14px/25px "Source Sans Pro";
    margin-bottom: 0; }
	
  .case-study--sliders {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 45px 30px 45px 5px;
    margin-top: 70px; }
  .case-study--left {
    float: left;
    width: 60%;
    position: relative;
    z-index: 0;
    background: #ffffff;
    padding: 45px 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .case-study--left__textslider {
      margin: 0 !important; }
      .case-study--left__textslider__image {
        height: 85px;
        width: 85px;
        background: #3c88e7;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 40px;
        margin: 40px auto 60px; }
        .case-study--left__textslider__image i {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .case-study--left__textslider h4 {
        font: 500 21px "Open Sans";
        position: relative;
        text-transform: uppercase;
        color: #6a6a6a;
        margin: 0 0 60px; }
        .case-study--left__textslider h4:after {
          content: "";
          background: #6a6a6a;
          width: 10%;
          height: 1px;
          position: absolute;
          bottom: -30px;
          left: 45%; }
      .case-study--left__textslider p {
        margin-bottom: 50px; }
      .case-study--left__textslider .button {
        margin-bottom: 50px; }
    .case-study--left__dots ul {
      position: initial; }
      .case-study--left__dots ul li {
        margin: 0 2px; }
        .case-study--left__dots ul li button {
          background: #f4f5f9;
          width: 15px;
          height: 15px;
          border-radius: 20px; }
          .case-study--left__dots ul li button:before {
            display: none; }
        .case-study--left__dots ul li.slick-active button {
          background: #3c88e7; }
  .case-study--right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    z-index: 0; }
    .case-study--right__imageslider img {
      height: 689px;
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; 
	  padding:45px;
	  }
	  
	  
	  .button {
  display: inline-block;
  min-width: 225px;
  padding: 20px 0;
  border: 2px solid #3c88e7;
  text-align: center;
  font: 600 14px/1 "Open Sans";
  background: #3c88e7;
  color: #ffffff;
  margin: 0 24px 0 0;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .button-w {
    background: none;
    border-color: #ffffff;
    margin: 0; }
  .button.small {
    padding: 14px 0;
    font-size: 12px;
    min-width: 145px; }
  .button:hover {
    background: transparent;
    color: #3c88e7;
    border-color: #3c88e7; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }