
body {
    padding-top: 70px;
}
.rectangle{
    width: 36.2%;
    height:794px;
    margin-left: auto;
   margin-right: auto;
    border-style: solid;
    border-color: #4c4c4c;
    overflow-x: hidden;
}
.rectangle:before{
    content: "";
    display: block;
    padding-top: 25%;
}
.rectangle2{
    width: 100%;
    height:43px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25%;
    background:#dedede ;
    text-align: right;
    text-decoration-color: #3c6eb4;
    position: relative;
}
.rectangle2:before{
    content: "";
    display: block;
    padding-top: 25%;
     position:absolute;
}
button.accordion {
    background-color: #3c6eb4 ;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
    background-color: #294172;
}
div.panel {
  padding: 0 18px;
   border-style: solid;
   border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-color: #294172;
   max-height: 0;
   overflow: visible;
   transition: 0.6s ease-in-out;
   opacity: 0;
   background-color: #3c6eb4;
}
div.panel.show {
  opacity: 1;
 max-height: 3000px;
 overflow: visible;
 color: #294172;
}
button.accordion:after {
    font-family: "FontAwesome";
    content: '\f078';
    font-size: 13px;
    color: #FFFFFF;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    font-family: "FontAwesome";
    content: '\f077';
}
footer {
    padding: 30px 0;
}
@media(min-width:768px) {
    body {
        padding-top: 100px;
    }
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
#fa{
  color: #79db32;
  position: absolute;
  width: auto;
  height:30px;
}
#fa1{
  color: #3c6eb4;
}
.widget{
 font-family: 'Open Sans', sans-serif;
 color: #FFFFFF;
 display: table-row;

}
label{
padding-top: 1em;
display: table-cell;
padding-bottom: 1em;
}
#img{
  display: block;
  padding-left: 2em;
  width:auto;
}
.text{
  font-family: 'Open Sans', sans-serif;
  margin-left: 3em;
}
.text1{
  font-family: 'Open Sans', sans-serif;
  text-decoration: underline;
  color:  #3c6eb4;
  margin-left: 3em;
}
#help{
  width: auto;
  margin-left: 22em;
}
.design{
 text-decoration-line: underline;
 color: #db3279;
 margin-right: 5em;
}
.date{

  padding-left: 16em;
}
.design1{
 text-decoration-line: underline;
 color: #db3279;
 margin-right: 5em;
}
.date1{

  padding-left: 16em;
}
#line{

width: 100%;
margin-top: -4em;
}
#line1{
  width: 100%;
  margin-top: -4em;
}
.design2{
 text-decoration-line: underline;
 color: #db3279;
 margin-right: 5em;
}
.date2{

  padding-left: 16em;
}
#line2{

width: 100%;
margin-top: -4em;
}
