/*!
 * Web Log Storming template
 */

/* Global Styles */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
	font-style: normal;
}
*, html, body {
	margin: 0;
	padding: 0;
}
html,
body {
    height: 100%;
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    line-height: 2em;
    color: gray;
}
body p {
		/* font-size: 12px; */
		line-height: 2em;
}
.wls-services {
		padding: 4em 0 0 0;
		margin-top: 30px;
    clear: both;
}
.services .icon i {
    font-size: 50px;
    color: #798eea;
    z-index: 1;
}
.icon {
    font-family: 'icomoon' !important;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.wls-about {
	padding: 100px 0;
}
/*.wls-about h2, .wls-services h2 {
	font-size: 42px;
}*/
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
h1, h2, h3, h4, h5, h6, figure {
	color: #303133;
	font-family: "Nunito", Arial, sans-serif;
	font-weight: 400;
	margin: 50px 0 20px 0;
	line-height: 1.3;
}
.services h3,
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
	margin-top: 0;
}
.panel-title {
	line-height: 60px;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/*.over {
	background: linear-gradient(70deg, #5533ff, #17daf9);
	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);
	height: 50px !important;
	text-align: right;
}*/
.over h1 {
	text-align: left;
	padding-top: 70px;
}
.over p {
	line-height: 50px;
}
.breadcrumbs {
	color: #5533ff;
	text-align: right;
	font-size: 12px;
}
.breadcrumbs a {
	color: #333;
}

/* Home Page Carousel */
.slider-content {

	width: 1170px;
	margin: 0 auto;
}
header.carousel {
/*	height:100%;*/
	background: linear-gradient(70deg, #5533ff, #17daf9);
	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);

}
header .header-image {
	background-color: red !important;
	max-height: 300px !important;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
/*	height: 100%;*/
	padding-bottom: 30px;
}

ul.checkmark, ul.checkmark-content {
	list-style-type: none;
	padding-left: 0;
}
ul.checkmark li {
	margin-bottom: 10px;
	list-style-type: none;
}
ul.checkmark li:before {
    content:"\2713\0020";
	margin-right: 10px;
}
ul.checkmark-content li:before {
    content:"\2713\0020";
	font-size: 3em;
}

ul.checkmark-content li {
	margin-bottom:  40px;

}
ul.checkmark-content li:before {
	 content:"\2713\0020";
	 color: #011627;
	 background-color: #006bce;
	 display: block;
	 width: 50px;
	 height: 50px;
	 border-radius: 100% 100%;
	 text-align: center;
	 margin-right: 30px;
	 float: left;
}

.form-control {
	background-color: transparent;
	border: 1px solid #011627;
	box-shadow: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6);

}
.contact-me{
	background-image: url('/images/header_img_white.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.contact-massage {
	height: 200px;
	margin-top: 150px;
	font-size: 4vw;
	color: #011627;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.contact-massage::before {
	position: absolute;
    top: 0px;
    height: 100%;
    background: #006bce;
    width: 100%;
    left: -100%;
    content: "";
	z-index: 500;

}
.contact-massage::after {
	position: absolute;
    top: 0px;
    height: 100%;
    background: #006bce;
    width: 100%;
    left: 200%;
    content: "";
	z-index: 500;
}
::-webkit-input-placeholder { /* Chrome */
  color: red;
  transition: opacity 250ms ease-in-out;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
  transition: opacity 250ms ease-in-out;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
.breadcrumb {
	background-color: #006bce;
}
.header-img {
	width: 100vw!important;
	height: 300px!important;

}
.description {
	width: 60%;
	height: 80%;
	padding-left:15px;
	text-align: left;
	float:left;
	padding-top: 10px;
}
/* @media(max-width:767px) {
	width: 100%;
} */


.screenshot-wrapper {
	float: left;
	width: 35%;
	height: 100%;
	text-align: center;
}
@media(max-width:767px) {
    .screenshot-wrapper {
        width: 80%;
        margin-left:auto;
        margin-right: auto;
		margin-top: -80px;
		text-align: center;
	}
	.container-desc {
		text-align: center;
	}
	.screenshot-wrapper img{
        width: 100%;
        margin-left:10% !important;
        margin-right: auto !important;
		margin-top: 120px !important;

    }
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.screenshot-wrapper  img {
	-webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
  	-moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
  	box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
 	margin-top: 50px;
 	margin-top: 80px;
 	margin-bottom: 50px;
}

/* @media(max-width:767px) {
	margin-top: 20px;
} */
/*.wls-services h2 {
	padding-top: 50px;
	color: #fff;
	font-family: "Nunito", Arial, sans-serif;
	width: 100vw;
}*/
.wls-services table {
	max-width: 700px;
	margin: 0 auto;
}
.wls-services ul li {
	line-height: 2;
/*	font-size: 14px;*/
}
.description-h2 {
/*	padding-top: 20px;
	font-size: 38px;
	font-family: "Nunito", Arial, sans-serif;
	text-align: center;*/
	color: #fff;
}
/*.wls-services h2 {
    width: 100%;
    color: #303133;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}*/
.description-detail, .slider-list{
	font-size: 18px;
	padding: 0px 0px;
	color: #fff;
}
.description-detail {
    font-family: "Nunito", Arial, sans-serif;
    color: #fff;
    font-weight: 150;
    font-size: 26px;
}

.pulse {
	display: table;
	width: 100px;
	height: 100px;
	background: #317cff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
	box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%; }
	.pulse i {
	  font-size: 30px !important;
	  display: table-cell;
	  vertical-align: middle; }

  @-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
	70% {
	  -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
	  -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
	  box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
	70% {
	  -moz-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
	  -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
	  box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
	100% {
	  -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
	  -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
	  box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }
.play {
		width: 100%;
		display: block;
		margin: 30px 0;
}
.play a {
		  width: 100px;
		  height: 100px;
		  display: table;
		  margin: 0 auto;
		  text-align: center;
		  background: #317cff;
		  -webkit-border-radius: 50%;
		  -moz-border-radius: 50%;
		  -ms-border-radius: 50%;
		  border-radius: 50%; }
.play a i {
			font-size: 20px;
			color: #fff;
			display: table-cell;
			vertical-align: middle;
}
.play a:hover {
	text-decoration: none;
}
.slider-list {
	padding-top: 5px;
	margin-bottom: 30px;
}
.carousel-control {
	width: 10%;
}
.slider-button {
	padding: 15px 25px;
	color: #011627;
	border-radius: 5px 5px;
	text-transform: uppercase;
	margin-right: 5px;
	transition: background-color 0.5s ease;
	font-weight: 700px;
	white-space: nowrap;
	line-height: 60px;
}
.footer-button {
	padding: 20px 30px;
	color: #011627;
	border-radius: 5px 5px;
	text-transform: uppercase;
	margin-right: 5px;
	transition: background-color 0.5s ease;
	font-weight: 700px;
	margin-top: 120px!important;

}
.slider-button:hover, .footer-button:hover {
	text-decoration: none;
	background-color: #fff;
}
.buy {
	background-color: #ff5904;
	text-shadow: 0 1px 3px rgba(36,180,126,.4);
	color: #fff;
}

.try{
	background-color: #198f5a;
	text-shadow: 0 1px 3px rgba(36,180,126,.4);
	color: #fff;
}
.read-more {
	background-color: #006bce;
	border-color: #006bce;
	transition: background-color 0.2s ease-in-out;
	color: #fff;
}

.read-more:hover {
	background-color: #011627;
	color: #fff;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 60px;
	color: #fff;
	margin-left: -40px;
	margin-right: -40px;
}

.carousel-indicators li{
	border-color: #f4d873;
}
.carousel-indicators .active {
	background-color: #f4d873;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
	background-size: cover;
}

.button-wraper2  {
	float: right;
	width: 100%;
}
.button-wraper  {
	text-align: center;
	padding-left: 80px;
}
/******** Logo ********/
.navbar {
	/*min-height: 70px;
	display: flex;
    align-items: center;*/
	background-color: #fff;
	border: 0px;
	border-bottom: 1px solid #53f !important;

}

.navbar-inverse .navbar-nav > li > a {
	color: #011627;
	text-transform: uppercase;
	font-family: "Poppins", Arial, sans-serif;
	letter-spacing:  1px;
}
.navbar-inverse .navbar-nav > li {
    /*min-height: 70px;*/
	border-bottom: 4px solid transparent;
	transition: border 0.5s ease;

}
.navbar-inverse .navbar-nav > li:hover {
	border-bottom: 4px solid #006bce;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #006bce;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #006bce;
}
.navbar-inverse .navbar-toggle {
	border-color: #006bce;
	background-color: #006bce;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav >
.active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	font-weight: 700;
	color: #ff5904;
	background-color: transparent;
}
.services {
        margin-bottom: 50px;
        position: relative;
        z-index: 0;
        padding: 0 1em;
}
.wls-white {
    background: #fff;
/*    border: 1px solid #e6e6e6;*/
    border-left: none;
    border-right: none;
}

.wls-gray {
    background: #f5f5f5;
    border-left: none;
    border-right: none;
}
@media screen and (max-width: 768px) {
    .services {
         margin-bottom: 3em;
    }
}
.services .icon {
    position: relative;
    margin-bottom: 30px;
    display: inline-block; }
    .services .icon i {
    font-size: 50px;
    color: #317cff;
    z-index: 1;
}
.services .desc h3 {
    font-size: 26px;
    font-weight: 300;
}


.panel-default > .panel-heading {
	color: #fff;
	background-color:  #006bce;

}
.panel-heading {
	box-sizing: border-box;
	padding: 0 10px;
/*	height: 60px;*/
}
.panel-heading h4 {
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 22;
	margin: 0;
}
.panel-primary > .panel-heading {
	/*color: #00c5dc;*/
	background-color: #011627;
}
.feature-item {
	padding-left: 50px;
	position: relative;
}
.features .feature-item .icon {
	font-size: 20px;
	color: #499bea;
	position: absolute;
	top: 0px;
	left: 15px;
}
.feature-box h2 {
	text-align: center;
}
/* .panel-features {
	min-height: 980px;
} */
.panel-features .panel-body ul {
	padding-left: 15px !important;
}
.button-features {
	text-align: center;
	margin-top: 50px;
	padding-top: -15px;
}
.centered {
	text-align: center;
	font-size: 20px;
	padding-bottom: 30px;

}
.button-features .buy {
	border: 1px solid #ff5904;
}
.button-features .try {
	border: 1px solid #3ecf8e;
}
.label-success {
	background-color: #ff5904;
}
.logo-left {
	color: #011627;
}
.logo-right {
/*	color: #006bce;*/
	color: #ff5904;
}

.breadcrumb {
	border-radius: 0px;
	background-color: transparent;
	padding: 0px;
	margin-bottom: 30px;
}
.breadcrumb a {
	color: #006bce;
}
.screen-box {
	background-color: #fff;
	padding: 50px 50px;
}
.screen-box img {
	-webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.blog h2 a {
	color: #006bce;
}
.blog h2 a:hover, .blog h2 a:focus  {
	color: #011627;
	text-decoration: none;
}
.pager li > a, .pager li > span {
	color: #006bce;
}
.pager li > a:hover {
	background-color: #011627;
	border-color: #011627;

}
.well-blog {
  padding: 40px;
}
.fa-search {
	color: #006bce;
}
.input-group-btn .btn-default {
	background-color: #011627;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.downloads-table {
	margin-bottom: 30px;
}
.downloads-table tr:first-child {
		background-color: #006bce;
		color: #fff;
}
.downloads-table tr td {
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;
}
.downloads-table tr td:last-child {
	width: 60%;
}
.downloads-table tr td:first-child {
	width: 5%;
}
.downloads-table a {
	color: #006bce;
}
.downloads-btn {
	width: 50px;
	height: 50px;
	background-color: #006bce;
	text-align: center;
	display: inline-block;
}

.fa-download {
	vertical-align: middle;
}
/* Footer Styles */
h3 a {
	color: #006bce;
	transition: color 0.5s ease-in-out;
}
h3 a:hover {
	color: #011627;
	text-decoration: none;
}

.well {
	width: 100vw;
	margin: 0px!important;
	padding: 40px 120px;
	color: #fff;
	background-color: #303133;
	border: 0px;
	border-radius: 0px;
}
.well .btn-default, .panel .pricing{
	background-color: #ff5904;
	border-color: #ff5904;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	transition: background-color 0.5s ease;
	min-width: 200px;
}
.panel {
	-webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
}
.well .btn-default:hover {
	border-color: #fff;
	background-color: #fff;
	color: #011627;

}
 .panel .pricing{
	width: 40%;
	margin: 0 auto;
	min-width: 200px;
 }
.panel .pricing:hover {
	border-color: #011627;
	background-color: #011627;
	color: #006bce;
}
.table {
	width: 100%;
	margin-bottom: 30px;
	border: 0px!important;
}
.table th, .table td {
    border-top: none !important;
    border-left: none !important;
}
.first td  {
	color: #e6e6e6;
}
.first {
	border-bottom: 1px solid #e6e6e6;
	color: #e6e6e6;
	padding-bottom: 7px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "Nunito", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.well .col-md-3 a{
	color: #fff;
}
.well .col-md-3 a:hover {
	color:  #006bce;
	text-decoration: none;
}


/******* SCROLL TO TOP *******/
.scroll-to-top{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	position: fixed;
	text-align:center;
	background: white;
	font-weight: bold;
	bottom: 20px;
	right: 20px;
	display:none;
	background-color: #000;
	border-radius: 50% 50%;
	-webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
}
.scroll-to-top a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-decoration:none;
	color: #fff;
}
.scroll-to-top:hover, .scroll-to-top:active,
.scroll-to-top:visited, .scroll-to-top:focus {
	text-decoration:none !important;
	color: #fff;
}

footer .row {
    background-color: #262626;
	width: 100vw;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}
footer .row p {
	font-size: 13px;
}
.pagination > li > a, .pagination > li > span {
	color: #006bce;
}
.pagination > .active > a,
.pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #011627;
	border-color: #011627;
	color: #006bce;
}
.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover {
	background-color: #006bce;
	border-color: #006bce;
	color: #011627;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #006bce;
		color: #080808;
	}

	.table-content tr td {
		display: block;
		float: left;
		width: 100%!important;
	}
	.table-content tr:first-child td:last-child {
		margin-bottom: 50px!important;
	}
	.img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	header.carousel {
		height:auto;
		background-color: #011627;
		padding-bottom: 60px;
}
	.description { width: 100%;}
}

.main-content::before {
	content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #f6f9fc;

}
