
.bg-parallax {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed; }
  .bg-parallax.parallax-overlay:before {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1; }


Hero templates
*/
.fullscreen.bg-parallax {
  height: 100%;
  width: 100%;
  background-position: top-center; }
  .fullscreen.bg-parallax .d-flex {
    height: 100%;
    position: relative; }
  .fullscreen.bg-parallax h1 {
    font-weight: 600;
    color: #fff;
    text-transform: inherit;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem; }
  .fullscreen.bg-parallax .lead {
    color: #eee; }

/*
Images overlay hover styles
*/
.team-card, .thumb-hover-icon, .agent-hover, .cbp-caption, .post-thumb, .parallax-overlay {
  position: relative;
  overflow: hidden;
  display: block; }
  .team-card:before, .thumb-hover-icon:before, .agent-hover:before, .cbp-caption:before, .post-thumb:before, .parallax-overlay:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    background: linear-gradient(to bottom, transparent 20%, #000);
    background: -webkit-linear-gradient(to bottom, transparent 20%, #000);
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s; }
  .team-card:hover:before, .thumb-hover-icon:hover:before, .agent-hover:hover:before, .cbp-caption:hover:before, .post-thumb:hover:before, .parallax-overlay:hover:before {
    opacity: .9; }
  .team-card .container, .thumb-hover-icon .container, .agent-hover .container, .cbp-caption .container, .post-thumb .container, .parallax-overlay .container {
    z-index: 10;
    position: relative; }

/*
Responsive style
*/
@media (max-width: 991px) {
  .navbar-toggler {
    border: 0px !important; }
  .navbar-right {
    display: none; }
  .fullscreen.bg-parallax h1 {
    font-size: 1.7rem; }
  .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 15px; }
  .navbar.navbar-transparent.fixed-top {
    position: static !important; }
  .dropdown-menu {
    box-shadow: none; }
  .navbar.navbar-transparent.onepagenav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff !important; } }

@media (max-width: 767px) {
  .team-card .img-fluid {
    width: 100%; } }

@media (max-width: 575px) {
  .container {
    width: 100%; }
  .team-card .img-fluid {
    width: 100%; } }


body {
  overflow-x: hidden;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
  text-align: justify;
}

.text-muted-center {
  color: #777777;
  text-align: center;
}

.text-primary {
  color: #f16f4f;
}
p {
  
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #f16f4f 
  ( /*#fed136*/);
}
a:hover,
a:focus,
a:active,
a.active {
  color: #f16f4f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #f16f4f;
  border-color: #f16f4f;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f16f4f;
  border-color: #f16f4f;
}
.btn-primary .badge {
  color: #f16f4f;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #f16f4f;
  border-color: #f16f4f;
  font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}


.btn-md  {
  color: white;
  background-color: #f16f4f;
  border-color: #f16f4f;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px 10px;
  margin-top: 5%;

}

section#contact_portfolio_contacts {
    background-color: #222222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;

}

section#contact_portfolio_contacts .form-group textarea.form-control {
    height: 236px;
}

.

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #f16f4f;
  border-color: #f16f4f;
}
.btn-xl .badge {
  color: #f16f4f;
  background-color: white;
}

.navbar-brand {
  padding: 15px 10px;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #f16f4f;
  font-family: "Segoe UI","Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #f16f4f;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #f16f4f;
  border-color: #f16f4f;
  font-family: "Segoe UI","Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #f16f4f;
}
.navbar-custom .nav li a {
  font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #f16f4f;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #f16f4f;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px;
}


/* Header  */


