#logomark-gradient {
  --color-stop-1: #0460D9;
  --color-stop-2: #0460D9;
}
#bright-gradient {
  --bright-color-stop-1: #771ef3;
  --bright-color-stop-2: #3AB0FF;
}
#alt-gradient {
  --alt-color-stop-1: #00C6FF;
  --alt-color-stop-2: #67baa6;
}
#navbar_logomark {
  /* gradient and fallback color */
  fill: url(#logomark-gradient) #0460D9;
  width: 35px;
  height: 35px;
  vertical-align: text-bottom;
}
#navbar_logo {
  /* gradient and fallback color */
  /* fill: url(#logomark-gradient) #0460D9; */
  vertical-align: middle;
}
#footer_logomark {
  /* gradient and fallback color */
  /* fill: url(#logomark-gradient) #0460D9; */
  width: 100px;
  height: 100px;
  vertical-align: text-bottom;
  position: absolute;
  right: 10px;
  align-self: flex-end;
}
.brand-default span {
  font-weight: 700;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
  letter-spacing: -2pt;
  padding: 2pt;
}

#my_account_dropdown {
  padding: 15px;
  border: 0;
  background: #ffffff;
  top: auto;
  box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.22);
  border-radius: 0;
}

.alert.alert-info.alert-xs {
  font-size: small;
}

#partner_logos .img-thumbnail {
  height: 65px;
  margin: 4px 1px;
}

.breadcrumb {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  background-color: #f8f9fa;
}
.breadcrumb li {
  color: #939995 !important;
}

/* features */
#features.carousel,
#features.carousel .item,
#features .carousel-inner > .item img {
  /*min-height: 480px;
		max-height: 600px;*/
  height: 65vh;
}
#features .carousel-caption {
  z-index: 10;
  bottom: 45px;
}
#features.carousel .item .img_overlay {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.5);
}
#features.carousel .item:hover .img_overlay {
  /*background: rgba(252, 109, 11, 0.5);*/
  /*background: transparent;*/
}
#features.carousel .carousel-control,
#features.carousel .item .container {
  z-index: 2;
}
#features .carousel-inner > .item img {
  left: 0;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  object-fit: cover;
}
#features .carousel-indicators {
  bottom: 0;
}

#features .carousel-caption {
  background: rgba(0, 0, 0, 0.45);
  padding: 0 20px 20px 20px;
}
#features .carousel-content {
  padding: 0 25px 25px 25px;
  float: right;
  border: 0;
  background-color: rgba(0, 5, 66, 0.7);
  top: auto;

  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;

  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
}
#features .carousel-caption h3,
#features .carousel-caption a h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
  color: #f8f9fa;
  font-size: 24pt;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
#features .carousel-caption a h3 {
  margin: 25px 0 25px 0;
  padding: 6px 0 0 0;
}
#features .carousel-caption p {
  color: #f8f9fa;
  font-weight: bold;
}
#features .carousel-caption:hover {
  background: rgba(0, 0, 0, 0.65) !important;
}
#features .carousel-caption a:hover,
#features .carousel-caption a:hover h3,
#features .carousel-caption a:hover p {
  color: #0460D9 !important;
  text-decoration: none !important;
}

/* project_categories */
#project_categories.carousel,
#project_categories.carousel .item,
#project_categories .carousel-inner > .item img {
  /*min-height: 480px;
		max-height: 600px;*/
  height: 65vh;
}
#project_categories .carousel-caption {
  z-index: 10;
  top: 45px;
  bottom: unset;
  right: 40%;
  padding: 30px 30px 50px 30px;
  text-align: left;
}
#project_categories.carousel .item .img_overlay {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.5);
}
#project_categories.carousel .item:hover .img_overlay {
  /*background: rgba(252, 109, 11, 0.5);*/
  /*background: transparent;*/
}
#project_categories.carousel .carousel-control,
#project_categories.carousel .item .container {
  z-index: 2;
}
#project_categories .carousel-inner > .item img {
  left: 0;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  object-fit: cover;
}
#project_categories .carousel-indicators {
  bottom: 0;
}

#project_categories .carousel-caption {
  background: rgba(39, 51, 41, 0.7) !important;
  text-shadow: none;
}
#project_categories .carousel-content {
  padding: 0 25px 25px 25px;
  float: right;
  border: 0;
  background-color: rgba(0, 5, 66, 0.7);
  top: auto;

  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;

  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
}
#project_categories .carousel-caption h3,
#project_categories .carousel-caption a h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
  color: #f8f9fa;
  font-size: 24pt;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
