@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700);
/*===============  Style.scss ============ */
html {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  min-width: 315px; }

:focus {
  outline: none; }

.absoluteCenter, .header-background .social a img, .home-suppliers a img, .inner-suppliers a img {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0; }

.absoluteCenterVertical {
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0; }

.header-background {
  background: #004663; }
  .header-background .logo {
    max-width: 300px;
    float: left;
    margin-top: 30px;
    margin-left: -5px; }
    .header-background .logo img {
      max-width: 100%; }
  .header-background .social {
    float: right;
    margin-top: 45px; }
    .header-background .social a {
      width: 32px;
      height: 32px;
      float: right;
      position: relative;
      border-radius: 50%;
      background: #ff9a00;
      text-align: center;
      margin-left: 15px;
      -webkit-transition: background .3s,-webkit-transform .2s;
              transition: background .3s,transform .2s; }
      .header-background .social a:hover {
        background: white; }
      .header-background .social a:active {
        -webkit-transform: scale(0.85, 0.85);
            -ms-transform: scale(0.85, 0.85);
                transform: scale(0.85, 0.85); }
      .header-background .social a img {
        max-width: 60%; }
      .header-background .social a:last-child img {
        width: 30%; }
  .header-background .phone {
    float: right;
    clear: right;
    background: url(../Images/phone.png) no-repeat 0 center;
    color: white;
    font-size: 18px;
    padding: 15px 0 0 50px;
    margin-top: 20px; }

.navbar-default {
  margin-top: 40px; }
  .navbar-default .navbar-nav {
    text-align: center;
    float: none;
    margin: 0px;
    width: 100%; }
  .navbar-default .navbar-nav li {
    display: inline-block;
    float: none; }
  .navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 16px;
    padding: 0px 20px 35px;
    margin: 0 15px 0;
    text-transform: capitalize;
    -webkit-transition: all .3s, padding 0s;
            transition: all .3s, padding 0s; }
  .navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0px; }
  .navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0px; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default li.open > a {
    border-bottom: 10px solid #ff9a00;
    padding-bottom: 25px;
    background: transparent; }
  .navbar-default .navbar-nav > li:first-child > a:before {
    display: none; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #004663; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white; }

.dropdown-menu {
  position: absolute;
  top: 55px;
  left: 15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 12px 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background: rgba(255, 255, 255, 0.8); }
  .dropdown-menu li {
    padding: 3px 0 3px 20px;
    width: 100%;
    -webkit-transition: background .3s;
            transition: background .3s; }
    .dropdown-menu li a {
      color: #004663;
      font-weight: 600;
      width: 100%;
      display: block;
      -webkit-transition: color .3s;
              transition: color .3s;
      text-decoration: none !important; }
    .dropdown-menu li:hover {
      background: #ff9a00; }
      .dropdown-menu li:hover a {
        color: white; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

.carousel-indicators {
  position: absolute;
  z-index: 1;
  padding-left: 0;
  text-align: center;
  list-style: none; }

#slider .caption {
  background: rgba(255, 154, 0, 0.8);
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  right: 100px;
  bottom: 150px;
  display: block;
  z-index: 2;
  padding: 20px 30px;
  height: 140px;
  width: 400px; }
#slider .item img {
  margin-top: -70px; }

.home-suppliers, .inner-suppliers {
  margin: 50px auto; }
  .home-suppliers a, .inner-suppliers a {
    position: relative;
    min-height: 70px;
    opacity: .70;
    -webkit-transition: opacity .5s;
            transition: opacity .5s; }
    .home-suppliers a img, .inner-suppliers a img {
      max-width: 75%; }
    .home-suppliers a:hover, .inner-suppliers a:hover {
      opacity: 1; }

.inner-suppliers {
  margin: 40px auto 10px; }
  .inner-suppliers a {
    opacity: 1;
    margin-bottom: 20px; }
    .inner-suppliers a img {
      max-width: 60%; }
  .inner-suppliers .popover {
    border: 0px solid; }
  .inner-suppliers .popover-title {
    background: #004663;
    color: white; }

.footer {
  text-align: center;
  color: white;
  font-size: 14px;
  background: #004663;
  padding: 20px 0; }
  .footer a {
    color: white; }
  .footer .itmam {
    padding-left: 30px; }
    .footer .itmam img {
      margin: -10px 0 0 10px;
      max-width: 100px; }

.content {
  padding: 20px 15px 70px;
  color: #004663;
  font-size: 14px;
  text-align: justify;
  min-height: 400px; }
  .content h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 35px; }
  .content h3 {
    color: #ff9a00; }
  .content ul {
    list-style: none;
    line-height: 24px;
    padding-left: 30px; }
    .content ul li {
      position: relative;
      padding-left: 10px;
      text-align: justify; }
      .content ul li:before {
        content: "\25A0";
        position: absolute;
        color: #ff9a00;
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: -10px; }
  .content a {
    color: #ff9a00; }
  .content.content-center {
    text-align: center; }

a.PDF-link {
  text-align: center;
  color: #004663;
  padding-bottom: 80px;
  width: 100%;
  display: block;
  margin: 50px 0 10px 0;
  font-size: 28px;
  -webkit-transition: opacity .3s,-webkit-transform .1s;
          transition: opacity .3s,transform .1s;
  background: url(../Images/download.png) no-repeat center bottom; }
  a.PDF-link:hover, a.PDF-link:focus {
    text-decoration: none;
    color: #004663;
    opacity: .8; }
  a.PDF-link:active {
    -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }

.branch-details {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #f7f7f7;
  margin-bottom: 10px;
  padding-bottom: 40px; }
  .branch-details:last-child {
    border-bottom: 0px solid; }
  .branch-details h3 {
    margin-bottom: 20px; }
  .branch-details .left-side {
    float: left; }
  .branch-details .map {
    float: right;
    width: 50%;
    border: 0px solid;
    height: 150px; }

.contact-us .left-side, .contact-us .right-side {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
.contact-us .left-side {
  padding-right: 50px;
  border-right: 1px solid #006a96;
  padding-bottom: 20px; }
  .contact-us .left-side .row {
    margin: 0 0 20px 0; }
    .contact-us .left-side .row .form-label {
      display: block;
      font-size: 18px;
      margin-bottom: 7px; }
    .contact-us .left-side .row .form-txt {
      border: 1px solid #006a96;
      padding: 7px 15px;
      width: 100%;
      border-radius: 2px; }
      .contact-us .left-side .row .form-txt.error {
        border-color: #ff9a00 !important; }
    .contact-us .left-side .row textarea {
      min-height: 270px; }
    .contact-us .left-side .row .form-error {
      color: #ff9a00;
      margin-bottom: 0px; }
  .contact-us .left-side .action button {
    background: #ff9a00;
    border: 0 solid;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 18px;
    margin: 0;
    padding: 7px 15px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    height: 37px;
    -webkit-transition: -webkit-transform .2s;
            transition: transform .2s; }
    .contact-us .left-side .action button:active {
      -webkit-transform: scale(0.95, 0.95);
          -ms-transform: scale(0.95, 0.95);
              transform: scale(0.95, 0.95); }
    .contact-us .left-side .action button span {
      -webkit-transition: none;
      transition: none; }
    .contact-us .left-side .action button .original, .contact-us .left-side .action button .done {
      position: relative;
      z-index: 3;
      float: left;
      clear: left;
      margin-bottom: 15px;
      width: 100%;
      height: 100%; }
    .contact-us .left-side .action button .done {
      background: url(../Images/submit.png) no-repeat center center; }
    .contact-us .left-side .action button span.bg {
      background: #ffaa29;
      position: absolute;
      left: 0;
      height: 100%;
      top: 0px;
      width: 0%; }
.contact-us .right-side {
  display: inline-block;
  width: 49%;
  padding-left: 50px; }
  .contact-us .right-side a {
    color: #ff9a00; }
  .contact-us .right-side h4 {
    margin: 13px 0 4px 0; }
    .contact-us .right-side h4:first-child {
      margin-top: 3px; }
  .contact-us .right-side .map {
    border: 0px solid;
    width: 100%;
    margin-top: 20px; }

.history div {
  clear: both;
  padding: 12px 0; }
.history h3 {
  float: left;
  margin: 0px 10px 0 0;
  width: 5%; }
.history span {
  display: inline-block;
  padding-top: 3px;
  width: 94%; }

.founder-Image {
  float: left;
  max-width: 15%;
  margin-right: 20px;
  border: 1px solid #f7f7f7;
  margin-bottom: 10px; }

.goTop {
  width: 50px;
  height: 50px;
  background: url(../Images/top.png) 0 0 no-repeat;
  position: fixed;
  bottom: 100px;
  right: 30px;
  cursor: pointer;
  display: none; }

.home-link {
  display: block;
  text-align: center;
  padding: 0px 0 40px 0;
  margin: 0 auto;
  width: 530px; }
  .home-link img {
    max-width: 100%; }

/*==End of Regular CSS==*/
/*==============================================*/
@media only screen and (max-width: 1199px) {
  .header-background .logo {
    max-width: 250px;
    margin-top: 20px; }
  .header-background .social {
    margin-top: 35px; }
  .header-background .phone {
    padding: 15px 0 0 40px;
    background-size: 30px;
    font-size: 14px; }

  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0 5px 0; }
  .navbar-default .dropdown-menu {
    left: 5px; }
    .navbar-default .dropdown-menu li a {
      font-size: 14px; }

  #slider .item img {
    margin-top: 0px; }
  #slider .caption {
    font-size: 26px;
    right: 60px;
    bottom: 20%;
    height: 110px;
    width: 300px; }

  .footer .itmam {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0px;
    width: 100%; }
    .footer .itmam img {
      max-width: 70px; }

  .history h3 {
    width: 8%; }
  .history span {
    width: 90%; } }
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav {
    padding: 8px 0 10px;
    background: white; }
    .navbar-default .navbar-nav > li {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #f7f7f7; }
      .navbar-default .navbar-nav > li > a {
        padding: 7px 0 7px 40px;
        font-size: 16px;
        color: #004663;
        text-align: left;
        margin: 0; }
      .navbar-default .navbar-nav > li:last-child {
        border-bottom: 0px solid; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .navbar-nav > li.active > a, .navbar-default .navbar-nav li.open > a {
      border: 0px solid;
      padding: 7px 0 7px 40px;
      color: #ff9a00; }
    .navbar-default .navbar-nav > li.active {
      color: #ff9a00; }
  .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background: white; }
  .navbar-default .navbar-header {
    margin-top: -35px;
    text-align: left;
    margin-bottom: 7px; }
  .navbar-default .navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    margin: 0 0 0 30px; }
  .navbar-default .navbar-toggle:focus {
    outline: 0; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background: #ff9a00; }
  .navbar-default .dropdown-menu {
    left: 0px;
    padding: 0 0 15px 0; }
    .navbar-default .dropdown-menu li {
      padding-left: 0px; }
      .navbar-default .dropdown-menu li a {
        padding-left: 50px;
        font-weight: normal;
        color: #004663; }

  .footer {
    font-size: 14px; }

  .content {
    padding-bottom: 30px; }

  .home-suppliers {
    margin: 50px auto 0; }
    .home-suppliers a {
      margin-bottom: 50px;
      opacity: 1; }
      .home-suppliers a img {
        max-width: 65%; }

  #slider .caption {
    font-size: 20px;
    right: 30px;
    bottom: 15%;
    height: 80px;
    width: 240px;
    padding: 8px 15px; }

  .inner-suppliers a {
    margin-bottom: 40px; }

  .contact-us .left-side, .contact-us .right-side {
    width: 100%;
    border: 0px solid;
    padding: 0px; }
    .contact-us .left-side .row textarea, .contact-us .right-side .row textarea {
      min-height: 100px; }
    .contact-us .left-side .action button, .contact-us .right-side .action button {
      width: 100%;
      margin-bottom: 20px; }

  .branch-details {
    margin-bottom: 0px;
    padding-bottom: 30px; }
    .branch-details h3 {
      margin: 15px 0 15px 0; }
    .branch-details h4 {
      margin: 13px 0 4px 0;
      font-size: 16px; }
      .branch-details h4:first-child {
        margin-top: 3px; }
    .branch-details .map {
      width: 100%;
      margin-top: 20px; }

  a.PDF-link {
    font-size: 18px;
    margin: 30px 0 0px 0;
    background-size: 45px;
    background-position: center 35px; }

  .popover {
    display: none !important; }

  .history h3 {
    width: 100%;
    margin: 0px; }

  .founder-Image {
    max-width: 35%;
    display: block;
    margin: 0 auto 20px;
    float: none; }

  .home-link {
    padding: 0px 0 40px 0;
    max-width: 60%; } }
@media only screen and (max-width: 480px) {
  .content h2 {
    margin: 10px 0 20px;
    font-size: 28px; }
  .content h3 {
    text-align: left;
    font-size: 18.2px; }
  .content ul {
    padding-left: 15px; }
    .content ul li {
      text-align: left;
      margin-bottom: 7px; }

  .home-suppliers {
    margin: 20px auto 20px; }
    .home-suppliers a {
      margin-bottom: 0px; }
      .home-suppliers a img {
        max-width: 80%; }

  #slider .caption {
    padding: 5px 10px;
    font-size: 16px;
    right: 15px;
    bottom: 15%;
    height: 55px;
    width: 170px; }

  .header-background .logo {
    max-width: 70%;
    margin-top: 10px; }
    .header-background .logo img {
      max-width: 90%; }
  .header-background .social {
    max-width: 29%;
    margin-top: 14.5%; }
    .header-background .social a {
      width: 20px;
      height: 20px;
      margin-left: 7px; }
  .header-background .phone {
    max-width: 29%;
    padding: 1px 0 0 14px;
    margin-top: 10px;
    background-size: 12px;
    font-size: 9px;
    line-height: 12px; }

  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.open > a {
    padding-left: 30px; }
  .navbar-default .navbar-toggle {
    margin-left: 20px; }

  .dropdown-menu li a {
    padding-left: 30px; }

  .inner-suppliers {
    margin-bottom: 0px; }
    .inner-suppliers a {
      margin-bottom: 0px; } }

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