/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-single {
  padding: 310px 0 192px; }
  #sec-single .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(197deg, #334D5B 0%, #406B83 32%, #6296B2 64%, #6795AD 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-single .round-wave {
    position: absolute;
    inset: 0;
    top: unset;
    width: 100% !important; }
  #sec-single .main picture,
  #sec-single .main img {
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover;
    overflow: hidden; }
  #sec-single .main h5 {
    margin-top: 36px; }
  @media screen and (max-width: 769px) {
    #sec-single {
      padding-bottom: 120px;
      padding-top: 190px; }
      #sec-single .gradient-bg {
        height: 100%; } }

#sec-related {
  padding-top: 50px;
  padding-bottom: 70px; }
  #sec-related h4 {
    font-size: 29px;
    color: #52BAB7;
    font-weight: 700;
    line-height: 1.3; }
  #sec-related .carousel .card {
    position: relative; }
    #sec-related .carousel .card .card-title {
      padding: 14px 21px;
      background-color: #52BAB7;
      position: absolute;
      bottom: 0;
      left: 0; }
      #sec-related .carousel .card .card-title h3 {
        font-size: 16px;
        letter-spacing: 0.14px;
        color: #FFF;
        padding: 0;
        margin: 0;
        font-weight: 700; }
  #sec-related .carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    display: flex; }
    #sec-related .carousel .owl-nav button {
      width: 43px;
      height: 43px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFF;
      background-color: #3D6C88;
      border-radius: 50%; }
      #sec-related .carousel .owl-nav button:hover {
        background-color: #52BAB7; }
      #sec-related .carousel .owl-nav button i {
        font-size: 20px;
        font-weight: 400; }
  #sec-related .carousel .owl-dots {
    margin-top: 70px; }
    #sec-related .carousel .owl-dots button {
      margin-right: 16px; }
      #sec-related .carousel .owl-dots button span {
        margin: 0;
        width: 20px;
        height: 20px;
        background-color: #FFF;
        border: 1px solid #9F9F9F; }
      #sec-related .carousel .owl-dots button.active span {
        background-color: #E5E5E5; }
      #sec-related .carousel .owl-dots button:last-of-type {
        margin-right: 0; }
  @media screen and (min-width: 1025px) {
    #sec-related {
      padding-top: 110px;
      padding-bottom: 90px; } }
