.cst_cont {
  background: url(../img/casestudy/arrowimg.png) no-repeat right top;
  padding-right: 18px;
  text-align: left;
}
.cst_cont h3 {
    font-size: 25px;
    font-weight: 400;
}
.cst_cont p {
    font-size: 14px;
    margin-bottom: 25px;
}
.proj_tag {
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    display: inline;
    padding: 5px 17px;
    border-radius: 19px;
}
.imgsec {
    height: 350px;
    overflow: hidden;
}
.imgsec img {
    width: 100%;
}
.cst_det_sec h2 {
    font-size: 45px;
    font-weight: 900;
}
.cst_det_sec img {
    margin-top: 15px;
    margin-bottom: 25px;
}
.cst_det_sec p {
    font-size: 18px;
    line-height: 26px;
}
.sep10 {
    width: 100%;
    height: 25px;
}
.cst_det_sec ul {
    padding-left: 30px;
    font-size: 18px;
    margin: 10px 0;
    list-style: none;
}
.cst_det_sec ul li {
    margin-top:5px;
    position: relative;
}

.cst_det_sec ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f19830;
}

.cst_det_sec h3 {
    font-size: 45px;
    font-weight: 900;
}
.cst_det_sec hr {
    border-top: 1px solid #e7e7e7;
    margin-top: 4%;
    margin-bottom: 4%;
}
.cst_sec .col-md-4 {
    margin-bottom: 25px;
}
span.cat_tag_red {
    color: #f19830;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
}
.row.cst_det_sec {
    padding-top: 70px;
}
img.topimage1 {
    margin-top: 110px;
    margin-bottom: 110px;
}
h3.serv_head1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
div.serv_listn {
    font-size: 17px;
    border: 1px solid black;
    padding: 6px 20px;
    border-radius: 22px;
    margin-right: 25px;
    display: inline;
    margin-bottom: 25px;
    float: left;
}
h3.serv_head2 {
    font-size: 48px;
    font-weight: 600;
}
p.serv_cont1 {
    font-size: 17px;
    line-height: 32px;
    text-align: justify;
}
.spacer5 {
    width: 100%;
    margin-top: 8%;
    float: left;
}
p.cvision {
    font-size: 22px;
    color: #3e3d4e;
}
h3.dserv_head3 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 29px;
}
.tech_list_sec li
{
    background: url('../img/serv_list_icon.png') left center no-repeat;
}

.box_block{
    padding: 35px;
    border-radius: 15px;
    background: #f9f9f9;
    min-height: 500px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.box_block h3{
    font-size: 32px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
.row.cst_det_sec {
  padding-top: 0 !important;
}

  .imgsec {
    height: auto;
}
.cst_cont p {
    margin-bottom: 12px;
}
.cst_sec .col-md-4 {
    margin-bottom: 30px;
}
.cst_det_sec h2,.cst_det_sec h3 
 {
    font-size: 28px;
  }
  .cst_det_sec ul li {
    text-align: left;
}

}
