/* start about */

.about-title {
    margin-top: 50px;
    
}



.about-title .main h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 100;
    opacity: .8;
    margin-bottom: 40px;
}





.about-data {
    background-image: url(../images/about-data.png);
    background-size: cover;
    padding: 30px;
    margin-bottom: 80px;
}

.about-data h2 {
    display: inline-block;
    margin-bottom: 40px;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 40px;
    line-height: 32px;
    color: #E8331D;
    margin-top: 40px;
    background-color: #ccc;
    padding: 25px;
    border-radius: 10px;
}


@media(max-width:991px) {
.about-data h2 {
    font-size: 32px;
}
}




.about-data p {
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 2;
    padding-bottom: 20px;
    
}


@media(max-width:991px) {
.about-data p {
    font-size: 19px;
}
}



.about-data .worker img {
    width: 85%;
    opacity: .9;
    padding-top: 13%;
    height: 88%;
    margin-left: 15%;
}


@media(max-width:991px) {
.about-data .worker img {
    display: none;
}
}

.about-data .worker a{
        text-decoration: none;
    }




button.btn.profile {
background-color: #E8331D;
    color: #fff;
    padding: 10px;
    width: 85%;
    margin-top: 10px;
    font-size: 18px;
    transition: .6s all ease-in-out;
    margin-left: 15%;
}



@media (max-width: 991.98px) {
button.btn.profile {
margin-left: 0; 
    width:100%;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    
}

}



button.btn.profile:hover {
    background-color: #fff;
    color: #E8331D;
    

}




button.btn.profile i {
margin-right: 10px;
}


.about .comp-strategy {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
}


.about .comp-strategy a {
    text-decoration: none;
    color: #E8331D;
}



@media (max-width: 991.98px) {
.about .comp-strategy a h4,
.about .overview a h4 {
font-size: 20px;
    
}

}




.about .comp-strategy a h4 {
    font-weight: 400;
    font-family: sans-serif;
    
}


.about .comp-strategy i {
    font-size: 40px;
    border: 1px solid #E8331D;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    transition: 1s all ease-in-out;
}

.about .comp-strategy i:hover {
    color: #fff;
    background-color: #E8331D;
    
}



@media (max-width: 991.98px) {
.about .comp-strategy i {
    font-size: 25px;
    padding: 15px 20px;
    }

}

.about .overview {
    text-align: center;
    padding: 20px;
    background-color: #eee;
}


.about .overview a {
    text-decoration: none;
    color: #E8331D;
}



.about .overview i {
    font-size: 40px;
    border: 1px solid #E8331D;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    transition: 1s all ease-in-out;
}

.about .overview i:hover {
    color: #fff;
    background-color: #E8331D;
    
}



@media (max-width: 991.98px) {
.about .overview i {
    font-size: 25px;
    padding: 15px 20px;
    }

}




/* start strategy-data */

.strategy-data {
display: none;
    background-color: #ddd;
    margin-top: 50px;
    border-radius: 5px;
    padding-bottom: 70px;    
}

.strategy-data .strategy-title h4,
.overview-data .overview-title h4 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 100;
    opacity: .8;
    margin-bottom: 50px;
    margin-top: 40px;
}


@media (max-width: 991.98px) {
.strategy-data .strategy-title h4,
.overview-data .overview-title h4 {
    
    }

}




.strategy-data .strategy-img img {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}




.strategy-data .strategy-details ul li,
.overview-data .overview-details ul li {
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
    padding: 10px;
}



/* start overview data */

.overview-data {
    background-color: #eee;
    margin-top: 50px;
    border-radius: 5px;
    padding-bottom: 70px;
}


.overview-data .overview-img img {
    width: 100%;
    margin-bottom: 35px;
}

.overview-data .overview-details {
    padding-left: 25px;
}


.overview-data .overview-details h5{
    
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #E8331D;
    padding-left: 20px;
    
}



/* footer*/
footer {
    margin-top: 0;
}
