@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  min-width: 360px;
}

p {
  line-height: 1.75;
}

a {
  color: #0397a2;
}
a.active, a:active, a:focus, a:hover {
  color: #026870;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}h4.privacy a {
  color: #212529;
}

::-moz-selection {
  background: #0397a2;
  text-shadow: none;
}

::selection {
  background: #0397a2;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #0397a2;
}

#mainNav {
  background-color: #222222;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #0397a2;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
#mainNav .navbar-brand {
  color: #0397a2;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #026870;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #0397a2;
}
.banner-fly {
  padding: 0!important;
}
.banner-fly img{
 height: 100%;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
.lightbox-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.lightbox-zoom img {
  display: block;
}

.lightbox-zoom-icon {
  background: #fff;
  bottom: 0;
  color: #2727a4;
  line-height: 1;
  padding: 0.306em 0.5em;
  position: absolute;
  right: 0;
}

.lightbox-no-scroll {
  overflow-y: hidden;
}

/* Overlay */
.lightbox-overlay {
  background: rgba(17, 17, 17, 0.8);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 32;
  overflow: hidden;
}

.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
  box-sizing: inherit;
}

.lightbox-overlay[aria-hidden=true] {
  display: none;
}

/* Slider */
.lightbox-slider {
  -webkit-transition: left 0.3s ease, -webkit-transform 0.3s ease;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: left 0.3s ease, -webkit-transform 0.3s ease;
  transition: left 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: left 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

/* Content */
.lightbox-content {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.lightbox-figure-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-content figure {
  margin: 0;
  position: relative;
}

.lightbox-content img {
  display: block;
  height: auto;
  max-height: 85vh;
  max-width: 85vw;
  width: auto;
}

.lightbox-content figcaption {
  background: rgba(17, 17, 17, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  left: 0;
  padding: 0.25em 0.5em;
  position: absolute;
  white-space: initial;
  width: 100%;
}

.lightbox-overlay button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 1.6em;
}

.lightbox-overlay button:focus {
  border: 1px solid #fff;
  outline: 0;
}

.lightbox-overlay button:disabled {
  cursor: default;
  opacity: 0.5;
}

.lightbox-overlay button[aria-label=Previous],
.lightbox-overlay button[aria-label=Next] {
  top: 50%;
  top: calc(50% - (1.6em / 2));
}

.lightbox-overlay button[aria-label=Previous] {
  left: 2%;
}

.lightbox-overlay button[aria-label=Next] {
  right: 2%;
}

.lightbox-overlay button[aria-label=Close] {
  top: 1em;
  right: 2%;
}

.lightbox-counter {
  background: transparent;
  color: #fff;
  font-size: 1.15em;
  left: 2%;
  position: absolute;
  top: 1em;
}

.lightbox-loader {
  width: 5em;
  height: 5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
}

.lightbox-loader::before {
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.5em solid #9f9f9f;
  border-top-color: #2727a4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  transform: translate3d(130px, 0px, 0px); 
}
@media (max-width: 768px) {
  .slick-list {
    transform: none !important;
  }
}
.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(100px, 0px, 0px);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/*@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
  font-family: "FontAwesome";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=slick.css.map */
.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 1;
}

.grid .item {
  display: block;
  float: left;
  padding: 2px;
  width: 33%;
  opacity: 1;
}

.grid .item a, .grid .item img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .grid .item {
    width: 50%;
  }

  .entry {
    box-shadow: none;
  }

  .entry > .grid > .item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .grid .item {
    width: 100%;
  }

  .entry {
    padding: 20px 0;
  }

  .entry > p {
    padding: 10px;
  }

  .entry > .grid > .item {
    width: 100%;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(3, 151, 162, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  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: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: white;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0;
}
.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
  line-height: 1.4;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 0px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #222222;
}
@media only screen and (max-width: 767px) {
  .portfolio-modal .close-modal .lr {
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-modal .close-modal .lr {
    height: 35px;
  }
}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #222222;
}
@media only screen and (max-width: 767px) {
  .portfolio-modal .close-modal .lr .rl {
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-modal .close-modal .lr .rl {
    height: 35px;
  }
}
.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #f1f1f1;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  background-color: #0397a2;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.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 > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@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;
    line-height: 26px;
    margin-top: 30px;
  }
  .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 {
  margin-bottom: 50px;
  text-align: center;
}
.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #222222;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
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: #0397a2;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #eeeeee;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
section#contact :-moz-placeholder {
  font-weight: 700;
  color: #eeeeee;
  /* Firefox 18- */
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #eeeeee;
  /* Firefox 19+ */
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #eeeeee;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
section#contact .text-danger {
  color: #e74c3c;
}

footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #222222;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #0397a2;
}

.ca-btn {
  padding: 10px 15px;
  font-size: 1rem;
  line-height: auto;
  border-radius: 0px;
  color: #fff;
  border-color: #fff;
  background-color: #0397a2;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.ca-btn.focus, .ca-btn:focus {
  color: #fff;
  border-color: #bfbfbf;
  background-color: #026870;
}
.ca-btn:hover {
  color: #fff;
  border-color: #e0e0e0;
  background-color: #026870;
}
.ca-btn.active, .ca-btn:active, .open > .ca-btn.dropdown-toggle {
  color: #fff;
  border-color: #e0e0e0;
  background-color: #026870;
}
.ca-btn.active.focus, .ca-btn.active:focus, .ca-btn.active:hover, .ca-btn:active.focus, .ca-btn:active:focus, .ca-btn:active:hover, .open > .ca-btn.dropdown-toggle.focus, .open > .ca-btn.dropdown-toggle:focus, .open > .ca-btn.dropdown-toggle:hover {
  color: #fff;
  border-color: #bfbfbf;
  background-color: #01484d;
}
.ca-btn.active, .ca-btn:active, .open > .ca-btn.dropdown-toggle {
  background-image: none;
}
.ca-btn.disabled.focus, .ca-btn.disabled:focus, .ca-btn.disabled:hover, .ca-btn[disabled].focus, .ca-btn[disabled]:focus, .ca-btn[disabled]:hover, fieldset[disabled] .ca-btn.focus, fieldset[disabled] .ca-btn:focus, fieldset[disabled] .ca-btn:hover {
  border-color: #fff;
  background-color: #0397a2;
}
.ca-btn .badge {
  color: #0397a2;
  background-color: #fff;
}

