.btn-radius{
	border-radius: 50px;
}

.breadcrumb ul li.home-bread {
    padding-left: 15px;
}

.row.no-margin, .flex-row.no-margin{
	margin: 0px;
}
.row.no-margin > *, .flex-row.no-margin > *{
	padding: 0px;
}

.about-section-image {
	min-height: 330px;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-section-content p{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
}


@media only screen and (max-width: 768px) {
	.about-section-content {
		background: #062241;
		padding: 50px 30px 50px 50px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 578px) {
	.about-section-content {
		background: #062241;
		padding: 20px 20px 20px 20px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 400px) {
	.about-section-image {
		min-height: 250px;
	}
}


/* section headline */
.section-headline {
	padding-bottom: 30px;
}

@media only screen and (max-width: 578px) {
	.section-headline {
		padding-bottom: 20px;
	}

}

/* area padding */
.area-padding{
	padding: 40px 0px;
}

@media only screen and (max-width: 768px) {
	.area-padding{
		padding: 30px 0px;
	}
}

@media only screen and (max-width: 578px) {
	.area-padding{
		padding: 20px 0px;
	}
}


/* services */
.service-box .blog-content {
	padding: 15px;
}

.service-box.single-blog{
	margin-bottom: 0px;
}

.service-box .blog-content a h4 {
	font-size: 18px;
}

.service-btn {
	width: auto;
	line-height: unset;
	padding: 5px 10px;
	font-weight: 300;
}

.single-service {
	margin-bottom: 0px;
	height: 100%;
}


/* expertise */
@media only screen and (max-width: 768px) {
	.expertise-section .tab-menu ul.nav li a{
		padding: 15px 8px;
		margin-top: 10px;
	}

	.cha-title {
		font-size: 18px;
	}

	.expertise-section .tab-content {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 578px) {
	.expertise-section .tab-menu ul.nav li a{
		padding: 10px 5px;
		margin-top: 8px;
	}

	.cha-title {
		font-size: 16px;
	}

	.expertise-section .tab-content {
		margin-top: 10px;
	}
}


/* Contact description */
.add-content h3 {
	width: 100%;
}

.add-content h3 span{
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
}

@media only screen and (max-width: 578px) {
	.add-content h3 span{
		font-size: 19px;
	}
}


/* Footer */

@media only screen and (max-width: 768px) {
	.footer-area {
		padding: 40px 0;
	}	
}

@media only screen and (max-width: 578px) {
	.footer-area {
		padding: 20px 0;
	}
}


/* pages */
@media only screen and (max-width: 768px) {
	.page-title{
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 578px) {
	.page-title{
		font-size: 30px;
		line-height: 40px;
	}
}



/* CAREER FORM */
.career-form-page{
    position: relative;
    background-image: url('../img/background/bg_video1.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
	color: white;
}

.career-form-page::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
}
.career-form-row{
	display: flex;
}		

.career-form-file-name{
	width: 100%;
}

a.career-form-link:hover{
	color: white;
}
/* CAREER FORM END */


/* QUOTES */
.quotes-page{
    position: relative;
    background-image: url('../img/background/quote.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.quotes-page::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
}

.quotes-page .quote-text{
    font-size: 26px;
    line-height: 40px;
    color: #ddd;
}

.quotes-page .quote-by{
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    color: #aaa;
}
/* QUOTES END */