
   p,a,h1,h2,h3,h4 {

	margin: 0;

	padding: 0;

}

.section-team {

	font-family: "Poppins", sans-serif;

	padding: 80px 0;

}

.section-team .header-section {

	margin-bottom: 50px;

}

.section-team .header-section .small-title {

    margin-bottom: 25px;

	font-size: 16px;

    font-weight: 500;

    color: #3db166;

}

.section-team .header-section .title {

    font-weight: 700;

    font-size: 45px;

	color: #1b2945;

}

.section-team .single-person {

	margin-top: 30px;

	padding: 30px;

	background-color: #f6f9ff;

	border-radius: 5px;

}

.section-team .single-person:hover {

	background-color:#3db166;

);

}

.section-team .single-person .person-image {

    position: relative;

    margin-bottom: 50px;

    border-radius: 50%;

    border: 4px dashed transparent;

    transition: padding .3s;

}

.section-team .single-person:hover .person-image {

	padding: 12px;

    border: 4px dashed #fff;

}

.section-team .single-person .person-image img {

	width: 100%;

    border-radius: 50%;

}

.section-team .single-person .person-image .icon, fab fa-linkedin-in {

	position: absolute;

    bottom: 0;

    left: 50%;

    transform: translate(-50%,50%);

    display: inline-block;

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: center;

    background-color:#3db166;

    color: #fff !important;

    border-radius: 50%;

    font-size: 24px;

}

.section-team .single-person:hover .person-image .icon {



	background-color: #fff;

	color: #1b2945;

}

.section-team .single-person .person-info .full-name {

	margin-bottom: 10px;

	font-size: 23px;

    font-weight: 700;

}

.section-team .single-person .person-info .speciality {

    text-transform: uppercase;

    font-size: 14px;

    color: #1b2945;

}

.section-team .single-person:hover .full-name,

.section-team .single-person:hover .speciality {

	color: #fff;

}

a {
  background-color: red;
}

a.ico {
  color: white;
  
}
a.ico:hover{
  color: #1b2945;
  


}
@import url('google_font.css')
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}