b {
  font-weight: 900;
}

@media only screen and (max-width: 575px) {
  section .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.sect-one .header {
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sect-one .header {
    display: flex;
    padding: 30px 0 0 0;
    flex-flow: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header {
    display: flex;
    flex-flow: column;
    padding: 30px 0 0 0;
  }
}
.sect-one .header .navigation .button_container {
  position: absolute;
  top: 50px;
  right: 0;
  left: 15px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 105;
  transition: opacity 0.25s ease;
}
@media only screen and (max-width: 767px) {
  .sect-one .header .navigation .button_container {
    top: 50px;
    margin-top: -13px;
    right: 10px;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header .navigation .button_container {
    top: 48px;
    margin-top: -13px;
    right: 5px;
    left: auto;
  }
}
.sect-one .header .navigation .button_container:hover {
  opacity: 0.7;
}
.sect-one .header .navigation .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.sect-one .header .navigation .button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.sect-one .header .navigation .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.sect-one .header .navigation .button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.sect-one .header .navigation .button_container span:nth-of-type(2) {
  top: 11px;
}
.sect-one .header .navigation .button_container span:nth-of-type(3) {
  top: 22px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-one .header .navigation .button_container.active {
    left: 15px;
    top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .sect-one .header .navigation .button_container.active {
    left: 15px;
    top: 50px;
  }
}
.sect-one .header .navigation .overlay {
  position: absolute;
  background: #008cdc;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  .sect-one .header .navigation .overlay {
    overflow-y: auto;
  }
}
.sect-one .header .navigation .overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.sect-one .header .navigation .overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.sect-one .header .navigation .overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.sect-one .header .navigation .overlay nav {
  position: relative;
  height: 70%;
  top: 60%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sect-one .header .navigation .overlay nav {
    position: static;
    height: auto;
    top: 0;
    margin-top: 35px;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header .navigation .overlay nav {
    height: 100%;
    top: 45%;
  }
}
.sect-one .header .navigation .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header .navigation .overlay ul {
    margin-top: 25px;
  }
}
.sect-one .header .navigation .overlay ul li {
  display: block;
  height: 15%;
  height: calc(100% / 6.666666666666667);
  min-height: 35px;
  position: relative;
  opacity: 0;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header .navigation .overlay ul li {
    display: block;
    margin-right: 20px;
  }
}
.sect-one .header .navigation .overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.sect-one .header .navigation .overlay ul li a:hover {
  transform: translateX(10px);
  transition: all 0.2s ease-in-out;
}
.sect-one .header .navigation .overlay ul li a:hover:after, .sect-one .header .navigation .overlay ul li a:focus:after, .sect-one .header .navigation .overlay ul li a:active:after {
  width: 100%;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.sect-one .header .navbar-brand {
  margin-bottom: 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sect-one .header .navbar-brand {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header .navbar-brand {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-one .header .navbar-brand {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
.sect-one .header p {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .header p {
    margin-bottom: 0;
    padding-top: 15px;
    padding-right: 80px;
  }
}
.sect-one .banner {
  position: relative;
  padding-right: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sect-one .banner {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .banner {
    padding: 0;
    margin-top: 30px;
  }
}
.sect-one .banner h1 {
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
@media only screen and (max-width: 575px) {
  .sect-one .banner h1 {
    font-size: 1.187rem;
  }
}
.sect-one .banner h1 span {
  display: block;
  text-transform: uppercase;
  font-size: 2.812rem;
  font-weight: 100;
}
@media only screen and (max-width: 575px) {
  .sect-one .banner h1 span {
    font-size: 1.812rem;
  }
}
.sect-one .banner .social-links {
  position: absolute;
  top: 65px;
  right: 0;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-one .banner .social-links {
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .sect-one .banner .social-links {
    display: none;
  }
}
.sect-one .banner .social-links ul {
  display: flex;
  margin-bottom: 5px;
}
.sect-one .banner .social-links ul li {
  margin-right: 5px;
  list-style: none;
}
.sect-one .banner .social-links ul li a {
  width: 30px;
  height: 30px;
  background: gray;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  padding: 3px 8px;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sect-one .banner .social-links ul li a:hover {
  background: #000;
}
.sect-one .banner .social-links ul li a i {
  color: #fff;
}
.sect-one .banner .social-links p {
  text-transform: uppercase;
  font-size: 0.562rem;
  letter-spacing: 1.5px;
}

.sect-two .info-innovation, .sect-two .projects-slider {
  min-height: 350px;
}
.sect-two .info-innovation {
  background: rgba(106, 167, 224, 0.2);
  padding: 20px;
}
.sect-two .info-innovation .row {
  margin-left: 0;
  margin-right: 0;
}
.sect-two .info-innovation .row .icon-innovation {
  text-align: center;
  align-self: center;
}
@media only screen and (max-width: 575px) {
  .sect-two .info-innovation .row .icon-innovation img {
    width: 120px;
  }
}
.sect-two .info-innovation .row .info-content {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .sect-two .info-innovation .row .info-content {
    height: 50%;
  }
}
.sect-two .info-innovation .row .info-content h2 {
  font-size: 1.562rem;
  font-weight: 300;
  margin-bottom: 30px;
}
.sect-two .info-innovation .row .info-content h2 span {
  font-weight: 600;
}
.sect-two .info-innovation .row .info-content p {
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
}
.sect-two .projects-slider {
  position: relative;
  background-color: #e8e8e8;
}
.sect-two .projects-slider .new {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  padding: 15px;
  background: #e91d24;
}
.sect-two .projects-slider .new span {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sect-two .projects-slider .project-logo {
  padding: 50px 30px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .sect-two .projects-slider .project-logo {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-two .projects-slider .project-logo {
    padding-bottom: 15px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-two .projects-slider .project-logo img {
    max-width: 100%;
  }
}
.sect-two .projects-slider .project-logo .features {
  margin: 0px 0 0 0px;
  padding: 0;
}
.sect-two .projects-slider .project-logo .features li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.sect-two .projects-slider .project-logo .features li:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome", sans-serif;
  left: 0;
  top: 0;
  color: #000;
}
.sect-two .projects-slider .project-logo .features li:last-child a {
  border-radius: 0px;
  background-color: #13c2ea;
  border: #13c2ea 1px solid;
}
.sect-two .projects-slider .project-logo .features li:last-child a:hover {
  background-color: #02aed6;
  border: #02aed6 1px solid;
}
.sect-two .projects-slider .project-logo .features li:last-child:before {
  content: "";
}
.sect-two .projects-slider .project-details {
  padding-right: 30px;
  padding-top: 85px;
}
@media only screen and (max-width: 767px) {
  .sect-two .projects-slider .project-details {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .sect-two .projects-slider .project-details {
    padding: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-two .projects-slider .project-details {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.sect-two .projects-slider .project-details .carousel .carousel-inner .carousel-item img {
  width: 100%;
  margin-bottom: 10px;
}
.sect-two .projects-slider .project-details .carousel .carousel-inner .carousel-item h3 {
  font-size: 1.312rem;
}
.sect-two .projects-slider .project-details .carousel .carousel-inner .carousel-item p {
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.sect-two .projects-slider .project-details .carousel .carousel-indicators {
  bottom: -10px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sect-two .projects-slider .project-details .carousel .carousel-indicators li {
  background: #0397a2;
  margin-left: 0;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer;
}
.sect-two .projects-slider .project-details .carousel .carousel-indicators li.active {
  background: #026870;
}
.sect-two .projects-slider .project-details .slickslide {
  padding: 0;
}
.sect-two .projects-slider .project-details .slickslide p b {
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-two .projects-slider .project-details .slickslide {
    padding-top: 30px;
  }
}
.sect-two .projects-slider .project-details .slickslide .project-slider img {
  width: 100%;
  margin-bottom: 10px;
}
.sect-two .projects-slider .project-details .slickslide .project-slider h3 {
  font-size: 1.312rem;
}
.sect-two .projects-slider .project-details .slickslide .project-slider p {
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.sect-two .projects-slider .project-details .slickslide .project-slider .slick-dots {
  margin-bottom: 0px;
  bottom: -20px;
}
.sect-two .projects-slider .project-details .slickslide .project-slider .slick-dots li button:before {
  font-size: 2rem;
  color: #13c2ea;
}

.sect-three .workspace {
  background: url(../img/workspace.png) no-repeat scroll 0 0/cover;
  position: relative;
}
.sect-three .workspace .overlay {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.sect-three .workspace .space-one {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 40px 30px 40px;
  overflow: hidden;
  width: 285px;
}
.sect-three .workspace .space-one img {
  margin-bottom: 30px;
}
.sect-three .workspace .space-one h2 {
  margin-bottom: 30px;
  font-size: 1.562rem;
  font-weight: 300;
}
.sect-three .workspace .space-one h2 span {
  font-weight: 600;
}
.sect-three .workspace .space-one p {
  line-height: 1.5rem;
  font-weight: 300;
}
.sect-three .workspace .space-two {
  background: rgba(197, 204, 132, 0.55);
  position: relative;
  padding: 80px 40px 30px 115px;
}
@media only screen and (max-width: 575px) {
  .sect-three .workspace .space-two {
    padding-left: 40px;
    padding-top: 120px;
  }
}
.sect-three .workspace .space-two h2 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.sect-three .workspace .space-two h2:before {
  position: absolute;
  content: "";
  background: url(../img/paper-01.svg) no-repeat scroll 0 0;
  width: 67px;
  height: 54px;
  left: 0px;
  top: 0px;
  background-size: contain;
  background-position: 10px;
  background-color: red;
}
@media only screen and (max-width: 575px) {
  .sect-three .workspace .space-two h2:before {
    top: 0px;
    left: 0px;
  }
}
.sect-three .workspace .space-two h4 {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.sect-three .workspace .space-two h4 span {
  display: block;
}
.sect-three .workspace .space-two p {
  line-height: 1.5rem;
  font-weight: 300;
}
.sect-three .workspace .space-three {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  justify-content: flex-end;
  position: relative;
  padding: 0px 0 0 0;
  flex-flow: column;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sect-three .workspace .space-three {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-three .workspace .space-three {
    padding-bottom: 60px;
  }
}
.sect-three .workspace .space-three .btn-events {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.312rem;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: left;
  background: #e91d24 url(../img/icon-news.png) no-repeat scroll 10px 10px;
  padding-left: 55px;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.sect-three .workspace .space-three .btn-events .plus {
  background: #0397a2;
  position: absolute;
  width: 50px;
  height: 55px;
  top: 0;
  right: 0;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.sect-three .workspace .space-three .btn-events .plus:before {
  padding-top: 20px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 16px;
}
.sect-three .workspace .space-three .btn-events:hover {
  text-decoration: none;
  background-color: #0397a2;
}
.sect-three .workspace .space-three .btn-events:hover .plus {
  background: #026870;
}
.sect-three .workspace .space-three img {
  margin-bottom: 20px;
}
.sect-three .workspace .space-three h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.sect-three .workspace .space-three p {
  line-height: 1.5rem;
  font-weight: 300;
}
.sect-three .workspace .space-three p span {
  display: block;
  font-weight: 600;
}

.sect-four {
  background: #ebebeb;
  padding: 60px 0;
  margin-top: 30px;
}
.sect-four .contact .contact-form {
  margin-bottom: 20px;
}
/* .sect-four .contact .contact-form #sendMessageButton {
  background-color: #ff0000;
  line-height: 1.4;
}
.sect-four .contact .contact-form #sendMessageButton:hover {
  background-color: #e00303;
} */
@media only screen and (max-width: 575px) {
  .sect-four .contact .contact-form .col-md-12 {
    padding: 0;
  }
}
.sect-four .contact .contact-form .col-md-12 h2 {
  color: #0397a2;
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
  padding-left: 30px;
}
.sect-four .contact .contact-form .col-md-12 h2:before {
  position: absolute;
  font-family: "FontAwesome", sans-serif;
  content: "";
  left: 0;
  top: 0;
}
.sect-four .contact .contact-form .col-md-12 h2 span {
  font-weight: 600;
}
.sect-four .contact .contact-form .col-md-12 .form-group {
  margin-bottom: 5px;
}
.sect-four .contact .contact-form .col-md-12 .form-group p {
  margin-bottom: 0;
}
.sect-four .contact .contact-form .col-md-12 .form-group p ul {
  margin-bottom: 0;
  padding: 0;
}
.sect-four .contact .contact-form .col-md-12 .form-group p ul li {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.75rem;
  color: #e91d24;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.sect-four .contact .contact-form .col-md-12 .form-group input, .sect-four .contact .contact-form .col-md-12 .form-group textarea {
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 0.875rem;
  letter-spacing: 0.8px;
}
.sect-four .contact .contact-form .col-md-12 .form-group input::-webkit-input-placeholder, .sect-four .contact .contact-form .col-md-12 .form-group textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.875rem;
}
.sect-four .contact .contact-form .col-md-12 .form-group input::-moz-placeholder, .sect-four .contact .contact-form .col-md-12 .form-group textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 0.875rem;
}
.sect-four .contact .contact-form .col-md-12 .form-group input:-ms-input-placeholder, .sect-four .contact .contact-form .col-md-12 .form-group textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 0.875rem;
}
.sect-four .contact .contact-form .col-md-12 .form-group input:-moz-placeholder, .sect-four .contact .contact-form .col-md-12 .form-group textarea:-moz-placeholder {
  color: #b3b3b3;
  font-size: 0.875rem;
}
@media only screen and (max-width: 575px) {
  .sect-four .contact .contact-form .text-right {
    padding: 0;
  }
}
.sect-four .contact .idea-worth h2 {
  color: #0397a2;
  font-size: 1.5rem;
}
.sect-four .contact .idea-worth p {
  font-weight: 300;
  line-height: 1.5rem;
}
.sect-four .ph-gallery {
  padding-top: 35px;
}
.sect-four .ph-gallery .tile-1 {
  position: relative;
}
.sect-four .ph-gallery .tile-1 img {
  max-width: 100%;
  min-height: 360px;
}
@media only screen and (max-width: 767px) {
  .sect-four .ph-gallery .tile-1 img {
    min-height: 300px;
  }
}
.sect-four .ph-gallery .tile-1 .plus {
  background: #0397a2;
  position: absolute;
  bottom: 0;
  left: 15px;
  padding: 13px 30px;
  cursor: pointer;
  display: flex;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sect-four .ph-gallery .tile-1 .plus i {
  color: #fff;
  font-size: 2rem;
}
.sect-four .ph-gallery .tile-1:hover .plus {
  background: #e91d24;
}
.sect-four .ph-gallery .tile-3 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.sect-four .ph-gallery .tile-3 img {
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .sect-four .ph-gallery .tile-3 img {
    display: none;
  }
}
.sect-four .ph-gallery .tile-3:last-child {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .sect-four .ph-gallery .tile-3:last-child {
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .sect-four .ph-gallery .tile-3 {
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .sect-four .ph-gallery .tile-3:first-child {
    margin-left: 0px;
  }
}

.sect-five {
  padding: 30px 0;
}
.sect-five .slickslide .slick-control {
  margin-top: 30px;
}
.sect-five .slickslide .slick-control a:hover {
  text-decoration: none;
}
.sect-five .slickslide .slick-control a img {
  width: auto;
  height: auto;
  transition: all 0.2s ease-in;
}
.sect-five .slickslide .slick-control a img:hover {
  transition: all 0.2s ease-in;
  transform: scale(1.05);
}
.sect-five .slickslide .slick-track {
  display: flex;
}
.sect-five .slickslide .slick-track .slick-slide {
  text-align: center;
  justify-content: center;
  display: block;
}
.sect-five .slickslide .slick-track .slick-slide img {
  margin: 0 auto;
}
.sect-five .slickslide .slick-track .slick-slide span {
  display: block;
  padding: 5px;
  color: gray;
  margin-top: 10px;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 300;
  letter-spacing: 0.8px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .sect-five .slickslide .slick-track .slick-slide span {
    display: none;
  }
}
.sect-five .slickslide .full-width .slick-prev {
  margin-left: 40px;
}
.sect-five .slickslide .full-width .slick-next {
  margin-right: 40px;
}
.sect-five .slickslide .slick-prev:before,
.sect-five .slickslide .slick-next:before {
  color: #b3b3b3;
}

footer {
  padding: 0;
}
footer .footer-top {
  background: #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-top ._ojwbw {
    display: flex;
    flex-flow: row wrap;
  }
}
footer .footer-top ._ojwbw ul {
  margin-left: 0;
  padding: 0;
  float: left;
  text-align: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  footer .footer-top ._ojwbw ul {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer-top ._ojwbw ul {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-top ._ojwbw ul {
    width: 50%;
  }
}
footer .footer-top ._ojwbw ul h4 {
  font-size: 1rem;
  margin-bottom: 20px;
}
footer .footer-top ._ojwbw ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
footer .footer-top ._ojwbw ul li a {
  font-weight: 300;
  color: #000;
  font-size: 0.875rem;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
footer .footer-top ._ojwbw ul li a:hover {
  text-decoration: none;
  padding-left: 5px;
}
footer .footer-top ._ojwbw ul.address li {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  footer .footer-top .podium {
    display: none;
  }
}
footer .footer-bottom {
  background: #0397a2;
}
footer .footer-bottom .copyright {
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
}
footer .footer-bottom .copyright a {
  color: inherit;
  -moz-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
footer .footer-bottom .copyright a:hover {
  text-decoration: none;
  color: #fff;
}

#modalGallery h2 {
  text-align: left;
}

#modalAbout div {
  text-align: left;
}
#modalAbout h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalAbout .row {
  margin: 0;
}
#modalAbout .row .banner {
  min-height: 250px;
  background: url(../img/about-bg.png) no-repeat scroll 0 0/cover;
  padding-right: 0;
  position: relative;
}
#modalAbout .row .banner .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(80, 174, 255, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#modalAbout .row .banner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  padding: 20px 20px 20px 60px;
  color: #fff;
  font-size: 1.375rem;
  width: 100%;
  background: url(../img/icon-idea.png) no-repeat scroll 15px 25px;
  font-weight: 300;
}
#modalAbout .row .banner .title span {
  font-weight: 600;
}
#modalAbout .row .banner .title .break {
  display: block;
  font-weight: 300;
}
#modalAbout .row .banner .title .break span {
  font-weight: 600;
}
#modalAbout .row .recent-pro {
  background: #f9f9f9;
  position: relative;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #modalAbout .row .recent-pro {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalAbout .row .recent-pro {
    padding-top: 40px;
  }
}
#modalAbout .row .recent-pro .project-logo {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalAbout .row .recent-pro .project-logo {
    display: inline-block;
    vertical-align: top;
  }
}
#modalAbout .row .recent-pro .features {
  margin: 0 0 0 0%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #modalAbout .row .recent-pro .features {
    display: block;
    margin: 20px 0 0 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalAbout .row .recent-pro .features {
    display: inline-block;
    margin: 20px 0 0 5%;
  }
}
#modalAbout .row .recent-pro .features li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
#modalAbout .row .recent-pro .features li:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome", sans-serif;
  left: 0;
  top: 0;
  color: #000;
}
#modalAbout .row .recent-pro .plus {
  background: #0397a2;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#modalAbout .row .recent-pro .plus:hover {
  background: #026870;
}
#modalAbout .row .recent-pro .plus i {
  color: #fff;
}
#modalAbout .copy {
  padding-top: 60px;
}
#modalAbout .copy h1 {
  font-size: 2rem;
}
#modalAbout .copy p.first {
  font-size: 1.25rem;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  #modalAbout .copy p.first {
    font-size: 1rem;
    font-weight: 300;
  }
}
#modalAbout .big-idea {
  position: relative;
  height: 460px;
}
@media only screen and (max-width: 767px) {
  #modalAbout .big-idea {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalAbout .big-idea {
    height: auto;
    min-height: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #modalAbout .big-idea {
    height: auto;
  }
}
#modalAbout .big-idea .mic {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 15px;
}
#modalAbout .big-idea .bg-img {
  background: url(../img/Untitled-3-01.svg) no-repeat scroll 0 0/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#modalAbout .big-idea .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#modalAbout .big-idea .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  color: #fff;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  #modalAbout .big-idea .copy {
    position: relative;
  }
}
#modalAbout .big-idea .copy h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
}
#modalAbout .big-idea .copy h3 {
  font-size: 1.25rem;
}
#modalAbout .specialties {
  border-top: 2px solid #eef4f9;
  border-bottom: 2px solid #eef4f9;
  margin-top: 50px;
}
#modalAbout .specialties .item {
  border-right: 2px solid #eef4f9;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #modalAbout .specialties .item {
    border-right: none;
    border-bottom: 2px solid #eef4f9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalAbout .specialties .item {
    border-right: none;
    border-bottom: 2px solid #eef4f9;
  }
}
#modalAbout .specialties .item h2 {
  font-size: 1.562rem;
  font-weight: 600;
  position: relative;
}
#modalAbout .specialties .item h2:before {
  content: "";
  position: absolute;
  left: -75px;
  top: 0;
  background: url(../img/icon-01.png) no-repeat scroll 0 0;
  width: 65px;
  height: 65px;
  display: block;
  z-index: 5;
}
#modalAbout .specialties .item h2 span {
  font-size: 1rem;
  display: block;
  text-transform: uppercase;
}
#modalAbout .specialties .item:last-child {
  border: none;
}
#modalAbout .specialties .item.two h2:before {
  background: url(../img/icon-02.png) no-repeat scroll 0 0;
}
#modalAbout .specialties .item.three h2:before {
  background: url(../img/icon-03.png) no-repeat scroll 0 0;
}

