/*@font-face {
    font-family: 'SegoeUI';
    src: url('../font/segoe_ui_semilight/SegoeUI-Semilight.eot');
    src: url('../font/segoe_ui_semilight/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
         url('../font/segoe_ui_semilight/SegoeUI-Semilight.woff') format('woff'),
         url('../font/segoe_ui_semilight/SegoeUI-Semilight.ttf') format('truetype'),
         url('../font/segoe_ui_semilight/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'SegoeUI';
  src: url('../font/segoe_ui_semibold/SegoeUI-Semibold.eot');
  src: url('../font/segoe_ui_semibold/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
       url('../font/segoe_ui_semibold/SegoeUI-Semibold.woff') format('woff'),
       url('../font/segoe_ui_semibold/SegoeUI-Semibold.ttf') format('truetype'),
       url('../font/segoe_ui_semibold/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
  font-weight: 700;
}


*/
li {
  display: block; }

* {
  margin: 0;
  padding: 0; }

/*body {
	font-family: 'SegoeUI', Arial, Helvetica;
	font-size: 14px;
	color: #484849;
	font-weight: normal;
}
*/
body {
  overflow-x: hidden; }

body::-webkit-scrollbar {
  width: 0.5em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.clear {
  clear: both; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.btn {
  transition-duration: 0.3s;
  background: #03a9f4 !important; }

.btn:hover {
  transition-duration: 0.3s;
  background: #29b6f6   !important; }

.btn:active {
  transition-duration: 0.3s;
  background: #4fc3f7  !important; }

.section-medium {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

i {
  color: rgba(0, 0, 0, 0.54); }

.line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 10px 0; }

/*-------------Navigation-------------*/
#menuF {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition-duration: 0.2s;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

#menuF nav .navigation {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.logo-white {
  display: none;
  padding: 10px 0; }

.logo-color {
  margin-top: 5px; }

.top-nav ul {
  position: absolute;
  right: 0; }

.top-nav li {
  float: left;
  display: block; }

.top-nav li a:hover {
  float: left;
  display: block;
  border-bottom: 2px solid #03a9f4; }

.top-nav li a {
  text-align: center;
  display: block;
  color: #fff;
  padding: 0 25px; }

.top-nav li a:hover {
  color: #fff; }

.top-nav li a.active-menu {
  border-bottom: 2px solid #03a9f4;
  background-color: rgba(0, 0, 0, 0.1); }

.menu-scroll {
  transition-duration: 0.2s;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.menu-scroll .top-nav li a {
  color: #000; }

.top-title {
  color: rgba(0, 0, 0, 0.87);
  line-height: 21px;
  text-align: center;
  padding: 10px 50px 0 50px; }
  .top-title h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0; }

.carousel-brand {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 30px auto 0 auto; }
  .carousel-brand h5 {
    font-size: 1.5rem;
    color: #03a9f4;
    padding-bottom: 15px; }
  .carousel-brand .brand-list {
    margin: 30px 0 0 0 !important;
    overflow: hidden; }
    .carousel-brand .brand-list .brand-item {
      margin-bottom: 20px;
      text-align: center; }
      .carousel-brand .brand-list .brand-item .brand-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; }
        .carousel-brand .brand-list .brand-item .brand-img img {
          width: 100%; }

/*-------------Content-------------*/
#page-wrapper {
  position: absolute;
  width: 100%;
  height: 100%; }

/*-------------Slideshow-------------*/
.slideshow {
  position: relative;
  width: 100%;
  height: 100%; }

.cycle-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slideshow .slideshow-pager {
  bottom: 15px;
  position: absolute;
  z-index: 600;
  left: 50%; }

.slideshow-pager span {
  font-size: 56px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54); }

.slideshow-pager .cycle-pager-active {
  color: #03a9f4 !important; }

/*-------------Services-------------*/
#Services {
  position: relative;
  width: 100%;
  height: auto;
  background: #03a9f4; }

.services-item {
  transition-duration: 0.5s;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff; }

.services-item i {
  color: #fff; }

.services-item:hover i {
  color: #f0f0f0;
  transition-duration: 0.5s; }

.services-item:hover {
  color: #f0f0f0;
  transition-duration: 0.5s; }

.services-item i {
  margin-bottom: 10px; }

/*-------------About-------------*/
#About {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 60px 0; }

#About .about-content {
  position: relative; }

#About .about-content table td {
  width: 50%; }

#About .about-content .about-title {
  font-size: 1.5rem;
  color: #03a9f4;
  padding-bottom: 15px; }

#About .about-content .about-info p {
  padding-bottom: 10px; }

#About .about-content .about-steps ul li {
  position: relative;
  width: 100%;
  padding: 5px 0; }
  #About .about-content .about-steps ul li * {
    display: inline; }

