/* DESENTUPIMENTO */

#desentupimento{
	position: relative;
	background-attachment: fixed;
	background-position: top;
	color: #fff;
	background-size: cover;
}
#desentupimento:before{
	content: "";
	background: #394C59;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.9;
}
#desentupimento .title{
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 10px;
	font-weight: 900;
}
#desentupimento p{
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
#desentupimento .p{
	text-transform: uppercase;
	font-size: 15px;
	color: #D6D6D6;
}

/* DIVIDER */

.divider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
@media (max-width: 996px){
	.divider{
		width: 100%;
		margin: 4% 0%;
	}
}

/* BOMBEIRO HIDRÁULICO */

#hidraulico{
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	color: #fff;
}
#hidraulico:before{
	content: "";
	background: #394C59;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.9;
}

#hidraulico p{
	padding: 10px;
}
@media (max-width: 996px){
	#hidraulico .row.p-5{
		padding: 40px 10px !important;
	}
}

/* CAIXA DÁGUA */
#caixadagua{
	position: relative;
	background-image: url(../images/bg-header-carousel.webp);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	color: #fff;
}
/*
#caixadagua:before{
	content: "";
	background: #394C59;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.9;
}*/

#caixadagua p{
	padding: 10px;
}
@media (max-width: 996px){
	#caixadagua .row.p-5{
		padding: 40px 10px !important;
	}
}

/* CALL INFO */
#call_info{
	padding: 3rem;
	margin-top: 30px;
}
#call_info .card{
	border:  0;
}
#call_info .card-body{
	background: #EDEDED;
	border-radius: 10px;
	border-bottom: 6px solid #394C59;
	height: 28rem;
	padding: 10px 30px;
}
#call_info .header{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: -20px;
	color: #2B2B2B;
	line-height: 25px;
	margin-top: 20px;
}
#call_info img{
	width: 40%;
	margin: 10px 0;
}
#call_info p{
	font-size: 16px;
	font-weight: 300;
	color: #2B2B2B;
}
#call_info .ballon-yellow{
	top: 60px !important;
}
#call_info .btn-success {
	color: #fff;
	background-color: #075E54;
	border-color: #075E54;
	border-radius: 10px;
	padding: 7px 20px;
}
#call_info .btn-success:hover {
	color: #000;
	background-color: #25D366;
	border-color: #25D366;
}
@media (max-width: 1220px){
	#call_info .card-body {
		padding: 10px 10px;
	}
	#call_info p {
		font-size: 16px;
	}
	#call_info .container{
		width: 90%;
	}
}
@media (max-width: 1024px){
	#call_info .container{
		width: 98%;
	}
}
@media (max-width: 575px) {
	#call_info{
		padding: unset;
	}
	#call_info .card {
		margin: 0 15%;
	}
}

/* Cards Info */

#cards_info .card{
	border-radius: 0;
	height: 100%;
	overflow: hidden;
}
#cards_info .card-body{
	background-color: #EAEAEA;
	height: auto
}
#cards_info .card-body:hover, #cards_info .card-body:hover p{
	background-color: #A7B1BC;
	color: #fff;
}
#cards_info .card-body.active{
	background-color: #A7B1BC;
	color: #fff;
}
#cards_info .card-body.active p{
	color: #252525;
}
#cards_info h3{
	font-size: 25px;
	font-weight: 600;
	color: #000;
}
#cards_info .card-body:hover h3{
	color: #fff;
}
#cards_info p{
	font-size: 14px;
	font-weight: normal;
	color: #4c4c4c;
}
#cards_info .card-body:hover .element-ball, #cards_info .card-body.active .element-ball{
	width: 90px;
	height: 90px;
	background: #394c59;
	position: absolute;
	border-radius: 50%;
	left: 38%;
	bottom: -50px;
}

@media (max-width: 1200px){
	#cards_info .card-body{
		padding: 0px 20px !important;
	}
	#cards_info h3 {
		font-size: 22px;
	}
}
@media (max-width: 768px){
	#cards_info .card-body:hover .element-ball, #cards_info .card-body.active .element-ball{
		left: 32%;
	}
	#cards_info p {
		padding-bottom: 30px;
	}
}
@media (max-width: 575px){
	#cards_info .card-body:hover .element-ball, #cards_info .card-body.active .element-ball{
		left: 42%;
	}
}
@media (max-width: 460px){
	#cards_info .card {
		margin: 0 15%;
	}
	#cards_info .card-body:hover .element-ball, #cards_info .card-body.active .element-ball {
		left: 34%;
	}
}
@media (max-width: 375px){
	#cards_info .card-body:hover .element-ball, #cards_info .card-body.active .element-ball {
		left: 32%;
	}
}