#modalProduct h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalProduct .bd-example.bd-example-tabs {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalProduct .bd-example.bd-example-tabs {
    flex-flow: column nowrap;
  }
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  #modalProduct .bd-example.bd-example-tabs .ulowbgw {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalProduct .bd-example.bd-example-tabs .ulowbgw {
    flex-basis: auto;
  }
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item {
  z-index: 4;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  color: #fff;
  padding: 0px;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  color: #fff;
  padding: 0px;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item:nth-child(3) {
  padding: 20px 20px 20px 20px;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab li a {
  border: 0px solid transparent;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab .bg-img {
  background: url(../img/bg-idea-bg.png) no-repeat scroll 0 0/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw ul#myTab .overlay {
  background: rgba(0, 140, 220, 0.95);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw .njrb {
  height: 50%;
  background-image: url("../img/bsadfkjh.jpg");
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 70px;
  flex-flow: column wrap;
  position: relative;
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw .njrb:before {
  position: absolute;
  content: "";
  background: url(../img/paper-01.svg) no-repeat scroll 0 0;
  width: 67px;
  height: 54px;
  left: 0px;
  top: 0px;
  background-size: contain;
  background-position: 10px;
  background-color: red;
}
@media only screen and (max-width: 767px) {
  #modalProduct .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 70px;
  }
}
@media only screen and (max-width: 575px) {
  #modalProduct .bd-example.bd-example-tabs .ulowbgw .njrb {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalProduct .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 70px;
  }
}
#modalProduct .bd-example.bd-example-tabs .ulowbgw .njrb h4 {
  color: #26b947;
}
#modalProduct .bd-example.bd-example-tabs #myTabContent {
  flex-basis: 65%;
  padding: 30px;
  background-color: #ececec;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #modalProduct .bd-example.bd-example-tabs #myTabContent {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalProduct .bd-example.bd-example-tabs #myTabContent {
    flex-basis: auto;
  }
}
#modalProduct .bd-example.bd-example-tabs #myTabContent #profile {
  text-align: left;
}
#modalProduct .bd-example.bd-example-tabs #myTabContent #profile h3 {
  position: relative;
  padding-left: 45px;
}
#modalProduct .bd-example.bd-example-tabs #myTabContent #profile h3:nth-child(1):before {
  background: url("../img/software-svg-01.svg") no-repeat scroll 0 0;
}
#modalProduct .bd-example.bd-example-tabs #myTabContent #profile h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: -5px;
  background-color: #0387d2 !important;
  border-radius: 5px;
}

