body {
  margin: 0;
  font-family: 'Noto Sans';
}

.navbar {
  background-color: #21252994;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

a.navbar-brand img {
    width: 180px;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    color: #163c49;
}
.form {
    padding: 1em;
    border: 1px solid #f1f1f1;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  }

  .connect-box{    
    background: #23a0d1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .form.connectus {
    background: white;}
    
    .form.connectus2 {
      background: white;}

      @media only screen and (max-width: 768px) {
      .dropdown-menu.mega-menu {
        height: 474px;
            overflow-y: scroll;}
      }
  @media only screen and (min-width: 768px) {
    .form {
      width: 60%;
      margin:auto;
    }
    
    .form.connectus {
        width: 60%;
        margin-left: auto !important;
        margin-right: 0;
    }

    .connect-box{
        width: 60%;
        margin-left:auto;
        background: #23a0d1;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 10px;
      }
      .form.connectus {
        background: white;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

  }
  .form-select, .form-control {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
  }
  .form-select:focus, .form-control:focus {
    box-shadow: none;
    border-bottom-color: #2196f3;
  }
  .form-select:focus + label, .form-control:focus + label{
      color: #2196f3;
  }
  input[type="submit"]{
    color: #2196f3;
    border-color: #2196f3;
  }
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: #ffffff;
    background-color: #2196f3;
    outline: none;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  }
  .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select { 
    height: calc(3.5rem + calc(var(--bs-border-width) * 1));  
    min-height: calc(2.5rem + calc(var(--bs-border-width) * 1));
}

.h-card h5.card-title {
    margin-bottom: 20px;
    border-bottom: 5px solid #23a0d1;
    padding-bottom: 17px;
    display: flex;
    height: 62px;
    align-items: center;
}
h5.card-title>.bi::before {
  font-size: 30px;
  margin-right: 20px;
}
.h-partner img {
    height: 35px;
    padding-right: 29px;
}

.ul-icon ul li {
    list-style-type: none;
   
}

.ul-icon ul li::before {
    width: 16px;
    height: 16px;
    content: "\F26A";
    display: inline-block;
    font-family: bootstrap-icons !important;
    left: 18px;
    position: absolute;
}

.side-dash1.list-box {
  margin-top: 150px;
}

.sec-color-1 {
    background: aliceblue;
    /* margin-top: 48px; */
    padding: 25px;
}
section.sec-color-3 {
  background: #f5f9f9;
}
.card.border-info.h-100 {
  background: #fff0;
}
.bg-color-1 {
  background-color: #09191f;
  color: white;
  padding: 40px;
  background-image: url(../images/robot-handshake-artificial-intelligence.jpg);
  background-size: cover;
  background-position: left;
}
.bg-color-2 {
  background-color: #1b2124;
  color: white;
  padding: 40px;
}

.sec-color-2 {
  background-color: #01222e;
}
h2 {
  font-weight: bold;
}


.two-column-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding-left: 0;
}

.two-column-list li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2c2c2c;
}

.img-icon {
  width: 48px;
  height: auto;
  display: inline-block;
  margin-right: 22px;
}

.img-icon img {
  width: 55px;
  height: auto;
}
.card.h-100 {
  box-shadow: -1px 0px 20px 0px rgba(22,101,216,.1);
}
.footer {
  background-color: #020202;
  color: white;
  padding: 20px 0;
  text-align: center;
}
.trusted {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.trusted .img-thumbnail {
  border: none;
}
@media (max-width: 767px) {
  .two-column-list {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
  }
}


/* Sub-menu */
.dropdown-menu.mega-menu {
  width: 97%;
  margin: auto;
  border-radius: 10px;
  padding: 50px;
  top: 80%;
}

.sub-menu-title {
  font-size: 80%;
  text-transform: uppercase;
  color: darkgray;
}

.sub-menu-list small {
  font-size: 75%;
  color: #838282;
}
.sub-menu-list a {
  text-decoration: none;
  line-height: 0.9;
}
.sub-menu-list a:hover {
  text-decoration: underline;   
}
a.nav-link.dropdown-toggle.show {
  border-bottom: 6px solid #23a0d1;
  margin-bottom: -6px;
}a.nav-link.dropdown-toggle:hover {
  border-bottom: 6px solid #23a0d1;
  margin-bottom: -6px;
}

.customImgicon{
  margin-right: 18px;
}