/* nav font css */
.nav-font{
	color: #fff;
	font-size:16px;
	font-weight: 500;
	position: relative;
	/*font-family: Ubuntu, sans-serif;*/
	padding-left:20px ! important;
  /*padding: 30px 30px 0px 0px;*/
  font-family: "Manrope", sans-serif;
  font-style: normal;
  
}
.nav-font:hover{
	color:#E48100 ! important;
  /*border-bottom: 2px solid;
  border-bottom-color:red;*/
}

/* nav sticky css */
.nav-sticky {
  position: top;
  top: 30px;
  /*padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;*/
}
/* nav dropdown css*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-left:18px;
  z-index: 1;
  border-top: 2px solid;
  border-top-color:#E48100;
  
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
}

.dropdown-content a:hover {background-color: #ddd;color: #000;}
.dropdown:hover .dropdown-content {display: block;}

/* drop down  sub menu css*/
.dropdown-submenu {
      position: relative;
  }

  .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: 0;
      border-radius: 0.25rem;
      display: none;
  }

  .dropdown-submenu:hover .dropdown-menu {
      display: block;
  }

  .dropdown-menu.show {
      display: block;
  }
        
/*   footer css  */
.h4font{
	color: #fff;
	font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-top: 10px;
}
/* footer nav-link */
.footer-links{
color: #fff;
list-style: none;

font-size: 16px;
font-weight: 600;
text-decoration: none;
}
.footer-li{
	list-style: none;
	padding-top: 2px;
}
.footer-links:hover{
	color: #808b96;
}
/*  bottom company name css */
.bottomheading{  
	color: #fff;
	font-size: 20px;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    background-color:#000;
    padding: 10px;
  }

.fade-in-image { animation: fadeIn 7s; }

.fade-in-text {
  font-family: Arial;
  font-size: 20px;
  animation: fadeIn 7s;
  -webkit-animation: fadeIn 7s;
  -moz-animation: fadeIn 7s;
  -o-animation: fadeIn 7s;
  -ms-animation: fadeIn 7s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* event  css */

  *,*::after, *::before {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
 
        main {
          width: 100vw;
          height: 90vh;
          flex-direction: row;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
        }
 
        #carouselExampleCaptions {
          width: 80vw;
          height: 100%;
 
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
 
        .carousel-inner {
            width: 100%;
        }
 
        .new {
            position: absolute;
            top: 10px;
            right: 10px;
            display: inline;
        }
 
        /* Controls */
        i.fa-arrow-right,
        i.fa-arrow-left {
          background: #fff;
          border: 2px solid #ffc107;
          color: black;
          padding: 10px;
          border-radius: 100%;
          transition: background .6s ease;
        }
 
        .control-btn  {
            position: absolute;
            top: -1em;
            right: 1em;
        }
 
        .carousel-item .card {
            height: 20em;
            height: fit-content;
        }
 
        .control-btn i.fa-arrow-left {
            position: absolute;
            right: 5em;
        } 
 
        i.fa-arrow-right:hover,
       i.fa-arrow-left:hover {
          background: #ffc107;
          color: black;
        }
 
        .carousel-control-next {
            margin: 0 3em;
        }
 
        /* Indicators */
 
        .carousel-indicators [data-bs-target] {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          border: 2px solid #ffc107;
        }
 
        .carousel-indicators .active {
            opacity: 1;
            background-color:  #ffc107;
        }
 
      @media screen and (max-width: 900px){
        #carouselExampleCaptions {
          width: 70vw;
          height: 70vw;
        }
 
        .card img {
            width: 100%;
        }
 
        .card .name {
          margin-top: 1em;
            font-size: 1em;
            font-weight: 700;
        }
 
        .card .role {
            font-size: 0.8em;
        }
 
        .card .work-at {
            font-size: 0.6em;
        }
        }
      
      @media screen and (max-width: 576px) {
        #carouselExampleCaptions {
          width: 70vw;
          height: 70vh;
        }
        
    .carousel-item .card .card-body {
       position: absolute;
       bottom: 10px;
       left: 10px;
       background-color: rgba(255, 255, 255, 0.9);
       border-radius: 10px;
     }
 
 }
/*   laptop display  css */
@media only screen and (max-width: 990px) {
  .navscr{
    background-color:#011142 !important;
    color: #000 !important;
    
  }
  .navspc{
    padding: 0px !important;
    margin: 0px !important;
  }
  .slider{
    margin-top:50px !important;
    min-height: 200px !important;
  }
}
/* delete btn css code*/
.trash{
 color: red;
 font-size: 18px;
 font-weight: 500;
}

