body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Rajdhani', sans-serif;
}
.bc {
    background: #f5f5f5;
}

.breadcrumb {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb a {
    text-decoration: none;
    color: black;
}

.breadcrumb>li+li:before {
    content: ">";
}
/* Top Bar */
.contact {
    background: #10263e;
    border-radius: 0;
    min-height: 0;
    margin-bottom: 0px;
    border: none;
}

.contact .navbar-nav>li>a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
}

.contact .navbar-nav>li>a:hover {
    color:#fff;
    cursor: default;
}
/*Menu*/
.navbar-default.t3-mainnav {
    background: none;
    border: 0;
}
.navbar-nav > li > a {
    padding: 20px 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#10263e;
}
/* Hero Banner */
.hero-text {
    padding-top: 150px;
    padding-bottom: 50px;
}

.hero-text hr {
    border: none;
    height: 5px;
    color: #fdfe02;
    background-color: #fdfe02;
}

.hero-text h1 {
    color:#fff;
}

.hero-text span {
    line-height: 25px;
    color:#fff;
}

.hero {
    background-image: url("../images/hero-banner.jpg");
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    background-size: cover;
}

.home h2 {
    font-size: 48px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
}
/*Services*/
.service .service-box {
    min-height: 300px;
    background-color: #eceff1;
    padding: 25px 50px 25px 50px;
}

.service .service-box h5 {
    color: #10263e;
    line-height: 30px;
    padding-bottom: 50px;
    font-size: 24px;
    font-weight: 700;

}

.service .service-box .fa-stack > .fa:nth-child(3) {
    transition: 0.3s ease-in-out all;
}
.service .service-box:hover .fa-stack > .fa:nth-child(3) {
    transform: rotateY(180deg);
}
.service .service-box:nth-child(2n) {
    background-color: #10263e;
}

.service .service-box:nth-child(2n) h5 {
    color: #eceff1;
}

.icon-background {
    color: #10263e;
}

.icon-border {
    color: #cfd8dc;
}

.icon-inner {
    font-size: 110px;
    padding-top: 10px;
    color: #10263e;
}

.service-box a {
    text-decoration: none;
    color: #10263e;
    font-size: 18px;
    font-weight: 500;
}
.service-box a .fa {
    transition: 0.3s ease-in-out all;
    padding-left:0px;
}
.service-box a:hover {
    text-decoration: none;
}
.service-box a:hover .fa {
    padding-left:5px;
}
.service .service-box:nth-child(even) a {
    text-decoration: none;
    color: #fff;
}

.service .fa-industry,
.fa-wrench,
.fa-cogs,
.fa-sitemap {
    color: #eceff1;
    font-size: 40px;
}
.t3-sl {
    padding-bottom: 0px;
    padding-top: 0px;
}
/* Home - Custom */
.section-custom {
    padding: 100px 0 100px 0;
}

.section-custom h2, .project h2, .client h2, .about h2 {
    color: #10263e;
    text-align: left;
}
.section-custom hr {
    border: none;
    height: 5px;
    color: #fdfe02;
    background-color: #fdfe02;
    max-width: 300px;
    margin-left: 0;
}

.section-custom button {
    background: #ffea00;
    border: none;
    color: black;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 500;

    border-radius: 0;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.12);
}

.section-custom button:hover {
    background: #10263e;
    color:#fff;
}

/* Home - Video */
.video {
    background-image: url("../images/bg-video.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: rgb(16, 38, 62);
    padding: 150px 0 150px 0;
    /*opacity: 0.149;*/
}

.video h2 {
    color: #fff;
    padding-bottom: 50px;
}
.video p {
   text-align: justify;
    line-height: 2;
}
.video span {
    color: #fff;
    line-height: 25px;
}

/* Home - Project */
.project hr {
    border: none;
    height: 5px;
    color: #fdfe02;
    background-color: #fdfe02;
    max-width: 456px;
    margin-left: 0;
}

.project {
    background: #eceff1;
    padding: 50px 0 50px 0;
}

.project span {
    line-height: 20px;
    font-weight: 500;
    font-size: 18px;
}

.project img {
    padding-bottom: 15px;
}

.project .img-box {
    padding: 30px 0 30px 0;
}

.project button {
    background: #ffea00;
    border: none;
    color: black;
    padding: 15px 30px 15px 30px;
    font-size: 15px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.12);
}

.project button:hover {
    background: #10263e;
    color:#fff;
}

/* Home - Client */
.client hr {
    border: none;
    height: 5px;
    color: #fdfe02;
    background-color: #fdfe02;
}

.client {
    background: #fff;
    padding: 80px 0 80px 0;
}
.client .uk-slidenav-position {
    margin: 60px 0;
}
img.uk-overlay-scale {
   max-width: 100%;
}
/* Home - About */
.about hr {
    border: none;
    height: 5px;
    color: #fdfe02;
    background-color: #fdfe02;
}

.about {
    background-image: url("../images/about.jpg");
    background-color: #eceff1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 120px 0 120px 0;
}

.about h4 {
    line-height: 25px;
    padding-bottom: 20px;
}

.about span {
    line-height: 25px;
}
/* Article */
/* Page Header*/
.t3-spotlight.t3-spotlight-1.row {
    margin-left: 0;
    margin-right: 0;
}
.t3-spotlight.t3-spotlight-1.row > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.t3-module.page-header {
    padding: 0;
}
.t3-content.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.custom.page-header {
    background-image: url("../images/header-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 135px;
    padding-bottom: 135px;
    margin-bottom: 0;
}
.page-header h1 {
    color: #fff;
    line-height: 1;
    text-align:center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.t3-module {
    margin-bottom: 0;
}
#Mod17 {
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
}
.module-ct > ol.breadcrumb {
    font-size: 12px;
    max-width: 1140px;
    margin:0 auto;
    padding: 20px 15px;
    line-height: 1;
}
#Mod17 .hasTooltip {
    display:none;
}
.t3-content, .t3-mainbody {
    padding-top: 0;
    padding-bottom: 0;
}
.automation > .container {
    padding: 100px 0;
}
.automation {
    background: #fff;
}
.automation hr {
    border: none;
    height: 5px;
    width: 20%;
    color: #fdfe02;
    background-color: #fdfe02;
}

.automation h2 {
    color: #10263e;
    text-align: center;
    font-weight: 500;
}

.automation .product-box {
    text-align: center;
    padding: 15px;
    min-height: 215px;
    background: #eceff1;
    vertical-align: middle;
    display: flex;
  	align-items:center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.automation .product-box h3 {
  width:100%
}
.automation .product-box {

}
.automation .product-box span {
}

.technical {
    background: #f9fbff;
    padding: 50px 0 50px 0;
}
.technical.estic-diagramme {
  background:#F0F2F2
}
.estec-images .uk-overlay-scale {
    width: 300px;
    height: 400px;
    object-fit: cover;
}
.estec-images .uk-grid {
    margin-left:0!important;
    max-width:700px;
    margin: 0 auto!important;
}
.estec-images .uk-grid>* {
    padding-left:0!important;
}
.uk-overlay-active .uk-active>.uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-hover:hover .uk-overlay-fade {
    opacity: 0.8!important;
}
.technical hr {
    border: none;
    height: 5px;
    width: 20%;
    color: #fdfe02;
    background-color: #fdfe02;
}

.classification {
    background: #fff;
    padding: 50px 0 50px 0;
}

.classification hr {
    border: none;
    height: 5px;
    width: 20%;
    color: #fdfe02;
    background-color: #fdfe02;
}

.classification h2 {
    color: #10263e;
    text-align: center;
}
/* Product */

.products .equipment-box {
    background-color:#fff;
    border: 2px solid grey;
    padding: 25px;
    margin: 0px;
}
.equipment-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}
.products .equipment-box table {
    width: 100%;
}
.products table ul  {
    list-style: disc;
    padding-left: 20px;
}
.products table td {
    border:0;
    padding: 4px;
}
/*"Boxes with icon hover*/
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #1A3867; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height: 334px}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color:#fff; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #1A3867; }
.box .space { height: 30px; }