header {
  background-image: url('../img/htc-vive.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

header .intro-text {
  padding-top: 50%;
  height: 100vh;
}
header .intro-text .intro-lead-in {
  font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 4em;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Segoe UI","Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 25px;
}


@media (max-height: 420px) {
  
  header .intro-text {
    padding-top: 15%;
    height: 100vh;
  }
  header .intro-text .intro-lead-in {
    font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 3em;
    line-height: 15px;
    margin-bottom: 5px;
  }
  header .intro-text .intro-heading {
    font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 15px;
    padding: 1% 1%;
  }
}

@media (max-device-width: 360px) {

    
  header .intro-text {
    padding-top: 35%;
    height: 100vh;
  }
  header .intro-text .intro-lead-in {
    font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 50px;
    padding: 1% 1%;
  }
}

@media (min-width: 361px; orientation: portrait;) {

  
  header .intro-text {
    padding-top: 50%;
    height: 100vh;
  }
  header .intro-text .intro-lead-in {
    font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 10px;
  }
  header .intro-text .intro-heading {
    font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 50px;
    padding: 1% 1%;
  }
}

@media (min-width: 768px) {

   
  header .intro-text {
    padding-top: 20%;
    height: 100vh;
  }
  header .intro-text .intro-lead-in {
    font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 50px;
    padding: 1% 1%;
  }
}


@media (min-width: 1200px) {
  header {
  background-image: none;
  }

  header .intro-text {
    padding-top: 15%;
    height: 100vh;
  }
  header .intro-text .intro-lead-in {
    font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 4em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 25px;
  }
}





section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  section {
    padding: 25px 0;
  }
}


.service-heading {
  margin: 15px 0;
  text-transform: uppercase;
}

#services {
  background: white;
}

.tech {
margin: 0;
height: auto;
text-align: center;
}

.tech>p {
  display: inline-block;
  text-align: center;
  text-transform: uppercase; 
  color: #f16f4f;
  font-family: "Segoe UI";
  font-size: 1em;
  font-weight: 600; 

}

section.products {
  background-color: rgb(202, 202, 202);
}

