<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-size: 14px!important;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Roboto', Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:10px;
	font-weight:700;
}
h1{
	font-size: 31px;
    margin-bottom: 15px;
    font-weight: 700;
	font-size: 40px;
margin-top: 15px;

}
h2{
	font-size: 28px;
	line-height: 45px;
}

div[class$="region"]:not(.banner-region){
	position:relative;
	padding:40px 0;
}
p{
	margin-bottom:15px;
}
p:last-child{
	margin-bottom:0;
}
.white-color{
	color:#fff;
}
.m-btm-40{
	margin-bottom:40px !important;
}

.m-top-30{
	margin-top:50px !important;
}
*:focus{
	outline:0 !important;
}
.greycolor-con {
	background-color: #f3f3f3;
    padding: 26px 0;
}
/* #banner region */
.height-100{
	height:100%;
}
.greys{ padding:26px 0;}
.white-bg
{
	background: #fff;
	padding: 26px 0;
}
.autogram p{ font-size:16px;}
.marker-div {
    position: absolute;
    padding: 10px 0;
    bottom: 45%;
    left: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: white;
}
.marker-div:before {
    content: "Click to see the Report"; font-size:16px;
}
.no-space {
    padding: 0;
    margin: 0;
}
.credential .modal-dialog {
    width: 470px !important;
}
#head.fixedheader{ z-index:-1;}
.modal-title {
    display: none;
}
.banner-region{
	position: relative;
	min-height: 460px;
	background: #d4f1f9;
}
body .overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   	background-color: rgba(0,136 ,204, 0.2);
	/*background-color: rgba(80, 178, 77, 0.85);*/
	/*background-color: rgba(112, 29, 31, .9);*/
}

.design img{

			background: #fff;
			width: 150px;
			height: 80px;
			
		}
	

	.accordion-section .panel-default &gt; .panel-heading, .panel-default {
    border: 0;
    background:#fff;
    padding: 5px;
	}
.accordion-section .panel-default .panel-title a {
    display: block;
	color: #000;

}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
	margin-right: -8px;
}
	.panel-group .panel {
    margin-bottom: 4px!important;
	}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 16px;
	color: #666666
}
	a:focus
	{
		outline: none;
	}
ul.list
{
padding-left: 10px;
}
.accordion-section ul li
	{
	background-image:url(../img/correct-new.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0px 5px;
	margin-bottom: 5px;
	list-style: none;
		padding-left: 19px;

	}


ul.section-uper {
	padding:0;
}

.section-uper li
	{
	background-image:url(../img/correct-new.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0px 5px;
	margin-bottom: 5px;
	list-style: none;
		padding-left: 19px;

	}
		



.mjut{ margin-top:200px;}
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.testmonials-pull .slick-next {
    right: 15px;
}
.testmonials-pull .slick-prev {
    left: 15px;
}
.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;
}

.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;
}
.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: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}
	
.mar-top{ margin-top:23px;}

.banner-cons{
	
    left: 0;
    top: 95px;
    width: 100%;
    height: 100%;
}
.banner-cons .row{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.banner-cons p{
	max-width: 90%;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

.accordion-section ul{
	
	padding-left: 0px;
	
}
 ul
{

	line-height: 30px;
    font-size: 16px;
}
.popup-header-link b
{
	color: #000!important;
}

.banner-con{
	position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: 100%;
}
.banner-con h3
{
	margin-top: 20px;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
}
.banner-con .row{
    flex-direction: row;
    align-items: center;
}
.banner-con .left
{
	background: #eaeaea;
	padding: 25px;
	float: left;
	
}
.banner-con img
{
	display: block;
	
	margin: 0 auto;
	text-align: center;
}
.banner-con ul li
{
	list-style-image: url(../img/br_left.png);
}

.banner-con .right
{

	background: #e1dede;
	padding: 25px;

	float: left;

}

.banner-con p{

    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 10px;

}

.btnsamecont{
	background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
	width: 375px;
}
.btnsamecont1
{
	background-color:transparent !important;
	border:2px solid #ff692e;
	color: #ff692e;
	 padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
	width: 225px;
}
.btnsamecont1:hover{
		background-color: #ff692e !important;
	 color: #fff;
}
.btnsamecont:hover, .btnsamecont:focus{
	text-decoration:none;
	color:#fff;
}
.title-border{
	display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
}
.title-border:after{
	position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #48b7b0;
	left: 45px;
    top: 50%;
    margin-top: -2px;
}
.title-border:before{
	position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #48b7b0;
    right: 45px;
    top: 50%;
    margin-top: -2px;
}
.sub-heading {
    margin-bottom: 26px;
    margin: 26px;
    text-align: center;
}
.sub-heading p{
    max-width: 70%;
    margin: 0 auto;
    margin-top: 10px;
}
.second-region{
	/*background-color:#f3f3f3;*/
}
.secon-confld img{
	margin-bottom:15px;
	    max-height: 74px;
}
.secon-confld .col-md-4:nth-child(3) ~  *{
	margin-top: 30px;
}
/* #Faculty region */
.faculty-region{
	padding-bottom: 60px !important;
}

#myCarousel{
	clear:both;
}
.carousel-control{
	
}
.box-top .categorydefin {
    display: block;
}
.footerregion{ padding:0px!important;}
.table{ text-align:center;}
th{ text-align:center;}

.ratingfld{
	margin: 10px 0 30px 0;
    float: left;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .1);
    padding: 15px 25px;
	font-size:16px;
}
.ratingfld h3{
	font-size: 20px !important;
}
.ratingfld .raiting{

}
.ratingfld .raiting strong{
	margin-right: 10px;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.ratingfld .raiting i{
	color: #ff692e;
}
.ratingfld .raiting span{
	font-size: 13px;
    margin-left: 2px;
}
/*---------------------------------------------load more-------------------------------------------*/
#myList {text-align: center;}
#myList li{ display:none; list-style:none;}
#loadMore {color:green;cursor:pointer;}
#loadMore:hover { color:black;}
#showLess {color:red;cursor:pointer;display:none;}
#showLess:hover {color:black;}

.feedback-block {position: relative; margin-bottom:25px;transition: all 300ms ease 0s;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11); border: 1px solid #ebebeb;}
.feedback-block .inner-box {
    position: relative;
    padding: 20px 35px 20px 45px;
    text-align: left;
    background: #fff;
    min-height: 140px;
}
.feedback-block .inner-box .fa{ font-size:19px;}
.feedback-block .inner-box p:after,
.feedback-block .inner-box p:before{ position:absolute;font-family:"FontAwesome"; font-size:20px; color:#397999;}
.feedback-block .inner-box p:after{ content:"\f10e"; right:12px; }
.feedback-block .inner-box p:before{ content:"\f10d"; left:12px;}
.feedback-block .author {position: relative;padding: 10px 0 12px 120px;background: #fafafa;display: block;border-top: 1px solid #eee; text-align: left;}
.feedback-block .author h4 {font-size: 18px;font-weight: 600;line-height: 1.6em; color:#212333;margin: 6px 0 5px 0px;}
.feedback-block .designation {font-size: 14px;line-height: 1.5em;}
.feedback-block .image {position: absolute;left: 45px;}
.feedback-block .image img {width: 48px;margin: 0 auto;max-height: 63px;border-radius: 50%;border: 1px solid #d4d4d4;}
.feedback-block:hover {transition: 0.5s;border: 1px solid #ebebeb;}
.feedback-block .inner-box p{ margin-bottom:10px;}
.more-load {color: #337ab7 !important;margin: 10px 0;border-radius: 2px;padding: 10px 20px;display: inline-block;border: 1px solid #777;font-size: 15px;
    font-weight: bold;}
.more-load:hover{color: #fff !important;background:#006699;border-color: #006699;}
.show-less {color: #97124d !important; margin-top: 20px;border-radius: 2px;padding: 13px 20px;display: inline-block; border: 1px solid #777;font-size: 15px;
    font-weight: bold;}
.show-less:hover{color: #fff !important;background:#97124d;border-color: #97124d;}
#myList .clearfix {
    margin-bottom: 25px; clear: both;
}
/*---------------------------------------------load more-------------------------------------------*/



.faculty-box{
	text-align: center;
    padding: 20px 20px;
    position: relative;
    background: #fff;
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;min-height: 315px; margin-top:10px;
}
.faculty-box img{ margin-bottom: 15px;
max-height: 196px;
width: 100%;}
.faculty-box h3{ margin-bottom:0px;}
.faculty-box h3 span{ font-size:13px; color:#686262;}
.faculty-box h4{
	font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.faculty-box p{

}

.mba-online {background: #152832;padding: 20px;border-radius: 3px;}
.mba-online h3{ font-size:21px; color:#FFFFFF;}
.mba-online p {margin-bottom: 0px;font-size:16px;color:#FFFFFF; line-height:22px;}
.mba-online .btn {background-color: #fe6d34;color: #fff;font-weight: 600;padding: 8px 16px 8px;border: 0;border-radius: 2px;margin-top: 12px;}
.mba-online .btn:hover {background-color: #fe5b1b;color: #fff;}
.modal-backdrop {z-index: initial;}
.modal-body ul {font-size: 14px;list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.modal-body ul li {list-style: outside none none;margin: 0;padding: 2px 0 2px 17px;position: relative; color:#222; text-align:left;}
.modal-body ul li::before {color: #222;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 1px;position: absolute;top: 0px; }
.modal-header {
    min-height: 0;
    padding: 0;
    border-bottom: none;
}
.modal-header .close {
    z-index: 111;
    position: absolute;
    right: -10px;
    opacity: inherit;
    text-shadow: none;
    background: #f60;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 25px;
    top: -14px;
}
.modal-body .btn {background-color: #fe6d34;color: #fff;font-weight: 600;padding: 10px 16px 10px;border: 0;border-radius: 2px;margin-top: 12px;}
.modal-body .btn:hover {background-color: #fe5b1b;color: #fff;}

span.fa.fa-angle-left.slick-arrow {
    position: absolute;
    left: -20px;
    top: 209px;
    font-size: 55px;
    color: #333;
}

span.fa.fa-angle-right.slick-arrow {
    position: absolute;
    right: -20px;
    top: 209px;
    font-size: 55px;
    color: #333;
}
.carousel-control.left{
background: none;
}
.carousel-control.right{
background: none;
	
}
.faculty-box{
	text-align: center;
    padding: 30px 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
   
	min-height: 430px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
	opacity: 0.9 !important;

   
}
.carousel .faculty-box   img{
	max-width: 106px;
    min-width: initial;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -53px;
    margin-left: -53px;
	background-color: #fff;
}
.faculty-box h3{

}
.faculty-box h4{
	font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.faculty-box p{

}
.carousel-indicators {
    bottom: -35px;
}
.factsmyt-region ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.factsmyt-region ul li{
	margin-bottom: 20px;
}
.factsmyt-region ul li:last-child{
    margin-bottom: 0px;
}
.factsmyt-region ul li p{
	margin-bottom: 5px;
}
.factsmyt-region ul li p:last-child{
	margin-bottom: 0px;
}
.factsmyt-region ul li li{
	margin-bottom:5px;
}
.spacinremo {
	margin: 20px 0;
}
.factsmyt-region .spacinremo li {
    margin-bottom: 0;
}
.factsmyt-region ul .wrongimg{
	padding-left: 25px;
    background-image: url(../img/wrong.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: left 6px;
}
.factsmyt-region ul .tickimg{
	padding-left: 25px;
    background-image: url(../img/correct.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left 6px;
	list-style: none;
}
/* #from region */
.free-region{
}
.right-con-hed form {
   
}
.banner-con {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
}

.faq {font-size: 14px;}
p.faq:last-child {margin-bottom: 15px;}

#products &gt; div &gt; *:nth-child(5) {
   
}
.right-con-hed .form-group {
    margin-bottom: 10px;
    padding-left: 0;
}
.right-con-hed .form-group label{
	line-height: 55px;
    font-size: 16px;
    padding-right: 10px;
}
.right-con-hed .icon-user + div{
	
}
.right-con-hed .form-control {
    border-radius: 0;
    box-shadow: initial;
    height: 47px;
    padding-left: 55px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 14px;
}
.right-con-hed .form-group select {
	border: 0;
    border: 1px solid #eceaee;
    width: 100%;
    padding-left: 57px;
    height: 55px;
    font-size: 15px;
    color: #9b9b9b;
	background: url(../img/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 95%;
}
.right-con-hed input[type="submit"] {
	background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
	border:0;
	margin-top: 10px;
}
.right-con-hed img {
    position: absolute;
    left: 30px;
    width: 24px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.boxex-con{
	box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 18px;
    border-radius: 3px;
}
.boxex-con h3{
	position: relative;
	font-size: 18px;
}
.boxex-con  p{
	min-height:100px;
}
/* #Syllabus */
.syllabus-region{
	
}
.min-heading{
	line-height: 1.4;
    margin-bottom: 20px;
	font-size: 20px;
}
.con-heading{
	font-size:18px;
}
.list-icon{
	margin: 0;
    padding: 0;
    list-style: none;
}
.list-icon li{
	padding-left: 25px;
    background-image: url(../img/tick.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left 6px;
	margin-bottom: 10px;
}
/* Panel */
.panel-group .panel{
	border: 0;
    border-radius: 0;
    box-shadow: initial;
}
.panel-group .panel+.panel{
	margin-top: 1px;
}
.panel-default&gt;.panel-heading{
	background-color: #0088cc;
    color: #fff;
	padding: 0;
}
.panel-title{

}
.panel-title a{
	width: 100%;
    display: block;
    padding: 10px 15px;
}
.panel-title a:hover, .panel-title a:focus{
	text-decoration:none;
}
.panel-title .glyphicon{
	float: right;
    font-size: 15px;
}

.panel-group  p span{
	color: #48b7b0;
}
.imagesrounf img{
	border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
}
.carousel .item img{
	min-width: initial; margin:0 auto;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}
.carousel-indicators li{ background:#ccc;border: 1px solid #ccc;}
.thankyoucont{
	padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
.date-icon, .time-icon{
	font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    line-height: 28px;
    padding-left: 40px;
}
.date-icon p, .time-icon p{

}
.date-icon{
	background-image: url(../img/calendar.png);
}
.time-icon{
	background-image: url(../img/time-icon.png);
}
/* #footer css */
.sub-footer{
	background-color: #2B98D1;
	color: #fff;
	padding: 15px 0;
}
.sub-footer a{
	color: #88e3fd;
}

.choseprog .checkicon {
  
border-bottom:1px solid #f3f3f3;
padding:10px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
	background:#fff;
	
	
}
   .choseprog.checkicon:last-child
   {
border-bottom:none;
   }
   .choseprog .btn{border-radius:2px;background-color:#F76C39;font-size:16px;color:#ffffff;padding:0 15px;font-weight:bold;line-height:48px;border-color:#F76C39;text-shadow:initial;width:100%;}

.box select {
    border: 1px solid rgba(68, 53, 91, 0.1);
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    padding-left: 10px;
    background: url("../img/coupon.png"), url("../img/down-arrow-black.png")  #f8f8f8;
        background-repeat: repeat, repeat;
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
    background-position: 5% 50%, 95% 50%;
    background-repeat: no-repeat;
	-webkit-appearance: none;
-moz-appearance: none;
}
.choseprog .checkicon h4{margin:0 0 4px 0;font-size:12px;color:#555555;line-height:1.5}
.feedback_box {
    background: url(../img/quotes-2.png) no-repeat right top #f8f8f8;
    min-height: 445px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

[class^="iconimg"], .choseprog .checkicon .inercon:after, .jcrouselslideco .panel-body a:after{background-image:url(../img/sprite.png);background-repeat:no-repeat}
.choseprog .checkicon .inercon{padding-left:35px;position:relative}
.choseprog .checkicon .inercon:after{position:absolute;content:"";width:18px;height:18px;left:0;background-position:-2px -110px;top:0}

.box {
    border: 1px solid #4999b8;
    float: left;
    width: 100%;
    overflow: hidden;
	min-height:475px;
	background:#f2f2f2;
	padding:10px;
	margin-top: 20px;
}


.rectangle-31 h4{
	min-height: 50px;
	margin-top: 20px;

}

.feature-content {
    float: left;
    min-height: 210px;
}

.rectangle-31 {
    border-radius: 2px;
    width: 100%;
	color: #324850;
    border: 1px solid #ededed;
    background: #f8f8f8;
    min-height: 90px;
    text-align: center;
}

	.round img{
			
			width: 100px;
			height: 100px;
			margin: 0 auto;
			
			
			
		}
		
		.round p{
			
		font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.3;
			
			
		}


.footer-region ul li
{
	font-size: 14px;
	line-height: 31px;
}

.middd ul {margin: 0 0 10px;padding: 0;}
.middd ul li {color:#000 !important;padding: 0 0 0 20px;text-decoration: none; font-size:18px; display: inline; position:relative;}
.middd ul li a:hover {color: #f8c442 !important;}
.middd {color: #fff;width: 100%; font-size:15px;}
.middd ul li::before  {color:#000;content: "\f111";cursor: pointer;display: inline-block !important;font-family: FontAwesome;font-size: 10px;position:absolute; left:0;     padding: 5px;}

.programs-table ul{
	margin-top: 30px;
    text-align: center;
}
.programs-table ul li{
	float: none;
    display: inline-block;
}
.programs-table ul li a{
	margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.7px;
}
.programs-table ul li a:hover{
	border-bottom: 0;	
}
.programs-table ul li a:active{
	
}


.pdf-tabs {margin: 0;padding-left: 0px; text-align:center;}
.pdf-tabs li {list-style: none;display: inline-block; margin-right:10px;}
.pdf-tabs li a.active::before {width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;
    border-top: 10px solid #009ec3;position: absolute;content: "";top: 45px;left: 42%;}
.pdf-tabs a {background: #efefef !important;border-radius: 3px;padding: 10px 28px;display: inline-block;text-decoration: none;color: #333;font-size: 16px; font-weight:600;}
.pdf-tabs a.last-tab {border-right: none;}
.pdf-tabs a.active {color: #fff !important;background:#009EC3 !important; position:relative;}

.from-region{ clear:both;}

.ratingfldreg {padding-top: 20px;padding-bottom: 20px;	}
.headintopfld{margin-bottom: 10px;text-align: center;}
.ratingfldine {background-color: #fcead2;padding: 15px 25px;}
.ratingfldine2 {background-color: #e2dbeb;}
.ratingfldine{float: left;width: 100%;position: relative;}
.ratingfldine:before, .ratingfldine:after{
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 15px;
		left: 10px;
		width: 50%;
		top: 80%;
		max-width:300px;
		background: #777;
		-webkit-box-shadow: 0 15px 10px #777;
		-moz-box-shadow: 0 15px 10px #777;
		box-shadow: 0 15px 10px #777;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.ratingfldine:after{
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 10px;
		left: auto;
	}
	.ratingfldine h2{
		font-size: 28px;
    	margin-bottom: 15px;
	}
	.fleboxes{
	
	}
	.fleboxes .effectshadow{
		background-color: #f6f7f9;
		margin-bottom: 15px;
		padding: 10px 15px;
		position: relative;
	}	
	.fleboxes .effectshadow:before, .fleboxes .effectshadow:after{
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 15px;
		left: 10px;
		width: 50%;
		top: 80%;
		max-width:300px;
		background: #777;
		-webkit-box-shadow: 0 15px 10px #777;
		-moz-box-shadow: 0 15px 10px #777;
		box-shadow: 0 15px 10px #777;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.fleboxes .effectshadow:after{
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 10px;
		left: auto;
	}
	
.fleboxes .effectshadow:last-child{margin-bottom:0;}
.fleboxes .leftbox{padding-left: 0;}
.fleboxes .rightbox {	}
.fleboxes .rightbox img{	}
.rightbox .ratbxfld{}
.leftbox  h3{font-weight: 400; font-size: 16px;letter-spacing: 0.7px; margin-bottom: 9px; color: #333;}
.leftbox  h3 strong{}	
.starrting{}
.starrting i{font-size: 25px;color: rgba(0, 0, 0, .3);margin-right: 3px;}
.rightbox  .ratbxfld {background-color: #ff692e;color: #fff;text-align: center;}
.rightbox  .ratbxfld h3{margin: 0;font-size: 22px;}
.testmonials-pull {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
}

.testmonials-pull .slick-arrow {
    top: 45%;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-size: 8px;
    background-position: center;
    border-radius: 50%;
}

/* #responsive menu breakpoints change */
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav&gt;li {
		float: none;
	}
	.navbar-nav&gt;li&gt;a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-toggle{
		border-color: #006699;
	}
	.navbar-toggle .icon-bar{
		background-color:#006699;
	}
	#navbar-collapse-1 &gt; ul.navbar-nav {
		padding-left: 0;
    	margin: 0;
	}
	.header-region .navbar-right &gt; li{
		margin:0;
	}
	.header-region .navbar-nav &gt; li &gt; a{
		padding:0;
		line-height:35px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu &gt; li &gt; a{
		padding: 5px 15px 5px 10px;
	}
	/*.header-region .navbar-nav &gt; li &gt; a.highltcolor{
		padding: 0;
		background-color: transparent;
		color: #333;
	}*/
	.navbar-header &gt; label{
		display:inline-block;
	}
	
	
}
/* #mobile responsive */
@media only screen and (max-width:767px){
.mjut{ margin-top:0px;}
.credential .modal-dialog {
    width: inherit!important;
}

.pdf-tabs a{padding: 10px 12px;font-size: 13px;}
.programs-table ul li a {
    margin-right: 7px!important;
    font-size: 12px!important;
    font-weight: bold!important;
    letter-spacing: inherit!important;
    padding: 10px 5px !important;
}
.pdf-tabs li a.active::before {top: 41px;}
	.banner-con .row{
		display: block;
	}
	.banner-region {
		padding: 0px 0 30px 0 !important;
	}
	.right-con-hed input[type="submit"]{
		white-space: initial;
		font-size: 18px;
		padding: 10px;
		font-weight: 400;
		width:100%;
	}
	.banner-region{
		overflow:hidden;
		padding: 50px 0;
	}
	.banner-region &gt; img{
		max-width: initial;
		display: none;
	}
	.navbar-brand{
		padding-left: 15px;
	}
	h1{
		font-size: 24px;
		margin-top: 25px;
	}
	h2 {
    	font-size: 20px;
    	line-height: 1.3;
	}
	.btnsamecont{
		font-size: 18px;
    	font-weight: 400;
		padding: 10px 10px;
		width:100%;
	}
	.banner-con{
		position:relative;
		top: 0;
	}
	.banner-con p{
		font-size: 16px;
		max-width: 100%;
	}
	div[class$="region"]:not(.banner-region) {
	    padding: 20px 0;
	}
	.boxex-con{
		margin-top: 6px;
    	margin-bottom: 6px;
	}
	
	.classescont {
   
    padding-bottom: 40px;
}
		.callphoneno2,.callphoneno3
	{
		width: 30% !important;
	}
	


	#myCarousel2 .carousel-indicators li{
		border: 1px solid #ddd;
    	background-color: #ddd;
	}
	#myCarousel2 .carousel-indicators .active{
		border: 1px solid #48b7b0;
    	background-color: #48b7b0;
	}
	#myCarousel2 .boxex-con{
		padding: 15px 10px;
    	min-height: 287px;
	}
	
	
	#myCarousel5 .carousel-indicators li{
		border: 1px solid #ddd;
    	background-color: #ddd;
	}
	#myCarousel5 .carousel-indicators .active{
		border: 1px solid #48b7b0;
    	background-color: #48b7b0;
	}
	#myCarousel5 .boxex-con{
		padding: 15px 10px;
	}
	
	.crose .carousel-indicators {
    bottom: 0px;
}
	.crose .boxex-con p {
    min-height: 50px;
}
	
	
	
	#myCarousel6 .carousel-indicators li{
		border: 1px solid #ddd;
    	background-color: #ddd;
	}
	#myCarousel6 .carousel-indicators .active{
		border: 1px solid #48b7b0;
    	background-color: #48b7b0;
	}
	#myCarousel6 .boxex-con{
		padding: 15px 10px;
	}
	
	.crose6 .carousel-indicators {
    bottom: 0px;
}
	.crose6 .boxex-con p {
    min-height: 50px;
}
	
	
	.sub-heading {
	    margin-bottom: 20px;
	}
	.sub-heading p{
		max-width: 100%;
	}
	.m-top-30 {
	    margin-top: 20px !important;
	}
	.right-con-hed .form-group label{
		float: left;
    	line-height: 1.3;
    	padding-right: 0;
		font-size: 14px;
	}
	.right-con-hed .form-group{
		margin-bottom: 20px;
	}
	#myCarousel2{
		margin-bottom: 25px;
	}
	.imagesrounf{
	
	}
	.imagesrounf img{
		border-radius: 0;
	    margin-bottom: 20px;
	}
	#myCarousel3 .faculty-box{
		min-height: 430px;
	}
	#myCarousel3{
		margin-bottom:20px;
	}
	.faculty-region{
		padding-bottom: 30px !important;
	}
	.right-con-hed .form-group select{
		height: 45px;
		padding-left: 45px;
	}
	.right-con-hed .form-control{
		height: 45px;
		padding-left: 45px;
	}
	#myCarousel2 .col-sm-12{
		
	}
	
	.btnsamecont2 {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
    width: 68%;
    position: fixed;
    bottom: 36px;
    right: 0;
		background: #ff692e;
	color: #fff;
}

	 a:hover{
		color: #fff ;
	}
	.navbar-toggle
	{
		display: block !important;
	}
	


@media only screen and (min-width:480px) and (max-width:767px){
	.btnsamecont{
		width:auto;
	}
	.boxex-con p{
		min-height: initial;
	}
	#myCarousel2 .boxex-con{
		min-height: 240px;
	}
	#myCarousel3 .faculty-box {
	    min-height: 340px;
	}
	.navbar-toggle
	{
		display: none !important;
	}


}


@media only screen and (min-width:768px) and (max-width:991px){
	#myCarousel3, #myCarousel2{
		display:none;
	}
	.faculty-box{
		min-height: 640px;
	}
	.boxex-con{
		padding: 20px 10px;
		min-height: 372px;
	}
	.banner-region img{
		display:none;
	}
	.banner-con{
		position:relative;
		padding: 20px 0;
	}
}
@media only screen and (min-width:992px) and (max-width:1200px){
	.boxex-con{
		min-height:321px;
	}
	.faculty-box{
		min-height:485px;
	}
	}</pre></body></html>