@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap";
:before, :after {
  box-sizing: border-box;
}

}
@media only screen and (max-width: 700px){
.section-team {
    padding: 0px 10px;
}
}
@media only screen and (max-width: 500px){
	.sub-title {
	font-size:30px;
}
}
@media only screen and (max-width: 387px){
	.sub-title {
	font-size:26px;
	}}
.container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
	flex-wrap: wrap;
	margin: 0 10%;
}

.cards {
	position: relative;
	width: 158px;
    height: 158px;
	overflow: hidden;
	cursor: pointer;
}

#main-body-section {
	max-width: 1620px;
    margin: auto;
}

img {
	max-width: 100%;

	display: block;
}

.cards img {
	transform: scale(1.3);
	transition: 0.3s ease-out;
	margin:auto;
	margin-top: 23px;
	height:120px;
}

.cards:hover img {
	transform: scale(1.1) translateY(-20px);
	opacity: 0.1;
	margin-top: 33px;
}

.overlay {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
}


.text-p {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out 0.2s;
}

.overlay .link-a:hover {
	background: rgb(95, 199, 10);
}

.cards:hover .overlay .text-h1 {
	opacity: 1;
	transform: translateY(0);
}

.cards:hover .overlay .text-p {
	opacity: 1;
	transform: translateY(0);
	margin-top: 22px;
	font-size: 13px;
}

.img-circle {
	overflow: hidden;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    background-color: #45543E;
    align-content: center;
    text-align: center;
    color: white;
    margin: 15px;
    padding: 5px;
}

.img-circle h4, .img-circle h5, .img-circle h6 {
 	margin:0;
}

.img-circle h4 {
 	font-style: italic;
}

.img-circle h6 {
 	font-size: 12px;
}

.cards:hover .img-circle {
    transform: scale(1.1) translateY(-20px);
    opacity: 0.1;
    margin-top: 33px;
}

body{
	/*display: grid;
    place-items: center;*/
	background-color:#1c1d1b !important;

}
.body-section {
    margin-top: 25px;
}

.section-team{
padding: 0px 70px;
}
@media only screen and (max-width: 700px){
.section-team {
    padding: 0px 10px;
}}

.about-section {
  color: #a39f9f;
  padding: 0px 30px;
}
@media only screen and (min-width: 1600px) {
	
.section-team{
padding: 0px 110px;
}
}
@media only screen and (max-width: 460px) {
section{
padding: 0px;
}
}
@media only screen and (min-width: 418px) {
.img{
	display: flex;
    margin: auto;
}
	.text{
		margin:auto;
	}
}
@media only screen and (width >= 1463px){
.responsive-two-column-grid .two-column .img, .responsive-two-column-grid .text {
    max-width: 600px;
}}
@media only screen and (width <= 1463px){
.responsive-two-column-grid {
    margin:0px !important;
}
}

.about-title{
	text-align: center;
}

.about-title, h1{
	margin-top:16px;
	margin-bottom:38px;
}