/*"end boxes with icon hover*/

/*"horizontal tab menu*/

#exTab1 .tab-content {
    color : black;
    background-color: #f9fbff;
    padding : 5px 15px;
}

#exTab2 h3 {
    color : black;
    background-color: #f9fbff;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab3 .nav-pills {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#exTab3 .nav-pills > li {
    float: none;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
}
#exTab3 .nav-pills > li.active {
}
/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
    width: 100%;
    background: #eceff1;
    height: 100%;
    display: table;
    min-height: 118px;
    border: 1px solid #cfd8dc;
    border-bottom:0;
}

#exTab3 .nav-pills > li:first-child {
    padding-left: 0;
}
#exTab3 .nav-pills > li:last-child {
    padding-right: 0;
}
#exTab3 .nav-pills > li.active> a {
    background:#f9fbff;
    color:#000;
    margin-bottom: -2px;
}
#exTab3 .nav-pills > li > a b {
    display: table-cell;
    vertical-align: middle;
}
#exTab3 .tab-content {
    color : #000000; /*colour tulisan tab info*/
    background-color: #f9fbff; /*colour tab info*/
    padding : 20px 35px;
    border:1px solid #cfd8dc;
}
.technical p {
    font-size: 18px;
    margin-bottom: 30px;
}
.projects, .clients, .career, .about-page{
    padding:30px 0 30px;
}
.projects hr, .clients hr, .career hr, .about-page hr {
    border: none;
    height: 5px;
    width: 100px;
    color: #fdfe02;
    background-color: #fdfe02;
}

.projects h2, .clients h2, .career h2, .about-page h2 {
    color: #10263e;
    text-align: center;
    font-weight: 600;
}
.projects > .container > .row {
    margin-top: 80px;
}
.about-page > .container > .row {
    margin-bottom: 80px
}
.projects > .container > .row .col-sm-3 {
    margin-bottom: 30px;
}
.career .bs-example {
    margin-top: 80px;
}
.panel-default > .panel-heading {
    padding:0;
}
.career .bs-example .panel-title {
    font-size: 18px;
    font-weight: 800;
}
.career .bs-example .panel-title a {
    font-size: 18px;
    padding: 15px 15px;
    display: block;
}
.career .bs-example .panel-title .fa {
    float: right;
}
.career .panel-body ul {
    margin-bottom: 30px;
}
.career .panel-body p {
    font-weight: 600;
}
.projects img {
    margin-bottom: 15px;
}
.projects p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
/*Footer*/
.t3-copyright {
    border: 0;
    padding: 0;
}
footer.t3-footer {
    background: #263238;
    padding: 50px 0 50px 0;
}

footer hr {
    border: none;
    height: 1px;
    color: #78909c;
    background-color: #78909c;
}

footer span {
    color: #78909c;
    font-size: 14px;
}

.footer-menu {
    position: relative;
    margin: 1em;
    overflow: hidden;
    color:#fff;
}

.footer-menu ul {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}

.footer-menu li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #ccc;
    font-size: 14px;
    padding: 0 35px;
}

footer a {
    color:#fff;
}
footer a:hover {
    text-decoration: none;
    color:#78909c;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font: inherit;
    vertical-align: baseline
}



