/*
Theme Name: hkb child
Template: hkb
Author:   Ankit Sigdel
Description: Child Theme
*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

body,
html {
  height: 100%;
}
.l-canvas {
	padding-top:148px !important;
}
footer {
	overflow:visible !important;
}
.l-footer .custom-shape::before {
	display:none;
}
header {
	top:0;
}
header .l-subheader.at_middle {
	background:var(--color-header-middle-bg) !important;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: Inter,sans-serif;
  font-weight: 400;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

ul {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

ul li a:hover {
  text-decoration: none;
}

ul.floated-list {
  margin-bottom: 0;
}

ul.floated-list li {
  float: left;
  display: block;
}

ul.floated-list li a {
  display: block;
}

ul.floated-list li ul {
  margin-bottom: 0;
}

ul.floated-list li ul li {
  float: none;
}

a {
  color: inherit;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

a:hover {
  opacity: 0.7;
}

button[type="submit"],
input[type="submit"] {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  opacity: 0.7;
}

img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
	    margin-bottom: 10px !important;
}

h3 {
  font-size: 22px;
	    margin-bottom: 10px !important;
}

h4 {
  font-size: 20px;
	    margin-bottom: 10px !important;
}

h5 {
  font-size: 18px;
	    margin-bottom: 10px !important;
}

h6 {
  font-size: 16px;
	    margin-bottom: 10px !important;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

label {
  font-weight: normal;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.carousel-control.left {
  left:10px;
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control.right {
  right: 10px;
  left: auto;
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-menu-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 7;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-menu-left,
  .carousel-control .glyphicon-menu-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    -webkit-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
    .carousel-control .glyphicon-menu-left:hover,
  .carousel-control .glyphicon-menu-right:hover,
  .carousel-control .icon-prev:hover,
  .carousel-control .icon-next:hover{
    opacity: 0.7;
  }
  .carousel-control .glyphicon-menu-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-menu-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.font8px {
  font-size: 8px;
}

.font9px {
  font-size: 9px;
}

.font10px {
  font-size: 10px;
}

.font11px {
  font-size: 11px;
}

.font12px {
  font-size: 12px;
}

.font13px {
  font-size: 13px;
}

.font14px {
  font-size: 14px;
}

.font15px {
  font-size: 15px;
}

.font16px {
  font-size: 16px;
}

.bdrs0 {
  border-radius: 0;
}

.bdrs5px {
  border-radius: 5px;
}

.bdrs8px {
  border-radius: 8px;
}

.bdrs10px {
  border-radius: 10px;
}

.icon-text {
  margin-right: 8px;
}

.icon-text.sm {
  margin-right: 4px;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-900 {
  font-weight: 900;
}

.font-style-italic {
  font-style: italic;
}

.font-style-normal {
  font-style: normal;
}

.clear {
  clear: both;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.div-center {
  display: table;
  margin: 0 auto;
}

.fullHeight {
  height: 100%;
}

.mytable {
  display: table;
  width: 100%;
  height: 100%;
}

.fixed-table-layout {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arboria-bold {
  font-family: var(--h1-font-family,inherit);
}

.circle {
  border-radius: 50%;
}

.m0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 768px) {
  .video-fill {
    background-image: none !important;
  }
}

@media all and (max-width: 767px) {
  .covervid {
    display: none;
  }
  .video-fill {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}

.fitVid {
  position: relative;
  padding-bottom: 56%;
  height: 0;
}

.fitVid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row45 {
  margin-left: -45px;
  margin-right: -45px;
}

.row45 .column {
  padding-left: 45px;
  padding-right: 45px;
}

.row30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row30 .column {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1240px) {
  .row30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row30 .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row25 {
  margin-left: -25px;
  margin-right: -25px;
}

.row25 .column {
  padding-left: 25px;
  padding-right: 25px;
}

.row20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row20 .column {
  padding-left: 20px;
  padding-right: 20px;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row10 .column {
  padding-left: 10px;
  padding-right: 10px;
}

.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row7 .column {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row5 .column {
  padding-left: 5px;
  padding-right: 5px;
}

.form-control {
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.055);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.055);
}

.form-control[type="button"],
.form-control[type="submit"],
.form-control[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
}

.form-control::-moz-placeholder {
  color: #838383;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #838383;
}

.form-control::-webkit-input-placeholder {
  color: #838383;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .top-section {
  padding: 0 0 0 100px;
}

@media (max-width: 767px) {
  .header .top-section {
    padding: 15px;
  }
}

.header .top-section .logo {
  padding: 13px 0;
}

.header .top-section .logo > a {
  display: inline-block;
}

@media (max-width: 992px) {
  .header .top-section .logo {
    padding: 0;
  }
  .header .top-section .logo img {
    max-width: 200px;
  }
}

.header .top-section .contact ul {
  background-color: #3573ab;
  clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0 100%);
}

.header .top-section .contact ul li {
  font-size: 25px;
  color: #ffffff;
  padding: 22px 30px 22px 50px;
  font-family: var(--h1-font-family,inherit);
}

.header .top-section .contact ul li span {
  padding-left: 0px;
}

.header .top-section .contact ul li:last-child {
  clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%);
}

@media (max-width: 1023px) {
  .header .top-section .contact ul {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .header .top-section .contact ul li {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    padding: 15px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header .top-section .contact {
    display: none;
  }
}

.header .top-section .toggle {
  display: none;
}

@media (max-width: 767px) {
  .header .top-section .toggle {
    display: block;
  }
}

.header .mynav {
  background-color: #ededed;
}

@media (max-width: 767px) {
  .header .mynav {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    background-color: #3573ab;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .header .mynav.show-menu {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header .mynav .container {
    padding: 0;
    height: 100%;
  }
  .header .mynav .top-info-xs {
    margin-top: 20px !important;
    border-top: 1px solid #6298b1;
    padding-top: 15px;
  }
  .header .mynav .top-info-xs li {
    border-radius: 4px;
    margin: 10px 10px 0;
    color: #fff;
    font-size: 16px;
  }
  .header .mynav .top-info-xs li img,
  .header .mynav .top-info-xs li span {
    display: inline;
  }
  .header .mynav .top-info-xs li a {
    padding: 15px;
    display: block;
  }
}

.header .mynav ul {
  display: table;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .header .mynav ul {
    display: block;
    margin-top: 60px;
  }
}

.header .mynav ul li {
  padding: 0 15px;
  position: relative;
}

@media (max-width: 992px) {
  .header .mynav ul li {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header .mynav ul li {
    float: none;
  }
}

.header .mynav ul li ul {
  position: absolute;
  left: 15px;
  top: 100%;
  min-width: 200px;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .header .mynav ul li ul {
    display: block !important;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}

.header .mynav ul li ul li {
  padding: 0;
}

@media (max-width: 767px) {
  .header .mynav ul li ul {
    position: static;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #6298b1;
    padding: 15px 0;
  }
}

.header .mynav ul li a {
  padding: 10px 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #3573ab;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (max-width: 992px) {
  .header .mynav ul li a {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .header .mynav ul li a {
    color: #ffffff;
  }
}

.header .mynav ul li a svg {
  display: none;
}

@media (min-width: 768px) {
  .header .mynav ul li:hover > a, .header .mynav ul li.active > a, .header .mynav ul li.current-menu-item > a {
    color: #ffffff;
    background-color: #1998d3;
  }
}

@media (max-width: 767px) {
  .header .mynav ul li:hover > a, .header .mynav ul li.active > a, .header .mynav ul li.current-menu-item > a {
    color: #ff9900;
  }
}

.header .mynav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.header .mynav .close-menu {
  display: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
  .header .mynav .close-menu {
    display: block;
    margin-bottom: 20px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .body-inactive {
    display: none !important;
  }
}

.body-inactive {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 8;
}

.baner {
  height: 380px;
  position: relative;
}

.baner .covervid {
  overflow: hidden;
  z-index: 1;
}

.baner .covervid video {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .baner {
    max-height: 450px;
  }
}

@media (max-width: 767px) {
  .baner {
    max-height: 250px;
  }
}

.baner .baner-contain {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.baner .baner-contain .bc-logo {
  margin-bottom: 20px;
}

.baner .baner-contain .bc-text h2 {
  color: #ffffff;
  font-size: 50px;
  margin: 0;
}

@media (max-width: 992px) {
  .baner .baner-contain .bc-text h2 {
    font-size: 30px;
  }
}

.baner .baner-note {
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.baner .baner-note > a {
  display: inline-block;
  opacity: 1;
}

.baner .baner-note .banner-note-content {
  padding: 17px 40px;
  display: table;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .baner .baner-note .banner-note-content {
    padding: 15px;
  }
}

.baner .baner-note .prop {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .baner .baner-note .prop {
    display: none;
  }
}

.baner .baner-note .val p {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
}

@media (max-width: 992px) {
  .baner .baner-note .val p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .baner .baner-note .val p {
    font-size: 17px;
  }
}

.home .baner {
  height: 600px;
}

.home .baner .baner-note {
  display: block;
}

@media (max-width: 767px) {
  .home .baner {
    max-height: 320px;
  }
}

.section {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: 57% 100%;
}

@media (max-width: 992px) {
  .section {
    padding: 50px 0;
  }
}

.sec-title h2 {
  font-family: var(--h1-font-family,inherit);
  font-size: 35px;
  color: #1998d3;
  margin: 0;
  padding: 0px;
  display: inline-block;
}

@media (max-width: 992px) {
  .sec-title h2 {
    font-size: 30px;
  }
}

.sec-para p {
  font-family: Inter, sans-serif;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .sec-para p {
    margin-top: 20px;
  }
}

.sec-cta {
  margin-top: 60px;
  text-align: center;
}

.sec-cta a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  background-color: #ff9900;
}

.site-btn {
  background-color: #1998d3;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
}

.section-intro .hb-right {
  padding: 35px 0 0;
}

@media (max-width: 992px) {
  .section-intro .hb-right {
    padding: 10px 0;
    text-align: center;
  }
  .section-intro .hb-right img {
    max-width: 200px;
  }
}

.section-intro .hb-text {
  margin-top: 60px;
}

.s-lrti-combo {
  padding: 0;
}

.s-lrti-combo .bc-left {
  position: relative;
  background-position: right center;
}

.s-lrti-combo .bc-left:after {
  background: rgba(0, 159, 227, 0.3);
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, -15% 129%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, -15% 129%, 0% 100%);
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 40%;
  bottom: 0;
}

@media (max-width: 1199px) {
  .s-lrti-combo .bc-left:after {
    display: none;
  }
}

.s-lrti-combo .bc-right {
  width: 50%;
  padding: 40px 0 45px 40px;
  background-color: #ededed;
}

@media (max-width: 992px) {
  .s-lrti-combo .bc-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-lrti-combo .bc-right .sec-para {
  max-width: 70%;
}

@media (max-width: 992px) {
  .s-lrti-combo .bc-right .sec-para {
    max-width: 100%;
  }
}

.s-lrti-combo.section-text-left-image-right .bc-left:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 115%, 0% 0%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 115%, 0% 0%);
  right: 0;
  left: auto;
}

.s-lrti-combo.section-text-left-image-right .bc-right {
  background: transparent;
  padding-left: 100px;
}

.s-lrti-combo.section-text-left-image-right .container .bc-right {
  padding-left: 0;
}

.s-lrti-combo .slc-cta {
  text-align: left;
  margin-top: 30px;
}

.s-lrti-combo .slc-cta a {
  background-color: #3573ab;
}

@media (max-width: 767px) {
  .s-lrti-combo .mytable,
  .s-lrti-combo .table-cell {
    display: block;
    width: 100%;
  }
  .s-lrti-combo .bc-left {
    height: 250px;
  }
}

.section-slider .sec-title h2 {
  padding: 0;
  border: 0;
}

.section-slider ol {
  margin-bottom: 0;
}

.section-slider .carousel-inner .item .item-text {
  width: 750px;
  display: table;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 992px) {
  .section-slider .carousel-inner .item .item-text {
    width: 100%;
  }
}

.section-slider .carousel-inner .item .item-text h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0;
}

@media (max-width: 992px) {
  .section-slider .carousel-inner .item .item-text h3 {
    font-size: 18px;
  }
}

.section-news {
  /*
	.lnc-listing{
		margin-top: 50px;
		.ln-column{
			border:1px solid $theme-1998d3;
			padding: 10px;
			margin-bottom: 30px;
			@media  (max-width:767px){
				margin-bottom: 15px;
			}
			.lnc-img{
				margin-bottom: 25px;
			}
			.lnc-title{
				margin-bottom: 25px;
				h3{
					font-size: 20px;
					margin: 0;
					color: $theme-1998d3;
				}
			}
			.lnc-date{
				margin-bottom: 25px;
				span{
					font-size: 15px;
					color:$theme-1998d3;
				}
			}
			.lnc-para{
				margin-bottom: 25px;
				p{
					margin: 0;
				}
			}
			.lnc-btn{
				margin-bottom: 5px;

			}
		}
		.row{
			.col-md-4:nth-child(3n+1){
				clear: left;
			}
			@media (max-width: 992px){
				.col-md-4:nth-child(3n+1){
					clear: none;
				}
				.col-md-4:nth-child(2n+1){
					clear: left;
				}
			}
		}
	}*/
}

