@charset "utf-8";

/* CSS Document */



html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: normal;
	padding: 0px;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
	text-transform: none;
}

h1 {
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 700;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 33px;
	font-weight: 700;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 15px;
}

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;
	list-style: none;
}

ul li {
	line-height: 30px;
}

ul li+li {}

a img {
	border: 0px;
}

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

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

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

.underline {
	text-decoration: underline;
}

.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: "Poppins",
}

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: "Poppins", sans-serif;
	background: #f55d50 none repeat scroll 0 0;
	border: 0px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	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: #04b9c9;
	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: #001839;
	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: #000;
}

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

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

.button-box a {
	background: #002e6d none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 6px 15px;
	vertical-align: top;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 140px;
	text-align: center;
	border-radius: 300px;
	-moz-border-radius: 300px;
	-ms-border-radius: 300px;
	-o-border-radius: 300px;
	-webkit-border-radius: 300px;
	margin: 0px 5px;
	letter-spacing: 1px;
}

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

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

.mob-menu {
	display: none;
}

.top-sec {
	background-color: #e8e8f4;
	padding: 10px 0;
}

.top-sec .top-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.top-details .left-box {
	width: 50%;
}

.top-details .rigt-box {
	width: 50%;
	text-align: right;
}

.top-details .left-box a {
	display: block;
	font-size: 15px;
}

.nav-section {
	padding: 20px 0;
}

.nav-section .nav-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nav-details .logo-bx {
	width: 300px;
}

.nav-details .aply-btn {
	width: 300px;
}

.nav-details .nav-box {
	width: calc(100% - 600px);
	text-align: center;
}

.nav-details .nav-box ul {
	padding: 0;
	margin: 0;
}

.nav-details .nav-box ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
}

.nav-details .nav-box ul li a {
	display: block;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 6px 8px;
}

.nav-details .nav-box ul li a:hover {
	color: #000;
}

.nav-details .nav-box ul li+li {
	margin-left: 30px;
}

.nav-details .aply-btn a {
	display: block;
	background-color: #002e6d;
	max-width: 135px;
	border-radius: 300px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	padding: 6px 15px;
	letter-spacing: 1px;
}

.nav-details .aply-btn a:hover {
	background-color: #000;
	color: #fff;
}

.banner-section {
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 230px 0;
	text-align: center;
}

.banner-section h1 {
	color: #fff;
	text-transform: uppercase;
}

.about-section {
	padding: 90px 0;
}

.about-section .about-details {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.about-details .abt-img {
	width: 50%;
}

.about-details .abt-img img {
	width: 100%;
}

.about-details .abt-txt {
	width: 50%;
	padding-left: 90px;
	font-size: 15px;
	color: #616161;
}

.about-details .abt-txt h2 {
	text-transform: uppercase;
	font-weight: 800;
}

.about-details .abt-txt p {
	line-height: 32px;
	margin-bottom: 30px;
}

.about-details .abt-txt {
	width: 50%;
	padding-left: 90px;
	font-size: 15px;
	color: #616161;
}

.course-offered {
	background-color: #1c2a44;
	padding: 100px 0;
}

.course-offered h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 60px;
}

.course-offered .course-details {
	display: flex;
	flex-wrap: wrap;
	max-width: 1160px;
	margin: 0 auto 80px;
}

.course-details .cousers-box {
	margin-left: 30px;
	margin-right: 30px;
	width: calc(33.3% - 60px);
	text-align: center;
}

.cousers-box .cos-img {
	margin-bottom: 20px;
}

.cousers-box h5 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cousers-box h6 {
	color: #6082c3;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cousers-box h3 {
	color: #d7d7d7;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 5px;
	font-size: 15px;
}

.course-offered .button-box {
	text-align: center;
}

.faculty-section {
	padding: 80px 0;
}

.faculty-section h3 {
	text-align: center;
	margin-bottom: 50px;
}

