/*typography*/

body {
  font-family: 'Kievit';
  color: #484848;
  font-size: 22px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484848;
  font-weight: 700;
  font-family: 'Kievit';
}

h1 {
  font-size: 50px;
  line-height: 65px;
}

h2 {
  font-size: 48px;
  line-height: 54px;
}

h2.big {
  font-size: 54px;
  line-height: 57px;
}

h3 {
  font-size: 36px;
  line-height: 50px;
}
h3.small-heading {
font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}
h4 {
  font-size: 28px;
  line-height: 38px;
}

h5 {
  font-size: 26px;
  line-height: 30px;
}

p {
  color: #484848;
  font-size: 22px;
  line-height: 30px;
}

a {
    color: #46729b;
}

a:hover {
  color: #46729B;
  text-decoration: none !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-27 {
  font-size: 27px;
}
.small-text {
  font-size: 13px;
  color: #484848;
}

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

.text-secondary {
  color: #46729B !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-grey {
  color: #798395;
}
.text-dark {
  color: #484848 !important;
}
.text-blue{
  color: #46729B;
}
.text-green{
  color: #004641 !important;
}

.border-bottom {
  border-color: #e8e8e8 !important;
}

hr {
  border-color: #000000;
}

.btn {
  padding: 16px 25px 16px 25px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Kievit';
  border-radius: 0;
  color: #484848;
  box-shadow: none !important;
  transition: all 0.3s;
  line-height: 1.1;
  outline: none !important;
}

.btn-arrow {
  padding: 14px 25px 15px 25px;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 26px;
}

.btn-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 16px;
  border-color: transparent transparent transparent #e98c00;
  position: absolute;
  right: -17px;
  top: -1px;
  bottom: 0;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: #E98B00;
  background-color: #E98B00;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #E98B00;
  background-color: #E98B00;
  color: #ffffff;
}

.btn-lg {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0;
}

.btn-lg .underline {
  position: relative;
}

.btn-lg .underline:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #484848;
}
.btn-outline-primary {
  border: 3px solid #46729B;
  color: #46729B;
}

.btn-outline-primary.focus {
  background-color: #b5c9da;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background: #46729B;
  border-color: #46729B;
}

.hidden {
  display: none;
}
.light-blue-bg{
background: rgba(70, 114, 155, 0.2);
}

/*spacing*/

.main-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.small-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-top {
  padding-top: 90px;
}

.padding-bottom {
  padding-bottom: 90px;
}


/*header*/

.navbar {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}

.navbar .nav-left span {
  font-size: 30px;
  line-height: 40px;
  margin-left: 17px;
}

.brand-logo {
  max-width: 250px;
  display: block;
  -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}

.nav-right {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #484848;
  -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}
.nav-right span a{
color: #484848;
  text-decoration: none;
}
.nav-right span a:hover{
  color: #46729B;
  text-decoration: none;
}

.nav-right span i {
  position: relative;
  top: 3px;
}
.top-nav-collapse{
  padding: 10px 0;    
  z-index: 99999 !important;
  -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse .nav-right{
  font-size: 20px;

}
.navbar .btn, .navbar .btn:after{
transition: none;
}
.top-nav-collapse .btn {
    padding: 11px 16px 12px 16px;
    font-size: 16px;
    line-height: 20px;
  -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse .btn.btn-arrow:after {

    border-width: 24px 0 24px 12px;
    right: -13px;
    top: 0px;
  -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}
/*Banner*/

.banner-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
      margin-top: 130px;
      background-image: url('../images/banner.jpg');
      background-repeat: no-repeat;
      background-position: center top;
        background-size: auto 100%;
}
.banner-img{
  width: 600px;
}
.inner-banner .box{
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgba(70, 114, 155, 0.2);
}

.banner-right {
    z-index: 2;
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-right i {
  font-size: 26px;
}

i.large-icon {
  font-size: 35px;
  position: relative;
  top: -1px;
}
i.medium-icon{

  font-size: 32px;
  position: relative;
     top: -2px;
}
.banner-right p {
  line-height: 27px;
}

.bottom-logo {
  position: absolute;
  right: 60px;
  bottom: 40px;
  max-width: 158px;
}
.banner-right .btn{
      width: 260px;
}

/*Middle Banner*/
.middle-banner{

      background-image: url('../images/middle-banner.jpg');
      background-repeat: no-repeat;
      background-position: center;
        background-size: cover;
        height: 700px;
        padding: 30px 110px 0;
}

/*Logo gallery*/

.logo-wrapper>div {
  padding: 0 10px;
}

.logo-wrapper>div:first-child {
  padding-left: 0;
}

.logo-wrapper>div:last-child {
  padding-right: 0;
}

.logo-wrapper div img {
  max-height: 55px;
/*  filter: grayscale(1);
  opacity: 0.7;*/
  cursor: pointer;
}

.logo-wrapper div img.big {
  max-height: 75px;
}

.logo-wrapper div img:hover {
  filter: grayscale(0);
  opacity: 1;
}


/*slider*/

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
}

.slider-custom .bx-wrapper .bx-pager {
  text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #46729B;
}
.slider-custom .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin: 0 12.5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #46729B;
  align-items: center;
  justify-content: center;
  color: #46729B;
  font-family: 'Kievit';
  padding: 15px 19px 22px 18px;
  text-decoration: none !important;
}

