body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 24px;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 15px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.iconRounded {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    padding: 6px;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: middle;
}

.paragraphSpace {
    padding-top: 40px;
    padding-bottom: 40px;
}

.clear {
    clear: both;
}

.boxStyle {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* main css */

.topContainer {
    padding: 0px;
}

.logoContainer {
    width: 100%;
}

.logoContainer img {
    max-width: 100%;
}

.topRightContainer {
    padding-top: 20px;
    text-align: right;
}

.topRightContainer p {
    font-size: 20px;
    color: #111;
    font-weight: 700;
}

.toprightBtn {
    padding: 0px;
}

.toprightBtn a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 50px;
    background: #8b572a;
    border: 1px solid #fff;
    -webkit-box-shadow: -1px 1px 12px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 12px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 12px -5px rgba(0,0,0,0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.toprightBtn a:hover {
    background: #efb112;
}

/* .topSearch {
    padding: 0px;
}

.searchCon {
    height: 45px;
} */

.navContainer {
    padding: 0px;
}

.bgColor {
    background: #b9dcff;
    padding: 20px 0;
}

.navContainer {
    text-align: center;
}

.navContainer ul {
    list-style: none;
}

.navContainer ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0 20px;
}

.navContainer ul li a {
    color: #003366;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.navContainer ul li a:hover {
    color: #50a8ff;
}

/*nav drop down*/

/*1st sub level menu*/
#primary_nav_wrap ul li ul {
	position: absolute;
	top: 25px !important; /* no need to change, as true value set by script */
	_top: -1em; /* no need to change, as true value set by script */
    visibility: hidden;
	display: block;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	width: 180px;
    background: #003366;
    -webkit-box-shadow: 1px 5px 12px -6px rgba(0,0,0,0.54);
    -moz-box-shadow: 1px 5px 12px -6px rgba(0,0,0,0.54);
    box-shadow: 1px 5px 12px -6px rgba(0,0,0,0.54);
	/* border: 1px solid #ccc; */
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 999999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#primary_nav_wrap ul li ul li {
    border-bottom: 1px solid #ccc;
	display: list-item;
    padding: 5px;
	float: none;
	margin: 0px;
    text-align: left;
	background: none !important;
	/* border-bottom: 1px solid #fff; */
}

#primary_nav_wrap ul li ul li:last-child
{
	border-bottom:none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#primary_nav_wrap ul li ul li ul { 
	top: 0px !important;
    padding: 0px;
    left: 180px; /* no need to change, as true value set by script */
	margin: 0px;
	position: absolute;
	background: #003366;
}

#primary_nav_wrap ul li ul li ul li a {
	color:#fff;
}

#primary_nav_wrap ul li ul li ul li ul
{
	background:#003366;
}

#primary_nav_wrap ul li ul li ul li ul a
{
	color:#fff;
}

/* Sub level menu links style */
#primary_nav_wrap ul li ul li a {
    font-size: 13px;
	display: block;
	color: #fff;
	padding: 6px 0;
}

#primary_nav_wrap ul li ul li a:hover {
	color:#4fa5fc;
	background:none;
    border-bottom: none;
}

/* .current_page_item a
{
	color:#044733;
}
.current_page_item a:hover
{
	color:#044733;
	padding:10px 12px 8px 11px;
} */


#primary_nav_wrap ul li a.navlast {
	background:none;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #primary_nav_wrap ul li { float: left; height: 1%;}
* html #primary_nav_wrap ul li a { height: 1%; }
/*Navigation  End */



.bannerContainer {
    margin: 5px 0;
    position: relative;
}

.bannerContainer img {
    max-width: 100%;
}

.bannerContainer .carousel-caption {
    padding: 0px;
    bottom: unset !important;
    top: 30% !important;
    text-align: left !important;
}

.bannerContainer .carousel-caption h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
}

.bannerContainer .carousel-caption p {
    font-size: 25px;
    color: #fff;
}

.servicesContainer {
    padding: 0px;
    text-align: center;
}

.servicesContainer ul {
    list-style: none;
}

