@charset "utf-8";

/* CSS Document */



@font-face {

	font-family: 'domainedispnar-regular';

	src: url('../fonts/domainedispnar-regular.woff') format('woff');

	font-weight: 300;

	font-style: normal;

}

@font-face {

	font-family: 'domainedispnar-regular';

	src: url('../fonts/domainedispnar-regular.woff') format('woff');

	font-weight: 400;

	font-style: normal;

}

@font-face {

	font-family: 'domainedispnar-regular';

	src: url('../fonts/domainedispnar-regular.woff') format('woff');

	font-weight: 500;

	font-style: normal;

}





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

body {
	margin: 0px;
	color: #000000;
	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;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: 'domainedispnar-regular';
	text-transform: none;
}

h1 {
	font-size: 100px;
}

h2 {
	font-size: 80px;
}

h3 {
	font-size: 60px;
}

h4 {
	font-size: 40px;
}

h5 {
	font-size: 30px;
}

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

ul li {
	line-height: 30px;
}

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

.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: 'Poppins', sans-serif;
}

textarea {
	width: 100%;
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
	font-family: 'Poppins', sans-serif;
	background: #fe765b 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: #fe765b;
	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: #000;
	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;
}



input::placeholder {

	color: #fff;
	/* Set the color to your desired value */

}

textarea::placeholder {

	color: #fff;
	/* Set the color to your desired value */

}







.button-box a {
	background: #19a2ab none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 12px 25px;
	vertical-align: top;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 235px;
	text-align: center;
	border-radius: 6px;
	margin: 0px 5px;
}

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

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

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

.mob-menu {
	display: none;
}

.logo-section {
	padding: 35px 0;
}

.logo-section .logo-box {
	float: left;
	width: 375px;
}

.logo-section .nav-box {
	float: right;
	text-align: right;
	width: calc(100% - 375px);
	margin-top: 12px;
}

.logo-section .nav-box .menu-box {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

.logo-section .nav-box .call-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

.logo-section .nav-box .menu-box ul,
.logo-section .nav-box .menu-box ul li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.logo-section .nav-box .menu-box ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.logo-section .nav-box .menu-box ul li a {
	display: block;
	font-size: 16px;
	color: #000;
	padding: 6px 10px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}

.logo-section .nav-box .menu-box ul li a::after {
	background-color: #000;
	bottom: 5px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 44px;
	visibility: hidden;
	opacity: 0;
}

.logo-section .nav-box .menu-box ul li ul li a::after {
	display: none;
}

.logo-section .nav-box .menu-box ul li:hover a::after {
	visibility: visible;
	opacity: 1;
}

.logo-section .nav-box .menu-box ul li ul {
	background-color: #19a2ab;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	left: -12px;
	min-width: 270px;
	opacity: 0;
	position: absolute;
	top: 40px;
	transition: all 0.2s linear 0s;
	visibility: hidden;
	z-index: 999;
	text-align: left;
}

.logo-section .nav-box .menu-box ul li ul li {
	display: block;
	padding: 0;
}

.logo-section .nav-box .menu-box ul li ul li a {
	font-size: 14px;
	padding: 6px 15px;
	color: #fff;
}

.logo-section .nav-box .menu-box ul li a.dropdown {
	position: relative;
}

.logo-section .nav-box .menu-box ul li a.dropdown:before {
	position: absolute;
	content: "\f0d7";
	font-family: fontawesome;
	right: -2px;
	top: 5px;
}


.logo-section .nav-box .menu-box ul li ul li+li {
	border-top: 1px solid rgb(236, 236, 236);
	margin-left: 0;
}

.logo-section .nav-box .menu-box ul li ul li:hover>a {
	background-color: #fff;
	color: #19a2ab;
}

.logo-section .nav-box .menu-box ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.logo-section .nav-box .menu-box ul li ul li a i {
	padding-right: 15px;
}

.logo-section .nav-box .call-btn a {
	display: block;
	background-color: #19a2ab;
	color: #fff;
	min-width: 195px;
	text-align: center;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 6px;
	text-transform: uppercase;
}

.logo-section .nav-box .call-btn a:hover {
	background-color: #000;
	color: #fff;
}

.banner-image .banner-section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 270px 0 340px;
}

