/*@import 'header.css';
@import 'footer.css';
*/
/****dev**********/

.dev .dcol {
  background-color: #000;
  height: 50px;
}

/****dev**********/

/* HTML5 display-role reset for older browsers */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a:hover,
a:active,
a:focus,
a:link,
a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style: none;
}
button,
object,
embed {
  outline: 0;
}

/* All Input elements */
input::-moz-focus-inner {
  outline: 0;
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  outline: 0;
}
body {
  /*font-family: 'Nunito Sans', sans-serif!important;*/
  background-color: #fff;
  font-family: "Raleway", sans-serif;
}

ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none !important;
}
.ballast {
  height: 0px;
  clear: both;
}
.mobileview {
  display: none !important;
}
section::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.sm-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
.container-gridsize {
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inViewport {
  height: auto;
}
.dt {
}
.mb {
  display: none;
}
/*///////////////////end reset //////////////////*/
/***********reset cols ****************/
.row {
  margin-left: 0;
  margin-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
/********** Loading ************/
#loading {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}
#loading h5:after,
#loading h6:after {
  content: "";
  width: 40px;
  height: 1.1rem;
  margin-left: 10px;
  display: inline-block;
  background-image: url(/media/preloader.gif);
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: inherit;
}
.spinner {
  background-image: url(/media/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
/****************sitemap*****************/
ul.sitemap,
ul.sitemap ul {
  list-style: none;
  padding: 0px;
  display: block !important;
}
.sitemap a {
  color: #231f20;
}
ul.sitemap ul li {
  list-style: none;
  font-weight: 300;
}
ul.sitemap li {
  list-style: none;
  font-weight: 600;
}

/******************load more ******************/
.ajax-load-more-wrap {
  width: 100%;
}
.alm-btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alm-load-more-btn.done {
  display: none;
}
.alm-load-more-btn.loading {
  opacity: 0.5;
}
.alm-btn-wrap .alm-load-more-btn {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 38px;
  line-height: 36px;
  background-color: #ee4237;
  border: 1px solid #ee4237;
  color: #fff;
  border-radius: 2px;
  margin: 10px 0 30px 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}
.alm-btn-wrap .alm-load-more-btn:focus,
.video .alm-btn-wrap .alm-load-more-btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.alm-load-more-btn.done {
  display: none !important;
}

/*************** Images ***************/
.alignleft,
img.alignleft {
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: inline;
  float: left;
  width: 50%;
  height: auto;
}
.alignright,
img.alignright {
  margin-left: 2rem;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  clear: both;
  /*float: left;*/
  width: 100%;
  height: auto;
}
/***************Panel backgrounds*****************/
/* full width */
.bg-grey {
  background-color: #f1f1f2;
}

/*******************Buttons***************************/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
  color: #fff !important;
  background-color: #ee4237 !important;
  border-color: #ee4237 !important;
  border-radius: 2 !important;
  line-height: 3.6rem;
  height: 38px;
  border: none;
  box-shadow: none !important;
  font-size: 1.5rem;
  min-width: 140px;
  font-weight: 700;
  margin: auto;
  padding: 0 15px;
}

.btn-primary:hover {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.single-col .btn-primary,
.tri-col .btn-primary {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  margin-top: 10px;
  margin-bottom: 30px;
}
.single-col .btn-primary:hover,
.tri-col .btn-primary:hover {
  background-color: #ee4237 !important;
  border-color: #ee4237 !important;
}

/********************* form elements **********************/
.bootstrap-select,
.mob-select {
  margin-bottom: 1rem;
  max-width: 500px;
  outline: none;
  border: none;
  border-radius: 2px;
  height: 38px;
}
.bootstrap-select .bs-caret {
  height: 20px;
}
.dropdown-menu {
  border-color: #ebecec !important;
  border-radius: 0rem;
  padding: 0;
  min-width: 100% !important;
}
.bootstrap-select .dropdown-menu li {
  line-height: 38px !important;
  margin: 0px;
  font-size: 1.4rem;
  font-weight: 500;
  height: 38px;
}
.bootstrap-select .dropdown-menu li a {
  color: #231f20;
}
.dropdown-item.active,
.dropdown-item:active {
  /*color: #fff!important;*/
  text-decoration: none;
  background-color: transparent;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: block !important;
}

.bootstrap-select > .dropdown-toggle {
  line-height: 38px !important;
  font-size: 1.4rem;
  padding: 0 20px;
  height: 38px;
  background-color: #fff;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #ebecec !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 20px;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-select * {
  outline: none !important;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.bootstrap-select .bs-caret {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid #ee4237;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
.dropdown-toggle::after {
  display: none;
}
/******************* ninja forms **************************/
.bg-black {
  background-color: #231f20;
}
.form-block p,
.nf-form-fields-required,
.nf-error-msg {
  font-size: 1.3rem !important;
  line-height: 1.6rem !important;
}
.nf-form-content {
  padding: 0px !important;
  max-width: 1000px;
  margin: 0 auto;
}
.nf-form-content label {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
  font-weight: 600 !important;
  color: #4d4d4f;
}
.nf-form-fields-required,
.nf-error-msg {
  font-weight: 400 !important;
  color: #4d4d4f;
  margin-bottom: 1.5rem;
}

.ninja-forms-field {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4d4d4f;
}
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  color: #fff !important;
  background-color: #ee4237 !important;
  border-color: #ee4237 !important;
  border-radius: 2 !important;
  line-height: 3.6rem !important;
  height: 38px !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 1.5rem !important;
  min-width: 140px !important;
  font-weight: 700 !important;
  margin: auto !important;
  padding: 0 15px !important;
}

.bg-black .form-block .nf-form-content button:hover,
.bg-black .form-block .nf-form-content input[type="button"]:hover,
.bg-black .form-block .nf-form-content input[type="submit"]:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #231f20 !important;
}

.bg-black .form-block .btn-primary:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #231f20 !important;
}
.bg-grey .form-block .nf-form-content button:hover,
.bg-grey .form-block .nf-form-content input[type="button"]:hover,
.bg-grey .form-block .nf-form-content input[type="submit"]:hover {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}

/*****new*****/
.nf-error.field-wrap .nf-field-element:after {
  height: 36px !important;
  width: 36px !important;
  line-height: 36px !important;
}

.nf-pass.field-wrap .nf-field-element::after {
  right: 10px !important;
  height: 38px !important;
  line-height: 38px !important;
  transition: all 0.5s;
}
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #f7f7f7;
  border: 1px solid #ced4da;
  box-shadow: none;
  color: #4d4d4f !important;
  transition: all 0.5s;
  height: 38px !important;
}

.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
  font-size: 1.4rem !important;
  line-height: 3.6rem !important;
  /*  height: 38px!important;*/
  padding: 0.375rem 2rem !important;
  margin: 0;
}
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #f7f7f7;
  border: 1px solid #ced4da;
  border-radius: 2px !important;
  box-shadow: none;
  color: #4d4d4f !important;
  transition: all 0.5s;
}
.nf-form-content textarea {
  height: 200px !important;
}

