 .box1 {
     border: 1px solid #ec5627;
    width: 80%;
    position: relative;
    /* bottom: 140px; */
    margin: 0 auto;
    /* <!-- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); --> */
    background-color: #fff;
   
}
  .icon1{
     font-size: 40px;
      transform: rotate(-43deg);
    position: relative;
      color: #fff;
    margin-top: 30px;
  }
   
	.title{
	text-align:center;
	/* color: #303389; */
	/* line-height:2; */
	}
	.content{
	
	    /* color: #817b7b; */
    line-height: 2;
	}
	.headtitle{
	text-align:center;
	padding:20px;
	color: rgb(48, 51, 137);
    text-transform: uppercase;
	}
	.mrgntop{
		
		
		margin-top:75px;
	}
	
	
.shape1{
   width: 100px;
    height: 100px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
   
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-align: center;
    margin: 0 auto;
    bottom: 50px;
    background-color: #ec5627;
    
}

.d-flexwr{
  display: flex;
  flex-flow: wrap;
}
.scm-heading{
  line-height: 34px;
}