.banner-image .banner-1 {
	background-image: url("../images/new-banner.jpg");
}

.banner-image .banner-2 {
	background-image: url("../images/banner.jpg");
}

.banner-section .banner-content {
	text-align: center;
}

.banner-section .banner-content {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
}

.banner-section .banner-content h2 {
	color: #19a2ab;
	margin-bottom: 50px;
	font-size: 80px;
	text-shadow: #fff 1px 1px 0px;
}

.banner-section .banner-content p {
	color: #19a2ab;
	text-shadow: #fff 1px 1px 0px;
}

.about-section {
	background-image: url("../images/welcome-bg.png");
	background-position: 280px -10px;
	background-repeat: no-repeat;
	padding: 160px 0 90px;
	overflow: hidden;
}

.about-section .about-image {
	float: right;
	left: 230px;
	position: relative;
	width: calc(100% - 580px);
}

.about-section .about-content {
	float: left;
	width: 580px;
	/*padding-top: 220px;*/
}

.about-section .about-content .about-head {
	font-size: 30px;
	color: #c6c6c6;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
}

.about-section .about-content h3 {
	font-size: 60px;
	margin-bottom: 35px;
	color: #19a2ab;
}

.about-section .about-content p {
	line-height: 30px;
	margin-bottom: 70px;
}

.mission-vission {
	background-color: #d9fcfe;
	padding: 60px 0;
}

.mission-vission .mission-image {
	float: left;
	padding-top: 160px;
	width: 650px;
}

.mission-vission .mission-content {
	float: right;
	width: calc(100% - 790px);
}

.mission-content .mission-text h4 {
	font-size: 40px;
}

.mission-content .mission-text ul {
	margin: 0;
	padding: 0;
}

.mission-content .mission-text ul li {
	line-height: 26px;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.mission-content .mission-text ul li::after {
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 16px;
	background-color: #4fc49e;
	border-radius: 50%;
}

.mission-content .mission-text {
	margin-bottom: 20px;
}

.course-offered {
	background-color: #19a2ab;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.course-offered .course-left {
	float: left;
	width: 200px;
	border-right: 1px solid #52907c;
	padding: 40px 0;
}

.course-offered .course-right {
	float: left;
	padding-left: 80px;
	padding-top: 30px;
	width: calc(100% - 200px);
}

.course-offered .course-left h3 {
	color: #fff;
	font-size: 150px;
	opacity: 0.07;
	writing-mode: sideways-lr;
	writing-mode: vertical-lr;
	transform: scale(-1);
}

.course-offered .course-left .course-icon {
	margin-bottom: 40px;
	text-align: center;
}

.course-offered .course-right h1 {
	color: #fff;
	font-size: 200px;
	margin-bottom: 50px;
}

.course-offered .course-right .offer-course {
	margin-bottom: 80px;
	max-width: 1100px;
}

.course-offered .course-right .offer-course table tr td {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
}

.course-offered .course-right .offer-course table tr {
	border: 1px solid #d9fcfe;
}

.course-offered .course-right .offer-course table tr td:first-child {
	border: 1px solid #d9fcfe;
}

.course-offered .course-right .offer-course table {
	width: 1110px;
}

.course-offered .course-right .offer-course .cource-name {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
}

.website-link {
	padding: 120px 0 40px;
}

.website-link .website-content {
	background-color: #092e6e;
	padding: 60px;
}

.website-content .button-box {
	float: right;
	padding-top: 30px;
	text-align: center;
	width: 350px;
}

.website-content .website-logo {
	float: left;
	width: calc(100% - 350px);
}

.website-content .website-logo .logo-image {
	display: inline-block;
	vertical-align: top;
}

.website-content .website-logo .logo-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}

.website-content .website-logo .logo-text h3 {
	font-size: 100px;
	line-height: 70px;
	color: #fff;
}

.website-content .website-logo .logo-text h4 {
	color: #fff;
	font-size: 40px;
}

.top-head h4 {
	border-top: 1px solid;
	color: #424242;
	display: inline-block;
	font-size: 100px;
	padding-top: 20px;
	vertical-align: top;
}

.top-head {
	text-align: center;
	margin-bottom: 50px;
}

.faculty-details {
	padding: 50px 0 120px;
}