#About .about-content .about-steps ul li span {
  color: #03a9f4;
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px; }

#About .about-images {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: 100%;
  text-align: center; }

#About .about-images img {
  width: 100%; }

/*-------------Projects-------------*/
#Projects {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  padding: 90px 0; }

#Projects .projects-list ul {
  text-align: center;
  margin-bottom: 40px; }

#Projects .projects-list ul li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer; }

#Projects-item .mix {
  display: none; }

#Projects-item .projects-item {
  position: relative;
  float: left;
  padding: 10px;
  width: 100%;
  height: 230px; }

#Projects-item .projects-item .projects-img {
  transition-duration: 0.3s;
  position: relative;
  width: 100%;
  height: 100%; }

#Projects-item .projects-item .projects-img img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 100%; }

#Projects-item .projects-item .projects-img:hover {
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

#Projects-item .projects-img .projects-item-link {
  display: none;
  transition-duration: 0.3s;
  color: #212121;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  cursor: pointer;
  z-index: 1;
  opacity: 1; }

#Projects-item .projects-item i:hover {
  transition-duration: 0.3s;
  color: #fff;
  opacity: 1; }

.projects-more {
  clear: both;
  text-align: center;
  margin: 30px 0; }

.selected {
  color: #03a9f4; }

.modal-shadow {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none; }

@media only screen and (min-width: 601px) {
  #Projects-item .projects-item {
    width: 33.333333%; } }
@media only screen and (min-width: 993px) {
  #Projects-item .projects-item {
    width: 25%; } }
@media only screen and (min-width: 1600px) {
  #Projects-item .projects-item {
    width: 20%; } }
/*-------------Projects page-------------*/
.projects-slideshow {
  width: 100%;
  height: 350px; }

#Projects-view {
  padding: 70px 0; }

#Projects-view .proview-img {
  transition-duration: 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#Projects-view .proview-img img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#Projects-view .proview-img:hover {
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.proview-title {
  font-size: 24px;
  color: #03a9f4; }

.proview-group {
  color: rgba(0, 0, 0, 0.54); }

.proview-inner {
  margin-top: 15px; }

.proview-list p {
  margin: 5px 0; }

.protop-title {
  font-size: 1.5rem;
  color: #03a9f4;
  padding-bottom: 15px;
  text-align: center; }

.proview-social {
  margin-top: 15px; }

/*-------------Contact-------------*/
#Contact {
  position: relative;
  width: 100%;
  padding: 90px 0 60px 0; }

#Contact .contact-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px; }

#Contact .contact-item {
  margin: 15px 0; }

#Contact .contact-item p {
  margin-bottom: 5px;
  color: #03a9f4; }

#Contact .contact-item ul li {
  line-height: 24px; }

#Contact .contact-item ul li i {
  transition-duration: 0.3s;
  width: 25px;
  text-align: center; }

#Contact .contact-item ul li i.fa-map-marker {
  font-size: 17px; }

#Contact .contact-item ul li i.fa-mobile {
  font-size: 19px; }

#Contact .contact-item ul li i.fa-fax {
  font-size: 14px; }

#Contact .contact-item ul li i.fa-envelope {
  font-size: 14px; }

#Contact .contact-item ul li:hover i {
  transition-duration: 0.3s;
  color: #000; }

#Contact .social ul li {
  display: inline-block;
  margin: 0 5px; }

#Contact .social ul li:first-child {
  margin-left: 0; }

#Contact .contact-form .contact-title {
  margin-left: 10px; }

#Contact .contact-form button {
  margin: 10px 10px 10px 0; }

#Contact .contact-form button i {
  color: #fff; }

#Contact .contact-form input, #Contact .contact-form textarea {
  transition-duration: 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ddd;
  line-height: 36px;
  width: 100%;
  margin: 10px 0;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
  outline: 0; }

#Contact .contact-form input:focus, #Contact .contact-form textarea:focus {
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

#Contact .contact-form textarea {
  min-height: 180px; }

/*-------------Maps--------*/
.googleMap {
  position: relative;
  width: 100%;
  height: 500px; }

.googleMap #googleMap {
  position: relative;
  width: 100%;
  height: 100%; }

/*-------------Footer--------*/
footer {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  background: #03a9f4;
  color: #fff; }

footer a {
  color: #fff; }

/*# sourceMappingURL=style.css.map */
