body, html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
}
/*sticky menu in footer start*/
.sticky_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 99999;
}
/*sticky menu in footer end*/
.hero-image {
  background-image: url("../images/jig-img/NatDim_img/hero_img1.jpg");
  height: 50%;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: inherit;
  top: 25%;
  left: 0%;
  color: white;
}
.hero-text p {
  width: 60%;
  margin: auto;
}
.text_light {
  color: white;
}
.text_dark {
  color: #125D98;
}
.text_red {
  color: #cd113b;
}
.text_orange {
  color: #FB9300;
}
.text_brown {
  color: #7D5A50;
}
.my_heading {
  font-size: clamp(3.5rem, 4vw, 5rem);
  font-family: "Baskerville Old Face";
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 85%;
  margin: auto;
}
.my_heading2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-family: "Baskerville Old Face";
  text-transform: uppercase;
  letter-spacing: 5px;
}
.sub-heading {
  font-family: 'Baskerville Old Face', sans-serif;
  color: #535353;
  text-transform: uppercase;
}
.sub-heading span {
  color: #cd113b;
  font-family: 'Montserrat', sans-serif font-weight: 600;
}
.hero-text a {
  color: #FFC600;
  font-size: 1rem;
  background-color: #58595b;
  padding: .8rem 1.6rem;
  border-radius: 100px;
}
.hero-text p {
  font-size: 1.3rem;
}
#round, #fancies, #mch_pair, #labs {
  padding-top: 2.5%;
}
/* FULL WIDTH NAV START */
.nav-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eee;
  text-align: center;
  padding: 0 2em;
  font-family: 'Montserrat', sans-serif
}
.bottom-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  text-align: center;
}
.items-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  background: #dbe2ef;
  top: 0;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  border-radius: 100rem;
  box-shadow: 0 0px 30px rgba(0, 0, 0, .3);
}
.items-container--top {
  position: fixed;
}
.navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #58595B;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: .4rem 1.6rem;
}
.navs:hover {
  color: white;
  background: #001689;
  transition: all 0.5s ease;
  text-decoration: none;
}
.nav-items .custom-switch {
  padding: 0.5rem;
}
/* CUSTOME CSS BY JIGNESH */
.section {
  height: 100%;
  width: 100%;
}
.description {
  font-size: 1.2rem;
  width: 85%;
  text-align: justify;
  margin: auto;
  color: #58595b;
}
.section .round_images {
  height: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
}
.round_images .cards {
  background-color: white;
  height: 100%;
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
}
/*.img_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #DBE2EF;
}*/
.img_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #DBE2EF;
}
.img_card img {
  width: 100%;
  height: auto;
}
.content [type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
}
.title {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #125D98;
  font-size: 1.2rem;
  font-weight: 500;
}
.home-content1 {
  height: 100%;
  padding: 0;
  width: 95%;
}
.blinker {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.fancy__box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home-content1 .card {
  background-color: #F2F2F2;
}
.shape {
  max-height: 250px;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancy__box .shape img {
  width: 100%;
  max-width: 150px;
}
.shape p {
  font-size: 1.2rem;
  color: #F38BA0;
  border: 1px solid #FFBCBC;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fancies .card {
  padding: 1.25rem;
  background-color: #FFFFFF;
}
#fancies .card .card-body {
  background-color: #FDFAF6;
  border: 1px solid #FFBCBC;
  color: #58595b;
  flex: 1 1;
  overflow: hidden;
}
.fancy__box a {
  width: 100%;
  height: 100%;
  border: 1px solid #FFBCBC;
  color: #535353;
  text-decoration: none;
  border-radius: 0;
  padding: 0;
}
.fancy__box h2 {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-bottom: 0;
  color: #2541b2;
}
.shape_desc {
  padding-top: 1.5rem;
  font-size: 1.1rem;
  text-align: justify;
  margin: auto;
  width: 80%;
}
.fancy__box .fa {
  color: #F38BA0;
  font-size: 1.7rem;
  padding: 1rem;
}
#mch_pair .table {
  font-size: 1.6rem;
}
#mch_pair .table th, .table td {
  padding: 2rem 1rem;
  border-top: 1px solid #FB9300;
  border-bottom: 1px solid #FB9300;
}
.certificate_section {
  height: 100%;
  width: 96%;
}
.lab__box {
  width: 100%;
  background-color: white;
  padding-block: min(calc(3vh, 3rem));
}
.text {
  background-color: white;
  height: 100%;
  padding-block: min(calc(3vh, 3rem));
}
.text .description {
  font-size: clamp(.9rem, 1vw, 1.15rem);
  display: flex;
  align-items: center;
  height: 100%;
}
.vgr__box {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}
.vgr__box img {
  height: auto;
  width: 100%;
  max-width: 500px;
}
.other__labs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 75%;
}
.other__labs img {
  max-width: 50%;
  display: block;
  margin: auto;
  max-height: 150px;
  width: auto;
  padding: .8rem;
}
.modal-body {
  display: flex;
  align-items: center;
}
.left-body, .right-body {
  width: 50%;
  display: flex;
}
.img-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 10px;
  background: #f6f8f8;
  padding: 10px;
}
.img-grid img {
  width: 100%;
  display: block;
}
#myModal video {
  width: 100%;
  height: auto;
}
#myModalEM video {
  width: 100%;
  height: auto;
}
/*===========================================*/
@media (min-width: 800px) {
  .nav-items h3, .bottom-slide h3 {
    font-size: 1.2rem;
  }
  .navs {
    font-size: .9rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .nav-items h1, .bottom-slide h1 {
    letter-spacing: 0ch;
  }
  .items-container {
    margin-top: 0px;
  }
  .nav-items .navs {
    font-size: 14px;
  }
  .modal-body {
    flex-direction: column;
  }
  .left-body, .right-body {
    width: 100%;
  }
  .img-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  .img-grid img {
    width: 49%;
    display: block;
  }
}
/* ================================================== */
/* ---------- SCROLL ANIMATION CSS START ---------- */
/* ================================================== */
/*.custom_container {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
}*/
article {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50%;
  background-image: url("../images/jig-img/NatDim_img/hero_img1.jpg");
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero_box .text_box {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.hero_box .text_box > div {
  width: 33.33%;
}
article h2 {
  font-weight: 300;
}
article .text_box .hero-text {
  text-align: center;
  color: white;
}
article .my_heading {
  text-align: center;
  /*padding-left: 100px;*/
}
.hero_box a {
  color: #58595B;
  font-size: 1rem;
  background-color: #fff;
  padding: .8rem 1.6rem;
  border-radius: 100px;
  font-weight: 600;
}
.hero_box a:focus, .hero_box a:hover {
  background-color: #001689;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.5s ease;
}
article .hero_description {
  color: white;
  font-size: clamp(1.1rem, 1.15vw, 1.2rem);
  text-align: left;
  padding-right: 30px;
}
.scroll-container {
  height: 100vh;
  min-height: 450px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.scroll-container:nth-of-type(1) {
  background-color: #bdd0c4;
}
.scroll-container:nth-of-type(2) {
  background-color: #f5d2d3;
}
.scroll-container:nth-of-type(3) {
  background-color: #9ab7d3;
}
.scroll-container:nth-of-type(4) {
  background-color: #dfccf1;
}
.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}
/*.scroll-element, .scroll-caption {
    width: 50%;
}*/
.scroll-element {
  min-height: 300px;
  height: 100%;
  background-color: #eaeaea;
}
.scroll-caption {
  margin: 1rem;
}
@media screen and (max-width: 650px) {
  .scroll-container, .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }
  .scroll-element {
    height: 100%;
  }
  .scroll-element, .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}
.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================== */
/* ---------- SCROLL ANIMATION CSS END ---------- */
/* ================================================== */
/* FULL WIDTH NAV END */
/*========== FIXED MENU START ==========*/
.navigation {
  position: fixed;
  top: 160px;
  right: 50px;
  width: 240px;
  height: 60px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 35px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  z-index: 99999;
}
.navigation svg {
  max-height: 45px;
  width: auto;
  margin-top: -4px;
}
svg:hover {
  fill: white;
}
.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.navigation ul li {
  position: relative;
  list-style: none;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.navigation ul li a .icon {
  position: relative;
  display: block;
  line-height: 65px;
  text-align: center;
  transition: 0.5s;
}
.navigation ul li.active a .icon {
  color: #fff;
}
.navigation ul li a .icon .fa {
  font-size: 24px;
}
.navigation ul li a .title {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 15%);
  background: #fff;
  width: auto;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: .85rem;
  color: black;
  letter-spacing: 2px;
  white-space: nowrap;
}
.navigation ul li:hover a .title {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 50%);
}
.navigation ul li a .title::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  top: -2px;
  left: 48%;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 2px;
}
.navigation ul .indicator {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  transition: 0.5s;
}
.navigation ul .indicator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
}
.navigation ul li:nth-child(1).active ~ .indicator {
  transform: translateX(calc(60px * 0));
}
.navigation ul li:nth-child(2).active ~ .indicator {
  transform: translateX(calc(60px * 1));
}
.navigation ul li:nth-child(3).active ~ .indicator {
  transform: translateX(calc(60px * 2));
}
.navigation ul li:nth-child(4).active ~ .indicator {
  transform: translateX(calc(60px * 3));
}
.navigation ul li:nth-child(1).active ~ .indicator::before {
  background: #125D98;
}
.navigation ul li:nth-child(2).active ~ .indicator::before {
  background: #cd113b;
}
.navigation ul li:nth-child(3).active ~ .indicator::before {
  background: #FB9300;
}
.navigation ul li:nth-child(4).active ~ .indicator::before {
  background: #7D5A50;
}
/*========== FIXED MENU END ==========*/
/* ========== ALL MEDIA QUERY ========== */
@media only screen and (max-device-width: 480px) {
  article {
    height: 70%;
    padding-top: 2.5rem;
  }
  article .my_heading {
    padding-left: 0px;
    letter-spacing: 0;
    font-size: 2.5rem;
  }
  .items-container {
    justify-content: flex-start;
    width: 90%;
    margin-top: 0;
  }
  .items-container--top {
    position: fixed;
    width: 90%;
  }
  .items-container .navs {
    font-size: .85rem;
    padding: .4rem .7rem;
  }
  .nav-items {
    padding-top: 0;
  }
  .hero_box .text_box {
    flex-direction: column;
    height: 100%;
    /*background-color: rgba(0, 0, 55, .6);*/
  }
  .hero_box .text_box > div {
    width: 100%;
    font-size: .95rem;
  }
  article .hero_description {
    width: 100%;
    padding: 1rem;
  }
  .section .round_images {
    display: flex;
    flex-direction: column;
  }
  .description {
    width: 100%;
  }
  .shape {
    width: 50%;
  }
  .shape p {
    font-size: 1rem;
  }
  .fancy__box h2 {
    font-size: .812rem;
  }
  .fancy__box .shape img {
    width: 100%;
    max-width: 110px;
  }
  .text .description {
    padding: 1rem;
    font-size: 1rem;
  }
  #mch_pair .table {
    font-size: 1rem;
  }
  .vgr__box img {
    max-width: 230px;
  }
  .navigation {
    position: fixed;
    top: 70px;
    right: 0px;
    width: 60px;
    height: 240px;
  }
  .navigation ul {
    flex-direction: column;
  }
  .navigation ul li a .title {
    display: none;
  }
  .navigation ul li:nth-child(1).active ~ .indicator {
    transform: translateY(calc(60px * 0));
  }
  .navigation ul li:nth-child(2).active ~ .indicator {
    transform: translateY(calc(60px * 1));
  }
  .navigation ul li:nth-child(3).active ~ .indicator {
    transform: translateY(calc(60px * 2));
  }
  .navigation ul li:nth-child(4).active ~ .indicator {
    transform: translateY(calc(60px * 3));
  }
  .scrolled.fade-in {
    animation: 0;
  }
  .scrolled.fade-in-bottom {
    animation: 0;
  }
  .scrolled.slide-left {
    animation: 0;
  }
  .scrolled.slide-right {
    animation: 0;
  }
  #mch_pair .table th, .table td {
    padding: .75rem;
  }
}