/*title-style-002*/

.title-style-002 h3 strong { font-weight: 800; color: #ff9619; }

/*end of title-style-002*/

/*about-bg*/

.about-bg { position: relative; }

.about-bg:before {
    content: "";
    position: absolute;
    background: #ff9619;
    height: 300px;
    width: 5000px;
    right: 75%;
    bottom: -50%;
    z-index: -1;
}

/*end of about-bg*/

/*about-bg-002*/

.about-bg-002 { position: relative; z-index: auto;}

.about-bg-002:before {content: "";position: absolute;background: #ff9619;height: 100px;width: 100px;left: -5%;bottom: -10%;z-index:-1;}

/*end of about-bg-002*/

/*about-bg-003*/

.about-bg-003 { position: relative; }

.about-bg-003:before {content: "";position: absolute;background: #ffffff;height: 600px;width: 100%;top: -60px; left:-600px;z-index:-1;}

@media(max-width:991px){
.about-bg-003:before {content: "";position: absolute;background: #ffffff;height: 400px;width: 100%;top: 100px; left:-600px;z-index:-1;}
}

/*end of about-bg-003*/

/*about-bg-004*/

.about-bg-004 {
    position: relative;
}

.about-bg-004:before {
    content: "";
    position: absolute;
    background: #ff9619;
    width: 15%;
    height: 100%;
    right: 0px;
    top: -100px;
}

@media(max-width:991px){
.about-bg-004:before {
    content: "";
    position: absolute;
    background: #ff9619;
    width: 15%;
    height: 30%;
    right: 0px;
    top: -90px;
}}

/*end of about-bg-004*/

/*about-img-001*/

.about-img-001 { position: relative; }

.about-img-001:before {content: ""; position: absolute; background: #ff9619; height: 100%; width: 200px; left: -30px; bottom: 10%;z-index:-1;}

/*end of about-img-001*/

/*about-img-002*/

.about-img-002 { position: relative; }

.about-img-002:before {content: "";position: absolute;background: #ff9619;height: 65%;width: 60%; left: 48%; bottom: 45%; z-index:-1;}

/*end of about-img-002*/

/*about-style-001*/

.about-style-001 { border-left: 2px solid #222222; padding: 30px; }

.about-style-001:before { content: " "; width: 2px; height: 70%; position: absolute; background-color: #ff9619; left: -2px; top: 0; -webkit-transform: translateY(0%) scaleY(0.2); transform: translateY(-40%) scaleY(0.2); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.about-style-001:hover:before { -webkit-transform: translateY(0%) scaleY(1); transform: translateY(0%) scaleY(1); }

/*end of about-style-001*/


/*about-gallery*/

.about-gallery img {
    box-shadow: 2px 2px 5px #adadad;
}

.about-gallery .sppb-gallery li {
    width: 20%;
    padding: 5px;
}

@media (max-width: 500px) {
    .about-gallery .sppb-gallery li {
    width: 33.3333333%;
}
}

/*end of about-gallery*/

/*text-align-justify*/

.text-align-justify {
    text-align: justify;
}

/*end of text-align-justify*/

/*feature-icon*/

.feature-icon img {
    filter: brightness(100%);
    transition: 0.5s;
}

.feature-icon img:hover {
    filter: brightness(0);
}

/*end of feature-icon*/