.title-card h2{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.title-card {
padding-bottom: 3em;
}
.title-card  h2 span{
border-bottom: 4px solid #61cda2;
}

.frame-container{
    width: 1200px;
    margin: 0 auto;
    padding: 4em 0;
  }
  .nanomyt-info-card h3{
    display: flex;
    align-items: center;
    gap: 0.5em;
    font:600 16px "Poppins", sans-serif;
    color: #000;
    margin-bottom: 0.5em;
  }
  .nanomyt-info-card p,.nanomyt-info-card ul li{
    font:400 14px/24px "Poppins", sans-serif;
    color: #333;
    line-height: 1.8;
  }
  .nanomyt-info-card ul{
    margin-bottom: 2em;
  }
  .nanomyt-info-card ul li{
    display: flex;
    align-items: start;
    gap: 1em;
    margin-bottom: 1em;
  }
  .nanomyt-full-info-frame p{
    font:400 14px/24px "Poppins", sans-serif;
    color: #000;
    line-height: 2;
  }
  .nanomyt-info-card a{
    font:400 14px/24px "Poppins", sans-serif;
    color: blue;
    line-height: 1.8;
    display: inline-block;
  }
  .nanomyt-about-info-frame{
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .nanomyt-about-info-top p{
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8;
    color: #565656;
  }
  .nanomyt-about-info-top h2{
    font-size: 1.8em;
    font-weight: 400;
    color: #176dc0;
    position: relative;
    margin-bottom: 1em;
  }
  .nanomyt-about-info-top h2::after{
    content: '';
    background: #176dc0 ;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 126px;
    height: 4px;
    display: inline-block;
  }
  .nanomyt-about-info-key-frame{
   
    background:  rgba(52, 52, 60, 0.8);
    padding: 2em;
    margin-bottom: 2em;
  }
  .nanomyt-about-info-key-frame h3{
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 1em;
    color: #fff;
  }
  .nanomyt-about-info-key-frame ul li{
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    padding: 1em 0;
    border-bottom: 1px solid #958d8d;
}
.nanomyt-about-info-key-frame ul li:last-child{
      border-bottom: 0px solid #fff;
    padding-bottom: 0;
  }
  .nanomyt-vision-frame{
    padding: 2em;
    background: rgba(49, 142, 181, 0.8);
  }
  .nanomyt-vision-frame h3{
    font-size: 1.4em;
    font-weight: 500;
    color: #fff;
    padding-bottom: 1.5em;
   
  }
  .nanomyt-vision-frame p{
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
  }
  .nanomyt-title-wrapped{
    background:#2444a0 ;
    padding: 1em 0;
    margin-bottom: 1.5em;
  }
  .title-qick-link p{
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
  }
  .nanomyt-histroy-frame p{
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
  }
  .nanomyt-histroy-frame{
    padding: 2em;
    height: 660px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 1em;
    margin-top: 3em;
  }
  .nanomyt-histroy-frame h3{
    font-size: 1.6em;
    font-weight: 500;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    margin-bottom: 1em;
  }
  .nanomyt-histroy-frame::after{
    content: '';
    background-color:#3333336b;
    inset: 0;
    position: absolute;
    z-index: -1;
  }
  .nanomyt-contact-info-frame{
    background: #fff;
    padding: 2em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .nanomyt-contact-info-frame button{
    background: #26419e;
    color: #fff;
    text-align: center;
    border: 0;
    padding: 0.7em 1em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
  }
  .form-control{
    color: #34343c;
    background: #f7f8fa;
    border-color: #f7f8fa;
    padding: 1.2em;
    border-radius: 8px;
  }
  .contact-info-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
    padding: 2em 0;
  }
  .contact-card-grid{
    padding: 1em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
  }
  .contact-card-grid h3{
    font-size: 1.1em;
    font-family: 400;
    color: #000;
    margin-bottom: 0.4em;
  }
  .contact-card-grid p{
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0;
    color: #565656;
  }
     

  .navbar-nav .nav-link {
color: #fff;
}
.dropend .dropdown-toggle {
color: salmon;
margin-left: 1em;
}
.dropdown-item:hover {
background-color: lightsalmon;
color: #fff;
}
.dropdown .dropdown-menu {
display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
display: block;
margin-top: 0.125em;
margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
.dropend:hover > .dropdown-menu {
position: absolute;
top: 0;
left: 100%;
}
.dropend .dropdown-toggle {
margin-left: 0.5em;
}
}

.frame-1 .collapse .nav-item .nav-link{
    color: #2444a0;
    text-align: left;
    font: 600 14px/20px "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
}
.frame-1 .collapse .navbar-nav{
 gap: 2em;
}
