<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}
body{
	font-size: 16px;font-family:'Roboto', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family:'Roboto', Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:10px;
	font-weight:bold;
}
.welpack-same .view-row sup{ top: -0.5em;}
sup{font-size: 16px;
	top: -1.5em;}
h1{
	font-size: 40px;

}
h2{
	font-size: 27px;
}
h3{
	font-size: 17px;
    margin-bottom: 10px;
	
}
h3.type-text a{font-size: 22px; color: #fff;font-weight: 400;}

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


:focus{
	outline:0 !important;
}
.greycolor-con {
	background-color: #f3f3f3;
    padding: 40px 0;
}
/* #banner region */
.height-100{
	height:100%;
}
.banner-region{
	background: url(../images/bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


.sub-nav-region .navbar-nav &gt; li &gt; a{
margin-right: 13px !important;
font-size: 14px;
}

.sub-nav-region .navbar-nav &gt; li:last-child &gt; a{
    margin-right: 0!important;
    margin-top:0;
}

.sub-nav-region.fixed-new{
position: fixed;
top: 68px;
left: 0;
width: 100%;
z-index: 99;
}

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);*/
}
.banner-con{
    padding: 100px 0;
	color: #fff;
}

.banner-con p{
	max-width: 100%;
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    max-width: 700px;
    font-family:'Roboto', Helvetica, sans-serif;
}
.banner-con p span{
    font-size: 13px; font-weight:700;
}


.btnsamecont{
	background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600; font-family:'Roboto', Helvetica, sans-serif;
	margin-top: 25px;
    cursor: pointer;
}
.btnsamecont1
{
	background-color: none;
	border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
	margin-top: 25px;

}
.btnsamecont1:hover{
		background-color: #fff !important;
	 color: #ff692e;
	text-decoration: none;
}
.btnsamecont:hover, .btnsamecont:focus{
	text-decoration:none;
	color:#fff;
}

.content-body ul{
list-style: none;
margin-bottom: 15px; padding-left:0px; margin-left:0px; font-size:15px;
}
.content-body .boxex-con{ margin-top:20px;min-height: 390px;}

.content-body ul.list li{
list-style: none;
margin-bottom: 15px;
}

.content-body ul.list li i{
background-color: #ff692e;
color: #fff;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
font-size: 14px;
margin-right: 10px;
}

.content-body ul.list ul{
/* margin: 10px 0;
background-color: #f8f8f8;
padding: 15px;*/
padding-left: 30px;
}

.content-body ul.list ul li{
    margin-bottom: 7px;
}


#join{padding: 60px 0px;}

.join-soft {
    background: url(../images/bg-soft.jpg) no-repeat fixed;
    background-size: cover;
}
.bg-white {
    background: rgba(255,255,255,0.5);
	border-radius:0px;
}
.u-mb-40 {
    margin-bottom: 2.5rem !important;
}
.form-control {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.u-mb-20 {
    margin-bottom: 1.25rem !important;
}
.u-rounded-50 {
    border-radius: 1000em;
}
.box-shadow-v2 {
    -webkit-box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
    box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
}
.form-base{max-width: 50%; }
.form-inner{padding: 20px;}
.form-inner h2{font-size: 20px;}

.btn {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word;
    font-size: 18px !important;
    padding: 0.6125rem 2rem 0.8125rem 2rem;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 100em;
}

.btn-primary {
    background: #0081FF;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 129, 255, 0.3);
    box-shadow: 0 5px 40px 0 rgba(0, 129, 255, 0.3);
    color: #fff;
}

.btn-primary:hover {
    background: #0074e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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: 20px;
}
.sub-heading p{
    max-width: 70%;
    margin: 0 auto;
    margin-top: 10px;
}
.second-region{
	/*background-color:#f3f3f3;*/
    clear: both;
}

.secon-confld .col-md-4:nth-child(3) ~  *{
	margin-top: 30px;
}


.modal-header{
    position: relative;
    text-align: center;
}

button.close{
position: absolute;
top: 1px;
background-color: #ff692e;
right: 0;
text-shadow: inherit;
color: #fff !important;
width: 22px;
height: 22px;
line-height: 22px;
opacity: 1 !important;
}

#applyform .btn-new{
    margin-top: 0;
    font-weight: 400;
} 






/* #Faculty region */
.faculty-region{
	padding-bottom: 60px !important;
}











#myCarousel{
	clear:both;
}
.carousel-control{
	
}

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;
    margin-top: 60px;
    padding-top: 75px;
	min-height: 384px;
}

.carousel-control {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: -21px;
	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;
}
/* #from region */
.free-region{
}
.right-con-hed form {
   
}

.faq {
	
	font-size: 14px;
	
	
}