.section-news .sec-title span {
  font-size: 15px;
  text-align: right;
  color: #1998d3;
  padding-top: 50px;
  display: none;
}

@media (max-width: 992px) {
  .section-news .sec-title span {
    padding-top: 10px;
    float: none !important;
    display: block;
    text-align: left;
    margin-top: 12px;
  }
}

.section-news .lnc-listing {
  margin: 50px 0;
}

.section-news .lnc-listing .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  /*
			.row {
				.col-md-4:nth-child(3n + 1) {
					clear: left;
				}
				@media (max-width: 992px) {
					.col-md-4:nth-child(3n + 1) {
						clear: none;
					}
					.col-md-4:nth-child(2n + 1) {
						clear: left;
					}
				}
			}
	*/
}

.section-news .lnc-listing .row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.section-news .lnc-listing .row .ln-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  /*border: 1px solid $theme-1998d3;
			padding: 10px;
			margin-bottom: 30px;
			@media (max-width: 767px) {
				margin-bottom: 15px;
			}*/
}

.section-news .lnc-listing .row .ln-column .lnc-img {
  margin-bottom: 25px;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}

.section-news .lnc-listing .row .ln-column .lnc-img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
          transform: scale(1.01) translate(-50%, -50%);
  display: block;
  max-height: none;
  max-width: none;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.section-news .lnc-listing .row .ln-column .lnc-img:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section-news .lnc-listing .row .ln-column .lmc-avatar {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}