.products .products-item {
  margin: 0;
  right: 0;
}
.products .products-item .products-link {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.products .products-item .products-link .products-hover {
  background: rgba(241, 111, 79, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.products .products-item .products-link .products-hover:hover {
  opacity: 1;
}
.products .products-item .products-link .products-hover .products-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
.products .products-item .products-link .products-hover .products-hover-content i {
  margin-top: -12px;
}
.products .products-item .products-link .products-hover .products-hover-content h3,
.products .products-item .products-link .products-hover .products-hover-content h4 {
  margin: 0;
}
.products .products-item .products-caption {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
.products .products-item .products-caption h4 {
  text-transform: none;
  margin: 0;
}
.products .products-item .products-caption p {
  font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
.products * {
  z-index: 2;
}
@media (min-width: 767px) {
  .products .products-item {
    margin: 0;
  }
}

@media (min-width: 767px) {
 .products-caption {
   margin-bottom: 25px;
 }
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(241, 111, 79, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Segoe UI", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #f16f4f;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #f16f4f;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Segoe UI","Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Segoe UI", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #f16f4f;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}


::-moz-selection {
  text-shadow: none;
  background: #f16f4f;
}
::selection {
  text-shadow: none;
  background: #f16f4f;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #f16f4f;
}

#basicModal>.modal-dialog {
width: 100%;
}

#myModalLabel {
  text-align: center;
}


@media (min-width: 768px) {
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display:none;
    z-index: 2000;
}
} 

@media (max-width: 768px) {
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 8px;
    display:none;
    z-index: 2000;
}
}

/* .header-video>video {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  width: 100%;
  background: transparent; 
  z-index: -1;
} */

.intro-text {
background: transparent;
 }

.product-preview-video > video{
  width: 100%px;
  height: 65%;
}


@media (min-width: 768px) {

  .products-left-column {
    
    padding:0;
    margin: 25px 0 25px 0;
    background-color: gray;
    width: 100%;
    height: auto;
  }

  .products-right-column {
    padding:0;
    margin: 25px 0 25px 0; 
    background-color: gray;
    width: 100%;
    height: auto;
  }

}

@media (min-width: 992px) {

  .products-left-column {
    
    padding:0;
    margin: 25px 0 25px 0;
    background-color: gray;
    width: 100%;
    height: auto;
  }

  .products-right-column {
    padding:0;
    margin: 25px 0 25px 0; 
    background-color: gray;
    width: 100%;
    height: auto;
  }

}

@media (min-width: 1200px) {

  .products-left-column {
    
    padding:0;
    margin: 50px 0 25px 0;
    float: left;
    background-color: gray;
    width: 580px;
    height: 65%;
  }

  .products-right-column {
    padding:0;
    margin: 50px 0 25px 0; 
    float: right;
    background-color: gray;
    width: 580px;
    height: 65%;
  }

}

.partners-col {
margin-top: 10px;
margin-bottom: 10px;
padding: 5;
overflow: hidden;
height: 80px;
}

.partners-col img:hover {
margin: 0;
padding: 0;
border: 2px solid #f16f4f;
border-radius: 10px;
transition-delay: 0.5s;
transition: .4s ease-out;
}

.img-circle:hover {
 border: 3px solid #f16f4f;
 transition-delay: 0.3s;
  transition: .4s ease-out;
  }


.MMonepresentation {
  margin-top: 25px;
  margin-bottom: 25px;
}

.MMonepresentation > a {
display: inline-block;
color: #f16f4f;
border: 1px solid #f16f4f;
width: 250px;
height: 35px;
vertical-align: middle;
padding: 5px;
border-radius: 5px;
text-decoration: none;}

.MMonepresentation > a:hover {
  color: white;
  background-color: #f16f4f;
  border: 1px solid lightgray;
  transition-delay: 0.5s;
  transition: .4s ease-out;
  
}


@media (max-width: 768px) {
.products-page {
  margin-top: 50px;
}

.products-page .close-page {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.close-page .lr {
    height: 30px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

.close-page .lr .rl {
    height: 30px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;}
}

@media (min-width: 768px) {
.products-page {
  margin-top: 100px;
}

.products-page .close-page {
    position: fixed;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.close-page .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

.close-page .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
}

@media (max-width: 768px) {
section {
    padding: 25px 0;
};
  }

@media (max-width: 768px) {
 .portfolio_text {
    margin: 10px;
 }
}


@media (min-width: 768px) {
 .portfolio_text {
    margin: 25px 12% 25px 12%;
 }
}

section.blog.products {
  background: rgb(202, 202, 202)
}
 
@media (max-width: 768px) {
.blog_header {
margin: 10px;}

.blog_info_block {
margin: 10px;
}

.blog_share_block {
margin: 25px 10px 25px 10px;
text-align: center;
} 
}

@media (min-width: 768px) {
.blog_header {
margin: 10px;
}

.blog_info_block {
margin: 10px;
}
.blog_share_block {
margin: 25px 10px 25px 10px;
} 
}

.blog_hr {
display: inline-block;
vertical-align: middle;
width: 100%;
height: 50px;
background-color:#f16f4f;
color: white;
margin: 5px 0 5px 0;
border-radius: 5px;
}

.google-maps {
  margin: 0;
  padding: 0;
}

.service-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.m25 {
  margin: 25px; 
}

.ml0 {
  margin-left: 0;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
} 

.catalogues {
max-width: 100%;
height: auto;
border-radius: 10px;
}

.hovereffect {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  }
  
  .hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
  }
  
  .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
  }
  
  .hovereffect h2 {
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  position:relative;
  font-size:17px;
  background:rgba(0,0,0,0.6);
  -webkit-transform:translatey(-100px);
  -ms-transform:translatey(-100px);
  transform:translatey(-100px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  padding:10px;
  }
  
  .hovereffect a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:210px 0 0;
  padding:7px 14px;
  vertical-align: middle;
  }
  
  .hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
  }
  
  .hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  }
  
  .hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
  }
  
  .hovereffect:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
  }
  
  .hovereffect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
  }

