body {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}


h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;

}

h2 {
    font-size: 28px;
	margin-bottom: 30px;
}

h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

/* div[class$="region"]:not(.banner-region) {
    position: relative;
    padding: 40px 0;
} */

.mt-30 {
    margin-top: 30px;
}
.form-group select{
    color: #5555559e !important;
}

.common-form .btn.btn-warning {
    background-color: #ff692e;
    color: #fff;
    padding: 5px 30px !important;
    display: block !important;
    font-size: inherit !important;
    border: 0;
    width: 100% !important;
}

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: 40px 0;

}

section {
    position: relative;
    padding: 40px 0;
}

.banner-region {
    background-color: #BFE2F0;
}

.msg-block {
    background-color: #F9F9F9;
    border: 1px solid #2B2B2B;
    padding: 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px 0;
}

.btn-new {
    background: #F15922;
    border-radius: 2px;
    color: #fff !important;
    margin: 15px 0;
}

/* #banner region */
.height-100 {
    height: 100%;
}

.banner-region {
    position: relative;
}

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 {

    left: 0;
    top: 95px;
    width: 100%;
    height: 100%;
}

.banner-con .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-con p {

    margin: 0 auto;
    /* font-size: 20px; */
    /* margin-bottom: 20px; */
    color: #000;
}

.banner-region ul.listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
	padding-left: 0px;
}

.banner-region ul.listing li {
    flex: 1 48%;
}

#from-region {
    margin-top: 0px;
}

.from-region {
    background-color: #fff;
    padding: 15px !important;
}

.from-region h2 {
    font-size: 24px;
}

.from-region .btn.btn-warning {
    background-color: #F15A22;
    border-color: #F15A22;
}

p#msg {
    text-align: center;
}

p#msg1 {
    text-align: center;
}


.listing ul {
    padding-left: 0;
}

.listing li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.listing li:before {
    color: #f15a22;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f0a4";
    font-family: FontAwesome;
}


.btnsamecont {
    background-color: #ff692e;
    color: #fff;
    padding: 6px 30px;
    display: inline-block;
    border-radius: 5px;
}

.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: 40px;
}

.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: 90px;
}

.secon-confld .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

/* #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: 30px;
    margin-top: 60px;
    padding-top: 75px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.9 !important;


}

.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 {



    background: #fff;
}

.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 {}





/* students stay start*/
#testi {
    background-color: #f3f3f3;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
    clear: both;
}




#testi h2 {


    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}

.carousel-item {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    color: #333;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.carousel-item .img-box img {
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    border: 3px #ffa886 solid;
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 3px;
    float: none;
}

.carousel-item .img-box a:before {
    display: inline-block;
    content: "\f0e1";
    font-family: FontAwesome;
    width: 23px;
    height: 23px;
    position: absolute;
    bottom: -50px;
    right: -6px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border: 2px #fff solid;
}


.carousel-item .overview {
    text-transform: capitalize;
    color: #abeadb;
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    margin-top: 0px;
}

.carousel-item .overview strong {
    color: #ff692e;
    font-weight: 500;
}

.grey-star {
    color: #cecece;
}

.test-user {
    font-size: 20px;
    font-weight: 600;
    color: #ff692e;
    margin-bottom: 5px;
}

.test-user small {
    font-weight: normal;
    color: #abeadb;
    font-size: 13px;
    font-style: italic;
}

.slick-dots {
    display: none !important;
}

.slick-slide>div {
    padding: 0 10px;
}

.responsiveslcik2 .slick-slide>div {
    padding: 0;
}

.slick-prev,
.slick-next {
	z-index: 9;
	width: 22px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	border-radius: 0px;
	border: none;
	font-size: 0px;
	background-color: transparent;
	top: 50%;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
/* 
.slick-prev {
    right: 28px;
} */

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background-color: #ee4b28;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.slick-prev::before {
    content: "\f053";
}

.slick-next::before {
    content: "\f054";
}


/* students stay close*/


.faq {
    font-size: 14px;
    min-height: 150px;
}


.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 {
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    border-radius: 3px;
}

.boxex-con h3 {
    position: relative;
}

.boxex-con p {
    min-height: 100px;
}

/* #Syllabus */
.syllabus-region {
    background-color: #f3f3f3;
    padding: 40px 0;
}

.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;
}

.imagesrounf img {
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
}

.carousel .item img {
    min-width: initial;
}

.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: 5px;
    background-color: #F76C39;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: bold;
    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: 575px;
    background: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
}


.rectangle-31 h4 {
    min-height: 20px;
    margin-top: 20px;

}

.feature-content {
    float: left;
    min-height: 405px;
}

.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 {
    padding-bottom: 0 !important;
}



.programaddon {
    float: left;
    background-color: rgb(255 255 255);
    padding: 15px 20px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    border: 3px #e7e3e7 solid;
    border-radius: 20px;
}

.testmonialsouter .carousel-indicators {
    left: 0;
    bottom: -10px;
    margin: 0;
    text-align: left;
}

.programaddon ol {
    font-size: 14px;
}


.testmonialsouter .carousel-indicators li {
    border: 1px solid #ff692e;
}

.testmonialsouter .carousel-indicators .active {
    background-color: #F15A22;
    border-color: #F15A22;
}

.testmonialsouter .imagetest {
    float: left;
    margin-right: 10px;
}

.testmonialsouter .imagetest img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
}

