@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Crimson+Text');
body {
  
}


.header-top-area {
    background-color: #222;
    padding-left: 50px;
}

.header-top-area a, .header-top-area {
    color: #fff;
    font-family: serif;
}

.header-top-area i,fa {
	color: #f7be49;
}

.separator {
	color: #949494;
	display: inline-block;
	padding: 0 5px;
}

.mainmenu-area {
	padding-top: 10px;
	padding-left: 117px;
}

.menu-nav {
  background-color: #113bb7;

}

.a.navigation {
  color: white;
}

.menu-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  
}

.menu-nav li {
  display: inline-block;
}

.menu-nav li:hover > a {
  background-color: #f4f4f4;
  color: #113bb7;
  text-decoration: none;
  
}

.menu-nav li a {
  
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  
  
/*Dropdown Company Info*/

}

.navigation a {
  color: #f4f4f4;
  font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 28px;
  padding: 10px 50px;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    left: -230px;
    background-color: rgba(249,249,249, 0.9);
    min-width: 667%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

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

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

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

/*Dropdown Company Info*/

/*Dropdown Unit Bisnis*/

.head {
  margin: 10px;
  background-color: cornflowerblue;
  font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 28px;
  color: white;
}

.col1 {
  
  font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 28px;
  color: #f4f4f4;
  margin: 10px;
  margin-top: 0px;
  font-size: 10px;
  background : url('tabel1.png');
  background-size: 100% 100%;
}

.col2 {
  
  font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 16px;
  color: #f4f4f4;
  margin: 10px;
  margin-top: 0px;
  font-size: 10px;
  background : url('tabel2.png');
  background-size: 100% 100%;
}

.col3 {
  
  font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 127px;
  color: #f4f4f4;
  margin: 10px;
  margin-top: 0px;
  font-size: 10px;
  background : url('tabel3.png');
  background-size: 100% 100%;
}

.col4 {
  
  font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 127px;
  color: #f4f4f4;
  margin: 10px;
  margin-top: 0px;
  font-size: 10px;
  background : url('tabel4.png');
  background-size: 100% 100%;
}

.li.dropdown2 {
  display: inline-block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    left: 1px;
    background-color: rgba(249,249,249, 0.9);
    min-width: 1346px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content2 a {
    position: relative;
    
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content2 a:hover {
  
}

.dropdown2:hover .dropdown-content2 {
    display: block;
}


/*Dropdown Unit Bisnis*/

/*Dropdown GCG*/

.li.dropdown1 {
  display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    left: 1px;
    background-color: rgba(249,249,249, 0.9);
    min-width: 1346px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content1 a {
    position: relative;
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content1 a:hover {
  background-color: #f1f1f1;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

/*Dropdown GCG*/

.service-item-bg {
	border-right-color: 10px #fff499;
	position: relative;
	top: 500px;
}

.slider {
	position: relative;
	top: 5px;
	left: 0px;
	right: 10px;
}

p {margin: 0;padding: 0;}

.demo3 {
 
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 320px;
  border:3px double #fff}

.demo3 .border {
  border-bottom: 70px solid #31a344;
  border-left: 70px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;}

.demo3:hover .border {
  border-bottom: 800px solid #31a344;
  border-left: 800px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;}

.demo3 .info {
  bottom: 5px;
  color: yellow;
  position: absolute;
  right: 10px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-shadow:1px 1px 2px #111;
  font-weight:bold}

.demo3:hover .info {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out}

.demo3 .text span {font:italic 12px/10px Calibri,serif}

.demo3 .text {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out}

.demo3 .text h2 {
  border-bottom: 3px double yellow;
  padding: 0 0 12px;font-size:24px;text-shadow:2px 2px 3px #111}

.demo3:hover .text {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s}

 .service-readmore-btn {
 	color: #ffffff;
 }

.footer-top-area {
	background: #222222;
	
}

.footer-top-area, .footer-top-area a {
	color: #cacaca;
}

.footer-wid {
	padding: 20px 0;
}

.footer-wid-title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 18px;
}

.footer-wid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-copyright-area {
	background: #1d1d1d;
	color: #fff;
	padding: 3px 0;
}


.list-group {
    position: relative;
    top: 20px;
    left: -70px;
    right: 20px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: -1;
}

.mainmenu-tengah {
	position: relative;
	left: -70px;
}

h2.content-header {
    width: 118%;
    color: #0C9CE8;
    font-family: sans-serif;
    padding-bottom: 10px;
    border-bottom-style: groove;
    border-color: lightyellow;
    position: relative;
}

a.list-group-item.active1 {
    background-color: lavender;
}

a.active3 {
  color: blue;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: grey;
  font-size: 13px;
}

a.active4 {
  font-size: 12px;
  padding-bottom: 0px;

}

.head-colom {
    background-color: #3164af;
    margin: -7px 10px 3px 10px;
    padding: 8px;
}

.head-colom1 {
    background-color: #16999b;
    margin: -7px 10px 3px 10px;
    padding: 8px;
}

.head-colom2 {
    background-color: #e7792b;
    margin: -7px 10px 3px 10px;
    padding: 8px;
}

.head-colom3 {
    background-color: #aaa079;
    margin: -7px 10px 3px 10px;
    padding: 8px;
}

.contact h3{
  color: #e8f3f9;
  font-family:Georgia;
  font-size: 20px;
  font-style:italic;
  font-weight:bold;
  margin: 0 -36px 20px -36px;
  padding: 12px;
  text-align: center;
  text-shadow: 2px 0 0 #1f4962;
  -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.3),0px 1px 5px #666;
  -moz-box-shadow: inset 0 0 25px rgba(0,0,0,0.3),0px 1px 5px #666;
  box-shadow: inset 0 0 25px rgba(0,0,0,0.3),0px 1px 5px #666;
  background-color: #3689b9;
  position: relative;
}

#contact-form-name {
  width: 645px; 
  height:auto;
  margin: 5px auto; 
  padding: 10px 10px 10px 40px;
  background:#f6f6f6 url('user.png')no-repeat 10px center; 
  color:#777;
  border:1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
}

#contact-form-email {
  width: 645px; 
  height:auto;
  margin: 5px auto; 
  padding: 10px 10px 10px 40px;
  background: #f6f6f6 url('pen.png')no-repeat 10px center; 
  color:#777;
  border:1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
}

#contact-form-pesan {
  width: 645px; 
  height: 150px; 
  margin: 5px auto; 
  padding: 10px 10px 10px 40px;
  font-family:Arial, sans-serif;
  background: #f6f6f6 url('msg2.png')no-repeat 10px 10px; 
  color:#777;
  border:1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
}

#contact-form-submit {
  width: 95px; 
  height: 30px;
  float: right; 
  color: #FFF;
  padding: 0; 
  cursor:pointer;
  margin: 25px 0px 3px 0px;
  background-color:#005a8a;
  border-radius:4px;
  text-shadow: 1px 0 0 #1f4962;
  -webkit-box-shadow: inset 0 0 35px rgba(0,0,0,0.3),0px 1px 5px #666;
  -moz-box-shadow: inset 0 0 35px rgba(0,0,0,0.3),0px 1px 5px #666;
  box-shadow: inset 0 0 35px rgba(0,0,0,0.3),0px 1px 5px #666;
  background-color: #3689b9;
  border:1px solid #194f6d;
}

#contact-form-submit:hover {
  background:#4c9bc9;
}

/*Sosial Media*/
 .social-buttons {
    position: fixed; 
    top: 200px;
    width: 45px;
    z-index: 9999;
}
.button-left {
    left: 0;
}
.button-right {
    right: 0;
}
.social-buttons #twitter-btn .social-icon  {background-color: #62BDB2;
    background-image: url(masicons.png);}
