*{
	margin:0px; 
	padding:0px; 
	box-sizing:border-box;  
	font-family:  Segoe UI,  sans-serif !important;
}
.fa{font-family:"FontAwesome" !important;}
.clear{clear:both;}
.fade{opacity:0}
.fade.bs-slider{opacity:1}
a,a:hover,a:focus{outline:none !important; text-decoration:none !important;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.portfolio-item {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1280px !important;
	justify-content: center !important;
	flex-wrap: wrap;
}
.btnRed{
    background: #da1515;
    padding: 12px 20px;
    margin:  0;
	border-color:#da1515;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
	text-transform:uppercase;
	outline:none 0px;
}
header {
    width: 100%;
    z-index: 777;
    display: block;
    position: relative;
    box-shadow: 0px 0px 11px 0 rgb(40 40 40 / 95%);
}
.fixed-header {
    position: fixed !important;
    left: 0;
    z-index: 77;
	top:0;
    width: 100%;
    background: #fff;
	box-shadow: 0px 0px 11px 0 rgb(40 40 40 / 95%)
}

.top-header{
	padding:15px 0;
}
.headerQuickLinks{float:right;padding-top:32px;}
.top-link .inner-links{
    padding: 9px 15px;
    background: #40485e;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
	box-shadow:0px 6px 0px 0px rgba(227, 104, 1, 0.20);
}
.top-link .inner-links:last-child{
	 margin-right:0px;
}
.top-link li.inner-links .links {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}
.top-link li.inner-links .links img{
	display:inline-block;
	margin-right: 5px;
}
.top-link li.inner-links .links .fa{
    color: #e5b981;
    margin-right: 5px;
}
.top-link li.inner-links:last-child .links .fa{margin-right:0;}

.top-link li.inner-links .dwnBtn{
	color:#fff;
	 background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673)!important;
	font-size:14px;
	border: 0px none;background-size: 300% 100%;
    transition: all .6s ease-in-out !important;
	moz-transition: all .6s ease-in-out!important;
    -o-transition: all .6s ease-in-out!important;
    -webkit-transition: all .6s ease-in-out!important;
}
.top-link li.inner-links .dwnBtn:hover{
	background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f)!important;
	background-position: 100% 0;
	transition: all .6s ease-in-out !important;
    moz-transition: all .6s ease-in-out!important;
    -o-transition: all .6s ease-in-out!important;
    -webkit-transition: all .6s ease-in-out!important;
    
}
.top-link li.inner-links .links.dwnBtn .fa{
	color:#fff ;
}

/* navigation*/
.nav-header{
	background: #e25c00;
    border-bottom: 1px solid #ffe4d2;
}
.menu-container {
    width: 100%;
    margin: 0 auto;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
	color:#fff;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	display: flex;
	
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    padding: 0;
	flex: 1 0 auto;
    margin: 0;
	position:relative;
	perspective: initial;
	
}
.menu > ul > li > a {
    text-align: center;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 15px;
    display: block;
	color:#fff;
	font-size:15px;
}
.menu > ul > li:before,
.menu > ul > li:after {
	border-left: 1px solid transparent;
    padding: 0;
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:-1;
	
}
.menu > ul > li:after {
	right:-1px;
	border-right: 1px solid transparent;
}
.menu > ul > li:hover,
.menu > ul > li.active {
    background: #40485e;
	z-index:45;
}
.menu > ul > li:hover:before,
.menu > ul > li.active:before,
.menu > ul > li:hover:after,
.menu > ul > li.active:after {
	border-color:#ffe4d2;
	
}
.menu .caret {
    line-height: 20px;
    right: 6px !important;
    width: auto !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    transition: all .1s ease-in-out;
    border: none !important;
    margin-left: 0;
    display: inline;
}
.menu .caret::after {
    content: "\f107";
    font-style: normal;
    font-size: 18px;
    margin-left: 5px;  
    vertical-align: top;
	font-family:"FontAwesome" !important;
}
.menu > ul > li.LMRC-Courses > ul.normal-sub,
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: rgb(47 55 78 / 88%);
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	box-shadow:2px 2px 10px 0 rgba(0,0,0,0.3);
	transition:all 0.3s ease;
	
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}
/*
.menu > ul > li > ul:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    width: 100vw;
    height:250px;
    background: #d31b22;
     top: 0;
    z-index: -1;
    margin-top: -20px;
}*/
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li.LMRC-Courses > ul.normal-sub li,
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.3%;
    background: none;
    padding-right: 2%;
	position:relative;
}
.menu > ul > li > ul > li:last-child{
	padding-right:0px;
}

