/* Container syles */
/* box shadow css are not here */

.Corporation-content { margin-top: 10px;}

.Corporation-title-02 { background-color: #FFFFFF; }
.Corporation-title-03 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 6px;
}
.Corporation-title {
    font-size: 18px;
    line-height: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
    font-weight: 400
}
.Corporation-title-02 {
    margin: 0 0 31px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.Corporation-title-02 .Corporation02{
  background-color: #fff;
  padding-right: 10px;
  font-size: 16px;
}
.Corporation-title-02 .solid-line {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 100%;
    top: 10px;
}
.Corporation-title-02 .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    border-bottom-width:1px;
    border-color: #e0dede;
}
/*.Corporation-title-02 span:before, .Corporation-title-02 span:after {
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  height: 5px;
  position: absolute;
  top: 10px;
  width: 200%;
  z-index: -1;
}*/
/*.Corporation-title-02 span:before { left: 100%; margin-left: 15px;}*/
.border-bottom{ padding:0; margin:5px 0 0;}

.rounded_title{ border-radius:30px 30px 0 0; }
    
.Head {
    color:#fff; 
    font-size:18px;
    border-bottom:none; 
    margin-bottom:0;
    font-weight:normal;
    }
.font_color .Head{ color:#66C25D; font-weight:300; }

.Container {  margin:0 0 4em;  padding:0;  }

.SquareTitle_Content{ padding-left:10px; padding-bottom:15px; }

.SquareTitle_Title h1 {
    padding:0px 15px; 
    color:#fff; 
    font-size:18px; 
    line-height:36px; 
    }
    
.SquareTitle { padding-top:10px; background:#ffffff; }