#modalhardware h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalhardware .bd-example.bd-example-tabs {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalhardware .bd-example.bd-example-tabs {
    flex-flow: column nowrap;
  }
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  #modalhardware .bd-example.bd-example-tabs .ulowbgw {
    flex-basis: auto;
  }
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item {
  z-index: 4;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  color: #fff;
  padding: 0px;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  color: #fff;
  padding: 0px;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item:nth-child(3) {
  padding: 20px 20px 20px 20px;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab li a {
  border: 0px solid transparent;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab .bg-img {
  background: url(../img/bg-idea-bg.png) no-repeat scroll 0 0/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw ul#myTab .overlay {
  background: rgba(0, 140, 220, 0.95);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw .njrb {
  height: 50%;
  background-image: url(../img/bsadfkjh-2.jpg);
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 70px;
  flex-flow: column wrap;
  position: relative;
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw .njrb:before {
  position: absolute;
  content: "";
  background: url(../img/paper-01.svg) no-repeat scroll 0 0;
  width: 67px;
  height: 54px;
  left: 0px;
  top: 0px;
  background-size: contain;
  background-position: 10px;
  background-color: red;
}
@media only screen and (max-width: 767px) {
  #modalhardware .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 70px;
  }
}
@media only screen and (max-width: 575px) {
  #modalhardware .bd-example.bd-example-tabs .ulowbgw .njrb {
    height: 100%;
  }
}
#modalhardware .bd-example.bd-example-tabs .ulowbgw .njrb h4 {
  color: #26b947;
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalhardware .bd-example.bd-example-tabs .ulowbgw {
    padding: 70px;
  }
}
#modalhardware .bd-example.bd-example-tabs #myTabContent {
  flex-basis: 65%;
  padding: 30px;
  background-color: #ececec;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #modalhardware .bd-example.bd-example-tabs #myTabContent {
    flex-basis: auto;
  }
}
#modalhardware .bd-example.bd-example-tabs #myTabContent #home {
  text-align: left;
}
#modalhardware .bd-example.bd-example-tabs #myTabContent #home h3 {
  position: relative;
  padding-left: 45px;
}
#modalhardware .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(1):before {
  background: url("../img/hardware-svg-01.svg") no-repeat scroll 0 0;
}
#modalhardware .bd-example.bd-example-tabs #myTabContent #home h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: -5px;
  background-color: #0387d2 !important;
  border-radius: 5px;
}