#project_categories .carousel-caption:hover p,
#project_categories .carousel-caption:hover h3 {
  color: #212529;
}
#project_categories .carousel-caption h3 {
  margin: 0 0 25px 0;
  padding: 6px 0 0 0;
}
#project_categories .carousel-caption p {
  color: #f8f9fa;
  font-weight: normal;
}
#project_categories .carousel-caption p,
#project_categories .carousel-caption p a {
  color: #f8f9fa;
  font-weight: normal;
}
#project_categories .carousel-caption:hover p,
#project_categories .carousel-caption:hover h3 {
  color: #212529;
}
#project_categories .carousel-caption:hover {
  background: rgba(245, 250, 246, 1) !important;
}

#project_categories .feature_project {
  color: #0460D9;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
#project_categories .btn.btn-brand {
  position: absolute;
  right: 45px;
  /* bottom: 0; */
}

/* article_categories */
#article_categories.carousel,
#article_categories.carousel .item,
#article_categories .carousel-inner > .item img {
  /*min-height: 480px;
		max-height: 600px;*/
  height: 65vh;
}
#article_categories .carousel-caption {
  z-index: 10;
  top: 45px;
  bottom: unset;
  right: 40%;
  padding: 30px 30px 50px 30px;
  text-align: left;
}
#article_categories.carousel .item .img_overlay {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.5);
}
#article_categories.carousel .item:hover .img_overlay {
  /*background: rgba(252, 109, 11, 0.5);*/
  /*background: transparent;*/
}
#article_categories.carousel .carousel-control,
#article_categories.carousel .item .container {
  z-index: 2;
}
#article_categories .carousel-inner > .item img {
  left: 0;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  object-fit: cover;
}
#article_categories .carousel-indicators {
  bottom: 0;
}

#article_categories .carousel-caption {
  background: rgba(39, 51, 41, 0.7) !important;
  text-shadow: none;
}
#article_categories .carousel-content {
  padding: 0 25px 25px 25px;
  float: right;
  border: 0;
  background-color: rgba(0, 5, 66, 0.7);
  top: auto;

  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;

  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
}
#article_categories .carousel-caption h3,
#article_categories .carousel-caption a h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
  color: #fff;
  font-size: 24pt;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
#article_categories .carousel-caption:hover p,
#article_categories .carousel-caption:hover h3 {
  color: #212529;
}
#article_categories .carousel-caption h3 {
  margin: 0 0 25px 0;
  padding: 6px 0 0 0;
}
#article_categories .carousel-caption p {
  color: #939995;
  font-weight: normal;
}
#article_categories .carousel-caption p,
#article_categories .carousel-caption p a {
  color: #939995;
  font-weight: normal;
}
#article_categories .carousel-caption:hover {
  background: rgba(245, 250, 246, 1) !important;
}

#article_categories .feature_article {
  color: #0460D9;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
#article_categories .btn.btn-brand {
  position: absolute;
  right: 45px;
  /* bottom: 0; */
}

a {
  color: #0460D9;
}
a:hover {
  color: #12013a;
}

.nav > li > a,
.nav.nav-pills.nav-stacked li li > a:not(.btn) {
  position: relative;
  display: block;
  padding: 8px 10px;
}
.nav.nav-pills.nav-stacked a {
  text-decoration: none;
}
.nav.nav-pills.nav-stacked li li.active > a:not(.btn) {
  color: #fff;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 8px 10px;
}
.nav.nav-pills.nav-stacked li.active > a:not(.btn) {
  background: #0460D9;
}
.nav.nav-pills.nav-stacked li > a:not(.btn):hover {
  background: #0460D9;
  text-decoration: none;
  color: #fff !important;
  border-radius: 4px;
}

#content_body .debug {
  /*display: none;*/
}
.nav.nav-pills.nav-stacked a:not(.btn) {
  color: #ffffff;
}
.nav.nav-pills.nav-stacked a.btn {
  color: #0460D9;
}
.nav.nav-pills.nav-stacked ul {
  padding-inline-start: 15px;
}
.nav > li > a:not(.btn):focus,
.nav > li > a:not(.btn):hover {
  background: inherit;
}
#content_body {
  /* padding-top: 140px; */
  background: #f8f9fa;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.wrapword {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome & Safari */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word !important; /* Internet Explorer 5.5+ */
  word-break: break-all !important;
  white-space: normal !important;
}

#wrap {
  background: #f8f9fa;
  color: #212529;
  padding-top: 20px;
  padding-bottom: 20px;
}