/* CONTRATE */
#contrate{

}
#contrate h2{
	color: #383838;
	font-size: 32px;
}
#contrate .image{
	max-width: 100%;
	min-width: 100%;
}
#contrate img{
	width: 60%;
}
#contrate .title{
	margin: 14px auto;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
#contrate p{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
#contrate ul{
	list-style: circle;
}
#contrate ul li{
	font-size: 12px;
	text-align: left;
}
#contrate a{
	color: #000;
	text-decoration: none;
}
@media (max-width: 996px){
	#contrate {
		margin: 40px 20px !important;
	}
	#contrate h2 {
		font-size: 21px;
	}
	#contrate p {
		text-align: left;
		font-size: 13px;
	}
	#contrate .row.p-5{
		padding: 0px !important;
	}
}

/* DEDETIZAÇÃO */

#dedetizacao{

}
#dedetizacao .icon{
	max-width: 100%;
	height: 110px;
}
#dedetizacao h2{
	color: #757575;
}
#dedetizacao .title{
	text-transform: uppercase;
	margin: 20px auto;
	font-weight: 600;
}
#dedetizacao p{
	color: #757575;
}
@media (max-width: 996px){
	#dedetizacao {
		margin: 30px 0 !important;
		padding: 0px !important;
	}
}

/* DEPOIMENTOS */

/*
#depoimentos .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#depoimentos .owl-carousel .owl-prev,
#depoimentos .owl-carousel .owl-next {
	background-color: #333 !important;
	color: #fff !important;
	font-size: 30px !important;
	border-radius: 50% !important;
	transition: background-color 0.3s, color 0.3s !important;
	width: 40px;
	height: 40px;
}

#depoimentos .owl-carousel .owl-prev:hover,
#depoimentos .owl-carousel .owl-next:hover {
	background-color: #555;
}

#depoimentos .owl-carousel .owl-prev span,
#depoimentos .owl-carousel .owl-next span {
	background: none;
	margin: -25px auto;
	display: block;
}

#depoimentos .owl-carousel .owl-prev {
	position: absolute;
	left: -65px;
	transform: translateY(-50%);
}

#depoimentos .owl-carousel .owl-next {
	position: absolute;
	right: -65px;
	transform: translateY(-50%);
}
@media (max-width: 996px){
	#depoimentos .owl-carousel .owl-prev {
		position: absolute;
		left: 0px;
	}

	#depoimentos .owl-carousel .owl-next {
		position: absolute;
		right: 0px;
	}
}
*/