#modalapps {
  text-align: left;
}
#modalapps h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalapps .bd-example.bd-example-tabs {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalapps .bd-example.bd-example-tabs {
    flex-flow: column nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #modalapps .bd-example.bd-example-tabs {
    flex-flow: column nowrap;
  }
}
#modalapps .bd-example.bd-example-tabs .ulowbgw {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #modalapps .bd-example.bd-example-tabs .ulowbgw {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalapps .bd-example.bd-example-tabs .ulowbgw {
    flex-basis: auto;
  }
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item {
  z-index: 4;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item .nav-link {
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  color: #fff;
  padding: 0px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item .nav-link:hover {
  transform: translateX(10px);
  transition: all 0.2s ease-in-out;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab li.nav-item:nth-child(3) {
  padding: 20px 20px 20px 20px;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab li a {
  border: 0px solid transparent;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab .bg-img {
  background: url(../img/bg-idea-bg.png) no-repeat scroll 0 0/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw ul#myTab .overlay {
  background: rgba(0, 140, 220, 0.95);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw .njrb {
  height: 50%;
  background-image: url(../img/bsadfkjh-1.jpg);
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 70px;
  flex-flow: column wrap;
  position: relative;
}
#modalapps .bd-example.bd-example-tabs .ulowbgw .njrb:before {
  position: absolute;
  content: "";
  background: url(../img/paper-01.svg) no-repeat scroll 0 0;
  width: 67px;
  height: 54px;
  left: 0px;
  top: 0px;
  background-size: contain;
  background-position: 10px;
  background-color: red;
}
@media only screen and (max-width: 767px) {
  #modalapps .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  #modalapps .bd-example.bd-example-tabs .ulowbgw .njrb {
    height: 100%;
    padding: 80px 30px 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalapps .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #modalapps .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 70px;
  }
}
#modalapps .bd-example.bd-example-tabs .ulowbgw .njrb h4 {
  color: #26b947;
}
#modalapps .bd-example.bd-example-tabs #myTabContent {
  flex-basis: 65%;
  padding: 30px;
  background-color: #ececec;
  text-align: left;
  font-weight: 300;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #modalapps .bd-example.bd-example-tabs #myTabContent {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalapps .bd-example.bd-example-tabs #myTabContent {
    flex-basis: auto;
  }
}
#modalapps .bd-example.bd-example-tabs #myTabContent #home {
  padding-top: 0px;
}
#modalapps .bd-example.bd-example-tabs #myTabContent #home h3 {
  position: relative;
  padding-left: 45px;
}
#modalapps .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(1):before {
  background: url("../img/application-svg-01-01.svg") no-repeat scroll 0 0;
}
#modalapps .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(3):before {
  background: url("../img/software-svg-01.svg") no-repeat scroll 0 0;
}
#modalapps .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(5):before {
  background: url("../img/hardware-svg-01.svg") no-repeat scroll 0 0;
}
#modalapps .bd-example.bd-example-tabs #myTabContent #home h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: -5px;
  background-color: #0387d2 !important;
  border-radius: 5px;
}

