a.services-btn{
    margin-top: 28px;
    padding: 10px 30px;
    font-size: 18px;
    color: white;
    background: #e82a2a;
    transition: .4s all ease-in-out;
}
.services-btn:hover{
    padding-left: 60px;
}

.history-img{
    position: absolute!important;
    width: 300px!important;
    height: 300px!important;
    z-index: 100!important;
    left: 40%!important;
    top: -134px!important;
    padding-top: 0!important;
}

.subsidiaries-img{
    padding: 10px;
    z-index: 100!important;
    top: -134px!important;
    padding-top: 0!important;
}



.post table, td, th {
    border: 1px solid black;
    padding: 5px!important;
}

.post table {
    width: 100%;
    border-collapse: collapse;

}

.post{
    margin-top: 100px;
    margin-bottom: 200px;
    font-size: 16px!important;
}

.post ol li{
    list-style: decimal!important;
}
.post ul li{
    list-style: square!important;
}


/*Comments Area*/

.box {
    margin: 0 10%;
    overflow: hidden;
    padding: 10px 0 40px 60px;
}

.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top: 0;

}

.box ul:last-of-type {
    top: 20px;

}

.box ul:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
}

.box ul li {
    margin: 20px 60px 60px;
    position: relative;
    padding: 10px 20px;
    background: rgba(254, 251, 255, 0.53);
    color: #000;
    border-radius: 10px;
    line-height: 20px;
    width: 80%;
    border: 1px solid #747474;
}

.box ul li > span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: -30px;
}

.box ul li > span:before,
.box ul li > span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff6d6d;
    border: 2px solid #000;
    position: absolute;
    left: -7.5px;
}

.box ul li > span:before {
    top: -10px;
}
.box ul li > span:after {
    top: 95%;
}

.box .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.box .info:first-letter {
    text-transform: capitalize;
    line-height: 1.7;
}

.box .name {
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px;
}

.box .time span {
    position: absolute;
    left: -100px;
    color: #000;
    font-size: 80%;
    font-weight: bold;
}
.box .time span:first-child {
    top: -16px;
}
.box .time span:last-child {
    top: 94%;
}

/*Send comment textarea*/

#feedback-page{
    text-align:center;
}

#form-main{
    width:100%;
    float:left;
    padding-top:0px;
}

#form-div {
    background-color:rgba(72,72,72,0.4);
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top:30px;
    margin-left: -260px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
    color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #3498db;
    color: #3498db;
    outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
    color:#30aed6;
    border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

/*input:hover, textarea:hover,*/
/*input:focus, textarea:focus {*/
/*    background-color:white;*/
/*}*/

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #3498db;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}

#button-blue:hover{
    background-color: rgba(0,0,0,0);
    color: #0493bd;
}

.submit:hover {
    color: #3498db;
}

.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
    width:100%;
    background-color:white;
}

@media only screen and (max-width: 580px) {
    #form-div{
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}



@media only screen and (max-width: 575px){
.site-header .extend-container .main-navigation ul.extend-container > li ul li
 {
    font-size: 24px !important;
}
}
