@charset "UTF-8";
/* varela-round-regular - latin */
@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/varela-round-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/varela-round-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/varela-round-v13-latin-regular.woff2") format("woff2"), url("../fonts/varela-round-v13-latin-regular.woff") format("woff"), url("../fonts/varela-round-v13-latin-regular.ttf") format("truetype"), url("../fonts/varela-round-v13-latin-regular.svg#VarelaRound") format("svg");
  /* Legacy iOS */
}
/* exo-2-regular - latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/exo-2-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v15-latin-regular.woff2") format("woff2"), url("../fonts/exo-2-v15-latin-regular.woff") format("woff"), url("../fonts/exo-2-v15-latin-regular.ttf") format("truetype"), url("../fonts/exo-2-v15-latin-regular.svg#Exo2") format("svg");
  /* Legacy iOS */
}
/* exo-2-600 - latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/exo-2-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v15-latin-600.woff2") format("woff2"), url("../fonts/exo-2-v15-latin-600.woff") format("woff"), url("../fonts/exo-2-v15-latin-600.ttf") format("truetype"), url("../fonts/exo-2-v15-latin-600.svg#Exo2") format("svg");
  /* Legacy iOS */
}
/* exo-2-700 - latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/exo-2-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v15-latin-700.woff2") format("woff2"), url("../fonts/exo-2-v15-latin-700.woff") format("woff"), url("../fonts/exo-2-v15-latin-700.ttf") format("truetype"), url("../fonts/exo-2-v15-latin-700.svg#Exo2") format("svg");
  /* Legacy iOS */
}
html, body {
  scroll-behavior: smooth;
}

body {
  overflow-y: auto;
  font-family: "Varela Round";
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

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

a, a:hover, a:focus {
  text-decoration: none;
}

p:last-of-type {
  margin-bottom: 0;
}

.row {
  margin: 0 auto;
}

.edit-content {
  position: relative;
}
.edit-content > a {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  color: #ffffff;
  padding: 5px 20px;
  z-index: 51;
}
.edit-content > a:hover {
  background: #65AAE5;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 40px;
}
.header .navbar {
  padding: 0;
}

.block-superfish {
  background: #2396DA;
}
.block-superfish .sf-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-superfish .sf-menu > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 23px;
  padding: 10px 30px;
  color: #fff;
}
.block-superfish .sf-menu > li > a:hover {
  background: #65AAE5;
}
.block-superfish .sf-menu > li > a.is-active {
  background: #1773C2;
}
.block-superfish .sf-menu a.menuparent {
  position: relative;
}
.block-superfish .sf-menu a.menuparent:after {
  display: inline-block;
  font-size: 14px;
  width: 10px;
  margin-left: 5px;
  font-family: FontAwesome;
  position: absolute;
  right: 11px;
  content: "" !important;
}
.block-superfish .sf-menu .menuparent ul {
  background: #2396DA;
  top: 43px;
}
.block-superfish .sf-menu .menuparent ul > li a {
  color: #fff;
}
.block-superfish .sf-menu .menuparent ul > li a:hover {
  background: #65AAE5;
}
.block-superfish .sf-menu .menuparent ul > li a.is-active {
  background: #1773C2;
}
.block-superfish .sf-sub-indicator {
  display: none;
}

.block-socialmedia .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-socialmedia .bf-social-media {
  font-size: 0;
  position: relative;
}
.block-socialmedia .bf-social-media a:after {
  font-size: 32px;
  display: inline-block;
  text-align: center;
  font: normal normal normal 32px/1 FontAwesome;
  padding: 7px 5px;
}
.block-socialmedia .bf-social-media a:hover {
  opacity: 0.5;
}
.block-socialmedia .facebook a:after {
  content: "";
  color: #305194;
}
.block-socialmedia .twitter a:after {
  content: "";
  color: #00AFE8;
}
.block-socialmedia .linkedin a:after {
  content: "";
  color: #006FB4;
}
.block-socialmedia .contact-number {
  color: #0A73C6;
  font-size: 22px;
  font-weight: 700;
  font-family: "Exo 2";
}
.block-socialmedia .contact-number p:before {
  content: "";
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font: normal normal normal 20px/1 FontAwesome;
  padding: 7px 5px;
  color: #0A73C6;
}