/* GALERIA PRINCIPAL */
#galeria-grid{
	overflow: hidden;
}
#galeria-grid .gal-content{
	padding: 0;
}
#galeria-grid .gal-content .content{
	margin: 0px 3px 6px 3px;
	position: relative;
	cursor: pointer;
	display: block;
}
#galeria-grid .gal-content .content img{
	width: 100%;
}
#galeria-grid .gal-content .content:before{
	content: "";
	background: #394c59;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.9;
}
#galeria-grid .gal-content .content .info{
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
#galeria-grid .gal-content .content .box{
	background: #394c59;
}
#galeria-grid .gal-content .content .info .title{
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	/*text-shadow: 2px 2px #000*/
}
#galeria-grid .gal-content .content .info .plus{
	color: #e5e5e5;
}
#galeria-grid .gal-content .content-custom{
	background-color: #2d2d2d;
	margin: 0px 3px 6px 3px;
	position: relative;
	color: #fff;
	padding: 48px;
	text-align: center;
	text-transform: uppercase;
}
#galeria-grid .gal-content .content-custom .titulo-product{
	font-size: 40px;
	letter-spacing: 3px;
}
#galeria-grid .gal-content .content-custom p{
	letter-spacing: 4px;
	font-size: 18px;
}
#galeria-grid .gal-content a{
	text-decoration: none;
	color: #cccccc;
}
#galeria-grid .gal-content .content:hover .element-bar-top {
	background: #fff;
	position: absolute;
	width: 70%;
	height: 12px;
	margin: 0px 15%;
	border-radius: 0px 0px 10px 10px;
	animation: bartop;
	animation-duration: 1s;
}
@keyframes bartop{
	0%{
		width: 0%;
	}
	100%{
		width: 70%;
	}
}
#galeria-grid .gal-content .content:hover .element-bar-bottom{
	background: #fff;
	position: absolute;
	width: 70%;
	height: 12px;
	margin: 0px 15%;
	border-radius: 10px 10px 0px 0px;
	bottom: 0px;
	animation: barbottom;
	animation-duration: 1s;
}
@keyframes barbottom{
	0%{
		width: 0%;
	}
	100%{
		width: 70%;
	}
}
#galeria-grid .gal-content .content:hover .element-line-mid{
	position: absolute;
	background: #fff;
	width: 3px;
	height: 60%;
	top: 10px;
	left: 50%;
	animation: line;
	animation-duration: 2s;
}
@keyframes line {
	0% {
		height: 0%;
	}
	100% {
		height: 60%;
	}
}
#galeria-grid .gal-content .content:hover .element-line-mid:before{
	content: "";
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	bottom: -15px;
	left: -9px;
}
#galeria-grid .gal-content .custom-1{
	height: 319px;
	padding: 120px 0;
}
#galeria-grid .gal-content .custom-2{
	height: 240px;
	padding: 90px 0;
}
@media (max-width: 1730px){
	#galeria-grid .gal-content .custom-1{
		height: 290px;
		padding: 120px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 218px;
		padding: 60px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 50px;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 30px;
	}
	#galeria-grid .gal-content .content-custom p{
		font-size: 14px;
	}
}
@media (max-width: 1440px){
	#galeria-grid .gal-content .custom-1{
		height: 240px;
		padding: 80px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 180px;
		padding: 60px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 28px;
	}
	#galeria-grid .gal-content .content:hover .element-line-mid{
		height: 45%;
	}
	@keyframes line {
		0% {
			height: 0%;
		}
		100% {
			height: 45%;
		}
	}

}
@media (max-width: 1366px){
	#galeria-grid .gal-content .custom-1{
		height: 227px;
		padding: 60px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 170px;
		padding: 40px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 23px;
	}
	#galeria-grid .gal-content .content:hover .element-line-mid{
		height: 45%;
	}
	@keyframes line {
		0% {
			height: 0%;
		}
		100% {
			height: 45%;
		}
	}

}
@media (max-width: 1300px){
	#galeria-grid .gal-content .custom-1{
		height: 216px;
		padding: 80px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 156px;
		padding: 40px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 33px 0;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 12px;
	}
	#galeria-grid .gal-content .content-custom p{
		font-size: 12px;
	}
	#galeria-grid .gal-content .content .info .title {
		font-size: 12px;
	}
	#galeria-grid .gal-content .element-line-mid {
		height: 55%;
	}
	#galeria-grid .gal-content .content:hover .element-line-mid{
		height: 45%;
	}
	@keyframes line {
		0% {
			height: 0%;
		}
		100% {
			height: 45%;
		}
	}
}
@media (max-width: 1290px){
	#galeria-grid .gal-content .custom-1{
		height: 216px;
		padding: 80px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 156px;
		padding: 40px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 33px 0;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 12px;
	}
	#galeria-grid .gal-content .content-custom p{
		font-size: 12px;
	}
	#galeria-grid .gal-content .content .info .title {
		font-size: 12px;
	}
	#galeria-grid .gal-content .element-line-mid {
		height: 55%;
	}
	#galeria-grid .gal-content .content:hover .element-line-mid{
		height: 45%;
	}
	@keyframes line {
		0% {
			height: 0%;
		}
		100% {
			height: 45%;
		}
	}
}
@media (max-width: 1200px){
	#galeria-grid .gal-content .custom-1{
		height: 200px;
		padding: 60px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 148px;
		padding: 40px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 26px;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 12px;
	}
	#galeria-grid .gal-content .content-custom p{
		font-size: 12px;
	}
	#galeria-grid .gal-content .content .info .title {
		font-size: 12px;
	}
	#galeria-grid .gal-content .element-line-mid {
		height: 40%;
	}
	#galeria-grid .gal-content .content:hover .element-line-mid{
		height: 45%;
	}
	@keyframes line {
		0% {
			height: 0%;
		}
		100% {
			height: 45%;
		}
	}
}
@media (max-width: 1100px){
	#galeria-grid .gal-content .custom-1{
		height: 184px;
		padding: 60px 0px;
	}
	#galeria-grid .gal-content .custom-2{
		height: 135px;
		padding: 40px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 20px 0;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 12px;
	}
	#galeria-grid .gal-content .content-custom p{
		font-size: 12px;
	}
	#galeria-grid .gal-content .content .info .title {
		font-size: 12px;
	}
	#galeria-grid .gal-content .element-line-mid {
		height: 40%;
	}
}
@media (max-width: 1000px){
	#galeria-grid .gal-content .custom-1 {
		height: 167px;
		padding: 55px 0px;
	}
	#galeria-grid .gal-content .custom-2 {
		height: 122px;
		padding: 45px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 21px;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 12px;
	}
	#galeria-grid .gal-content .content-custom p{
		font-size: 8px;
	}
	#galeria-grid .gal-content .element-line-mid {
		height: 20%;
	}
}
@media (max-width: 900px){
	#galeria-grid .gal-content .custom-1 {
		height: 150px;
	}
	#galeria-grid .gal-content .custom-2 {
		height: 110px;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 14px;
	}
}
@media (max-width: 800px){
	#galeria-grid .gal-content .custom-1 {
		height: 133px;
		padding: 35px 0px;
	}
	#galeria-grid .gal-content .custom-2 {
		height: 98px;
		padding: 25px 0;
	}
	#galeria-grid .gal-content .content-custom{
		padding: 6px;
	}

	#galeria-grid .gal-content .content:hover .element-line-mid{
		height: 35%;
	}
	@keyframes line {
		0% {
			height: 0%;
		}
		100% {
			height: 35%;
		}
	}
}
@media (max-width: 767px){
	#galeria-grid .gal-content .element-line-mid {
		height: 70%;
	}
	#galeria-grid .gal-content .content .info .title {
		font-size: 22px;
	}
	#galeria-grid .gal-content .content-custom {
		padding: 30px;
	}
	#galeria-grid .gal-content .content-custom .titulo-product {
		font-size: 32px;
	}
	#galeria-grid .gal-content .content-custom p {
		font-size: 18px;
	}
}