.menu > ul > li > ul > li a {
    color: #dfe6ff;
    padding: .2em 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul > li {
    width: 100%;
    padding: 8px 0;
    margin: 0;
    font-size: 14px;
	position:relative;
}


.menu > ul > li > ul:not(.normal-sub) li,
.menu > ul > li.LMRC-Courses > ul.normal-sub li{float:left;}

.menu > ul > li > ul.normal-sub > li:after,
.menu > ul > li > ul > li > ul > li:after {
	content:"";
    background: -moz-linear-gradient(to right,rgba(241,241,241,0) 0,#929292 33%,#929292 66%,rgba(241,241,241,0) 100%);
    background: -webkit-linear-gradient(to right,rgba(241,241,241,0) 0,#929292 33%,#929292 66%,rgba(241,241,241,0) 100%);
    background: -o-linear-gradient(to right,rgba(241,241,241,0) 0,#929292 33%,#929292 66%,rgba(241,241,241,0) 100%);
    background: -ms-linear-gradient(to right,rgba(241,241,241,0) 0,#929292 33%,#929292 66%,rgba(241,241,241,0) 100%);
    background: linear-gradient(to right,rgba(241,241,241,0) 0,#929292 33%,#929292 66%,rgba(241,241,241,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#929292', GradientType=1 );
    opacity: .8;
	position:absolute;
	bottom:0;
	height:1px;
	width:90%;
	left:auto;
	right:auto;
	margin:0 auto;
	display:block;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
	border:1px solid #ffe4d2;
	border-top:0px;
	border-radius:0 0 8px 8px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 8px 0;
}
.menu > ul > li > ul.normal-sub > li > a,
.menu > ul > li > ul > li > ul > li > a{
	position:relative;
	transition:all 0.3s ease;
	left:0;
	border-radius: 5px;
	
}
.menu > ul > li > ul.normal-sub > li > a .fa,
.menu > ul > li > ul > li > ul > li > a .fa{
	color:transparent!important;
}
.menu > ul > li > ul.normal-sub > li:hover > a,
.menu > ul > li > ul > li > ul > li:hover > a{
	color:#eb5700;
	left:0;
	background: #fff;
}

/*banner*/
.bs-slider#bootstrap-touch-slider {
    overflow: hidden;
	max-height: 450px;
}
.bs-slider#bootstrap-touch-slider .carousel-control{
	height:62px;
	width:62px;
	background:url(../img/left-arr.png) no-repeat center;
	display:block;
	opacity:0.5;
	transition:all 0.3s;
	z-index:2;
}

.bs-slider#bootstrap-touch-slider .right.carousel-control{
	background-image:url(../img/right-arr.png);
}
.bs-slider#bootstrap-touch-slider .carousel-control:hover{
	opacity:1;
}
.bs-slider#bootstrap-touch-slider:hover .left.carousel-control{left:1%;}
.bs-slider#bootstrap-touch-slider:hover .right.carousel-control{right:1%;}

/*innerpage banner slider*/
.bs-slider#bootstrap-touch-slider.insidePageBanner {
    max-height: 300px !important;
    /* min-height: inherit; */
}

.middleWrapper{
	/* position:relative; */
}
.middleWrapper .aboutSection{
	padding:30px 0;
	background:#f1f7ff;
	position:relative;
}
.middleWrapper .aboutSection .aboutContent{
	width: 100%;
    height: auto;
    position: relative;
}

.middleWrapper .aboutSection  .heading{
	color:#13192b;
	margin-bottom:20px;
	font-size:35px;
	line-height:37px;
	padding-left:45px;
	font-weight:400;
}
.middleWrapper .aboutSection  .heading span{
	color:#e67616;
	font-weight:600!important;
}

.middleWrapper .aboutSection .aboutContent .aboutPara {
    width: 100%;
    top: 0px;
    display: block;
    background: url(../img/aboutBg.png) no-repeat 0 0;
    background-size: 100%;
    padding: 65px 45px 65px;
	padding-bottom:30px;
}
.middleWrapper .aboutSection .aboutContent .aboutPara p {
    word-spacing: 2px;
	color:#010101;
	line-height:26px;
	font-size:19px;
}
.commanBtn{
	padding:12px 30px 15px;
	margin:65px 0 10px;
	background:#40485e;
	line-height:20px;
	border:none;
	font-size:20px;
	color:#f0f4fe;
	font-family:Segoe UI;
	font-weight:300;
	box-shadow: 5px 5px 0px 0px #e67616;	
	transition:all 0.3s ease;
    border: 2px solid transparent;
	border-radius: 6px;
}
.commanBtn:hover,
.commanBtn:focus,
.commanBtn:active,
.commanBtn:active:hover {
    background: #e25c00;
    box-shadow: -7px -7px 0px 0px #c9c9c9;
    border: 2px solid #fff;
}

.cardsSection{
	min-height:440px;
	padding-top:65px;
	padding-bottom:15px;
	position:relative;
	background:#212328;	
	perspective:initial;
	z-index:45;
}
.cardsSection:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	z-index:0;
	background:#fff;
}
.cardsSection .cards{
	display:flex;
	flex-direction:row;	
	align-items: center;
	height:100%;
	border-radius:8px;
	border:2px solid #fff;
	box-shadow: 0px 0px 20px 0 rgb(40 40 40 / 45%);
	overflow:hidden;
	min-height:311px;
	transition:all 1s ease-out;
	margin-bottom:45px;
	position:relative;
	overflow:hidden;
}
.cardsSection .cards.donateCard{justify-content:flex-end;}
.cardsSection .cards.scholarshipCard{justify-content:flex-start;}

