.header_v1 .sticky-header {
    border-bottom: 0px;  
}

.mobile-menu-toggle {
    background-color: transparent;
}

header#masthead nav ul li ul {
  background-color: transparent;
}

header#masthead nav > ul > li.current-menu-item, header#masthead nav > ul > li.current_page_item, header#masthead nav ul li ul.sub-menu {
  border-bottom: 0px; 
}
nav.mobile-menu > ul.menu > li.menu-item-has-children.open {
   background: transparent;
}

#agama_slider .slide-content {
    letter-spacing: 1px;
    text-align: left;
    /* position: absolute; */
    margin-left: 20px;
	  margin-right: 20px;
    width: 100%;
    top: 30%;
}

#agama_slider h2.slide-title {
    font-size: 100%;
    font-size: 6vw;
}

#agama_slider h2.slide-title {
    background-color: rgba(41, 178, 151, 0.8);
    text-align: left;
    padding: 10px;
}

nav.mobile-menu ul {
    float: none;
    padding-left: 20px;
}

.header_v1 nav.mobile-menu {
    margin-top: 68px;
}

#agama_slider .slide-content.slide-1 {
	  padding-right: 35px;
}


.site-header .sticky-header h1, .sticky-nav > ul > li > a, .sticky-nav > li > a {
    line-height: 60px;
}

.widget-svg-social-menu ul svg {
    fill: #29b297;
    height: 2em;
    width: 2em;
}

.vision-row {
    padding-top: 0px;
}

h1.entry-title {
    display: none;
}

div.list-style .entry-header {
  margin-bottom: 0px; 
}

.caldera-grid .alert-danger, .caldera-grid .alert-error, .caldera-grid .alert-info, .caldera-grid .alert-success, .caldera-grid .alert-warning {
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-top: 10px;
}

.caldera-grid .alert-success {
    background-color: #29b297;
    color: #fff;
}

/* Resume */

.rb-resume-block .rb-experience .rb-section-title {
color: #757575;	
    border-top: 1px solid #ddd;
    font-weight: bold;
    padding: 10px 0 25px;
    font-size: 25px;
    margin: 0;
}

.rb-resume-block .rb-about-image img {
    width: 100%;
    height: auto;
    border: 1px solid;
    border-color: #29b297;
}
div.rb-title 
{
    color: #29b297;
}

.rb-resume-block {
    padding: 0 0 0 0;

}

.rb-resume-block .rb-about:after {
    margin: 0 0 0px;
}

.rb-widget-contactinfo {
    padding-top:30px;
}

.rb-experience-rating {
    color: #29b297;
    font-size: 17px;
    padding: 0 0 5px;
    line-height: 1.5;
}

.entry-content h3, .comment-content h3 {
    color: #29b297;
}

#particles-js {
    position: absolute;
    width: 100%;
    /* height: 100vh; */
    top: 0;
    left: 0;
    z-index: 1;
}

.cookie-notice-container {
	background-color: #314150;
	color: #fff;
}

.gdpr {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    /* white-space: nowrap; */
    /* margin: 5px; */
    padding: 0 22px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    /* font-weight: 600; */
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.cookie-notice-container a {
	color: #fff;
}