.menu-bar {
  background-color: #F6F6F6 ;
  height: 50px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  position: relative;
  z-index: 10000;
}


.menu-bar ul {
  list-style: none;
  display: flex;
}

.menu-bar ul li {
  /* width: 120px; */
  padding: 5px 10px;
  /* text-align: center; */

  position: relative;
}

.menu-bar ul li a {
  font-size: 12px;
  color: #484343;
  text-decoration: none;

  transition: all 0.3s;
}

.menu-bar ul li a:hover {
  color: #1f7f01;
}

.fas {
  float: left;
  
  
}

/* dropdown menu style */
.dropdown-menu {
  display: none;
}


.menu-bar ul li:hover .dropdown-menu {
  display: block;
  position: absolute;
  background-color: #F6F6F6;
}

.menu-bar ul li:hover .dropdown-menu ul {
  display: block;
  margin: 4px;
  
}

.menu-bar ul li:hover .dropdown-menu ul li {
  width: 35px;
  padding: 13px;
}

.menu-bar ul li:hover .dropdown-menu ul li a {
  margin-left: -50px;
  font-size: 10px;
  
}




.container{
    position: relative;
    min-height: 100vh;
    
    
}

.container h1{
    font-size: 25px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding: 10px 5px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    margin-top: 20px;
}

.container p{
    padding: 20px 5px;
    margin-top: -10px;
    font-size: 15px;
}

.container h5{
    padding: 15px 13px;
}

.container .image-container{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: flex-start;
    margin-left: -25px;
 
    
}

.container .cert-container{
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    margin-left: 0px;
     
}

.container .image-container .image{
    /* height: 120px; */
    width: 170px;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    overflow: hidden;
    cursor: pointer;
    margin-left: -58px;
    display: flex;             /* NEW */
    align-items: center;       /* NEW */
    justify-content: center;   /* NEW */

    
}

.container .cert-container .certificates{
   /* height: 200px; */
    width: 150px;
    aspect-ratio: 3/4 ;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    overflow: hidden;
    cursor: pointer;
    margin-left: 35px;
  
}
.container .image-container .image img{
    height: 100%;
    width: 100%;
    transition: .2s linear;
}

.container .cert-container .certificates img{
    height: 100%;
    width: 100%;
    transition: .2s linear;
}



.trapezoid {
    
    border-bottom: 44.5px solid mediumseagreen;
	border-right: 25px solid transparent;
	height: 0px;
	width: 500px; 
}

.trapezoid h3{
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    /*background-color: mediumseagreen;
    color:white;*/
    padding: .6rem;
    border-bottom: .4rem solid #fd0100;
    width: 930px;

}

.title .trapezoid {
    
    border-bottom: 44.5px solid mediumseagreen;
	border-right: 25px solid transparent;
	height: 0;
	width: 500px; 
}

.title .trapezoid h3{
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    /*background-color: mediumseagreen;
    color:white;*/
    padding: .6rem;
    border-bottom: .4rem solid #fd0100;
    width: 930px;

}











@media (max-width:768px){
    .container .popup-image img{
        width: 95%;
    }
}


.tree {
	width: 100%;
	height: auto;
	text-align: center;
}
.tree ul {
	padding-top: 20px;
	position: relative;
	transition: .5s;
}
.tree li {
	display: inline-table;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding-top: 10px;
	transition: .5s;
}
.tree li::before, .tree li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #ccc;
	width: 51%;
	height: 10px;
}
.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}
.tree li:only-child {
	padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
	border: 0 none;
}
.tree li:last-child::before {
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ccc;
	width: 0;
	height: 20px;
}
.tree li a {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-grid;
	border-radius: 5px;
	text-decoration-line: none;
	border-radius: 5px;
	transition: .5s;
}
.tree li a img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px !important;
	border-radius: 100px;
	margin: auto;
}
.tree li a span {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #666;
	padding: 8px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
/*Hover-Section*/
.tree li a:hover, .tree li a:hover i, .tree li a:hover span, .tree li a:hover+ul li a {
	background: #c8e4f8;
	color: #000;
	border: 1px solid #94a0b4;
}
.tree li a:hover+ul li::after, .tree li a:hover+ul li::before, .tree li a:hover+ul::before, .tree li a:hover+ul ul::before {
	border-color: #94a0b4;
}