.section-news .lnc-listing .row .ln-column .lmc-avatar img {
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-news .lnc-listing .row .ln-column .lnc-title {
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 0;
}

.section-news .lnc-listing .row .ln-column .lnc-title h3 {
  font-size: 20px;
  margin: 0 0 25px 0;
  color: #1998d3;
}

.section-news .lnc-listing .row .ln-column .elementor-post__meta-data {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  line-height: 1.3em;
  color: #adadad;
}

.section-news .lnc-listing .row .ln-column .lnc-para {
  margin-bottom: 25px;
}

.section-news .lnc-listing .row .ln-column .lnc-para p {
  margin: 0;
}

.section-news .lnc-listing .row .ln-column .lnc-btn {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1998d3;
  margin-bottom: 20px;
  display: inline-block;
}

.home .section-news .sec-title span {
  display: block;
}

.section-single-image-background {
  height: 600px;
  background-size: cover;
}

@media (max-width: 1199px) {
  .section-single-image-background {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .section-single-image-background {
    height: 300px;
  }
}

.section-testimonials .st-box {
  padding: 40px 40px 70px;
  position: relative;
  background-color: #ededed;
}

@media (max-width: 1199px) {
  .section-testimonials .st-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .section-testimonials .st-box {
    padding: 25px;
    margin-bottom: 15px;
  }
}

.section-testimonials .st-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  border-top: 100px solid rgba(0, 159, 227, 0.3);
  border-right: 60px solid transparent;
}

@media (max-width: 1199px) {
  .section-testimonials .st-box:before {
    display: none;
  }
}

.section-testimonials .st-box:after {
  position: absolute;
  bottom: -80px;
  content: "";
  right: 30px;
  border-top: 45px solid #ededed;
  border-bottom: 45px solid transparent;
  border-left: 45px solid transparent;
}

@media (max-width: 1199px) {
  .section-testimonials .st-box:after {
    display: none;
  }
}

.section-testimonials .st-box .stb-content .stbc-img {
  margin-bottom: 30px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .section-testimonials .st-box .stb-content .stbc-img {
    margin-left: 0;
  }
}

.section-testimonials .st-box .stb-content .stbc-title {
  margin-bottom: 20px;
}

.section-testimonials .st-box .stb-content .stbc-title h3 {
  margin: 0;
  color: #1998d3;
}

.section-testimonials .st-box .stb-content .stbc-desc {
  margin-bottom: 20px;
}

.section-testimonials .st-box .stb-content .stbc-desc p:last-child {
  margin-bottom: 0;
}

.section-team {
  background-size: 57% auto;
}

.section-team .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-team .each-team {
  font-size: 16px;
  margin-top: 60px;
  position: relative;
}

.section-team .each-team:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  border-top: 90px solid rgba(0, 159, 227, 0.3);
  border-right: 50px solid transparent;
}