.testmonialsouter .contnettest {
    float: left;
    width: calc(100% - 56px);
    padding-bottom: 20px;
}

.testmonialsouter .contnettest p {
    float: left;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
}

.programaddon .mCustomScrollbar {
    height: 110px;
}

.testmonialsouter .contnettest strong {
    float: right;
    margin-top: 10px;
    font-size: 14px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar {
	position: relative;
	height: 150px;
	overflow: auto;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
	margin-bottom: 20px;
	}
	
	.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
	}
	
	.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
	}
	
	.mCSB_inside>.mCSB_container {
	margin-right: 15px;
	}
	
	.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	}
	
	.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto;
	}
	
	.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
	}
	
	.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, .1);
	}
	
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	background-color: #f15a22;
	}
	
	.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgb(105, 204, 68);
	}
	
	.faculty-box {
	text-align: center;
	padding: 20px 25px 15px;
	position: relative;
	background: #fff;
	min-height: 367px;
	}
	
	.faculty-box img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #f44336;
	padding: 2px;
	}
	
	.faculty-box h3 {
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 15px;
	}
	
	.faculty-box h4 {
	font-size: 17px;
	font-weight: 500;
	color: #f44336 !important;
	}
	
	
	.btnsamecont1 {
	border: 2px solid #ff692e;
	color: #ff692e;
	padding: 9px;
	display: inline;
	font-size: 21px;
	font-weight: 700;
	width: 235px;
	}
	
	.btnsamecont1:hover {
	background-color: #a2d9ef !important;
	color: #ff692e;
	text-decoration: none;
	}
	
	/* .box {
	min-height: 650px;
	} */
/* #responsive menu breakpoints change */

/* faq block start */
.accordion-panel {
	/* float: left; */
	width: 100%;
	clear: both;
	margin-bottom: 0;
  }
  .accordion-panel .panel {
	width: 100%;
	margin-bottom: 0px !important;
	box-shadow: inherit;
	padding: 0;
	border: none;
  }
  .accordion-panel .panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ffff;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .accordion-panel .panel + .panel {
	margin-top: 0px;
  }
  .accordion-panel .panel-default > .panel-heading a {
	display: block;
	padding: 20px 0px 20px 10px;
	/* color: #010b5a; */
	outline: none;
	box-shadow: inherit;
	position: relative;
	border-bottom: 2px solid #e2e2e2;
  }
  .accordion-panel .panel-default > .panel-heading a:after {
	content: "";
	position: absolute;
	top: 20px;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
	right: 22px;
	font-size: 24px;
	color: #F15A22;
  }
  .accordion-panel .panel-default > .panel-heading a[aria-expanded="true"] {
	background-color: #fff;
	color: #f15a22;
  }
  .accordion-panel .panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\f107";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  .accordion-panel .panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\f106";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  .accordion-panel h4.panel-title {
	font-weight: 500;
	font-size: 18px;
  }
  .accordion-panel h4.panel-title a {
	text-decoration: none !important;
  }
  .accordion-panel .arrow-list {
	padding-left: 0;
  }
  .accordion-panel .arrow-list li i {
	margin-right: 4px;
  }
  .accordion-panel .panel .panel-body {
	background-color: #fff;
	border: 0;
	padding: 25px 15px 25px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border-bottom: 1px solid #ddd;
  }
  /* faq block close */

@media (max-width: 991px) {

    .testmonialsouter .carousel-indicators {
        display: none;
    }

    #from-region {
        margin-top: 15px;
    }

    .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>li {
        float: none;
    }

    .navbar-nav>li>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>ul.navbar-nav {
        padding-left: 0;
        margin: 0;
    }

    .header-region .navbar-right>li {
        margin: 0;
    }

    .header-region .navbar-nav>li>a {
        padding: 0;
        line-height: 35px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 10px;
    }

    /*.header-region .navbar-nav > li > a.highltcolor{
		padding: 0;
		background-color: transparent;
		color: #333;
	}*/
    .navbar-header>label {
        display: inline-block;
    }


}

/* #mobile responsive */
@media only screen and (max-width:767px) {

    .banner-region ul.listing li {
        flex: 1 100%;
    }

    .right-con-hed input[type="submit"] {
        white-space: initial;
        font-size: 18px;
        padding: 10px;
        font-weight: 400;
        width: 100%;
    }

    .banner-region {
        overflow: hidden;
        padding: 40px 0;
    }

    .banner-region>img {
        max-width: initial;
        display: none;
    }

    .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;
        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-bottom: 30px;
    }

    .boxex-con p {
        min-height: inherit;
    }

    .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 {}
}

@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;
    }
}


@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: 520px;
    }
}

.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;
}

.offerapril {
    /* margin-top: 80px;*/
    background-color: crimson !important;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.offerapril h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 37px;
}

.offerapril h2 a {
    background-color: #ff692e;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 2px;
    margin-left: 15px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-weight: bold;
}

.offerapril #countdown {
    display: inline-block;
    vertical-align: top;
}

#countdown span {
    padding: 5px 10px;
    border: 1px solid #fff;
    line-height: 37px;
    border-radius: 2px;
    margin-left: 10px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .3);
}

#countdown span label {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    float: none;
    font-weight: 400;
}

@media only screen and (max-width:767px) {
    .offerapril h2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .offerapril #countdown {
        display: block;
        margin-top: 10px;
    }

    .offerapril #countdown span:last-child {
        display: none !important;
    }
}