/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpHomePage
 * @author    Webkul
 * @copyright Copyright (c) 2010-2017 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.main{
	background:#FFFFFF;
}
.demo-container{
	margin:0;
	padding:0;
	width:100%;
}
.demo-inner-container{
	padding:10px;
	margin:0 auto;
}

.demo-head{
	text-align:center;
}
.demo-head .demo-title h1{
	color:#565656;
	font-weight:600;
	font-size:30px;
	font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
	margin-bottom:5px;
	text-transform: capitalize;
}
.demo-head .demo-description p{
	color:#565656;
	font-size:16px;
	font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
}
.demo-body{
	text-align:center;
}
.demo-body .demo-buttons-container{
	padding:10px;
	margin:0 auto;
}
.demo-body .demo-buttons-container a{
	text-decoration: none;
	background: #3398cc none repeat scroll 0 0;
    display: inline-block;
    min-height: 78px;
    width: 27%;
    padding: 12px;
    margin:10px 16px;
    vertical-align: top;
    text-align:center;
    box-shadow: 0 3px 0px #257399;
    border-radius:6px;
    outline: none;
}
.demo-body .demo-buttons-container a .demo-button{
	cursor:pointer;
}
.demo-body .demo-buttons-container a:nth-child(3n+1){
	margin-left:0px;
}
.demo-body .demo-buttons-container  a:nth-child(3n+0){
	margin-right:0px;
}
.demo-body .demo-buttons-container a .demo-button label.button-label{
	 color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    vertical-align: middle;
    cursor:pointer;
    text-transform: capitalize;
}
/** for demo content view**/
.text-center {
	text-align: center;
}
#demo-content-box{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-style : normal;
}
#demo-content-box .heading{
	box-sizing: border-box;
  margin: 0px !important;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #23a1d1;
  padding: 0px !important;
  text-transform: capitalize;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  orphans: auto;
  text-align: center;
  text-indent: 0px;
  white-space: normal;
  widows: 1;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  -o-text-stroke-width: 0px;
  -ms-text-stroke-width: 0px;
  background-color: rgb(255, 255, 255);
}
#demo-content-box .heading a{
	text-decoration: none;
}
#demo-content-box .description{
	font-family: "Open Sans",sans-serif; 
	text-align: justify; 
	color: #555; 
	display: block; 
	font-size: 16px; 
	margin-top: 15px;
	padding:12px;
	font-style: normal;
}
#demo-content-box .button-container{
	text-align: center; 
	display: inline-flex; 
	margin-top: 20px;
	border:1px solid;
	border-radius: 3px;

}

#demo-content-box .feature,
#demo-content-box .links{
	margin: 0px 0px 30px; 
	padding: 0px; 
	color: #727272; 
	font-family: inherit; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	letter-spacing: normal; 
	line-height: 26px; 
	orphans: auto; 
	text-align: left; 
	text-indent: 0px; 
	text-transform: none; 
	white-space: normal; 
	widows: auto; 
	word-spacing: 0px;
	color:#555; 
	-webkit-text-stroke-width: 0px;
}
#demo-content-box .links a{
	color: #2483c7; 
	text-decoration: none;
}
#demo-content-box .demobuttons{
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	  background-color: #229ac8;
	  background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
	  background-repeat: repeat-x;
	  border-color: #1f90bb #1f90bb #145e7a;
	  padding:10px 16px;
	  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	  font-size: 15px;
	  position: relative;
	  line-height: 1.33333;
	  opacity: .9;
	  border-right:1px solid #333; 
	  text-decoration: none;
	}

#demo-content-box .demobuttons:last-child{
	border-right:0px;
}
#demo-content-box .demobuttons:hover{
	text-decoration: none;
	opacity: 1;
}


.wk-loginbuttons-cont{

	margin:10px 0;
	background-color:#38b4ed;
	padding-bottom:15px;
	padding:20px;
}

.wk-loginbuttons-cont h1 span{
	color:#FFFFFF;size:30px;font-weight:400;
}
.ld-blocks
{
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
   
    margin-bottom: 20px;
    display: inline-block;
    margin: 10px 30px;
    vertical-align: top;
    width: 300px;
}