.section-team .each-team .et-content .etc-img {
  margin-bottom: 20px;
}

.section-team .each-team .et-content .etc-img img {
  max-height: 297px;
}

@media (max-width: 1259px) {
  .section-team .each-team .et-content .etc-img img {
    max-height: 288px;
  }
}

@media (max-width: 1199px) {
  .section-team .each-team .et-content .etc-img img {
    max-height: 233px;
  }
}

@media (max-width: 991px) {
  .section-team .each-team .et-content .etc-img img {
    max-height: 240px;
  }
}

@media (max-width: 767px) {
  .section-team .each-team .et-content .etc-img img {
    max-height: none;
  }
}

.section-team .each-team .et-content .etc-name {
  margin-bottom: 5px;
}

.section-team .each-team .et-content .etc-email {
  color: #1998d3;
  margin-bottom: 15px;
}

.section-team .each-team .et-content .etc-social-acc .linkedin {
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #007bb5;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.section-team .each-team .et-content .etc-social-acc .moreinformation {
  margin-left: 10px;
  font-size: 14px;
}

.section-klanten {
  background-size: 57% auto;
}

.section-klanten .each-klanten {
  font-size: 16px;
  margin-top: 60px;
  position: relative;
}

.section-klanten .each-klanten .et-content .etc-img a img {
  margin: 0 auto;
}

