html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}
.nav-item{
white-space: nowrap;
}

body {
	
}

a,
a:hover {
	text-decoration: none;
	color: currentColor;
}
.main {
    padding-top: 96px;
}
.navbar-dark .navbar-brand {
    position: relative;
    top: 30px;
    top: 10px;
    /* background-color: #fff; */
    padding-bottom: .3125rem;
    padding-bottom: 0;
}
.our-courses .row .col-lg-8 h3{
	font-size: 21px;
}
.hd-br{
    border-bottom: 2px solid #dc3545;
    width: 50px;
    margin-bottom: 20px;
}
.dropdown-menu {
background-color: #de831b;
}
.dropdown-item {
	background-color: #de831b;
	color: white;
}
.dropdown-menu a:hover {
    background-color: #de831b;
}
.our-courses hr{
opacity: 0.1;
margin: 40px 0;
}
.brand_img {
  
    width: 100%;
    /* border-bottom: 3px solid #df1f27; */
    margin-bottom: 30px;
}
button {
	appearance: auto;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: default;
	background-color: transparent;
	box-sizing: border-box;
	margin: 0em;
	font: 400 13.3333px Arial;
	padding: 1px 6px;
	border-width: 2px;
	border-style: none;
	border-color: #fff;
	border-image: initial;
}

.bg_section {
	background-color: #f3f3f3;
}

.s_heading {
	margin-bottom: 15px;
	position: relative;
	white-space: nowrap;
	text-align: center;
}
/* .poa {
    height: 1px;
    width: 100%;
    background: #0000003d;
    position: absolute;
    bottom: 15px;
    z-index: -1;
} */
/* .poar {
    height: 1px;
    width: 100%;
    background: #0000003d;
    position: absolute;
    bottom: 15px;
    z-index: -1;
}
.poat {
    height: 1px;
    width: 100%;
    background: #0000003d;
    position: absolute;
    bottom: 15px;
    z-index: -1;
}
.poas {
    height: 1px;
    width: 100%;
    background: #0000003d;
    position: absolute;
    bottom: 15px;
    z-index: -1;
} */
.heading_1 {
	font-size: 40px;
	font-weight: 700;
}

.heading_2 {
	font-size: 36px;
	font-weight: 700;
}

.heading_3 {
	font-size: 32px;
	font-weight: 700;
}

.heading_4 {
	font-size: 28px;
	font-weight: 700;
}

.heading_5 {
	font-size: 24px;
	font-weight: 700;
}

.heading_6 {
	font-size: 20px;
	font-weight: 700;
}

.para {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.text_jl {
	text-align: justify;
}

.tt_uc {
	text-transform: uppercase;
}

.clr_o {
	color: #ea8430;
	margin-bottom: 30px;
}

.clr_w {
	color: #f2f2f2;
}

.clr_b {
	color: #000;
}
iframe{
	width: 100%;
}

.bg_whiteblue {
	background-color: #265ba7;
	background-image: linear-gradient(#F4F4F4 50%, #055160 50%);
	border-bottom: 1px solid #fff;
	height: 100px;
}
.img_100 {
    width: 100px;
}
.img_150 {
    width: 150px;
}
.img_200 {
    width: 200px;
}
.img_250 {
    width: 250px;
}
.img_300 {
    width: 300px;
}
.img_350 {
    width: 350px;
}
.img_400 {
    width: 400px;
}
.img_450 {
    width: 450px;
}
.img_500 {
    width: 500px;
}
.dropdown-toggle::after {
	display: none;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-menu a:hover {
	background-color: #de831b;
	color: #fff;
}
.section_bg_b .per{
	margin: 0;
	font-size: 14px;
}
.section_bg_b h4{
text-transform: uppercase;
font-size: 18px;
margin-top: 30px;
}
	
	

.dropdown:hover .dropdown-menu {
	display: block;
}


/*.dropdown:hover .dropdown-toggle {background-color: #3e8e41;}*/

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffff;
}

.college_code {
	position: absolute;
	top: 10px;
	right: 8%;
	float: right;
	text-align: right;
}

.college_code p {}

.college_code span {
	font-weight: bold;
}

.navbar-expand-lg .navbar-nav {
	margin-top: 45px;
	/* padding-top: 40px; */
}


/***************************/

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}

.nav-underline .nav-link:hover {
	color: #007bff;
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5);
}