.social-buttons #facebook-btn .social-icon {background-color: #3B5998;
    background-image: url(masicons.png);}
.social-buttons #google-btn .social-icon {background-color: #DB4A39;
    background-image: url(masicons.png);}
.social-buttons #rss-btn .social-icon {background-color: #FF8B0F;
    background-image: url(masicons.png);}
.social-buttons #pinterest-btn .social-icon {background-color: #D43638;
    background-image: url(masicons.png);}
.social-buttons #youtube-btn .social-icon {background-color: #C4302B;
    background-image: url(masicons.png);}

.button-left #facebook-btn span {
    background-position: right 10px;
}
.button-left #twitter-btn span {
    background-position: right -35px;
}
.button-left #google-btn span {
    background-position: right -127px;
}
.button-left #rss-btn span {
    background-position: right -80px;
}
.button-left #pinterest-btn span {
    background-position: 11px -177px;
}
.button-left #youtube-btn span {
    background-position: 11px -223px;
}
.button-right #facebook-btn span {
    background-position: 12px 10px;
}
.button-right #twitter-btn span {
    background-position: 11px -35px;
}
.button-right #google-btn span {
    background-position: 10px -127px;
}
.button-right #rss-btn span {
    background-position: 11px -80px;
}
.button-right #pinterest-btn span {
    background-position: 11px -177px;
}
.button-right #youtube-btn span {
    background-position: 11px -223px;
}
.social-buttons #facebook-btn:hover .social-icon {
    background-color: #3B5998;
}
.social-buttons #twitter-btn:hover .social-icon {
    background-color: #62BDB2;
}
.social-buttons #google-btn:hover .social-icon {
    background-color: #DB4A39;
}
.social-buttons #rss-btn:hover .social-icon {
    background-color: #FF8B0F;
}
.social-buttons #pinterest-btn:hover .social-icon {
    background-color: #D43638;
}
.social-buttons #youtube-btn:hover .social-icon {
    background-color: #C4302B;
} 
.social-buttons a:hover .social-text {
    display: block;
}
.button-left .social-icon { 
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}
.button-left .social-text {
    display: none;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin: 11px 40px 11px 0px;
    white-space: nowrap;
}
.button-right .social-icon { 
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}
.button-right .social-text {
    display: none;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 11px 0 11px 40px;
    white-space: nowrap;
}
.social-buttons .social-text {
    color: #FFFFFF;
}
/*End*/