.section-horizontal-bullet-listings .shbl-list {
  color: #1998d3;
  font-size: 22px;
  padding: 3px 0 3px 32px;
  background-image: url(images/bullet-listing.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}

.section-services {
  background-size: 57% auto;
}

.section-services .each-service {
  margin-top: 50px;
  overflow-x: hidden;
}

.section-services .each-service .image-text-block {
  height: 450px;
}

.section-services .each-service .image-text-block .text-block-right {
  background-color: #ededed;
  padding: 40px 60px;
}

@media (max-width: 767px) {
  .section-services .each-service .image-text-block .text-block-right {
    padding: 25px 15px;
  }
}

.section-services .each-service .image-text-block .text-block-left {
  padding: 40px 60px 40px 0;
}

@media (max-width: 767px) {
  .section-services .each-service .image-text-block .text-block-left {
    padding: 25px 0;
  }
}

.section-services .each-service .image-text-block .image-block {
  position: relative;
  overflow: hidden;
}

.section-services .each-service .image-text-block .image-block.image-block-left:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  border-top: 300px solid rgba(0, 159, 227, 0.3);
  border-right: 200px solid transparent;
}

@media (max-width: 1199px) {
  .section-services .each-service .image-text-block .image-block.image-block-left:after {
    display: none;
  }
}

.section-services .each-service .image-text-block .image-block.image-block-right:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 2;
  border-top: 300px solid rgba(0, 159, 227, 0.3);
  border-left: 200px solid transparent;
}

