.team__details { 
    width: 75%; 
    margin-top: 0px;
    margin-left: 20%;
    background-color: #FFF;  
    position: relative;  
    top: -30px;  
    padding: 15px 10px;  
    border-top: solid #43BBC7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

.team__details  h6{
    margin-bottom: 10px;
}

.team__photo img:hover {
    width: 65%;
    transition: all 1.5s ease;
    transform: scale(1.1);
  }

.d{ clip-path: polygon(72% 0, 100% 0%, 100% 100%, 49% 100%);}

.card-icon h5 {
  color: #189cd8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.case_studies__details{
  position: absolute;
  width: 53%;
}

.case_studies__details h5 {
  color: #189cd8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: left;
  min-height: 45px;
}  

.service_num1 {
  position: absolute;
  font-size: 64px;
  bottom: 0;
  right: 4%;
  font-weight: 800;
  -webkit-text-stroke: 1px #ffffff8c;
  color: transparent;
  z-index: 9999;
}  

.case_studies__details_bg{background-color: #F0F0F0; padding: 10px;border: #f7f7f7 solid 1px;box-shadow: 0 30px 50px rgba(196, 196, 196, 0.16);}

.case_studies__main {
  background-color: #ffffff;
  padding: 60px 0px 35px;
}

.wrapper-dropdown-2 {  
  position: relative;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  outline: none;
  color: #243746;
}  

.wrapper-dropdown-2 .dropdown {

  position: absolute;
  top: 46px;
  left: 0px;
  right: 0px;
  background: white;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  border: solid 1px #DDD;
  z-index: 999999999;
} 
 
.wrapper-dropdown-2 .dropdown li {
  border-bottom: solid 1px #CCC;
}

.wrapper-dropdown-2 .dropdown li:last-child {
  border-bottom: solid 0px transparent;
}

.wrapper-dropdown-2 .dropdown li a {
  display: block;
  text-decoration: none;
  color:#243746 !important;
  padding: 10px;
  transition: all 0.3s ease-out;
} 

.wrapper-dropdown-2 .dropdown li i {
  color: inherit;
  vertical-align: middle;
}

.wrapper-dropdown-2 .dropdown li:hover a {
  color: white;
  background-color: #43bbc7;
}

.wrapper-dropdown-2.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.white_team{ color: #FFF !important;}
.bold_white_team{ color: #FFF !important; font-weight: bold;}
.vinit_side{background-color: #43BBC7;}
.vinit_side_1{ border: solid 3px #f00;}
.vinit_side_2{border: solid 2px #ff938e;}  
.vinit_side_3{border: solid 1px #ff938e;} 
.ruchi_side_1{border: solid 3px #47435E;}
.ruchi_side_2{border: solid 2px #7d75a5;}   
.vinay_side_1{border: solid 3px #F08549;}
.vinay_side_2{border: solid 2px #ffb083;}  

#wrapper { 
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  margin-bottom: 20px;
}

#container {
  padding: 1em;
  width: 100%;
}

ol.organizational-chart,  ol.organizational-chart ol,ol.organizational-chart li,ol.organizational-chart li > div {
  position: relative;
}

ol.organizational-chart,ol.organizational-chart ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.organizational-chart li > div p{ margin-bottom: 0px;} 

ol.organizational-chart li >a div p{ margin-bottom: 0px;} 

ol.organizational-chart {
  text-align: center;
}

ol.organizational-chart ol {
  padding-top: 1em;
}

ol.organizational-chart ol:before,ol.organizational-chart ol:after,ol.organizational-chart li:before,ol.organizational-chart li:after,ol.organizational-chart > li > div:before,ol.organizational-chart > li > div:after {
  background-color: #8c8c8c;
  content: '';
  position: absolute;
} 

ol.organizational-chart ol > li {
  padding: 1em 0 0 1em;
}

.mb__0 a { margin-bottom:0px }

ol.organizational-chart > li ol:before { 
  height: 1em;
  left: 50%;
  top: 0;
  width:1px;
} 

ol.organizational-chart > li ol:after { 
  height: 1px;
  left: 1px;
  top: 1em;
  width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
  height: 1px;
  left: 0;
  top: 2em;
  width: 1em;
}
 
ol.organizational-chart > li ol > li:not(:last-of-type):after {
  height: 100%;
  left: 0px;
  top: 0;
  width: 1px; 
}

ol.organizational-chart > li ol > li:last-of-type:before {
  height: 1px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
  height: 2em;
  left: 0;
  top: 0;
  width: 1px;
}

ol.organizational-chart li > div {
  border-radius: 3px;
  min-height: 2em;
  padding: 0.5em;
} 

ol.organizational-chart li >a div {
  padding: 0.5em;
} 

ol.organizational-chart > li > div {
  background-color: rgb(24, 156, 216);
  color: #FFF;
}

ol.organizational-chart > li > div:before { 
  bottom: 2em;
  height: 1px;
  right: -1em;
  width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
  bottom: 0;
  height: 2em;
  right: -1em;
  width: 1px;
}

ol.organizational-chart > li > div + div {
  margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
  height: calc(100% + 1em);
  right: -1em;
  top: -1em;
  width:1px;
}

ol.organizational-chart > li > ol:before {
  left: inherit;
  right: 0;
}

ol.organizational-chart > li > ol:after {
  left: 0;
  width: 100%;
}

/* Team */

.bg-gradient-transparent {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: rgb(7, 78, 185);
  border-radius: 100px;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  background: linear-gradient(to right, rgb(240, 244, 253), rgba(255, 255, 255, 0)) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-size-adjust: 100%;
}


.team_title{
	text-align:center;
	margin-top: 30px;
}

.team_title h1{
	text-align:center;
	font-size: 36px;
  letter-spacing: 2px;
  font-weight: bold;
	margin-bottom: 20px;
}
.mb88 {
  margin-bottom: 88px !important;
}
/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {


  /* PRIMARY */
  ol.organizational-chart > li > div {
      display: inline-block;
      float: none;
      margin: 0 1em 1em 1em;
      vertical-align: bottom;
  }

  ol.organizational-chart > li > div:only-of-type { 
      margin-bottom: 0;
      width: calc((100% / 1) - 2em - 4px);
  } 

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
      width: calc((100% / 2) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
      width: calc((100% / 3) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
      width: calc((100% / 4) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
      width: calc((100% / 5) - 2em - 4px);
  }

  ol.organizational-chart > li > div:before,
  ol.organizational-chart > li > div:after {
      bottom: -1em!important;
      top: inherit!important;
  }

  ol.organizational-chart > li > div:before {
      height: 1em!important;
      left: 50%!important;
      width: 1px!important;
  }

  ol.organizational-chart > li > div:only-of-type:after {
      display: none;
  }

  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
      bottom: -1em;
      height: 1px;
      width: calc(50% + 1em + 3px);
  }

  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
      left: calc(50% + 3px);
  }

  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
      left: calc(-1em - 3px);
  }

  ol.organizational-chart > li > div + div:not(:last-of-type):after {
      height: 1px;
      left: -2em;
      width: calc(100% + 4em);
  }

  /* SECONDARY */
  ol.organizational-chart > li > ol {
      display: flex;
      flex-wrap: nowrap;
  }

  ol.organizational-chart > li > ol:before,
  ol.organizational-chart > li > ol > li:before {
      height: 1em!important;
      left: 50%!important;
      top: 0!important;
      width: 1px !important;
  }

  ol.organizational-chart > li > ol:after {
      display: none;
  }

  ol.organizational-chart > li > ol > li {
      flex-grow: 1;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
  }

  ol.organizational-chart > li > ol > li:only-of-type {
      padding-top: 0;
  }

  ol.organizational-chart > li > ol > li:only-of-type:before,
  ol.organizational-chart > li > ol > li:only-of-type:after {
      display: none;
  }

  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
      height: 1px;
      top: 0;
      width: 50%;
  }
 
  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
      left: 50%;
  }

  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
      left: 0;
  }

  ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
      height: 1px;
      left: 0;
      top: 0;
      width: 100%;
  }

}

/* @media screen and (min-width:1500px) and (max-width:1920px){
  .team__details p.tab_mb30{margin-bottom: 37px !important;}
  .team__details p.res_mb0.tab_mb6 { margin-bottom: 9px !important;  }
  .about_team_pg .team__details p.res_mb0.mb37.tab_mb6 {margin-bottom: 37px !important;}
  .sp_mb85{ margin-bottom: 38px !important;} 
  .sp_mb56{ margin-bottom: 56px !important;}
  .monank{ margin-bottom: 11px !important;} 
  .team__details p.res_mb0.tab_mb32.vinnetmb38 { margin-bottom: 11px;}
} 

@media screen and (min-width:1301px) and (max-width:1499px){
  .team__details p.tab_mb30{margin-bottom: 37px !important;}
  .team__details p.res_mb0.tab_mb6 { margin-bottom: 9px !important;  }
  .about_team_pg .team__details p.res_mb0.mb37.tab_mb6 {margin-bottom: 10px !important;}
  .sp_mb85{ margin-bottom: 38px !important;} 
  .sp_mb56{ margin-bottom: 56px !important;}
  .monank{ margin-bottom: 37px !important;} 
  .team__details { margin-left: 26%;}
  .team__details p.res_mb0.tab_mb32.vinnetmb38 { margin-bottom: 38px;}
   
}
   


@media screen and (min-width:1200px) and (max-width:1300px){
  .team__details p.tab_mb30{margin-bottom: 37px !important;}
  .team__details p.res_mb0.tab_mb6 { margin-bottom: 9px !important;  }
  .about_team_pg .team__details p.res_mb0.mb37.tab_mb6 {margin-bottom: 10px !important;}
  .sp_mb85{ margin-bottom: 38px !important;} 
  .sp_mb56{ margin-bottom: 56px !important;}
  .team__details p.res_mb0.tab_mb32.vinnetmb38 { margin-bottom: 38px;}
}

@media screen and (min-width:1071px) and (max-width:1199px){
  .team__details p.tab_mb30{margin-bottom: 37px !important;}
  .team__details p.res_mb0.tab_mb6 { margin-bottom: 9px !important;  }
  .about_team_pg .team__details p.res_mb0.mb37.tab_mb6 {margin-bottom: 38px !important;} 
  .sp_mb85{ margin-bottom: 67px !important;}
  .sp_mb56{ margin-bottom: 56px !important;}
  .sp_mh_106{ min-height: 106px !important;}
  .sp_mh_105{ min-height: 105px !important;}
  .sp_mh_76{ min-height: 76px !important;}
  .team__details {width: 80%; margin-left: 20%;}
  .team__details p.res_mb0.tab_mb32.vinnetmb38 { margin-bottom: 38px;}
}
    
    
    


@media screen and (min-width:768px) and (max-width:1070px){
  .team__details p.tab_mb30{margin-bottom: 30px !important;}
  .team__details p.res_mb0.tab_mb6 { margin-bottom: 6px !important;  }
  .about_team_pg .team__details p.res_mb0.mb37.tab_mb6 {margin-bottom: 6px !important;}
  .mob_none{ display: none;}
  .tab_w50 { width: 50%;}
  .team__details p.res_mb0.tab_mb32 { margin-bottom: 32px !important;}
} */
@media screen and (min-width:1200px) and (max-width:1299px) {
  .team__details {
    width: 78%;
    margin-left: 22%; 
}
.res_adv_vh { height: 59vh !important;}
}

@media screen and (min-width:1025px) and (max-width:1199px){
  .team__details {
    width: 90%; 
    margin-left: 20%;
  }
  .tab_w50 { width: 50%;}
  .team__details p.res_mb0.tab_mb32 { margin-bottom: 32px !important;}
  
  .nav_wd { width: 60%;}
  .jumpto_wd { width: 40%;}
  .res_adv_vh { height: 61vh !important;}
} 

@media screen and (min-width:768px) and (max-width:1024px){
  .mob_none{ display: none;}
  .tab_w50 { width: 50% !important;}
  .jumpto_wd { width: 50%;}
  .nav_wd { width: 50%;} 
  .team__details p.res_mb0.tab_mb32 { margin-bottom: 32px !important;}
  .tab_mb10 { margin-bottom: 10px !important;}
  .tab_mb30 { margin-bottom: 30px !important;}
  .res_adv_vh { height: 60vh !important;}
  .tab_mt35 { margin-top: 35px !important;}
  
 
} 
 
@media screen and (max-width:767px) {
  .mob_none{ display: none;}
  .meettheteam {
    margin-top: 30px !important;
  }
  .mob_mb30 {
    margin-bottom: 30px !important;
  }
  .mob_mb80 {
    margin-bottom: 80px !important;
  }
  .mob_mt30{
    margin-top: 30px !important;
  }

 
}