body.site {
  background-image: linear-gradient(
    to left bottom,
    #1d445f,
    #224f6e,
    #275a7d,
    #2d658d,
    #33709d,
    #34719e,
    #3573a0,
    #3674a1,
    #326b93,
    #2e6286,
    #2a5979,
    #27506c
  );
  color: #252525;
}
#sp-header {
  background: transparent;
  margin: 60px 0;
  box-shadow: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(0, 0, 0, 0.8);
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 14px 0;
  cursor: pointer;
}
.logo-image {
  margin-left: -15px;
  border-radius: 8px;
  border: 2px solid #000;
}
#sp-main-body {
  background-image: url(../images/component-bg.png);
  background-repeat: repeat-y;
  background-size: 75% auto;
}
.layout-boxed .body-innerwrapper {
  background: transparent;
  box-shadow: none !important;
}
#sp-right .sp-module {
  color: #ffffff;
  background-color: rgba(22, 132, 187, 0.8);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
#sp-main-body {
  padding: 10px 0;
}
#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 20px;
  border: none;
  padding: 15px;
  border-radius: 0;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #abcae2;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}
#sp-right {
  margin-top: -10px;
  padding-right: 0;
}
.sp-module-title {
  padding: 10px 0;
}
.custom-slider {
  width: 1205px;
  padding: 20px;
  background: #3877a8;
  margin-bottom: 20px;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid;

  border-color: rgba(255, 255, 255, 0.2);
}

.vt_nivo_slider {
  margin-bottom: 20px;
}
.sp-dropdown-inner {
  margin-left: -120px;
  width: 240px;
}
.sp-dropdown-items a {
  font-size: 14px !important;
}
#sp-tech-diving-section {
  background: #397aac;
  margin-bottom: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  padding: 20px 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
#sp-tech-diving-section p {
  font-size: 1.2em;
}
.tech-diving .image-container {
  position: relative;
  overflow: hidden;
}

.tech-diving .image-container img {
  width: 100%;
  height: 170px;
  border: 1px solid #333;

  display: block;
}
/*

.tech-diving .overlay-title {
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
}
*/
.tech-diving .overlay-title {
  position: absolute;
  font-size: 2em;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.layout-boxed .body-innerwrapper {
  max-width: 1200px;

  margin: 0 auto;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
p.readmore {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333333;
  color: white;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}
p.readmore a {
  color: #fff;
}
.tech-diving p:first-of-type {
  min-height: 100px;
}
p.readmore:hover,
p.readmore:focus {
  background-color: #4a4a4a;
  border-color: #333333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;

  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0px;

  position: relative;

  line-height: 40px;

  opacity: 0.7;

  transition: 0.3s;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li {
  border-bottom: 1px solid #aaa;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 4px 0px;

  line-height: 50px;

  font-weight: 400;
}
.burger-icon {
  background: #000;
  width: 35px;
  height: 35px;
  padding: 0 5px;
}

.burger-icon > span {
  display: block;

  height: 4px;

  background-color: #fff;

  margin: 5px 0;

  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
}
#sp-bottom .sp-module-title,
#sp-bottom h1 {
  font-size: 23px !important;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

#sp-bottom {
  margin-top: 40px;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  padding: 20px 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .logo-image {
    margin-left: 5px;
    border-radius: 8px;
    border: 2px solid #000;
  }
}

@media (max-width: 992px) {
  #sp-main-body {
    background-image: none;

    background: #fff;
  }
}
@media (max-width: 520px) {
  .logo-image {
    height: auto !important;
  }
  #sp-header {
    background: transparent;

    margin: 15px 0;

    box-shadow: none;
  }
}