#content_body h1 strong,
#content_body h2 strong,
#content_body h3 strong,
#content_body p strong {
  color: #0460D9;
}
#content_body p.big strong {
  color: #212529;
}
.bg-gradient {
  background: #0460D9;
  background: linear-gradient(135deg, #3AB0FF 0%, #0460D9 100%);
}
.bg-gradient-bright {
  background: #00C6FF;
  background: linear-gradient(135deg, #00C6FF 0%, #0460D9 100%);
}
.bg-gradient-alt {
  background: #3AB0FF;
  background: linear-gradient(135deg, #3AB0FF 0%, #00D977 100%);
}
.text-gradient {
  background: -webkit-linear-gradient(315deg, #3AB0FF 0%, #0460D9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#content_body h1,
#content_body .h1 {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 28pt;
  font-weight: bold;
  /*letter-spacing: 2px;*/
  line-height: 50px;
  /*text-transform: uppercase;*/
}
#content_body h2,
#content_body .h2 {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 22pt;
  font-weight: bold;
  line-height: normal;
}
#content_body .articles h2,
#content_body .articles h2 a,
#content_body .projects h2,
#content_body .projects h2 a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
}
#content_body h3,
#content_body .h3 {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 18pt;
  font-weight: 600;
}
#content_body h4,
#content_body .h4 {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 16pt;
  font-weight: bold;
}
#content_body h4.italics,
#content_body .h4.italics {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
}

#content_body #wrap,
#content_body p {
  color: #212529;
  font-size: 16px;
}
#content_body p.big {
  font-size: 20px !important;
}
#content_body .module h1,
#content_body .module .h1,
#content_body .module h2,
#content_body .module .h2,
#sidebar h2,
#content_body #wrap .module,
#content_body .module p:not(.alert) {
  /*color: #FFFFFF;*/
}
#content_body .body_content p {
  color: #212529;
}
#content_body .body_content {
  /* background: #ffffff; */
  color: #212529;
  border-radius: 4px;
}

#content_body .navbar {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#content_body .navbar.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(39, 51, 41, 0.2);
}
#content_body .navbar.navbar-inverse {
  background: #212529;
  box-shadow: 0 2px 4px 0 rgba(39, 51, 41, 0.2);
}
#content_body .navbar a.navbar-brand {
  padding: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-shadow: none;
}
#content_body .navbar .navbar-brand img,
#content_body .navbar .navbar-brand svg {
  display: inline;
  height: 80px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#content_body .navbar .navbar-brand svg {
  display: inline-block;
  height: 80px;
}
#content_body .navbar.navbar-inverse .navbar-brand.brand-default svg,
#content_body .navbar.navbar-inverse .navbar-brand.brand-default img {
  display: none;
}
#content_body .navbar.navbar-default .navbar-brand.brand-inverse svg,
#content_body .navbar.navbar-default .navbar-brand.brand-inverse img {
  display: none;
}
#content_body .navbar.navbar-inverse .navbar-brand.brand-inverse img,
#content_body.scrolled .navbar .navbar-brand img,
#content_body.scrolled .navbar .navbar-brand svg {
  height: 50px;
  /* margin-top: 13px; */
}
#content_body.scrolled .navbar .navbar-brand svg {
  height: 50px;
  /* margin-top: 13px; */
}
#content_body .navbar-btn.btn-brand {
  margin: 28px 6px 0 6px;
  line-height: 20px;
  padding: 10px 15px;
}
#content_body.scrolled .navbar-btn.btn-brand {
  margin: 8px 6px 0 6px;
}
#content_body .navbar.navbar-default li a:not(.btn) {
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
  line-height: 100px;
  color: #000000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  background-color: #ffffff;
  text-shadow: none;
}
#content_body .navbar.navbar-default li a:hover {
  background: #0460D9;
  color: #ffffff;
}
#content_body .navbar.navbar-inverse li a:not(.btn),
#content_body.scrolled .navbar li a:not(.btn) {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  line-height: 60px;
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
  text-shadow: none;
}
#content_body.scrolled .navbar li a:hover {
  background: #0460D9;
  color: #ffffff;
}
.navbar-right {
  margin-right: 0;
}
/* #content_body a.navbar-right.cart {
  padding-top: 10px;
  width: 160px;
  height: 100px;
  background: #0460D9;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#content_body a.navbar-right.cart:hover {
  background: #12013a !important;
}
#content_body a.navbar-right.cart:hover,
#content_body a.navbar-right.cart:hover span.glyphicon {
  text-decoration: none;
  opacity: 1;
}
#content_body a.navbar-right.cart span.glyphicon {
  padding-bottom: 10px;
  display: block;
  font-size: 43px;
  opacity: 0.67;
}
#content_body a.navbar-right.cart[aria-expanded="true"] {
  background: #0460D9;
  text-decoration: none;
} */

/* #content_body.scrolled {
  padding-top: 60px;
} */
#content_body.scrolled .navbar {
  height: auto;
}
/* #content_body.scrolled .navbar-right {
  padding: 0 15px 0 0;
  height: auto;
  font-size: 22px;
}
#content_body.scrolled a.navbar-right.cart {
  padding: 10px;
  width: auto;
  height: 60px;
  background: #0460D9;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
}
#content_body.scrolled a.navbar-right.cart:hover,
#content_body.scrolled a.navbar-right.cart:hover span.glyphicon {
  text-decoration: none;
  opacity: 1;
}
#content_body.scrolled a.navbar-right.cart span.glyphicon {
  margin-top: -3px;
  padding: 0 8px 0 0;
  display: inline-block;
  font-size: 24px;
  opacity: 0.67;
} */

#form {
  /*background: #0460D9;
	color: #FFFFFF;*/
  padding-bottom: 50px;
}
#form .h2 {
  margin-top: 50px;
  /*color: #FFFFFF;*/
  font-size: 34px;
  line-height: 42px;
}
#form p {
  /*color: #FFFFFF;*/
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.form input.form-control,
.form select.form-control,
.form textarea {
  padding-left: 29px;
  color: #6b6f81;
  border-color: #6b6f81;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  font-size: 16px;
  min-height: 60px;
  margin-bottom: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.form div.form-group:not(.has-error) input:focus,
.form div.form-group:not(.has-error) select:focus,
.form div.form-group:not(.has-error) textarea:focus {
  border-radius: 0;
  color: #0460D9;
  border-color: #0460D9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 255, 255, 0.5);
  -moz-transition: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 255, 255, 0.5);
}
#enquiry_form .btn-brand,
#contact_form .btn-brand {
  margin-top: 20px;
  font-size: 18px;
  line-height: 23px;
}
#content_body .form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #6b6f81;
  border-color: #e4e5ec;
} /* WebKit, Blink, Edge */
#content_body .form .form-control:-moz-placeholder {
  font-weight: 300;
  color: #6b6f81;
  border-color: #e4e5ec;
} /* Mozilla Firefox 4 to 18 */
#content_body .form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #6b6f81;
  border-color: #e4e5ec;
} /* Mozilla Firefox 19+ */
#content_body .form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #6b6f81;
  border-color: #e4e5ec;
} /* Internet Explorer 10-11 */
#content_body .form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #6b6f81;
  border-color: #e4e5ec;
} /* Microsoft Edge */

#enquiry_form,
#contact_form {
  background: #ffffff;
}

.form-control {
  /*border-radius: 3px;
  border-color: #F8F9FA;*/
  color: #212529;
  border-color: #0460D9;
  background-color: #fcfdfc;
  -moz-font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.form-control:focus {
  border-color: #0460D9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(51, 74, 93, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(51, 74, 93, 0.6);
}
label {
  color: #0460D9;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

#content_body footer {
  font-family: "Poppins", sans-serif;
}
#content_body footer div.top {
  background-color: #212529;
  padding: 20px 0;
}
#content_body footer .footer_content p,
#content_body footer .footer_content {
  color: #f8f9fa;
  font-weight: 500;
}
#content_body footer .footer_content a {
  color: #ededed;
}
#content_body footer .footer_content a:hover {
  color: #0460D9;
}
#content_body footer > div.bottom {
  background: #212529;
  padding: 10px 0;
  display: flex;
}
#content_body footer > div.bottom div.bottom {
  padding: 10px 0 0;
}
#content_body footer div.bottom p {
  font-size: 12px;
  color: #7d8293;
}
#content_body footer div.bottom a {
  color: #ededed;
}
#admin_link {
  text-align: right;
}
#footer_icon {
  position: absolute;
  right: 10px;
  height: 40px;
  align-self: flex-end;
}

#content_body .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
#content_body .btn-brand {
  color: #ffffff;
  font-size: 16px;
  line-height: 10px;
  /* padding: 10px 5px 10px 30px; */
  padding: 15px 20px;
  background-color: #0460D9;
  border-radius: 5px;
  z-index: 1;
}

#content_body .btn-brand:hover {
  color: #ffffff;
  background-color: #12013a;
}
.btn.btn-default.article_title,
.btn.btn-default.project_title {
  white-space: normal;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #d0021b;
}
.has-error .form-control {
  border-color: #d0021b !important;
}
hr {
  border-color: #212529;
}

#content_body .bg-details {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 8% 12% 6% 12%;
  border: 1px solid #e3e5ec;
  background-color: #f1f2f5;
  color: #7d8293;
}
#content_body .bg-details .big {
  color: #212529;
}
#content_body .bg-details p {
  margin-bottom: 30px;
}

.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #212529;
  border: 0;
  border-color: #12013a;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #12013a;
}
thead > tr > td,
thead > tr > th,
tfoot > tr > th {
  background: #12013a !important;
  color: #ffffff !important;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #ffffff;
}
.table > tfoot > tr:last-of-type > th {
  border-top-style: double;
  border-top-width: 4px;
  border-top-color: #12013a;
  color: #12013a;
}
.table > tfoot > tr > td.no_border,
.table > tfoot > tr > th.no_border {
  border-top-width: 0;
}

iframe {
  max-width: 100%;
  max-height: 100%;
}

/* modal */
#content_body .modal-backdrop.in {
  filter: alpha(opacity=87);
  opacity: 0.87;
  background-color: rgb(39, 51, 41);
}
#content_body .modal.in .modal-dialog {
  box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.22);
}
#content_body .modal .modal-content {
  border-radius: 0;
  text-align: center;
  font-size: 18px;
}
#content_body .modal .modal-header {
  border-bottom: 0;
}
#content_body .modal .close {
  font-size: 45px;
  font-weight: 300;
}
#content_body .modal .modal-body {
  margin-bottom: 90px;
}
#content_body .modal span.btn.abtn,
#content_body .modal div.btn.abtn {
  padding: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}
#content_body .modal h3 {
  margin-top: 0;
  color: #0460D9;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}
/* #content_body .modal .btn-brand {
  padding: 27px 60px;
  font-size: 26px;
  line-height: auto;
  font-weight: 500;
}
#content_body .modal .btn-brand:hover {
  padding: 27px 60px;
  font-size: 26px;
  line-height: auto;
  font-weight: 500;
} */

/* project images */
#feature_images {
  max-height: 280px;
}
#feature_images img {
  max-width: 100%;
  max-height: 260px;
}
#feature_images .image {
  display: none;
}
#feature_images .image.active {
  display: block;
  text-align: center;
}
#project_carousel.carousel {
  margin: 0 0 50px 0;
}
#project_carousel.carousel,
#project_carousel.carousel .item {
  height: 80px;
}
#project_carousel.carousel .carousel-inner > .item img {
  max-width: 90%;
  height: auto;
  max-height: 80px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
#project_carousel.carousel .carousel-inner {
  width: 70%;
  left: 15%;
  height: 80px;
}
#project_carousel.carousel .carousel-inner .image {
  width: 33%;
  height: 80px;
  display: inline-block;
  position: relative;
}
#project_carousel .carousel-indicators {
  bottom: -35px;
}
#project_carousel .carousel-indicators li {
  border-color: #0460D9;
}
#project_carousel .carousel-indicators .active {
  background-color: #0460D9;
}
#project_carousel .carousel-control:focus,
#project_carousel .carousel-control:hover,
#project_carousel .carousel-control {
  background-image: none;
  color: #0460D9;
  opacity: 1;
}
#project_page a.img-thumbnail {
  width: 100%;
  margin: 15px 0;
}
#project_page a.img-thumbnail > .img-responsive {
  height: 200px;
  object-fit: cover;
  max-width: unset;
  width: 100%;
}
#article_carousel.carousel {
  margin: 0 0 50px 0;
}
#article_carousel.carousel,
#article_carousel.carousel .item {
  height: 80px;
}
#article_carousel.carousel .carousel-inner > .item img {
  max-width: 90%;
  height: auto;
  max-height: 80px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
#article_carousel.carousel .carousel-inner {
  width: 70%;
  left: 15%;
  height: 80px;
}
#article_carousel.carousel .carousel-inner .image {
  width: 33%;
  height: 80px;
  display: inline-block;
  position: relative;
}
#article_carousel .carousel-indicators {
  bottom: -35px;
}
#article_carousel .carousel-indicators li {
  border-color: #0460D9;
}
#article_carousel .carousel-indicators .active {
  background-color: #0460D9;
}
#article_carousel .carousel-control:focus,
#article_carousel .carousel-control:hover,
#article_carousel .carousel-control {
  background-image: none;
  color: #0460D9;
  opacity: 1;
}
#article_page a.img-thumbnail {
  width: 100%;
  margin: 15px 0;
}
#article_page a.img-thumbnail > .img-responsive {
  height: 200px;
  object-fit: cover;
  max-width: unset;
  width: 100%;
}

.image_wrap img {
  margin: auto;
}

.row[style*="background-image"] {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  height: 90%;
  margin: 15px 15px 15px 0;
  padding-top: 145px;
}

.row[style*="background-image"] > div {
  background: rgba(39, 51, 41, 0.8);
  width: 80%;
  margin-bottom: 30px;
}
#content_body .row[style*="background-image"] > div a:not(.btn-brand),
#content_body .row[style*="background-image"] > div h2 a,
#content_body .row[style*="background-image"] > div h2,
#content_body .row[style*="background-image"] > div h3 a,
#content_body .row[style*="background-image"] > div h3 {
  color: #0460D9;

  /* padding-left: 35px;
  background: url('assets/tread.png') left top no-repeat;
  background-size: 30px 39px; */
}
#content_body .row[style*="background-image"] > div p {
  font-size: 14px;
  color: #f8f9fa;
}

#slider .img-responsive.img-thumbnail {
  height: 85px;
  width: auto;
  margin: 5px;
}
#slider .img-responsive.img-thumbnail > img {
  width: auto;
  max-height: 77px;
}

.row[style*="background-image"][style*="background-color"] {
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 65vh;
  margin: 50px 0;
  padding-top: 0;
}

.row[style*="background-image"][style*="background-color"]::before {
  display: none;
}

.row[style*="background-image"][style*="background-color"]::after {
  display: none;
}
.row[style*="background-image"][style*="background-color"] > div {
  background: #ffffff;
  width: 60%;
  margin: 30px;
  padding: 30px 30px 50px 50px;
}
.row[style*="background-image"][style*="background-color"]
  > div
  .btn.btn-brand:last-child {
  position: absolute;
  right: 45px;
  /* bottom: 0; */
}
#content_body
  .row[style*="background-image"][style*="background-color"]
  > div
  p {
  font-size: 16px;
  color: #212529;
}

.row.bg-gradient[style*="background-color"],
.row.bg-gradient-bright[style*="background-color"],
.row.bg-gradient-alt[style*="background-color"] {
  border-radius: 6px;
}
.row.bg-gradient[style*="background-color"] > div,
.row.bg-gradient-bright[style*="background-color"] > div,
.row.bg-gradient-alt[style*="background-color"] > div {
  background: #ffffff;
  width: 90%;
  margin: 3% 0 3% 5%;
  padding: 30px 30px 50px 50px;
  border-radius: 6px;
}
.row.bg-gradient[style*="background-color"] > div.col-md-4,
.row.bg-gradient-bright[style*="background-color"] > div.col-md-4,
.row.bg-gradient-alt[style*="background-color"] > div.col-md-4 {
  background: #ffffff;
  width: 26.5%;
  margin: 3% 0 3% 5%;
  padding: 30px 30px 30px 50px;
  border-radius: 6px;
}
#content_body .row.bg-gradient[style*="background-color"] > div h2 {
  color: #0460D9;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
#content_body .row.bg-gradient-alt[style*="background-color"] > div p {
  font-size: 18px;
}
.row.bg-gradient-bright[style*="background-color"] > div.col-md-12,
.row.bg-gradient-alt[style*="background-color"] > div.col-md-12 {
  background: transparent;
  width: 100%;
  margin: 2% 0 0 5%;
  padding: 0 !important;
}
#content_body .row.bg-gradient-bright[style*="background-color"] > div.col-md-12 p.big,
#content_body .row.bg-gradient-alt[style*="background-color"] > div.col-md-12 p.big,
#content_body .row.bg-gradient-bright[style*="background-color"] > div.col-md-12 p strong,
#content_body .row.bg-gradient-alt[style*="background-color"] > div.col-md-12 p strong,
#content_body .row.bg-gradient-bright[style*="background-color"] > div.col-md-12 h2,
#content_body .row.bg-gradient-alt[style*="background-color"] > div.col-md-12 h2 {
  margin: 0;
  color: #ffffff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
#content_body .row.bg-gradient[style*="background-color"] .btn.btn-brand,
#content_body .row.bg-gradient-bright[style*="background-color"] .btn.btn-brand,
#content_body .row.bg-gradient-alt[style*="background-color"] .btn.btn-brand {
  margin-top: 15px;
}

#content_body .body_content > .row > div.col-md-12.col-sm-12.col-xs-12 {
  /* padding-top: 30px; */
  padding-bottom: 30px;
}

.row > .column.col-md-6.col-sm-6.col-xs-4 img,
.row > .column.col-md-6.col-sm-6.col-xs-4 svg {
  margin-top: 30px;
}
.row > .column.col-md-6.col-sm-6.col-xs-4:first-of-type > div {
  float: right;
  max-width: 200px;
}
.row > .column.col-md-6.col-sm-6.col-xs-4:last-of-type > div {
  float: left;
  max-width: 200px;
}
.row > .column.col-md-6.col-sm-6.col-xs-4:first-of-type > div.big_icon,
.row > .column.col-md-6.col-sm-6.col-xs-4:last-of-type > div.big_icon {
  max-width: 300px;
}

/* responsive design */
#content_body .hidden-400 {
  display: inherit !important;
}
#content_body .visible-400 {
  display: none !important;
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
  .checkout .catalogue_image img,
  #project .catalogue_image img,
  #article .catalogue_image img,
  #catalogue .catalogue_item .catalogue_image img {
    max-height: 205px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
  .checkout .catalogue_image img,
  #project .catalogue_image img,
  #article .catalogue_image img,
  #catalogue .catalogue_item .catalogue_image img {
    max-height: 205px;
  }
  .navbar-nav > li:last-child {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  /* #content_body {
    padding-top: 60px;
  } */

  #content_body .navbar,
  #content_body.scrolled .navbar {
    height: auto;
  }
  #content_body .navbar .navbar-brand svg {
    height: 50px;
    /* margin-top: 10px; */
  }
  #content_body.scrolled .navbar .navbar-brand svg {
    height: 45px;
    /* margin-top: 10px; */
  }
  #content_body .navbar li a:not(.btn) {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center;
  }
  #content_body.scrolled .navbar li a:not(.btn) {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
  }
  #content_body .navbar-right,
  #content_body.scrolled .navbar-right {
    padding: 0 8px;
    height: auto;
    font-size: 22px;
  }
  #content_body .navbar-btn.btn-brand {
    margin: 8px 6px 0 6px;
    line-height: 16px;
    padding: 10px 15px;
    font-size: 16px;
  }
  #content_body.scrolled .navbar-btn.btn-brand {
    margin: 6px 6px 0 6px;
    line-height: 15px;
    padding: 10px 15px;
    font-size: 15px;
  }
  #content_body a.navbar-right.cart {
    padding: 10px;
    width: auto;
    height: 60px;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #content_body.scrolled a.navbar-right.cart {
    padding: 10px;
    width: auto;
    height: 50px;
    font-size: 16px;
    line-height: 14px;
  }
  #content_body a.navbar-right.cart:hover,
  #content_body.scrolled a.navbar-right.cart:hover,
  #content_body a.navbar-right.cart:hover span.glyphicon,
  #content_body.scrolled a.navbar-right.cart:hover span.glyphicon {
    text-decoration: none;
    opacity: 1;
  }
  #content_body a.navbar-right.cart span.glyphicon,
  #content_body.scrolled a.navbar-right.cart span.glyphicon {
    margin-top: -3px;
    padding: 0 8px;
    display: inline-block;
    font-size: 24px;
    opacity: 0.67;
  }
}
@media (min-width: 1024px) {
  .modal-dialog {
    width: 80vw;
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .modal-dialog {
    margin: 10px auto;
    padding: 0 10px;
    width: 100%;
  }
  .container {
    width: 100%;
  }
  #content_body .navbar .navbar-brand img,
  #content_body.scrolled .navbar .navbar-brand img,
  #content_body .navbar .navbar-brand svg,
  #content_body.scrolled .navbar .navbar-brand svg {
    vertical-align: middle;
  }

  #content_body h2,
  #content_body .h2 {
    font-size: 20pt;
  }

  .row[style*="background-image"][style*="background-color"] {
    padding: 30px 30px 230px 30px;
  }
  .row[style*="background-image"][style*="background-color"] > div {
    width: 85%;
    float: none;
  }

  .row.bg-gradient[style*="background-color"] > div,
  .row.bg-gradient-bright[style*="background-color"] > div.col-md-4,
  .row.bg-gradient-alt[style*="background-color"] > div.col-md-4 {
    width: 90%;
    margin: 3% 0 3% 5%;
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 900px) {
  /* #content_body {
    padding-top: 60px;
  } */

  #content_body .navbar {
    height: auto;
    background: #ffffff;
  }
  #content_body .navbar .navbar-brand {
    line-height: 100px;
  }
  #content_body .nav.navbar-nav {
    margin: 0;
  }
  #content_body .navbar li a {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  /* #content_body .navbar-right {
    padding: 0 8px;
    height: auto;
    color: #000000;
    font-size: 22px;
  } */
  #content_body a.navbar-right.cart,
  #content_body.scrolled a.navbar-right.cart {
    padding: 10px;
    width: auto;
    height: 50px;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #content_body a.navbar-right.cart:hover,
  #content_body a.navbar-right.cart:hover span.glyphicon {
    text-decoration: none;
    opacity: 1;
  }
  #content_body a.navbar-right.cart span.glyphicon {
    margin-top: -3px;
    padding: 0 8px;
    display: inline-block;
    font-size: 24px;
    opacity: 0.67;
  }

  .form input.form-control,
  .form select.form-control,
  .form textarea {
    min-height: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .checkout .project .project_details {
    text-align: left;
  }
  .checkout .article .article_details {
    text-align: left;
  }
  .navbar.navbar-default #navbar-collapse {
    margin-left: 240px;
  }
  .navbar.navbar-inverse #navbar-collapse {
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  #content_body h1,
  #content_body .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  #content_body h2,
  #content_body .h2 {
    font-size: 18pt;
  }
  #content_body h3,
  #content_body .h3 {
    font-size: 16pt;
  }
  #content_body h4,
  #content_body .h4 {
    font-size: 15pt;
  }
  #content_body h4.italics {
    font-size: 20px;
  }
  #content_body p {
    font-size: 16px;
  }
  #content_body p.small {
    font-size: 12px;
  }

  /* #content_body {
    padding-top: 60px;
  } */

  #wrap {
    padding-top: 0;
  }

  #content_body .navbar {
    height: auto;
    background: #ffffff;
  }
  #content_body .navbar .navbar-brand {
    line-height: 45px;
  }
  #content_body .navbar .navbar-brand svg,
  #content_body .navbar .navbar-brand img {
    /* margin-top: 12px !important; */
    margin-left: 5px !important;
    height: 40px !important;
  }
  .brand-default span {
    font-size: 1.8em;
  }
  .navbar-inverse .navbar-toggle {
    background: #939995;
    border-color: #939995;
  }
  .navbar .navbar-collapse,
  .navbar .navbar-collapse a,
  .navbar .navbar-collapse.in,
  .navbar .navbar-collapse.in a {
    background: #f8f9fa !important;
    color: #212529 !important;
  }
  .navbar .navbar-collapse.in a:hover {
    background: #0460D9 !important;
    color: #ffffff !important;
  }
  #content_body .navbar-right {
    padding: 0 8px;
    height: auto;
    color: #ffffff;
    font-size: 22px;
  }
  #content_body .navbar.navbar-default li a:not(.btn),
  #content_body .navbar.navbar-inverse li a:not(.btn) {
    height: auto !important;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
  }
  #content_body a.navbar-right.navbar-btn,
  #content_body.scrolled a.navbar-right.navbar-btn {
    padding: 13px;
    width: auto;
    height: 35px;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 67px;
    display: flex;
    align-items: center;
  }
  #contact {
    right: 85px !important;
  }
  #content_body a.navbar-right.cart.toggle_checkout {
    right: 180px !important;
  }
  #my_account_dropdown {
    left: auto;
    right: 0;
  }

  #content_body a.navbar-right.cart:hover,
  #content_body a.navbar-right.cart:hover span.glyphicon {
    text-decoration: none;
    opacity: 1;
  }
  #content_body a.navbar-right.cart span.glyphicon {
    margin-top: -3px;
    padding: 0 !important;
    display: inline-block;
    font-size: 24px;
    opacity: 0.67;
  }
  .navbar-toggle {
    margin-right: 18px;
  }

  .row[style*="background-image"][style*="background-color"] {
    padding: 15px 15px 200px 15px;
  }
  .row[style*="background-image"][style*="background-color"] > div {
    width: 94%;
    float: none;
    padding: 15px 15px 50px 15px;
    margin: 15px;
  }
  .row[style*="background-image"][style*="background-color"]
    > div
    .btn.btn-brand:last-child {
    position: static;
    float: right;
  }

  #article_categories .carousel-caption,
  #project_categories .carousel-caption {
    right: 15%;
  }

  #form {
    padding-bottom: 20px;
  }
  #form .h2 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  #form p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #form input.form-control,
  #form textarea {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #form .btn-brand {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  footer p {
    padding-top: 5px;
  }
  #footer_icon {
    margin-top: 20px;
  }
  #admin_link {
    text-align: left;
  }

  #article hr,
  #project hr {
    width: 100%;
    position: static;
  }

  #content_body .modal .modal-body {
    margin-bottom: 20px;
    padding-top: 0;
  }
  #content_body .modal .modal-header {
    padding: 0 15px 0 0;
  }
  #content_body .modal .btn-brand {
    padding: 27px;
    width: 100%;
    text-align: center;
  }
  #content_body .modal .btn-brand:hover {
    padding: 27px;
    width: 100%;
    text-align: center;
  }

  .btn-group.btn-group-responsive > .btn-group {
    display: block;
    width: 100%;
  }

  /* making the border-radius correct */
  .btn-group.btn-group-responsive > .btn-group:first-child {
    border-radius: 6px 6px 0 0;
  }
  .btn-group.btn-group-responsive
    > .btn-group:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 6px;
  }
  .btn-group.btn-group-responsive > .btn-group:last-child:not(:first-child) {
    border-radius: 0 0 6px 6px;
  }

  /* fixing margin */
  .btn-group.btn-group-responsive .btn-group + .btn-group {
    margin-left: 0;
  }

  html,
  body {
    overflow-x: hidden;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
    z-index: 1050;
  }
  .row-offcanvas .sidebar-offcanvas {
    display: none;
  }
  .row-offcanvas.active .sidebar-offcanvas {
    display: block;
    background: #0460D9;
  }
  .row-offcanvas.active .sidebar-offcanvas h2 {
    color: #ffffff !important;
  }
}

@media (max-width: 400px) {
  .hidden-400 {
    display: none !important;
  }
  .visible-400 {
    display: inherit !important;
  }
  .full-400 {
    width: 100% !important;
  }
  .brand-default span {
    font-size: 1.5em;
  }

  .checkout .min_height {
    display: block;
    min-height: unset;
  }
  #article #manual #dollar_sign,
  #project #manual #dollar_sign {
    position: static;
    margin-left: 0;
  }

  #form input.form-control,
  #form textarea {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }

  #content_body a.navbar-right.cart,
  #content_body.scrolled a.navbar-right.cart {
    padding: 13px 8px;
    right: 80px;
  }
  /* #contact {
    right: 120px !important;
  } */
  #content_body a.navbar-right.cart.toggle_checkout {
    right: 160px !important;
  }
}
