/*html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
*/
body {
	font-family: 'Open Sans', sans-serif;
	background: #f6f7fa;
}
/* awal style untuk tabel maintenance*/
.coba {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 930px;
  max-width: 95%;
}
.powerfull_area2 {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 95%;
}
.powerfull_area2 .anu p {
text-align: justify;
  font-size: 16px;
  line-height: 28px;
  color: #585858;
  font-family: "Heebo", sans-serif;
  letter-spacing: .28px;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 0px;
  padding-bottom: 40px;
  max-width: 100%;
  /*
  padding: 47px 0px;*/
}
.coba p {
text-align: justify;
  font-size: 16px;
  line-height: 28px;
  color: #585858;
  font-family: "Heebo", sans-serif;
  letter-spacing: .28px;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 0px;
  max-width: 100%;
}
/*.coba ol {
text-align: justify;
  font-size: 16px;
  line-height: 28px;
  color: #585858;
  font-family: "Heebo", sans-serif;
  letter-spacing: .28px;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 0px;
  max-width: 100%;
}*/
* {
    box-sizing: border-box;
	padding:0;
	margin:0;
	outline: 0;
}

/* Create three columns of equal width */
.coba .columns {
    float: left;
    width: 33.3%;
    padding: 10px;
    padding-left: 50px;
    /*padding-right: 50px;*/
}

/* Style the list */
 .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;  
}

/* Add shadows on hover */
 .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
 .price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
    padding: 15px;
    border-bottom: 0px;
    border-top-left-radius:9px;
    border-top-right-radius:9px
}

/* List items */
 .price li {
    border-bottom: 3px solid #eee;
    padding: 8px;
    text-align: center;
}

/* Grey list item */
 .price .grey {
    background-color: #000;
    font-size: 20px;
    color: white;
}
.price .grey2 {
    background-color: #eee;
    font-size: 20px;
    color: white;
}
/* The "Sign Up" button */
 .button2 {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
/*@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}*/
/*ahir dari style tabel maintenance*/
.sero ul {
    list-style-type: none;
    margin: 100px;
    padding: 100px;
    overflow: hidden;
    background-color: #333;
}

.sero li {
    float: left;
}

.sero li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.sero li a:hover, .dropdown:hover .dropbtn {
    background-color: none;
}

.sero li.dropdown {
    display: inline-block;
}

.sero .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.sero .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.sero .dropdown-content a:hover {background-color: #f1f1f1}

.sero .dropdown:hover .dropdown-content {
    display: block;
}


.senol {
  background: #f6f7fa;
  padding: 20px 0px;
}
.senol h1{
padding-bottom: 40px;
font-size: 30px;
line-height: 62px;
color: blue;/*#121921;*/
font-family: "Poppins", sans-serif;
font-weight: 500;
}

.team-areasenol {
  background-color: #f9f9ff;
  padding-top: 20px;
  padding-left: 25px;
  /*padding: 90px 0px;*/
}

.team-areasenol .single-team {
  padding: 5px;
}

.team-areasenol .thumb {
  position: relative;
}

.team-areasenol .thumb div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(132, 144, 255, 0.7);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}

.team-areasenol .thumb div i {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  z-index: 9999;
}

.team-areasenol .thumb img {
  display: block;
  width: 100%;
}

.team-areasenol .thumb div span {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}

.team-areasenol .thumb div p {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-weight: 100;
}

@media (max-width: 768px) {
  .team-areasenol .thumb div p {
    bottom: -15px;
  }
}

.team-areasenol .thumb:hover div {
  opacity: 1;
  cursor: pointer;
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.senol:after {
	content: '';
	display: table;
	clear: both;
}

.senol {
	zoom: 1;
}

.senol {
	max-width: 90%;
	margin: 0 auto;
}

.senol #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: /*#3e4f6a;*/#3498DB;
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #F9F9F9;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price p {
	background: #3498DB;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3498DB;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #3498DB;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}
.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}
.planContainer .button a.nayya {
  color: black;
  background: #f7814d;
  border: 2px solid #f7814d;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

.senol #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

.senol #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

.senol #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

.senol #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

.senol {
	margin: 2em auto;
}

.senol #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.senol #plans > li:last-child {
	margin-right: 0;
}

.senol #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: #3498DB;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}

}