.bg-purple {
	background-color: #6f42c1;
}
.section_p,
.section_2,
.section_3,
.section_4,
.section_5,
.section_6, .sec_py {
	padding: 50px 0px;

}
.section_bg_e{
	background: rgb(235 227 250);

}

.section_c {
	text-align: center;
	text-align-last: center;
}
.section_bc {
    /* background-image: url('../../img/banners/breadcrumb_bg_lg.jpg'); */
	background-color: #e97718;
    color: #fff;
    padding: 20px 0 5px;
}
.breadcrumb-item {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #f6f6f6;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #f6f6f6;
    text-decoration: underline;
}
.section_bc::after {
    background-color: #fff;
}
.section_bc::before {
    background-color: #000;
}
hr:not([size]).heading_hr {
	height: 2px;
	width: 20%;
	color: #df1f27;
	opacity: 1;
}

.c_heading {
	text-align: -webkit-center;
}

.section_bg_b {
	background: #055160;
	/* background-color:#df1f27 ; */
	color:#f2f2f2;
}
/* .section_bg_d{
	background: rgb(221 221 221 / 77%);
	color:#000;

} */
.section_bg_c {
	background: #055160;
	/* background-color:#df1f27 ; */
	color:#fafafa;
}
.section_bg_grey {
	background-color: #f6f6f6;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 15px 0;
}

.btn_o{

	color: #212529;
    /* background: linear-gradient(44deg, red, yellow); */
    background-color: #f9fafb;
    border: 1px solid #6c757d;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: 0;
}
.btn_o:hover {
		color:#f2f2f2;
    /* background: linear-gradient(44deg, red, yellow); */
    background-color: #000;
    border: 1px solid #000;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: 0;

}


.btn_m {
	margin-top: 25px;
}

.btn_rounded,
.btn_rounded:hover {
    color: #f9fafb;
    background-color: #ea8430;
    border: 1px solid #ea8430;
	padding: 5px 25px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 35px;
}
.an_btn {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-link.an_link, .navbar-dark .navbar-nav .nav-link.an_link:hover {
	color:#ea8430;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 6px 15px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 35px;
}

.pipe_c {
	margin: 0 15px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	top: 5px;
	font-weight: 100;
}

.c_body {
	text-align: center;
	text-align-last: center;
}
.pr-a,
.pr-b,
.pr-c,
.pr-d,
.pr-e{
 
    color: white;
    color: #f9fafb;
    font-size: 18px;
    text-align: center;
    background: #ed6900;
    margin: auto;
    /*width: 440px;*/
    /*padding: 5px 0;*/
    display: inline-block;
    padding: 5px 40px;
}

/* .s_body {
	padding-top: 15px;
} */

.s5_body {}

.s5_item {
	text-align: center;
	box-shadow: 0px 0px 30px 25px #eeeeee;
	padding: 10px;
	margin-bottom: 50px;
}

.s5_item_in {
	height: 100px;
	padding: 40px 0px;
	border: 1px solid #fff;
}

.s5_item_in_4, .s5_item_in_7 {
	padding: 25px 0px;
}

.s5_item:hover .s5_item_in {
	border: 1px solid #055160;
	color: #055160;
}

.s5_item .heading_6 {
	font-weight: 600;
	margin-top: auto;
	margin-bottom: auto;
}

.s5_item_1 {}

.section_4 {}

.section_4 .card {
	background-color: #f6f6f6;
	border: 0;
	border-radius: 0;
}

.section_4 .card-header {
    background-color: #ea8430;
    color: #f2f2f2;
}

.section_4 .card-header:first-child {
	border-radius: 0;
}

.section_4 .card-footer {
	padding: .5rem 1rem;
	background-color: #f6f6f6;
	border-top: 0;
	place-self: center;
}

.section_4 .card-footer:last-child {
	border-radius: 0;
}

.section_4 .card-footer .page-item {
	margin: 0 15px;
}

.section_4 .card-footer .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    color: #fff;
    background-color: #ea8430;
}

.section_4 .card-footer .page-link {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
    background-color: #ea8430;
	border: 1px solid #ea8430;
	padding: 15px 20px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.section_4 .card-footer .page-item:first-child .page-link:hover {
	color: #fff;
	background-color:#ea8430;
}

.section_4 .card-footer .page-link:hover {
	z-index: 2;
	color: #fff;
	background-color: #ea8430;
	border-color: #dee2e6;
}

.section_4 .card-footer .page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: #ea8430;
	outline: 0;
	box-shadow: 0 0 0 0 ##ea8430;
}