.cardsSection .cards:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:12;
	transition:all 1.5s ease-out;
}
.cardsSection .cards.donateCard:after{
	background:#fff url(../img/donateBg.png) no-repeat 0 -20px;
	background-position: left top!important;
}
.cardsSection .cards.scholarshipCard:after{
	background:#fff url(../img/scholarshipBg.png) no-repeat 0 -20px;
	background-position: right bottom!important;
}
.cardsSection .cards:hover:after{
	transform:scale(1.2);
}
.cardsSection .cards .cardBadge{
	background:#f0f4fe;
	border-radius:10px;	
	color:#e67616;
	padding:13px 20px 18px;
	position:relative;
	border:3px solid #fff;
	box-shadow: 0px 0px 11px 0 rgb(40 40 40 / 35%);	
	z-index:23;
}
.cardsSection .cards.donateCard .cardBadge{
	padding-right:40px;
	right:-20px;
	left:auto;
}
.cardsSection .cards.scholarshipCard .cardBadge{
	padding-left:40px;
	right:auto;
	left:-20px;
}

.cardsSection .cards .cardBadge a{
	font-size:32px;
	font-weight:600;
	line-height:38px;
	color:#e67616;
}
.cardsSection .cards .cardBadge > a span{color:#13192b;font-weight:300;display:block;}


/*footer*/
.contactDetails{
	background:#181a1e;
	border-top:2px solid #3b4253;
}
.footer-column-right{
	padding:35px 0;
}
.contactDetails .footerLogo{
	margin:0 auto;
	width:100%;	
	
}
.contactDetails .addressInfo,
.contactDetails .addressInfo li{
	list-style:none inside;
	margin:0 0;
}.contactDetails .addressInfo li p{padding:10px 0 0;}
.contactDetails .addressInfo li:before{display:none;}
.contactDetails .addressInfo li > span{
	display:block;
	padding:0 0 10px;
	border-bottom:1px solid #343944;
	line-height: 25px;
    font-size: 18px;
    color: #e67616;
	margin-bottom:12px;
}
.contactDetails .addressInfo li h4{
	line-height: 25px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}
.contactDetails .addressInfo li .socialIcons{margin-right:4px;transition:all 0.8s ease-out;}
.contactDetails .addressInfo li .socialIcons:hover{transform:rotate(360deg)}
.contactDetails .addressInfo li  p .fa{padding-right:8px; }
.contactDetails .addressInfo:not(.contact) li  p .fa{ position:relative;top:4px;}
.contactDetails .addressInfo.contact li + li{
	padding-top:8px;
}

.footer .footer-column {
    position: relative;
    margin-bottom: 10px;
}
ul.addressInfo{
	position:relative;
	margin:0;
	list-style: none; /* Remove list bullets */
	padding: 0 0 10px 0;
}
ul.addressInfo li{
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
}
ul.addressInfo li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    content: "\f111";
    font-family: "FontAwesome";
}

ul.addressInfo li > span{
	line-height:25px;
	font-size:17px;
	color:#fff;
	margin-bottom:5px;
}
ul.addressInfo li p{
	line-height:23px;
	font-size:15px;
	color:#fff;
	font-weight:300;
}
ul.addressInfo li .quickLink,
ul.addressInfo li .quickLink li{
	margin:0;
	padding:0;
	list-style:none;
}

ul.addressInfo li .quickLink li a{
	line-height:23px;
	font-size:15px;
	color:#fff;
	font-weight:300;
	transition:all 0.3s ease;
}
ul.addressInfo li .quickLink li:hover a {
    text-shadow: -1px 3px 3px #ff8b14;
}