.slider-custom .bx-wrapper .bx-pager-item:first-child a {
  margin-left: 0;
}

.slider-custom .bx-wrapper .bx-pager-item {
  font-size: 24px;
  line-height: 39px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  color: #fff;
  background-color: #E98B00;
  border-color: #E98B00;
}

.slider-custom .bx-wrapper .bx-pager {
      bottom: -5px;
/*    left: 37%;
    position: absolute;
    width: auto;*/
}
.bx-wrapper .bx-controls-direction a{
text-indent: 0;
    background: #ffffff;
    color: #46729B;
    border: 1px solid #46729B;
    margin: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 19px 19px 18px;
        font-size: 14px;

}
.bx-wrapper .bx-controls-direction a:hover{

    background: #E98B00;
    color: #ffffff;
    border: 1px solid #E98B00;
}


/*blue-box*/

.blue-box {
  background: #46729B;
  border-radius: 0;
  padding: 60px 90px;
}

.blue-box hr {
  border-color: #92B1CC;
}


/*video*/

.grey-box {
  background: #F7F9FA;
  border-radius: 0;
  padding: 60px 90px;
}

.grey-box hr {
  border-color: #92B1CC;
}

.video-box {
  position: relative;
}

.video-box .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box .play a {
  width: 74px;
  height: 74px;
}

.video-box .play img {
  max-width: 100%;
}

/*icons row*/
.row-icons img {
    max-height: 100px;
}

/*form*/

.stepwizard-step p {
  color: #6C93B4;
  font-weight: 700;
  margin: 0;
}

.stepwizard-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 25px 0;
}

.stepwizard {
  display: flex;
}

.stepwizard-step a.btn-default {
  color: #6C93B4;
  border: 1px solid #6C93B4;
  background: transparent !important;
}

.stepwizard-step a.btn-primary {
  border-color: #E98F02;
  background: #E98F02 !important;
  color: #fff !important;
}

.stepwizard-step .btn.disabled,
.stepwizard-step .btn.disabled+p {
  opacity: 0.5 !important;
}

.stepwizard-step .btn.btn-primary+p {
  opacity: 1 !important;
  color: #484848;
}

.stepwizard-step {
  display: flex;
}

.btn-circle {
  width: 33px;
  height: 33px;
  text-align: center;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  color: #6C93B4;
  margin-right: 15px;
  box-shadow: none !important;
}

.form-group {
  position: relative;
  margin-bottom: 2.5rem;
}

.form-control {
  border-color: #949FB2;
  color: #949FB2;
  font-size: 22px;
  line-height: 36px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  border-width: 1px;
  padding: 0.375rem 1.25rem;
}

button {
  -webkit-appearance: none !important;
  background: transparent;
}

select.form-control {
  height: 50px !important;
  -webkit-appearance: none;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px auto;
}

.form-control:focus {
  border-color: #949FB2;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949FB2 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #949FB2 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #949FB2 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #949FB2 !important;
}

/*modal*/
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/*footer*/

footer {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  padding: 8px 0;
}

footer a {
  color: #484848;
  text-decoration: none !important;
}

.inner-content p, .inner-content li{
  font-size: 18px;
  line-height: 30px;
}