#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: 55px;
    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{
    padding: 15px;
    border-radius: 3px;
    min-height:300px;
    background-color: #fff;
    -moz-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
     box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
}
.boxex-con1{
    padding: 15px;
    border-radius: 3px;
    min-height:230px;
    background-color: #fff;
    -moz-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
     box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
}

.boxex-con1 img{ margin-bottom: 15px;}
.boxex-con h3,
.boxex-con2 h3{
	position: relative;
	margin-top: 15px;
}
.boxex-con  p{
	min-height:60px;font-family:'Roboto', Helvetica, sans-serif;
}
.boxex-con1  p{
    min-height:60px;font-family:'Roboto', Helvetica, sans-serif;
}

.boxex-con3{
	box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 3px;
	height: 300px;
}
.boxex-con3 h3{
	position: relative;
	margin-top: 0px;
}
.boxex-con3  p{
	min-height:60px;font-family:'Roboto', Helvetica, sans-serif;
}


.page-section {
    padding: 40px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.z-index-9{
	z-index:9;
}
.z-index-99{
	z-index:99;
}
.z-index-999{
	z-index:999;
}
.z-index-9999{
	z-index:9999;
}

/* #Syllabus */
.syllabus-region{
	background: #eaeaea;
	padding: 50px 0px!important;
}
.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;
}
.thankyoucont{
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: #fff;
}


.thankyoucont .btns a{
display: inline-block;
white-space: normal;
}


.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:480px;
	background:#f2f2f2;
	padding:10px;
	margin-bottom: 20px;
	margin-top: 20px;
}


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

}

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

.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;}

.footerregion{
    clear: both;
}

/*
.panel-default&gt;.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default&gt;.panel-heading a {
  display: block;
  padding: 15px 15px;
}

.panel-default&gt;.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default&gt;.panel-heading a[aria-expanded="true"] {
background-color: #ff692e;
color: #fff;
}

.panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel{
	margin-bottom: 15px;
} 
*/


.faq .panel-default &gt; .panel-heading{
background-color: #fff;
color: #333;
}

.faq .panel-default &gt; .panel-heading, .panel-default {
}
.faq .panel-default .panel-title a {
display: block;
padding: 15px;

}
.faq .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #333;
    float: right;
    margin-top: -12px;
	margin-right: -8px;
}
.faq .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.faq .panel-default .panel-body {
    font-size: 15px;
	color: #666666;
	font-family:'Roboto', Helvetica, sans-serif;
}

.faq .panel {
	margin-bottom: 10px;
}
.pad-30{ 
padding:30px 0;
}

.greis{ background:#eaeaea;}

.footerregion .backtotop{
    clear: both;
}

.grey{
    background-color: #f9f9f9;
    clear:both;
    padding:30px 0;
}

.benifits-block p{
margin-bottom: 0;
font-size: 18px;
font-weight: 600;
}

.benifits-block a{
    margin-top: 20px;
}

.whyus .boxex-con{
    min-height: 360px;
}


#help-grow .boxex-con{
    min-height: 400px;
}


#help-grow .boxex-con h3{
    margin-top: 15px;
}

#help-grow i{
font-size: 28px;
color: #fc600b;
margin-top: 10px;
}


.video-frame{
max-width: 700px;
margin: 25px auto 0 auto;
clear: both;
}

.video-frame iframe,
.video-frame-new iframe{
width: 100%;
border: 10px #fff solid;
-moz-box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.5);
}

#available-block ul{
    padding-left: 0;
}

#ideal .boxex-con2{
    min-height: 365px;
}

#available-block li{
list-style: none;
float: left;
width: 16.66%;
}

#available-block li:last-child a{
    margin-right: 0;
}

#available-block .boxex-con2{
    min-height: 320px;
}



#available-block a.btn-new{
    display: inline-block;
color: #fff;
font-size: 15px;
padding: 0 10px;
width: 100%;
background: #694F8E;
line-height: 48px;
border-radius: 2px;
}

#available-block a.btn-new:hover,
#available-block a.btn-new:focus{
    background-color: #ff692e;
    text-decoration: none;

}

#available-block .dsk a {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 20px;


}



.product-grid {
    width: 50%;
    margin-bottom: 15px;
    float: left;

}

.product-grid2 {
    width: 100%;
    margin-bottom: 15px;
    float: left;

}


.product-box {

    text-align: center;
    margin: 0 7px 0 0;

}


#application .boxex-con2 h4:before{
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#application .boxex-con2{
    min-height: 230px;

}


.mt-40{
    margin-top: 40px;
}

.mb-40{
      margin-top: 40px;
}


.mt-30{
      margin-top: 30px;
}
.btn-login{
background-color: #ff692e !important;
padding: 0px 10px !important;
}

