* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  body {
    font-family: 'Montserrat', sans-serif;
    /*font-size: 16px;*/
    color: #244066;
  }
  .section-utilities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .section-utilities-item {
    height: 290px;
    position: relative;
    border: 1px solid white;
    width: 50%;
  }
  
  .section-utilities-item-height {
    height: 580px;
  }
  
  .section-utilities-item-height .section-utilities-title h2 {
    margin-top: 280px;
  }
  
  .section-utilities-item-height .section-utilities-title:hover h2 {
    margin: 250px 0px 30px 0px;
    transition: 0.5s;
  }
  
  .section-utilities-item-height .section-utilities-title:hover p {
    opacity: 1;
    transition: 0.5s;
  }
  
  .section-utilities-title {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: radial-gradient(50% 50% at 50% 50%, #02132B 0%, rgb(2 19 43 / 32%) 0%);
  }
  
  .section-utilities-title h2 {
    font-size: 16px;
    text-shadow: 0px 4px 4px #00000080;
    margin-top: 135px;
    transition: 0.3s;
    text-transform: uppercase;
  }
  
  .section-utilities-title p {
    opacity: 0;
    transition: 0.3s;
    padding: 0px 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
  }
  
  .section-utilities img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .section-utilities-title:hover {
    background-color: #02132B;
    opacity: 0.8;
    transition: 0.5s;
  }
  
  .section-utilities-title:hover h2 {
    margin: 96px 0px 22px 0px;
    transition: 0.5s;
  }
  
  .section-utilities-title:hover p {
    opacity: 1;
    transition: 0.5s;
  }
  
  .banner {
    position: relative;
    width: 100%;
  }
  
  .banner-img img {
    height: 579px;
    width: 100%;
    object-fit: cover;
  }
  
  .banner-title {
    position: absolute;
    background: #FCBB49;
    bottom: -27px;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
  }
  
  .banner-title ul {
    display: flex;
    list-style: none;
    height: 61px;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
  }
  
  .banner-title ul a {
    text-decoration: none;
    color:  #244066;
  }
  .banner-title ul a.activeTab {
    text-decoration: none;
    color:  #244066;
    font-weight: 700;
  }
  .section {
    width: 100%;
  }
  
  .section-item {
    width: 70%;
    display: flex;
    margin: 65px auto;
    text-align: justify;
  }
  
  .section-info {
    width: 50%;
    margin-right: 32px;
    /* font-size: 16px; */
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
  }
  
  .section-img {
    width: 50%;
  }
  
  .section-img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  
  .section-info h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      text-transform: uppercase;
  }
  
  .section-overview {
      position: relative;
      width: 100%;
      height: 606px;
  }
  
  .section-overview .overview-banner {
      width: 100%;
      height: 606px;
      z-index: -9;
      object-fit: cover;
  }
  
  .section-overview-info {
      position: absolute;
      top: 0;
      width: 100%;
      background: #244066E5;
      margin: auto;
      display: flex;
      /* margin: auto; */
      height: 606px;
      /* align-items: center; */
  }
  
  .overview-img {
      width: 50%;
      margin-right: 31px;
  }
  
  .overview-img img {
      width: 100%;
      height: 418px;
  }
  
  .overview-info {
      width: 50%;
      color: white;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
  }
  
  .overview {
      display: flex;
      width: 70%;
      margin: auto;
  }
  
  .overview-info h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      text-align: left;
      text-transform: uppercase;
  }
  
  .section-item-ground {}
  
  .section-item-ground {
      display: flex;
      width: 100%;
      height: 498px;
  }
  
  .list-ground {
      width: 70%;
      margin: auto;
  }
  
  .list-ground h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      text-align: left;
  }
  
  .ground-img {
      position: absolute;
      right: 0;
      height: 498px;
      width: 60%;
  }
  
  .list-ground h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 24px;
  }
  
  .list-ground ul li {
      font-family: Old Standard TT;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 15px;
      border: 1px solid #FCBB60;
      background: #FCBB49;
      width: 233px;
      list-style: none;
      position: relative;
      padding-left: 20px;
      cursor: pointer;
  }
  .list-ground ul li.active {
    font-family: Old Standard TT;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #244066;
    background: #244066;
    width: 233px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    color: #FCBB60;
  }
  .ground-img img {
      width: 100%;
      height: 498px;
      object-fit: cover;
  }
  
  .list-ground ul li::before {
      content: '';
      width: 19px;
      height: 19px;
      background: #FCBB49;
      position: absolute;
      right: -10px;
      transform: rotate(45deg);
      top: 3px;
  }
  
  .list-ground ul li::after {
      content: '';
      width: 5px;
      height: 5px;
      top: 11px;
      background: #244066;
      position: absolute;
      left: 7px;
      border-radius: 50%;
  }
  .list-ground ul li.active::before {
    content: '';
    width: 19px;
    height: 19px;
    background: #244066;
    position: absolute;
    right: -10px;
    transform: rotate(45deg);
    top: 3px;
  }
  
  .list-ground ul li.active::after {
    content: '';
    width: 5px;
    height: 5px;
    top: 11px;
    background: #FCBB49;
    position: absolute;
    left: 7px;
    border-radius: 50%;
  }
  
  /* project */
  .utilities-plan {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    /* justify-content: space-between; */
  }
  
  .utilities-title {
    position: absolute;
    color: white;
    height: 42px;
    width: 100%;
    cursor: pointer;
    background: #000000CC;
    bottom: 0;
    transition: 0.5s;
    z-index: 99;
  }
  
  .utilities-title h4 {
    text-shadow: 0px 4px 4px #00000080;
    transition: 0.3s;
    margin-top: 9px;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
  }
  
  .utilities-title .plan-info {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    line-height: 20px;
    margin: auto;
    width: 80%;
  }
  
  .utilities img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s
   
  }
  
  .utilities-item:hover .utilities-title {
    background-color: #02132B;
    opacity: 0.8;
    transition: 0.5s;
    height: 100%;
  }
  
  .utilities-item:hover .utilities-title h4 {
    margin: 63px 0px 22px 0px;
    transition: 0.5s;
    color: #FCBB49;
  }
  
  .utilities-item:hover .utilities-title .plan-info {
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
  }
  .utilities-item:hover img {
    transform: scale(1.1); 
  }
  
  
  .utilities h2 {
      text-align: center;
      margin: 71px 0px 20px 0px;
      text-transform: uppercase;
      font-family: Old Standard TT;
      font-size: 18px;
      font-weight: 700;
      line-height: 26px;
      text-align: center;
  }
  
  .utilities-title .plan-info-item {
      display: flex;
      margin-bottom: 14px;
  }
  
  .utilities-title .plan-info-item b {
      min-width: 35px;
      margin-right: 10px;
  }
  
  .utilities {
      position: relative;
      height: 784px;
  }
  
  .utilities-review {
      position: absolute;
      background: #244066E5;
      top: 0;
      height: 784px;
  }
  
  img.utilities-background {
      height: 784px;
      width: 100%;
      object-fit: cover;
  }
  
  .utilities-review-info h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
      color: white;
  }
  .section-utilities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .section-utilities-item {
    height: 290px;
    position: relative;
    border: 1px solid white;
    width: 50%;
  }
  
  .section-utilities-item-height {
    height: 580px;
  }
  
  .section-utilities-item-height .section-utilities-title h2 {
    margin-top: 280px;
  }
  
  .section-utilities-item-height .section-utilities-title:hover h2 {
    margin: 250px 0px 30px 0px;
    transition: 0.5s;
  }
  
  .section-utilities-item-height .section-utilities-title:hover p {
    opacity: 1;
    transition: 0.5s;
  }
  
  .section-utilities-title {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: radial-gradient(50% 50% at 50% 50%, #02132B 0%, rgb(2 19 43 / 32%) 0%);
  }
  
  .section-utilities-title h2 {
    font-size: 16px;
    text-shadow: 0px 4px 4px #00000080;
    margin-top: 135px;
    transition: 0.3s;
    text-transform: uppercase;
  }
  
  .section-utilities-title p {
    opacity: 0;
    transition: 0.3s;
    padding: 0px 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
  }
  
  .section-utilities img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .section-utilities-title:hover {
    background-color: #02132B;
    opacity: 0.8;
    transition: 0.5s;
  }
  
  .section-utilities-title:hover h2 {
    margin: 96px 0px 22px 0px;
    transition: 0.5s;
  }
  
  .section-utilities-title:hover p {
    opacity: 1;
    transition: 0.5s;
  }
  
  .banner {
    position: relative;
    width: 100%;
  }
  
  .banner-img img {
    height: 579px;
    width: 100%;
    object-fit: cover;
  }
  
  .banner-title {
    position: absolute;
    background: #FCBB49;
    bottom: -27px;
    /* padding-left: 40px; */
    /* left: 0; */
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
  }
  
  .banner-title ul {
    display: flex;
    list-style: none;
    height: 61px;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
  }
  
  .banner-title ul li {
    /* margin-right: 40px; */
  }
  
  .section {
    width: 100%;
    /* text-align: center; */
    /* justify-content: center; */
  }
  
  .section-item {
    width: 70%;
    display: flex;
    margin: 65px auto;
    text-align: justify;
  }
  
  .section-info {
    width: 50%;
    margin-right: 32px;
    /* font-size: 16px; */
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
  }
  
  .section-img {
    width: 50%;
  }
  
  .section-img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  
  .section-info h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      text-transform: uppercase;
  }
  
  .section-overview {
      position: relative;
      width: 100%;
      height: 606px;
  }
  
  .section-overview .overview-banner {
      width: 100%;
      height: 606px;
      z-index: -9;
      object-fit: cover;
  }
  
  .section-overview-info {
      position: absolute;
      top: 0;
      width: 100%;
      background: #244066E5;
      margin: auto;
      display: flex;
      /* margin: auto; */
      height: 606px;
      /* align-items: center; */
  }
  
  .overview-img {
      width: 50%;
      margin-right: 31px;
  }
  
  .overview-img img {
      width: 100%;
      height: 418px;
  }
  
  .overview-info {
      width: 50%;
      color: white;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
  }
  
  .overview {
      display: flex;
      width: 70%;
      margin: auto;
  }
  
  .overview-info h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      text-align: left;
      text-transform: uppercase;
  }
  
  .section-item-ground {}
  
  .section-item-ground {
      display: flex;
      width: 100%;
      height: 498px;
  }
  
  .list-ground {
      width: 70%;
      margin: auto;
  }
  
  .list-ground h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      text-align: left;
  }
  
  .ground-img {
      position: absolute;
      right: 0;
      height: 498px;
      width: 60%;
  }
  
  .list-ground h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 24px;
  }
  
  .list-ground ul li {
      font-family: Old Standard TT;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 15px;
      border: 1px solid #FCBB60;
      background: #FCBB49;
      width: 233px;
      list-style: none;
      position: relative;
      padding-left: 20px;
  }
  .ground-img img {
      width: 100%;
      height: 498px;
      object-fit: cover;
  }
  
  .list-ground ul li::before {
      content: '';
      width: 19px;
      height: 19px;
      background: #FCBB49;
      position: absolute;
      right: -10px;
      transform: rotate(45deg);
      top: 3px;
  }
  
  .list-ground ul li::after {
      content: '';
      width: 5px;
      height: 5px;
      top: 11px;
      background: #244066;
      position: absolute;
      left: 7px;
      border-radius: 50%;
  }
  
  /* project */
  .utilities-plan {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
  }
  
  .utilities-item {
    height: 280px;
    position: relative;
    border: 1px solid white;
    width: calc(100% /3 - 10px);
    margin-bottom: 17px;
    overflow: hidden;
  }
  .utilities-title {
    position: absolute;
    color: white;
    height: 42px;
    width: 100%;
    cursor: pointer;
    background: #000000CC;
    bottom: 0;
    transition: 0.5s;
    z-index: 99;
  }
  
  .utilities-title h3 {
    text-shadow: 0px 4px 4px #00000080;
    transition: 0.3s;
    margin-top: 9px;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
  }
  
  .utilities-title .plan-info {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    line-height: 20px;
    margin: auto;
    width: 80%;
  }
  
  .utilities img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s
   
  }
  
  .utilities-item:hover .utilities-title {
    background-color: #02132B;
    opacity: 0.8;
    transition: 0.5s;
    height: 100%;
  }
  
  .utilities-item:hover .utilities-title h3 {
    margin: 113px 0px 22px 0px;
    transition: 0.5s;
    color: #FCBB49;
  }
  
  .utilities-item:hover .utilities-title .plan-info {
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
  }
  .utilities-item:hover img {
    transform: scale(1.1); 
  }
  
  
  .utilities h2 {
      text-align: center;
      margin: 71px 0px 20px 0px;
      text-transform: uppercase;
      font-family: Old Standard TT;
      font-size: 18px;
      font-weight: 700;
      line-height: 26px;
      text-align: center;
  }
  
  .utilities-title .plan-info-item {
      display: flex;
      margin-bottom: 14px;
  }
  
  .utilities-title .plan-info-item b {
      min-width: 35px;
      margin-right: 10px;
  }
  
  .utilities {
      position: relative;
      height: 784px;
  }
  
  .utilities-review {
      position: absolute;
      background: #244066E5;
      top: 0;
      height: 784px;
  }
  
  img.utilities-background {
      height: 784px;
      width: 100%;
      object-fit: cover;
  }
  
  .utilities-review-info h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
      color: white;
      text-transform: uppercase;
      margin: 70px 0px 35px 0px;
  }
  .utilities-review-info h4 {
    font-family: Old Standard TT;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    margin-top: 7px;
  }
  .section-progress {}
  
  .section-progress {
      width: 100%;
  }
  
  .section-progress h3 {
      font-family: Old Standard TT;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
      margin: 73px 0px 24px 0px;
  }
  
  .progress {
      width: 70%;
      margin: auto;
      display: flex;
      justify-content: space-between;
  }
  
  .progress-item {
      width: 24%;
      box-shadow: 0px 4px 20px 0px #0000001A;
      cursor: pointer;
  }
  
  .progress-item img {
      width: 100%;
      height: 177px;
      object-fit: cover;
  }
  .progress-info {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin: 20px 19px;
  }
  .section-library {
    width: 100%;
    text-align: center;
  }
  
  .library {
    width: 100%;
    margin: auto;
    display: flex;
    height: 562px;
  }
  
  .library-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .library-right {
    width: 50%;
  }
  
  .library-left img {
    width: 50%;
    height: 281px;
    object-fit: cover;
  }
  
  .library-right img {
    width: 100%;
    object-fit: cover;
    height: 562px;
  }
  
  .section-library h2 {
    font-family: Old Standard TT;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin: 73px 0px 35px 0px;
    text-transform: uppercase;
  }
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 65px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  .mySlides img {
    height: calc(67vh);
    object-fit: cover;
  }
  .column img {
    height: 16vh;
    object-fit: cover;
  }
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  .library-slide-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .slide-column {
    width: 50%;
  }
  
  .slide-column img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  
  .library-slide-right {
    width: 50%;
  }
  
  .slide-column-right {
    width: 100%;
    height: 558px;
  }
  
  .slide-column-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .row.library{
    display: flex;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .section-video {
    width: 100%;
    /* display: flex; */
  }
  
  .videos {
    width: 70%;
    margin: auto;
    /* height: 457px; */
    display: flex;
  }
  .videos-right img {
    width: 100%;
    height: 219px;
    margin-bottom: 14px;
    object-fit: cover;
  }
  
  .videos-left {
    width: 60%;
    margin-right: 18px;
  }
  
  .videos-right {
    width: 40%;
    display: block;
  }
  
  .videos-left video {
    width: 100%;
    height: 226px;
  }
  
  .videos-right video {
    width: 100%;
    height: 455px;
  }
  
  .section-video h2 {
    margin: 83px 0px 35px 0px;
    text-transform: uppercase;
    font-family: Old Standard TT;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
  }
  .form-submit {
    width: 100%;
    position: relative;
  }
  
  .form-submit img {
    width: 100%;
    height: 633px;
    object-fit: cover;
  }
  
  .form {
    /* position: absolute;
    top: 0;
    background: #244066E5;
    height: 633px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; */
    
  }
  
  .form form {
    display: inline-grid;
    text-align: center;
    position: relative;
    /* margin: auto; */
    /* justify-content: center; */
    width: 100%;
  }
  .section-info p{
  font-size: 15px;
color: #333;
margin-bottom: 7px;
position: relative;
padding-left: 30px;
}
.section-img iframe{
    height: 100%;
}
  .section-info p i{
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    background: #2a3890;
    border: 1px solid #2a3890;
  }
  .form h3 {
    color: #FCBB49;
    font-family: Old Standard TT;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
  }
  
  .form input {height: 50px;padding-left: 21px;color: #244066;margin-bottom: 18px;font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 26px;letter-spacing: 0em;text-align: left;border-radius: 4px;outline: none;}
  
  form p {
    margin: 20px 0px 36px 0px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }
  
  form button {
    height: 50px;
    background: #FCBB49;
    width: 186px;
    height: 50px;
    width: 182px;
    border-radius: 4px;
    outline: none;
    border: none;
    position: absolute;
    bottom: -52px;
    right: 0;
    left: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    justify-content: center;
    margin: auto;
  }
  div#video-project {
    display: none;
  }
  div#video-project.actionVideo {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #343434;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .tabcontentVideo {
    width: 80%;
    height: 80%;
    position: relative;
  }
  .tabcontentVideo video {
    width: 100%;
    height: 100%;
  }
  div#video-project {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  .close-icon {
    color: white;
    font-size: 20px;
    position: absolute;
    top: -34px;
    right: -29px;
    cursor: pointer;
    font-size: 26px;
  }
  @media (max-width:1300px) {
    .banner-img img {
      height: 513px;
  }
  .banner-title {
    width: 85%;
    bottom: -33px;
  }
  .banner-title ul {
    height: 96px;
    flex-wrap: wrap;
    text-align: left;
    justify-content: left;
  }
  .banner-title ul li {
    margin: 0px 10px;
    cursor: pointer;
  }
  .section-item {
    width: 80%;
    display: block;
    margin: 65px auto;
  }
  .section-info {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .section-img {
    width: 100%;
  }
  .section-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-top: 14px;
  }
  .overview-img {
    width: 50%;
    margin-right: 31px;
    display: none;
  }
  .overview-info {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* padding: 34px 0px; */
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 21;
    -webkit-box-orient: vertical;
    /* line-height: 20px; */
  }
  .section-item-ground {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-item-ground {
    display: block;
    width: 100%;
    height: auto;
  }
  .list-ground {
    width: 70%;
    margin: 30px auto;
  }
  .ground-img {
    position: relative;
    right: 0;
    height: 290px;
    width: 100%;
  }
  .utilities {
    position: relative;
    height: 1051px;
  }
  .utilities-plan {
    width: 80%;
  }
  .utilities-item {
    width: 48%;
  }
  .utilities-item:hover .utilities-title h4 {
    margin: 33px 0px 15px 0px;
    transition: 0.5s;
    color: #FCBB49;
  }
  img.utilities-background {
    height: 1051px;
    width: 100%;
    object-fit: cover;
  }
  .progress {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .progress-item {
    width: 48%;
    box-shadow: 0px 4px 20px 0px #0000001a;
    margin-bottom: 18px;
  }
  .row.library {
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
  }
  .library-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .library-slide-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .slide-column {
    width: 50%;
    height: 191px;
  }
  .slide-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .library-slide-right {
    width: 100%;
  }
  .slide-column-right {
    width: 100%;
    height: 300px;
  }
  .library-left img {
    width: 50%;
    height: 190px;
    object-fit: cover;
  }
  .slide-column-right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .library-right {
    width: 100%;
  }
  .library-right img {
    width: 100%;
    object-fit: cover;
    height: 190px;
  }
  .section-video h2 {
    margin: 43px 0px 25px 0px;
  }
  .videos {
    display: block;
  }
  .videos-left {
    width: 100%;
    display: flex;
  }
  .videos-right {
    width: 100%;
  }
  .videos-left video {
    width: 50%;
    height: 226px;
  }
  .videos-right video {
    width: 100%;
    height: 225px;
  }
  .form-submit img {
    width: 100%;
    height: 578px;
    object-fit: cover;
  }
  .form {
    position: absolute;
    top: 0;
    background: #244066E5;
    height: 578px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
  }
  form p {
    margin: 10px 0px 20px 0px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }
  }
  @media (max-width: 500px) {
    .utilities {
      position: relative;
      height: 1539px;
  }
  .utilities-item {
    height: 213px;
    width: 100%;
  }
  img.utilities-background {
    height: 1539px;
    width: 100%;
    object-fit: cover;
  }
  .progress {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  }
  
  .videos-left img {
      width: 100%;
      height: 457px;
      object-fit: cover;
  }