.footer .contactDetails .copyRightbar {
    background: #111215;
    padding: 13px 0 15px;
    clear: both;
    width: 100%;
    float: left;
}
.footer .contactDetails .copyRightbar .copyrights,
.footer .contactDetails .copyRightbar .copyrights span,
.footer .contactDetails .copyRightbar .copyrights a{
	color:#838ea9;
	margin:0 8px;
	transition:all 0.3s ease;
}
.footer .contactDetails .copyRightbar .designedBy span,
.footer .contactDetails .copyRightbar .designedBy a{
	color:#838ea9;
	transition:all 0.3s ease;
}
.footer .contactDetails .copyRightbar .designedBy span{
	float:right;
}
.footer .contactDetails .copyRightbar .copyrights a:hover,
.footer .contactDetails .copyRightbar .designedBy a:hover{
	color:#fff;
}
/*scroll to top arrow*/
.scroll-top-inner i.fa{font-family:'FontAwesome'; font-size:16px;}
.scroll-top-wrapper {
    position: fixed;
    opacity:0;
    visibility:hidden ;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e25c00;
	color: #fff;
    width: 42px;
    height: 42px;
    line-height: 35px;
    right: 15px;
    bottom: 15px;
	padding-top: 2px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border:1px solid transparent;
}
.scroll-top-wrapper:hover{background:#FFF; border:1px solid #e25c00; color:#e25c00;}
.scroll-top-wrapper.show {
    visibility:visible !important;
    cursor:pointer;
	opacity: 1 !important;
}
/*breadcrumb*/
.breadcrumbWrapper {
    background: #e7ebff;
    box-shadow: 0 -1px 0px inset rgb(150 153 189 / 30%);
}
.breadcrumbWrapper .breadcrumb {
    padding: 10px 0px 10px;
    margin-bottom: 0px;
    list-style: none;
    background: none;
    text-align: left;
}
.breadcrumbWrapper .breadcrumb>li {
    display: inline-block;
    font-size: 15px;
	font-weight:400;
}
.breadcrumbWrapper .breadcrumb>li a {
    color: #40485e;
    text-decoration: none;
}
.breadcrumbWrapper .breadcrumb>.active {
    color: #e36400;
}
/*inner page css*/
.middleWrapper.innerPage{
	padding:30px 0;
	background:#f4f5ff;
}
.middleWrapper.innerPage .pageHeading {
    color: #13192b;
    position: relative;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 37px;
	font-weight:400;
	display:inline-block;
}
.middleWrapper.innerPage .pageHeading span {
    color: #e67616;
    font-weight: 500!important;
}
.middleWrapper.innerPage .pageHeading:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 40px;
    height: 3px;
    background: #e25c00;
}
.middleWrapper.innerPage .pageHeading:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background: #45556c;
}
/*vision-mission page*/
.ourVisionContainer{
	position:
	relative;
	margin-top:60px;
	background:#45556c;
	padding:30px 25px 25px;
	border-radius:10px;
	box-shadow:-13px -12px 30px 0 rgb(126 88 179 / 19%);
    background: linear-gradient(312deg, #2c3744 40%, #7c644f 100%); 
}
.ourVisionContainer p{
	color:#fff;
	font-size:17px;
	line-height:23px;
}
.ourVisionContainer .visionTitle {
    background: #fff;
    border: 4px solid #c5d0e9;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #007430;
    color: #435066;
    line-height: 28px;
    width: 300px;
    padding: 10px 0 8px;
    margin: -53px auto 25px;
    position: relative;
    z-index: 0;
    perspective: initial;
    box-shadow: 1px 0px 13px 0 rgb(81 88 122 / 35%);
}
.ourVisionContainer:hover .visionTitle:before {
    transform: skew(0deg, 0deg);
    top: -5px;
}
.ourVisionContainer .visionTitle:before {
    position: absolute;
    top: 0;
    left: -13px;
    width: 108%;
    height: 100%;
    z-index: -2;
    background: #ffffff;
    content: "";
    border-left: 3px solid #e25c00;
    transition: all 0.3s ease;
    transform: skew(19deg, 0deg);
    border-right: 3px solid #e25c00;
}
/*contact page*/
.middleWrapper.innerPage .goole-map{
    height: 300px;
    width: 100%;
    border: 1px solid #ccc;
}
.middleWrapper.innerPage .goole-map + div + .footerSection{
	margin-top:0px;
}	
.middleWrapper.innerPage.contactWrapper .blockDiv{
	display:block;
	width:100%;
	margin-bottom:10px;
}
.middleWrapper.innerPage.contactWrapper .blockDiv.list {
	display: flex;
	flex-wrap: wrap;
	padding:0.7em;
}

.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item {
    display: flex;
    padding: 0.5em;
}

.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item .list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
	border: 1px solid rgba(0,0,0,.125);
	position:relative;
}
.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item .list-content:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item .list-content:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item .list-content:hover:after {
    border: 2px solid #ff7579;
}

.middleWrapper.innerPage .contact-boxicon-Wrapper{
	position: relative;
	text-align: center;
}
.middleWrapper.innerPage .contact-boxicon-Wrapper .icon{
	width: 100%;/*60px*/
	display:block;/*inline-block*/
    text-align: center;
	margin: 0 auto 10px;
}
/*.middleWrapper.innerPage .contact-boxicon-Wrapper .icon img{
	margin:0 auto;
}*/
.middleWrapper.innerPage .contact-boxicon-Wrapper .icon i{
	font-size:34px;
	font-weight:400;
}
.middleWrapper.innerPage .contact-boxicon-Wrapper .icon i:before{
	font-family:"FontAwesome";
}
.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item .list-content:hover .icon-content h4,
.middleWrapper.innerPage.contactWrapper .blockDiv.list .list-item .list-content:hover .icon i {
	color:#e25c00;
}
.middleWrapper.innerPage .contact-boxicon-Wrapper .icon-content {
    overflow: hidden;
}
.middleWrapper.innerPage .contact-boxicon-Wrapper .icon-content h4{
	font-size: 18px;
    line-height: 24px;
    color: #203334;
    margin-bottom: 15px;
    font-weight: 500;
}
.middleWrapper.innerPage .contact-boxicon-Wrapper .icon-content p {
    font-size: 16px;
    line-height: 25px;
    color: #212626;
    /* color: #576566; */
    margin-bottom: 0px;
	display:block;
}
.middleWrapper.innerPage .contact-boxicon-Wrapper.block-shadow{
	-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/*contact form*/
.middleWrapper.innerPage .get-in-touch {
  max-width: 100%;
  margin: 0px auto 20px;
  position: relative;
  padding: 0px 0px;
}
.middleWrapper.innerPage .get-in-touch .contact-form{
	margin-top:20px;
	display:block;
	width:100%;
	clear:both;
}
.middleWrapper.innerPage .get-in-touch .contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.middleWrapper.innerPage .get-in-touch .contact-form .form-field:last-child{
	margin:0px;
}
.middleWrapper.innerPage .get-in-touch .contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1.5px 0;
  border-color: #cedae7;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  padding:0 5px;
  background:transparent;
}
.middleWrapper.innerPage .get-in-touch .contact-form .input-text:focus {
  outline: none;
}
.middleWrapper.innerPage .get-in-touch .contact-form .input-text:focus{
	border-color: #777;
}
.middleWrapper.innerPage .get-in-touch .contact-form .input-text:focus + .label,
.middleWrapper.innerPage .get-in-touch .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.middleWrapper.innerPage .get-in-touch .contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 16px;
  padding:0 0 .5rem 0;
  line-height: 26px;
  font-weight: 400;
  color:#454545;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.middleWrapper.innerPage .get-in-touch .contact-form .input-text:hover + .label,