.kjvbevfe {
  display: flex;
  flex-flow: row wrap;
}
.kjvbevfe .lsdf {
  flex-basis: 50%;
  padding: 10px;
  margin-bottom: 60px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .kjvbevfe .lsdf {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kjvbevfe .lsdf {
    flex-basis: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kjvbevfe .lsdf {
    flex-basis: auto;
  }
}
.kjvbevfe .lsdf:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(2px) scale(0.995);
}
.kjvbevfe .lsdf ._sklj {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  background-color: #fff;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.kjvbevfe .lsdf ._sklj .fsvt {
  display: flex;
  flex-flow: column wrap;
  margin-top: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
.kjvbevfe .lsdf ._sklj .fsvt .plussd {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-basis: 50px;
  align-items: center;
  height: 50px;
  width: 50px;
  transition: all 0.2s ease-in-out;
}
.kjvbevfe .lsdf ._sklj .fsvt .plussd:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-5px) scale(1.05);
}
.kjvbevfe .lsdf ._sklj .fsvt ._ibvr {
  display: flex;
  flex-flow: column wrap;
  flex-basis: calc(100% - 80px);
}

._sbdb {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
._sbdb ._bwvq {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background-color: #fff;
  align-items: flex-start;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.05);
}
._sbdb ._bwvq span {
  line-height: 1.4;
  display: block;
  font-size: 12px;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}
