/* Blog overview CSS */
.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.equal-cols > [class*="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.equal-cols > [class*="col-"] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.row.equal-cols > [class*="col"] .blog-teaser-wrapper {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 30px;
}

.equal-cols a,
.equal-cols a:hover {
  text-decoration: none;
  color: #000;
}

.equal-cols div {
  box-sizing: border-box;
}

.equal-cols a div {
  margin-bottom: 10px;
}

.blog-readmore-wrapper span {
  float: right;
}

/* design 05 */

.team-inner-wrapper{width: 100%; height: 600px; position: relative;}
.team-circle{position: absolute; padding: 5px; border-radius: 50%; min-height: 60px; min-width: 60px; cursor: pointer;}
.team-circle:hover{ transform: scale(1.1); transition: all 0.5s; padding: 5px;}
.team-circle a{display: inline-block;text-align: center;display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;border-radius: 50%;text-decoration: none;color: #ffffff;/* font-family:bitter; */}
.team-circle a:hover{text-decoration: none; color: #ffffff;align-items: end; padding-bottom:15px; }
.team-circle-01{ width: 160px; height:160px; left:0px; top:50px; }
.team-circle-02{width: 300px; height: 300px; left:260px; top:70px; }
.team-circle-03{ width: 160px; height:160px; left:750px; top:70px; }
.team-circle-04{ width: 170px; height:170px; right:40px; top:50px; }
.team-circle-05{ width: 250px; height:250px; left:40px; bottom: 80px;}
.team-circle-06{ width: 175px; height:175px; left:415px; bottom: 50px;}
.team-circle-07{ width: 300px; height:300px; left:650px; bottom:40px}
.team-circle-08{width: 130px; height: 130px; left:950px; top:200px; }
.team-circle-09{ width: 175px; height:175px; right:50px; bottom: 50px;}

/* design 02 */

/*You ask 02---*/
.you-ask-inner-wrapper{width:100%; height:790px; position: relative; }
.you-ask-circle{ position: absolute; border-radius: 50%; }

.you-ask-circle a, .you-ask-circle a:hover{ width: 100%; height: 100%; border-radius: 50%; display: flex; justify-content: center; align-items: end; color: #FFFFFF; text-decoration: none; font-family:bitter; text-align:center; padding-bottom: 40px; }
.you-ask-circle a {box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);}
.you-ask-circle a:hover {box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);}
.you-ask-circle-01-inner-wrapper{ width: 100%; height: 100%; padding: 10px; border-radius: 50%;}

.you-ask-circle-01{ width:600px; height: 600px; padding:100px; top:0px;left:calc(50% - 300px);}
.you-ask-circle-01:hover{ transform: scale(1.1); transition: all 0.5s; }

.you-ask-circle-01-inner-wrapper a{ font-size:25px;letter-spacing: 1px;}

.you-ask-circle-child{ width: 140px; height: 140px;}
.you-ask-circle-child:hover {transform: scale(1.1); transition: all 0.5s;}
.you-ask-circle-child a, .you-ask-circle-child a:hover{align-items: end; padding-bottom:15px; line-height:18px; font-size:14px; }

.you-ask-circle-02{ top:145px; left:calc(50% - 430px); }

.you-ask-circle-03{ top:370px; left:calc(50% - 412px); }

.you-ask-circle-04{top:530px; left:calc(50% - 285px); }

.you-ask-circle-05{top:600px; left:calc(50% - 70px); }

.you-ask-circle-06{top:530px; left:calc(50% + 145px);}

.you-ask-circle-07{ top:370px; left:calc(50% + 272px); }

.you-ask-circle-08{ top:145px; left:calc(50% + 290px); }