.faculty-table .table tbody tr td {
	border-top: 0 !important;
	font-size: 17px;
	text-transform: uppercase;
	color: #0d0d25;
	font-weight: 500;
	padding: 20px 30px;
}

.faculty-table .table tbody tr th {
	background-color: #cccfd5;
	text-transform: uppercase;
	color: #0d0d25;
	font-size: 20px;
	padding: 15px 30px !important;
}

.faculty-table .table {
	border: 1px solid #e1e1e1;
}

.faculty-section .faculty-table {
	max-width: 1300px;
	margin: 0 auto 50px;
}

.faculty-table .table tr:nth-child(odd) {
	background-color: #e6e6e6;
}

.faculty-section .button-box {
	text-align: center;
}

.footer-section {
	background-color: #28283f;
	padding: 50px 0 20px;
}

.footer-section .footer-details {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #88888a;
	padding-bottom: 40px;
}

.footer-details .footer-box {
	width: 33.3%;
}

.footer-details .footer-box h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}

.footer-details .footer-box ul {
	padding: 0;
	margin: 0;
}

.footer-details .footer-box ul li {}

.footer-details .footer-box ul li a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
}

.footer-details .footer-box p {
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
}

.footer-section .footer-copy {
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding-top: 20px;
}

.footer-copy p {
	margin-bottom: 0;
}

.footer-box .f-logo {
	margin-bottom: 50px;
}

.footer-box .f-social a {
	display: block;
	width: 27px;
	height: 27px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 6px;
}



.aply-btn a.toggle {
	background: none !important;
	padding: 0 !important;
	max-width: none !important;
	display: none;
}



.inner-banner {
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 140px 0;
	text-align: center;
}

.inner-banner h2 {
	color: #fff;
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 800;
}

.vision-mision {
	background-color: #1c2a44;
	padding: 50px 0;
}

.vision-mision .vision-details {
	display: flex;
	flex-wrap: wrap;
}

.vision-details .vision-bx {
	width: 50%;
	text-align: center;
}

.vision-details .vision-bx h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}

.vision-details .vision-bx {
	width: 50%;
	text-align: center;
	padding: 0 50px;
	color: #fff;
}

.vision-details .vision-bx+.vision-bx {
	border-left: 1px solid #4d73b8;
}

.about-section .about-btm p {
	line-height: 32px;
	margin-bottom: 30px;
}

.about-section .about-btm {
	font-size: 15px;
	color: #616161;
}

.chairman-message {
	background-color: #1c2a44;
	padding: 80px 0;
}

.chairman-message h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 70px;
}

.chairman-message .chairman-detals {
	display: flex;
	flex-wrap: wrap;
}

.chairman-detals .chrmn-img {
	width: 50%;
	text-align: center;
}

.chairman-detals .chrmn-txt {
	width: 50%;
	color: #fff;
	font-size: 15px;
}

.chairman-detals .chrmn-img .image {
	margin-bottom: 10px;
}

.chairman-detals .chrmn-img h3 {
	color: #fff;
	margin-bottom: 0;
}

.chairman-detals .chrmn-img h6 {
	font-size: 15px;
	color: #fff;
}

.mangement-section h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 50px;
}

.mangement-section {
	padding: 80px 0;
}

.mangement-section .managemnt-detal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.managemnt-detal .manmnt-bx {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(20% - 40px);
}

.managemnt-detal .manmnt-bx .mngmnt-img {
	margin-bottom: 20px;
}

.managemnt-detal .manmnt-bx h5 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 0;
}

.contact-section {
	padding: 80px 0;
}

.contact-section .contact-details {
	display: flex;
	flex-wrap: wrap;
}

.contact-details .contact-bx {
	width: 50%;
	padding: 0 30px;
}

.contact-details .contact-bx h4 {
	text-transform: uppercase;
	color: #002e6d;
	font-size: 20px;
	font-weight: 700;
}

.contact-details .contact-bx h2 {
	text-transform: uppercase;
	color: #002e6d;
	font-size: 41px;
	font-weight: 800;
}