.section_4 .card-footer .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.section_4 .card-footer .page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.section_4 .card-footer .fa-chevron-down,
.section_4 .card-footer .fa-chevron-up {
	font-size: 20px;
}

.section_4 .card-footer .fa-chevron-down:before {
	/* content: "\f078"; */
	content: "\f309";
	content: "\f30a";
}

.section_4 .card-footer .fa-chevron-up:before {
	content: "\f077";
	content: "\f30c";
	content: "\f30b";
}

.news_item_group {
	padding: 0;
}

.ln_timestamp {}

.ln_date {
	border: 2px solid #000;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 15px;
}

.ln_month {
	font-weight: bold;
	text-align: center;
}

.ln_text {
	font-weight: 500;
}

.ln_link {
	font-weight: 500;
	float: right;
}

.ln_fa_arrow {
	margin-left: 15px;
}

.footer {
	padding: 20px 0px;
}

.ft_item {
	display: inline-flex;
}

.ft_item_1 {
	margin-left: 15px;
	margin-right: 15px;
}

.ft_item_2 {
	margin-left: 10%;
	margin-right: 10%;
}

.fti_icon {
	border: 2px solid;
	border-radius: 50%;
	padding: 10px 18px;
}

.fti_icon span {}

.fti_fa {
	font-size: 35px;
}

.fti_text {
	margin-top: auto;
	margin-bottom: auto;
}

.fti_ul {
	padding-left: 40px;
}

.fti_li_item {}

.ft_item_3 {
	float: right;
}

/*.fti_btn {*/
/*	margin-top: 15px;*/
/*}*/

.fti_link {}

.fbi_icons {
	text-align: center;
}

.fbi_fai {
	border: 1px solid;
	border-radius: 50%;
	margin: 0 5px;
}

.fbi_fai_1 {
	padding: 8px 5px 8px 8px;
	background-color: #3b5998;
}

.fbi_fai_2 {
	padding: 8px 5px 8px 8px;
	background-color: #00acee;
}

.fbi_fai_3 {
	padding: 8px 8px;
	background-color: #c4302b;
}

.fbi_fab {
	width: 20px;
	text-align: center;
}

.fbi_fb {}

.fbi_tw {}

.fbi_yt {}

.fb_item_3 {
	text-align: right;
}
.table>thead {
	background-color: #dc3545;
	color: white;
}

/*****/

#mixedSlider {
	position: relative;
}
.cours{
	display: flex;
	border-bottom: 2px dotted #FF3300;
}
.cours p{
margin: 0;
    line-height: 3;
}
.cours .fa-book-open{
font-size: 28px;
margin-right: 20px;
height: 40px;
width: 40px;
background-color: #dc3545;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: white;
margin-bottom: 5px;
}


#mixedSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	/*margin: 0 5%;*/
}

#mixedSlider .MS-content .item {
	display: inline-block;
	width: 50%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 0 10px;
}
.cours{
	display: flex;
	margin: 50px 0;

}
.our-courses{
background: #fafafb;
padding: 50px 0;
}

.footer .address {
    align-items: center;
}
iframe{
height: 310px;
display: block;
}
.pdf{
margin: 50px 0;
}
.pdf-p{
	display: flex;
	align-items: center;
}
.pdf-p a:hover{
text-decoration: underline;
color:blue;

}
.pdf-p .fa-download {
	font-size: 28px;
	margin-right: 30px;
	color: #de831b;
}

.pdf-p a p{
	margin-left: 10px;

}

@media (max-width: 991px) {
	#mixedSlider .MS-content .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#mixedSlider .MS-content .item {
		width: 100%;
	}
}

#mixedSlider .MS-content .item .imgTitle {
	position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
	margin: 0;
	text-align: left;
	letter-spacing: 2px;
	color: #252525;
	font-style: italic;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	bottom: 0;
	font-weight: bold;
	padding: 0 0 2px 10px;
}

#mixedSlider .MS-content .item .imgTitle img {
	height: auto;
	width: 100%;
}

#mixedSlider .MS-content .item p {
	font-size: 16px;
	margin: 2px 10px 0 5px;
	text-indent: 15px;
}