.middleWrapper.innerPage .get-in-touch .contact-form .input-text:focus + .label{
	color:#e25c00 !important;
}
.middleWrapper.innerPage .get-in-touch .contact-form .commanBtn {
	margin:20px 0;
}
.mb20{
	margin-bottom:20px;
}
.mt0{
	margin-top:0px ;
}
.mb0{
	margin-bottom:0px;
}
.ptb30{
	padding:40px 15px 30px;
}
/*governingBody*/
.employeeWindow{
	display: flex;
    flex-wrap: wrap;
}
.employeeWindow .empBadgeHolder{
	display: flex;
}
.employeeWindow .empBadge {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 20px 20px;
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px;
    justify-content: flex-start;
    transition: all 0.4s ease;
    width: 100%;
    position: relative;
    box-shadow: 0 0 14px rgb(47 54 143 / 18%);
	border:1px solid #d7dcff;
}
.employeeWindow .empBadge:hover{
	transform: scale(1.08);
    border: 1px solid #9da0b5;
    box-shadow: 0 0 14px rgb(127 158 245 / 50%);
}
.employeeWindow .empBadge .empPic {
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px rgb(101 116 189 / 30%);
    max-height: 150px;
    min-height: 150px;
    max-width: 125px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    justify-self: flex-start;
}
.employeeWindow .empBadge:hover .empPic {
    box-shadow: 6px 0px 9px 5px rgb(101 116 189 / 30%);
}
.employeeWindow .empBadge .empPic img{
	border-radius:8px;
	display:block;
}
.employeeWindow .empBadge .empInfo{
	padding:2px ;
	margin:0 0 0 20px;
	justify-self: flex-end;	
	height:100%;
	max-width: 57%;
}
.employeeWindow .empBadge .empInfo p{
	margin-bottom:6px;
}
.employeeWindow .empBadge .empInfo p.empName{
	margin: 0 0 10px;
    color: #324168;
    font-size: 16px;
	padding-bottom: 12px;
    border-bottom: 1px dashed #acaec5;
}
.employeeWindow .empBadge .empInfo .empDesignation {
    background: #fff;
    border-radius: 8px;
	display:inline-block;
    box-shadow: 0 0 0 1px rgb(81 86 122 / 30%);
    padding: 0px 10px 0px;
    color: #e35400;
	white-space: nowrap;
    font-size: 13px;
}
/*Audit Reports page*/
.subTitle{
	color:#646f97;
	font-size: 17px;
    line-height: 20px;
}
.download-wrap .comm-text {
    color: #464545;
    font-size: 17px;
    line-height: 20px;
	font-weight:500;
	transition: all 0.3s ease;
}
.download-wrap:hover .comm-text {
    color: #fff;
}
.download-wrap {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #cacded;
    margin-bottom: 10px;
    border-radius: 7px;
	position:relative;
    box-shadow: 0 0 12px rgb(86 92 120 / 30%);
	transition: all 0.3s ease;
}
.download-wrap:after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
}
.download-wrap a.comm-text {
    color: #ffffff;
    background: #333856;
    font-size: 14px;
    padding: 4px 12px 4px 15px;
    border-radius: 3px;
    border: 1px solid transparent;
    position: absolute;
    right: 15px;
    top: 10px;
	z-index:25;
}
.download-wrap:hover {
    background: #5b6281;
    border: 1px solid #50526e;
    box-shadow: 0 0 42px rgb(122 175 255 / 49%);
}
.download-wrap:hover a.comm-text {
    background: #ff711e;
    border: 1px solid #ff9b61;	
}
.download-wrap .fa {
    margin-right: 5px;
	font-weight:400 !important;
}
/*gallery page*/
.middleWrapper.innerPage .portfolio-item .item{
	float:left;
	margin-bottom:10px;
}
.middleWrapper.innerPage .portfolio-item .item a{
	border:1px solid #dee2e6;
	background:#fff;
	display:block;
	padding:3px;
}
/*alumni network page*/
.networkWrapper{
	display:flex;
	flex-wrap: wrap;
}
.middleWrapper.innerPage .portfolio-item .item {
	/* float: left; */
	margin-bottom: 10px;
	/* min-height: 300px !important; */
	position: relative !important;
	left: 0 !important;
	top: inherit !important;
	width: 100%;
	float: none !important;
}
.picHolder{
	position:relative;
}
.picHolder .lifeMember,
.picHolder .registered {
    position: absolute;
    z-index: 38;
    padding: 8px;
    font-size: 12px;
	width:38px;
	height:38px;
    border-radius: 50%;
    background: #4d517a;
    top: -60px;
    color: #fff;
    left: 30px;
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px #a7aedf;
}
.picHolder .registered{
	left:initial;
	right:30px;
	padding:0 8px;	
	display:flex;
	align-items:center;
	justify-content:center;
	background: #409325;
}

