body {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: montserrat;
  color: rgb(0 0 0 / 60%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  word-break: break-word;
}

a{
  color: #662f90;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="col-"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66%;
}
.col-10 {
  width: 83.33%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66%;
}
.col-7 {
  width: 58.33%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66%;
}
.col-4 {
  width: 33.33%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66%;
}
.col-1 {
  width: 8.33%;
}
.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-social ul li {
  padding: 0 10px;
}

.footer-social ul li i {
  vertical-align: middle;
}
.footer-social ul li a {
  width: 30px;
  height: 30px;
  border: solid 2px #662f90;
  display: block;
  text-align: center;
  border-radius: 100%;
}
header.header .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items:center;
  position:relative;
}

.header-menus {
	float: right;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-left: 40px;
}

.header-menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header-menus ul > li {
  padding: 40px 10px;
  font-size: 15px;
}

.top-bar {
  background: hsl(274deg 51% 37% / 90%);
  color: #fff;
  list-style: none;
  padding: 15px 0;
}

.top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.top-bar ul li {
  padding: 0 15px;
}

.top-bar ul li i {
  margin-right: 5px;
  vertical-align: middle;
}
footer.footer .container {
  display: flex;
  width: 100%;
  align-items:center;
}

@media (max-width: 480px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="col-"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}



/* header */
.logo {
  text-align: center;
  padding: 2% 0;
  width:22% !important;
}

.logo img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

/* content style */
.team-mem-banner {
  padding: 50px 0;
  text-align: center;
  background: rgb(102 47 144 / 80%);
  background-image: url(./images/Womens-Day-inspirations.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
}
.team-mem-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(7 6 6 / 70%);
  display: block;
  position: absolute;
}

.team-mem-banner h2 {
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  color: #fff;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-wrapper .team-inner {
  display: flex;
  flex-wrap: wrap;
}