.alert-wrapper {
  max-width: 400px;
  left: 15px;
  bottom: 15px;
  width: auto;
}
.alert-wrapper .alert::before {
  display: none;
}

.navbar-toggler {
  border: 0;
  margin: 5px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .icon-bar {
  height: 3px;
  background-color: #1f326c;
  min-width: 30px;
  display: block;
  transition: transform 0.3s;
}
.navbar-toggler .icon-bar:not(:last-of-type) {
  margin-bottom: 5px;
}

/* ANIMATED X */
.navbar-toggler.x.collapsed .icon-bar {
  transition: transform 0.3s;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
/* NAV-TABS */
.user-logged-in .tabs .nav-tabs {
  border-bottom: 2px solid #ddd;
}

.user-logged-in .tabs .nav-tabs > li.active > a,
.user-logged-in .tabs .nav-tabs > li.active > a:focus,
.user-logged-in .tabs .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.user-logged-in .tabs .nav-tabs > li > a {
  color: #666;
  border: none;
  position: relative;
}

.user-logged-in .tabs .nav-tabs > li.active > a,
.user-logged-in .tabs .nav-tabs > li > a:hover,
.user-logged-in .tabs .nav-tabs > li > a:focus {
  color: #E1A04B !important;
  border: none;
  background: transparent;
}

.user-logged-in .nav-tabs > li > a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 250ms ease 0s;
  transform: scale(0);
  background-color: #E1A04B;
}

.user-logged-in .tabs .nav-tabs > li.active > a::after,
.user-logged-in .tabs .nav-tabs > li:hover > a::after,
.user-logged-in .tabs .nav-tabs > li > a:focus::after {
  transform: scale(1);
}

.user-logged-in .tabs .tab-nav > li > a::after {
  color: #fff;
  background-color: #21527d;
}

.block--services .view-content {
  display: flex;
  flex-wrap: wrap;
}
.block--services .item {
  padding: 40px;
}
.block--services .item:nth-child(odd) {
  background-color: #EFF6FC;
}
.block--services .item .item__title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #0A73C6;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block--welcome {
  padding: 40px;
  background-color: #E7EEF4;
  box-shadow: inset 0px 6px 8px -3px rgba(0, 0, 0, 0.2);
}
.block--welcome .block-title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #0A73C6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block--welcome .block-image img {
  width: 100%;
}
.block--welcome .content-left {
  padding: 0 50px 0 15px;
}

.path-about-us #main-wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.path-about-us .banner .page-title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #0A73C6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}

.path-services .title, .path-products .title {
  display: none;
}
.path-services #main-wrapper > .container, .path-products #main-wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.path-services .block--banner .page-title, .path-products .block--banner .page-title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #0A73C6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
.path-services .block--banner .item__body, .path-products .block--banner .item__body {
  padding: 30px 40px;
}

.path-about-us .title {
  display: none;
}
.path-about-us .view-content {
  padding: 0 40px;
}
.path-about-us .item {
  margin-bottom: 40px;
}
.path-about-us .content-left {
  padding-right: 35px;
}
.path-about-us .content-left .item__image img {
  width: 100%;
}

.path-services .main-content .view-content, .path-products .main-content .view-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
}
.path-services .item, .path-products .item {
  margin-bottom: 50px;
}
.path-services .item .item__title, .path-products .item .item__title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  color: #0A73C6;
}
.path-services .item .item__title a, .path-products .item .item__title a {
  color: #333;
}
.path-services .item .item__title a:hover, .path-products .item .item__title a:hover {
  color: #0A73C6;
}
.path-services .item .item__image img, .path-products .item .item__image img {
  width: 100%;
}
.path-services .item .item__image img:hover, .path-products .item .item__image img:hover {
  opacity: 0.7;
}

