/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@font-face {
    font-family: 'Athelas';
    src: url('./fonts/Athelas-Bold.eot');
    src: url('./fonts/Athelas-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Athelas-Bold.woff2') format('woff2'),
        url('./fonts/Athelas-Bold.woff') format('woff'),
        url('./fonts/Athelas-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Athelas';
    src: url('./fonts/Athelas-Regular.eot');
    src: url('./fonts/Athelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Athelas-Regular.woff2') format('woff2'),
        url('./fonts/Athelas-Regular.woff') format('woff'),
        url('./fonts/Athelas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'avenir_regularregular';
    src: url('./fonts/avenir_regular-webfont.woff2') format('woff2'),
         url('./fonts/avenir_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.container-wrap{
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12{
	position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
	margin-bottom: 30px;
}


@media (min-width:576px){
	.container-wrap{
		max-width: 540px;
	}
}

@media (min-width:768px){
	.container-wrap{
		max-width: 720px;
	}
	
	.column-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.team-member-detail .column-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
}

@media (min-width:992px){
	.container-wrap{
		max-width: 960px;
	}
	
	.column-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.column-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.column-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.team-member-detail .container-wrap {
		padding: 0px 100px 0px 100px;
	}
	
}

@media (min-width:1200px){
	.container-wrap{
		max-width: 1340px;
	}
}

.section {
    position: relative;
    display: block;
    padding: 50px 0px;
}
.section.team-member-detail {
	padding: 10px 0px 80px;
}
.devider-line-section {
	padding: 10px 0px 0px;
}
.divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.divider-separator {
  position: relative;
  width: 100%;
  display: flex;
  margin: auto;
  direction: ltr;
  border-top: 1px solid #000;
  justify-content: center;
  align-items: center;
}
.title-heading h2 {
    color: #1B3051;
    font-family: "Athelas", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
}
.devider-line h2 span {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
}
.devider-line h2:before {
  content: '';
  width: 85%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 36px;
  right: 0;
  margin: auto;
}
.text-center {
    text-align: center !important;
}
.team-member-detail .title-heading h2 {
	text-transform: uppercase;
}
.title-heading {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.sub-title {
    padding: 0% 20% 0% 10%;
    color: #1B3051;
    font-family: "Athelas", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.team-member-description p {
	font-family: "avenir_regularregular", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.team-member-contact-info {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 15px;
	margin-top: 60px;
}

.team-member-contact-info:before {
    content: '';
    width: 100%;
    height: 1px;
    max-width: 162px;
    background-color: #baa57a;
    position: absolute;
    left: auto;
    right: 0;
    top: 0px;
}

.team-member-detail .card-team-member {
	padding: 0px 0px 0px 80px;
}
.team-member-contact-info p {
	margin-bottom: 0;
}

.team-member-detail .team-member-image {
	max-width: 330px;
}

/* Card Team Member */

.team-member-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0px 38px 0px 38px;
}
.team-member-image {
    position: relative;
	width: 100%;
    max-width: 350px;
	height: 530px;
    border: solid 1px #EEEEEE;
}
.team-member-cover>* {
    z-index: 1;
}
.team-member-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.team-member-cover:before {
    display: block;
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    z-index: 0;
    content: '';
    height: 28% !important;
    bottom: -40px;
    transform: skewY(-4deg);
    background-color: #FFFFFFC9;
}

.team-member-figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.card-team-member .team-member-figure img {
	height: 100%;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
}

.team-member-name {
    color: #196774;
    font-family: "Athelas", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0px 0px 0px 20px;
    order: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: left;
    max-width: 100%;
    z-index: 1;
}

.team-member-position {
	max-width: 100%;
    color: #196774;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 0px 20px;
    margin: -10px 0px 30px 0px;
    align-self: flex-start;
    text-align: left;
    order: 2;
}

.team-member-social-icon {
	position: absolute;
	top: -1px;
	left: -24px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.team-member-social-icon li {
    position: relative;
    display: block;
	margin-bottom:5px;
}
.team-member-social-icon .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #196774;
    width: 50px;
    height: 50px;
    color: #fff;
}
.team-member-social-icon .icon svg {
    font-size: 25px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    fill: #fff;
}

 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .team-member-grid .column-4 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
    }

@media (max-width:1200px){
	
	.team-member-detail .card-team-member {
		padding: 0px 0px 0px 0px;
	}
	.team-member-inner {
		padding: 0px 20px 0px 20px;
	}

}


@media (max-width:992px){
	.section { padding: 30px 0px; }
	.team-member-inner { padding: 0px 10px 0px 10px; }
	.section.team-member-detail { padding: 10px 0px 50px; }
	.team-member-detail .title-heading { margin-bottom: 30px; }
	.team-member-detail .sub-title p { text-align: center; }
	.team-member-description p { text-align: center; }
	.team-member-contact-info p { text-align: right; }
	.devider-line h2:before { width: 100%; }
	.sub-title { padding: 0% 10% 0% 10%; }
	.section.team-member-grid { padding-top: 0; }
}

@media (max-width:767px){
	.team-member-inner { padding: 0px; }
	.section.team-member-grid .container-wrap { padding: 0; }
	.team-member-social-icon { left: -17px; }
	.team-member-detail .title-heading h2 { font-size: 32px; }
	.team-member-detail .title-heading { margin-bottom: 10px; }
	.team-member-detail .sub-title p { font-size: 18px; }
	.title-heading.devider-line h2 { font-size: 24px; }
	.devider-line h2:before { top: 24px; }
}