.team-wrapper .mem-col {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.team-wrapper {
  padding: 30px 0;
}

.mem-img {
  margin-bottom: 10px;
  position: relative;
}
.social-links a {
  width: 25%;
  display: block;
  text-align: center;
  background: rgb(0 0 0 / 50%);
  height: 40px;
  line-height: 40px;
  color: #fff;
  transition: all 0.3s;
}

.social-links a:hover {
  background: #000;
}

.social-links {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.mem-img img {
  vertical-align: top;
}

.team-tagline {
  padding: 60px 0 30px;
  text-align: center;
}

.team-tagline .container {
  max-width: 1020px;
}
img.insta-icon {
  width: 25px;
  vertical-align: middle;
  margin-left: 5px;
}

.team-mem-banner * {
  color: #fff;
  position: relative;
  z-index: 1;
}

.team-mem-banner p {
  font-size: 16px;
  line-height: 1.8;
}

a {
  text-decoration: none !important;
}

/* Member Details Page */

.member-profile-wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.member-profile-wrapper .row .col-7 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.member-profile-wrapper .row .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.member-profile-wrapper .row .col-5 {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.member_img_content {
  position: relative;
  border: 10px solid #fff;
  box-shadow: 0 0 7px 4px #ddd;
  height: 400px;
  width: 330px;
  margin: auto;
}

.member_img_content:before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -40px;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(40deg, #662f90 30%, #b9529f 100%);
  background-image: -webkit-linear-gradient(40deg, #662f90 30%, #b9529f 100%);
  background-image: -ms-linear-gradient(40deg, #662f90 30%, #b9529f 100%);
}

.member_img_content .member_image {
  position: relative;
  overflow: hidden;
  z-index: 5;
  height: 100%;
}

.member_img_content:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -27px;
  width: 92%;
  height: 94%;
  background-color: #fff;
}

.member_img_content .member_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.member-profile-wrapper {
  padding: 60px 0;
}

.member_about_content .member_title h2 {
  font: 700 45px/1.3 "Open Sans", serif;
  color: #022144;
}

.job-cat {
  text-transform: uppercase;
}

.about-mem {
  padding: 50px;
  text-align: center;
  color: #fff;
  position: relative;
}

.member_title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.member_title:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #b9529f;
  width: 100px;
  left: 0;
}

.member_title:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  background: #b9529f;
}
.member_details p {
  font-family: "Open Sans", serif;
  color: #022144;
  line-height: 1.8;
}
.member_title p span.company-category {
  margin-right: 15px;
}
.member_title p {
  font-size: 15px;
  font-family: "Open Sans", serif;
}
.portfolio_links h3 {
  color: #022144;
}
.member_details {
  margin-bottom: 35px;
}
.portfolio_links {
  color: #022144;
}
.portfolio_links a {
  color: #662f90;
}
.member_social_links {
  text-align: center;
  padding-top: 60px;
}

.member_social_links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  width: 40px;
  height: 40px;
  background: #662f90;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s linear;
  margin: 0 2px;
}
.member_social_links a:hover {
  background: rgb(2 33 68 / 1);
}

body.member_details_page header.header {
  box-shadow: 0 0 4px 2px #ddd;
  border-bottom: 1px solid #ddd;
}


.related-img-wrapper .row .col-4 {
  width: 33.32%;
  padding: 0 15px;
}
.related-img-wrapper .row .col-4 {
  width: 33.32%;
  padding: 0 15px;
}
.related-img-box {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: 6px 8px 10px #ddd;
  border-radius: 20px;
  margin-bottom: 20px;
}

.related-img {
  min-height: 300px;
    background-size: cover;
    transition: all 0.3s ease;
    background-position: center;
}

.related-img-inner {
  position: relative;
    z-index: 2;
    padding: 20px;
}
.related-img-box:hover .related-img {
  transform: scale(1.1);
}

.related-img-outer {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.show-more a{
  display: block;
  background: #000;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
}

.show-more a:hover {
  background: #000;
}

.related-img-inner span.category {
  background: #662f90;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}

.related-img-inner h3 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  color: #022144;
}
span.company-name {
  position: relative;
  color: #022144;
}
.related-img-wrapper {
  padding: 40px 20px 100px;
}
.related-img-wrapper {
  padding: 40px 20px 100px;
}
.mem-slider .slick-dots li button:before {
  font-size: 14px;
}

.mem-slider .slick-prev:before, 
.mem-slider .slick-next:before {
  color: #000;
  font-size: 25px;
}

.related-img-wrapper h2 {
  margin-bottom: 30px;
  color: #022144;
  text-align: center;
}
.related-img-wrapper h2 {
  margin-bottom: 30px;
  color: #022144;
  text-align: center;
}

hr.hr-line {
  background: #ccc;
  width: 80%;
  margin: 50px auto 110px ;
  height: 1px;
  border: none;
}


/* Member Details Page Ends */

/* counter style */
.team-counter .col3.counter-col {
  width: calc(33.32% - 30px);
  text-align: center;
  border: solid 4px #dabd95;
  padding: 60px 15px 40px;
  position: relative;
  margin: 0 15px;
}

.team-counter {
  padding: 60px 15px;
}

.team-counter span.icon {
  position: absolute;
  top: -20px;
  color: #dabd95;
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  background: #fff;
  width: 120px;
}

.team-counter span.counter-num {
  font-size: 40px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.team-counter .container {
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
}

.team-counter span.counter-var {
  display: block;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}


@media (max-width: 767px) and (min-width:500px){
  .team-counter span.counter-num {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .team-counter span.counter-var {
    font-size: 15px;
  }
  
}
@media (max-width: 600px) {

  .team-counter .col3.counter-col {
    width: 100%;
    margin-bottom: 50px;
    padding: 41px 15px 40px;
  }

  .team-counter span.counter-num {
      font-size: 30px;
      margin-bottom: 10px;
  }

  .team-counter {
      padding-bottom: 0;
  }

}
/* end counter style */

/*footer */
footer.footer {
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-wrapper .mem-col {
    width: 50%;
  }
  /* Member Details Page */
  .member_img_content {
    width: 100%;
  }
  .member-profile-wrapper .row .col-5 {
    padding-left: 40px;
  }
  .member_img_content:after {
    left: -29px;
  }
  .related-img{
    min-height: 280px;
  }
  /* Member Details Page Ends */
}
@media (min-width: 768px) {
  /* Member Details Page */
  .member_social_links.mobile-view {
    display: none;
  }
  /* Member Details Page Ends */
  button.mob-trigger {
    display: none;
}
}
@media (max-width: 767px) and (min-width:500px){
.related-img {
  min-height: 220px;
}

.related-img-inner h3 {
  font-size: 20px;
}

.show-more a {
  font-size: 15px;
  padding: 10px;
}

}
@media (max-width: 767px) {
  .team-wrapper .mem-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 0;
  }
  .logo {
    padding: 20px 0;
  }

  .team-mem-banner h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .team-mem-banner p {
    font-size: 14px;
  }
  /* Member Details Page */
  .member-profile-wrapper .row .col-5,
  .member-profile-wrapper .row .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .member-profile-wrapper .row .col-5 {
    margin-bottom: 30px;
  }
  .member_social_links.desktop-view {
    display: none;
  }
  .member_social_links.mobile-view {
    padding-top: 30px;
  }
  /* Member Details Page Ends */


  button.mob-trigger {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 50px;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
  }

  button.mob-trigger:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
  }

  .header-menus .nav-container {
    display: none;
  }

  .logo {
    width: 100%;
  }

  .logo img {
    max-width: 250px;
    margin: 0;
  }
  .nav-container {
    display: none;
}

.header-menus {
    float: none;
    width: 100%;
    display: block;
}

.header-menus ul {
    flex-direction: column;
    font-size: 18px;
    padding: 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.header-menus ul li {
    padding: 10px 0;
}
}

@media (max-width: 500px) {
  .related-img{
    min-height: 240px;
  }
}


@media (max-width: 480px) {
  .member_img_content:before,
  .member_img_content:after {
    content: none;
  }
  .member_img_content {
    width: 100%;
    height: 300px;
    max-width: 300px;
  }
  .member_about_content .member_title h2 {
    font: 700 35px/1.3 "Open Sans", serif;
  }
  .member_title p span.company-category {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
  footer.footer .container{
    flex-direction:column;
  }

}

@media(max-width:400px){
  .logo img{
    max-width:200px;
  }
}