a {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

/*List Group Menu*/
<style type="text/css">
    .bs-example{
    	margin: 20px;
    }
</style>
/*end List Group Menu*/

/*slider image*/
.team-sec{float: left;width: 100%;}
.team .photo {width: 250px; height: 250px; display: inline-block; overflow: hidden; position: relative; }
.photo-shadow {position: absolute; z-index: -1; top: 12px; left: 16px; bottom: -10px; border: 1px solid #E3E3E3; height: 250px; width: 246px; background: #fff; }
.col-item{position: relative;}
.team{margin-top: 60px;}
.team .photo img{width: 100%;    vertical-align: middle;position: relative;}
.social-connect{margin-top: 13px;}
.info{margin-top: 22px;}
.info .name{font-size: 18px;font-weight: 600;margin-bottom: 2px;}
.info .degination{font-size: 16px;font-weight: 300;font-style: italic;color: #8B8B8B;}
.social-connect a{ display: inline-block; border: 1px solid #E3E3E3; font-size: 14px; color: #919191; width: 24px; height: 24px; text-align: center; line-height: 24px;margin-right: 4px;}
.social-connect a .fa{margin: 0;}
.social-connect a:hover{background-color: #4EBEE9;color: #fff;} .carousel-line{    border: 1px solid #ddd; height: 320px; position: absolute; bottom: -90px; width: 110%; left: -5.5%;}
.carousel-line > .controls{position: absolute; bottom: -16px; left: 50%; margin-left: -50px; background: #fff; padding: 0px 20px; color: #000;}
.carousel-line > .controls > a{    color: #868686; font-size: 24px; font-weight: 300;}

/* Page Builder Fix */
.com_rspagebuilder .t3-mainbody > .row {
    margin-left: 0;
    margin-right: 0;
}
.rspbld-page .no-title h2.rspbld-title {
    display:none;
}
.rspbld-progress-circles  {
    font-size: 0;
}
.rspbld-progress-circles .progress-circle {
    width: 33.3333%;
    margin:0 0 30px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.rspbld-page .rspbld-progress-circles .item-wrapper {
    margin: 0 auto;
}
.rspbld-page .rspbld-progress-circles .item-wrapper > span {
    width: 166px;
    height: 166px;
}
.rspbld-page .row > .col-md-12.container {
    float:none;
    margin: 0 auto;
    display:block;
}
.rspbld-page .row > .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.rspbld-page section > .row {
    margin-right: 0;
}
@media (min-width:768px) {
    .off-canvas-toggle {
        display: none
    }
}
/*about us article picure*/
 #example1 {
     background-image:url("../images/pexels-photo.jpg");
     background-repeat: no-repeat;
     padding: 80px 0;
     color:#fff;
     background-size: cover;
 }
#example1 h2 {
    color:#fff;
}
#example1 p {
    margin-bottom: 30px;
}
.google-map {
    width: 100%;
    height: 311px;
    display: block;
    margin-top: 30px;
}
.formRequired {
    display:none;
}
.contact-page h2 {
    font-family: 'Roboto';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
 width: 100%;
    background:#eceff1!important;
    border-color: #cfd8dc!important;
    border-radius: 0!important;
    box-shadow: none;
}
.control-label {
    text-align:left!important;
    padding-top: 0!important;
}
.contact-page p {
    margin-bottom: 0;
}
.contact-page .btn-primary {
    background:#000;
    border-radius: 0;
    padding: 12px 30px;
    line-height: 1;
    border:0;
}
.contact-page p:nth-child(odd) {
    margin-bottom: 30px;
}
@media (max-width:991px) {
    body {
        font-size: 14px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
    .products .col-sm-6 {
        margin-bottom: 30px;
    }
    .automation .product-box {
        width: 100%;
    }
    #exTab3 .nav-pills > li > a {
        font-size: 12px;
    }
    .equipment-box h4 {
        margin-bottom: 25px;
    }
    .products .equipment-box {
        padding: 10px;
    }
    .products .equipment-box table {
        font-size: 12px;
    }
}
@media (max-width:767px) {
    .navbar.contact li {
        text-align: center;
        width: 33.3333%;
        float: left;
    }
    .navbar.contact li a {
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .container > .navbar-header {
        position: relative;
    }
    .navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
    }
    .automation > .container {
        padding: 30px 0;
    }
    .automation .product-box {
        min-height: 0;
    }
    #exTab3 .nav-pills > li > a {
        padding: 5px;
    }
    .projects img {
        margin: 0 auto;
    }
    .google-map {
        height: 310px!important;
    }
    #example1 {
        padding:40px 0;
    }
}
