/*Start 26-10-2021 */
@media (max-width: 767px){
	.featured-wrap .mem-cont .name{
		font-size:22px !important;
	}
	.featured-wrap h2{
		font-size:25px !important;
	}
	.header-search button{
		border-top-right-radius : 0px !important;
		border-bottom-right-radius : 0px !important;
	}
	.section-title p {
		font-size: 20px !important;
	}
	.left-col.col-5{
		max-width: 100% !important;
	}
	.top-bar .container ul li a{
	  font-size:12px !important;
  }
  .profile-page-wrapper .card-block h5{
	  padding-top: 0px !important;
  }
  .profile-page-wrapper .m-b-20 {
    margin-bottom: 10px !important;
	}
	/*Ravindra Sir */
	.dropdown-content {
    right: 0 !important;
    left: auto !important;
	}
	.team-counter span.counter-var {
		font-size: 10px !important;
	}
	.team-counter span.icon {
		width: auto !important;
	}
	section#new-members > .container .row > .align-items-stretch {
		width: 50% !important;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	section#visited-members > .container .row > .align-items-stretch {
		width: 50% !important;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.team-counter .container {
		padding: 0 10px !important;
	}

	.team .member .social i {
		font-size: 12px !important;
	}

	.team .member .social a {
		width: 23px !important;
		height: 23px !important;
		margin: 0 1.5px !important;
	}

	.team-counter .col3.counter-col {
		margin: 0 5px !important;
		width: calc(49% - 10px) !important;
		padding: 60px 10px 40px !important;
		-webkit-hyphens: auto !important;
		-ms-hyphens: auto !important;
		hyphens: auto !important;
		border: solid 2px #dabd95 !important;
	}
	section#team > .container .row > .align-items-stretch {
		width: 50%;
		padding-right: 10px;
		padding-left: 10px;
	}
}
/*End 26-10-2021 */
.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;
  background-color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 100%;
  transition: all 0.25s;
  color:#662f90;
}
.footer-social ul li a:hover {
  background-color: #662f90;
  color: #ffffff;
}
header.header .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.header-menus {
  float: right;
  width: 40%;
  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 a {
  color: #fff;
}

.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;
  }
}

/* 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;
}
.back_button {
display:block;
color:#ffffff;
width:100px;
height:30px;
text-align:center;
background-color:#662f90;
border:1px solid #662f90;
cursor:pointer;
padding:0px;
}
.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.mem-slider.slick-slider {
    width: 100%;
    display: block;
}

.related-img-wrapper .row .col-4 {
  width: 33.32%;
  padding: 0 15px;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.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;
}
.img-gallery-wrapper{
	/*padding: 40px 20px 100px;*/
	padding: 40px 20px 0px;
}
.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;
}
.img-gallery-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(49% - 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;*/
  background: #eee;
  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: 0;
    margin-bottom: 50px;
    padding: 41px 15px 40px;
  }

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

  .team-counter {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
/* end counter style */

@media (min-width: 768px) and (max-width: 991px) {
  /* 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) {
  /* 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: block;
  }
  .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;
	width:200px;
  }
  .nav-container {
    display: none;
  }

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

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

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

@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;
  }
  footer.footer p {
    text-align: center;
  }
}

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