.servicesContainer ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 19.5%;
}

.servicesBox {
    background: #8b572a;
    text-align: center;
    width: 100%;
    margin: 4px;
    padding: 50px 0 0;
    min-height: 200px;
}

.servicesBoxIcon {
    width: 100px;
    margin: 0px auto;
}

.servicesBoxIcon i {
    color: #fff;
    font-size: 40px;
}

.servicesBox a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.servicesBox a:hover {
    text-decoration: underline;
}

.servicesBoxAlter {
    background: #003366;
    text-align: center;
    width: 100%;
    margin: 4px;
    padding: 50px 0 0;
    min-height: 200px;
}

.servicesBoxAlter a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.servicesBoxAlter a:hover {
    text-decoration: underline;
}

.welcomeContainer {
    background: #e9eaf2;
    padding: 50px 0;
}

.welcomeContainerHd {
    padding: 0px;
}

.welcomeContainerHd h3 {
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    color: #080808;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.welcomeContainerHd h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #003366;
}

.welcomeImg {
    width: 100%;
}

.welcomeImg img {
    max-width: 100%;
}

.welcomeContain {
    padding: 0px;
}

.welcomeContain p {
    font-size: 18px;
    color: #535353;
    line-height: 28px;
}

.learnMore {
    margin-top: 20px;
}

.learnMore a {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 10px 40px;
    background: #003366;
    font-family: 'Montserrat', sans-serif;
}

.facilityContainer {
    padding: 15px 0;
    margin: 10px 0;
}

.facilityContainerIn {
    background: #ffdc00;
}

.facilityBox {
    border-right: 1px solid #003366;
    text-align: center;
    padding: 10px; 
    margin: 0px;
}

.borderNone {
    border: none !important;
}

.facilityBoxNumber {
    padding: 0px;
}

.facilityBoxNumber h6 {
    font-size: 30px;
    color: #003366;
    font-weight: 700;
}

.facilityBoxText {
    padding: 0px;
    margin: 0px;
}

.facilityBoxText p {
    font-size: 18px;
    color: #003366;
}

.wefocusContainer {
    padding: 50px 0 10px;
}

.wefocusHeading {
    text-align: center;
}

.wefocusHeading h3 {
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    color: #080808;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.wefocusHeading h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #003366;
}

.wefocusBox {
    width: 100%;
    position: relative;
}

.wefocusBox img {
    max-width: 100%;
}

.wefocusBoxName {
    background: #ffdc00;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 20px 0;
}

.wefocusBoxName a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.wefocusBoxName a:hover {
    text-decoration: underline;
}

.ourEtc {
    padding: 20px 0px 30px;
    background: #e9eaf2;
}

.ourClubs {
    margin-bottom: 20px;
}

.ourClubs h3 {
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    color: #003366;
    font-weight: 700;
}

.ourClubsImg {
    width: 100%;
    margin: 20px 0; 
}

.ourClubsImg img {
    max-width: 100%;
}

.ourAcctivity {
    margin-bottom: 20px;
}

.ourAcctivity h3 {
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    color: #003366;
    font-weight: 700;
}

.ourAcctivityImg {
    width: 100%;
    margin: 20px 0; 
}

.ourAcctivityImg img {
    max-width: 100%;
}

.galleryContainer {
    padding: 20px 0 50px;
}

.galleryHd {
    padding: 20px 0;
    text-align: center;
}

.galleryHd h3 {
    font-size: 50px;
    color: #003366;
    font-weight: 700;
}

.galleryBox {
    width: 100%;
    margin: 10px;
    position: relative;
}

.galleryBox img {
    max-width: 100%;
}

.galleryBoxText {
    position: absolute;
    bottom: 40%;
    left: 0px;
    right: 0px;
    z-index: 999;
    text-align: center;
}

.galleryBoxText a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.campueNblog {
    padding: 20px 0px;
    background: #e9eaf2;
}

.campusContainer {
    padding: 20px 0;
}

