/*Input Your Custom CSS Here*/

/*.Values li::before {
	content: "\f0c1";
	font-family: IcoFont !important;
	left: 0px;
	top: -2px;
	position: relative;
	color: #fff;
	padding-right:5px;
}*/
.mission h3 { margin: 0 0 0 0px !important; }
h3.card-title { margin: 0 0 10px; }

h2.map {
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;    
}

h2.map:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #f55b14;   
}

@media screen and (max-width: 2000px) and (min-width: 800px) {
    .m-top-150{
     margin-top: 150px;
    }
}
.img-bod{
text-align: center;
max-height: 350px;    
}
li.garis:after {
    content: "  |";   
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.Values li {
    position: relative;
    /*list-style: square outside url('img/list.png');*/
    margin-top: 10px;
    margin-left: 60px;
}
.Values li:before {
    content: "\f0c1"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
.Values li:hover:before { color:#f55b14; }
.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row { margin-top: 10%; }
.how-img { text-align: center; }
.how-img img{ width: 40%; }

/***** Services *******/

section .section-title{
    text-align:center;
    color:#007b5e;
    margin-bottom:50px;
    text-transform:uppercase;
}
#what-we-do .card{
    padding: 5px !important;
    border: none;
    /*margin-bottom:1rem;*/
    margin-bottom: 5px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#what-we-do .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
    color: #007b5e !important;
    font-weight:700;
    text-decoration:none;
}
#what-we-do .card .card-block a i{ display:none; }
#what-we-do .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;
}
#what-we-do .card .card-block:before{
    font-family: icofont;
    position: absolute;
    font-size: 39px;
    color: #e7592a;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{ content: "\e826"; }
#what-we-do .card .block-2:before{ content: "\e96f"; }
#what-we-do .card .block-3:before{ content: "\e9c3"; }
#what-we-do .card .block-4:before{ content: "\e97d"; }
#what-we-do .card .block-5:before{ content: "\f019"; }
#what-we-do .card .block-6:before{ content: "\ead8"; }
#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
.bayer{
    width: 100%;
    margin-top: 70px;
    border: solid 1px #f55b14;
}





.project-details-img1 {
    bottom: 15px;
    width: 660px;
    position: relative;
}

/*.about-us-img1 {
    position: relative;
    top: 50px;
    height: 20px;
}*/

.sec-title1 {
    margin-bottom: 12px;
    text-align: justify;
}
.contact-page-map h1{ padding-left: 50px; }
.header-left a{ color: white; }
.about-desc p{ text-align: justify; }
.btn-default {
    background-color: #f55b14;
    color:#0f1934;
    border-color: #f55b14;
}
.btn-default:hover {
    color: #FFF;
    background-color: #0f1934;
    border-color: #0f1934;
}

.footer-widget-menu ul {
    width: 100%;
    /*background: #7f8c8d;*/
    /*list-style: none;*/
    /*position: relative;*/
    /*display: inline-table;*/
    /*padding: 0 20px;*/
}

/*BOD Profile*/

.text-orange { color:#f55b14; }
.headline h1 {
    font-size: 40px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}
.headline h2 {
    font-size: 24px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}
.featurette-divider { margin: 80px 0; }
.featurette { overflow: hidden; margin-bottom: 30px;}
.featurette-image.pull-left { margin-right: 40px; }
.featurette-image.pull-right { margin-left: 40px; }
.featurette-heading { font-size: 30px; }
.featurette-image { max-width: 100%; min-width: 100%; display: block; margin: auto; max-height: 300px;}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 40px;
        text-align:left;
    }
    .headline h2 {
        font-size: 22px;
        text-align:left;
    }
    .featurette-divider { margin: 50px 0; }
    .featurette-image.pull-left { margin-right: 20px; }
    .featurette-image.pull-right { margin-left: 20px; }
    .featurette-heading { font-size: 30px; }
}
@media(max-width:991px) {
    .headline h1 { font-size: 20px; }
    .headline h2 { font-size: 50px; }
    .featurette-divider { margin: 40px 0; }
    .featurette-image { max-width: 100%; min-width: 100%; display: block; margin: auto; max-height: 300px;}
    .featurette-image.pull-left { margin-right: 10px; }
    .featurette-image.pull-right { margin-left: 10px; }
    .featurette-heading { font-size: 30px; }
    
}
@media(max-width:768px) {
    .featurette-divider { margin: 40px 0; }
    .featurette-heading { font-size: 25px; }
    .bayer{
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    border: solid 1px #f55b14;
    }
}
@media(max-width:668px) {
    .headline h1 { font-size: 70px; }
    .headline h2 { font-size: 32px; }
    .featurette-divider { margin: 30px 0; }
    .bayer{
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    border: solid 1px #f55b14;
    }
}
@media(max-width:640px) {
    .headline { padding: 75px 0 25px 0; }
    .headline h1 { font-size: 60px; }
    .headline h2 { font-size: 30px; }
    .bayer{
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    border: solid 1px #f55b14;
    }
}
@media(max-width:375px) {
    .featurette-divider { margin: 10px 0; }
    .featurette-image { max-width: 100%; min-width: 100%; display: block; margin: auto; max-height: 300px;}
    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .bayer{
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    border: solid 1px #f55b14;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    background-color: #f55b14 !important;    
}