.faculty-details .faculty-data {
	margin: 0 auto;
	max-width: 1260px;
	width: 100%;
}

.faculty-details .faculty-data table {
	max-width: 1260px;
	width: 100%;
}

.faculty-details .faculty-data table tr td {
	border: 1px solid #b9b9b9;
	padding: 10px;
	font-weight: 400;
	padding: 10px;
}

.faculty-details .faculty-data table tr {
	border: 1px solid #b9b9b9;
}

.faculty-details .faculty-data table .head-box td {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.faculty-details .faculty-data table tr td:first-child {
	width: 90px;
	font-weight: 600;
}

.library-section {
	background-color: #242c33;
	overflow: hidden;
}

.library-text .library-content {
	float: left;
	width: 550px;
	padding: 110px 0;
}

.library-text .library-image {
	float: right;
	left: 230px;
	position: relative;
	width: calc(100% - 550px);
}

.library-content .library-head h4 {
	color: #fff;
	display: inline-block;
	font-size: 100px;
	vertical-align: top;
	background-color: #115740;
	padding: 30px 70px;
	position: relative;
}

.library-content .library-head h4::after {
	background-image: url("../images/library-hd-bg.png");
	background-repeat: no-repeat;
	content: "";
	height: 179px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 38px;
}

.library-content .library-details {
	color: #fff;
	font-size: 20px;
	max-width: 470px;
	margin-bottom: 80px;
}

.library-content .library-details p {
	font-weight: 300;
	border-bottom: 1px solid #6e6e6e;
	padding-bottom: 20px;
}

.library-content .library-head {
	margin-bottom: 35px;
}

.getin-touch .getin-details {
	display: flex;
}

.getin-touch {
	padding: 100px 0;
	height: auto;
}

.getin-details .location-map {
	width: 880px;
}

.getin-details .enquiry-form {
	background-repeat: no-repeat;
	width: calc(100% - 880px);
	background-color: #19a2ab;
	background-size: cover;
	padding: 60px 100px;
}

.enquiry-form .fid-row .inp-fid {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-left: medium none;
	border-right: 0 none;
	border-top: medium none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 20px;
	padding-left: 0;
	outline: none;
}

.enquiry-form .form-head h4 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}

.getin-details .enquiry-form .fid-row {
	margin-bottom: 50px;
}

.getin-details .location-mob {
	display: none;
}

.enquiry-form .fid-row input[type="submit"] {
	border-radius: 6px;
	font-size: 20px;
	font-weight: 700;
	padding: 12px 16px;
	width: 100%;
	background-color: #fff;
	color: #19a2ab;
}

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

.enquiry-form .fid-row .inp-fid::-moz-placeholder {
	color: #fff;
}

.getin-details .enquiry-form .form-msg {
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 14px;
}

.footer-section {
	background-color: #19a2ab;
	padding: 80px 0 40px;
}

.footer-section .footer-head h4 {
	font-size: 60px;
	color: #fff;
}

.footer-section .footer-head {
	text-align: center;
	margin-bottom: 70px;
}

.footer-details .footer-box {
	float: left;
}

.footer-details .adrs-box {
	width: 37%;
	padding-right: 70px;
}

.footer-details .adrs-box p {
	color: #fff;
	margin-top: 20px;
	font-weight: 300;
}

.footer-details .cont-box {
	width: 30%;
}

.footer-details .mail-box {
	width: 20%;
}

.footer-details .icon-box {
	width: 13%;
	padding-top: 6px;
}

.footer-details .footer-box .adrs-icon {
	display: inline-block;
	vertical-align: middle;
}

.footer-details .footer-box .adrs-text {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin-left: 18px;
	vertical-align: middle;
}

.footer-details .footer-box .adrs-text a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.footer-details .footer-box .adrs-text a:hover {
	color: #000;
}

.footer-details .icon-box a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-decoration: underline;
}

.footer-details .icon-box a:hover {
	color: #000;
}

.footer-details .icon-box a+a {
	margin-left: 4px;
}

.footer-section .copy-right {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 200;
}

.footer-section .footer-details {
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.footer-section .web-develp {
	color: #fff;
	text-align: center;
	font-weight: 200;
	font-size: 12px;
}

.footer-details .footer-box .adrs-text a+a {
	margin-top: 8px;
}





.top-box {
	background-color: #19a2ab;
	text-align: center;
	padding: 10px 0;
}

.top-box .call-box a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.top-box .call-box a:hover {
	color: #000;
}

.top-box .call-box a+a {
	margin-left: 30px;
	position: relative;
}

.top-box .call-box a+a::after {
	position: absolute;
	content: "";
	left: -14px;
	top: 6px;
	width: 2px;
	height: 16px;
	background-color: #fff;
}

.principal-message {
	padding: 90px 0 0;
}

.principal-message .principal-cont {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 4px solid #19a2ab;
	padding-bottom: 80px;
}

.principal-cont .prinicipal-image {
	width: 50%;
}

.principal-cont .principal-text {
	width: 50%;
	padding-left: 50px;
	padding-top: 70px;
}

.principal-cont .principal-text h3 {
	font-size: 45px;
	color: #19a2ab;
}

.principal-cont .principal-text h4 {
	font-size: 25px;
	font-weight: 700;
}

.principal-cont .principal-text h5 {
	font-size: 18px;
	font-family: 'Poppins';
	margin-bottom: 5px;
}

.about-managemnt {
	padding: 50px 0;
}

.about-managemnt h3 {
	text-align: center;
	font-size: 45px;
	margin-bottom: 20px;
}

.chairman-message {
	background-color: #047c84;
	padding: 80px 0 50px;
}

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

.chairman-content .chairman-img {
	width: 445px;
}

.chairman-content .chairman-text {
	width: calc(100% - 445px);
	padding-left: 50px;
}

.chairman-content .chairman-text h3 {
	color: #fff;
	font-size: 45px;
}

.chairman-content .chairman-text p {
	color: #fff;
	font-weight: 300;
}

.chairman-content .chairman-img .chmn-img {
	margin-bottom: 20px;
}

.chairman-content .chairman-img h4 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 5px;
}

.chairman-content .chairman-img h5 {
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins';
}





.managemnet-members {
	padding: 70px 0 0;
}

.managemnet-members .members-image {
	display: flex;
	flex-wrap: wrap;
}

.members-image .members-box {
	margin-left: 25px;
	margin-right: 25px;
	width: calc(33.3% - 50px);
	text-align: center;
}

.members-image .members-box .members-img {
	margin-bottom: 30px;
}

.members-image .members-box h4 {
	color: #047c84;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 8px;
}

.members-image .members-box h5 {
	color: #047c84;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins';
}


.admisin-qouta {
	background-color: #19a2ab;
	text-align: center;
	padding: 20px 0;
}

.admisin-qouta a {
	color: #fad819;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	display: block;
}

.admisin-qouta a:hover {
	color: #000;
}

.admisin-qouta .qouta-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.qouta-box .left-box {
	width: calc(100% - 220px);
	text-align: left;
}

.qouta-box .right-box {
	width: 220px;
	text-align: left;
}

.admission-quota {
	background-color: #19a2ab;
	padding: 20px 0;
	text-align: center;
}

.admission-quota a {
	color: #fff;
	display: block;
}

.admission-quota a:hover {
	color: #000;
}


.admission-quota .quota-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}







@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:1260px) and (max-width:1360px) {

	.container {

		width: 1230px;

	}

}

@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:1660px) {

	.course-offered .course-right h1 {
		font-size: 170px;
	}

	.getin-details .location-map {
		width: 700px;
	}

	.getin-details .enquiry-form {
		width: calc(100% - 700px);
	}

}

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

	.about-section .about-image {
		left: 80px;
	}

	.about-section {
		background-position: 130px -10px;
	}

	.website-content .button-box {
		width: 280px;
	}

	.website-content .website-logo {
		width: calc(100% - 280px);
	}

	.library-text .library-content {
		padding: 70px 0;
	}



}

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

	.logo-section .logo-box {
		width: 235px;
	}

	.logo-section .nav-box {
		margin-top: 5px;
		width: calc(100% - 235px);
	}

	.logo-section .nav-box .menu-box ul li+li {
		margin-left: 10px;
	}

	.logo-section .nav-box .call-btn {
		margin-left: 10px;
	}

	.logo-section .nav-box .call-btn a {
		min-width: 185px;
		font-size: 16px;
	}

	.banner-image .banner-section {
		padding: 170px 0 240px;
	}

	.about-section {
		background-size: 390px auto;
	}

	/*.about-section .about-content{padding-top: 90px;}*/

	.about-section .about-content p {
		margin-bottom: 30px;
	}

	.about-section .about-content .about-head {
		margin-bottom: 20px;
	}

	.mission-vission .mission-image {
		width: 550px;
	}

	.mission-vission .mission-content {
		width: calc(100% - 650px);
	}

	.course-offered .course-right h1 {
		font-size: 130px;
	}

	.course-offered .course-right .offer-course table tr td {
		font-size: 22px;
	}

	.course-offered .course-left h3 {
		font-size: 120px;
	}

	.course-offered .course-right .offer-course {
		max-width: 810px;
	}

	.course-offered .course-right .offer-course table {
		width: 810px;
	}

	.website-content .website-logo .logo-text h3 {
		font-size: 60px;
		line-height: 40px;
	}

	.website-content .website-logo .logo-text h4 {
		font-size: 30px;
	}

	.library-text .library-image {
		left: 80px;
	}

	.library-text .library-content {
		padding: 40px 0;
	}

	.library-content .library-details {
		margin-bottom: 40px;
	}

	.enquiry-form .form-head h4 {
		font-size: 40px;
	}

	.getin-details .enquiry-form {
		width: calc(100% - 620px);
		padding: 30px;
	}

	.getin-details .location-map {
		width: 620px;
	}

	.getin-details .location-map iframe {
		height: 820px;
	}

	.footer-details .adrs-box {
		width: 42%;
	}

	.footer-details .cont-box {
		width: 26%;
	}

	.footer-details .mail-box {
		width: 19%;
	}

	.footer-details .footer-box .adrs-text {
		font-size: 16px;
	}

	.footer-details .footer-box .adrs-text a {
		font-size: 16px;
	}



	.principal-cont .principal-text {
		padding-top: 30px;
	}

	.principal-cont .principal-text h3 {
		font-size: 35px;
	}

}



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



	.library-content .library-head h4 {
		font-size: 70px;
	}

	.library-content .library-head h4 {
		font-size: 60px;
	}

	.library-content .library-head h4::after {
		background-size: 28px auto;
	}

	.library-content .library-head {
		margin-bottom: 15px;
	}

}

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

	.mob-menu {
		display: inline-block;
		margin-left: 10px;
		padding-top: 12px;
		vertical-align: top;
	}

	.logo-section .logo-box {
		width: 185px;
	}

	.logo-section .nav-box {
		width: calc(100% - 185px);
	}

	.logo-section .nav-box .menu-box ul li a {
		font-size: 14px;
	}

	.logo-section .nav-box .menu-box ul li+li {
		margin-left: 0;
	}

	.logo-section .nav-box .menu-box {
		display: none;
	}

	.banner-image .banner-section {
		padding: 110px 0;
	}

	.banner-section .banner-content h2 {
		margin-bottom: 20px;
		line-height: 55px;
		font-size: 40px;
	}

	.about-section .about-content h3 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.about-section {
		background-size: 300px auto;
		background-position: 220px -10px;
	}

	/*.about-section .about-content {padding-top: 20px;}*/

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

	.about-section .about-content {
		width: 420px;
	}

	.about-section .about-image {
		width: calc(100% - 420px);
		left: 110px;
	}

	.mission-vission .mission-image {
		width: 400px;
	}

	.mission-vission .mission-content {
		width: calc(100% - 470px);
	}

	.course-offered .course-right h1 {
		font-size: 90px;
	}

	.course-offered .course-left h3 {
		font-size: 80px;
	}

	.course-offered .course-left {
		width: 130px;
	}

	.course-offered .course-right {
		padding-left: 50px;
		width: calc(100% - 130px);
	}

	.course-offered .course-right .offer-course {
		margin-bottom: 40px;
	}

	.website-link .website-content {
		padding: 30px;
	}

	.website-content .website-logo .logo-text h3 {
		font-size: 35px;
		line-height: 30px;
	}

	.website-content .website-logo .logo-text h4 {
		font-size: 22px;
	}

	.website-content .button-box {
		width: 230px;
	}

	.website-content .website-logo {
		width: calc(100% - 230px);
	}

	.library-content .library-head h4 {
		font-size: 51px;
		padding: 17px 40px;
	}

	.library-content .library-head h4::after {
		right: -37px;
		background-size: 20px auto;
	}

	.library-content .library-details {
		max-width: 310px;
	}

	.library-text .library-content {
		width: 320px;
	}

	.library-text .library-image {
		width: calc(100% - 320px);
		left: 150px;
	}

	.getin-details .location-map {
		width: 520px;
	}

	.getin-details .enquiry-form {
		width: calc(100% - 520px);
	}

	.getin-details .enquiry-form .fid-row {
		margin-bottom: 20px;
	}

	.getin-details .location-map iframe {
		height: 640px;
	}

	.footer-details .footer-box .adrs-icon {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		min-height: 50px;
	}

	.footer-details .footer-box .adrs-text {
		display: block;
		text-align: center;
	}

	.footer-details .icon-box {
		padding-top: 66px;
		width: 22%;
	}

	.footer-details .adrs-box {
		width: 38%;
		padding-right: 30px;
	}

	.footer-details .cont-box {
		width: 24%;
	}

	.footer-details .mail-box {
		width: 16%;
	}

	.footer-details .footer-box .adrs-text {
		margin-left: 0;
	}



	.principal-cont .principal-text {
		padding-top: 20px;
	}

	.members-image .members-box {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(33.3% - 20px);
	}

	.members-image .members-box h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.members-image .members-box h5 {
		font-size: 15px;
	}

	.admisin-qouta a {
		font-size: 16px;
	}



}

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



	.about-section .about-image {
		float: none;
		left: 0;
		width: auto;
		margin-bottom: 20px;
	}

	.about-section .about-content {
		float: none;
		width: auto;
	}

	.about-section .about-content .about-head {
		margin-bottom: 0;
		font-size: 24px;
	}

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

	.mission-vission .mission-image {
		float: none;
		padding-top: 0;
		width: auto;
	}

	.mission-vission .mission-content {
		float: none;
		width: auto;
	}

	.mission-vission {
		padding: 30px 0;
	}

	.course-offered {
		background-size: cover;
	}

	.course-offered .course-left {
		float: none;
		width: auto;
		padding: 0;
	}

	.course-offered .course-right {
		float: none;
		width: auto;
		padding-left: 0;
		padding-top: 0;
	}

	.course-offered .course-left h3 {
		display: inline-block;
		vertical-align: top;
		writing-mode: inherit;
		transform: none;
	}

	.course-offered .course-left .course-icon {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;
	}

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

	.course-offered .course-left {
		border-right: medium none;
	}

	.course-offered .course-right h1 {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.course-offered .course-right .offer-course table tr td {
		font-size: 16px;
	}

	.course-offered .course-right .offer-course {
		max-width: none;
	}

	.course-offered .course-right .offer-course table {
		width: auto;
	}

	.website-link {
		padding: 50px 0;
	}

	.website-content .website-logo {
		float: none;
		width: auto;
		text-align: center;
	}

	.website-content .button-box {
		float: none;
		width: auto;
		padding-top: 10px;
	}

	.website-content .website-logo .logo-image {
		display: block;
		margin-bottom: 25px;
	}

	.website-content .website-logo .logo-text {
		display: block;
		padding-left: 0;
	}

	.top-head h4 {
		font-size: 60px;
	}

	.top-head {
		margin-bottom: 20px;
	}

	.library-text .library-image {
		float: none;
		left: 0;
		width: auto;
		margin-bottom: 30px;
	}

	.library-text .library-content {
		float: none;
		width: auto;
	}

	.library-content .library-details {
		max-width: none;
	}

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

	.library-text .library-content {
		padding: 0;
	}

	.getin-details .location-map {
		display: none;
	}

	.getin-details .enquiry-form {
		float: none;
		width: auto;
	}

	.getin-touch {
		padding: 50px 0;
	}

	.getin-touch .getin-details {
		display: block;
	}

	.getin-details .location-mob {
		display: block;
	}

	.getin-details .location-mob iframe {
		height: 400px;
	}

	.footer-details .icon-box a+a {
		margin-left: 0;
	}

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

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

	.footer-details .footer-box {
		float: none;
		margin-bottom: 30px;
	}

	.footer-details .adrs-box,
	.footer-details .cont-box,
	.footer-details .mail-box,
	.footer-details .icon-box {
		width: auto;
		text-align: center;
	}

	.footer-details .footer-box .adrs-icon {
		min-height: auto;
	}

	.footer-details .icon-box {
		padding-top: 0;
	}



	.principal-message .principal-cont {
		display: block;
	}

	.principal-cont .prinicipal-image {
		width: auto;
		text-align: center;
	}

	.principal-cont .principal-text {
		width: auto;
		padding-left: 0;
	}

	.top-box .call-box a {
		font-size: 15px;
	}

	.principal-message {
		padding: 50px 0 0;
	}

	.principal-message .principal-cont {
		padding-bottom: 20px;
	}

	.about-managemnt h3 {
		font-size: 35px;
	}

	.about-managemnt {
		padding: 30px 0;
	}

	.chairman-message {
		padding: 50px 0 20px;
	}

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

	.chairman-content .chairman-img {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}

	.chairman-content .chairman-text {
		width: auto;
		padding-left: 0;
	}

	.chairman-content .chairman-text h3 {
		font-size: 35px;
	}

	.managemnet-members {
		padding: 40px 0 0;
	}

	.footer-details .footer-box {
		padding-right: 0;
	}

	.admisin-qouta .qouta-box {
		display: block;
	}

	.qouta-box .left-box {
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.qouta-box .right-box {
		width: auto;
		text-align: center;
	}



}

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



	.button-box a {
		font-size: 16px;
		min-width: 175px;
	}

	.banner-image .banner-section {
		padding: 60px 0;
	}

	.banner-section .banner-content h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.course-offered .course-left h3 {
		font-size: 50px;
	}

	.course-offered .course-right h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.course-offered .course-left .course-icon img {
		width: 80px;
	}

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

	.faculty-details {
		padding: 20px 0 50px;
	}

	.top-head h4 {
		font-size: 40px;
	}

	.principal-message {
		padding: 20px 0 0;
	}



}



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

	.faculty-details .faculty-data table .head-box td {
		font-size: 15px;
	}

	.faculty-details .faculty-data table tr td {
		font-size: 14px;
	}

	.enquiry-form .form-head h4 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.enquiry-form .fid-row .inp-fid {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.getin-details .enquiry-form {
		padding: 30px 15px;
	}



	.top-box .call-box a {
		display: block;
	}

	.top-box .call-box a+a {
		margin-left: 0;
	}

	.top-box .call-box a+a::after {
		display: none;
	}

	.managemnet-members .members-image {
		display: block;
	}

	.members-image .members-box {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}

	.getin-touch {
		padding: 20px 0 50px;
	}

}

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

	.button-box a {
		font-size: 14px;
		min-width: 145px;
	}

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

	.logo-section .nav-box {}

	.logo-section .nav-box .call-btn {
		margin-left: 0;
	}

	.logo-section .logo-box img {
		width: 200px;
	}

	.banner-section .banner-content {
		font-size: 22px;
	}

	.banner-section .banner-content p {
		margin-bottom: 0;
		font-size: 15px;
	}

	.banner-section .banner-content h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.about-section .about-content h3 {
		font-size: 30px;
	}

	.mission-content .mission-text h4 {
		font-size: 30px;
	}

	.mission-content .mission-text ul li::after {
		height: 10px;
		width: 10px;
		top: 8px;
	}

	.mission-content .mission-text ul li {
		padding-left: 18px;
	}

	.faculty-details .faculty-data {
		overflow: scroll;
	}

	.enquiry-form .fid-row input[type="submit"] {
		font-size: 14px;
	}

	.footer-section .footer-head h4 {
		font-size: 40px;
	}

	.footer-section .footer-head {
		margin-bottom: 30px;
	}

	.footer-section .copy-right {
		font-size: 16px;
	}

	.admission-quota .quota-cont {
		display: block;
	}

}

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

	.enquiry-form .fid-row .inp-fid {
		font-size: 16px;
	}

}