.Normal { color:#666666;}
.actions{ width:10px;}
.clear									 { clear:both; line-height:0; font-size:0; height:0;}
.left 									 { float:right;}
.right 									 { float:left;}
.c_footer							    { padding-left:10px; text-align:right; margin:0 0 10px 0;}
.c_contentpane 							 { text-align:right; }
.dnntitle {
    text-transform: capitalize;
    font-size: 24px;
    line-height:1.8;
	font-weight: 400;
}


.Container009 .dnntitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Container009 .dnntitle h2 {
    font-size: 20px!important;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    margin: 25px 0;
}

.Container009 .title1{ margin: 0 0 0 10px;
    text-align: center;

}

.Container009 .contentpane { padding:15px 0px 10px 0px;}
.Container009 .dnntitle:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    width: 38%;
}
.Container009 .dnntitle:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    width: 38%;
}
.Container010 .dnntitle .title1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.DefaultColor.DefaultBorderColor.dnntitle svg {
    width: 112px;
    height: 112px;
}
.dotneticon, .phpicon {
    width:72px;
  height:72px;
  background:linear-gradient(to left top ,rgb(216 216 216 / 40%),rgb(255 255 255 / 40%)) ;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  border:1px solid rgb(226 236 209 / 0.50);
 filter: drop-shadow(-5px -5px 10px #fffefa);
 mix-blend-mode:darken ;
}
.dotneticon:before {
  content: 'NET.';
 display:flex;
  justify-content:center;
  align-items:center;
  background: #008cdb;
  border-radius:50%;
  font-size:19px;
  color:#fff;
  width:75%;
  height:75%;

}
.phpicon:before {
  content: 'php';
 display:flex;
  justify-content:center;
  align-items:center;
  background:#484C89;
  border-radius:50%;
  font-size:19px;
  color:#fff;
  width:75%;
  height:75%;
  text-transform: lowercase;

}