.networkWrapper .list-content .pic{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #a2abd5;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    box-shadow: 0px -5px 0px 0px rgb(198 209 251 / 77%);
	-moz-box-shadow:0px -5px 0px 0px rgb(198 209 251 / 77%);
	-webkit-box-shadow:0px -5px 0px 0px rgb(198 209 251 / 77%);
	-o-box-shadow:0px -5px 0px 0px rgb(198 209 251 / 77%);
}
.networkWrapper .list-content .pic img{
    width: 100%;
    height: auto;
}
.networkWrapper .list-content .main-content{
    position: relative;
	text-align:center;
	padding: 5px 10px 0;
}

.networkWrapper .list-content .description{
    font-size: 15px;
    color: #4a4d5e;
    line-height: 25px;
    text-align: left;
    margin: 0;
}
.networkWrapper .list-content .name{
	font-weight:400;
    font-size: 18px;
    position: relative;
	top:12px;
	margin-bottom:25px;
	/* color:#283866; */
	color: #f15900;
}
.networkWrapper .list-content .description {
    font-size: 15px;
    color: #576566;
    line-height: 25px;
    text-align: center;
    margin: 0;
}
.networkWrapper .item{
	display:flex;
	transition: all 0.3s ease;
}
.networkWrapper .item .list-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
	border: 1px solid transparent;
    box-shadow: 0 0 12px rgb(155 161 231 / 30%);
	margin-top: 70px;
	margin-bottom:20px;
	transition: all 0.3s ease;
}
.networkWrapper .item:hover .list-item {
	border: 1px solid #b5b9d5;
    box-shadow: 0 0 14px rgb(98 105 181 / 30%);
}
.networkWrapper .list-content {
    padding: 67px 20px 0;
    margin: 0px;
    border: none;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: -25px;
}
/*donate page*/
.ourDonation{
    background: #45556c;
}
.donateWrapper .card {
    color: #20214c;
    padding: 15px 35px;
    line-height: 24px;
    font-size: 19px;
    background: #fff;
    border-radius: 10px;
    margin: 18px 0px 7px;
    box-shadow: 0 0 5px 2px rgb(95 102 151 / 30%);
}
.donateWrapper .card h3{
	font-size: 21px;
    line-height: 25px;
    padding-bottom: 10px;
}
.donateWrapper .card h4{
	font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
	color:#e25c00;
}
.donateWrapper .card .bankDetails b {
    color: #4f5676;
    font-weight: 500;
}
.donateWrapper .card .bankDetails{
	font-size:16px;
	border:0px !important;
}
.donateWrapper .card .bankDetails tr td{
	padding:3px 0;
}
.donateWrapper .card .bankDetails tr td:first-child{
	padding-right:15px;
}
.donateWrapper .card .qrWrap{text-align:center;}
.donateWrapper .card .qrWrap .qrcode {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #aaacbb;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    width: 200px;
    filter: contrast(1.2);
}
.paraNote{
	width:80%;
	margin:20px auto;
	display:block;
	font-size:16px;
}
/*regiter page form*/
.registration-form {
    width: 90%;
    margin: 0 auto 50px;
    float: none;
    clear: both;
    padding: 35px 20px;
    border: 1px solid #d3daf3;
    background: #fff;
    position: relative;
    z-index: 6;
    box-shadow: 0 0 14px 0px rgb(111 116 149 / 28%);
    border-radius: 20px;
}
.ScholarshipFrom{width:94%;}
.ScholarshipFrom .txtNoWrap{white-space:nowrap;}
.loginBox{
	width:350px;
}
.isLearning, .isWorking {
    background: #f1f2fb;
    position: relative;
    width: 100%;
    float: left;
    padding: 14px 0;
    border-radius: 8px;
	margin-bottom:12px;
}
.registration-form label:not(.customradio) {
    display: block;
    position: relative;
    margin: 0px 0px 12px;
    /* background: #fff; */
    border-radius: 7px;
    
}
.registration-form .label-txt {
    font-size: 15px;
    color: #202124;
    transition: ease .3s;
    font-weight: 400 !important;
    transition: ease .3s;
    margin: 0 0 5px ;
	display: inline-block;
    position: relative;
}
.registration-form .input {
    width: 100%;
	height: 43px;
    padding: 10px 12px;
    background: white;
    border: 1px solid #d1d6f3;
    outline: none;
    font-weight: 400;
    color: #202124;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgb(201 192 196 / 40%);
	transition: all 0.3s ease;
	
}
.registration-form .input:focus-visible {
    border: 1px solid #7b83b9;
	box-shadow: 0px 0px 8px 0px rgb(201 192 196 / 40%);
}
.registration-form .datepicker{border:0px;}


.registration-form button.commanBtn {
  margin:20px 0 12px;
}
.registration-form button.commanBtn:hover{
	color:#fff;
}

.required:after {
    content: "*";
    position: absolute;
    right: -10px;
    padding-left: 5px;
    color: #d93025;
    font-size: 16px;
    vertical-align: top;
}
.registration-form .radios {
    background: #fff;
	padding: 10px 0;
    border: 1px solid transparent;
    font-size: 15px;	
	margin: 0px 0px 12px;
}
/*
 .registration-form .col-md-4{ 
     box-shadow: 0 0 1px 1px #ccc; 
 } 
*/
.datefields p.text-left{
	padding:5px 8px 0;
}
/*Custiom Radio */
.customradio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
  cursor: pointer;
  font-weight:normal;
  margin-right:12px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align:left;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.customradio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: #e2e7ff;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #e25c00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e25c00;
}

