a{
  color: #81848A;
}
.category-page .project-item {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
    border-radius: 40px;
    height: 100%;
}
.category-page .project-content {
    margin-bottom: 15px;
}

.page-header{
    background-position: center;
    background-size: auto !important;
    padding: 180px 0;
    
  }
.main-menu ul ul li .nav-link:hover, .main-menu ul ul li .nav-link:focus {
    color: #d6d6d6;
}


.inner-product {
    padding-top: 70px;
    padding-bottom: 70px;
}

  .content-table {
    border-collapse: collapse;
    margin: 25px 0;
   width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  
  .content-table thead tr {
    background-color: #1f456e;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
  }
  
  .content-table th,
  .content-table td {
    padding: 12px 15px;
  }
  
  .content-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }
  
 
  .content-table tbody tr:last-of-type {
    border-bottom: 2px solid #1f456e;
  }
  
 

  .content-table th {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
  .content-table td {
    color: #222222;
    background: #fff;
}
  
  .content-table td:first-child {
   background: #f3f3f3;
   font-weight: 600;
}

.bg-inner-light{
    background: #d0e5fb3b;
}
.certi-sec{
  background: url('../images/testimonial-bg.png'), var(--secondary-color);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

 .certi-sec .company-logo {
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.2);
    transition: all 500ms ease;
    border-radius: 15px;
    padding: 30px;
}

.our-process-image img{
      aspect-ratio: 1 / 1.20;
}

.hero-content h1{
     font-size: 50px;
}

.director-msg .about-img-2 img{
  aspect-ratio: unset;
}

.form-group select{
  appearance: auto !important;
  -webkit-appearance: auto !important;
}


.custom-file-button {
	input[type="file"] {
		margin-left: -2px !important;

		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}


}

 .input-group-text{
                padding: 0 30px;
        background: #1f456e;
        color: #fff;
  }