

.section-service-page{

	margin-top: 2rem;
}




.fa-whatsapp {
    background-color: #23D5AE;
    color: white;
    font-size: 2.5rem;
    position: absolute;
    right: 5%;
}



/* .parallax-content{

	padding-top:2rem;
	padding-bottom:2rem;
} */






.divider-lg {
    width: 80px;
    height: 4px;
    margin: 30px auto 30px;
    margin-left: 2px;

}



.tabs-custom .nav-tabs {
	flex-direction: column;
	border-bottom: 1px solid #e5e5e5;
}

.tabs-custom .tab-content {
	padding-top: 30px;
}

.tabs-custom .nav-link {
	display: block;
	width: 100%;
	position: relative;
	font-family: "Oswald", sans-serif;
	padding: 0 0 7px;
	font-size: 15px;
	font-weight: 400;
	color: #868686;
	letter-spacing: 0.06em;
	background: transparent;
	border: none;
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	transition: color .2s ease-in;
}


.offset-top-60 img{

	width: 40%;


}

.btn-java {
    color: #ffffff;
    background-color: #23D5AE;
  position: relative;

        padding: 10px 35px;
        font-size: 1.5rem;
        line-height: 24px;
        border-radius: 3px;
        line-height: 28px;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        border-width: 2px;
        border-radius: 5px;
        width: 25rem;
        font-weight: 600;
        transition: .3s;
        backface-visibility: hidden;
        border-radius: 23px;
        border: 1px solid transparent;
		display: flex;
		align-items: center;
		justify-content: space-between;
    
}


.btn-java:hover {

	color: #11748f;
}


.fa-whatsapp:hover{


	color: #11748f;

}




.tabs-custom .nav-link:hover, .tabs-custom .nav-link.active {
	color: #434445;
	border-bottom: 1px solid #23D5AE;
}

.tabs-custom .nav-item + .nav-item {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.tabs-custom .nav-tabs {
		flex-direction: row;
	}
	.tabs-custom .nav-item + .nav-item {
		margin-top: 0;
		margin-left: 30px;
	}
	.tabs-custom .nav-link {
		font-size: 18px;
	}





}


@media (max-width: 750px) {
	
	.btn-java{

		font-size: 1.3rem;
	}

	.wpb_wrapper {
		padding: 5px 30px;
	}



}


@media (max-width: 550px) {

.tab-content h3{

	font-size: 1rem;
	text-align: center;


}


.material-parallax-b h1{

	font-size: 1.5rem;


}
.section-service-page {
    margin-top: 4rem;
}


.tab-content.text-left {
    margin-top: 2rem;
	
}

}





@media (min-width: 1200px) {
	.tabs-custom .nav-item + .nav-item {
		margin-left: 50px;
	}
}

@media (min-width: 992px) {
	.tabs-custom.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-custom.tabs-vertical .tab-content {
		padding-top: 0;
		padding-left: 30px;
	}
	.tabs-custom.tabs-vertical .nav-item + .nav-item {
		margin-left: 0;
		margin-top: 25px;
	}
	.tabs-custom.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
		flex-shrink: 0;
		width: 100%;
		border-bottom: 0;
		border-right: 1px solid #e5e5e5;
	}
	.tabs-custom.tabs-vertical .nav-link {
		text-align: right;
		padding-bottom: 0;
		padding-right: 30px;
		margin-right: -1px;
		border-bottom: 0;
		border-radius: 0;
		border-right: 1px solid transparent;
	}
	.tabs-custom.tabs-vertical .nav-link:hover, .tabs-custom.tabs-vertical .nav-link.active {
		border-right: 1px solid #23D5AE;
	}
}








