.page-title{
    background-image:  linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/background.jpg');
    width: 100%;
    height: 20%;
}


.page-title-heading h2{
    padding-left: 20px;
    margin-bottom: 12px;
    color: #fff;
}

.page-title-heading h2:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: dodgerblue;
}


#section-title-box{
    margin-top:5rem;
}
.section-title h1 {
    height: calc(3.5rem + 5px);
    margin-bottom: 2rem;
}

.section-title h1:before {
    position: absolute;
    top: 3.5rem;
    content: "";
    width: 125px;
    height: 3px;
    background-color: dodgerblue;
}

.section-title h1:after {
    position: absolute;
    top: calc(3.5rem - 1px);
    left: 0;
    content: "";
    width: 15px;
    height: 5px;
    background-color: #ffffff;
    animation: moveLeftBounces 10s linear infinite;
}

@keyframes moveLeftBounces {
	0% {
		transform: translateX(0px) scaleX(5%);
	}
	50% {

		transform: translateX(125px);
	}
    100% {
        transform: translateX(0px) scaleX(100%);
    }
}

.text p{
    position: relative;
    color: #9b9b9b;
}

#intro{
    width:200%;
    height:100%;
}

/*---Media Queries --*/
@media (max-width: 1200px){

}

@media (max-width: 992px) {
    .py-5{
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .page-title-heading h2{
        font-size: 2.5rem;
    }


}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}