.contact-bx .contact-form .fid-row input[type="text"],

.contact-bx .contact-form .fid-row input[type="tel"],

.contact-bx .contact-form .fid-row input[type="email"],

.contact-bx .contact-form .fid-row textarea {
	color: #616161;
	font-size: 15px;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding-left: 0;
	border-color: #1c2a44;
	outline: none;
}

.contact-bx .contact-form .fid-row {
	margin-bottom: 40px;
}

.contact-bx .contact-form .fid-row textarea {
	height: 100px;
}

.contact-bx .contact-form .fid-row input[type=submit] {
	background-color: #002e6d;
	min-width: 170px;
	border-radius: 23px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

.contact-bx .contact-form .fid-row input[type=submit]:hover {
	background-color: #000;
	color: #fff;
}

.contact-bx p {
	color: #616161;
	font-size: 15px;
	line-height: 28px;
}

.contact-bx .adrs-bx h5 {
	color: #002e6d;
	font-size: 21px;
	font-weight: 700;
}

.contact-bx .adrs-bx {
	margin-bottom: 30px;
}



.contact-form .form-msg {
	color: #147729;
	border: 1px solid #ffb900;
	padding: 5px 10px;
}
.nav-details .nav-box ul li {
    position: relative;
}
.nav-details .nav-box ul li ul {
    position: absolute;
    background: #1c2a44;
    min-width: 230px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all linear .2s;
}
.nav-details .nav-box ul li ul li+li {
    margin-left: 0;
}
.nav-details .nav-box ul li ul li {
    display: block;
}
.nav-details .nav-box ul li ul li ul {
    margin-left: 100%;
    top: 0;
}
.nav-details .nav-box ul li ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
}
.nav-details .nav-box ul li ul li+li {
    border-top: 1px solid #18263e;
}
.nav-details .nav-box ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.nav-details .nav-box ul li ul li:hover a {
    background: #18263e;
    color: #fff;
}
.gallery-section {}
.gallery-section .gallery-box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.gallery-section .gallery-box a {
    display: block;
    width: calc(20% - 12px);
    height: 240px;
    cursor: pointer;
}
.gallery-section .gallery-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fee-table-box {
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    box-shadow: 0px 0px 20px rgba(000,000,000,.2);
    padding: 30px;
    gap: 0px 20px;
}

.fee-table-box h4 {
    width: 100%;
    font-weight: 600;
    margin-bottom: 15px;
}

.fee-table-box .fee-box {
    width: calc(50% - 10px);
}

.fee-table-box+.fee-table-box {
    margin-top: 35px;
}

.fee-table-box .fee-box h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.fee-table-box .fee-box table {
    width: 100%;
    border: 1px solid #e7e7e7;
}

.fee-table-box .fee-box th,.fee-table-box .fee-box td {
    padding: 8px 20px;
}

.fee-table-box .fee-box th {
    font-size: 16px;
    font-weight: 600;
}

.fee-table-box .fee-box .f-btm td {
    font-size: 20px;
    font-weight: 800;
}

.fee-table-box .fee-box tr+tr {
    border-top: 1px solid #e7e7e7;
}

.fee-table-box .fee-box th+th,.fee-table-box .fee-box td+td {
    border-left: 1px solid #e7e7e7;
}
/*--------------------------------------*/







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

	.container {

		width: 1530px;

	}

}

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

	.container {

		width: 1430px;

	}

}

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

	.container {

		width: 1330px;

	}

}

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

	.container {

		width: 1330px;

	}

}

@media only screen and (min-width:1260px) and (max-width:1360px) {

	.container {

		width: 1200px;

	}





}

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

	.container {

		width: 960px;

	}





}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (max-width:1560px) {}

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

