/**
 * @file
 * Visual styles for Business+'s featured Images Linked block.
 */
.team {
  background: #fff;
}

.team .member {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.fancy-linked-image .field--name-field-mt-fli-title {
  font-size: 24px;
  text-align: center;
  margin-top: 40px; 
}

.section-tittle2 h2 {
    color: #424242;
}

.section-tittle h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    text-shadow: none !important;
}

.team .member h4 {
  font-weight: 700;
  margin: 0px;
  font-size: 28px;
  margin: 0 0 10px 0;
  padding-bottom: 15px;
  color: #424242;
  text-shadow: none !important;
}

.team .member h4::after {
 /* content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px); */
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}

.team .member .social {
  margin-top: 10px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #01036f;
}

.team .member .social a:hover {
  color: #1acc8d;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/***** New ***/

/* line 1, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_bg_1 {
  background-image: url(../images/study_banner.png);
  background-size: 100% 100%;
}

/* line 5, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area {
  
  position: relative;
}

@media (max-width: 767px) {
  /* line 5, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
  .case_study_area {
   /* padding: 120px 0 120px 0;*/
  }
}

/* line 15, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area.white_case_study {
  padding: 0px 0 200px 0;
}

/* line 17, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area.white_case_study.study_page {
  padding-top: 93px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  /* line 17, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
  .case_study_area.white_case_study.study_page {
    padding: 40px 0;
  }
}

/* line 23, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area.white_case_study.study_page .details_title h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #001D38;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 23, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
  .case_study_area.white_case_study.study_page .details_title h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 36, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .patrn_1 {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .patrn_2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 46, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 60px;
  overflow: hidden;
}

.case_study_area .single_study:hover {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0);
}

/* line 50, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study.white_single_study {
  overflow: visible;
}

/* line 53, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .thumb {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

/* line 57, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .thumb img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 65, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading {
  background: #f1f1f1;
  padding: 1px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 69, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading h4 {
  margin-bottom: 6px;
  font-size: 22px;
}
a:hover {

  text-decoration: none !important;
}

/* line 75, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading h4:hover {
   text-decoration: none !important;
}

/* line 75, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading h4 a:hover {
  text-decoration: none !important;
}

/* line 80, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading p {
  margin-bottom: 0;
  color: #575757;
  font-size: 14px;
}

/* line 84, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading.white_subheading {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 89, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading.white_subheading h4 {
  color: #001D38;
}

/* line 92, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading.white_subheading h4 a:hover {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0);
}

/* line 97, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study .subheading.white_subheading p {
  color: #919191;
  margin-bottom: 0;
}

/* line 105, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study:hover .thumb img {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0);
}

/* line 108, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study:hover .subheading {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0);
}

/* line 110, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .single_study:hover .subheading.white_subheading {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0);
}

/* line 116, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .owl-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

/* line 122, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .owl-dots div {
  width: 13px;
  height: 13px;
  background: #334A60;
  display: inline-block;
  margin: 0 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 129, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .owl-dots div.active {
  width: 27px;
  background: #808E9C;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 135, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .load_more {
  margin-top: 40px;
}

/* line 137, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .load_more .load_more_btn {
  display: inline-block;
  color: #FF008C;
  background: #FFF5FB;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 13px 35px;
  font-size: 15px;
  font-weight: 500;
}

/* line 145, ../../Arafath/CL/CL October/219. SEO/HTML/scss/_case_study.scss */
.case_study_area .load_more .load_more_btn:hover {
  background: #FF008C;
  color: #fff;
}

.case_study_area .case-active:hover{
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 6px 0px -1px rgba(0,0,0,0);

}