@font-face {
  font-family: 'Poppins';
  src: local('Poppins'), url('/fonts/Poppins-Regular.ttf') format('truetype');
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif !important;
}

/* Rest of the CSS code remains the same */


body {
 background-color: #f5eabc45; 
}

/* navbar - style  */
nav {
  padding-top: 10px;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  background-color: #fff !important;
  justify-content: space-between;
}

	.logo img {
      width: 100px;
      margin-left: 35px;
      cursor: pointer !important;
    }
	.logo a:last-child img{
		width: 150px;
		margin-left: 25px;
		cursor: pointer !important;
	}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin-right: 35px;
}

nav ul li {
  font-family: 'Poppins';
  font-weight: normal;
  border: none;
  border-radius: 15px;
  margin: 10px 20px;
  color: black;
}

nav ul .active a {
  color: black;
}

nav ul li a {
  text-decoration: none;
  color: black;
  padding: 10px;

}

nav ul li a:hover {
  color: black;
}

nav ul li:hover a {
  color: black;
}


.active,
nav ul li:hover a {
  color: black !important;
  background-color: #b89f6e;
  border-radius: 10px;
  padding: 15px;

}

/* responsive nav hamber */
.menu-bar .res-bar {
  margin-top: 20px;
  cursor: pointer;
  display: none;
}

.menu-bar .bar {
  display: none;
  width: 25px;
  height: 3.5px;
  background-color: black;
  margin-bottom: 5px;
}
/* Banner */
.img-banner{
  width: 100%;
  height: 50%;
}
.img-banner img{
  width: 100%;
  height: 50%;
}

.kalidasa img{
  width: 220px;
  height: auto;
}


.col-md-4.col-lg-4.col-sm-4 {
  align-self: center !important;
  justify-content: center !important;
  text-align: center !important;
}


.text-muted {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  padding: 3px;
  background-color: #f5f8ff;
}

#error,
#error1,
#error2,
#error3 {
  color: black;
  display: none;
  font-family: 'Poppins', sans-serif !important;
  word-spacing: 1px;
  font-weight: 300;
}

#error span,
#error1 span,
#error2 span,
#error3 span {
  font-family: 'Poppins', sans-serif !important;
  word-spacing: 2px;
  font-weight: 600;
  color: red;
  text-transform: capitalize;
  text-decoration: underline;
}

.display {
  display: block;
}

/* media queries navbar */
@media (max-width:1167px) {

  .menu-bar .res-bar {
    margin-top: 20px !important;
    cursor: pointer;
    display: block;
    background-color: transparent;
  }

  .menu-bar .bar {
    width: 30px;
    height: 3.5px;
    background-color: black;
    margin-bottom: 5px;
    display: block;

  }
  .res-bar.active .bar:nth-child(2) {
    opacity: 0;

  }

  .res-bar.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .res-bar.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);

  }

  .ul {
    position: fixed;
    top: 15vh;
    left: -10000px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 75%;
    background-color: aliceblue;
  }

  .ul li {
    margin: 20px 0;
  }

  ul.active {
    left: 0;
  }
}

video {
  width: 100% !important;
  height: auto !important;
}

#Heading1 {
  margin: 50px;
  margin-top: 120px;
  margin-bottom: 100px;
}

#Heading1 h1 {
  font-family: Poppins, sans-serif;
  margin-top: 50px;
  display: inline;
  background-color: #f5f8ff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.21);
  padding: 40px;
}


.zoom .abt-details {
  color: black;
  text-decoration: none;
}

.intro-table .abt-cont a {
  text-decoration: none;
  color: black !important;
  padding: 5px;
  margin: 5px;

}

.abt-cont a:link {
  color: black;
}

.abt-cont a:visited {
  color: blue;
}

.accordion {
  width: 100%;
}

.start-btn {
  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: transparent !important;
  /* border: inset solid white 2px !important  ; */
}