.welcome-pack .container{
padding: 30px 15px; 
background: #ee6723;
background: -moz-linear-gradient(left, #ee6723 50%, #f4f5f5 50%);
background: -webkit-linear-gradient(left, #ee6723 50%,#f4f5f5 50%);
background: linear-gradient(to right, #ee6723 50%,#f4f5f5 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6723', endColorstr='#f4f5f5',GradientType=1 );
}


.welcome-pack-heading{
    margin-top: 20px;
    clear: both;
}


.welcome-pack .view-row{
    margin-bottom: 20px;
    clear: both;
}

.welcome-pack .view-row .pack-inner{
    float: left;
    width: 100%;
}

.welcome-pack2 h3,
.welcome-pack-heading h3{
    font-size: 22px;
}

.welcome-pack .view-row ul{
padding-left: 0;
}

.welcome-pack .view-row ul li{
list-style: none;
position: relative;
margin-bottom: 10px;
font-size: 15px;
padding-left: 22px;
}

.welcome-pack .view-row ul li:before{
content: "\f0a4";
font-family: FontAwesome;
margin-right: 5px;
position: absolute;
left: 0;
top: 0;
}

.welpack-same .form-group{
    float: left;
    width: 100%;
}

.mob{
    display: none;
}


.wel-left h3,
.wel-left li{
    color: #fff;
}

.welcome-pack .view-row ul ul li{
font-size: 14px;
padding-left: 10px;
}


.arrowlist-blank{
    margin-top: 5px;

}

.arrowlist-blank li:before{
content: initial !important;
}

.welpack-same .view-row{
padding: 30px 0;
background-color: #fff;
position: relative;
margin-bottom: 30px;
float: left;
width: 100%;
-moz-box-shadow: 2px 4px 18px 1px rgba(214, 207, 214, 0.8);
-webkit-box-shadow: 2px 4px 18px 1px rgba(214, 207, 214, 0.8);
box-shadow: 2px 4px 18px 1px rgba(214, 207, 214, 0.8);
}

.welpack-same span img{
  max-width:170px;
vertical-align: top;
width: 100%;

}

.welpack-same .view-row span i{
    font-size: 80px;
    color: #333;
}

.banner-region{
    position: relative;
}


.gst-text{
position: absolute;
right: 5px;
bottom: 0;
color: #fff;
font-size: 13px;
}

.banner-region p.mt-15{
    margin-top: 15px;
}

.chairman-video{
    float: left;
    width: 100%;
}

#leadership{
background:#fc600b; 
color: #000000;
text-shadow: none;
width: 100%;
float: left;
min-height: 320px;
}

.franchise h2{
    color: #fff;
}

#franchiseSlider .name a{
    color: #fff;

font-size: 14px;

text-decoration: underline;
}

.video-frame-new{
    position: relative;
}

.video-frame-new .cover{
    width: 100%;
}

.video-frame-new .playBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*
.bios ul.bioList {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block;

}

#franchiseSlider .bios ul.bioList li {

    width: 16.666667%;

}


.franchise li{
    list-style:none;
}



.bios ul.bioList li {

    display: inline-block;
    height: inherit;
    position: relative;
    width: 20%;
    float: left;
    overflow: hidden;
    padding: 0px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;

}

.bios ul.bioList li .leadership {

    display: inline-block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;

}

#franchiseSlider .bios ul.bioList li .leadership {

    width: 105px;
    height: 105px;

}

.bios img {

    width: 100%;
    height: auto;

}

.name {

    width: 100%;
    position: relative;
    bottom: 0px;
    background: none;
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
    font-size: 18px;

}

#franchiseSlider .name h3 {

    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-weight: normal;
    text-transform: none;
}

*/


/* #responsive menu breakpoints change */
@media (max-width: 991px) {
.form-base {
    max-width: 100%;
}
	.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;
	}


.welcome-pack .container {
background: inherit;
padding-top: 0;
padding-bottom: 0;
    }

     .welcome-pack1 .col-md-6{
        padding-top:15px; 
        padding-bottom:15px; 
     }



    .welcome-pack1 .wel-left{
background: #ee6723;
    }

        .welcome-pack1 .wel-right{
        background: #f4f5f5;
    }


.navbar .navbar-header &gt; li{
    display: none;
}

.navbar-inverse .navbar-nav &gt; li &gt; a{
background-color: transparent !important;
color: #333 !important;
}

.boxex-con{
margin-bottom: 30px;
/*min-height: inherit !important;*/
}


.whyus .boxex-con {
    min-height: inherit;
}

.boxex-con1{
    min-height: inherit;
    margin-bottom: 30px;
}

#whatget .col-md-3:nth-child(4) ~ * {
    margin-top: 0!important;
}

.boxex-con1 p{
    min-height: inherit;
}

#why-edu .boxex-con{
    min-height: inherit;
}

#ideal .boxex-con2 {

    min-height: inherit;
    margin-bottom: 30px;

}