/* HIDROJATEAMENTO */
#hidrojateamento .section-title {
	font-weight: 700;
}
#hidrojateamento p{
	font-size: 18px;
	font-weight: 500;
}
#hidrojateamento .info-adic{
	font-size: 1.25rem;
	text-align: center;
}

/* SERVIÇOS VERTICAL */
#servicos-vertical{
	margin: 100px 0;
	display: flex;
}
#servicos-vertical ul{
	margin: 0px;
	padding: 0;
	width: 100%;
}
#servicos-vertical ul li{
	list-style: none;
	background: #333;
	width: 225px;
	height: 700px;
	margin: 6px;
	position: relative;
	float: left;
}
#servicos-vertical ul li a{
	transform: rotate(270deg);
	color: #fff;
	display: flex;
	font-size: 72px;
	position: absolute;
	top: 230px;
	left: -250px;
	text-decoration: none;
	width: 700px;
	z-index: 2;
	text-transform: uppercase;
}
#servicos-vertical .baground-custom:before{
	content: "";
	background: #394c59;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.9;
}
#servicos-vertical .element-bar-bottom {
	background: #fff;
	width: 70%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	margin: auto 15%;
	border-radius: 20px 20px 0px 0px;
}
@media (max-width: 1440px){
	#servicos-vertical ul li{
		width: 165px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -275px;
	}
}
@media (max-width: 1366px){
	#servicos-vertical ul li{
		width: 155px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -280px;
	}
}
@media (max-width: 1290px) {
	#servicos-vertical ul li {
		width: 145px;
	}
}
@media (max-width: 1024px){
	#servicos-vertical ul li{
		width: 192px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -260px;
	}
}
@media (max-width: 768px){
	#servicos-vertical ul li{
		width: 180px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -260px;
	}
}
@media (max-width: 425px){
	#servicos-vertical ul li{
		width: 184px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -250px;
	}
}
@media (max-width: 390px){
	#servicos-vertical ul li{
		width: 175px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -263px;
	}
}
@media (max-width: 390px){
	#servicos-vertical ul li{
		width: 165px;
		height: 640px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 155px;
		left: -263px;
	}
}
@media (max-width: 320px){
	#servicos-vertical ul li{
		width: 145px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 230px;
		left: -280px;
	}
}
@media (max-width: 280px){
	#servicos-vertical ul li{
		width: 128px;
	}
	#servicos-vertical ul li a{
		font-size: 62px;
		top: 190px;
		left: -287px;
	}
}

