.lpContent{
    background-image:linear-gradient(0deg, rgb(8 32 43 / 70%), rgb(8 32 43 / 70%)), url(/images/loanpgmBanner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
	min-height: 650px;
	position:relative;
}
.lpContent .introText {
    text-align: center;
    font-size: 45px;
    margin: 0 auto;
    margin-top: 220px;
    font-weight: 400;
    line-height: 54px;
    color:white;
}
.subTitle{
    font-weight: 700;
    font-size: 14px;
    color: #B74A26
}
.statistics {
        background: #dee7f1bd;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.statistics p {
    font-weight: bolder;
    font-size: 28px;
    color: #2A2A29;
}
.statisticsCount:before {
    left: -5% !important;
}
.statisticsCount{position: relative;}
.statisticsCount:before {
    content: "";
    position: absolute;
     top: 12px;
    left: 5%;
    height: 65%;
    width: 2px;
    background-color: #B74A26;
}
.statisticsCount:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 5%;
    height: 65%;
    width: 2px;
    background-color: #B74A26;
}
.loanFPgms {
    font-weight: 500;
}
.nav.nav-pills{
	height:auto !important;
}
.viewcaseStudy{
	color: black;
    font-weight: 700;
    text-decoration: none;
}
.ourprocessTitle{
    font-weight: 700;
    font-size: 24px;
    color: #B74A26;
}
.ourprocessSubtitle{
    font-size:18px;
    font-weight:500;
    color: #002839;
}
/**.carousel-item {
height: 50vh;
min-height: 430px;
}**/
.carousel-caption {
	bottom: 100px;
	z-index: 2;
	width: 100%;
	right: 0;
	left: 0;
}
.carousel-caption h5 {
font-size: 85px;
text-transform: capitalize;
letter-spacing: 2px;
margin-top: 25px;

}
.carousel-caption p {
width: 60%;
margin: auto;
font-size: 18px;
line-height: 1.9;
}      
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	border-radius: 5px;
}   
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.owl-next span:hover,.owl-prev span:hover  {
    color: #B74A26;;
}
.carousel-control-next ,.carousel-control-prev{
	z-index:100;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #002839;
}
.nav-pills .nav-link {
    background: #c0c1c3;
    font-size: 12px;
    font-weight: 700;
    color: black !important;
}
.prevIcon{
    background-image: url(/images/LeftIndicator.png) !important;;
    width: 50px;
    height: 50px;
	position: relative;
    bottom: 40px;
}
.nextIcon{
    background-image: url(/images/RightIndicator.png) !important;
    width: 50px;
    height: 50px;
	position: relative;
    bottom: 40px;
}
.statistics > div {
    display: inline-block;
    width: auto;
    min-width: 180px;
}
.statistics p {
    font-weight: bolder;
    font-size: 28px;
    color: #2A2A29;
}
.loanpgmNav .nav-link {
    height: 90px;
}
    
.loanpgmNav .nav-link{
	color:#B6B6B6 !important;
	padding: 25px;
	background:none;
	font-size:22px;
	font-weight:normal;
}
.loanpgmNav .nav-link.active{
	color:white;
	font-weight:bold;
	background:none;
}

.loanStudy{
font-size:22px;
font-weight:500;
}
.loanPgm .nav-link.active:after {
	content: "";
	position: absolute;
	display: inline-block;
	right: -12px;
	border-bottom: solid 12px transparent;
	border-top: solid 15px transparent;
	border-right: solid 20px white;
}
.loanPgm .tab-pane {
    padding: 20px;
}
/**.textWrap{
	height:142px;
}**/
.textWrap p{
	text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    line-height: 20px;
    word-break: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
}
.loanpgmNav .nav-link{
	position:relative;
}

.loanpgmNav .nav-link:before{
    content: "";
    height: 1px;
    width: 80%;
    background-color: #B74A26;
    position: absolute;
    left: 10%;
    bottom: 0px;
}
.careerHeader{
    width:45%;
}
@media screen and (max-width:500px){
.loanPgm .tab-content, .loanpgmNav{
	width: 100%;
}
}
@media only screen and (max-width: 1200px){
.nav-pills .nav-item {
    margin: 10px 15px;
}
.careerHeader{
    width:70%;
}
}

@media (min-width: 1024px) {
 
  .statisticsCount:before{left:-10% !important;}
  .statisticsCount:after{right:-10% !important;}
  
}
@media screen and (max-width:1024px){
	.lpContent{
	min-height:750px;
}
}
@media screen and (max-width:768px){
	.statistics > div {
		min-width: auto !important;
	}
	.statistics p{font-size: 18px;}
	.statisticsCount:after {
    margin-left: 38px;
    right: -3%;
}
	.statisticsCount:after ,.statisticsCount:before{
    
    top: 7px;	
}
.lpContent .introText {
    margin-top: 180px;
}
}
@media screen and (min-width:768px){
	.loanpgmNav.nav
	{
	width:50%;
	height:auto;
	}
	.loanPgm .tab-content{
	width: 50%;
    background-color: white;
    min-height:250px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.statisticsCount:after{right: -5% !important;}
	.statisticsCount:before{left: -5% !important;}
}
@media screen and (max-width: 575px){
.builttorentSection {
    margin-top: 3rem!important;
}
.lpContent .introText {
    font-size:35px;
}
}
@media screen and (max-width:450px){
    
    .statistics p {
        font-size: 18px;
    }
    .statistics span {
        font-size: 14px;
    }	
    .statisticsCount:after{
    margin-left: 22px;
    }
	.statisticsCount:after ,.statisticsCount:before{
    
    top: 7px;	
}
 .careerHeader{
    width:100%;
}
}
@media screen and (max-width:400px){
	.statistics span {
    font-size: 12px;
}
.statistics p {
    font-size: 15px;
}
.statisticsCount:after ,.statisticsCount:before{
    
    top: 7px;	
}
}
@media screen and (max-width:340px) {
    .statistics span {
        font-size: 11px;
    }

    .statistics p {
        font-size: 14px;
    }
}