@media (max-width: 1199px) {
  .section-services .each-service .image-text-block .image-block.image-block-right:after {
    display: none;
  }
}

.section-services .each-service .image-text-block .service-cta {
  text-align: left;
  margin-top: 30px;
}

.section-services .each-service .image-text-block .service-cta a {
  background-color: #3573ab;
}

@media (max-width: 767px) {
  .section-services .each-service .image-text-block .mytable,
  .section-services .each-service .image-text-block .table-cell {
    display: block;
  }
  .section-services .each-service .image-text-block .image-block {
    height: 300px;
  }
}

.page.page-id-22 .section-single-text {
  padding-bottom: 0;
  /*h2 {
		margin: 0;
		font-size: 35px;
		color: #1998d3;
		font-family: var(--h1-font-family,inherit);
	}*/
}

.section-single-text h2 {
  font-family: var(--h1-font-family,inherit);
  font-size: 35px;
  color: #1998d3;
  margin: 70px 0 30px 0;
  border-left: 1px solid #0b509f;
  padding: 30px 0 30px 30px;
  display: inline-block;
}

.page-template-contact .section-contact {
  background-color: rgba(25, 152, 211, 0.1);
  /*	p {
			font-size: 14px;
			margin-bottom: 25px;
			&:last-child {
				margin-bottom: 0;
			}
		}*/
}

.page-template-contact .section-contact h2 {
  font-family: var(--h1-font-family,inherit);
  font-size: 35px;
  color: #1998d3;
  margin: 0;
  padding: 0px;
}

.page-template-contact .section-contact p {
  margin-top: 30px;
}

.page-template-contact .section-contact .gform_wrapper .ginput_container.ginput_complex label {
  display: none !important;
}

.gform_wrapper .top_label .gfield_label {
  display: none !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea {
  border: none;
  width: 100%;
  height: 41px;
  padding: 6px 12px !important;
  -webkit-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper textarea:focus {
  border: 1px solid #1998d3;
}

.gform_wrapper .gform_footer input[type="submit"] {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  background-color: #1998d3;
  text-transform: uppercase;
}

.acf-map {
  width: 100%;
  height: 380px;
}

@media (max-width: 757px) {
  .acf-map {
    height: 250px;
  }
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.footer-combine {
  position: relative;
}

.footer-combine:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  border-top: 250px solid rgba(255, 255, 255, 0.08);
  border-right: 200px solid transparent;
}

@media (max-width: 1199px) {
  .footer-combine:after {
    display: none;
  }
}

.footer-baner {
  padding: 40px 0;
}

@media (max-width: 992px) {
  .footer-baner .fb-contain {
    margin-bottom: 30px;
  }
}

.footer-baner .fb-contain .fbc-title {
  margin-bottom: 22px;
}

.footer-baner .fb-contain .fbc-title h3 {
  margin: 0;
  font-size: 25px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer-baner .fb-contain .fbc-para {
    width: 100%;
  }
}

.footer-baner .fb-contain .fbc-para p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}

.footer-baner .form {
  margin-top: 20px;
}

.footer-baner .form .form-inline .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  margin-right: 10px;
}

.footer-baner .form .form-inline button,
.footer-baner .form .form-inline input {
  width: 100%;
}

@media (max-width: 767px) {
  .footer-baner .form .form-inline button {
    margin-top: 10px;
  }
}

.footer .top-footer {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .footer .top-footer {
    padding: 35px 0 15px;
  }
}

.footer .top-footer .col-md-9 .col-md-4 {
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .footer .top-footer .col-md-9 .col-md-4 {
    padding-left: 45px;
  }
}

@media (max-width: 992px) {
  .footer .top-footer .col-md-9 .col-md-4 {
    padding-left: 0;
  }
}

.footer .top-footer .footer-logo .fl-logo {
  margin-bottom: 50px;
}

.footer .top-footer .main-link h2,
.footer .top-footer .main-link h3 {
  margin: 0 0 15px;
}

.footer .top-footer .main-link ul li {
  margin: 5px 0;
}

.footer .top-footer .main-link ul li a {
  padding: 10px 0;
}