@media only screen and (max-width:1360px) {



	.nav-details .logo-bx {
		width: 200px;
	}

	.nav-details .aply-btn {
		width: 200px;
	}

	.nav-details .nav-box {
		width: calc(100% - 400px);
		text-align: center;
	}

	.nav-details .nav-box ul li+li {
		margin-left: 10px;
	}

	.about-details .abt-txt {
		padding-left: 50px;
	}

	.contact-details .contact-bx h2 {
		font-size: 30px;
	}





}

@media only screen and (max-width:1260px) {



	.nav-details .logo-bx {
		width: 170px;
	}

	.nav-details .aply-btn {
		width: 170px;
	}

	.nav-details .nav-box {
		width: calc(100% - 340px);
		text-align: center;
	}

	.nav-details .nav-box ul li+li {
		margin-left: 10px;
	}

	.nav-details .nav-box ul li a {
		font-size: 14px;
	}

	.banner-section {
		padding: 140px 0;
	}

	.banner-section h1 {
		font-size: 28px;
	}

	.footer-box .f-logo img {
		width: 170px;
	}

	.managemnt-detal .manmnt-bx {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(20% - 20px);
	}

	.managemnt-detal .manmnt-bx h5 {
		font-size: 18px;
		letter-spacing: 0;
	}
	.gallery-section .gallery-box a {
		width: calc(33.33% - 10px);
		height: 200px;
	}


}