#mixedSlider .MS-content .item a {
	float: right;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-style: italic;
	color: rgba(173, 0, 0, 0.82);
	font-weight: bold;
	letter-spacing: 1px;
	transition: linear 0.1s;
}

#mixedSlider .MS-content .item a:hover {
	text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 50px;
	top: 95px;
	color: transparent;
	transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
	color: rgba(0, 0, 0, 0.8);
}


@media (max-width: 992px) {
	#mixedSlider .MS-controls button {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls button {
		font-size: 20px;
	}
}

#mixedSlider .MS-controls .MS-left {
	left: 0px;
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls .MS-left {
		left: -10px;
	}
}

#mixedSlider .MS-controls .MS-right {
	right: 0px;
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls .MS-right {
		right: -10px;
	}
}

#basicSlider {
	position: relative;
}

#basicSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 2%;
	height: auto;
}

#basicSlider .MS-content .item {
	display: inline-block;
	width: 25%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	line-height: 50px;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width: 991px) {
	#basicSlider .MS-content .item {
		width: 25%;
	}
}

@media (max-width: 767px) {
	#basicSlider .MS-content .item {
		width: 35%;
	}
}

@media (max-width: 500px) {
	#basicSlider .MS-content .item {
		width: 50%;
	}
}

#basicSlider .MS-content .item a {
	line-height: 50px;
	vertical-align: middle;
}

#basicSlider .MS-controls button {
	position: absolute;
}

#basicSlider .MS-controls .MS-left {
	top: 35px;
	left: 10px;
}

#basicSlider .MS-controls .MS-right {
	top: 35px;
	right: 10px;
}