#help-grow .boxex-con {
    min-height: inherit;
}

#available-block .boxex-con2 {

    min-height: inherit;
    margin-bottom: 30px;

}

  .secon-confld &gt; div:last-child &gt; .boxex-con,
    .chairman-video .col-md-4{
    margin-bottom: 0;
  }  


  .chairman-video .col-md-4{
    margin-bottom: 30px;
/*    clear: both;*/
  }

    .chairman-video .col-md-4 h3{
clear: both;
display: block;
margin-bottom: 20px;
    }

 #success .col-md-3{
        margin-bottom: 30px;
    }
	
      .welcome-pack2 .view-row .col-md-3{
        text-align: center;
      }


#application .boxex-con2{
    min-height: inherit;
}


.navbar .callphoneno2,
.navbar .callphoneno3{
display: none!important;
}


	
}


/* #mobile responsive */
@media only screen and (max-width:767px){
.secon-confld .col-md-4:nth-child(3) ~ * {
    margin-top: 0;
}

#howselling .boxex-con2{
    margin-bottom: 30px;
}
#available-block .dsk a{
    line-height: 40px;
}

	h1 &gt; sup{font-size: 12px;}	
	.form-inner h3 { font-size: 18px!important;}
.gst-text{
position: absolute;
right: 5px;
bottom: -57px;
color: #fff;
font-size: 13px;
}	
	
	.boxex-con{
        min-height: inherit!important;
    }

.boxex-con2{
    min-height: inherit;
}
}

	
#available-block .dsk a {

    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 20px;
    display: block;

}

.banner-region{
    min-height: 200px;
}


.panel-title { font-size:15px;}
.secon-confld .col-md-4:nth-child(1) ~  *{
/*	margin-top: 30px;*/
}
	.right-con-hed input[type="submit"]{
		white-space: initial;
		font-size: 18px;
		padding: 10px;
		font-weight: 400;
		width:100%;
	}
	.banner-region{
		overflow:hidden;
		padding: 20px 0 20px 0!important;
		color: #fff;
	}
	.banner-region &gt; img{
		max-width: initial;
		display: none;
	}
	.banner-region &gt; h1{		
		color: #fff;
	}
	.navbar-brand{
		padding-left: 15px;
	}
	h1{
		font-size: 28px;	
	}
	h2 {
    	font-size: 20px;
    	line-height: 1.3;
	}
	.btnsamecont{
		font-size: 18px;
    	font-weight: 400;
		padding: 10px 10px;	
	}
	.btnsamecont1{
		font-size: 18px;
    	font-weight: 400;
		padding: 10px 10px;
		width: 100%
	
	}
	
	.btnsamecont1{
		font-size: 18px;
    	font-weight: 400;
		padding: 8px;
	
	}
	.banner-con{padding: 0px 0 0!important;}
	.banner-con{
		position:relative;
		top: 0;
	}
	.banner-con p{
		font-size: 16px;
		max-width: 100%;
	}
	
/*	.boxex-con{
		margin-top: 6px;
    	margin-bottom: 6px;
	}*/
	
	.classescont {
   
    padding-bottom: 40px;
}
	
	
	

	#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{
		
	}



#available-block .boxex-con2{
    min-height: inherit;
}

.desk{
    display: none;
}


.mob{
    display: block;
}

}
@media only screen and (min-width:380px) and (max-width:767px){
	
	.boxex-con p{
		min-height: initial;
	}
	#myCarousel2 .boxex-con{
		min-height: 240px;
	}
	#myCarousel3 .faculty-box {
	    min-height: 340px;
	}
}


@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;
	}
}
.programs-table ul
	{
		
		margin-left: 20px;
		text-align: center;
		
	}
.programs-table ul li
	{
		
		padding: 10px 13px 1px 15px;
		
		border-right: 1px solid  #FFF;
		display: inline-block;
		float: none;
		
		
		
		
}
.programs-table ul li a
{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	
}
.programs-table ul li a:hover
{
	
	padding: 10px 15px 10px 15px !important;
	border: 1px solid #ddd !important;
	background: transparent;
	text-decoration: bold;
	outline: none;
	color: #000;
}

.programs-table ul li a:active
{
	color: #333;

	outline: none;
}
.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

.boxex-con2{
    padding: 30px 20px;
    border-radius: 3px;
	background: #fff;
    min-height: 280px;
    -moz-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
}

.boxex-con2  p{
	min-height:70px;
}
.boxex-con2 h4 {font-size: 54px;font-weight: 700;color: #222;line-height: 28px;padding-bottom: 30px;margin-bottom: 20px; position:relative;}
.boxex-con2 h4::before {position: absolute;content: '';background:#FF5E14;bottom: 0px;left: 0px;width: 50px;height: 3px;}



</pre></body></html>