* {
  font-size: 16px;
  color: #113E59;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: #fff;
}

h1,
.display-1 {
  font-size: 1.8em;
  text-transform: uppercase;
}

h2,
.display-2 {
  text-transform: uppercase;
  font-size: 1.5em;
}

h3,
.display-3 {
  text-transform: uppercase;
  font-size: 1.3em;
}

h4,
.display-4 {
  text-transform: uppercase;
}

.font-48px {
  font-size: 48px;
  line-height: 52px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-shadow: 4px 4px 9px #000;
}

.bg-dark-blue {
  background-color: #113E59;
  color: #fff;
}
.bg-dark-blue * {
  color: #fff;
}
.bg-light-blue {
  background-color: #2DBDEF;
}
.bg-white {
  background-color: #fff;
  color: #113E59;
}
.bg-white * {
  color: #113E59;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-black * {
  color: #fff;
}
.bg-pattern {
  background-repeat: no-repeat, no-repeat;
  background-size: 30vw;
  background-position-x: -20vw, 85vw;
  background-position-y: center, center;
  background-image: url("../../assets/img/Logo_Swish_color.svg"), url("../../assets/img/Logo_Swish_color.svg");
}
.bg-pattern-outline {
  background-repeat: no-repeat, no-repeat;
  background-size: 30vw;
  background-position-x: -20vw, 85vw;
  background-position-y: center, center;
  background-image: url("../../assets/img/Logo_Swish_outline.svg"), url("../../assets/img/Logo_Swish_outline.svg");
}
@media (max-width: 575px) {
  .bg-pattern-outline {
    background-image: none !important;
  }
}

.btn {
  background-color: #113E59;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 6px 20px;
}
.btn * {
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  color: #113E59;
}
.btn.btn-white * {
  color: #113E59;
}
.btn:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.6509803922);
}

#fixed-contact {
  position: fixed;
  right: -160px;
  top: 50vh;
  transition: right 0.5s ease-in-out;
  z-index: 999999999;
}
#fixed-contact:hover {
  right: 0;
}

.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  border-left: 2px solid #2DBDEF;
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.6509803922);
  background-color: #fff;
}
.navbar .dropdown-menu .dropdown-item {
  color: #113E59;
}
.navbar .dropdown-menu .dropdown-item:hover {
  text-shadow: none;
}
.navbar .nav-item .nav-link {
  border-top: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link.active {
  color: #113E59;
  background: #2DBDEF;
}
.navbar .nav-item .nav-link.contact {
  color: #113E59;
  background: #fff;
}
.navbar .nav-item .nav-link:hover {
  background-color: #113E59;
  color: #fff;
  text-shadow: none;
}
.navbar .navbar-toggler {
  color: #2DBDEF;
  border-width: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25em;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.header.hero {
  width: 100vw;
  height: 95vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header.hero .content-wrapper {
  margin-bottom: -5vh;
}

.box {
  border: 2px solid;
  position: relative;
}
.box .icon-wrapper {
  position: absolute;
  top: -30px;
  left: 15%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 10px;
}
.box .icon-wrapper.big-icon {
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: -50px;
}
.box .icon-wrapper.big-icon .icon {
  width: 80px;
  height: 80px;
  font-size: 35px;
}
.box .icon-wrapper.bg-dark-blue {
  background-color: #113E59;
}
.box .icon-wrapper.bg-white {
  background-color: #fff;
}
.box .icon-wrapper.bg-white .icon {
  border-color: #113E59;
}
.box .icon-wrapper .icon {
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
}
.box .icon-wrapper .icon.transparent {
  color: transparent;
}
.box .btn:hover {
  text-shadow: none;
}
.box h2 {
  text-transform: uppercase;
}
.box.bg-dark-blue {
  border-color: #fff;
}
.box.bg-white {
  border-color: #113E59;
  color: #113E59;
}

.img-grid .img-wrapper {
  background-size: cover;
  background-position: center;
}
.img-grid .img-wrapper .img-content-wrapper {
  text-align: center;
  opacity: 0;
  background-color: #113E59;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .img-grid .img-wrapper .img-content-wrapper {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }
}
.img-grid .img-wrapper .img-content-wrapper .img-content {
  border: 2px solid #fff;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
@media (max-width: 992px) {
  .img-grid .img-wrapper .img-content-wrapper .img-content {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }
}
.img-grid .img-wrapper .img-content-wrapper .img-content * {
  color: #fff;
}
.img-grid .img-wrapper .img-overlay {
  background-color: #113E59;
  opacity: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.img-grid .img-wrapper:hover .img-content-wrapper {
  opacity: 1;
}
.img-grid .img-wrapper:hover .img-overlay {
  opacity: 0.8;
}

.img-text-row .img-container {
  position: relative;
  min-height: 60vh;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .img-text-row .img-container {
    min-height: 30vh;
  }
}
.img-text-row .img-container img {
  object-fit: cover;
}
.img-text-row .img-container .img-backlay {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
}
.img-text-row .more-container {
  display: none;
}
.img-text-row .more-btn {
  color: #113E59;
}
.img-text-row .more-btn:hover {
  text-shadow: none;
}

.accordion-section .accordion-item {
  border-radius: 0;
  border: 0;
}
.accordion-section .accordion-item .accordion-header {
  border-bottom: 2px solid #2DBDEF;
  border-radius: 0;
  background-color: transparent;
  color: #113E59;
}
.accordion-section .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
}
.accordion-section .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.contact-block .img-container {
  position: relative;
  height: 115% !important;
  margin-top: -5%;
}
.contact-block .img-container img {
  object-fit: cover;
  max-width: 100%;
}
.contact-block .img-container .img-backlay {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
}

.form-block label {
  font-size: 14px;
}
.form-block label * {
  font-size: 14px;
}
.form-block label a:hover {
  text-shadow: none;
}
.form-block .form-control {
  background-color: rgba(120, 155, 176, 0.1529411765);
  border-radius: 0;
  border: 0;
}
.form-block .form-check-input {
  border-radius: 0;
}

#footer {
  border-top: 1px solid #fff;
}
#footer a {
  margin-left: 10px;
}
#footer .social a {
  margin-left: 20px;
}
#footer .social a i {
  margin-right: 0 !important;
}