/* #font family use */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');
/* global css */
body{
	line-height:1.6;
	color:#333;
	font-size:14px;
	font-family:'Roboto', Helvetica, sans-serif;
	font-weight:400;
	letter-spacing:0.7px;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}

.mt-18{
	margin-top:18px;
}

/* #banner region */
.bannerregion{
    padding: 40px 0;
    background-image: url(../images/banner-ai.png);
	background-image: url(../images/banner-ai2.jpg);
    background-size: cover;
    position: relative;
    color: #fff;
}
.bannerregion:after{
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.bannerregion .container{
	position:relative;
	z-index:9;
}
.bannerregion h1{
	margin-top: 0;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
}
.bannerregion p{
	font-size: 17px;
    margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.leftcontentfld > ul{
	margin: 0;
    list-style: none;
    font-size: 16px;
    padding: 0;
}
.leftcontentfld > ul li{
	margin: 0;
    list-style: none;
    font-size: 16px;
    padding: 0;
}
.leftcontentfld > ul li:after{

}
.leftcontentfld > ul li:nth-child(2):after{

}
.leftcontentfld > ul li:nth-child(2):after{

}

.innerbox{
	background-color: #147ed9;
    display: inline-block;
    padding: 20px;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.innerbox ul{
	margin: 0;
    padding: 0;
    list-style: none;	
}
.innerbox li{
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}
.innerbox li:last-child{
	margin-bottom:0;
}
.innerbox li:after {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 4px;
    top: 3px;
    color: #fff;
    font-size: 12px;
}
.formregion{

}
.formregion form{
	padding: 15px;
    background-color: #fff;
}
.formregion form h3{
	margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}
.formregion .form-group{
	margin-bottom: 15px;
    position: relative;
}
.formregion .form-group:last-child{
	margin-bottom:0;
}
.formregion .form-group img{
	left: 17px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-5px, -50%);
    width: 24px;
}
.formregion .form-control{
	background: #fbfdff none repeat scroll 0 0;
    border: 1px solid #dde6ef;
    border-radius: 0;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 15px;
    font-weight: 400;
    height: 41px;
    margin-bottom: 0px;
    padding-left: 45px;
}
.formregion .btn-block{
	background-color: #F65935;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    padding: 10px 30px;
    border-radius: 0;
    width: 100%;	
}
/* Content region */
.bgfilled{
	background-image: url(/upsc/image/service-bg.png);
    padding: 40px 0;
    background-size: contain;
    background-color: #f5f5ff;
    background-repeat: no-repeat;
}
.contentregion {
    
}
.topheadercon{
    margin-bottom: 30px;
}
.topheadercon h2{
	margin-top: 0px;
    margin-bottom: 10px;
    color: #2b2f58;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.topheadercon p{
	color: #333;
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.shadowbox{
/*	box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;*/
}
.contentregion ul{
    max-width: 84%;
    margin-top: 30px;
    font-size: 15px;
    list-style: none; padding: 0px;
}
.contentregion ul li{
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    padding-left: 25px;
}
.contentregion ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 4px;
    top: 6px;
    color: #fff;
    font-size: 12px;
	color:#147ed9;
}

.bgcolofilled{
	padding: 40px 0;
    background-color: #eee;
}


/* #program features */
.programfetures{
	padding: 40px 0;
    background-color: #1c1c1c;
}
.programfetures .topheadercon{

}
.programfetures .topheadercon h2{
    color: #fff;
    margin-bottom: 0;
}
.programfeturesc{
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 15px;
    /* border-bottom: 3px solid rgba(255, 33, 79, 0.85); */
    position: relative;
    padding-bottom: 71px;
	min-height: 684px;
}
.programfeturesc h3{
	margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.programfeturesc ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.programfeturesc ul li{
	padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0, .08);
    position: relative;
    padding-left: 25px;
}
.programfeturesc ul li:after{
	content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 4px;
    top: 6px;
    color: #fff;
    font-size: 12px;
	color:#147ed9;
}
.programfeturesc .btnfilds{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0 15px;
    bottom: 15px;
}


.programfeturesc .btnfilds1{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0 15px;
    bottom: 15px;
	
	
}
.colobtnfld{
	display: block;
    background-color: #F65935;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid #F65935;
}
.colobtnfld:hover{
	text-decoration:none;
	background-color:#fff;
	color:#F65935;
}


.jobtitles{

}
.jobtitles .topheadercon{
	
}
.jobtitles .topheadercon h2{
	margin-bottom:0;
}
.jobtitles ul{

}
.jobtitles ul li{

}
.jobtitles .contenrginfld{

}
.contenrginfld span{
	display: block;
    text-align: center;
    border:1px solid rgba(20, 126, 217, 0.35);
    padding: 7px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.programfeatues{

}
.programfeatues .row{
	display: flex;
    flex-wrap: wrap;
}
.leftfeturefld{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/pricinimage.jpg);
    background-size: cover;
    position: relative;
}
.opacityreg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    opacity: 0.5;
}
.priceboxdiv{
    background-color: #147ed9;
    position: relative;
    color: #fff;
    padding: 40px;
}
.priceboxdiv > span{
	position: absolute;
    top: 0;
    font-size: 80px;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, -50%);
}
.priceboxdiv h3{
    margin-top: 0;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
}
.priceboxdiv h3 span{
    display: block;
    font-size: 18px;
    font-style: italic;
}