/* SERVIÇOS */
#servicos .owl-next:focus{
	box-shadow: 0 0 0 0.1rem #394c59;
}
#servicos .owl-prev:focus{
	box-shadow: 0 0 0 0.1rem #394c59;
}
#servicos{

}
#servicos .card{
	border:  0;
}
#servicos .card-body{
	background: #EDEDED;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 6px solid #394C59;
	height: 29rem;
}
#servicos .header{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0px;
	color: #2B2B2B;
}
#servicos img{
	width: 35%;
	margin-bottom: 20px;
	margin-left: 10px;
}
#servicos p{
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
}
#servicos .btn{
	padding: 10px 20px;
	position: absolute;
	bottom: 36px;
}
#servicos .owl-prev{
	top: 40%;
	left: -20px;
	padding: 15px !important;
}
#servicos .owl-next{
	top: 40%;
	right: -46px;
	padding: 15px !important;
}

#servicos .owl-prev span, #servicos .owl-next span{
	font-size: 30px;
	top: -24px;
	left: -5px;
	position: relative;
	color: #a7b1bc;
}
@media (max-width: 1360px){
	#servicos .card-body {
		height: 27rem;
	}
	#servicos p {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 1200px){
	#servicos p {
		font-size: 14px;
	}
	#servicos .header {
		font-size: 15px;
	}
}
@media (max-width: 996px){
	#servicos .card-body {
		height: 27rem;
	}
	#servicos p {
		font-size: 15px;
	}
}
@media (max-width: 425px){
	#servicos .card-body {
		height: 28rem;
	}
}
@media (max-width: 320px){
	#servicos .card-body {
		height: 28rem;
	}
}

/* SLIDER */
#carousel{
	position: relative;
	background-image: url(../images/bg-header-carousel.webp);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	color: #fff;
	padding-bottom: 60px;
}
/*
#carousel:before{
	content: "";
	background: #394c59;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.9;
}*/
#carousel .item{
	padding: 60px 25px;
}
#carousel .item h4, #carousel .item p{
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0;
}
#carousel .item h4{
	font-size: 14px;
	font-weight: bold;
}
#carousel .item h4 a{
	color: #fff;
	text-decoration: none;
	/*background: #394c59;*/
	padding: 5px 10px;
	border-radius: 15px;
}

#carousel .item p{
	font-size: 14px;
	color: #cbcbcb;
	/*background: #394c59;*/
	border-radius: 10px;
	padding: 5px 10px;
}
#carousel .item h6{
	font-size: 22px;
}
#carousel h2{
	font-size: 46px;
	font-weight: 400;
}
#carousel h3{
	font-weight: 600;
	letter-spacing: 4px;
}
@media (max-width: 625px){
	#carousel .item{
		padding: 60px 60px;
	}
}
@media (max-width: 425px){
	#carousel h2 {
		font-size: 18px;
	}
}

/* SOLCIITE  */

#solicite h2{
	text-transform: uppercase;
	text-align: center;
	font-size: 46px;
	font-weight: 400;
}
#solicite p{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
@media (max-width: 996px){
	#solicite{
		padding: 20px 70px !important;
	}


	#solicite h2 {
		font-size: 26px;
	}
	#solicite p{
		font-size: 10px;
	}
}

/* TIMELINE */
#timeline{
	padding: 50px 0px;
}
#timeline .timeline{
	position: relative;
	background: #fff;
	width: 100%;
	height: 10px;
	display: flex;
	justify-content: space-evenly;
}
#timeline .timeline:before{
	content: "";
	position: absolute;
	margin: -16px 0;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
#timeline p{
	color: #fff;
	padding: 35px 10px 20px 10px;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
}
@media (max-width: 425px){
	#timeline{
		padding: 0px;
	}
	#timeline .timeline {
		width: 85%;
		justify-content: flex-end;
		float: left;
		margin: 5% -120px;
		transform: rotate(90deg);
	}
	#timeline .timeline:before {
		margin: -25px 150px;
		top: 10px;
	}
	#timeline p {
		padding-top: 10px;
		font-size: 18px;
		text-align: left;
	}
	#timeline .section-title{
		letter-spacing: 5px;
		font-weight: 500;
		padding-top: 50px;
	}
}