hr:not([size]).h_ul_o {
    height: 3px;
    color: #000;
    background-color: #ec9149;
    opacity: 1;
    width: 15%;
}
.h_ul_o {
    
}
.cnct_addr {
    
}
.cnct_addr_ {
background-image: repeating-linear-gradient(60deg, #de831b, #de831b 24.3px, transparent 30px, transparent 45.39px, #de831b 49px), repeating-linear-gradient(150deg, #de831b, #de831b 24.3px, transparent 30px, transparent 45.39px, #de831b 49px), repeating-linear-gradient(240deg, #de831b, #de831b 24.3px, transparent 30px, transparent 45.39px, #de831b 49px), repeating-linear-gradient(330deg, #de831b, #de831b 24.3px, transparent 30px, transparent 45.39px, #de831b 49px);
background-size: 6px calc(100% + 98px), calc(100% + 98px) 6px, 6px calc(100% + 98px) , calc(100% + 98px) 6px;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-repeat: no-repeat;
animation: borderAnimation 1s infinite linear;
padding: 10px;
}

@keyframes borderAnimation {
from { background-position: 0 0, -98px 0, 100% -98px, 0 100%; }
to { background-position: 0 -98px, 0 0, 100% 0, -98px 100%; }
}

.cnct_addr_ {
background-image: repeating-linear-gradient(60deg, #265ba7, #265ba7 24.3px, transparent 30px, transparent 45.39px, #265ba7 49px), repeating-linear-gradient(150deg, #265ba7, #265ba7 24.3px, transparent 30px, transparent 45.39px, #265ba7 49px), repeating-linear-gradient(240deg, #265ba7, #265ba7 24.3px, transparent 30px, transparent 45.39px, #265ba7 49px), repeating-linear-gradient(330deg, #265ba7, #265ba7 24.3px, transparent 30px, transparent 45.39px, #265ba7 49px);
background-size: 6px 100%, 100% 6px, 6px 100% , 100% 6px;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-repeat: no-repeat;
padding: 15px 20px;
}
.cnct_addr {
    background-image:repeating-linear-gradient(44deg, #ea8430, #198754 24.3px, transparent 30px, transparent 34.05px, #ea8430 35px), repeating-linear-gradient(134deg, #ea8430, #198754 24.3px, transparent 30px, transparent 34.05px, #ea8430 35px), repeating-linear-gradient(224deg, #198754, #ea8430 24.3px, transparent 30px, transparent 34.05px, #ea8430 35px), repeating-linear-gradient(314deg, #198754, #ea8430 24.3px, transparent 30px, transparent 34.05px, #198754 35px);
background-size: 4px 100%, 100% 4px, 4px 100% , 100% 4px;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-repeat: no-repeat;
padding: 15px 20px;
}
.cnct_addr_ul {
    padding-left: 0;
}
.cnct_addr_li {
    display: inline-flex;
}
.cnct_addr_icon {
    padding: 10px 0px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background-color: #055160;
  color: #fff;
}
.cnct_addr_icon .fas {
    text-align: center;
}
.cnct_addr_text {
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

li.li_fa::before {
    content: "\f047";
    content: "\f178";
    content: "\f054";
    content: "\f0da";
    content: "\f105";
    content: "\f101";
    padding: 5px;
    font-family: 'FontAwesome'!important;
}
.ip_ul {
    padding-left: 0px;
}
.ip_ul .ip_li {
    display: inline-flex;
    margin-top: 14px;
}
.bullet_fa {
    margin-right: 5px;
}
.bullet_fa::after {
    content: "\f047";
    content: "\f101";
    content: "\f105";
    content: "\f178";
    content: "\f054";
    content: "\f0da";
    padding: 5px;
    font-family: 'FontAwesome'!important;
    color: #f8962f;
    color: #de831b;
}

.cl_img {
    border: 3px solid #265BA7;
    transition: 1s ease;
}
.cl_img:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.zoom {
    transition: 1s ease;
}
.zoom:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.para.bip{
	font-size: 14px;
}

/*****/


/*******Media Queries*******/


/******* __1920px__ *******/

@media (max-width: 1920px) {
    .college_code {
        right: 16%;
    }
}


/******* __1536px__ *******/

@media (max-width: 1536px) {
    .college_code {
        right: 8%;
    }
}


/******* __1440px__ *******/

@media (max-width: 1440px) {
    .college_code {
    right: 5%;
    }
}


/******* __1366px__ *******/

@media (max-width: 1366px) {
    .heading_1 {
        font-size: 36px;
    }
    .college_code {
    right: 9.5%;
    }
    .s5_item {
    box-shadow: 0px 0px 10px 15px #eeeeee;
    margin-bottom: 20px;
    }
    .s5_item_in {
    padding: 20px 0px;
    }
    .s5_item_in_4, .s5_item_in_7 {
        padding: 10px 0px;
    }
    .ft_item_1 {
    margin-left: 5px;
    margin-right: 5px;
    }
    .ft_item_2 {
    margin-left: 5%;
    margin-right: 5%;
    }
    .fti_link, .btn_rounded, .btn_rounded:hover {
        padding: 10px 25px;
    }
    .btn_rounded, .btn_rounded:hover {
    font-size: 20px;
    line-height: 20px;
    }
}


/******* __1280px__ *******/

@media (max-width: 1280px) {
    .college_code {
        right: 6.5%;
    }
    .s5_item {
    box-shadow: 0px 0px 8px 8px #eeeeee;
    margin-bottom: 15px;
    }
    .heading_1 {
        font-size: 32px;
    }
    .heading_2 {
        font-size: 32px;
    }
}


/******* __1152px__ *******/

@media (max-width: 1152px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }
    .college_code {
        right: 9%;
    }
    .ft_item_1 {
    margin-left: 0;
    margin-right: 0;
    }
    .fti_ul {
    padding-left: 10px;
    }
    .fti_icon {
    padding: 15px 20px;
    }
    .fti_fa {
    font-size: 30px;
    }
    .ft_item_2 {
    margin-left: 0;
    margin-right: 0;
    }
    .para {
        font-size: 14px;
    }
    .navbar-dark .navbar-brand {
        top: 6px;
    }
    .brand_img {
        width: 400px;
    }
	/* iframe{
	width: 540px;
	} */

}


/******* __1024px__ *******/

@media (max-width: 1024px) {
    .college_code {
        right: 4.5%;
    }
    .heading_1 {
        font-size: 30px;
    }
    .heading_2 {
        font-size: 30px;
    }
    .heading_3 {
        font-size: 30px;
    }
	/* iframe{
		width: 460px;
		} */
}


/******* __991.98px__ *******/

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 99px;
		/* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		overflow-y: auto;
		visibility: hidden;
		background-color: #343a40;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(-50%);
	}
	.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
    }
    .main {
    padding-top: 80px;
    }
    .navbar-expand-lg .navbar-nav {
    margin-top: 0;
    /* padding-top: 40px; */
}
.navbar-nav .nav-link {
	padding: 10px 15px;
    border-top: 1px solid #fff;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link.an_link {
    color: #fff;
    background-color: #343a40;
    border: 0px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.an_link:hover {
    background-color: #fff;
    color: #265ba7;
}

.main {
    padding-top: 100px;
}
.breadcrumb-item {
    font-size: 16px;
}
.navbar-dark .navbar-toggler {
    margin-top: 40px;
}
.college_code {
    right: 15%;
}
.navbar-dark .navbar-brand {
    top: 6px;
}
.brand_img {
    width:300px;
}
.ft_item {
    align-items: center;
}
.fti_icon {
    width: 66px;
    height: 66px;
    text-align: center;
}
.fti_li {
    font-size: 14px;
    line-height: 1.4em;
}
.miss {
    margin-top: 30px;
}
.campus ul {
    margin-top: -15px;
}
.an_btn {
    margin-left: 0;
    width: 50%;
}
.navbar-dark .navbar-nav .nav-link.an_link, .navbar-dark .navbar-nav .nav-link.an_link:hover {
	padding: 10px 15px;
	border-radius: 0;
}
iframe{
	margin-top: 20px;
	width: 100%;
}
.section_if{
	padding: 0;
}

}


/******* __768px__ *******/

@media (max-width: 768px) {
    .college_code {
    right: 5%;
    top: 10px;
    }
	#mixedSlider .MS-content .item {
		width: 100%;
	}
	.fti_icon {
        height: 65px;
    }
    .ft_item_3 {
        float: left;
    }
    .navbar-dark .navbar-brand {
        top: 0px;
    }
    /* .brand_img {
        width: 115px;
    } */
    .bg_whiteblue {
        height: 80px;
    }
    .college_code p {
        margin-bottom: 0;
		font-size: 12px;
    }
    .navbar-dark .navbar-toggler {
        margin-top: 18px;
    }
    .s5_item_in {
        height: 80px;
    }
    .main {
        padding-top: 80px;
    }
    .heading_1 {
        font-size: 28px;
    }
    .heading_2 {
        font-size: 28px;
    }
    .heading_3 {
        font-size: 28px;
    }
    .offcanvas-collapse {
        top: 79px;
    }
	.navbar-dark .navbar-toggler {
		margin-top: 10px;
	}
}

/******* __540px__ *******/

@media (max-width: 540px) {
    .ft_item {
        margin: 5px 0;
    }
    .fbi_icons {
        text-align: left;
        margin: 15px 0;
    }
    .fb_item_3 {
        text-align: left;
    }
    .get_touch {
        margin-top: 30px;
    }
    .cnct_addr {
        margin-bottom: 30px;
    }
}


/******* __425px__ *******/

@media (max-width: 425px) {
    .s5_item {
    box-shadow: 2px 8px 8px 8px #eeeeee;
    margin-bottom: 20px;
    }
    .s4_body {
        margin-bottom: 30px;
    }
    .ft_item {
    margin-bottom: 30px;
    }
    .fti_btn {
    margin-top: 0;
    }
    .fb_item {
        margin-bottom: 20px;
        text-align: left;
    }
    .footer {
        padding: 0px;
    }
    .offcanvas-collapse.open {
        transform: translateX(-68%);
    }
    .an_btn {
        width: 100%;
    }
    .fbi_icons {
        margin: 5px 0;
    }
    .heading_6 {
        font-size: 18px;
    }
    .address_icon {
        padding: 10px 18px;
        height: 50px;
    }
	.brand_img {
		width: 200px;
	}
	
}


/******* __375px__ *******/

@media (max-width: 375px) {
    .btn_rounded, .btn_rounded:hover {
    font-size: 16px;
    line-height: 16px;
    }
    .offcanvas-collapse.open {
        transform: translateX(-63.5%);
    }
    .heading_6 {
        font-size: 16px;
    }
    .heading_1 {
        font-size: 24px;
    }
    .heading_2 {
        font-size: 24px;
    }
    .heading_3 {
        font-size: 24px;
    }
	.brand_img {
		width: 200px;
	}
	
	
}


/******* __320px__ *******/

@media (max-width: 320px) {
    .btn_rounded, .btn_rounded:hover {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    }
    .offcanvas-collapse.open {
        transform: translateX(-57%);
    }
	.brand_img {
		width: 220px;
	}
	.college_code p {
	
		display: none;
	}
	
}