._sbdb ._bwvq span:hover {
  transform: translateX(10px);
  transition: all 0.2s ease-in-out;
}
._sbdb ._bwvq span:hover a {
  text-decoration: none;
}

.ul {
  list-style: none;
  padding-left: 20px;
}
.ul li {
  position: relative;
}
.ul li:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome", sans-serif;
  left: -20px;
  top: 0;
  color: #000;
}

._wevvk ._ywv {
  display: flex;
  margin-bottom: 20px;
}
._wevvk ._ywv ._lwb {
  height: 40px;
  background-color: #3caeb6;
  justify-content: center;
  display: flex;
  color: #fff;
  align-items: center;
}
._wevvk ._ywv ._lwb i {
  padding: 20px 15px;
}
._wevvk ._ywv ._wvq {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding-left: 5px;
}

.banner-bmc .scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media only screen and (max-width: 767px) {
  .banner-bmc .scale-in-center {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-bmc .scale-in-center {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.banner-bmc .slide-in-fwd-bottom {
  -webkit-animation: slide-in-fwd-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  max-width: 100%;
}
.banner-bmc .linkskdbf {
  display: flex;
}
.banner-bmc .linkskdbf a img {
  width: 90%;
  margin: 10px 0px !important;
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
#modalevents {
  text-align: left;
}
#modalevents h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalevents .bd-example.bd-example-tabs {
  display: flex;
  flex-flow: row wrap;
}
#modalevents .bd-example.bd-example-tabs .ulowbgw {
  flex-basis: 31%;
  display: flex;
  flex-direction: column;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: relative;
}
#modalevents .bd-example.bd-example-tabs .ulowbgw .njrb {
  height: 100%;
  background-image: url("../img/bsadfkjh.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 70px;
  flex-flow: column wrap;
}
#modalevents .bd-example.bd-example-tabs #myTabContent {
  flex-basis: 65%;
  padding: 30px;
  background-color: #ececec;
  text-align: left;
  font-weight: 300;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home {
  padding-top: 0px;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home h3 {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(1):before {
  background: url("../img/application-svg-01-01.svg") no-repeat scroll 0 0;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: -5px;
  background-color: #0387d2 !important;
  border-radius: 5px;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  margin-bottom: 10px;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card:nth-child(odd) ._mlkfh {
  background-color: #3e69b3 !important;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header {
  display: flex;
  cursor: pointer;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._mlkfh {
  background-color: #7ac142;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._mlkfh span {
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
  color: #fff;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._mlkfh span:nth-child(1) {
  font-size: 42px;
  font-weight: 300;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._yweva h5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._yweva h5 button {
  color: #333;
  font-size: 1.75rem;
  line-height: 18px;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._yweva h5 button:hover {
  text-decoration: none;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-header ._yweva h5:last-child button {
  font-size: 1rem;
  line-height: 5px;
}
#modalevents .bd-example.bd-example-tabs #myTabContent #home ._kaon #accordion .card .card-body img {
  margin-bottom: 10px;
}

#modalcontact {
  text-align: left;
}
#modalcontact h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalcontact .bd-example.bd-example-tabs {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  #modalcontact .bd-example.bd-example-tabs {
    flex-flow: column wrap;
  }
}
#modalcontact .bd-example.bd-example-tabs .ulowbgw {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: relative;
}
#modalcontact .bd-example.bd-example-tabs .ulowbgw .njrb {
  height: 100%;
  background-image: url("../img/bsadfkjh.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  flex-flow: column wrap;
}
@media only screen and (max-width: 767px) {
  #modalcontact .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #modalcontact .bd-example.bd-example-tabs .ulowbgw .njrb {
    padding: 0px 20px;
  }
}
#modalcontact .bd-example.bd-example-tabs .ulowbgw .njrb input {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent {
  flex-basis: 65%;
  padding: 30px;
  background-color: #ececec;
  text-align: left;
  font-weight: 300;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home {
  padding-top: 0px;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home h3 {
  position: relative;
  padding-left: 45px;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(1):before {
  background: url("../img/contact-us-01.svg") no-repeat scroll 0 0;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: -5px;
  background-color: #0387d2 !important;
  border-radius: 5px;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home ._iwvbw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home ._iwvbw ._etcw ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home ._iwvbw ._etcw ul li {
  margin-bottom: 20px;
}
#modalcontact .bd-example.bd-example-tabs #myTabContent #home ._iwvbw ._etcw ul li b {
  font-weight: 500;
}

#modalGallery {
  text-align: left;
}
#modalGallery h2 {
  text-align: left;
  font-weight: 600;
  font-size: 2.187rem;
  text-transform: none;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalGallery .bd-example.bd-example-tabs {
  display: flex;
  flex-flow: row wrap;
}
#modalGallery .bd-example.bd-example-tabs .ulowbgw {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: relative;
}
#modalGallery .bd-example.bd-example-tabs .ulowbgw .njrb {
  height: 100%;
  background-image: url("../img/bsadfkjh.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  flex-flow: column wrap;
}
#modalGallery .bd-example.bd-example-tabs .ulowbgw .njrb input {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}
#modalGallery .bd-example.bd-example-tabs #myTabContent {
  flex-basis: 65%;
  padding: 30px;
  background-color: #ececec;
  text-align: left;
  font-weight: 300;
}
#modalGallery .bd-example.bd-example-tabs #myTabContent #home {
  padding-top: 0px;
}
#modalGallery .bd-example.bd-example-tabs #myTabContent #home h3 {
  position: relative;
  padding-left: 45px;
}
#modalGallery .bd-example.bd-example-tabs #myTabContent #home h3:nth-child(1):before {
  background: url("../img/contact-us-01.svg") no-repeat scroll 0 0;
}
#modalGallery .bd-example.bd-example-tabs #myTabContent #home h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: -5px;
  background-color: #0387d2 !important;
  border-radius: 5px;
}

