/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/


.mod-custom__stories
{
	background-image: url("../images/window.bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 22px;
}

.mod-custom__stories #wrap
{
	background: url("../images/imagedoc.png");
	border-radius: 20px;
}

.mod-custom__stories #wrap p
{
	padding: 40px 25px 45px;
	color: #fff;
}

.mod-custom__stories #wrap p small
{
	margin-top: 15px;
	color: #333333;	
}

/*******************************************************************************************/

.list1 li
{
	list-style: none outside none !important;
	padding: 0;
}

.list1 li a,
.blue
{
	background: url("../images/bulet.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	color: #6A6861 !important;
	display: block;
	font-size: 13px !important;
	line-height: 25px;
	padding: 0 0 0 27px;
}

.list1 li a:hover
{
	background: url("../images/bulet.png") no-repeat scroll 0 -47px rgba(0, 0, 0, 0);
	color: #07B4F4 !important;
	text-decoration: none;
}


/*********************************************************************/


#solution ul
{
	margin: 0px;
}

#solution li
{
	float: left;
	height: 245px;
	list-style: none outside none !important;
	margin: 10px 0 40px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	width: 260px;
	line-height: 16px !important;
	cursor: pointer;
}

#solution li:hover .mosaic
{
	bottom: 0px;
	transition: 1s;
}

element.style
{
}

.mosaic a,
.mosaic a:hover
{
	color: #FFFFFF !important;
}

.mosaic
{
	background-color: #0BB9F5;
	bottom: -200px;
	color: #FFFFFF;
	left: 0;
	padding: 10px;
	position: absolute;
	height: 230px;
}

.mosaic-block h2
{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.mosaic-img
{
	display: block;
	height: 100%;
	top: 0;
	width: 100%;
}

.mosaic-img img
{
	width: 100%;
	padding: 0px;
	border:none;
}

/******************************************************************************/

.all-partners .mod-custom
{
}

.all-partners .block
{
	float:left;
	width:100%;
}

.all-partners .block ul
{
	float:left;
	padding-right:80px;
}

.all-partners .block ul li
{
	list-style:none;
}

/************ added by thankaim, 26-5-2021, for popup window **************************************************/

.popup .overlay {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.7);
  z-index:1;
  display:none;
}
 
.popup .content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0);
  background:#fff;
  width:95%;
  max-width:500px;
  height:250px;
  z-index:2;
  text-align:center;
  padding:20px;
  box-sizing:border-box;
  font-family:"Open Sans",sans-serif;
}
 
.popup .close-btn {
  cursor:pointer;
  position:absolute;
  right:20px;
  top:20px;
  width:30px;
  height:30px;
  background:#222;
  color:#fff;
  font-size:25px;
  font-weight:600;
  line-height:30px;
  text-align:center;
  border-radius:50%;
}
 
.popup.active .overlay {
  display:block;
}
 
.popup.active .content {
  transition:all 300ms ease-in-out;
  transform:translate(-50%,-50%) scale(1);
}
 
buttonpp {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  padding:15px;
  font-size:18px;
  border:2px solid #222;
  color:#222;
  text-transform:uppercase;
  font-weight:600;
  background:#fff;
}
