/*
Theme Name: Firstcom Solutions
Author: Firstcom Solutions
Author URI: http://firstcom.com.sg/
Version: 1.0
*/
* {
  outline: none !important;
}
a:hover, a:focus{
  text-decoration: none;
}

body {
  background-color: #eaeaea;
  font-family: LatoWebMedium;
  font-size: 14px;
}
@font-face {
  font-family: Lato;
  src: url(/fonts/Lato/fonts/Lato-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Lato;
  src: url(/fonts/Lato/fonts/Lato-Regular.ttf);
}

/*Addational Custom CSS*/
.list-table {
  display: table;
  width: 100%;
}
.list-table > li {
  /*display: table-cell;*/
}

textarea {
  resize: none;
}

input {

}

/*Header*/
header {
  position: relative;
}
.header-bar{
  position: fixed;
  /*height: 100px;*/
  padding-top: 15px;
  /*padding: 15px 0px;*/
  /*border-bottom: 1px solid #333;*/
  /*margin-bottom: 15px;*/
  background-color: white;
  border-top: 10px solid #304a7b;
  z-index: 20;
  width: 100%;
  border-bottom: solid 1px grey;
}
.mob_show{
display:none;
}

/* Footer * Copyright */
footer {
  background-color: #d0d0d0;
  padding: 20px 0;
}
.product-post-img{max-height:200px}
.copyright {
  /*text-align: center;*/
  font-size: 12px;
}
#logo img{
  margin-bottom: 10px;
  -webkit-transition-property: height,width,top,left,opacity;
  transition-property: height,width,top,left,opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

.contact iframe {
  width: 100%;
  height: 300px;
  line-height: 0;
}
.wpcf7-response-output{
float:left;
}
.full-width{
  width: 100%;
}
.boxes{
  padding-bottom: 50px;
}
.arrow_box {
  font-weight:bold;
  text-align: center;
  position: relative;
  background: white;
  color: #0b3e6f;
  padding: 15px;
  text-transform: uppercase;
  /*border: 4px solid #c2e1f5;*/
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  /*border-color: rgba(136, 183, 213, 0);*/
  border-top-color: white;
  border-width: 15px;
  margin-left: -15px;
}
.arrow_box:before {
  /*border-color: rgba(194, 225, 245, 0);*/
  /*border-top-color: #c2e1f5;*/
  border-width: 18px;
  margin-left: -18px;
}
.news_update{
  font-weight:bold;
  background-color: white;
  text-align: center;
  color: #0b3e6f;
  padding: 15px;
  border-bottom: solid 1px;
}
.home-content{
  padding-top: 50px;
}
.home-video{
  position: relative;
}
.hoverimg{
  position: relative;
  background-color: #0a0a0a;
 
  cursor: pointer;
}
.icon{
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right{
  float: right;
text-align:right;
}
.myvideo{
  opacity: 0.5;
}
.row_flex {
  display: flex; /* equal height of the children */
}

.col {
  /*flex: 1; !* additionally, equal width *!*/
  /*padding: 1em;*/
  /*border: solid;*/
}
.banner{
  max-height: 300px;
  width: 100%;
}
.title{
  margin-bottom: 30px;
  font-size: 24px;
  color: #0b3e6f;
  text-align: center;
  height: 40px;
  text-transform: uppercase;
  position: relative;
}
.title::after{
  content: "";
  position: absolute;
  width: 60px;
  background-color: #0b3e6f;
  bottom: 0;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
.list-table {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
.list-table > li {
  display: table-cell;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.list-table > li a{
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  color: #376ea7 ;
  text-transform: uppercase;
}
.list-table > li a:hover{
  text-decoration: none;
}

.header_nav .active-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0b3e6f;
  width: 50%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}
.home_slide{
  cursor: pointer;
}
/*.header_nav li:hover::after{*/
  /*content: "";*/
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*background-color: #0b3e6f;*/
  /*width: 50%;*/
  /*height: 5px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
/*}*/

.value-img{
  /*height: 100px;*/
  background-repeat: no-repeat;
  background-size: contain;
}



.expand-div {
  background: url(img/collapse.png) center center no-repeat;
  width: 25px;
  height: 25px;
  float: right;
  /*position: absolute;*/
  /*top: 28px;*/
  right: 90px;
  cursor: pointer;
}
.slide{
  margin-top: 20px;
}
.item{
  height: 300px;
  text-align: center;
  margin:0;
}
.slick-active .slick-item{
  padding: 20px 0;
  font-size: 12px;
}
.slick-item{
  padding: 50px 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  -webkit-box-shadow: -2px 2px 23px -2px rgba(0,0,0,0.53);
  -moz-box-shadow: -2px 2px 23px -2px rgba(0,0,0,0.53);
  box-shadow: -2px 2px 23px -2px rgba(0,0,0,0.53);
}
.slick-item .in-item{
  /*border: solid black 1px;*/
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.slick-center .slick-item{
  padding: 0 !important;
  width: 120%;
  margin-left: -10%;
  z-index: 100;
  position: relative;
  height: 100%;
  font-size: 14px;
  /*margin-top: -20px;*/
}
.slick-item .slick-title{
  margin-top: 10px;
}

.home-content .slick-prev:before{
  content: url('img/prev.png');
}
.home-content .slick-next:before {
  content: url('img/next.png');
}
.slick-next{
  top:45%;
  right: 50px;
}
.slick-prev{
  top:45%;
  left: 20px;
}
.w3-content .cat-slick .slick-next{
right:-25px;
}
.w3-content .cat-slick .slick-next:before, .w3-content .cat-slick .slick-prev:before{
color: #0b3e6f;
}
.w3-content .cat-slick .slick-prev{
left:-25px;
}
.slick-img-box{
  width: 100%;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.slick-img{
  max-height: 100%;
}
.home-services{
  background-repeat: no-repeat;
  height: 100%;
  min-height: 300px;
  background-size: 100% 100%;
}
.view_more{
  border: solid 1px white;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  text-align: center;
  color: white;
}
.video_description{
  background-color: white;
  border: solid 1px lightgrey;
  padding: 15px;
}
.news_update_title li{
  width: 50%;
}
.news_update_title li a{
  padding: 7px 15px;
  text-transform: capitalize;
}
.news_update_content{
  background-color: white;
  margin-top: -20px;
  /*margin-bottom: 20px;*/
  padding-bottom: 10px;
}
.news_update_title .arrow_box{
  background-color: #f6f6f6;
  border: solid 1px lightgrey;
  padding: 0;
}
.news_update_title .active{
  background-color: #304a7b;
  border: solid 1px #304a7b;
}
.news_update_title .active a{
  color: white !important;
  background-color: #304a7b !important;
  border: 0 !important;
}
.news_update_title .active:after{
  border-top-color: #304a7b !important;
  border-width: 15px !important;

}
.news_update_title .arrow_box:after{
  border-width:0;
}
.carousel-indicators{
bottom:-10px !important;
}
.carousel-indicators li{
  border: solid lightgrey 1px;
  width: 15px;
  height: 15px;
}
.carousel-indicators .active:after{
  background-color: lightgrey;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: 3px;
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
}
.carousel-indicators .active{
  width: 16px;
  height: 16px;
}
.inline{
  flex:1;
}
.date-day{
  font-size: 48px;
  color: #304a7b;
  font-family: LatoWebLight;
}
.update_flex{padding: 0 20%;}
.item_news{
  padding: 20px;
  padding-top: 35px;
  text-align: left;
  float: left;
  position: relative;
}

.category-box{
  border: solid 1px lightgrey;
  background-color: #f6f6f6;
  margin-bottom: 10px;
}
.category-box img{
  width: 100%;
  height: 300px;
}
.category-name{
  color: #304a7b;
  font-size: 18px;
  padding: 5px;
}
.date-my{
  padding-top: 10px;
}
.date-my div{
  font-style: italic;
  /*line-height: 20px;*/
}
.news_title{
  padding-top: 10px;
  text-align: left;
  color: #304a7b;
  font-size: 18px;
}
.category-view{
  color: #29ad48;
  padding: 5px;
}
.category-box-in{
  padding: 10px 15px;
}
.sub-nav{
  border: solid 1px lightgrey;
}
.sub_title{
  background-color: #f6f6f6;
  border-bottom: solid 1px lightgrey;
  padding:10px 15px;
  text-transform: uppercase;
  color:  #0b3e6f;
  font-size: 18px;
}
.jobs{
  margin-top: 50px;
}
.jobs-title{
  text-transform: uppercase;
  color:#0b3e6f;
  margin-bottom: 15px;
  font-weight: bold;
  /*padding:0px 15px;*/
  font-size: 18px;
}
.job {
  color: #376ea7;
}
.pro_cats a, .sub-cats a{
  color:#376ea7;
}
.map_title{
  color: #0b3e6f;
  font-size: 16px;
  font-weight: 600;
}
.product .post-box{
align-items: initial;
}
.post-box{
  border: solid 1px lightgrey;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-header{
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight:bold;
}
.slider-product-item{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.slider-product-item img{
  max-height: 100%;
max-width:100%;
width:auto;
}
.slider-nav-box{
    margin-left: 20px;
    margin-right: 20px;
}
.slider-nav-img{
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 50px !important;*/
}
.slider-nav-img img{
  width: 100%;
}
.slider-for{
  margin: 0;
}
.slider-for-img{
  /*opacity: 1 !important;*/
  /*height: 100% !important;*/
  /*width: auto;*/
max-height:200px
}
.navigation.pagination{
  width: 100%;
  text-align: center;
}
.loading{
  position: absolute;
  z-index: -1;
}
.side-bar-inner{
  padding: 15px;
  background-color: white;
}
.side-bar-inner a:hover{
  color: #2aac48;
}

.sub-cats + li{
  /*display: none;*/
}
.active_sub + li{
  display: block !important;
}
.news_update_title li a{
  color: grey;
}
.mix{
  display: none;
}
.screen-reader-text{
  display: none;
}
/*.news_update_title .active:after {*/
/*!*border-color: rgba(136, 183, 213, 0);*!*/
/*border-color: #304a7b;*/
/*border-width: 15px;*/
/*margin-left: -15px;*/
/*}*/
/*.news_update_title .active:before {*/
/*!*border-color: rgba(194, 225, 245, 0);*!*/
/*border-color: #304a7b;*/
/*border-width: 18px;*/
/*margin-left: -18px;*/
/*}*/
.wrap{
  background-image: url('img/bg.jpg');
  padding-top: 50px;
}
.post-item{
  width:35%;

}
.post-item.first-item{
width:25%;
}
.post-item img{
  max-height:18px;
}
.sub-title{
  padding-top: 30px;
  text-transform: uppercase;
  color: #366fa6;
  margin-bottom: 15px;
  font-weight: bold;
}
.sub-form-title{
  text-transform: uppercase;
  color: #366fa6;
  font-weight: bold;
}
.green_button{
  margin: 15px 0;
  background-color: #2aac48;
  padding:10px 30px;
  color: white;
  border: 0;
}
.product-detail{
  padding-bottom: 50px;
}
.download-table th{
  border: solid 1px lightgrey;
  background-color: #f6f6f6;
  padding: 5px;
  color: #376ea7;
  text-transform: uppercase;
}
.download-table{
  border: solid 1px lightgrey;
}
.download-table th{
  padding-left:15px;
}
.download-table td{
  border-right:solid 1px lightgrey;
  border-top:solid 1px lightgrey;
  padding: 5px;
  padding-left:15px;
}
.download-table .list-name{
  width: 20%;
}
.download-table .list-description{
  width: 60%;
}
.download-table .list-download{
  width: 20%;
  text-align: center;
}
.download-table td p{
  margin:0;
}
.contact-map iframe{
  width: 100%;
}
.location .expand-div{
  position: relative;
  right: 0;
  margin-top: 10px;
}
.location{
  border-bottom:solid 1px grey;
}
.form-box{
  height: 46px;
  border: solid 1px lightgrey;
  display: flex;
  margin: 10px;
  padding: 10px;
  background-color: white;
  color: #2aac48;
}
.form-box2{
  border: solid 1px lightgrey;
  display: flex;
  margin: 10px;
  padding: 10px;
  background-color: white;
  color: #2aac48;
}
.form-box2 textarea{
  border:0;
width:100%;
color:grey;
}
.career_form .form-box{
  color: #0a0a0a;
  border-color:#0a0a0a ;
}
.career_table th{
  padding: 10px 0;
}
.form-box input{
  border: 0;
  width: 100%;
  margin-bottom: 15px;
color:grey;
}
.form-box .wpcf7-form-control-wrap{
  width: 100%;
}
.form-box textarea{width: 100%;border: 0}
#contact-select{
  /*width: 100%;*/
  margin: 0 10px;
  color:#2aac48;
}
#contact-select select{
  width: 100%;

}
.submit-btn{
  float: right;
}
.form-col{
  padding: 0 10px;
margin-bottom:10px;
}

.z-pad{
  padding: 0;
  margin: 0;
}
.box{
  /* border: solid 1px lightgrey; */
  display: flex;
  margin: 10px;
  padding: 10px;
  background-color: white;
  /* color: #74c383; */
}
.video-img{
  /*background-color: #0a0a0a;*/
margin:0 1px;
}
.green{
  color:#2aac48;
}
.grey{
  color: grey;
}

.holder {
  margin:15px 0;
  text-align: center;
}
.holder a {
  font-size:12px;
  cursor:pointer;
  margin:0 5px;
  color:#333;
}
.holder a:hover {
  background-color:#222;
  color:#fff;
}
.holder a.jp-previous {
  margin-right:15px;
}
.holder a.jp-next {
  margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
  color:#2aac48;
  font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
  color:#bbb;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
  cursor:default;
  background:none;
}
.holder span {
  margin: 0 5px;
}
.our_value{
  color: white;
  padding: 20px 30px;
  font-size: 20px;
}
.value_content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
}
.cert-item{flex: 1;text-align: center}
.cert-item img{
  height: 80px;
}
.category-all a{
  color: #2aac48;
  font-size: 16px;
}
.button_contact{
  color: #2aac48;
  margin-bottom: 30px;
}
.services_title{
  color: #376ea7;
}
.service_column{
  width:50%;}
.service_column ul{
  padding: 0 20px;

}
.contact_tab_column{
  text-align: center;
  position: relative;
  height: 50px;
  background-color: #f6f6f6;
  border: solid 1px lightgrey;
}
.contact{
  float: left;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  padding: 0;
}
.contact li a{
  border: 0;
  color: grey;
  padding: 0 15px;
}

.contact li{
  list-style: none;
  float: left;
  padding: 15px 0;
}
.contact .active a{
  color: #0b3e6f;
}
.cat a{
  color:  #376ea7;
  font-size: 16px;
}
.cat{
  padding: 5px;
}
.sub-cats a{
  color: #0a0a0a;
}
.pro_cats ul li{
  padding: 5px 10px;
}
.sub-cats{
  padding: 5px;
}
#cats_title{
  padding: 5px;
  font-size: 16px;
}
.cat-item{
  color:  #376ea7;
  font-size: 18px;
  padding-right: 15px;
}
.category-all{
  color:#376ea7;
  padding: 5px;
}
.pro_cats ul li{
  list-style: none;
}
.footer_nav .list-table > li{
  padding: 10px 0;
}
.footer_nav .list-table > li a{
  font-size:12px;
  color: dimgrey;
}
.footer_nav .menu-item{
  text-align:left;
}
.location_title{
  font-size: 18px;
  color: #2f4a7b;
}
.location_title_column{
  padding: 10px;
  margin-left: 20px;
}
.job{
  position: relative;
}
.navbar-toggle .icon-bar{
  background-color: #0a0a0a;
}
.foot_logo img{
  height: 26px;
  margin-top:10px;
}
.about_us_content .content p{
  padding: 0;
  margin: 0;
}
.about_us_content .sub-title{
  margin-top: 30px;
}
.services{
  padding-bottom: 50px;
}
.download-link{
  color: #2aac48;
  text-decoration: underline;
}
.services_row{
  padding-top: 30px;
}
.contact_info_img{
  width: 100%;
  height: 300px;
}
.category_form{
  margin: 0 -10px;
}
.category_image{
  width:100%;
  height:300px;
}
#search::-webkit-input-placeholder:before{
  color: blue;
  content: '';
}
.contact-texbox::-webkit-input-placeholder:before{
  color: #da251c;
  content:"*  ";
  position: relative;
}
textarea.contact-texbox ::-webkit-input-placeholder:before{
  color: #da251c;
  content:"*  ";
  position: relative;
}
::-webkit-input-placeholder {
  color:  #5caf61;
  position: relative;
}
:-moz-placeholder {
  color: #5caf61;
}
::-moz-placeholder {
  color: #5caf61;
}
:-ms-input-placeholder {
  color: #5caf61;
}
input[type="text"].contact-texbox {
  height: 46px;
  padding: 0px;
  box-shadow: none;
  border: solid 1px lightgrey;
  padding-left: 17px;
  color: #959595;
  font-size: 15px;
  /*margin: 5px 10px;*/
  width: 100%;
}
input[type="tel"].contact-texbox {
    height: 46px;
    padding: 0px;
    box-shadow: none;
    border: solid 1px lightgrey;
    padding-left: 17px;
    color: #959595;
    font-size: 15px;
    /* margin: 5px 10px; */
    width: 100%;
}
input[type="number"].contact-texbox {
    height: 46px;
    padding: 0px;
    box-shadow: none;
    border: solid 1px lightgrey;
    padding-left: 17px;
    color: #959595;
    font-size: 15px;
    /* margin: 5px 10px; */
    width: 100%;
}
input[type="date"].contact-texbox {
  /*height: 46px;*/
  padding: 0px;
  box-shadow: none;

  padding-left: 17px;
  color: #959595;
  font-size: 15px;
  /*margin: 5px 10px;*/
  width: 100%;
}
input[type="text"].contact-texbox2 {
  height: 46px;
  margin: 0px;
  border: solid 1px lightgrey;
  padding: 0px;
  box-shadow: none;
  padding-left: 15px;
  color: #959595;
  font-size: 15px;
}
.motor-connection-hide {
    display: none;
}
.Gearbox-Mounting-2-hide{
  display: none;
}
textarea.contact-texbox {
  height: 100px;
  padding: 0px;
  box-shadow: none;
  border: solid 1px lightgrey;
  padding-left: 17px;
  color: grey;
  font-size: 15px;
  /*margin: 5px 10px;*/
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #2aac48;
}

select.category-select {
  height: 46px;
  border:solid 1px lightgrey;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  padding-left: 15px;
  font-size: 15px;
}
option {
  color: #959595;
}
.mar{
  margin-top: 10px !important;
}
.box_holder{
  position: absolute;
}
.under_construction{
  pointer-events: none;
}
@media screen and (max-width: 990px) {
  .row_flex {
    display: block;
  }
.post-box{
display:block}
}
@media screen and (max-width: 768px) {
.mob_show{display:block}
.desk_show{display:none}
select.category-select{
  width: 100%;
margin-bottom:10px
}
#contact-select{
margin:10;
}
.mobile_mar_bottom{
margin-bottom:20px !important;
}


}
@media screen and (max-width: 767px) {
  .list-table li{
    display: table;
    padding: 10px 0;
  }
  .banner{
    min-height: 100px;
  }
 .download-table th{
    padding: 5px 0;
padding-left:5px;
    font-size: 10px;
}

  .expand-div {
    z-index: 10;
    width: 25px;
    height: 25px;
    float: right;
    position: relative;
    top: -35px;
     right: 0;
    cursor: pointer;
  }
  .category-box img{
    height: auto;
  }
  .service_column{
    width: 100%;
  }
  .download-table .list-name{
    width: 30%;
  }
  .download-table .list-description{
    width: 50%;
  }
  .download-table .list-download{
    width: 20%;
    text-align: center;
  }
  .contact_info_img{
    height: auto;
  }
.services_row{padding-top:0}
.post-item.first-item{
width:35%;
}
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */