/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

.color-white {
  color: #fff; }

.img-fluid, .video {
  margin: 0rem auto; }

.section.section--medium {
  padding: 2.75rem 6.75rem; }

.section.section--xs-small {
  padding: 0; }

.section.section--xs-small .col-sm-4 {
  padding: 0; }

img {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.img-background {
  background-size: cover !important;
  padding: 70px 40px 80px; }

.btn--solid {
  background: #23384c; }

.top-55 {
  margin-top: 55px; }

.top-bar {
  font-weight: bold; }

.button-new {
  font-size: 16px;
  padding: 7px 10px 10px;
  border-color: #23384c; }

.icon-text {
  font-size: 12px;
  color: #000; }

.content-text {
  font-size: 20px;
  font-weight: bolder;
  font-style: italic; }

.carousel-caption {
  right: 0;
  left: 50%;
  padding-bottom: 30px;
  top: 12%;
  text-shadow: none; }

.carousel-caption h3 {
  color: #23384c;
  font-size: 66px;
  text-align: left; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #23384c;
  border: 1px solid #23384c;
  border-radius: 10px; }

.carousel-control-next, .carousel-control-prev {
  color: #fff;
  text-align: center; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent no-repeat center center;
  background-image: none;
  background-size: auto auto;
  background-image: none;
  background-size: auto auto;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  line-height: 45px;
  margin-top: 10px; }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-block;
  display: -webkit-block;
  display: -ms-block;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  color: #fff;
  text-align: center;
  background: #23384c;
  height: 50px;
  width: 50px;
  top: 45%;
  bottom: 50%; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev {
  left: 0; }