.campusContainer h3 {
    padding: 0px;
    margin: 0px;
    color: #111;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.campusContainer h4 {
    padding: 0px;
    margin: 0px;
    color: #003366;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.campusImg {
    width: 100%;
    margin: 20px 0;
}

.campusImg img {
    max-width: 100%;
}

.campusContainer p {
    font-size: 18px;
    color: #111;
}

.blogContainer {
    padding: 0px;
}

.blogContainer h3 {
    padding: 0px;
    margin: 0px;
    color: #111;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.blogContainer h4 {
    padding: 0px;
    margin: 0px;
    color: #003366;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.blogImg {
    width: 100%;
    margin: 20px 0;
}

.blogImg img {
    max-width: 100%;
}

.blogIcon {
    padding: 0px;
}

.blogIcon p {
    font-size: 15px;
    color: #111;
}

.blogIcon p i {
    font-size: 30px;
    color: #8b572a;
    margin-right: 15px;
}

.blogContainer h5 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #111;
}

.blogContainer h5 a:hover {
    text-decoration: underline;
}

.blogContainer p {
    font-size: 18px;
    color: #111;
}

.testimonialCon {
    padding: 20px 0;
}

.testiHd {
    text-align: center;
}

.testiHd h3 {
    padding: 0px;
    margin: 0px;
    color: #111;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.testiHd h4 {
    padding: 0px;
    margin: 0px;
    color: #003366;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.testimonialBox {
    background: #ededed;
    min-height: 500px;
    width: 92%;
    margin: 30px;
    text-align: center;
    padding: 50px 15px 15px 15px;
}

.testimonialCon .carousel-control-next-icon {
    width: 70px !important;
    height: 70px !important;
    margin-left: 145px;
    background: url(../images/nextarrow.png) no-repeat;
}

.testimonialCon .carousel-control-prev-icon {
    width: 70px !important;
    height: 70px !important;
    margin-right: 145px;
    background: url(../images/prevarrow.png) no-repeat;
}



.profilePic {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0px auto 20px;
}

.profilePic img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonialBox p {
    font-size: 18px;
    color: #111;
}

.testimonialBox h6 {
    font-weight: 600;
    font-size: 20px;
    color: #8b572a;
}

.footerContainer {
    background: #003366;
    padding: 30px 0;
}

.exploreAppContainer {
    padding: 0px;
}

.exploreAppContainer h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.exploreAppImg {
    width: 100%;
    margin-bottom: 20px;
}

.exploreAppImg img {
    max-width: 100%;
}

.exploreAppContainer p {
    font-size: 18px;
    color: #fff;
}


.footerNav {
    margin: 0px 0 0 50px;
}

.footerNav h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.footerNav ul {
    list-style: none;
}

.footerNav ul li {
    padding: 15px 0 15px 30px;
    background: url(../images/footerlist-icon.png) left top no-repeat;
}

.footerNav ul li a {
    font-size: 18px;
    color: #fff;
}

.footerNav ul li a:hover {
    color: #ffdc00;
}

.footerContact {
    padding: 0px;
}

.footerContact h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.footerContactIn {
    padding: 10px 0;
}

.footerContactIcon {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.footerContactIcon i {
    font-size: 20px;
    color: #ffdc00;
    margin: 0 15px 15px 0;
}

.footerContactText {
    width: 70%;
    float: left;
}

.footerContactText p {
    font-size: 18px;
    color: #fff;
}

.footerContactText p a {
    font-size: 18px;
    color: #fff;
}

.footerContactText p a:hover {
    text-decoration: underline;
}

.footerourApp {
    padding: 0px;
}

.footerourApp h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.footerourApp img {
    max-width: 100%;
}

.footerSocialMedia {
    margin: 15px 0 0;
}

.footerSocialMedia ul {
    list-style: none;
}

.footerSocialMedia ul li {
    display: inline-block;
    padding: 0px 5px;
}

.footerSocialMedia ul li a {
    font-size: 18px;
    color: #ffdc00;
}

.footerSocialMedia ul li a:hover {
    color: #fff;
}

.footerbottom {
    background: #002a54;
    text-align: center;
    padding: 10px 0;
} 

.footerbottom p {
    font-size: 15px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}



/* inner page */

.innerpageContainer {
    background: #e9eaf2;
    padding: 50px 0;
}

.innerHeading {
    padding: 0px;
}

.innerHeading h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #003366;
}