.our-team {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.responsive-two-column-grid {
    display: block;
	overflow: hidden;
}

.responsive-two-column-grid > * {
  padding: 1rem;
}

@media (width >= 1520px) {
  .card {
    width: 78vw;
    max-width: 15rem !important;
  }
}

@media (width >= 1120px) {
  .responsive-two-column-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
.our--team{
	text-align:center;
	margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 500px){
	.our--team{
		text-align:center;
		margin-top: 30px;
    	margin-bottom: 10px;
	}
}

h1{
	margin-top:10px;
	margin-bottom:28px;
}
/* ---------------underline border------------------------*/
@media only screen and (width <= 1112px) {
.about-section .main-title:after {
    left: 38%;
}
.our--team .main-title:after {
    left: 40% !important;
}
}
@media only screen and (width <= 768px) {
.about-section .main-title:after {
    left: 32%;
}}

@media only screen and (width <= 726px) {

.our--team .main-title:after {
    left: 32% !important;
}
}
@media only screen and (width <= 400px) {
.about-section .main-title:after {
    left: 16%;
}
.our--team .main-title:after {
    left: 20% !important;
}
}

@media only screen and (width <= 345px){
.about-section .main-title:after {
    left: 10%;
}}

:root {
  --brand-color: #ffc400;
  --black: #000;
  --white: #fff;
  --font-title: "Montserrat", sans-serif;
  --font-text: "Lato", sans-serif;
}

*, :before, :after {
  box-sizing: border-box;
}

h2, .card__description {
  margin: 0;
}

h2 {
  font-size: 2.25rem;
  font-family: var(--font-title);
  color: var(--white);
  line-height: 1.1;
}

.card__description {
  font-family: 'Poppins', sans-serif;
  color: var(--white);
  font-size: 12px;
  line-height: 1.5;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

.card {
	margin:auto;
  border-radius: .625rem;
  place-items: center;
  width: 270px;
  max-width: 19rem;
  height: 17.125rem;
  display: grid;
  overflow: hidden;
  box-shadow: .25rem .25rem .5rem #00000040;
}

.card > * {
  grid-area: 1 / 1 / 2 / 2;
}

.card__background {
  object-fit: cover;
	filter: grayscale(100%);
	width: 273px;
    height: 273px;
}
.card__background:hover {
	filter: none;
 
}
.card__content {
  --flow-space: .9375rem;
  background: linear-gradient(#0000 0%, #0000004d 10%, #000 100%);
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  width: 100%;
  height: 55%;
  padding: 12% 1.25rem 1.875rem;
  display: flex;
  position: relative;
  bottom: -4px;
}

.card__content--container {
  --flow-space: 1.25rem;
}

.card__title {
  background: linear-gradient(0deg, var(--color-prgreen) 45%, #fff 92%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  font-family: 'Poppins', sans-serif;
  position: relative;
  bottom: 25px;
	font-size:20px;
}

.card__title:after {
  content: "";
  background: linear-gradient(90deg, #89d85d 62%, #fff 100%);
  width: calc(100% + 1.25rem);
  height: .3125rem;
  position: absolute;
  bottom: -.75rem;
  left: -1.25rem;
}

.card__description {
  position: relative;
  bottom: 28px;
}

.card__button {
  font-variant: small-caps;
  background-color: var(--brand-color);
  font-weight: bold;
  font-family: var(--font-title);
  color: var(--black);
  border: none;
  border-radius: .45em;
  width: -moz-fit-content;
  padding: .75em 1.6em;
  font-size: 1.125rem;
}

.card__button:focus {
  outline-offset: -5px;
  outline: 2px solid #000;
}

@media (any-hover: hover) and (any-pointer: fine), (hover: none) and (pointer: coarse) {
  .card__content {
    transition: transform .5s ease-out .5s;
    transform: translateY(62%);
  }

  .card__title:after {
    opacity: 0;
    transform-origin: 100%;
    transition: opacity 1s ease-in .5s, transform .5s ease-out .5s;
    transform: scaleX(0);
  }

  .card__background {
    transition: transform 1.7s ease-in;
  }

  .card__content--container > :not(.card__title), .card__button {
    opacity: 0;
    transition: transform .5s ease-out, opacity .5s ease-out;
  }

  .card:hover, .card:focus-within {
    transition: transform .5s ease-in;
    transform: scale(1.05);
  }

  .card:hover .card__content, .card:focus-within .card__content {
    transition: transform .5s ease-in;
    transform: translateY(0);
  }

  .card:focus-within .card__content {
    transition-duration: 0s;
  }
/*
  .card:hover .card__background, .card:focus-within .card__background {
    transform: scale(1.3);
  }
*/
  .card:hover .card__content--container > :not(.card__title), .card:hover .card__button, .card:focus-within .card__content--container > :not(.card__title), .card:focus-within .card__button {
    opacity: 1;
    transition: opacity .5s ease-in 1s;
  }

  .card:hover .card__title:after, .card:focus-within .card__title:after {
    opacity: 1;
    transform-origin: 0;
    transition: opacity .5s ease-in .5s, transform .5s ease-in .5s;
    transform: scaleX(1);
  }
}

@media only screen and (width <= 1463px) {
  .responsive-two-column-grid {
    width: 100%;
  }

  .responsive-two-column-grid .two-column .img, .responsive-two-column-grid .text {
    max-width: 600px;
  }

  .responsive-two-column-grid .text p {
    font-size: 20px ;
  }
}
@media only screen and (width <= 767px) {
  .responsive-two-column-grid .two-column .img, .responsive-two-column-grid .text {
    max-width: 377px;
  }
	.main-title{
		font-size:40px ;
	}
  }
@media only screen and (max-width: 418px) {
	.main-title {
		font-size: 30px ;
	}
	.text-1{
		font-size:14px !important;
	}
	.text-2{
		font-size:13px !important;
	}
}
@media only screen and (max-width: 387px) {
	.main-title {
		font-size: 30px;
	}
}

#grid {
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(270px, 4fr));
  width: 100%;
  display: grid;
}

#grid > div {
  text-align: center;
  padding: .5em;
  font-size: 30px;
}

@media only screen and (width <= 700px) {
  #grid {
    display: contents !important;
  }
 .responsive-two-column-grid .two-column .img, .responsive-two-column-grid .text {
    max-width: 298px !important;
  }
  .card {
   width: 100%;
    max-width: 17rem;
    height: 17.125rem;
  }
}
@media only screen and (width <= 387px) {
 
 .responsive-two-column-grid .two-column .img, .responsive-two-column-grid .text {
    max-width: 245px !important;
  }

}
@media only screen and (width <= 380px) {
  #grid {
    display: contents !important;
  }

  .card {
   width: 1525vw;
    max-width: 17rem;
    /* height: 31.125rem; */
    height: 17.125rem;
  }
}


/*certification styles*/

.certification{
    display:flex;
	justify-content: space-evenly;
}
.certifications-title{
	margin:70px 0px;
}
@media (max-width: 500px) {
	.certifications-title{
		margin:30px 0px;
	}
}

.section-title{
	text-align: center;
    background:  linear-gradient(0deg, var(--color-prgreen) 45%, #fff 92%);
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    margin-top: 0;
}
.img-certifications{
border-radius:80px;
}
      /*
        @media screen and (max-width: 768px) {
			.section-title{
				font-size: 30px;
			}
            .ccertification {
                flex: 0 0 calc(50% - 20px);
            }
        }

       
        @media screen and (max-width: 480px) {
			.section-title{
				font-size: 19px;
			}
            .certification {
                flex: 0 0 calc(100% - 20px);
            }
        }
*/
@media only screen and (width <= 767px) {
.col-sm {
   padding:5px;
}
@media only screen and (width <= 575px) {
.col-sm {
    display: flex;
    justify-content: center;
}
	.section-title{
		font-size:28px;
	}
}

.blob-image {
    position: absolute;
     z-index: -1;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

	.two-column {
		position: relative;
	}
	
	
	@media (max-width: 500px ) {
		h1 {
			margin-top: 0px;
    		margin-bottom: 10px;
		}
	}

/*# sourceMappingURL=indext.f61870b5.css.map */