/* Custom CSS */
h2, h3, h4 {
	font-family: 'Playfair Display', serif;
}

p{
font-family: Montserrat;
font-weight:400;
font-size:14px;
}

.section-title{
	text-align:center;
	color:#fff;
}
/*-------------------------------------------
  -- Progress
-------------------------------------------*/
.skills, .other-projects{
	background-color:#1a205b;
	color:#fff;
	padding:20px 0;
}

.profile{
	padding:0px 50px 0px 30px;
}
.progress {
    background-color: transparent;
    border-radius: 0;
    height: 50px;
    margin-bottom: 1rem;
    position: relative;
    overflow: visible;
}

.ts-progress-title{
	color:#fff;
	font-size:18px;
	font-family: 'Playfair Display', serif;
	
}

.progress .ts-progress-value {
    border: .125rem solid #fff;
    bottom: 0;
    padding: .125rem .375rem;
    position: absolute;
    left: 0%;
    transform: translateX(-1rem);
}

.progress .ts-progress-value:after {
    border-style: solid;
    border-width: .3125rem .3125rem 0 0;
    border-color: #fff transparent transparent transparent;
    bottom: -0.4375rem;
    content: "";
    left: .375rem;
    position: absolute;
}

.progress .progress-bar {
    background-color: #9B3B96;
    bottom: 0;
    height: .1875rem;
    position: absolute;
    width: 0%;
}

.progress .progress-bar, .progress .ts-progress-value {
	transition: 1s ease;
}

.vlt-highlight,mark{background:-webkit-gradient(linear,left bottom,left top,color-stop(5%,transparent),color-stop(5%,#2b899b),color-stop(37%,#2b899b),color-stop(37%,transparent));background:-webkit-linear-gradient(bottom,transparent 5%,#2b899b 5%,#f2b899b 37%,transparent 37%);background:linear-gradient(to top,transparent 5%,#2b899b 5%,#2b899b 37%,transparent 37%)}

.vlt-footer-content a{
	font-size:2rem !important;
	font-weight:400;
	text-transform: uppercase;
	color:#348899;
}

@media (max-width:1366px){
	.vlt-grid-portfolio-03{
		display:flex;
	}
}
@media (max-width:1024px){
	.logo{
		width:300px !important;
		height:auto !important;
	}
	.tagline{
		position: relative;
		top:-50px;
		font-size:14px !important;
	}
}
/* min-width 768px */
@media (min-width: 768px) {
	.vlt-custom--5136 {
		padding-left: 70px;
	}
	.vlt-custom--8620 {
		padding-right: 70px !important;
	}
	.vlt-custom--5317 {
		padding: 0 30px !important;
	}
	.vlt-custom--5171 {
		padding-right: 70px;
	}
	.vlt-custom--7205 {
		margin-top: -100px;
	}
	.vlt-custom--8511 {
		padding-right: 85px;
	}
	.vlt-custom--6525 {
		position: relative;
		z-index: 2;
	}
}

/* max-width 767px */
@media (max-width: 767px) {
	.vlt-header--mobile .vlt-navbar-inner {
		min-height:50px;
	}
	
	.logo{
		position: relative;
		top:50px;
	}
	.tagline{
		position: relative;
		top:-70px;
		left:5px;
		font-size:14px !important;
	}
	
	.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer{
		height:500px !important;
	}
	
	.vlt-custom--9135 h2 {
		font-size: 28px
	}
	.vlt-custom--1631 {
		font-size: 38px;
	}
}

/* max-width 991px */
@media (max-width: 991px) {
	.vlt-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.vlt-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
}

/* max-width 575px */
@media (max-width: 575px) {
	.vlt-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.vlt-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.vlt-custom--0531 {
		bottom: 5%;
	}
}