.aboutImg {
    width: 100%;
}

.aboutImg img {
    max-width: 100%;
}

.aboutContain {
    padding: 0px;
}

.aboutContain p {
    font-size: 18px;
    color: #535353;
    line-height: 28px;
}

.contactFormContainer {
    padding: 0px;
}

.contactFormContainer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contactFormContainer ul li {
    padding: 5px 0;
}

.contactFormContainer ul li h6 {
    text-align: left;
    color: #969696;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
}

.contactformSmlField {
    font-weight: 500;
    font-size: 15px;
    color: #111;
    width: 100%;
    height: 55px;
    border: none;
    padding: 0 4px;
    background: #f8f8f8;
    border: 1px solid #7a7a7a;
}

.contactformBigField {
    font-weight: 500;
    font-size: 15px;
    color: #111;
    padding: 4px;
    width: 100%;
    border: none;
    height: 170px;
    background: #f8f8f8;
    border: 1px solid #7a7a7a;
}

.contactformSubmit {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 50px;
    background: #8b572a;
    border: 1px solid #fff;
    -webkit-box-shadow: -1px 1px 12px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 12px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 12px -5px rgba(0,0,0,0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.contactformSubmit:hover {
    background: #512b0a;
}

.contactDetailsInfo {
    padding-top: 30px;
}

.contactDetailsInfo ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contactDetailsInfo ul li {
    padding: 10px 0;
}

.contactDetailsInfoIcon {
    padding: 0px 15px 0 0;
    display: table-cell;
}

.contactDetailsInfotpin {
    color: #111;
    font-size: 20px;
}

.contactDetailsInfoContain {
    text-align: left;
    padding: 0px;
    display: table-cell;
}

.contactDetailsInfoContain h6 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.contactDetailsInfoContain p {
    color: #676767;
    font-size: 17px;
    margin: 0px;
    line-height: normal;
    padding: 8px !important;
    text-align: left !important;
}

.contactDetailsInfoContain p a {
    color: #676767;
    font-size: 17px;
}

.contactDetailsInfoContain p a:hover {
    text-decoration: underline;
}


.blogpageContainer {
    padding: 0px;
}

.blogpageContainerIn {
    background: #fff;
    margin: 10px 0;
    padding: 15px 0;
    min-height: 650px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    /* border-bottom: 1px solid #555; */
}

.blogpageContainerIn h5 {
    min-height: 80px;
    padding: 0 10px;
}

.blogpageContainerIn h5 a {
    padding: 0px;
    margin: 0px 0 15px;
    color: #003366;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.blogpageContainerIn h5 a:hover {
    text-decoration: underline;
}

.blogpageImg {
    width: 100%;
}

.blogpageImg img {
    max-width: 100%;
}

.blogPageIcon {
    margin: 10px 0;
    padding: 0 10px;
}

.blogPageIcon p {
    font-size: 15px;
    color: #111;
}

.blogPageIcon p i {
    font-size: 18px;
    color: #8b572a;
    margin-right: 15px;
}

.blogpageContainerIn p {
    padding: 0 10px;
    font-size: 18px;
    color: #111;
}

.blogDetailsContainer {
    padding: 0px;
}

.blogDetailsContainer h5 {
    padding: 0px;
    margin: 0px 0 15px;
    color: #003366;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.blogDetailsContainerIn {
    padding: 15px;
    background: #fff;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.blogDetailsPageIcon {
    margin: 10px 0;
}

.blogDetailsPageIcon p {
    font-size: 15px;
    color: #111;
}

.blogDetailsPageIcon p i {
    font-size: 18px;
    color: #8b572a;
    margin-right: 15px;
}

.blogDetailsContainerIn h6 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
}

.blogDetailsContainerIn p {
    font-size: 18px;
    color: #111;
}