.path-contact-us .title {
  display: none;
}
.path-contact-us #main-wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.path-contact-us .page-title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #0A73C6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
.path-contact-us iframe {
  border: 0;
}
.path-contact-us .contact-details {
  padding: 40px;
}
.path-contact-us .contact-details .nf-body {
  text-align: center;
  padding: 0 0 40px;
}
.path-contact-us .contact-details h2 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.path-contact-us .contact-details a {
  color: #333;
}
.path-contact-us .contact-details .row {
  border: 1px solid #B8B0AD;
  padding: 30px 0;
}
.path-contact-us .contact-details .col-md-4 {
  padding: 0 50px;
}
.path-contact-us .webform-submission-form {
  padding: 0 40px;
}
.path-contact-us .webform-submission-form .form-type-processed-text {
  text-align: center;
  margin: 35px 0 !important;
}
.path-contact-us .webform-submission-form .row {
  margin: 0 -15px;
}
.path-contact-us .webform-submission-form .form-control {
  border: 1px solid #B8B0AD;
  border-radius: 0;
  height: 55px;
  padding: 20px;
}
.path-contact-us .webform-submission-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #AAAAAA;
}
.path-contact-us .webform-submission-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
.path-contact-us .webform-submission-form .form-control::placeholder {
  color: #AAAAAA;
}
.path-contact-us .webform-submission-form .form-control:focus {
  box-shadow: 0 0 0 1px #f7f2e6;
}
.path-contact-us .webform-submission-form .form-textarea-wrapper .form-control {
  height: 160px;
  resize: none;
}
.path-contact-us .webform-submission-form label {
  display: none;
}
.path-contact-us .webform-submission-form .form-text {
  margin-top: 0;
}
.path-contact-us .webform-submission-form .form-group {
  margin-bottom: 20px;
}
.path-contact-us .webform-submission-form .btn-primary {
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  border-radius: 20px;
  padding: 7px 30px;
  display: inline-block;
  font-size: 16px;
  background: #2396DA;
  margin: 15px 0 0;
}
.path-contact-us .webform-submission-form .btn-primary:hover {
  background: #1773C2;
  color: #ffffff;
}

.node--type-services #main-wrapper > .container, .node--type-product #main-wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.node--type-services .page-title, .node--type-product .page-title {
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #0A73C6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
.node--type-services .title, .node--type-product .title {
  display: none;
}
.node--type-services .layout .row, .node--type-product .layout .row {
  padding: 0 40px 40px;
}
.node--type-services .content-left img, .node--type-product .content-left img {
  width: 100%;
}

.footer-bottom {
  background-color: #333333;
  font-size: 12px;
  line-height: 15px;
  padding: 20px 40px;
}
.footer-bottom .developed a {
  color: #424242;
}

.front .footer-bottom {
  margin-top: -8px;
}

@media (max-width: 767px) {
  .header {
    display: inline-block;
    padding: 5px 30px;
  }

  .navbar .navbar-brand {
    margin: 0 auto;
  }

  .region-top-strip {
    text-align: center;
  }
  .region-top-strip > div {
    display: inline-block !important;
  }

  .block--welcome .block-title {
    margin: 30px 0;
  }

  .block--welcome .content-left {
    padding: 0;
  }

  .footer-bottom {
    padding: 10px 15px;
  }
  .footer-bottom > div {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .developed {
    text-align: center !important;
    margin-top: 5px;
  }

  .block-superfishmain span {
    color: #fff;
  }
  .block-superfishmain .sf-accordion-toggle {
    padding: 5px 30px;
  }
  .block-superfishmain .sf-menu {
    background: #2396da;
  }

  .path-about-us .view-content {
    padding: 0 30px;
  }
  .path-about-us .content-left {
    padding: 0;
  }
  .path-about-us .content-left .item__image {
    margin-bottom: 30px;
  }
  .path-about-us .content-right {
    padding: 0;
  }
  .path-about-us .content-right .item__body {
    margin-top: 15px;
  }

  .node--type-services .page-title, .node--type-product .page-title, .path-contact-us .page-title {
    padding: 15px 30px;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .node--type-services .page-title, .node--type-product .page-title {
    padding: 15px 30px;
    font-size: 25px;
    margin-bottom: 15px;
  }
  .node--type-services .layout .row, .node--type-product .layout .row {
    padding: 15px;
  }
  .node--type-services .content-left, .node--type-product .content-left {
    margin-bottom: 15px;
  }

  .path-contact-us .webform-submission-form {
    padding: 0 30px;
  }
  .path-contact-us .contact-details {
    padding: 10px 40px 40px;
  }
  .path-contact-us .contact-details .row {
    padding: 10px 0;
  }
  .path-contact-us .contact-details .row .col-md-4 {
    padding: 0 10px;
  }
}

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