.ld-head
{
	border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
	font-weight:600;
	color:#FFFFFF;
	font-size:16px;
	background-color:#5be5c0;
}
.wk-loginbuttons-cont h1{
	color:#FFFFFF;
}

.ld-body {
    padding: 10px;
    font-size:14px;color:#292929;font-weight:600;
}

.text-primary{
	color:#337ab7;
}

.wkfeature
{
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
   
    margin-bottom: 20px;
    display: inline-block;
    margin: 10px 20px;
    vertical-align: top;
    width: 250px;
}
.feature-title{
	padding:10px 0;
}

.feature-image > img {
    max-width: 180px;
}
.wk-features-cont .feature {
    list-style: outside none none;
}

.module-workflow{
	margin:30px 0;
}

.wk-title{
	 font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.module-workflow .wkworkflow{
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
   
    margin-bottom: 20px;
    display: inline-block;
    margin: 10px 30px;
    vertical-align: top;
    width: 330px;
}

.wkworkflow-image > img {
    width: 100%;
}
.wkworkflow-image {
    width: 125px;
}

.wkworkflow-title {
    margin: 20px 0 10px;
}
.wkworkflow-title h3 {
    font-weight: 500;
}
.video-panel {
    border: 1px solid rgb(51, 122, 183);
    border-radius: 5px;
}
.video-panel .panel-heading {
    background: rgb(51, 122, 183) none repeat scroll 0 0;
    padding: 10px 20px;
    text-align: left;
}
.panel-heading > h3 {
    color: #fff;
    font-weight: 500;
}

.wkvideo
{
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
 	display: inline-block;
    margin: 10px 30px;
    vertical-align: top;
    width: 500px;
}
.video-panel > ul {
    padding: 15px 30px;
}
.video-panel-body {
    margin: 40px;
}
.wkvideo .video-title{
	font-size: 25px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: #23a1d1; 
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    margin:20px 0;
}
@media screen and (max-width: 768px) {
	#demo-content-box .demobuttons{
		padding: 12px 20px;
		font-size:18px;
	}
}

@media screen and (max-width: 550px) {
	#demo-content-box .demobuttons{
		padding: 12px 20px;
		font-size:12px;
	}
}
@media screen and (max-width: 350px) {
	#demo-content-box .demobuttons{
		padding: 12px 10px;
		font-size:10px;
	}
}
@media screen and (max-width: 900px) {
	.demo-inner-container{
		padding:10px;
		margin:0 auto;
		width:700px;
	}
	.demo-body .demo-buttons-container a{
		width:210px;
		margin:10px 5px;
	}
}

@media screen and (max-width: 768px) {
	.demo-inner-container{
		padding:10px;
		margin:0 auto;
		width:600px;
	}
	.demo-body .demo-buttons-container a{
		width:176px;
		margin:10px 5px;
	}
}

@media screen and (max-width: 562px) {
	.demo-inner-container{
		padding:10px;
		margin:0 auto;
		width:400px;
	}
	.demo-body .demo-buttons-container a{
		width:172px;
		margin:10px 5px;
	}
	.demo-body .demo-buttons-container a:nth-child(3n+1){
	margin:10px 5px;
	}
	.demo-body .demo-buttons-container  a:nth-child(3n+0){
		margin:10px 5px;
	}
	.demo-body .demo-buttons-container a:nth-child(2n+1){
	margin-left:0px;
	}
	.demo-body .demo-buttons-container  a:nth-child(2n+0){
		margin-right:0px;
	}
	.wkvideo{
		width:270px;
	}
	.wkvideo .video-title{
		font-size: 18px;
	}
}

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

	.demo-inner-container{
		padding:10px;
		margin:0 auto;
		width:100%;
	}
	.ld-blocks{
		width:240px;
		margin:10px 15px;
	}

	.wkvideo{
		width:240px;
		margin:10px 15px;
	}
	
	.demo-body .demo-buttons-container a{
		width:100%;
	}
	.demo-body .demo-buttons-container a{
	margin:10px 0;
	}
	.demo-body .demo-buttons-container a:nth-child(3n+1){
	margin:10px 0;
	}
	.demo-body .demo-buttons-container  a:nth-child(3n+0){
		margin:10px 0;
	}
	
}