body {
  background-color: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 15px;
}

.centered {
  text-align: center;
}

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(../img/header-bg.jpg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 130px;
  color: white;
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 3px;
}

#headerwrap h2 {
  color: white;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 2px;
}

/* Portfolio Wrap */
#portfoliowrap {
  background: url(../img/portfolio-bg.jpg) no-repeat center top;
  margin-top: 0px;
  padding-top: 70px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#portfoliowrap h3 {
  color: #ffffff;
}

.port-space {
  padding-bottom: 20px;
}

/* White Wrap */

#w {
  background: #ffffff;
  //padding-top: 35px;
  //padding-bottom: 35px;
  text-align: center;
}

#w h3 {
  font-weight: 700;
  color: #7b7b7b;
  letter-spacing: 1px;
}

#w bold {
  color: #2f2f2f;
}

/* Grey Wrap */

#g {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

/* Dark Grey Wrap */
#dg {
  background: #e0e0e0;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

/* Footer Wrap */

#f {
  background: #2f2f2f;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#f h3 {
  color: white;
}

#f i {
  font-size: 26px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

/* Copyright Wrap */

#copyright {
  background: #222222;
  font-size: 12px;
  text-align: left;
  padding: 5px;
}

#copyright p {
  color: white;
  padding: 0;
  margin: 0;
}

/* item Wrap */

#itemwrap.home {
  background: url(../img/item-bg.jpg) no-repeat 0px -250px fixed;
  margin-top: 0px;

  text-align: center;
  background-position: center center;
  min-height: 250px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#itemwrap.intro {
  background: url(../img/intro.jpg) no-repeat 0px -200px fixed;
  margin-top: 0px;

  text-align: center;
  min-height: 250px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#itemwrap.contact {
  background: url(../img/contact.jpg) no-repeat 0px -250px fixed;
  margin-top: 0px;

  text-align: center;
  min-height: 250px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#itemwrap.product {
  background: url(../img/product.jpg) no-repeat 0px -450px fixed;
  margin-top: 0px;

  text-align: center;
  min-height: 250px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#itemwrap h1 {
  margin-top: 100px;
  color: white;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
}

#itemwrap h2 {
  color: white;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 2px;
}

#header {
  width: 100%;
  height: 60px;

  background: #fff;
}
.logo {
  font-size: 18px;
  color: #1c7fee;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  padding: 20px;
  text-transform: uppercase;
}

.desc {
  text-align: left;
}

.desc-b {
  border-left: 4px solid #bababa;
}

.desc-a i {
  color: #555;
  padding-right: 8px;
}

.desc-b i {
  color: #555;
  padding-right: 8px;
}

/* MENU CONF*/

.menu {
  position: fixed;
  right: -200px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

img {
  max-width: 100%;
  height: auto;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a > i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu,
.body-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* BUTTON CONF */

.btn-theme {
  color: #fff;
  background-color: #1abc9c;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
  border-radius: 3px;
}

.btn-theme:hover {
  cursor: pointer;
  color: white;
  background-color: #16a085;
}

/* TEAM CONF */

.team {
  padding-top: 20px;
}

.team:hover {
  background: white;
}

.team a {
  padding-right: 10px;
  padding-left: 10px;
}

.menuItem {
  padding: 0;
  margin: 0;
}

.menuItem a {
  list-style: none;
  width: 25%;
  float: left;
  padding: 35px 0px;
  background: #1c7fee;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all ease-in 0.2s;
  text-transform: uppercase;
}

.menuItem a:hover,
.menuItem a.active {
  background: #fff;
  color: #1c7fee;
}

.comingsoon {
  padding: 100px 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.language {
  padding: 20px;
  text-align: right;
  color: #1c7fee;
  font-size: 12px;
}
.language a {
  color: #1c7fee;
  margin: 0 5px;
}
.language a.active,
.language a:hover {
  border-bottom: 1px solid #1c7fee;
}
.no-pd {
  padding: 0 !important;
}

h2.title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0;
}

p {
  font-weight: 400;
}

h3.title {
  line-height: 4rem;
  color: #a0a0a0;
  font-weight: 400;
}

.bd-t-1 {
  border-top: 1px solid #dfdfdf;
}
.bd-b-1 {
  border-bottom: 1px solid #dfdfdf;
}

.mg-t-50 {
  margin-top: 50px;
}
.mg-b-50 {
  margin-bottom: 50px;
}
.bd-r-1 {
  border-right: 1px solid #dfdfdf;
}

.minh200 {
  min-height: 200px;
}

.productHighlgiht {
  background: #3672ff;
  padding: 4px 10px;
  color: #fff;
  font-weight: 600;
  margin: 0 10px;
}

.productName {
  font-size: 40px;
  color: #3672ff;
}

.yellowColor {
  color: #ffae00 !important;
}
.yellowBg {
  background: #ffae00 !important;
}

.blueLink {
  color: #3672ff;
}
.blueLink:hover {
  color: #1159c8;
}

@media (min-width: 992px) {
  .col-md-1_5 {
    width: 12.333333%;
  }

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-1_5 {
    float: left;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-md-1_5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.companiestitle {
  font-size: 55px;
  font-weight: 600;
}

.mg-t-1{
	margin-top: 1.15rem;
}