.rightfeturfld{
	background-color: #1d1d1d;
    color: #fff;
}
.innerboxprg{
	padding: 10%;
}
.innerboxprg h2{
	margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.innerboxprg ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.innerboxprg ul li{
	padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 25px;
}
.innerboxprg ul li:after{
	content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 4px;
    top: 11px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
}
.whitebntfld{
	background-color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: 20px;
    padding: 7px 25px;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
}
.whitebntfld:hover{
	background-color:transparent;
	color:#fff;
}
.filledcon span{
	display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    color: #147ed9;
    font-weight: bold;
}
/* mentors */
.mentoriner {
	box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);
    background-color: #fff;
    padding: 20px;
}
.mentoriner img{
	max-height: 110px;
}
.mentoriner h2{
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #2b2f58;
    letter-spacing: 0;
}
.mentoriner p{
	margin-bottom: 0;
    color: #585858;
}

.three-part {
    box-shadow: 0px 10px 30px 0px  rgba(54, 56, 110, 0.15);
background-color:#fff;
    padding: 20px;min-height: 306px;
}

@media only screen and (min-width:1199px){
	.mentoriner p{
		min-height: 154px;
	}
}
/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;		
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	clear:both;
}		
.slick-list{
	position: relative;		
	display: block;
	overflow: hidden;		
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}		
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}		
.slick-track{
	position: relative;
	top: 0;
	left: 0;		
	display: block;
	/* margin-left: auto;
	margin-right: auto; */
}
.slick-track:before,
.slick-track:after{
	display: table;		
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}		
.slick-slide{
	display: none;
	float: left;		
	height: auto;
	min-height: 1px;
	margin-bottom: 0px;
	margin-right:10px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;		
	height: auto;		
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
	display: none;
}		
.slick-dots{
	display:none !important;
}
.slick-arrow{
	display:none !important;
}
/* #partner Page */
.youralumini{

}
.slickdefine{

}
.slickdefine{

}
.slickdefine h3{
	margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
}
.sliderslide{
	padding: 10px 20px;
    background-color: #fff;
    display: flex !important;
    min-height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.sliderslide img{
	object-fit: scale-down;
	/*-webkit-filter: grayscale(1);
  	filter: grayscale(1);*/
}
.sliderslide:hover img{
	-webkit-filter: initial;
  	filter: initial;
}
.slickdefine .slick-dots{
    display: block !important;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.slickdefine .slick-dots li{
	display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #929292;
    margin-right: 4px;
}
.slickdefine .slick-dots li.slick-active{
	background-color:#147ed9;
}
.slickdefine .slick-dots button{
	display:none;
}
/* #faq Page */
.faqregion .panel{
	box-shadow: initial;
}
.faqregion .panel-default>.panel-heading{
	background-color: transparent;
    position: relative;
}
.faqregion .panel-title{
	font-weight: 400;
}
.faqregion .panel-title a{
	    display: block;
}
.faqregion .panel-title i{
	    position: absolute;
    background-color: #147ed9;
    height: 24px;
    width: 24px;
    right: 10px;
    top: 6px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}
.thankyoupgcon{
	padding-top: 50px;
    padding-bottom: 50px;
}
.thankyoupgcon p{
	margin-bottom: 0;
}
.aluminisay .topheadercon h2{
	margin-bottom:0;
}
.testmonialssec .topheadercon h2{
	margin-bottom:0;
}
.faqregion .topheadercon h2{
	margin-bottom:0;
}

/* Load more */
.listitemfld{
	    text-align: center;
}
.listitemfld li{
	display: none;
    list-style: none;
	text-align:left;
	margin-top: 30px;
}
.listitemfld li:nth-child(1), .listitemfld li:nth-child(2){
	margin-top:0;
}
.feedback-block{
	box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);
    background-color: #fff;
    position: relative;
}
.feedback-block p{
    padding: 20px 40px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
    color: #585858;
    min-height: 180px;
}
.feedback-block p:after, .feedback-block p:before{
	position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #147ed9;
}
.feedback-block p:after{
	content:"\f10e"; 
	right:12px;
}
.feedback-block p:before{
	content:"\f10d"; 
	left:12px;
}
.author{
    border-top: 1px solid rgb(238, 238, 238);
    padding: 15px;
    position: relative;
    padding-left: 93px;
    min-height: 93px;
}
.author .image{
	position: absolute;
    left: 15px;
    top: 15px;
}
.author .image img{
	width: 63px;
    height: 63px;
    border-radius: 50%;
    border: 1px solid rgb(212, 212, 212);
}
.author h4{
    color: #2b2f58;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 9px;
}
.author .designation{
	letter-spacing: 0;
    color: #585858;
}
.more-load {
	color: #337ab7;
    border-radius: 2px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #777;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
}
.more-load:hover{
	color: #fff;
	background:#006699;
	border-color: #006699;
}
.show-less {
    color: #97124d;
    margin-top: 30px;
    border-radius: 2px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #777;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}
.show-less:hover{
	color: #fff ;
	background:#97124d;
	border-color: #97124d;
}
.mentorsregion .topheadercon h2{
	margin-bottom:0;
}

.checkelegibilty{

}

.checkelegibilty ul{
   margin: 0;
padding: 0;
list-style: none;
background-color: #D9D9E8;
float: left;
width: 100%;
padding: 40px 30px;
}
.checkelegibilty ul li{
	float: left;
    width: 20%;
    position: relative;
}

.checkelegibilty ul li.equal{
    float: left;
    width: 12.5%;
    position: relative;
}
.checkelegibilty ul li.equal1{
    float: left;
    width: 15.6%;
    position: relative;
}

.checkelegibilty .pointer{
	position:relative;
}
.checkelegibilty .pointer:after{
	width: 9px;
    height: 9px;
    border-radius: 50%;
    top: -4px;
    left: 0;
    background-color: #147ed9;
    position: absolute;
    content: "";
}
.checkelegibilty .pointer:before{
 	width: 1px;
    height: 18px;
    top: 0;
    left: 4px;
    background-color: #147ed9;
    position: absolute;
    content: "";
}
.checkelegibilty span{
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    display: block;
    padding-left: 4px;
}
.checkelegibilty .line{
    width: 100%;
    height: 1px;
    border: 1px dashed #a1a1b5;
    margin-bottom: 20px;
}
.checkelegibilty .headingflds  .pointer{
	display:none;
}
.checkelegibilty .headingflds span{
	position: absolute;
    top: 28px;
    margin-bottom: 0;
    padding: 5px 8px;
    background-color:  transparent;
    font-size: 15px;
    transform: translate(0, -50%);
}




.checkelegibilty .oneheding span{
	padding-left: 30px;
    background-image: url(../images/step.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
}
.checkelegibilty .twoheding span{
	background-image: url(../images/flag.png);
    padding-left: 35px;
    background-size: auto 20px;
    background-position: 10px center;
    background-repeat: no-repeat; line-height: 18px;
}
.checkelegibilty .threeheding{
	width:20%;
}
.checkelegibilty .threeheding span{
	background-image: url(../images/flag.png);
    padding-left: 35px;
    background-size: auto 20px;
    background-position: 10px center;
    background-repeat: no-repeat; line-height: 18px;
}
.checkelegibilty .fourheding span{
	background-image: url(../images/badge1.png);
    padding-left: 35px;
    background-size: auto 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.checkelegibilty .fourheding .line{
	display:none;
}

.contenfld{

}
.contenfld h3{
	margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

.checkelegibilty ul{
    position: relative;
}


.checkelegibilty ul:before,
.checkelegibilty ul:after{
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    right: 24px;
    border-left: 1.9px dashed #a1a1b5;
    z-index: 9;
}

.checkelegibilty ul:before{
    left: 27px;
    right:initial;
}

.checkelegibilty ul:nth-child(1) span, 
.checkelegibilty ul:last-child li:last-child span{background-color: #D9D9E8; top: 0;}


.checkelegibilty ul:nth-child(1):before,
.checkelegibilty ul:nth-child(2):after,
.checkelegibilty ul:last-child:before,
.checkelegibilty ul:last-child:after{
    content: initial;
}

/* Time line */
.timeline.blue {
    background: transparent;
    padding: 0;
}
.timeline.blue h3::before, .timeline.blue h3::after{
	display:none;
}

.main-timeline{  }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{ margin: 0 -15px; }
.main-timeline .timeline-content{
    color: #EA2027;
    text-align: left;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    font-size: 70px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.main-timeline  .timeline:hover .timeline-icon{ transform: rotateY(360deg); }
.main-timeline .timeline-year{
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-year:after{
    content: '';
    height: 40px;
    width: 107%;
    background-color:  #EA2027;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.main-timeline .timeline-year span{
    color: #fff;
    background-color: #EA2027;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 10px #999, 0 0 0 15px #fff;
    display: block;
}
.main-timeline .inner-content{
    padding: 0 10px 0 15px;
    border-left: 5px solid #EA2027;
}
.main-timeline .title{
	font-size: 18px;
    margin: 0;
    padding-bottom: 0;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-family: 'Roboto', Helvetica, sans-serif;
}
.main-timeline .description{
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
}
.main-timeline .timeline.blue .timeline-icon,
.main-timeline .timeline.blue .title{
    color: #1F5295;
}
.main-timeline .timeline.blue .timeline-year:after,
.main-timeline .timeline.blue .timeline-year span{
    background-color: #1F5295;
}
.main-timeline .timeline.blue .inner-content{ border-left-color: #1F5295; }
.main-timeline .timeline.green .timeline-icon,
.main-timeline .timeline.green .title{
    color: #89b743;
}
.main-timeline .timeline.green .timeline-year:after,
.main-timeline .timeline.green .timeline-year span{
    background-color: #89b743;
}
.main-timeline .timeline.green .inner-content{ border-left-color: #89b743; }
.main-timeline .timeline.pink .timeline-icon,
.main-timeline .timeline.pink .title{
    color: #e02a6d;
}
.main-timeline .timeline.pink .timeline-year:after,
.main-timeline .timeline.pink .timeline-year span{
    background-color: #e02a6d;
}
.main-timeline .timeline.pink .inner-content{ border-left-color: #e02a6d); }

.aluminisay iframe{
	width:100%;
}

.score{background:#eaeaea;
padding: 20px;
margin-top: -50px;}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin: 0 0 15px; }
    .main-timeline .timeline-year:after{ width: 100%; }
}


/* responsive css */
@media only screen and (max-width:767px){
	.marig-20{ margin-bottom: 20px;}
	.score{background:#eaeaea;
		padding: 20px;
		margin-top: 25px;}
	
	mark {
    display: block;
    width: max-content;
}
	.innerbox.wow.fadeInUp li a {
    float: inherit !important;
}
	
	
	
	
.colobtnfld {
    font-size: 15px;
    padding: 8px 12px;
    white-space: inherit;
}
	.three-part {
    min-height: inherit;
    margin-bottom: 20px;
}
	
	
	
	.bannerregion{
		padding: 20px 0;
	}
	.bannerregion h1{
		font-size: 22px;
	}
	.bannerregion p{
		font-size: 16px;
    	margin-bottom: 20px;
	}
	.leftcontentfld > ul li{
	
	}
	.innerbox{
		margin-bottom: 20px;
		margin-top: 20px;
		display:block;
	}
	.bgfilled{
		padding: 20px 0;
	}
	.topheadercon h2{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.topheadercon p{
		max-width: 100%;
	}
	.contentregion ul{
		max-width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.contentregion ul li{
		width: 100%;
	}
	.contentregion .topheadercon{
		margin-bottom:0;
	}
	.bgcolofilled{
		padding: 20px 0;
	}
	.slickdefine + .slickdefine{
		margin-top:30px;
	}
	.programfetures{
		padding: 20px 0;
		margin-top:20px;
	}
	.programfetures .topheadercon{
		margin-bottom: 0px;
	}
	.programfeturesc{
		min-height: initial;
		margin-top: 20px;
	}
	.filledcon span{
		line-height: 1.2;
    	font-size: 18px;
	}
	.jobtitles .topheadercon {
    	margin-bottom: 15px;
	}
	.mentorsregion .topheadercon{
		margin-bottom:20px;
	}
	.mentoriner{
		margin-top:10px;
	}
	.aluminisay .topheadercon{
		margin-bottom:20px;
	}
	.aluminisay iframe{
		margin-top:10px;
	}
	.listitemfld li{
		margin-top:10px;
	}
	.listitemfld li:nth-child(1), .listitemfld li:nth-child(2){
		margin-top:10px;
	}
	.testmonialssec .topheadercon{
		margin-bottom:0;
	}
	.feedback-block p{
		min-height: initial;
	}
	.programfeatues .row{
		display: block;
    	flex-wrap: initial;
	}
	.leftfeturefld{
		display: block;
		width: 100%;
		padding: 15px;
		padding-top: 50px;
	}
	.priceboxdiv{
		padding: 30px;
	}
	.rightfeturfld{
		width:100%;
	}
	.innerboxprg{
		padding: 20px 0;
	}
}
@media only screen and (max-width:991px){
	.navbar-toggle{
		margin-top:0;
		margin-bottom:0;
	}
}
.mentorsregion{padding: 30px 0px;}
mark {
    background-color: #b30028;
    color: yellow;
}