.center-box{
    max-width: 1300px;
    background-color: #fff;
    width: 96%;
    margin: 50px auto;
    filter: drop-shadow(1px 1px 3px #ddd);
    border-radius: 10px;
    padding: 80px 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 2.1em;
    color: #333;
}
.center-box p{
    margin-bottom: 1.5em;
}
.center-box h4{
    line-height: 1.8em;
}

.center-box ol{
    list-style: decimal;
    padding-right: 15px;
    margin-bottom: 15px;
}

.center-box ol li{
    padding-right: 15px;
}

.Main-Title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #0070c0;
    margin: 0 0 40px 0;
}

.License{
    font-size: 1.1em;
}

.License li{
    padding-right: 15px;
}

.headLine span,.subhead span{
    color: #0070c0;
    margin-left: 10px;
}

.headLine{
    font-size: 1.5em;
    margin: 0 0 15px 0;
    background-color: #f1f1f1;
    padding: 6px 5px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    color: #333;
}

.headLine::after{
    content: '\f107';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%,-50%);
    color: #ff6a00;
    font-size: 35px !important;
    transition-duration: 0.2s;
}

.headLine:hover{
    background-color: #dfdfdf;
}

.indent1{
    padding-right: 1.5%;
    margin: 0 0 20px 0;
}

.indent2{
    padding-right: 3%;
    margin: 0 0 20px 0;
}

.subhead{
    margin: 5px 0 0 0;
    font-size: 1.3em;
}

.blueText{
    color: #0070c0;
}
.UpArrow{
    background-color: #e5e5e5;
    transition-duration: 0.5s;
}

.UpArrow::after{
    content: '\f106';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%,-50%);
    color: #ff6a00;
    font-size: 35px !important;
}

.ImportantLinks{
    border-top: 1px solid #ff6a00;
    margin-top: 80px;
    padding: 30px;
}
.ImportantLinks h4{
    font-size: 1.5em;
    margin: 0;
    color: #ff6a00;
}

.ImportantLinks ul li{
    width: 44%;
    margin: 10px 2%;
    display: inline-block;
    padding: 8px 15px;
    box-sizing: border-box;
    background-color: #eee;
}

.ImportantLinks ul li a{
    color: #555;
    text-decoration: none;
}

.ImportantLinks ul li a::before{
    content: '\f104';
    font-family: fontawesome;
    color: #ff6a00;
    font-size: 1.8em;
    padding-left: 2%;
    position: relative;
    top: 5px;
}

#EnamadClick,#SamandehiClick,#asnafClick {
    font-size: 0.8em;
    padding: 0 15px;
    color: cornflowerblue;
    text-decoration: underline;
  	cursor: pointer;
}

/* -------------------------- Why LanDiKa -------------------------- */
.ABPage{
    padding: 50px 6%;
    direction: rtl;
    text-align: justify;
}
.StartText{
    display: inline-block;
}
.ABText{
    line-height: 280%;
}
.ABPage h1{
    text-align: center;
    margin: 40px;
    font-size: 1.8em;
}
.StartText p{
    width: 50%;
    float: right;
}
.StartText div{
    width: 40%;
    margin: 0 auto;
    float: left;
}

.ABText ul{
    list-style: circle;
    padding: 0 30px;
    color: #ff6a00;
    margin-bottom: 40px;
}
.ABText ul li{
    padding: 0 10px;
}
.ABText ul li span{
    color: #222;
}

.ABText h2{
    font-size: 1.5em;
}

@media only screen and (max-width:7000px){
.StartText p {
    width: 100%;
  }
  .ABPage h1 {
    margin: 10px;
    font-size: 1.5em;
}
  .StartText div {
    width: 99%;
  }
  .ABText {
    line-height: 250%;
}
}