.blood-search, .bmc, .chem, .fly, .hrtray,
.ihealth {
  display: inline-block;
  background: url("../img/projects/brand-logo.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.blood-search {
  background-position: 0px 0px;
  width: 264px;
  height: 120px;
}
@media only screen and (max-width: 575px) {
  .blood-search {
    width: 100%;
    background-position: -70px 0px;
  }
}

.bmc {
  background-position: -264px 0px;
  width: 264px;
  height: 120px;
}
@media only screen and (max-width: 575px) {
  .bmc {
    width: 100%;
    background-position: -314px 0px;
  }
}

.chem {
  background-position: -20px -120px;
  width: 264px;
  height: 120px;
}
@media only screen and (max-width: 575px) {
  .chem {
    width: 100%;
    background-position: 50px -120px;
  }
}

.fly {
  background-position: -264px -120px;
  width: 264px;
  height: 120px;
}
@media only screen and (max-width: 575px) {
  .fly {
    width: 100%;
    background-position: -334px -120px;
  }
}

.hrtray {
  background-position: 0px -240px;
  width: 264px;
  height: 120px;
}
@media only screen and (max-width: 575px) {
  .hrtray {
    width: 100%;
    background-position: -60px -240px;
  }
}

.ihealth {
  background-position: -264px -240px;
  width: 264px;
  height: 120px;
}
@media only screen and (max-width: 575px) {
  .ihealth {
    width: 100%;
    background-position: -314px -240px;
  }
}

#grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
#grid .fs-gal {
  float: left;
}
#grid div > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#grid .horizontal {
  grid-column: span 2;
}
#grid .vertical {
  grid-row: span 2;
}
#grid .big {
  grid-column: span 2;
  grid-row: span 2;
}

.fs-gal-view {
  display: none;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-color: rgba(20, 20, 20, 0.7);
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fs-gal-view h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 300;
  font-size: 26px;
}

.fs-gal-prev, .fs-gal-next, .fs-gal-close {
  position: absolute;
  top: calc(50vh - 20px);
  height: 40px;
  width: 40px;
  z-index: 999999;
  -webkit-filter: drop-shadow(2px 2px 2px black);
  filter: drop-shadow(2px 2px 2px black);
  transition: all 0.3s;
}

.fs-gal-prev:hover, .fs-gal-next:hover, .fs-gal-close:hover {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.9));
  cursor: pointer;
}

.fs-gal-prev {
  left: 14px;
}

.fs-gal-next {
  right: 14px;
}

.fs-gal-close {
  top: 38px;
  right: 56px;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .fs-gal-close {
    height: 40px;
    width: 40px;
  }
  .banner-fly {
    background: #fff;
    text-align: center;
  }
}

.fs-gal-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fs-gal:hover, .fs-gal-nav:hover, .fs-gal-close:hover {
  cursor: pointer;
}

.text-primary {
  color: #0397a2 !important;
}

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #0397a2;
  background-color: #0397a2;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
.btn-primary.focus, .btn-primary:focus {
  color: white;
  border-color: #012225;
  background-color: #026870;
}
.btn-primary:hover {
  color: white;
  border-color: #025f66;
  background-color: #026870;
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: white;
  border-color: #025f66;
  background-color: #026870;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: white;
  border-color: #012225;
  background-color: #01484d;
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  border-color: #0397a2;
  background-color: #0397a2;
}
.btn-primary .badge {
  color: #0397a2;
  background-color: white;
}

.btn-xl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 3px;
  color: white;
  border-color: #0397a2;
  background-color: #0397a2;
  font-family: "Roboto", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
}
.btn-xl.focus, .btn-xl:focus {
  color: white;
  border-color: #012225;
  background-color: #026870;
}
.btn-xl:hover {
  color: white;
  border-color: #025f66;
  background-color: #026870;
}
.btn-xl.active, .btn-xl:active, .open > .btn-xl.dropdown-toggle {
  color: white;
  border-color: #025f66;
  background-color: #026870;
}
.btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover, .open > .btn-xl.dropdown-toggle.focus, .open > .btn-xl.dropdown-toggle:focus, .open > .btn-xl.dropdown-toggle:hover {
  color: white;
  border-color: #012225;
  background-color: #01484d;
}
.btn-xl.active, .btn-xl:active, .open > .btn-xl.dropdown-toggle {
  background-image: none;
}
.btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl.focus, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:hover {
  border-color: #0397a2;
  background-color: #0397a2;
}
.btn-xl .badge {
  color: #0397a2;
  background-color: white;
}

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