@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/gotham-bold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/gotham-medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	color: #000000;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding: 0px;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #000;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size: 45px;
	font-weight: 700;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 22px;
}

hr {
	margin: 10px 0px;
	border: 0px;
	border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
	margin: 0px;
	line-height: 25px;
	padding: 0px;
}

ul *,
ol * {
	margin: 0px;
	padding: 0px;
}

ol,
ul {
	padding-left: 25px;
}

ul {
	display: block;
}

ul li {
	line-height: 30px;
}

ul li+li {}

a img {
	border: 0px;
}

p,
ul,
ol {
	margin-bottom: 0px;
}

.clr {
	display: block;
	float: none;
	clear: both;
}

.c {
	overflow: hidden;
	float: none;
}

.underline {
	text-decoration: underline;
}

.round5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.round10 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.round15 {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.left,
.flot_left {
	float: left;
}

.right,
.flot_right {
	float: right;
}

.a_left {
	text-align: left;
}

.a_center {
	text-align: center;
}

.a_right {
	text-align: right;
}

a {
	text-decoration: none;
}

.hidden {
	display: none;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #000;
	font-size: 14px;
	padding: 10px 15px;
	resize: vertical;
	width: 100%;
	font-weight: 300;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}

textarea {
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {}

select {
	padding: 12px;
	width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
	font-family: 'Roboto Condensed', sans-serif;
	background: #146523 none repeat scroll 0 0;
	border: 0px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	min-width: 120px;
	padding: 12px 15px;
	text-transform: uppercase;
	vertical-align: top;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
	background-color: #ff7200;
	color: #fff;
}

.form-control {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 0;
	height: auto;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a {
	color: #043d2f;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ff7200;
}

.cfx::after {
	clear: both;
	content: "+";
	display: block;
	height: 0;
	visibility: hidden;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}

@keyframes animate {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 0;
	}
}

/*-------------------------*/
.clr {
	clear: both;
}

/*
#mob_menu {
	position: fixed;
	background-color: #3c4878;
	height: 100%;
	z-index: 999999;
	width: 280px;
	color: #fff;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	left: -320px;
	overflow: auto;
}

#mob_menu.show_menu {
	left: 0px;
}

#mob_menu .closeBox {
	text-align: right;
	padding: 8px 15px;
}

#mob_menu ul,
#mob_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mob_menu ul li:hover {
	background-color: #e48519;
}

#mob_menu ul li {
	display: block;
}

#mob_menu ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 8px 15px;
	text-transform: uppercase;
	text-align: left;
}

/*#mob_menu ul li a:hover {color:#3c4878;}*/
/*
#mob_menu ul li+li {
	border-top: 1px solid #475179;
}



.button-box {}

.button-box a {
	background: #e48519;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	min-width: 210px;
	padding: 12px 15px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.button-box a:hover {
	background: #ff9113;
}

.button-box a.green-button {
	font-weight: 600;
	color: #000;
}

.button-box a.green-button:hover {
	background: #000;
	color: #fff;
}

.button-box a.black-button {
	font-weight: 600;
	color: #fff;
	background: #000;
}

.button-box a.black-button:hover {
	background: #8ac34a;
	color: #000;
}

/*-----------------------------------------------*/
.call.general-bold>a {font-size: 18px !important;}
.top-section {background: #3c4878;padding: 10px 0;font-size: 0px;}
.top-section .top-links {float: left;width: calc(100% - 530px);padding-top: 12px;}
.top-links .call {display: inline-block;margin-right: 15px;}
.top-links .call+.call {border-left: 2px solid #fff;padding-left: 20px;}
.top-links .call a {color: #fff;letter-spacing: 2px;font-size: 15px !important;}
.top-links .call a span {border: #fff 1px solid;padding: 2px 7px;}
.top-section .apply-button {float: right;width: 530px;text-align: right;}
.top-section .apply-button a+a {margin-left: 9px;}
.header-section {padding: 15px 0;}
.header-section .logo {float: left;width: 260px;}
.header-section .nav-sec {float: left;width: calc(100% - 260px);text-align: right;padding-top: 10px;}
.header-section .nav-sec ul {display: block;}
.header-section .nav-sec ul li {list-style: none;display: inline-block;}
.header-section .nav-sec ul li+li {padding-left: 50px;}
.header-section .nav-sec ul li a {color: #000;font-size: 15px;text-transform: uppercase;display: block;}
.header-section .nav-sec ul li:hover>a,
.header-section .nav-sec ul li.current_page_item>a {color: #e48519;}
.header-section .nav-sec ul li ul {background: #f5f5f5 none repeat scroll 0 0;box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);display: none;left: 30px;min-width: 220px;padding-left: 0;position: absolute;
	text-align: left;z-index: 9999;}
.header-section .nav-sec ul li:hover>ul {display: block;}
.header-section .nav-sec ul li ul li a {text-transform: none;}
.header-section .nav-sec ul li ul li a:hover {color: #e48519;}
.header-section .nav-sec ul li ul li {display: block;padding: 6px 10px;position: relative;}
.header-section .nav-sec ul li ul li ul {left: 0;margin-left: 100%;top: 0;}
.header-section .nav-sec ul li ul li.menu-item-has-children>a::after {content: "\f0da";font-family: "FontAwesome";height: 10px;position: absolute;right: 11px;top: 15px;width: 10px;}
.header-section .nav-sec ul li.menu-item-has-children>a::after {content: "\f0d7";font-family: "FontAwesome";height: 10px;position: absolute;right: -16px;top: 6px;width: 10px;}
.header-section .nav-sec ul .menu-item-has-children {position: relative;}
.header-section .nav-sec ul li ul li.current-menu-item>a {color: #e48519;}
.inner-banner-section {background-image: url("../images/banner2.jpg");/*padding:150px 0px;*/padding: 86px 0px;background-size: cover;background-repeat: no-repeat;}
.inner-banner-section .banner-text {text-align: center;}
.inner-banner-section .banner-text h1,
.inner-banner-section .banner-text h3,
.inner-banner-section .banner-text h4,
.inner-banner-section .banner-text h5,
.inner-banner-section .banner-text h6 {color: #fff;font-size: 55px;text-transform: uppercase;text-align: center;margin-bottom: 0;}
.inner-banner-section .button-box a {background: #3d8f3a;color: #fff;display: inline-block;font-size: 16px;font-weight: 700;min-width: 210px;padding: 12px 15px;text-align: center;vertical-align: top;
	text-transform: uppercase;font-family: 'Roboto Condensed', sans-serif;margin-top: 15px;}
.inner-banner-section .button-box a:hover {background-color: #e9f345;color:#000;}
/*.banner-section .banner-slider .banner-text{ position:absolute; text-align:center; top:50%; left:50%; transform:translate(-50%, -50%);}
.banner-slider .banner-text h1{ color:#fff; font-size:55px; text-transform:uppercase;}*/
.welcome-section {background: #fff url(../images/welcome-bg.png);background-repeat: no-repeat;background-position: right bottom;padding: 55px 0;}
.welcome-section .welcom-box {width: 50%;padding: 120px 0;}
.welcom-box h2 {font-size: 25px;}
.welcom-box h1 {font-size: 30px;color: #e48519;}
.welcom-box p {color: #717171;font-size: 16px;line-height: 30px;margin-bottom: 20px;}
.content-block {background: #f4f3f3 url(../images/pharmacy-bg.jpg);background-position: right bottom;background-repeat: no-repeat;padding-bottom: 50px;}

/*.news-section{ width:50%; margin:0 auto; background:#f8b920; padding:25px 0; box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.55); position:relative; top:-50px;}*/
/*.news-section::after{ content:""; background:url(../images/news-top.png); background-repeat:no-repeat; background-position:top left; width:45px; height:27px; position:absolute; top:8px; left:8px;}
.news-section::before{ content:""; background:url(../images/news-bottom.png); background-repeat:no-repeat; background-position:bottom right; width:45px; height:27px; position:absolute; bottom:8px; right:8px;}*/
.news-section h1 {font-size: 30px;text-align: center;}
.news-section .news-content {margin: 15px;position: relative;}
.news-content .news-img {border: 1px solid #fff;display: inline-block;padding: 5px 0;text-align: center;vertical-align: middle;width: 80px;}
.news-content .news-text {display: inline-block;font-size: 25px;font-weight: 400;line-height: 25px;padding-left: 15px;vertical-align: middle;width: calc(100% - 85px);}
.news-section .news-block .owl-nav .fa {color: #fff;}
.news-section .news-block .owl-prev {left: -7px;position: absolute;top: 40%;cursor: pointer;}
.news-section .news-block .owl-next {right: -7px;position: absolute;top: 40%;cursor: pointer;}
.courses-section {padding: 20px 0 110px;font-size: 0px;}
.courses-section h1 {text-transform: uppercase;text-align: center;font-size: 35px;background: url(../images/border.png);background-repeat: no-repeat;background-position: center bottom;
	padding-bottom: 20px;margin-bottom: 50px;}
.courses-section .corses-box {display: inline-block;width: 50%;background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;border: 1px solid #706f6f;}
.courses-section .corses-box .d-img {text-align: center;padding: 15px;}
.courses-section .corses-box h2 {color: #000;font-size: 25px;background: #d6d6d6;padding: 20px;}
.courses-section .corses-box ul {margin: 0px;padding: 0px;padding: 20px;}
.courses-section .corses-box ul li {list-style-type: circle;list-style-position: inside;color: #464646;font-size: 15px;line-height: 30px;font-family: 'Open Sans', sans-serif;}
.button-box.course-btn {text-align: center;margin-top: 30px;}
.principal-messeage {font-size: 0px;padding: 120px 0;}
.principal-messeage .principal-img {display: inline-block;width: 50%;vertical-align: middle;border: 1px solid #3b4578;}
.principal-messeage .principal-msg {display: inline-block;width: 50%;vertical-align: middle;background: #e48519;padding: 20px;box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.55);}
.principal-msg .yelow-border {border: #f8b920 2px solid;padding: 15px;}
.principal-messeage .principal-msg h1 {color: #033e84;text-transform: uppercase;background: #fff;display: inline-block;padding: 5px 20px;}
.principal-messeage .principal-msg p {font-size: 20px;font-weight: 400;line-height: 30px;color: #fff;margin-bottom: 20px;}
.principal-messeage .principal-msg p.bold {font-weight: 700;}
.facilities-sec {background: #fff url(../images/facility-bg.png);background-repeat: no-repeat;background-position: left bottom;padding: 100px 0;}
.facilities-sec h1 {color: #464646;font-size: 30px;text-transform: uppercase;background: url(../images/border-blk.png);background-repeat: no-repeat;background-position: center bottom;
	padding-bottom: 20px;text-align: center;}
.facilities-sec .facilities-box {font-size: 0;margin: 40px auto 0;max-width: 1120px;text-align: center;}
.facilities-box .box1 {border: 1px solid #033e84;display: inline-block;margin: 0 10px 10px;padding: 20px;text-align: center;width: calc(33.33% - 20px);}
.facilities-box .box1 h2 {color: #464646;font-size: 25px;font-weight: 700;}
.facilities-box .box1:hover h2 {color: #fff;}
.facilities-box .box1:hover {background: #e48519;border: #e48519 1px solid;}


/*---------------------------------inner-page---------------*/

.apply-content {padding: 80px 0;}
.apply-content h1 {text-align: center;font-size: 30px;margin-bottom: 30px;text-transform: uppercase;}
.apply-content p {color: #464646;font-size: 15px;line-height: 30px;font-family: 'Open Sans', sans-serif;font-weight: 500;margin-bottom: 20px;}
.apply-content p span .bold {font-weight: 600;}
.apply-content ul {margin: 0px;}
.apply-content ul li {color: #464646;font-size: 15px;line-height: 30px;font-family: 'Open Sans', sans-serif;margin-bottom: 20px;}
.contact-sec {margin: 80px -15px 0;font-size: 0px;}
.contact-sec .icon-box1 {border: 1px solid #752f58;display: inline-block;margin: 0 15px;min-height: 167px;padding-top: 54px;position: relative;text-align: center;vertical-align: top;
	width: calc(33.33% - 30px);}
.icon-box1 .icon-img {background: #fff none repeat scroll 0 0;border: 1px solid #752f58;border-radius: 50%;height: 100px;left: 50%;overflow: hidden;position: absolute;top: -53px;
	transform: translateX(-50%);width: 100px;text-align: center;padding-top: 10px;}
.contact-sec .icon-box1 p {font-size: 16px;font-weight: 400;color: #000;font-family: 'Roboto Condensed', sans-serif;}
.contact-sec .icon-box1 p a {color: #000;}
.contact-sec .icon-box1 p a:hover {color: #e48519;}
.contact-form {margin-top: 50px;font-size: 0px;}
.contact-form .contact-form-box {background: #033e84;display: inline-block;width: 50%;}
.contact-form-box .form-box {float: right;width: 820px;padding: 70px 300px 70px 0;}
.contact-form-box .form-box h2 {color: #fff;font-size: 25px;margin-bottom: 0px;}
.contact-form-box .form-box h1 {color: #e48519;font-size: 30px;text-transform: uppercase;}
.form-box .form {margin-top: 15px;}
.form .fld-bx {margin-bottom: 20px;}
.form .fld-bx input[type="text"] {border: #fff 1px solid;border-radius: 8px;background: none;color: #fff;padding: 15px;}
.form .fld-bx textarea {border: #fff 1px solid;border-radius: 8px;background: none;color: #fff;resize: none;height: 125px;}
.form .fld-bx input[type="submit"] {border: 0px;background: #e48519;color: #fff;text-align: center;font-weight: 700;font-size: 16px;}
.contact-form .contact-map {display: inline-block;width: 50%;vertical-align: top;}
.contact-form-box .form-box input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #fff;border-radius: 8px;color: #fff;padding: 15px;}
.footer-section {background-color: #2e3033;/*border-bottom: 1px solid #4b4c4d;*/padding: 85px 0 25px 0;}



/*-----------------------------------------------------------*/
/*------------------------------------------------------------*/
.banner-slider1 {
	/*position:relative!important;*/
	/*padding:150px 0px;background-size: cover;*/
	/*background-repeat: no-repeat;*/
}

.banner-slider {
	background-image: url("../images/banner2.jpg");
	/*position:relative!important;*/
	/*padding:150px 0px;*/padding: 86px 0px;background-size: cover;background-repeat: no-repeat;}
.banner-slider .banner-text h1,
.banner-slider .banner-text h2,
.banner-slider .banner-text h3,
.banner-slider .banner-text h4,
.banner-slider .banner-text h5,
.banner-slider .banner-text h6 {color: #fff;font-size: 55px;text-transform: uppercase;}
.banner-slider1 .banner-text h1,
.banner-slider1 .banner-text h2,
.banner-slider1 .banner-text h3,
.banner-slider1 .banner-text h4,
.banner-slider1 .banner-text h5,
.banner-slider1 .banner-text h6 {color: #fff;font-size: 55px;text-transform: uppercase;}
.banner-text.wpb_column.vc_column_container.vc_col-sm-12 {/*position:absolute!important;*/text-align: center;/*top:50%; left:50%; transform:translate(-50%, -50%);*/}
.banner-text .wpb_column .vc_column_container .vc_col-sm-12 {}
.button-apply .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {background: #e48519;color: #fff;display: inline-block;font-size: 16px;font-weight: 700;min-width: 210px;padding: 12px 15px;
text-align: center;vertical-align: top;text-transform: uppercase;border-color: #e48519;border-radius: 0;margin-top: 25px;font-family: 'Roboto Condensed', sans-serif;}
.button-apply .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {background: #ff9113;}
.banner-text .button-apply .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {margin-top: 0;}
.vc_btn3-container.button-apply.vc_btn3-inline {margin-bottom: 0;}
h1.welcome-black,
h2.welcome-black,
h3.welcome-black,
h4.welcome-black,
h5.welcome-black,
h6.welcome-black {font-size: 25px;}
h1.welcome-yellow,
h2.welcome-yellow,
h3.welcome-yellow,
h4.welcome-yellow,
h5.welcome-yellow,
h6.welcome-yellow {font-size: 30px;color: #e48519;}
.courses-section h1,
.courses-section h2,
.courses-section h3.courses-section h4.courses-section h5.courses-section h6 {text-transform: uppercase;text-align: center;font-size: 35px;background: url(../images/border.png);
	background-repeat: no-repeat;background-position: center bottom;padding-bottom: 20px;margin-bottom: 50px;}
.corses-box h1,
.corses-box h2,
.corses-box h3,
.corses-box h4,
.corses-box h5,
.corses-box h6 {color: #000;font-size: 25px;background: #d6d6d6;padding: 20px;}
.corses-box {display: inline-block;background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;border: 1px solid #706f6f;}
.corses-box .vc_column-inner {padding: 0 !important;}
.corses-box .wpb_single_image.wpb_content_element.vc_align_left {margin: 0;padding: 15px;}
.courses-section {font-size: 0;padding: 20px 0;}
.content-block .vc_btn3-container.button-apply.vc_btn3-inline {margin-top: 30px;text-align: center;width: 100%;}
.news-section h1,
.news-section h2,
.news-section h3,
.news-section h4,
.news-section h5,
.news-section h6 {font-size: 30px;text-align: center;margin-bottom: 30px;}
/*.news-section{width:50%;	}*/
.news-section {display: none;}
.news-section .wpb_column.vc_column_container.vc_col-sm-12 {width: 60%;margin: 0 auto !important;background: #f8b920;padding: 25px 0;box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.55);
	position: relative;top: -50px;float: none;}
.news-section .wpb_column.vc_column_container.vc_col-sm-12::after {content: "";background: url(../images/news-top.png);background-repeat: no-repeat;background-position: top left;width: 45px;
	height: 27px;position: absolute;top: 8px;left: 8px;}
.news-section .wpb_column.vc_column_container.vc_col-sm-12::before {content: "";background: url(../images/news-bottom.png);background-repeat: no-repeat;background-position: bottom right;
	width: 45px;height: 27px;position: absolute;bottom: 8px;right: 8px;}
.news-section .mega-post-carousel2 {background-color: transparent;margin-bottom: 12px !important;}
.news-section .mega-post-carousel2 .mega-post-image {float: left;max-width: 120px;height: auto !important;border: 1px solid #fff;padding: 5px;vertical-align: middle;}
.news-section .mega-cnt {height: 70px;overflow: hidden;}
.news-section .mega-cnt a {background: #033e84;color: #fff;display: inline-block;font-size: 14px;font-weight: 700;min-width: 96px;padding: 2px 10px;text-align: center;vertical-align: top;
	text-transform: normal;border-color: #e48519;border-radius: 0;margin-top: 0px;font-family: 'Roboto Condensed', sans-serif;float: right;}
.news-section .button-apply .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {background-color: #033e84;margin-top: -17px;border: medium none;}
.news-section .button-apply .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {background-color: #0c2d54;}
.news-section .mega-post-carousel2 .mega-post-content {max-width: calc(100% - 120px);margin-top: 10px;font-size: 25px;font-weight: 400;}
.news-section .mega-post-carousel2 .mega-post-image img {float: left;height: auto !important;transition: all 0.4s ease 0s;width: 100%;}
.news-section .mega-post-carousel2 .mega-post-title {display: none;}
.news-section .vc-post-styling .slick-next {right: -4px !important;}
.principal-messeage .principal-msg h1,
.principal-messeage .principal-msg h2,
.principal-messeage .principal-msg h3,
.principal-messeage .principal-msg h4,
.principal-messeage .principal-msg h5,
.principal-messeage .principal-msg h6 {color: #033e84;text-transform: uppercase;background: #fff;display: inline-block;padding: 5px 20px;font-size: 45px;}
.facilities-box .box1 h1,
.facilities-box .box1 h2,
.facilities-box .box1 h3,
.facilities-box .box1 h4,
.facilities-box .box1 h5,
.facilities-box .box1 h6 {color: #464646;font-size: 25px;font-weight: 700;text-transform: none;background: none;padding-bottom: 0;}
.facilities-sec h1,
.facilities-sec h2,
.facilities-sec h3,
.facilities-sec h4,
.facilities-sec h5,
.facilities-sec h6 {color: #464646;font-size: 30px;text-transform: uppercase;background: url(../images/border-blk.png);background-repeat: no-repeat;background-position: center bottom;
	padding-bottom: 20px;text-align: center;}
.facilities-sec .vc_btn3-container.button-apply.vc_btn3-inline {margin-top: 30px;text-align: center;width: 100%;}
.box1 .wpb_single_image.vc_align_center {margin-bottom: 13px;text-align: center;}
.box1 .vc_column-inner {padding: 12px 0 0;}
.facilities-sec .facilities-box+.facilities-box {margin-top: 5px;}
.about-college {background-color: #1b2945;padding: 60px 0 65px;text-align: center;}
.about-college .about-text {margin: 0 auto;max-width: 990px;}
.about-college .about-text h1,
.about-college .about-text h2,
.about-college .about-text h3,
.about-college .about-text h4.about-college .about-text h5,
.about-college .about-text h6 {color: #e48519;font-size: 31px;margin-bottom: 30px;}
.about-college .about-text p {color: #fff;font-size: 16px;font-weight: 400;line-height: 32px;}
.mision-vision {padding: 60px 0;}
.mision-details .mision-content {padding-left: 30px;}
.mision-content .mision-box {background-color: #d6d6d6;padding: 25px;}
.mision-content .mision-box h1,
.mision-content .mision-box h2,
.mision-content .mision-box h3,
.mision-content .mision-box h4.mision-content .mision-box h5,
.mision-content .mision-box h6 {font-size: 31px;padding-bottom: 10px;position: relative;}
.mision-content .mision-box p {color: #000;font-size: 16px;font-weight: 400;line-height: 30px;}
.mision-box .vc_column-inner {padding: 0;}
.mision-content .mision-box h1::before,
.mision-content .mision-box h2::before,
.mision-content .mision-box h3::before,
.mision-content .mision-box h4::before,
.mision-content .mision-box h5::before,
.mision-content .mision-box h6::before {background-color: #fff;bottom: -2px;content: "";height: 1px;left: 0;position: absolute;width: 100%;}
.mision-content .mision-box h1::after,
.mision-content .mision-box h2::after,
.mision-content .mision-box h3::after,
.mision-content .mision-box h4::after,
.mision-content .mision-box h5::after,
.mision-content .mision-box h6::after {background-color: #a3a3a3;bottom: 0;content: "";height: 1px;left: 0;position: absolute;width: 100%;}
.mision-content .mision-box+.mision-box {margin-top: 40px;}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {margin-bottom: 0px;}
.salient-features .feature-content h1,
.salient-features .feature-content h2,
.salient-features .feature-content h3.salient-features .feature-content h4.salient-features .feature-content h5,
.salient-features .feature-content h6 {color: #fff;font-size: 31px;margin-bottom: 25px;}
.salient-features .feature-content {background-color: #1b2945;padding: 70px;}
.salient-features .features-image {background-image: url("../images/about.jpg");background-repeat: no-repeat;background-size: cover;background-position: center top;}
.salient-features .features-image .wpb_single_image img {display: none;}
.salient-features .feature-content .vc_column-inner {padding: 0;}
.salient-features .features-image .vc_column-inner {padding: 0;}
.salient-features .feature-content ul {padding: 0;}
.salient-features .feature-content ul li+li {margin-top: 22px;}
.salient-features .feature-content ul li::after {background-image: url("../images/silent-icon.png");background-repeat: no-repeat;content: "";height: 10px;left: 0;position: absolute;top: 11px;
	width: 12px;}
.salient-features .feature-content ul li {color: #fff;font-size: 20px;font-weight: 400;padding-left: 20px;position: relative;list-style: none;}
.academics-section {padding: 70px 0 50px;}
.button-box a.blue {background: #033e84 none repeat scroll 0 0;font-size: 14px;letter-spacing: 1px;min-width: 130px;padding: 0 15px;}
.button-box a.blue:hover {background: #02346f;color: #fff;}
.academics-details .academics-box {background-color: #d6d6d6;border-radius: 12px;display: inline-block;margin-left: 23px;min-height: 365px;overflow: hidden;padding: 50px 0;position: relative;
	vertical-align: top;width: 48%;}
.academics-section .academics-details {font-size: 0;}
.academics-details .academics-box {background-color: #d6d6d6;border-radius: 12px;display: inline-block;margin-left: 23px;min-height: 365px;overflow: hidden;padding: 50px 0;position: relative;
	vertical-align: top;width: 48%;}
.academics-details .academics-box .academics-image {position: absolute;right: -198px;top: -21px;}
.academics-box .academics-head {background-color: #fff;margin-bottom: 30px;margin-top: 110px;}
.academics-box .academics-head h1 {color: #033e84;font-size: 50px;line-height: 38px;margin-bottom: 0;padding: 16px 30px;}
.download-button .button-box {display: inline-block;padding-left: 13px;position: relative;vertical-align: top;}
.download-button .button-box span {left: -20px;position: relative;}
.academics-title h4 {font-size: 31px;text-transform: uppercase;}
.academics-title {margin-bottom: 50px;text-align: center;}
.academics-title.white h4 {color: #fff;}
.faculties-section {background-image: url("../images/academic-bg.jpg");background-position: right center;background-repeat: no-repeat;background-size: cover;border-bottom: 1px solid #fff;
	padding: 65px 0;}
.faculties-section .faculties-details {font-size: 0;text-align: center;}
.faculties-details .faculties-boxes {display: inline-block;margin-bottom: 30px;margin-left: 10px;margin-right: 10px;vertical-align: top;width: calc(20% - 20px);}
.faculties-boxes .faculties-image {background-color: #fff;border-radius: 50%;bottom: -18px;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);height: 200px;margin: 0 auto;position: relative;width: 200px;
	z-index: 1;}
.faculties-boxes .faculties-text {background-color: #fff;padding: 30px 10px;position: relative;}
.faculties-boxes .faculties-text::after {background-image: url("../images/faculties-right.png");background-repeat: no-repeat;bottom: 2px;content: "";height: 20px;position: absolute;right: 2px;
	width: 30px;}
.faculties-boxes .faculties-text::before {background-image: url("../images/faculties-left.png");background-repeat: no-repeat;content: "";height: 20px;left: 2px;position: absolute;top: 2px;
	width: 30px;}
.faculties-boxes .faculties-text h5 {font-size: 20px;margin-bottom: 5px;}
.faculties-boxes .faculties-text p {font-size: 18px;font-weight: 400;}
.faculty-content {background-color: #dedede;width: 65%;}
.instructions-section {padding: 50px 0px;}
.instructions-section .vc_column-inner {padding: 0 10px 0 0;}
h1.instructions-heading,
h2.instructions-heading,
h3.instructions-heading,
h4.instructions-heading,
h5.instructions-heading,
h6.instructions-heading {font-size: 30px;font-weight: 700;font-weight: 600;margin-bottom: 30px;text-transform: uppercase;}
.instructions-content h1,
.instructions-content h2,
.instructions-content h3,
.instructions-content h4,
.instructions-content h5,
.instructions-content h6 {font-size: 15px;font-weight: 600;padding-left: 0px;font-family: "Open Sans", sans-serif;margin-bottom: 20px !important;color: #464646;}
.instructions-section ol {color: #464646;}
.instructions-content ul {list-style: inside disc;color: #464646;}
.instructions-content ul li {font-family: "Open Sans", sans-serif;color: #464646;margin-bottom: 15px !important;}
.instructions-content p {font-family: "Open Sans", sans-serif;font-size: 15px;font-weight: 400;margin-bottom: 15px !important;color: #464646}
.chairman-message {padding: 60px 0;}
.chairman-message .chairman-image .vc_column-inner {border: 18px solid #3d8f3a;display: inline-block;position: relative;vertical-align: middle;width: 35%;z-index: 0;}
.chairman-message .chairman-image {/*border: 18px solid #1b2945;*/display: inline-block;/*position: relative;*/vertical-align: middle;width: 35%;z-index: 0;/* height: 404px;*/margin-top: 146px;}
.chairman-message .chairman-image .vc_column-inner::after {background-image: url("http://localhost/igips/wp-content/uploads/2025/06/chairman-bg.png");background-repeat: no-repeat;bottom: -91px;
	content: "";height: 75px;position: absolute;right: -19px;width: 60px;z-index: -1;}
.chairman-message .chairman-content {background-color: #3d8f3a;  display: inline-block;margin-left: -60px;padding: 50px 50px 70px 90px;position: relative;vertical-align: middle;
	width: 65%;z-index: -1;}
.chairman-message .chairman-image img {width: 100%;}
.chairman-message .chairman-image .vc_column-inner {padding: 0;}
.chairman-message .chairman-content h1,
.chairman-message .chairman-content h2,
.chairman-message .chairman-content h3,
.chairman-message .chairman-content h4,
.chairman-message .chairman-content h5,
.chairman-message .chairman-content h6 {color: #fff;font-size: 31px;margin-bottom: 25px;}
.chairman-message .chairman-content p {color: #fff;font-size: 16px;font-weight: 400;line-height: 28px;}
.chairman-message .chairman-content p+p {padding-top: 25px;}
.management-team h1,
.management-team h2,
.management-team h3,
.management-team h4,
.management-team h5,
.management-team h6 {font-size: 30px;margin: 0 0 25px;}
.management-team {background-image: url("../images/bg-img1.png");background-position: center center;background-repeat: no-repeat;background-size: cover;padding: 90px 0 40px;}
.management-team .team-members {margin-bottom: 60px;text-align: center;}
.team-members .members-box {margin-bottom: 20px;vertical-align: top;}
.team-members .members-box .vc_column-inner {padding: 0;}
.team-members .members-box strong {color: #fde36a;font-size: 18px;font-weight: 400;margin-bottom: 0;text-transform: uppercase;}
.team-members .members-box p {color: #fde36a;font-size: 15px;font-weight: 400;text-transform: uppercase;}
.team-members .members-box .members-details {background-color: #3d8f3a;padding: 12px;text-align: left;}
.management-team .mangemnet-sec {background-color: #3d8f3a;margin: 0 auto;max-width: 1200px;padding: 20px;text-align: center;}
.mangemnet-sec .mangmt-text {border: 1px solid #f0f1f3;bottom: 30px;padding: 40px 50px;position: relative;}
.mangemnet-sec h1.mangemnet-head,
.mangemnet-sec h2.mangemnet-head,
.mangemnet-sec h3.mangemnet-head,
.mangemnet-sec h4.mangemnet-head,
.mangemnet-sec h5.mangemnet-head,
.mangemnet-sec h6.mangemnet-head {background-color: #3d8f3a;color: #fde36a;display: inline-block;font-size: 31px;position: relative;z-index: 1;margin-bottom: 15px !important;}
.mangemnet-sec .mangmt-text p {color: #fff;font-size: 16px;font-weight: 400;line-height: 32px;text-align: justify !important;}
.gallery-text {margin: 35px 0 20px 0px;text-align: center;}
.gallery-detail-head h5 {padding: 10px 65px 10px 10px;font-size: 20px;font-weight: 700;background-color: #e3f52d;position: relative;display: inline-block;margin: 0;overflow: hidden;}
.gallery-detail-head h5::after {background-color: #fff;bottom: -14px;content: "";height: 84px;overflow: hidden;position: absolute;right: -38px;transform: rotate(-33deg);width: 50px;}
.gallery-content {background-color: #e3f52d;padding: 10px;margin-top: -7px;}
.gallery-btn a {background: #3d8f3a;color: #fff;display: inline-block;font-size: 16px;font-weight: 700;min-width: 210px;padding: 12px 15px;text-align: center;vertical-align: top;
	text-transform: uppercase;border-color: #e48519;border-radius: 0;margin-top: 0px;font-family: 'Roboto Condensed', sans-serif;margin-bottom: 20px;}
.gallery-btn a:hover {background: #ff9113;}
.gallery-detail-page {padding-bottom: 50px;}
.gallery-section h1,
.gallery-section h2,
.gallery-section h3,
.gallery-section h4.gallery-section h5,
.gallery-section h6 {font-size: 31px;font-weight: 700;margin-bottom: 15px;}
.gallery-text h1 {font-size: 31px;font-weight: 700;}
.gallery-section {padding: 50px 0;}
.gallery-section .vc_column-inner {padding: 0;}
.gallery-section .vc_gitem-zone.vc_gitem-zone-c {background-color: #3d8f3a !important;height: 60px;left: 0;position: absolute;width: 100%;bottom: 0;/* transform: translateY(-50%);*/
	pointer-events: none;display: block;}
.gallery-section .vc_grid-item-mini {position: relative;}
.gallery-section .vc_gitem-zone.vc_gitem-zone-c h4 {color: #000;font-size: 15px;font-weight: 700;text-transform: normal;text-align: center !important;padding-top: 7px;}
.gallery-section .vc_btn3-container.vc_btn3-left {display: none;}
.gallery-section .vc_gitem-post-data {margin-bottom: 0px;}
.gallery-section .vc_gitem-zone .vc-zone-link:hover {background-color: rgba(0, 0, 0, 0.50);z-index: 0;}
.gallery-section .vc_grid-item-mini.vc_is-hover .vc_gitem-zone {background-color: #dbf500 !important;}
.gallery-section .vc_grid-item-mini.vc_is-hover .vc_gitem-zone h4 {color: #fff;}
.gallery-section .vc_gitem-zone.vc_gitem-zone-c {z-index: 9999;}
.gallery-section .vc_gitem-zone .vc-zone-link:hover::before {content: "";position: absolute;top: 39%;left: 50%;width: 62px;transform: translate(-50%, -50%);font-family: fontawesome;height: 62px;
	background-image: url("../images/cross.png");}
.structure-head {background-color: #3d8f3a;padding: 30px 0;text-align: center;}
.structure-head h1,
.structure-head h2,
.structure-head h3,
.structure-head h4,
.structure-head h5,
.structure-head h6 {color: #fff;font-size: 31px;margin-bottom: 0;text-transform: uppercase;}
.mid_sec {padding: 50px 0;}
.mid_sec .free-box {border: 1px solid rgb(220, 220, 220);color: rgb(0, 0, 0);font-family: Poppins, sans-serif;font-size: 14px;font-weight: 500;margin: 12px 0 0;overflow: auto;}
.free-box .vc_column-inner {padding: 0;}
.mid_sec .head-box {background: rgb(220, 220, 220) none repeat scroll 0 0;}
.form-box .wpcf7-form.sent .wpcf7-response-output {border-color: #f6f6f6;color: #fff;font-size: 16px;}
.form-box .wpcf7-form.failed .wpcf7-response-output {border-color: #f6f6f6 !important;color: #fff;font-size: 16px;}
.faculty-section {background-color: #efefef;padding: 50px 0px 10px 0;}
.faculty-content h1,
.faculty-content h2,
.faculty-content h3,
.faculty-content h4,
.faculty-content h5,
.faculty-content h6 {font-size: 25px;font-family: 'Gotham';font-weight: 500;color: #213151;margin-bottom: 2px;}
.faculty-content h1,
.faculty-content h2,
.faculty-content h3,
.faculty-content h4,
.faculty-content h5,
.faculty-content h6 {display: inline-block;border-bottom: 1px solid #213151;padding-bottom: 5px;}
.faculty-box {padding: 20px 10px;box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.12);background-color: #fff;}
.faculty-content .faculty-item .faculty-left {width: 50%;float: left;}
.faculty-content .faculty-item .faculty-right {width: 50%;float: left;}
.faculty-content .faculty-item p {font-size: 25px;font-family: 'Gotham';font-weight: 400;color: #213151;line-height: 37px;}
.faculty-content .faculty-item .faculty-left p {position: relative;}
.faculty-content .faculty-item .faculty-left p::after {right: 55px;top: 14px;content: "";position: absolute;background: url("../images/faculty-arrow.png");height: 16px;width: 16px;
	background-repeat: no-repeat;}
.faculty-head-section {background-color: #efefef;}
.faculty-head-box {box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.12);background-color: #fff;margin-top: 30px;display: inline-block;width: auto;}
.faclty-detils .f-left { /*  background-color: #e9f345;border: 1px solid #C0C0C0;*/}
.faclty-detils .fac-img {border: 1px solid #C0C0C0;}
.faculty-head-box h1,
.faculty-head-box h2,
.faculty-head-box h3,
.faculty-head-box h4,
.faculty-head-box h5,
.faculty-head-box h6 {padding: 10px 50px 10px 13px;font-size: 31px;font-weight: 700;display: inline-block;padding-right: 60px;margin: 0;color: #213151}
.faculty-head-box h1::after,
.faculty-head-box h2::after,
.faculty-head-box h3::after,
.faculty-head-box h4::after,
.faculty-head-box h5::after,
.faculty-head-box h6::after {background-color: #efefef;bottom: -14px;content: "";height: 103px;overflow: hidden;position: absolute;right: -38px;transform: rotate(-33deg);width: 57px;}
.faculty1-section {background-color: #efefef;padding: 0px;padding-top: 5px;}
.faculty1-content {background-color: #fff;padding: 20px 20px;margin-bottom: 10px;box-shadow: -3px 1px 7px 0 rgba(0, 0, 0, 0.12) !important;}
.faculty1-content+.faculty1-content {box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.18) !important;}
.faculty1-content .faculty1-image {width: 23%;margin-left: 10px;}
.faculty1-content .faculty1-text {width: 62%;}
.faculty1-content .faculty1-text h1,
.faculty1-content .faculty1-text h2,
.faculty1-content .faculty1-text h3,
.faculty1-content .faculty1-text h4,
.faculty1-content .faculty1-text h5,
.faculty1-content .faculty1-text h6 {font-size: 20px;font-weight: 400;font-family: 'Gotham';border-bottom: 1px solid #213151;color: #213151;padding-bottom: 3px;margin-bottom: 5px;}
.faculty1-content .faculty1-text p {font-size: 20px;font-weight: 400;color: #213151;line-height: 22px;}
.faculty1-content .faculty1-text .vc_column-inner {padding-left: 0px !important;}
.faculty1-content.faculty-last {margin-bottom: 50px;}
.anti-ragging-section {margin: 100px 0 50px;background-color: #e9f345;padding: 40px 50px;position: relative;border-radius: 110px;}
.anti-ragging-image {width: 132px;position: absolute;top: -48px;left: 50px;background-color: #3d8f3a;display: none;}
.anti-ragging-content {position: relative;background-color: #e9f345;}
.anti-ragging-content h1 {color: #000;font-size: 31px;font-weight: 700;padding-top: 20px;padding-bottom: 20px;text-transform: uppercase;} 
.anti-head-row {padding: 5px 16px;background-color: #e9f345;}
.anti-head-row h2 {font-weight: 700;font-size: 25px;color: #000;margin: 0;padding: 5px 0;}
/* .anti-head1{width:37%;} */
.anti-head1 {width: 35%;display: inline-block;vertical-align: middle;}
/* .anti-head2{width:31%;} */
.anti-head2 {width: 20%;display: inline-block;vertical-align: middle;}
.anti-head2mob {width: 23%;display: inline-block;vertical-align: middle;}
/* .anti-head3{width:31%;} */
.anti-head3 {width: 20%;display: inline-block;vertical-align: middle;}
.anti-small-row {padding: 20px  14px;overflow-wrap: break-word;border-radius: 20px;margin-bottom: 10px;}
.anti-small-row:nth-child(odd) { background-color: #3d8f3a;}
.anti-small-row:nth-child(even) {background-color: #43aa3f;}
/* .anti-small-row .anti-small1{width:37%;} */
.anti-small-row .anti-small1 {width: 35%;display: inline-block;vertical-align: middle;}
/* .anti-small-row .anti-small2{width:31%;} */
.anti-small-row .anti-small2 {width: 20%;display: inline-block;vertical-align: middle;}
.anti-small-row .anti-small2mob {width: 23%;display: inline-block;vertical-align: middle;}
/* .anti-small-row .anti-small3{width:31%;} */
.anti-small-row .anti-small3 {width: 20%;display: inline-block;vertical-align: middle;}
.anti-small-row h1 {font-weight: 700;font-size: 25px;color: #fde36a;margin: 0;padding: 5px 0;display: none;}
.anti-small-row h2 {font-weight: 400;font-size: 18px;font-family: 'Gotham';color: #efefef;margin-bottom: 3px;}
.anti-small-row h2 span {font-weight: 500;font-size: 18px;font-family: 'Gotham';color: #efefef;text-transform: uppercase;}
.anti-small-row h2 span.normal-text {font-weight: 500;font-size: 18px;font-family: 'Gotham';color: #efefef;text-transform: none;}
.anti-small-row p {font-weight: 400;font-size: 16px;font-family: 'Gotham';color: #efefef;line-height: 30px;}
.news-main-section {background-color: #efefef;padding: 50px 0px;}
.news-event-section {padding: 0px 50px;}
.news-event-section .news-image-block {border: 8px solid #fff;display: inline-block;vertical-align: middle;background-size: cover;background-repeat: no-repeat;width: 35%;}
.news-event-section .news-image-block img {width: 100%;}
.news-event-section .news-text-block {border-right: 1px solid #253b85;margin: 0px -4px;display: inline-block;vertical-align: middle;background-color: #fff;padding: 31px 0;width: 65%;}
.news-text-block .date {margin: 10px 0px;margin-left: 10px;border: 1px solid #7e3d63;width: 85px;float: left;padding: 10px 0;text-align: center;position: relative;}
.news-text-block .date-leftline {background-color: #7e3d63;content: "";height: 8px;left: 25px;position: absolute;top: -4px;width: 1px;}
.news-text-block .date-rightline {background-color: #7e3d63;content: "";height: 8px;right: 25px;position: absolute;top: -4px;width: 1px;}
.news-text-block .date h5 {font-size: 35px;font-weight: 700;color: #253b84;margin-bottom: 0;}
.news-text-block .date p {font-size: 15px;font-weight: 400;color: #b4b4b4;line-height: 18px;}
.news-text-block .news-content-block {width: calc(100% - 95px);float: left;padding-left: 15px;padding-right: 40px;}
.news-text-block .news-content-block p {font-size: 16px;font-weight: 400;line-height: 18px;text-align: justify;}
.news-text-block .news-content-block a {color: #253b84 !important;}
.news-text-block .news-content-block h5 {font-size: 25px;font-weight: 700;border-bottom: 1px solid #b4b4b4;padding-bottom: 4px;margin-bottom: 8px;color: #243a83;text-transform: uppercase;
	margin-top: 3px;}
.news-events-item {margin-bottom: 30px;}
div#wpsvccount {display: none !important;}
div#wpsvcviews img {display: none !important;}
div#wpsvcattribution {display: none !important;}
h3.wps_visitor_title {font-size: 20px !important;margin-bottom: 2px !important;color: #868383 !important;display: none;}
#mvcwid {color: #F0F5F2;margin-top: 0px;}
.faculty1-newimage {background: #ebebeb none repeat scroll 0 0;width: 200px;}
.faculty1-newtext h2 {color: #213151;font-family: "Gotham";font-size: 20px;font-weight: 400;margin-bottom: 5px;padding-bottom: 3px;padding-top: 16px;}
.faculty1-newtext {background-color: #dedede;margin-left: 0;width: calc(100% - 200px);}
.faculty1-newtext td {color: #213151;font-size: 16px;font-weight: 400;line-height: 22px;padding-bottom: 10px;}
.faculty1-newnext {margin-top: 20px;}
.faculty1-content.faculty-none .faculty1-newtext {display: none;}
.faculty1-section.third {margin-top: -46px;padding-top: 0;}
.gallery-section .gallery-single-heading {font-size: 31px;font-weight: 700;margin-top: 25px;}
.gallery-section .gallery-content1 {padding: 0px 30px;}
.footer-logos {background-color: #2e3033;border-bottom: 1px solid #4b4c4d;padding-bottom: 20px;text-align: center;padding-top: 20px;}
.footer-logos .footer-logos1 {width: 23%;display: inline-block;margin: 0px 10px;}
.footer-logos .footer-logos2 {width: 23%;display: inline-block;margin: 0px 10px;}
.footer-logos .footer-logos3 {width: 23%;display: inline-block;margin: 0px 10px;}
.events-date-details .events-date {margin-bottom: 10px;font-weight: 400;display: inline-block;width: 30%;position: relative;padding-left: 25px;}
.events-date-details .events-date::before {content: "\f073";left: 0;position: absolute;font-family: 'FontAwesome';font-size: 18px;top: 2px;}
.events-date-details .events-time {/*margin-bottom: 10px;*/margin-bottom: 19px;font-weight: 400;display: inline-block;width: 22%;position: relative;padding-left: 25px;}
.events-date-details .events-time::before {content: "\f017";left: 0;position: absolute;font-family: 'FontAwesome';font-size: 18px;top: 3px;}
/*.events-item*/
.events-date-details .events-location {margin-bottom: 10px;font-weight: 400;display: inline-block;width: 42%;position: relative;padding-left: 25px;}
.events-date-details .events-location::before {content: "\f041";left: 0;position: absolute;font-family: 'FontAwesome';font-size: 18px;top: 2px;}
.events-date-details .events-location p {}
.events-date-details p {line-height: 25px !important;}
.events-item .events-image-block {display: inline-block;width: 38%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.events-item .events-text-block {display: inline-block;width: 61%;padding: 15px 30px;vertical-align: middle;}
.events-item .events-text-block h5 {color: #243a83;font-size: 25px;font-weight: 700;text-transform: uppercase;margin-bottom: 7px;}
.events-content-block1 {height: 55px;margin-bottom: 5px;overflow: hidden;font-weight: 400;}
.event-section .events-item {background-color: #fff;box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.20);margin-bottom: 25px;}
.event-section .events-image-block img {width: 100%;}
.event-section .events-read-more a {color: #000;}
.event-section .events-read-more a:hover {color: #243a83;}*/
.inner-section.gallery-inner {padding-bottom: 30px;}
.inner-section.gallery-inner .container-filter {margin: 0;padding: 0;}
.inner-section.gallery-inner .container-filter .list-inline-item a {background-color: #f1910a;border: medium none;border-radius: 0 !important;display: block;padding: 0 10px;color: #fff !important;
	cursor: pointer;margin-bottom: 10px;}
.inner-section.gallery-inner .container-filter .list-inline-item a:hover,
.inner-section.gallery-inner .container-filter .list-inline-item a.active {background-color: #752f58;}
.gallery-inner .col-lg-3.col-md-6.col-12.mt-4.pt-2 {padding-left: 5px;padding-right: 5px;}
.facilities-box .box1 {position: relative;}
.facilities-box .box1 .vc_custom_heading a::after {position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;}
#wpsvctotalviews img {display: none !important;}
.news-section .mega-post-carousel2 .mega-post-image a {pointer-events: none;}
.latest-event-image {margin: auto;display: block !important;}
.latest-event-text {width: 100% !important;padding: 31px 20px;}
.latest-event-text .content-block1 p {margin-bottom: 15px;}
.news-content-block.event-content-block {padding: 0 20px;width: 100%;}
.event-content-block1 .vc_grid.vc_row.vc_grid-gutter-5px {/*margin-bottom: -5px;*/margin-top: 10px;}
.event-content-block1 p {line-height: 25px !important;}
.b-pharm-text-block {padding: 50px 0 15px;border-bottom: dashed 1px #D1D1D1;}
.b-pharm-text-block p,
.eligibility-sec p {color: #000;font-size: 16px;font-weight: 500;line-height: 30px;margin-bottom: 20px !important; text-align: justify !important; text-align: justify !important;}
.b-pharm-text-block .b-pharm-img-bx {display: inline-block;vertical-align: middle;}
.b-pharm-text-block .b-pharm-text {display: inline-block;vertical-align: middle;}
.eligibility-sec {margin-top: 15px;border-bottom: dashed 1px #D1D1D1;padding-bottom: 15px;margin-bottom: 60px;}
.eligibility-sec ol li {color: #000;font-size: 16px;font-weight: 400;line-height: 30px;}
.eligibility-sec .button-section {text-align: center;margin-top: 50px;}
.eligibility-sec .fee-butn {display: inline-block;}
.eligibility-sec .fee-butn+.fee-butn {margin-left: 15px;}
.eligibility-sec .fee-butn a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.eligibility-sec .fee-butn.prospectus a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.eligibility-sec .fee-butn.syllabus a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {background: #51ac37;color: #fff;display: inline-block;font-size: 25px;font-weight: 700;min-width: 204px;
	padding: 18px 35px;text-align: center;vertical-align: top;text-transform: uppercase;font-family: 'Roboto Condensed', sans-serif;border-radius: 15px;position: relative;border: none;}
.eligibility-sec .fee-butn a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after { background-image: url("../images/structure-icon.png");content: "";height: 40px;left: 0;position: absolute;
	top: 0;width: 27px;background-repeat: no-repeat;display: none;}
.eligibility-sec .fee-butn.prospectus a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after {background-image: url("../images/procpts-icon.png");background-repeat: no-repeat;
	content: "";height: 40px;left: 0;position: absolute;top: 0;width: 27px;}
.eligibility-sec .fee-butn.syllabus a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after {background-image: url("../images/syllabus-icon.jpg");background-repeat: no-repeat;content: "";
	height: 40px;left: 0;position: absolute;top: 0;width: 27px;}
.eligibility-sec.we-are-hiring {padding: 35px 0;}
.b-pharm-entry-sec {background: #e9f345;padding: 30px;text-align: center;margin: 50px 0;}
.b-pharm-entry-sec h2 {color: #3d8f3a;}
.b-pharm-entry-sec p {color: #000;line-height: 30px; text-align: justify;}

/*---------------------------------------------------------------------------*/

.qp-year {padding: 50px 0px 20px;}
.qp-type {padding-bottom: 40px;}
.qp-type h2 {font-size: 30px;padding-top: 20px;}
.qp-type1,
.qp-type2 {background-color: #ededed;}
.qp-type1 {border-right: 1px solid #B7B7B7;}
.qp-type strong {font-size: 20px;color: #000;}
.qp-type p:first-child {padding-bottom: 13px !important;}
.qp-type p {font-size: 18px;color: #e48519;}
.qp-type a {padding-left: 3px;font-size: 15px;color: #3c4878;font-weight: 500;}
.qp-type a:hover {color: #006BCF;}
.qp-type .semester-block {padding-bottom: 15px;}
.admission-started {background-color: rgb(0, 46, 108);text-align: center;padding: 10px;}
.admission-started h2 {font-size: 16px;font-weight: 500;text-transform: uppercase;color: #fff;margin-bottom: 0;animation: animate 10s linear infinite;}
.scrolling-text {background-color: rgb(0, 46, 108);text-align: center;padding: 10px;font-size: 16px;font-weight: 500;text-transform: uppercase;color: #fff;}
.scrolling-text .text_slider_title {display: none;}
.scrolling-text .controls {display: none;}
.scrolling-text .playbutton-wrapper {display: none;}
.scrolling-text .text_slider_content a {color: #fff;}
/*.department-text h4 {margin-bottom: 50px;}
.department-text {font-size: 18px;}*/
/*.department-text p {line-height: 32px;margin-bottom: 20px;}*/
.iic-section h3 {margin-bottom: 50px;text-transform: uppercase;}
.iic-section h4 {font-size: 22px;text-transform: uppercase;}
.innovation-council h3 {text-transform: uppercase;margin-bottom: 50px;}
.innovation-council p {font-size: 18px;margin-bottom: 20px;line-height: 34px;}
.contact-number {text-align: right;padding-top: 40px;}
.contact-number p {font-size: 18px;text-transform: uppercase;}
.admission-started {display: block;}
.faculty1-content.faculty-none .faculty1-newtext {display: block;}
.iedc-section .anti-ragging-content {margin-left: 0;}
.ditty__edit-links {display: none;}
/*.news-popup.remodal.addon-popup {max-width: 550px;background-color: #033e84;}
.news-popup.remodal.addon-popup h2 {color: #fff;text-transform: uppercase;}
.news-popup.remodal.addon-popup .featured-image {margin-bottom: 30px;}*/

.top-register .regstr-nw a.ditty-item__link {color: #e48519 !important;}
.eligililty-box .bpharm-text ol { text-align: justify !important;}
.library-table .table {  max-width: 550px; margin: 0 auto;}




@media only screen and (min-width:1460px) and (max-width:1660px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {max-width: 1430px;}
	.header-section .nav-sec ul li+li {padding-left: 30px;}

}

@media only screen and (min-width:1230px) and (max-width:1460px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {max-width: 1200px;}
	.footer-content .footer-box ul li {width: 120px;}
	.academics-details .academics-box .academics-image {right: -245px;}
	.management-team .mangemnet-sec {max-width: 950px;}
}


@media only screen and (min-width:992px) and (max-width:1230px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {max-width: 960px;}
}

@media only screen and (max-width:1660px) {
	.welcome-section {background-size: cover;padding: 0px;}
	.contact-form-box .form-box {padding: 70px 200px 70px 0;width: 700px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 55px;}
	.faculty1-newtext {margin-left: -8px;}

}

@media only screen and (max-width:1460px) {
	.welcome-section .welcom-box {padding: 50px 0 120px;}
	.principal-messeage {padding: 60px 0;}
	.contact-form-box .form-box {padding: 70px 50px 70px 0;width: 590px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 35px;}

	/*--------------------------------*/
	/*----------------------------------*/
	.header-section .nav-sec ul li+li {padding-left: 22px;}
	.management-team {padding: 46px 0 40px;}
	/*.news-event-section .news-image-block {height: 182px;}*/
	.faculty1-newtext td {font-size: 17px;}
	.header-section .logo {width: 240px;}
	.header-section .nav-sec {width: calc(100% - 240px);}
	.header-section .nav-sec ul li a {font-size: 14px;}
	.b-pharm-entry-sec h2 {font-size: 28px;}


}

@media only screen and (max-width:1230px) {
	.banner-slider .banner-text h1 {font-size: 45px;}
	/*.news-section{ width:60%;}*/
	.principal-messeage .principal-img {display: block;margin: 0 auto;text-align: center;vertical-align: middle;width: 380px;}
	.principal-messeage .principal-msg {display: block;margin-top: 20px;width: 100%;}
	.footer-content .footer-adrs {padding-left: 0;}
	.footer-content .footer-links {padding-left: 60px;}
	.contact-form {margin-top: 0px;}
	.contact-form .contact-form-box {display: block;width: 100%;}
	.contact-form-box .form-box {float: none;margin: 0 auto;padding: 70px 0;width: 590px;}
	.contact-form .contact-map {display: block;width: 100%;}
	.welcome-section .welcom-box {background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;}

	/*------------------------*/
	/*------------------------*/

	/*.banner-slider { padding:143px 0px;}*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 45px;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 45px;}
	/*.banner-slider1 { padding:143px 0px;}*/
	.banner-slider1 {padding: 0px 0px;}
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 45px;margin-bottom: 0;}
	/*.inner-banner-section {  padding:143px 0px;}*/
	.news-section .mega-post-carousel2 .mega-post-content {font-size: 24px;}
	.news-section .wpb_column.vc_column_container.vc_col-sm-12 {width: 60%;}
	.facilities-sec {padding: 87px 0;}
	.facilities-box .box1 h1,
	.facilities-box .box1 h2,
	.facilities-box .box1 h3,
	.facilities-box .box1 h4,
	.facilities-box .box1 h5,
	.facilities-box .box1 h6 {font-size: 22px;}
	.salient-features .feature-content {padding: 70px 50px;}
	.academics-details .academics-box .academics-image {right: -245px;}
	.academics-details .academics-box {width: 47%;}
	.faculties-details .faculties-boxes {width: calc(25% - 20px);}
	.management-team .mangemnet-sec {max-width: 750px;padding: 0px;padding: 20px 0;}
	.mangemnet-sec .mangmt-text {padding: 20px 10px;}
	.mangemnet-sec .mangmt-text p {line-height: 26px;}
	.faculty-content .faculty-item p {font-size: 20px;line-height: 33px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 25px;top: 11px;}
	.faculty-content h1,
	.faculty-content h2,
	.faculty-content h3,
	.faculty-content h4,
	.faculty-content h5,
	.faculty-content h6 {font-size: 20px;}
	.faculty1-content .faculty1-text h1,
	.faculty1-content .faculty1-text h2,
	.faculty1-content .faculty1-text h3,
	.faculty1-content .faculty1-text h4,
	.faculty1-content .faculty1-text h5,
	.faculty1-content .faculty1-text h6 {font-size: 16px;}
	.faculty1-content .faculty1-text p {font-size: 17px;}
	.faculty1-content .faculty1-image {width: 36%;margin-left: 0px;}
	.faculty1-content .faculty1-text {width: 64%;}
	.faculty-head-box h1,
	.faculty-head-box h2,
	.faculty-head-box h3,
	.faculty-head-box h4,
	.faculty-head-box h5,
	.faculty-head-box h6 {padding: 10px 60px 10px 0px;}
	.header-section .nav-sec ul li a {font-size: 12px;}
	.header-section .nav-sec ul li+li {padding-left: 16px;}
	.header-section .logo {width: 140px;}
	.header-section .nav-sec {width: calc(100% - 140px);padding-top: 0;}
	.anti-head-row h2 {font-size: 22px;}
	.anti-small-row h2 {font-size: 17px;}
	.anti-small-row h2 span {font-size: 17px;}
	/*.news-event-section .news-image-block {height: 143px;}*/
	.news-event-section {padding: 0 25px;}
	.faculty1-newtext {width: 70%;}
	.faculty1-newimage {width: 20%;}
	.faculty1-content {width: 100%;margin-bottom: 0;}
	.faculty1-content.faculty-none {display: none !important;}
	.faculty1-content.third {margin-top: 0;padding-top: 43px;}
	.news-section .mega-cnt {height: 78px;}
	.department-image {padding-top: 0 !important;}
	.anti-small-row h1 {display: block;}
	.anti-head-row {display: none;}
	.anti-small-row .anti-small1 {display: block;width: 100%;}
	.anti-small-row .anti-small2 {display: block;width: 100%;}
	.anti-small-row .anti-small3 {display: block;width: 100%;}
	.anti-small-row .anti-small2mob {display: block;width: 100%;}
}

@media only screen and (max-width:991px) {
	.top-links .call a {font-size: 14px;font-weight: 400;letter-spacing: 0;}
	.header-section .nav-sec ul {display: none;}
	.mobile-btn {display: block;}
	.banner-slider .banner-text h1 {font-size: 35px;}
	.welcome-section .welcom-box {background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;padding: 36px 35px 90px;width: 100%;}
	.facilities-sec {padding: 40px 0;}
	.facilities-box .box1 h2 {font-size: 17px;}

	/*------------------------*/
	/*------------------------*/

	/*.banner-slider {padding: 115px 0;}*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 40px;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 40px;}
	/*.banner-slider1 { padding:115px 0px;}*/
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 40px;}
	.inner-banner-section {padding: 115px 0px;}
	.news-section .wpb_column.vc_column_container.vc_col-sm-12 {width: 70%;}
	.news-section .mega-post-carousel2 .mega-post-content {font-size: 23px;}
	.principal-messeage .principal-msg h1,
	.principal-messeage .principal-msg h2,
	.principal-messeage .principal-msg h3,
	.principal-messeage .principal-msg h4,
	.principal-messeage .principal-msg h5,
	.principal-messeage .principal-msg h6 {font-size: 40px;}
	.mision-image.wpb_column.vc_column_container.vc_col-sm-6 {width: 100%;margin-bottom: 25px;}
	.mision-content.wpb_column.vc_column_container.vc_col-sm-6 {width: 100%;padding: 0 14px;}
	.mision-content .mision-box+.mision-box {margin-top: 30px;}
	.salient-features .feature-content ul li {font-size: 19px;}
	.academics-details .academics-box {display: block;width: auto;margin-left: 0;}
	.academics-details .academics-box+.academics-box {margin-top: 20px;}
	.academics-section {padding: 30px 0;}
	.academics-title {margin-bottom: 30px;}
	.faculties-details .faculties-boxes {width: calc(33.3% - 20px);}
	.faculties-section {padding: 35px 0;}
	.chairman-message .chairman-image .vc_column-inner::after {display: none;}
	.chairman-message .chairman-image {width: 86%;margin: auto;}
	.chairman-message .chairman-content {width: 100%;margin-left: 0;padding: 50px 50px 70px;}
	.team-members .members-box {width: 50%;}
	.management-team {padding: 60px 0 40px;}
	.management-team .team-members {margin-bottom: 10px;}
	.faculty-content .faculty-item p {font-size: 16px;line-height: 30px;}
	.faculty-content h1,
	.faculty-content h2,
	.faculty-content h3,
	.faculty-content h4,
	.faculty-content h5,
	.faculty-content h6 {font-size: 16px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 5px;top: 9px;}
	.faculty1-content {width: 100%;margin-bottom: 0;}
	.faculty1-content.faculty-none.wpb_column.vc_column_container.vc_col-sm-4 {display: none;}
	.faculty1-content+.faculty1-content {box-shadow: 1px 8px 6px 4px rgba(0, 0, 0, 0.12) !important;}
	.faculty1-content {box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.12) !important;}
	.faculty1-content .faculty1-image {width: 25%;}
	/* .anti-small-row h1{ display: block;}
	.anti-head-row {display: none;}
	.anti-small-row .anti-small1 {display: block;width:100%;}
	.anti-small-row .anti-small2 {display: block;width:100%;}
	.anti-small-row .anti-small3 {display: block;width:100%;} */
	.gallery-section {padding: 35px 0;}
	.news-event-section {padding: 0;}
	.news-event-section .news-image-block {display: block;width: 100%;text-align: center;}
	/*.news-event-section .news-image-block { height: 425px;}*/
	.news-event-section .news-text-block {display: block;width: 100%;margin: 0;}
	.news-text-block .date {margin-left: 5px;}
	.news-text-block .news-content-block {width: calc(100% - 90px);}
	.news-content-block.event-content-block {padding: 0 20px;width: 100%;}
	.faculty1-newimage {width: 100%;}
	.faculty1-newtext {width: 100%;margin-left: 0}
	.events-item .events-image-block {float: none;width: 100%;}
	.events-item .events-text-block {float: none;width: 100%;}
	.header-section .logo {width: 200px;}
	.header-section .nav-sec {width: calc(100% - 200px);}
	.top-section .top-links {width: auto;float: none;text-align: center;padding-top: 0;}
	.top-section .apply-button {width: auto;float: none;text-align: center;margin-top: 12px;}

}

@media only screen and (max-width:767px) {
	.icon-float.icon-pci {margin-top: 23px;}
	.top-section .top-links {float: none;text-align: center;width: 100%;}
	/*.top-section .apply-button {float: none;margin: 15px auto 0;text-align: center;width: 220px;}*/
	.top-section .apply-button a+a {margin: 0px auto;margin-top: 5px;}
	.top-section .apply-button a {display: block;max-width: 340px;margin: 0px auto;}
	.banner-slider .banner-text h1 {font-size: 28px;}
	.news-content .news-text {font-size: 18px;}
	.courses-section .corses-box {display: block;margin-bottom: 20px;width: 100%;}
	.principal-messeage .principal-msg h1 {font-size: 30px;}
	.footer-content .footer-box {float: none;text-align: center;}
	.footer-content .footer-links {padding-left: 0;width: auto;}
	.footer-content .footer-text {width: auto;}
	.footer-content .footer-box ul li {display: block;width: auto;}
	.footer-content .footer-adrs {width: auto;}
	.footer-content .footer-box+.footer-box {padding-top: 20px;}
	.footer-section {padding: 25px 0;}
	.footer-box .social-links a {margin: 0 auto;}
	.copy-right {padding: 30px 0;}
	.contact-sec .icon-box1 {width: 100%;display: block;margin: 0 0 75px;min-height: auto;}

	/*------------------------*/
	/*------------------------*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 35px;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 35px;}
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 35px;}
	.banner-slider {padding: 74px 0;}
	.inner-banner-section {padding: 74px 0px;}
	.news-section .wpb_column.vc_column_container.vc_col-sm-12 {width: 85%;}
	.news-section .mega-post-carousel2 .mega-post-content {font-size: 18px;}
	.principal-messeage .principal-msg h1,
	.principal-messeage .principal-msg h2,
	.principal-messeage .principal-msg h3,
	.principal-messeage .principal-msg h4,
	.principal-messeage .principal-msg h5,
	.principal-messeage .principal-msg h6 {font-size: 35px;}
	.courses-section h1,
	.courses-section h2,
	.courses-section h3.courses-section h4.courses-section h5.courses-section h6 {margin-bottom: 15px;}
	.principal-messeage {padding: 60px 0 10px;}
	.salient-features .features-image {height: 550px;}
	.academics-details .academics-box .academics-image {right: -295px;}
	.faculties-details .faculties-boxes {width: calc(50% - 20px);}
	.faculty-content {width: 100%;}
	.chairman-message .chairman-image {width: 100%;}
	.chairman-message .chairman-content {padding: 30px 0px 40px;}
	.faculty-content {margin-top: 20px;padding-left: 40px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 15px;}
	.faculty1-content .faculty1-text .vc_column-inner {padding-left: 15px !important;}
	.faculty-head-box h1,
	.faculty-head-box h2,
	.faculty-head-box h3,
	.faculty-head-box h4,
	.faculty-head-box h5,
	.faculty-head-box h6 {font-size: 28px;}
	.faculty1-content .faculty1-image {float: left;}
	.faculty1-content .faculty1-text {float: left;}
	.anti-ragging-image {width: 110px;}
	.anti-ragging-content {margin-left: 130px;}
	.anti-ragging-content h1 {font-size: 23px;padding-bottom: 15px;}
	.anti-small-row h1 {font-size: 21px;}
	.anti-small-row h2 span {font-size: 16px;}
	.anti-small-row h2 {font-size: 16px;}
	.anti-small-row p {font-size: 15px;}
	.structure-head {padding: 20px 0;}
	.gallery-section h1,
	.gallery-section h2,
	.gallery-section h3,
	.gallery-section h4.gallery-section h5,
	.gallery-section h6 {margin-bottom: 25px;}
	.gallery-section {padding: 25px 0;}
	.news-text-block .news-content-block h5 {font-size: 22px;}
	.news-text-block .date h5 {font-size: 25px;}
	.news-text-block .date p {font-size: 14px;}
	.news-text-block .date {width: 73px;}
	.news-text-block .news-content-block {width: calc(100% - 78px);padding-right: 15px;}
	.news-content-block.event-content-block {padding: 0 20px;width: 100%;}
	.footer-copyright .ftr-left {float: none;margin-bottom: 10px;}
	.footer-copyright .ftr-right {float: none;}
	div#wpsvcviews {text-align: center !important;}
	.events-date-details .events-time {width: 42%;}
	.events-date-details .events-date {width: 50%;}
	.events-date-details .events-location {width: 100%;}
	.gallery-inner .work-container.work-grid.position-relative.d-block.overflow-hidden.rounded {text-align: center;}
	.footer-section {display: block;}
	.footer-section1 {display: none;}

	/*
	.footer-box.footer-adrs .visiters {display: inline-block;}
	.footer-box.footer-text .visiters {display: none;}
	.footer-logos {padding-top: 0;}*/
	.qp-type1 {border-right: none;}
	.icon-float {top: 29%;}
	.top-section .admission-started {font-size: 16px;}
	.innovation-council {padding-bottom: 30px !important;}
	.icon-float.icon-pci {top: 32%;}
	.icon-float.icon-pic {top: 43%;}
	.rank-list h3 {font-size: 25px;}
}

@media only screen and (max-width:640px) {
	.facilities-box .box1 {display: inline-block;width: 40%;}
	.contact-form-box .form-box {padding: 70px 30px;width: 100%;}

	/*------------------------*/
	/*------------------------*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 30px;}
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 30px;}
	.banner-slider {padding: 56px 0;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 30px;}
	/*.banner-slider1 { padding:56px 0px;}*/
	.inner-banner-section {padding: 56px 0px;}
	.about-college {padding: 50px 0 30px;}
	.gallery-text {margin: 25px 0 20px;}
	.salient-features .features-image {height: 480px;}

	/*
	.department-text h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}
*/
}

@media only screen and (max-width:550px) {
	.top-links .call a {font-size: 13px;}
	.facilities-box .box1 {display: block;margin: 0 auto 10px;width: 70%;}

	/*------------------------*/
	/*------------------------*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 27px;}
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 27px;}
	.banner-slider {padding: 35px 0;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 27px;}
	.inner-banner-section {padding: 35px 0px;}
	.button-apply .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {min-width: 185px;}
	.inner-banner-section .button-box a {min-width: 185px;}
	.principal-messeage .principal-msg h1,
	.principal-messeage .principal-msg h2,
	.principal-messeage .principal-msg h3,
	.principal-messeage .principal-msg h4,
	.principal-messeage .principal-msg h5,
	.principal-messeage .principal-msg h6 {font-size: 30px;}
	.principal-messeage .principal-msg p {font-size: 18px;}
	.mision-vision {padding: 40px 0;}
	.salient-features .feature-content ul li {font-size: 18px;line-height: 22px;}
	.about-college {padding: 40px 0 30px;}
	.academics-box .academics-head h1 {font-size: 35px;padding: 9px 30px;}
	.academics-details .academics-box .academics-image {position: relative;right: 0;text-align: center;}
	.academics-box .academics-head {margin-top: 20px;text-align: center;}
	.academics-box .download-button {text-align: center;}
	.contact-form-box .form-box h1 {font-size: 25px;}
	.chairman-message {padding: 40px 0;}
	.management-team {padding: 40px 0 30px;}
	.gallery-detail-head h5::after {display: none;}
	.gallery-detail-head h5 {display: block;}
	.faculty-content .faculty-item p {font-size: 15px;}
	.faculty-content h1,
	.faculty-content h2,
	.faculty-content h3,
	.faculty-content h4,
	.faculty-content h5,
	.faculty-content h6 {font-size: 15px;}
	.faculty-head-box h1,
	.faculty-head-box h2,
	.faculty-head-box h3,
	.faculty-head-box h4,
	.faculty-head-box h5,
	.faculty-head-box h6 {font-size: 25px;}
	.faculty-head-box h1::after,
	.faculty-head-box h2::after,
	.faculty-head-box h3::after,
	.faculty-head-box h4::after,
	.faculty-head-box h5::after,
	.faculty-head-box h6::after {display: none;}
	.faculty1-content {margin: 0px 10px;}
	.faculty-head-box {margin: 30px 10px 0;}
	.faculty-box {margin: 0 -5px;}
	.faculty1-content .faculty1-image {width: 100%}
	.faculty1-content .faculty1-text {width: 85%;}
	.anti-ragging-section {padding: 0 25px 15px 25px;}
	.anti-ragging-content {margin-left: 115px;}
	.anti-ragging-image {left: 25px;}
	.gallery-section h1,
	.gallery-section h2,
	.gallery-section h3,
	.gallery-section h4.gallery-section h5,
	.gallery-section h6 {margin-bottom: 15px;}
	.gallery-section {padding: 15px 0;}
	.salient-features .features-image {height: 430px;}
	.footer-logos .footer-logos1 {margin: 0 3px;}
	.qp-year {padding: 22px 0;}
	.qp-year h2 {font-size: 23px;margin-bottom: 0;}
	.qp-type h2 {font-size: 20px;}
}

@media only screen and (max-width:480px) {
	.news-content .news-img {display: block;margin: 0 auto;width: 80px;}
	.news-content .news-text {display: block;width: 100%;margin-top: 10px;}
	.banner-slider .banner-text h1 {font-size: 20px;}

	/*------------------------*/
	/*------------------------*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 25px;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 25px;}
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 25px;}
	.news-section .mega-post-carousel2 .mega-post-image {float: none;margin: auto;}
	.news-section .mega-post-carousel2 .mega-post-content {max-width: 100%;}
	.yelow-border .vc_column-inner {padding: 0 !important;}
	.principal-messeage .principal-msg h1,
	.principal-messeage .principal-msg h2,
	.principal-messeage .principal-msg h3,
	.principal-messeage .principal-msg h4,
	.principal-messeage .principal-msg h5,
	.principal-messeage .principal-msg h6 {font-size: 25px;}
	.salient-features .feature-content {padding: 50px 30px;}
	.about-college {padding: 30px 0 30px;}
	.faculties-details .faculties-boxes {display: block;width: auto;margin-bottom: 10px;}
	.download-button .button-box+.button-box {padding-top: 10px;}
	.download-button .button-box {display: block;padding-left: 0;}
	.team-members .members-box {width: 100%;}
	.team-members .members-box .vc_column-inner {padding: 0 15px;}
	.gallery-detail-head h5 {font-size: 16px;}
	.gallery-btn a {min-width: 190px;padding: 8px 10px;}
	.faculty-content {padding-left: 20px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 8px;}
	.faculty-content .vc_column-inner {padding: 0;}
	.faculty-content {padding-left: 0px;}
	.faculty-head-box h1,
	.faculty-head-box h2,
	.faculty-head-box h3,
	.faculty-head-box h4,
	.faculty-head-box h5,
	.faculty-head-box h6 {font-size: 22px;}
	.anti-ragging-image {width: 90px;top: -42px;}
	.anti-ragging-content {margin-left: 104px;}
	.anti-ragging-section {margin: 68px 0 50px;}
	.anti-ragging-content h1 {font-size: 21px;}
	.anti-small-row h1 {font-size: 20px;}
	.anti-small-row h2 span {font-size: 15px;}
	.anti-small-row h2 {font-size: 15px;}
	.anti-small-row p {font-size: 14px;}
	.top-links .call {padding-left: 10px;}
	.top-links .call+.call {border: none;}
	.news-text-block .news-content-block h5 {margin-top: 5px;}
	.news-text-block .date {margin: 11px 0;margin-left: 5px;float: none;margin: auto;}
	/*.news-text-block .date h5 {font-size: 20px;}*/
	.news-text-block .news-content-block {width: 100%;}
	.salient-features .features-image {height: 390px;}
	.faculty1-newtext td {font-size: 15px;}
	.gallery-section .gallery-content1 {padding: 0px 15px;}
	.news-section .mega-cnt {height: 106px;}
	.events-date-details .events-date {padding-left: 20px;}
	.events-date-details .events-date p {font-size: 14px;}
	.events-date-details .events-date::before {font-size: 17px;}
	.events-date-details .events-time {padding-left: 20px;}
	.events-date-details .events-time p {font-size: 14px;}
	.events-date-details .events-time::before {font-size: 17px;top: 3px;}
	.events-date-details .events-location {padding-left: 20px;}
	.events-date-details .events-location p {font-size: 14px;}
	.events-date-details .events-location::before {font-size: 17px;}
	.events-item .events-text-block {padding: 15px;}
	.admission-started h2 {font-size: 14px;}
	.contact-number {text-align: left;}
	.eligibility-sec .fee-butn+.fee-butn { margin-left: 0;}
}

@media only screen and (max-width:380px) {
	.faculty-content .faculty-item .faculty-left {padding-right: 17px;}
	.faculty-content .faculty-item .faculty-left p::after {right: 0;top: 10px;}
	.faculty-head-box h1,
	.faculty-head-box h2,
	.faculty-head-box h3,
	.faculty-head-box h4,
	.faculty-head-box h5,
	.faculty-head-box h6 {font-size: 19px;}
	.faculty-head-box {margin: 30px 10px 0;}
	.faculty1-content .faculty1-text {width: 100%;}
	.anti-ragging-image {top: -28px;width: 85px;}
	.anti-ragging-content {margin-left: 90px;}
	.anti-ragging-content h1 {font-size: 19px;}
	.anti-small-row h1 {font-size: 19px;}
	.news-text-block .news-content-block {padding: 0px 5px;}
	.salient-features .features-image {height: 320px;}
	.faculty1-newtext td {font-size: 13px;}
	.faculty1-newtext h2 {font-size: 17px;}
	.faculty-content .faculty-item p {font-size: 14.5px;}
	.faculty1-newtext .vc_column-inner {padding-left: 5px;padding-right: 5px;}
	.gallery-section .gallery-single-heading {font-size: 28px;}
	.events-date-details .events-location::before {font-size: 15px;top: 4px;}
	.events-item .events-text-block h5 {font-size: 22px;}
}

@media only screen and (max-width:360px) {
	.top-links .call+.call {border-left: 0 none;padding-left: 0;}
	.banner-slider .banner-text h1 {font-size: 15px;}

	/*------------------------*/
	/*------------------------*/
	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-slider .banner-text h3,
	.banner-slider .banner-text h4,
	.banner-slider .banner-text h5,
	.banner-slider .banner-text h6 {font-size: 23px;}
	.banner-slider1 .banner-text h1,
	.banner-slider1 .banner-text h2,
	.banner-slider1 .banner-text h3,
	.banner-slider1 .banner-text h4,
	.banner-slider1 .banner-text h5,
	.banner-slider1 .banner-text h6 {font-size: 23px;}
	.inner-banner-section .banner-text h1,
	.inner-banner-section .banner-text h2,
	.inner-banner-section .banner-text h3,
	.inner-banner-section .banner-text h4,
	.inner-banner-section .banner-text h5,
	.inner-banner-section .banner-text h6 {color: #fff;font-size: 23px;}
	.salient-features .feature-content {padding: 50px 22px;}
	.faculty-head-box h1,
	.faculty-head-box h2,
	.faculty-head-box h3,
	.faculty-head-box h4,
	.faculty-head-box h5,
	.faculty-head-box h6 {font-size: 19px;}
	.top-links .call {padding-left: 0px;}
	.salient-features .features-image {height: 300px;}
}