/* Hide the browser's default Checkbox type */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom Checkbox button */
.customCheckbox{
	font-weight:500;
	cursor:pointer;
	display:flex!important;
	align-items: flex-start;
}
.registration-form.ScholarshipFrom label.customCheckbox {
    margin:8px 0 0;
}

.customCheckbox input[type=checkbox]{margin-right:14px;}
.customCheckbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 3px;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
  background-color: #e2e7ff;
}

/* When the Checkbox button is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #e25c00;
}


/* Show the indicator (checkmark) when checked */
.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (checkmark) */
.customCheckbox .checkmark:after {
    top: 1px;
    left: 7px;
    width: 6px;
    height: 13px;
    border-radius: 0;
    border-style: solid;
    border-color: transparent #e25c00 #e25c00 transparent;
    border-width: 0 2px 3px 0;
    background: #f7f7f7;
    transform: rotate(38deg);
}

/*-end-*/
/*scholarship page*/
.form-section .bg-gray {
    background: #f8fdff;
    padding: 10px 20px;
    margin: 20px 0;
    box-shadow: 1px 1px 4px 2px #d8dfe2;
	display:block;
	width:100%;
	float:left;
}

.DegreeName {
    padding: 0px 20px;
    width: 160px;
}
.DegreeName h3 {
    margin: 0px;
    padding: 0;
    font-size: 15px;
}
.DegreeName h3 span {
    background: #fff;
    text-align: center;
    color: #2a325a;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #e25c00;
    width: 100%;
    display: block;
}

.form-group.DegreeName, 
.form-group.DegreeName ~ .form-group {
    padding: 0 0 0 15px;
}





/*------ Media Queries start here-------*/
.visible-device{display:none;}

@media(min-width:360px){/*1280px*/
	.bs-slider#bootstrap-touch-slider .left.carousel-control{left:-10%;}
	.bs-slider#bootstrap-touch-slider .right.carousel-control{	right:-10%;}
	.bs-slider#bootstrap-touch-slider:hover .left.carousel-control{left:1%;}
	.bs-slider#bootstrap-touch-slider:hover .right.carousel-control{right:1%;}	
}
@media only screen and (min-width: 768px) {
	.menu > ul > li > ul.normal-sub > li:last-child:after,
	.menu > ul > li > ul > li > ul > li:last-child:after{
		display:none;/*none*/
	} 
}
@media only screen and (max-width: 1024px) {
	.menu > ul > li a{
		padding:15px 28px;
	}
	.owl-theme .owl-controls{padding:0;}
	.menu > ul > li a{font-size:14px;}
	.menu > ul > li > ul.normal-sub > li:last-child:after,
	.menu > ul > li > ul > li > ul > li:last-child:after{
		display:block;/*none*/
	} 
}