#accordionExample .accordion-button h1 {
  text-align: center !important;
}

.accordion-body .svg {
  filter: invert(.6) sepia(1) saturate(100%) hue-rotate(39deg)
}

.abt-product {
  margin-top: 100px;
  margin-bottom: 10px;
  padding: 50px;
  font-size: 1.5em;
}

.abt-title {
  display: inline-block;
  background-color: #f5f8ff;
  padding: 30px 30px;
  box-shadow: 10px 10px 10px rgba(77, 76, 76, 0.495);
  border-radius: 50px;

}

.abt-title .abt-main {
  font-size: 1.5em;

}

#about {
  margin-top: 10em;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}

.abt-point1 {
  display: block;
  color: rgb(53, 53, 53);
  text-align: center;
  word-wrap: break-word;
  font-size: 16px;
  margin-bottom: 20px;
}

.abt-h5 {
  text-align: left;
  text-decoration: underline;
}

.index-h4 {
  display: inline;
  /* border-bottom:solid black 2px; */
  padding: 3px;
  font-weight: 700;

}



.level1-span {
  text-align: left;
}

.level1-btn {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

.level1-btn li {

  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;

}

.ex-btn {
  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;

}

.level2-btn {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

.level2-btn li {
  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;

}

.all-btn {
  background-color: #163172;
  color: white;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;
}

.dow-img {
  background: white;
  border: #163172 solid 2px;
  border-radius: 1.1em;
  color: #163172;
  padding: 10px;
}

.dow-img:hover {
  background: #163172;
  border: white solid 2px;
}

.dow-img a {
  color: #163172;
  padding: 10px;
  text-decoration: none;
  font-size: 1rem;
}

.dow-img a:hover {
  color: white;

}

.user-manual {
  background: white;
  border: #163172 solid 2px;
  border-radius: 1.1em;
  color: #163172;
  padding: 10px;
  cursor: pointer !important;
}

.user-manual:hover {
  background: #163172;
  border: white solid 2px;
  color: white;
  cursor: pointer !important;
}

.accordion.abt-1#abt-1 {
  font-size: 16px !important;
}

/* sub menu 1 style */

/* ol, ul {
    padding-left: 0.5rem !important;
} 

#sub-menu {
    display: none;
}

 nav ul li:hover #sub-menu {
    display: block;
    position: absolute;
    background: #163172;
    color: white;
    margin-top: 13px;
    margin-left: -30px;
}

 #sub-menu a {
    color: white;
} 


 nav ul li:hover #sub-menu ul {
    text-align: left;
    display: block;
    margin: 10px;
} 

 nav ul li:hover #sub-menu ul li {
    text-align: left !important;
    width: 160px;
    padding: 8px;
    border-bottom: 1px dotted #fff;
    border-radius: 0px;
    color: white;
} 

 nav ul li:hover #sub-menu ul li:nth-child(5){
    border-bottom:transparent;
    text-align: start !important;
  padding-bottom:0px !important ;

} 

nav ul li:hover #sub-menu ul li:first-of-type{
  position: relative;
  text-align: start !important;
   padding-bottom:0px !important ; 
  display: inline-block; 
}

 nav ul li:hover #sub-menu ul li:first-of-type .pre{
  position:static;
  display:inline-block !important;
  text-align:start!important;
} 

nav ul li:hover #sub-menu ul li:nth-child(5) .pro{
  padding:0px 8px;
  display: block !important;
  border-bottom:transparent;
  text-align:left!important;
} */


 #sub-menu2 a{
  color: Black !important;
  padding: 0px !important;
 }

 #sub-menu2 ul li{
  font-size:11px !important;
  padding: 0px 0px 3px 0px !important;
 }


 #sub-menu2 .c-icon
 {

        margin: 0px !important;
        padding: 0px !important;
        font-size:10px !important;
}

.icons .icn-img{
  width: 25px;
}
       
      
      