







/* Services[Features]
------------------------------------------------------------------------------------------------------------------------------------------------ 
*/

#ServiceOffers{
    height: 15rem;
}
#ServiceOffers h1{
    color: rgb(255, 60, 0);
}
#ServiceOffers li{
    color: rgb(255, 60, 0);
}
/* Services
---------------------------------------
*/
#Services i{
    font-size: 50px;
    color: rgb(255, 60, 0);
}
#Services h2{
    font-size: 20px;
    font-weight: 75px;
    color: rgb(255, 60, 0);
}
#Services li{
    color: rgb(255, 60, 0);
    white-space:pre-wrap;
}
.text{
    color: rgb(255,255,255);
}
#IconSquare{ /* When removed the icon shfits its position to the center in chromo */
    border-radius: 100px;
    width: 75px;
    height: 75px;
    display: block;
    padding: 10px;
    background-color: rgb(255,255,255);
    border: thin solid rgb(255,255,255);
}






/*******************************/
/********** About CSS **********/
/*******************************/
.uppercase{
    text-transform: uppercase;
    border-bottom: 4px solid rgb(255, 60, 0);
}
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    height: 100%;
    margin: 60px 0 0 60px;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.about .about-img i{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about .about-img::before {
    position: absolute;
    content: "";
    top: -60px;
    right: 60px;
    bottom: 60px;
    left: -60px;
    background: rgb(0,0, 0);
    z-index: 0;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: -30px;
    right: 30px;
    bottom: 30px;
    left: -30px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 2;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(255, 60, 0);
    border: 2px solid rgb(255, 60, 0);
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #D5B981;
    background: rgb(0, 0, 0);
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}
@media screen and (min-width: 360) and (max-width:978px) {
	#inverse_btn{
        margin-top: 20px;
    }
}