.nf-form-content .list-select-wrap > div div::after {
  content: "\f0d7" !important;
  font-size: 18px !important;
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 38px !important;
  line-height: 40px !important;
  color: #ee4237;
}
.nf-form-content .list-select-wrap > div select {
  z-index: 2;
  height: 38px !important;
  line-height: 32px !important;
}
.bg-black .form-block form label,
.bg-black .form-block h2,
.bg-black .form-block p,
.bg-black .nf-form-fields-required {
  color: #ffffff !important;
}
.bg-grey .form-block form label,
.bg-grey .form-block p,
.bg-grey .nf-form-fields-required {
  color: #231f20 !important;
}
.bg-grey .form-block h2 {
  color: #ee4237;
}
.nf-error-msg,
.ninja-forms-req-symbol {
  color: #ee4237 !important;
}
.ninja-forms-req-symbol {
  font-size: 1.8rem !important;
  line-height: 1.4rem !important;
}
/*****************map********************/

.marker-icon {
  background-image: url("images/markers/svg/Arrows.svg");
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 24px 0 12px;
  /* setting background-size instead results in a strange behavior in Safari */
  -webkit-transform: scale(2);
  transform: scale(2);
}
.marker-office {
  background-position: 48px 0;
}
.mobmap {
  display: none;
}

/*//////////forms///////////////*/
.error {
  color: red;
}
.form-group {
  margin-bottom: 0.5rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #25418f;
}
.g-recaptcha {
  margin: 0 auto 1rem;
}