@media only screen and (max-width:991px) {







	.nav-details .nav-box {
		display: none;
	}

	.nav-details .aply-btn a {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}

	.nav-details .aply-btn {
		width: calc(100% - 170px);
		text-align: right;
	}



	.about-section {
		padding: 60px 0;
	}

	.about-section .about-details {
		display: block;
		margin-bottom: 20px;
	}

	.about-details .abt-img {
		width: auto;
	}

	.about-details .abt-txt {
		padding-left: 0;
		width: auto;
	}

	.about-details .abt-txt h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.about-details .abt-txt p {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.about-details .button-box {
		text-align: center;
	}

	.course-offered {
		padding: 40px 0;
	}

	.course-offered h2 {
		margin-bottom: 30px;
	}

	.course-details .cousers-box {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(33.3% - 20px);
	}

	.course-offered .course-details {
		margin: 0 auto 40px;
	}

	.faculty-section {
		padding: 30px 0;
	}

	.faculty-table .table tbody tr th {
		font-size: 15px;
	}

	.faculty-table .table tbody tr td {
		font-size: 13px;
	}



	.vision-details .vision-bx {
		padding: 0 20px;
	}

	.about-section .about-btm p {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.chairman-message {
		padding: 30px 0;
	}

	.chairman-message h2 {
		margin-bottom: 30px;
	}

	.chairman-message .chairman-detals {
		display: block;
	}

	.chairman-detals .chrmn-img {
		width: auto;
	}

	.chairman-detals .chrmn-txt {
		width: auto;
		text-align: center;
	}

	.chairman-detals .chrmn-img h3 {
		font-size: 24px;
	}

	.mangement-section {
		padding: 30px 0;
	}

	.mangement-section h2 {
		font-size: 28px;
	}

	.managemnt-detal .manmnt-bx {
		width: calc(33.3% - 20px);
	}

	.contact-details .contact-bx h2 {
		font-size: 22px;
	}

	.contact-details .contact-bx {
		padding: 0 10px;
	}
	.fee-table-box {
		display: block;
	}

	.fee-table-box .fee-box {
		width: auto;
	}

	.fee-table-box .fee-box+.fee-box {
		margin-top: 25px;
	}




}

@media only screen and (max-width:767px) {



	.cousers-box h5 {
		font-size: 18px;
		letter-spacing: 0;
	}

	.course-offered h2 {
		font-size: 27px;
		letter-spacing: 0;
	}

	.faculty-table .table tbody tr td {
		position: relative;
		padding: 12px 12px 12px 200px !important;
		text-align: left;
		display: block;
		border-top: none;
	}

	.faculty-table .table tbody tr td:nth-child(1):after,

	.faculty-table .table tbody tr td:nth-child(2):after,

	.faculty-table .table tbody tr td:nth-child(3):after,

	.faculty-table .table tbody tr td:nth-child(4):after {
		position: absolute;
		left: 0;
		left: 10px;
		font-weight: 700;
	}

	.faculty-table .table tbody tr td:nth-child(1):after {
		content: "Name";
	}

	.faculty-table .table tbody tr td:nth-child(2):after {
		content: " Designation";
	}

	.faculty-table .table tbody tr td:nth-child(3):after {
		content: "Qualification";
	}

	.faculty-table .table tbody tr td:nth-child(4):after {
		content: "Department";
	}

	.faculty-table .table tbody tr th {
		display: none;
	}

	.faculty-table .table tbody tr td {
		padding: 12px 12px 12px 170px !important;
	}

	.faculty-table .table tr:nth-child(2) {
		padding-bottom: 22px;
		display: block;
	}

	.contact-section {
		padding: 40px 0;
	}

	.contact-section .contact-details {
		display: block;
	}

	.contact-details .contact-bx {
		width: auto;
		padding: 0;
	}

	.contact-details .contact-bx h4 {
		text-align: center;
		margin-bottom: 0;
	}

	.contact-details .contact-bx h2 {
		text-align: center;
	}

	.contact-form .sub-btn {
		text-align: center;
	}

	.contact-bx p {
		text-align: center;
	}

	.contact-bx .adrs-bx {
		text-align: center;
	}

	.inner-banner {
		padding: 70px 0;
	}

	.inner-banner h2 {
		font-size: 30px;
	}









}

@media only screen and (max-width:640px) {



	.top-sec .top-details {
		display: block;
		text-align: center;
	}

	.top-details .rigt-box {
		width: auto;
		text-align: center;
	}

	.top-details .left-box {
		width: auto;
	}

	.banner-section {
		padding: 90px 0;
	}

	.banner-section h1 {
		font-size: 20px;
	}

	.footer-section .footer-details {
		display: block;
	}

	.footer-details .footer-box {
		width: auto;
		text-align: center;
	}

	.footer-box .f-social {
		display: inline-block;
		margin-bottom: 20px;
	}

	.footer-box .f-logo {
		margin-bottom: 20px;
	}

	.footer-details .footer-box h6 {
		margin-bottom: 10px;
	}

	.footer-section {
		padding: 30px 0 20px;
	}

	.footer-section .footer-details {
		padding-bottom: 20px;
	}

	.footer-details .footer-box p {
		letter-spacing: 0;
	}

	.vision-mision .vision-details {
		display: block;
	}

	.vision-details .vision-bx {
		width: auto;
	}

	.vision-details .vision-bx+.vision-bx {
		border-left: 0;
	}

	.vision-details .vision-bx h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.vision-mision {
		padding: 20px 0;
	}

	.chairman-message h2 {
		font-size: 25px;
	}

	.chairman-detals .chrmn-img h3 {
		font-size: 20px;
	}
    .gallery-section .gallery-box a {
        height: 200px;
		width: calc(50% - 8px);
    }




}

@media only screen and (max-width:480px) {





	.banner-section h1 {
		font-size: 15px;
		letter-spacing: 0;
	}

	.course-offered .course-details {
		display: block;
	}

	.course-details .cousers-box {
		width: auto;
		margin-bottom: 20px;
	}

	.faculty-section h3 {
		font-size: 28px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}

	.location-map iframe {
		height: 310px;
	}

	.managemnt-detal .manmnt-bx {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}

	.mangement-section h2 {
		margin-bottom: 20px;
	}



}

@media only screen and (max-width:380px) {



	.nav-section .nav-details {
		display: block;
	}

	.nav-details .logo-bx {
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.nav-details .logo-bx img {
		width: 180px;
	}

	.nav-details .aply-btn {
		width: auto;
		text-align: center;
	}

	.managemnt-detal .manmnt-bx {
		width: auto;
	}

	.mangement-section .managemnt-detal {
		display: block;
	}





}