@media only screen and (max-width: 959px) {
	.visible-device{display:block!important}
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
		color:#fff;
    }
	.menu-mobile{position:relative;}
	.menu-mobile.Menuactive{
		position: sticky;
		top: 0;
		z-index: 999;
		background: #cf5400;
		border-bottom: 1px solid #ffba89;
		box-shadow: 0 0px 20px 0 #43486e
	}
	
	.menu-mobile span {
		position: absolute;
		font-size: 23px;
		top: 10px;
	}
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul,
	.menu > ul > li.LMRC-Courses > ul.normal-sub{
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
      /*  margin-top: 20px;*/
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
	.menu-container .menu > ul > li > ul > li{
		float: none!important;
		width: 100%!important;
	}
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
	.footer-wrapper .inner{
		padding: 115px 0 25px;
	}
	.headerQuickLinks{padding-top:15px;}
	
	.employeeWindow {
		display: flex;
		flex-wrap: wrap;
	}
	.employeeWindow .empBadgeHolder {
		display: block;
		width: 50%;
	}
	.employeeWindow .empBadge .empPic {
		margin: 0 auto 20px;
	}
	.employeeWindow .empBadge .empInfo {
		padding: 2px;
		margin: 0 0 0 20px;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px){	
	.top-header{
		padding-bottom:0;
	}
	.logo img{width:auto;}
	.bs-slider#bootstrap-touch-slider {
		height: 210px!important;
		position: relative;
	}
	.headerQuickLinks{
		float:left;
		width:100%;
		margin:0;
		text-align:center;
		background:#eaf0f2;
		margin-top:8px;
	}
	.top-header .pad0-sm{padding:0;}
	.headerQuickLinks ul.top-link{
		padding: 10px 0;
		margin:0;
	}
	
	.menu .caret{
		float:right;
	}
	.menu-container .menu .menu-mobile{
		color:#fff!important;
	}
	.menu .show-on-mobile{
		padding-bottom:15px;
	}
	.menu-container .menuScroll{
		height:400px;
		overflow:hidden;
		overflow-y:scroll;
	}
	
	.menu-container .menu .calender{
		text-align:center;
	}
	.menu-container .menu .calender span{
		display: inline-block !important;
		color: #376c32;
	}
	.nav-header {
		box-shadow: 0px 1px 8px 3px #868686;
	}
	
	.bs-slider#bootstrap-touch-slider .carousel-control {
		background-size:35px;
	}
	.footer-column-right{
		padding:8px 0 0 0;
	}
	/*about section*/
	.middleWrapper .aboutSection {
		padding: 20px 0;
	}
	.middleWrapper .aboutSection .wel-img{margin:0 auto;}
	.middleWrapper .aboutSection .aboutContent p.aboutPara{
		padding: 40px 25px 30px;
		font-size: 18px;
		font-weight: 500;
	}
	.middleWrapper .aboutSection .heading {
		font-size: 35px;
		padding-left: 25px;
		margin-top:0;
	}
	.commanBtn{margin: 40px 0 10px;}
	/*footer*/
	.pt30{padding-top:30px}
	.footer .contactDetails .copyRightbar .copyrights span{margin: 0 8px 0 0;}
	.footer .contactDetails .copyRightbar .designedBy span{float:none;}
	.footer .contactDetails .copyRightbar .copyrights,
	.footer .contactDetails .copyRightbar .designedBy{text-align:center;}
	
	/* Let's get this party started */
	.menu-container .menuScroll::-webkit-scrollbar {
		width: 12px;
	}
	 
	/* Track */
	.menu-container .menuScroll::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #ffffff;
	}
	 
	/* Handle */
	.menu-container .menuScroll::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #47486a;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	.menu-container .menuScroll::-webkit-scrollbar-thumb:window-inactive {
		background: #6e6f97;
	}
	
	.DegreeName {
		width:100%;
		padding:15px 0 0;
		clear:both!important;
		float:none!important;
	}
	.form-group.DegreeName{
		padding:0;
	}
	.registration-form.ScholarshipFrom .col-sm-12 h4 {
		margin: 28px 0 0px!important;
		line-height: 12px;
	}
	.DegreeName h3 {
		background: #fff;
		border: 4px solid #c5d0e9;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		color: #007430;
		color: #435066;
		line-height: 18px;
		width: 300px;
		padding: 12px 0;
		margin: 0 auto 12px;
		position: relative;
		border-radius: 20px;
		z-index: 0;
		perspective: initial;
		box-shadow: 1px 0px 13px 0 rgb(81 88 122 / 35%);
	}
	.DegreeName h3:before {
		position: absolute;
		top: 0;
		left: -13px;
		width: 108%;
		height: 100%;
		z-index: -2;
		background: #ffffff;
		content: "";
		border-left: 3px solid #e25c00;
		transition: all 0.3s ease;
		transform: skew(19deg, 0deg);
		border-right: 3px solid #e25c00;
	}
	.DegreeName h3 span {
		background: transparent;
		text-align: center;
		color: #2a325a;
		padding:0;
		border-radius: 0;
		border:0;
		width: 100%;
		display: block;
	}
}

@media(max-width:680px){
	.top-header{
		padding-bottom:0;
	}
	.logo img{width:auto;}
	.bs-slider#bootstrap-touch-slider {
		height: 210px!important;
		position: relative;
	}
	.headerQuickLinks{
		float:left;
		width:100%;
		margin:0;
		text-align:center;
		background:#eaf0f2;
		margin-top:8px;
	}
	.top-header .pad0-sm{padding:0;}
	.headerQuickLinks ul.top-link{
		padding: 10px 0;
		margin:0;
	}
	.menu-container .menu .menu-mobile{
		padding:18px 13px 15px;
	}
	.menu-container .menu .menu-mobile.Menuactive{
		border-bottom:1px solid #ff8286;
	}
	.menu-container .menu > ul > li > ul > li > ul > li{
		padding:0;
	}
	.menu-container .menu > ul > li > ul > li{margin-top:0;}
	.menu-container .menu > ul > li a,
	.menu-container .menu > ul > li > ul.normal-sub > li a{
		padding:10px 12px;
	}
	.menu > ul > li > ul.normal-sub > li:last-child:after{
		display:none;
	}	
	.menu > ul > li > ul.normal-sub > li > a .fa, 
	.menu > ul > li > ul > li > ul > li > a .fa {
		margin-bottom: 15px;
		padding: 2px 5px 0 0;
		float: left;
	}
	.headerQuickLinks{padding-top:0;}
	
	.employeeWindow {
		display: flex;
		flex-wrap: wrap;
	}
	.employeeWindow .empBadgeHolder {
		display: block;
		width: 50%;
	}
	.employeeWindow .empBadge .empPic {
		margin: 0 auto 20px;
	}
	.employeeWindow .empBadge .empInfo {
		padding: 2px;
		margin: 0 0 0 20px;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

}
@media (max-width:640px) {
	.networkWrapper .item{
		display:block;
		width:75%!important;
		margin:0 auto;
	}
	
}
@media (max-width:580px) {
	.employeeWindow {
		display: block;
	}
	.networkWrapper .item{
		display:block;
		width:85%!important;
	}
	.employeeWindow .empBadgeHolder {
		display: block;
		width: 75%;
		margin: 0 auto 30px;
	}
}
@media (max-width:460px) {
	.employeeWindow .empBadgeHolder {
		width: 90%;
	}
	.networkWrapper .item{
		display:block;
		width:100%!important;
	}
}

@media (max-width:320px) {
	.employeeWindow .empBadgeHolder {
		width: 100%;
	}
}
