/*
Theme Name: Firstcom Solutions
Author: Firstcom Solutions
Author URI: http://firstcom.com.sg/
Version: 1.0
*/
* {
  outline: none !important;
}

body {
  background-color: #DDD;
  font-family: 'Raleway', sans-serif !important;
}

@font-face {
    font-family: Gotham-Narrow;
    src: url(fonts/GothamNarrow-Book.otf);
}

/*Additional Custom CSS*/
.solution-images-holder{
    padding: 3em 15px;
}
.no-padding{
   padding: 0px;
}
.solution-image{
    width: 100%;
    height: 16em;
    object-fit: cover;
    object-position: top;
}
.list-table {
  display: table;
  width: 100%;
}
.list-table > li {
  display: table-cell;
}
.inner-title2 a:focus{
color: #fdd382 !important;
}
textarea {
  resize: none;
}

input {
  margin-bottom: 15px;
}
a:hover, a:focus
{
  text-decoration: none !important;
}
.lh25 {
  line-height: 25px;
}
.lh35 {
  line-height: 35px;
}
.allcaps {
  text-transform: uppercase;
}
.fs14 {
  font-size: 14px !important;
}
.color-pitch {
  color: #FDD382;
}
.color-white {
  color:#fff;
}
.dflex {
  display: flex;
}
/*Accordion*/
/*.tab-content,.gmap-wrapper{
  display: none;
}
.tab-content0,.gmap-wrapper0{
  display: block;
}*/
/*Header*/
header {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
ul.menu.list-table li a {
    color: #ffffff;
  padding: 0px 20px;
}
ul.menu.list-table {
    background: rgba(0,0,8,0.4);
    padding: 10px;
    border-radius: 10px;
  display: inline;
  font-family: Gotham-Narrow;
}
a.solo-icon {
    background: rgba(0,0,8,0.4);
    padding: 10px;
    margin-right: 5px;
    border-radius: 10px;
}
.collapse.navbar-collapse.navbar-right.navbar-main-collapse
{
  padding-top: 50px;
  width: 70%;
    text-align: right;
}
.navbar-header.page-scroll {
    width: 30%;
}
.navbar-toggle{
  background: rgba(0,0,8,0.4);
}

/* Home */
.slider {
    position: fixed;
}
.overslider {
    position: relative;
}
.bgresize {
  height: 454px;
}
.navbar {
    position: absolute;
    /* z-index: 99999; */
    z-index: 100;
}
.container-fluid.home-about {
    background-color: #5f5f5f;
  margin-top: 44%;
}
.container-fluid.home-services {
    background-color: #414141;
}
h1.home-title {
    color: #e3e3e3;
}
div.rm-buttom {
    background-color: #fdd382;
    padding: 12px;
  text-align: center;
  text-align: center;
    border-radius: 0px;
}
div.rm-buttom a {
    color: #121212;
  font-size: 13.5px;
}
.home-about .left p {
  color: #e3e3e3;
  font-size: 15px;
  margin: 40px 0px;
}
.home-services .right li
{
  color: #e3e3e3;
}
.home-services .right ul, .searches
{
  margin: 40px 0px;
  padding-left: 15px;
  line-height: 40px;
  list-style-image: url(/wp-content/uploads/2016/07/icon06.png);
}
.searches a {
  color: #ffffff;
  font-size: 15px;
}
.title-underline {
    border-bottom: solid #fdd382 5px;
    width: 20px;
    margin-bottom: 30px;
}
.rm-bottom {
    margin: 150px 0px;
    border: 4px solid #f0d9ad;
    padding: 70px 70px;
}
.rm-bottom a {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
}
.fsize33{
  font-size: 33px;
}
ul.home-image, ul.sol-image {
    list-style: none;
  padding: 0px;
}
ul.home-image li, ul.sol-image li {
    position: relative;
    display: inline-block;
}
.home-tab.active, .sol-tab.activetab {
    background: #fdd382;
}
h1.home-solutions {
  color: #060606;
    font-size: 32px;
  margin-top: 80px;
}
.home-tab-outside {
      padding: 20px 0px;
}
.home-tab, .sol-tab {
    border: 1px solid #fdd382;
    padding: 10px;
  margin-right: 5px;
    float: left;
    color: #121212;
    /*width: 10%;*/
}
.left {
    padding: 50px 0px;
}
.right {
    padding: 50px 0px;
}
ul.home-image li a{
    color: #121212;
    font-size: 13.5px;
    font-weight: 300;
}
div.sol-image div a {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 300;
}
.sol-tab.activetab a {
  color: #000000;
}

/* Footer * Copyright */
footer {
  background-color: #171313;
  padding: 0px;
}

.col-md-7.copyright {
  text-align: right;
  color: #5a5a5a;
}
.footer {
    padding: 10px 0px;
  font-size: 13.5px;
  
}
.fc-img {
  padding: 10px;
}
.fc-left {
    float: left;
    padding: 0px 10px;
}
.fc-right {
    float: right;
    padding: 0px 10px;
}
.col-md-5.contact {
  text-align: center;
  color: #fdd382;
  background-color: #323232;
}
.col-md-5.contact span a{
  text-align: center;
  color: #fdd382;
  background-color: #323232;
}
.contact iframe {
  width: 100%;
  height: 300px;
  line-height: 0;
}

/* inner page */
.space180 {
  height: 180px; 
  width:100%;
}
.space20 {
  height: 20px; 
  width:100%;
}
.subinner-border {
  border-bottom: 1px solid rgba(0,0,0,0.8);
  margin-top: 5px;
    margin-bottom: 20px;
    border-top: 0;
}
.subinner-title {
  color: #fdd382;
}
.mission-bg {
    background: no-repeat url('/wp-content/uploads/2016/07/icon01-2.png');
    padding-left: 50px;
}
.inner-title {
  font-size: 40px;
  text-transform: uppercase;
  padding-top: 50px;
    padding-left: 60px;
    z-index: 1;
}
.inner-title2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 50px;
    padding-left: 60px;
}
.inner-right {
  padding-top: 50px;
}
.inner-content {
  padding: 70px 50px 50px 0px;
}
.end-title {
  color: #fdd382;
  
}
.sub-tab-title {
    text-transform: uppercase;
    font-size: 23px;
  padding-top: 20px;
    padding-bottom: 20px;
}
.inner-bg {
    background-color: rgba(0,0,0,0.3);
  color: #ffffff;
    font-size: 15px;
}
.left-line {
    border-left: 1px solid #fdd382;
}
section
{
  background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
/* solution */
ul.sol-image div {
    list-style: none;
}
.cs-link {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: underline;
}
.cs-link:hover {
    font-size: 16px;
    font-weight: 300;
    color: #fdd382;
    text-decoration: underline;
}


/* contact us */
.contact-field input, .contact-field textarea {
    border: #fdd382 solid 1px;
    background-color: transparent;
      width: 100%;
}
.contact-bottom {
    padding-top: 50px;
}
.contact-form {
    vertical-align: top;
   width: 30%;
}
td.contact-field {
    width: 70%;
}
.contact-left {
    color: #fdd382;
    vertical-align: top;
    padding-right: 20px;
}
.submitnow-btn
{
  color: #404040;
    background: #fdd382 !important;
    margin: 20px 0px;
  padding: 2px 10px;
  border: 0;
}
.tab-address {
    background-color: transparent;
    border: none;
}
.my-ul
{
    list-style:none;
    padding:0px;
    padding-left: 60px;
    margin-top:2em;
}
.my-ul li
{
    margin-bottom:1em;
}
.my-ul li a
{
    color:#fff;
    font-size:16px;
}

.contact-form-wrapper {
  /*padding-left: 5.5em;*/
  padding-top: 2em;
}
.gmap-wrapper {
  padding-left: 5em;
}

/* join us */
input[type="button" i]{
  color: #404040;
    background: #fdd382 !important;
  padding: 2px 10px;
  border: 0;
}

/* pdf download */
ul.pdf-li li {
    float: left;
    padding: 20px;
    text-align: center;
  list-style: none;
}
.external_pdf {
    width: 160px;
    height: 160px;
  margin:25px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
}
.pdf_image{
  margin: -50px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.pdf-li p {
    padding-top: 20px;
}
.pdf_overlay {
    display: block;
    background: #222;
    padding: 0;
    width: 238px;
    height: 238px;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.pdf_overlay img {
    padding-top: 30%;
  padding-left: 15%;
}
a.pdf_link:hover span.pdf_overlay {
    opacity: 0.9;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.logo img {width: 100%;}
i.prev {color: #fff; font-size: 2em; position: absolute; top: 50%; left: -3em; cursor: pointer;}
i.next {color: #fff; font-size: 2em; position: absolute; top: 50%; right: -3em; cursor: pointer;}
i.prev2 {color: #fff; font-size: 2em; position: absolute; top: 50%; left: -0.5em; cursor: pointer;}
i.next2 {color: #fff; font-size: 2em; position: absolute; top: 50%; right: -0.5em; cursor: pointer;}
.popup-form {width: 70%; margin: 0 auto; position: relative; text-align: center; padding: 4em 5em;}
.popup-form img {/*width: 100%; height: 35em; object-fit: cover;*/ margin: 0 auto;}
.slick-slide.img-holder {}
.mfp-close {font-weight: bold; font-size: 3em; z-index: 9999999999!important; color: #fff!important;}
.mfp-close:active {top: 0;}
.mfp-close:hover {opacity: 0.5;}
.file-name{
  color: white;
  margin: 1em 0em;
}



@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-toggle {margin-top: 46px;}
  .logo img {width: 15em; object-fit: cover; height: 4em;}
  i.next {right: 0;}
  i.prev {left: 0;}
  .popup-form {width: 100%;padding: 4em 0;}
  
}

@media only screen and (max-width: 1230px){
  .bgresize {
    height: 554px;
  }
}
@media only screen and  (max-width: 991px){
  .tab-content-wrapper {
    margin-top: 2em;
    padding-left: 5.5em;
  }
}
@media only screen and (max-device-width: 768px){
  .right, .left {
    padding: 20px 20px;
  }
  .home-tab, .sol-tab {
    width: 16%;
  }
  /* solution */
  ul.menu.list-table li a {
    padding: 0px 10px;
  }
}
@media only screen and (max-device-width: 480px){
  .rm-bottom {
    margin: 60px 0px;
    padding: 10px;
  }
  .rm-bottom a {
    font-size: 10px;
  }
  .inner-content
  {
    padding-right: 15px;
    padding-left: 15px;
  }
  /*main menu*/
  .collapse.navbar-collapse.navbar-right.navbar-main-collapse {
    padding: 0px;
    width: 100%;
    text-align: right;
    margin: 0px;
    font-size: 20px;
  }
  ul.menu.list-table {
    background: rgba(0,0,8,0.4);
    padding: 10px 0px;
    border-radius: 0px;
    display: block;
    list-style: none;
  }
  .list-table > li {
    line-height: 35px;
    display: block;
  }
  a.solo-icon {
    display: none;
  }
  /* home */
  .left {
    padding: 50px 10px;
  }
  .right {
    padding: 50px 10px;
  }
  .home-tab {
    width: 25%;
  }
  ul.home-image.tab-pane li {
    width: 50%;
  }
  /* footer */
  .col-md-8.copyright {
    text-align: center;
  }
  /* inner page */
  section
  {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .inner-title {  
    padding-top: 20px;
    padding-left: 20px;
  }
  .inner-content {
    padding: 10px 15px;
  }
  /* join us */
  .left-line {
    border-left: none;
  }
  /* solution */
  .sol-tab {
    width: 30%;
  }
  .inner-title2 {
    padding-top: 20px;
    padding-left: 20px;
  }

  /*Contact page*/
  .tab-content-wrapper {
    margin-top: 2em;
    padding-left: 2em;
  }
  .contact-form-wrapper {
    padding-left: 2em;
    padding-right: 3em;
    padding-top: 2em;
  }
  .gmap-wrapper {
    padding-left: 2em;
  }
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */