@charset "UTF-8";

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

.padding-top-1 {
  padding-top: 2rem;
}

.pad-sides {
  padding: 0 4rem;
}

.margin-0 {
  margin: 0;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.blue {
  color: #1d439b;
}

.pad {
  padding: 1rem;
}

.flex-left {
  align-items: flex-start !important;
}

.w300 {
  width: 300px;
}

main div {
  padding: 0 0.5rem;
}

.page-header-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  margin-bottom: 0rem;
}

.page-header-container ul {
  align-self: flex-start;
  padding-left: 0;
}

.page-header-container h1 {
  text-align: center;
  flex-grow: 1;
}

@media screen and (min-width: 1050px) {
  main div {
    padding: 0 3rem;
  }

  .page-header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-header-container ul {
    align-self: center;
  }
}

.breadcrumb {
  display: flex;
  list-style: none;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #1d439b;
  text-decoration: none;
}

.headline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #bbc5db;
}

.headline h2 {
  font-size: 22px;
}

.services-images-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.service-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  padding: 1rem;
}

.service-image-container img {
  display: block;
  width: 100%;
  transition-duration: 0.2s;
}

.service-image-container img:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

.service-image-lable {
  background-color: #1d439b;
  width: 100%;
  padding: 0;
  text-align: center;
  padding-bottom: 10px;
}

.service-image-lable h4 {
  padding: 10px 0 5px 0;
  margin: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.service-image-lable a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.service-image-lable a:hover {
  color: #a9c2fb;
}

.services-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.services-list-container ul {
  list-style: none;
  /*width: 100%;*/
  padding: 0 1.5rem 0 2rem;
}

.services-list-container ul li i {
  margin-right: 0.3rem;
}

.services-list-container ul a {
  text-decoration: none;
}

.services-list-container ul a:hover {
  text-decoration: underline;
  color: red;
}

.services-list-container .fa-check-square {
  color: #1d439b;
}

@media screen and (min-width: 700px) {
  .services-list-container {
    flex-direction: row;
    padding: 0;
  }

  .services-list-container ul {
    /*width: 1fr;*/
  }
}

/* START of Sidebar */

.right-sidebar-container {
  margin: 0;
  margin-bottom: 2rem;
  width: 300px;
  padding: 0;
}

.right-sidebar-container a {
  text-decoration: none;
}

a:hover.bl {
  color: #1d439b;
  background: #bbc5db;
}

.btn-u.btn-block {
  text-align: left;
}

.btn-u-lg,
a.btn-u-lg {
  font-size: 18px;
  padding: 10px 18px;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #1d439b;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.btn-block {
  display: block;
  /*width: 100%;*/
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.active2 {
  background: #bbc5db;
}

.bl {
  padding: 10px 10px 10px 25px;
  color: #1d439b;
  text-align: left;
  border: 1px solid #bbc5db;
}

/* END Sidebar */

/* START Standard Page */

.left-right-devide {
  display: flex;
  flex-direction: column;
}

.left {
  padding: 0 1rem;
  margin: 0;
}

.left img {
  width: 100%;
}

.right {
  /*width: 100%;*/
  padding: 0 1rem 1rem 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right img {
  max-width: 100%;
}

.responsive-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexslider .slides > li {
  position: relative;
}

.flex-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  z-index: 2;
}

.flexslider-container {
  padding: 0 !important;
}

.flexslider-pos-container {
  margin-top: 4rem;
  padding: 0 !important;
}

.flexslider-container p {
  margin: 0;
}

.flex-direction-nav a {
  height: 70px !important;
}

.flex-control-nav {
  display: none;
}

.flex-viewport {
  padding: 0 !important;
}

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

@media screen and (min-width: 1000px) {
  .left-right-devide {
    flex-direction: row;
  }

  .right {
    width: 320px;
  }

  .right img {
    max-width: 300px;
  }
}

/* END Standard Page*/

/* START CONTACT US PAGE */

.sky-form {
  margin: 0;
  outline: none;
  font: 13px/1.55 "Open Sans", Helvetica, Arial, sans-serif;
  color: #666;
}

.sky-form fieldset {
  display: block;
  padding: 25px 30px 5px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.sky-form section {
  margin-bottom: 20px;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block;
}

/*p, li, li a, label {
    color: #555;
}*/

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #ccc;
}

.sky-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}

.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
  padding-right: 46px;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 6px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 15px/23px "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control {
  display: block;
  width: 100%;
  /*height: 34px;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e5e5e5;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.sky-form .textarea textarea {
  height: auto !important;
  resize: none;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 6px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 15px/23px "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #2da5da;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn > .btn {
  position: relative;
}

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn {
  box-shadow: none;
  border-radius: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.image-preview-input-title {
  margin-left: 2px;
}

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.contactus-h5 {
  font-size: 1rem;
  margin: 0;
}

.form-button {
  margin-left: 25px;
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
}

.btn-u:hover {
  color: #1d439b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #bbc5db;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* END CONTACT US PAGE */

a {
  text-decoration: none;
}

.flex-center {
  display: flex;
  align-content: center;
  align-items: center;
}

.cta-container {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
}

.cta-container h2 {
  font-weight: 600;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  /* Aligns buttons horizontally */
  flex-wrap: wrap;
  /* Allows wrapping on smaller screens */
  gap: 15px;
  /* Space between buttons */
  margin-top: 20px;
}

.cta-contact {
  color: #fff;
}

.cta-contact:hover {
  color: #bbc5db;
}

.btn-quote:hover {
  background-color: #bbc5db;
}

