/* BISMILLAH */
body {
	margin: 0;
	padding: 0;
	background: #fff;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
  font-weight: 400;
}
p {
  margin: 30px 0;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a {
	color: #222;
	text-decoration: none;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {color:#3399cc; text-decoration: none;}
.clearBoth {clear:both; height:0px!important; margin:0px!important; padding:0px!important; line-height:0px!important;}
hr {border: 0px; border-bottom: 1px solid #ddd;clear:both; padding-bottom: 30px; margin-bottom: 50px;}
/*================================================================== HEADER  ==*/
h1 {font-size: 32px; font-weight: 500; margin:0; padding:0; line-height:normal}
h2 {font-size: 22px; font-weight: 500; margin:0; padding:0; line-height:normal}
h3 {font-size: 18px; font-weight: 500; margin:0; padding:0; line-height:normal}
h4 {font-size: 16px; font-weight: 500; margin:0; padding:0; line-height:normal}
h5 {font-size: 12px; font-weight: 500; margin:0; padding:0; line-height:normal}
h6 {font-size: 10px; font-weight: 500; margin:0; padding:0; line-height:normal}
/* ================================================================================== TABEL  == */
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-radius: 0;
  border: 1px solid #ddd;
  background: #f6f6f6;
  font-size:90%;
}
table th,
table thead th,
table thead td,
table tfoot td
{
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: #fafafa;
  font-weight: 600;
}
table td
{
	padding: 5px 15px;
	border: 1px solid #ddd;
}
/*================================================================== UL OL  ==*/
ul, ol {
	margin: 30px 0px 30px 25px;
	padding: 0px 0px 0px 0px;
}
ul li, ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.6;
}
/* ol style 1 */
ol.olStyle1, ul.olStyle1 {
	list-style: none;
	margin: 30px 0;
	padding: 0px;
}
ol.olStyle1 li, ul.olStyle1 li {
	margin: 0px 0px 15px 0;
}
ol.olStyle1 li:before, ul.olStyle1 li:before {
	content: "";
	display: block;
	width: 40px;
	border-top: 1px solid #42bc7f;
	padding: 0 0 15px 0;
}
ol.olStyle1 li em, ul.olStyle1 li em {
	color:#666;
}
/*================================================================== GENERAL  ==*/
.item-page-general h2 {font-size: 32px; font-weight: 600; margin:0 0 20px 0}
.item-page-general h3 {font-size: 20px; font-weight: 300;}
/*================================================================== ABOUT  ==*/
.aboutPage {
	padding: 0px 0px 0px 0px;
}
.aboutPage h2, .aboutPage h3 {
	margin: 0 0px 20px 0;
}
.aboutPage ul.ulAbout {
	margin: 0px;
	padding: 100px 100px;
	list-style: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutPage ul.ulAbout li {
	flex-basis: 18%;
	padding: 0 0 0 0px;
	margin: 50px 0;
}
.aboutPage ul.ulAbout li:before {
	content: "";
	float: left;
	border-left: 1px solid #ddd;
	display: block;
	height: 100%;
	padding: 0 0 0 8px;
}
/*================================================================== SERVICES  ==*/
.servicesPage {
	padding: 0px 0px 0px 0px;
}
.servicesPage h2, .aboutPage h3 {
	margin: 0 0px 20px 0;
}
.servicesPage ul.ulPageList {
	margin: 0px;
	padding: 150px 100px 100px 100px;
	list-style: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servicesPage ul.ulPageList  li {
	flex-basis: 45%;
	padding: 0 0 0 0px;
	margin: 0 0 80px 0;
}
.servicesPage ul.ulPageList li:before {
	float: left;
	margin: 5px 20px 20px 0;
	font-size: 84px !important;
	line-height: 84px !important;
	text-align: center;
	color: #fff;
	border: 0px dashed #fff;
	background: #ccc;
	padding: 10px;
	
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.servicesPage ul.ulPageList li h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
/*====================== blockchain dev  ==
ul.ulPageList.ulBlocDev li:before {
	background: #2780b8;
}*/
/*================================================================== CENTER ICON  ==*/

/*.aboutPage ul.ulAbout {
	margin: 50px 60px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.aboutPage ul.ulAbout li {
	flex-basis: 16%;
	padding: 0 0 0 0px;
	margin: 30px 0;
	text-align: center;
}
.aboutPage ul.ulAbout li:before {
	display: block;
	width: 100%;
	border: 0px solid #f00;
	font-size: 84px !important;
	text-align: center;
	color: #ccc;
}*/
/*================================================================== STARUP  ==*/
.starupBox {
	padding: 100px;
	background: #eee;
}
.starupBox h2 {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 80px 0;
}
.starupBox h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.starupBox h4 {
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 0px 0;
}
.introStartup {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.startupList {
	flex-basis: 26%;
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
}
.startupList:before {
	content: "";
	float: left;
	border-left: 1px solid #ddd;
	display: block;
	height: 100%;
	padding: 0 0 0 20px;
}
.starupBox ul.ulstartupList {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px;
	list-style: none;
}
.starupBox ul.ulstartupList li {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0 25px;
	position: relative;
}
ul.ulstartupList.starupTerms li {
	margin-bottom: 20px !important;
}
.starupBox ul.ulstartupList li:before {
	position: absolute;
	left: 0px;
	top: 0px;
}
ul.starupProposal li:before {
}
ul.starupTerms li:before {
}
ul.starupCategory li:before {
}
/*================================================================================================== BOT --- */
.boxFoot {
	background: #333;
	padding: 120px 50px 50px 50px;
}
/*================================================================ CONTACT FORM --- */
.moduletable-contactForm {
	border: 0px solid #f00;
	margin: 0 50px;
}
.moduletable-contactForm h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	margin: 0 0 50px 0;
}
.moduletable-contactForm .formControlLabel, p.formDescription {
	display: none;
}
.moduletable-contactForm .rsform-block {
	border: 0px solid #f00;
	margin: 0 0 10px 0;
}
.moduletable-contactForm input, .moduletable-contactForm textarea {
	padding: 2% !important;
	width: 96% !important;
	background: #eee !important;
}
/*================================================================================================== BUTTON --- */
.button,
.controls button,
.moduletable-contactForm .rsform-submit-button
{
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #FFFFFF;
   padding: 10px 20px;
   background-color: #3399cc;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

.button:hover,
.controls button:hover,
.moduletable-contactForm .rsform-submit-button:hover
{
   background: #3dafe8;
   text-decoration: none;
}
/*================================================================== grayscaled  ==*/
.imgClientBox .imgClient,
.custom-logo img:hover,
.moduletable-servicesMod .servImg,
.teamPhoto img
{
	-webkit-filter: grayscale(1);
	   -moz-filter: grayscale(1);
			filter: grayscale(1);
   -moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
  		transition: all 0.3s;
}
/*================================================================== IMG NORMAL  ==*/
.imgClientBox .imgClient:hover,
.moduletable-servicesMod .servImg:hover,
.teamPhoto img:hover
{
	-webkit-filter: grayscale(0);
	   -moz-filter: grayscale(0);
			filter: grayscale(0);
   -moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
  		transition: all 0.3s;
}
/*================================================================================================== K2 Pagination --- */
.k2Pagination {
	text-align: left;
	margin: 0px 0 0px 0;
}
.k2Pagination ul, .k2Pagination ol {
	border: 0px solid #007dd4;
	margin: 30px 0 10px 0px !important;
	padding: 0px;
	list-style: none;
	display: block;
}
.pagesCounter {
	text-align: center;
	margin: 0 0 30px 0;
}
.k2Pagination ul li {
	display: block;
	list-style: none;
	float: left;
}
/*---------paging start*/
.k2Pagination ul li  a
{
	width: 36px;
	height: 36px;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	display: block;
	margin: 2px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.k2Pagination ul li  a.pagenav {
	
	text-decoration: none;
	color: #666;
	border: 1px solid #ddd;
	background: #f6f6f6;

}
.k2Pagination ul li  a.pagenav:hover {
	border: 1px solid #666;
	background: #fff;
	text-decoration: none;
}
.k2Pagination ul li.active a {
	text-decoration: none;
	border: 1px solid #ddd;
	background: #fff;
}
.k2Pagination ul li span:before {
	font-size: 20px !important;
}
.k2Pagination ul li.disabled { display:none !important}
.k2Pagination .hasTooltip  {
}