/********* cool timeline***********/
.cool-timeline .timeline-post .timeline-content img {
  margin-bottom: 20px;
}
/*********events*********/
.event-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  /*.container-gridsize {
    width: 100%;
	max-width: 1425px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}*/
}

@media (max-width: 991px) {
  /*******************Buttons***************************/

  .btn-primary,
  .btn-primary.focus,
  .btn-primary:focus {
    color: #fff !important;
    background-color: #ee4237 !important;
    border-color: #ee4237 !important;
    border-radius: 2 !important;
    line-height: 3.3rem !important;
    border: none;
    height: 35px !important;
    box-shadow: none;
    font-size: 1.4rem;
    min-width: 140px;
    font-weight: 700;
    margin: auto;
  }
  .single-col .btn-primary,
  .tri-col .btn-primary {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .container-gridsize {
    /*width: 100%;*/
    padding-right: 24px;
    padding-left: 24px;
  }
  /***bootstrap select******/
  .bootstrap-select {
    margin-bottom: 1rem;
    height: 33px;
  }
  .bootstrap-select > .dropdown-toggle {
    line-height: 33px !important;
    font-size: 1.4rem;
    padding: 0 20px;
    height: 33px;
    background-color: #fff;
  }
  .bootstrap-select .dropdown-menu li {
    line-height: 35px !important;
    margin: 0px;
    font-size: 1.4rem;
    font-weight: 500;
    height: 35px;
  }
  .alm-btn-wrap .alm-load-more-btn {
    font-size: 14px !important;
    width: auto;
    height: 35px !important;
    line-height: 33px !important;
  }
  /******************* ninja forms **************************/
  .nf-form-content label {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    font-weight: 500 !important;
    color: #4d4d4f;
  }
  .nf-form-fields-required {
    font-size: 1.5rem;
    font-weight: 400;
    color: #4d4d4f;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
  .ninja-forms-field {
    font-size: 1.5rem;
    font-weight: 400;
    color: #4d4d4f;
  }
  .nf-form-content button,
  .nf-form-content input[type="button"],
  .nf-form-content input[type="submit"] {
    line-height: 3.3rem !important;
    border: none;
    height: 35px !important;
    box-shadow: none;
    font-size: 1.4rem !important;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
  .container-gridsize {
    /*width: 100%;*/
    padding-right: 10px;
    padding-left: 10px;
  }

  /*******************Buttons***************************/

  .btn-primary,
  .btn-primary.focus,
  .btn-primary:focus {
    border-radius: 2 !important;
    height: 30px !important;
    line-height: 28px !important;
    border: none;
    box-shadow: none;
    font-size: 1.4rem !important;
    min-width: 140px;
    font-weight: 700;
    margin: auto;
  }
  .alm-btn-wrap .alm-load-more-btn {
    font-size: 14px !important;
    width: auto;
    height: 30px !important;
    line-height: 28px !important;
  }
  .bootstrap-select,
  .mob-select {
    margin-bottom: 1rem;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
  }
  .bootstrap-select > .dropdown-toggle {
    line-height: 38px !important;
    font-size: 1.4rem;
    padding: 0 20px;
    height: 38px;
    background-color: #fff;
  }
  .bootstrap-select .dropdown-menu li {
    line-height: 38px !important;
    margin: 0px;
    font-size: 1.4rem;
    font-weight: 500;
    height: 38px;
  }
  /******************* ninja forms **************************/
  .nf-form-content label {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    font-weight: 500 !important;
    color: #4d4d4f;
  }
  .nf-form-fields-required {
    font-size: 1.5rem;
    font-weight: 400;
    color: #4d4d4f;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
  .ninja-forms-field {
    font-size: 1.5rem;
    font-weight: 400;
    color: #4d4d4f;
  }
  .nf-form-content button,
  .nf-form-content input[type="button"],
  .nf-form-content input[type="submit"] {
    line-height: 3rem !important;
    border: none;
    height: 30px !important;
    box-shadow: none;
    font-size: 1.4rem !important;
    min-width: 140px;
  }

  /************************images **************************/
  .alignleft,
  img.alignleft {
    margin-bottom: 0.5rem;
  }
}

/************************ Share heading **************************/
.addtoany_header {
  font-family: Axiforma-SemiBold;
  font-weight: normal;
  font-size: 24px;
}