.footer .top-footer .main-link address span {
  font-size: 12px;
}

.footer .top-footer .main-link .worden-para p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 992px) {
  .footer .top-footer {
    text-align: center;
  }
  .footer .top-footer .bb-logo {
    float: none !important;
  }
  .footer .top-footer .bb-logo img {
    display: inline-block;
  }
  .footer .top-footer .footer-logo .fl-logo {
    margin-bottom: 30px;
  }
  .footer .top-footer .footer-logo .fl-logo img {
    max-width: 250px;
    display: inline-block;
  }
  .footer .top-footer .footer-logo .fl-text {
    margin-bottom: 30px;
  }
  .footer .top-footer .main-link {
    margin-bottom: 20px;
  }
  .footer .top-footer .main-link .ml-title {
    margin-bottom: 15px;
  }
  .footer .top-footer .main-link .ml-title h3 {
    margin: 0;
  }
  .footer .top-footer .main-link ul li {
    margin: 10px 0;
  }
  .footer .top-footer .main-link ul li a {
    padding: 10px 0;
  }
}

.copyright {
  line-height: 1;
  padding: 12px 0;
  color: #145c9d;
  font-size: 12px;
}

.copyright #nav_menu-2,
.copyright span,
.copyright ul {
  display: inline-block;
  vertical-align: middle;
}

.copyright span {
  margin-right: 5px;
}

.copyright ul {
  margin-bottom: 0;
}

.copyright ul li {
  padding: 0 7px;
  border-left: 1px solid #145c9d;
  float: left;
}

.copyright ul li a {
  position: relative;
}

.copyright ul li:last-child a {
  border-right: none;
}

@media (max-width: 992px) {
  .copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .copyright span {
    display: block;
    margin-right: 0;
  }
  .copyright ul li {
    display: inline;
    float: none;
    border-left: 0;
    margin-top: 7px;
  }
  .copyright ul li a {
    display: inline-block;
    margin-top: 7px;
  }
}

.theme-ffffff {
  color: #ffffff !important;
}

.theme-ffffff-bg {
  background-color: #ffffff !important;
}

.theme-145c9d {
  color: #145c9d !important;
}

.theme-145c9d-bg {
  background-color: #145c9d !important;
}

.theme-ff9900 {
  color: #ff9900 !important;
}

.theme-ff9900-bg {
  background-color: #ff9900 !important;
}

.theme-ededed {
  color: #ededed !important;
}

.theme-ededed-bg {
  background-color: #ededed !important;
}

.theme-1998d3 {
  color: #1998d3 !important;
}

.theme-1998d3-bg {
  background-color: #1998d3 !important;
}

.theme-3573ab {
  color: #3573ab !important;
}

.theme-3573ab-bg {
  background-color: #3573ab !important;
}

.theme-e29418 {
  color: #e29418 !important;
}

.theme-e29418-bg {
  background-color: #e29418 !important;
}

@media (max-width: 991px) {
  .employee-block {
    max-width: 400px;
    margin-top: 40px;
  }
}

.employee-block a.mail {
  color: #1998d3;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.employee-block a.linkedin {
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #007bb5;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.logo_boostcreators {
  display: inline-block;
  vertical-align: middle;
}

.logo_boostcreators svg {
  width: 14px;
  margin-left: 10px;
}

.breadcrumbs {
  padding: 0px 0;
}

.breadcrumbs #breadcrumbs {
  margin: 0;
  color: #1998d3;
  font-family: Inter, sans-serif;
  font-size: 0px;
}

.employeephone {
  color: #1998d3;
  display: block;
  margin-bottom: 10px;
}

.etc-telephone {
  margin-top: 10px;
}

.etc-telephone .telephone {
  font-size: 14px;
}

.etc-telephone .telephone:before {
  content: "";
  background-image: url("/wp-content/themes/hkb-child/images/phone.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 23px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

p + h2 {
  margin-top: 40px !important;
}
/*# sourceMappingURL=style.css.map */


.banner h1 {
	color:#fff !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
	
}

@media screen and (max-width: 600px) {
	.row {
		padding-left: 1.5rem;
    	padding-right: 1.5rem;
	}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}