body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Lora', serif; }*/

button:focus,
button:active,
button:hover {
	outline: none;
	box-shadow: none;
}

input:focus,
button:focus,
select:focus {
	outline: none !important;
	box-shadow: none !important;
}

.title {
	font-size: 30px;
	text-transform: uppercase;
	color: #76c943;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}

.title span {
	color: #066190;
	font-weight: 300;
}

.title2 {
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;

	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.title2 span {
	font-weight: 300;
}


.siteBtn {
	padding: 8px 20px 7px;
	color: #fff;
	background: #57b1b8;
	font-size: 15px;
	border-radius: 25px;
	letter-spacing: .3px;
	font-weight: 300;
	min-width: 150px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
}

.siteBtn:hover {
	color: #fff;
	text-decoration: none;
}


hr {
	margin: 2px 0;
	border: none;
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
	height: 1px;
}



/* All page banner -start- */
.pageBanner {}

.pageBanner {
	color: #fff;
}

.pageBanner .bannerContent {
	background: rgba(0, 0, 0, 0.4);
}

.pageBanner .bannerContentInner {
	max-width: max-content;
	text-align: left;
	left: 45px;
	margin: initial;
}

.pageBanner h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pageBanner h2 span {
	font-weight: 300;
}

.pageBanner p {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.7;
	max-width: 575px;
}

p.tag-line {
	font-size: 25px !important;
	max-width: 100%;
}

.pageBanner .dropArrow {
	bottom: 55px;
}

.carousel-item {
	overflow: hidden
}

.carousel-item img {
	max-width: auto
}

/* All page banner -end- */







/* ==== Header -start- ==== */
.headerGap {
	height: 96px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.headerTop {}

.headerTop .container-fluid {
	padding: 0;
}

.topContact {
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
	color: #fff;
	padding: 8px 10px 8px 35px;
	position: relative;
	text-align:right
}

.topContact:before {
	content: "";
	position: absolute;
	border: 43px solid transparent;
	border-left: 22px solid #ffffff;
	border-bottom: 0px solid transparent;
	z-index: 1;
	left: 0px;
	top: -1px;
}

.topContact span {
	font-size: 13px;
	display: inline-block;
	margin-left: 30px;
}

.topContact span a {
	display: inline-block;
}

.topContact .fbT img {
	width: 60px;
	margin-top: -5px;
}

.aplyBtnBox {
	margin-left: 52px
}

.topContact .applyOnline {
	padding: 4px 15px 3px;
	background: #fff;
	color: #3b8ea8;
	font-size: 11px;
	border-radius: 25px;
	letter-spacing: .3px;
}

.topContact .applyOnline:hover {
	text-decoration: none;
}

.logoBox {
	position: relative;
}

.logo {
	display: inline-block;
	position: absolute;
	top: -30px;
}

.headerNav {
	position: relative;
	z-index: 2;
	padding: 16px 0 10px;
}

.headerNav .navbar {
	padding: 0;
}

.headerNav .nav-item {
	position: relative;
	margin-right: 32px;
	margin: 0 15px;
}

.headerNav .nav-item:last-child {
	margin-right: 0;
}

.headerNav .nav-link {
	color: #000;
	padding: 2px 1px 8px !important;
	font-weight: 500;
	font-size: 13px;
	position: relative;
}

.headerNav .nav-link:hover {
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.headerNav .nav-link:hover i {
	-webkit-text-fill-color: #066190;
}

/*.headerNav .nav-item.active a {
    background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
    background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}*/
.headerNav .nav-item.active i {
	-webkit-text-fill-color: #066190;
}

/*.headerNav .nav-item.active a:after {
    transition: .2s;
    width: 100%;
}*/
.headerNav .nav-link:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 0px;
	background-image: linear-gradient(90deg, #76c943 0%, #066190 50%);
	transition: .2s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.headerNav .nav-link:hover:after {
	transition: .2s;
	width: 100%;
}

.subNav {
	background: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -30px;
	min-width: 215px;
	visibility: hidden;
	opacity: 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
}

.subNav li {
	border-bottom: 1px solid #c3c3c3;
}

.subNav li:last-child {
	border-bottom: none;
}

.subNav li a {
	display: inline-block;
	padding: 6px 10px;
	color: #76c943;
	font-size: 12px;
	width: 100%;
	transition: .5s;
	font-weight: 400;
}

.subNav li a:hover {
	text-decoration: none;
	color: #066190;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.headerNav .nav-item:hover .subNav {
	visibility: visible;
	left: 0;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	opacity: 1;
}

.headerNav .nav-item a.active {
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.headerNav .nav-item a.active:after {
	transition: .2s;
	width: 100%;
}

/* ==== Header -end- ==== */



.mainBanner {
	background-image: url(../images/banner-1.png);
	height:230px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.no-effect .bannerContent{
	background: transparent;
}
.bannerContent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
}

.bannerContent.ab{
	background: transparent;
}


.bannerContentInner {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	transform: translate(0, -50%);
	position: relative;
	top: 50%;
}

.bannerContentInner h1 {
	color: #76c943;
	font-size: 65px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#home-slider-4 .bannerContentInner h1 {
	font-size: 40px
}

.bannerContentInner h1 span {
	color: #066190;
	font-weight: 300;
}

.bannerContentInner p {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}

.bannerContentInner .btnBg {
	display: inline-block;
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
	border-radius: 30px;
	padding: 2px;
	position: relative;
}

.bannerContentInner .btnBg span {
	background: #fff;
	display: inline-block;
	border-radius: 30px;
}

.bannerContentInner a {
	font-size: 24px;
	text-transform: uppercase;
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	color: transparent;
	font-weight: 400;
	padding: 14px 25px 12px;
	border-radius: 30px;
	display: inline-block;
	min-width: 275px;
}

.dropArrow {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -110px;
	min-width: 35px !important;
	width: 35px;
	padding: 0 8px !important;
	margin: auto;
	cursor: pointer;
}






.serviceSection {
	padding: 95px 0;
}

.serviceBox {
	text-align: center;
}

.serviceImg {
	margin-bottom: 15px;
}

.serviceBox h4 {
	font-size: 18px;
	color: #313131;
	font-weight: 600;

}

.serviceBox p {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	margin-bottom: 8px;
}

.serviceBox a {
	font-size: 13px;
	color: #39769d;
}







.indexAbout {
	overflow: hidden;
}

.indexAbout .container-fluid {
	padding: 0;
}

.indexAboutText {
	padding-right: 0;
}

.aboutContent {
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
	color: #fff;
	padding: 60px 75px 55px 85px;
}

.aboutContent .title {
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
}

.aboutContent .title span {
	color: #fff;
}

.aboutContent .aboutText p {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.7em;
}

.aboutContent .aboutText p:first-child {
	margin-bottom: 20px;
}

.aboutContent .siteBtn {
	margin-top: 20px;
}


.indexAboutImg {
	padding-left: 0;
}

.aboutImg {
	height: 100%;
	position: relative;
}

.aboutImg:after {
	content: "";
	position: absolute;
	width: 94%;
	height: 92%;
	border: 8px solid #fff;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.aboutImg img {
	width: 100%;
	height: 100%;
}




.trainingSection {
	padding: 95px 0;
}

.trainingBox {
	transition: all 150ms linear
}

.trainingBox:hover .trainingNm {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 1));
	transition: all 150ms linear
}

.trainingImg {
	margin-bottom: 15px;
	position: relative;
	height:360px;
	overflow:hidden;
}

.trainingImg img {
	width: 100%;
	height: auto;
}

.trainingBox p {
	font-size: 13px;
	color: #000;
	line-height: 1.7em;
	margin-bottom: 8px;
}

.trainingBox a {
	font-size: 13px;
	color: #76c943;
	text-decoration: underline;
}

.trainingBox a i {
	margin-left: 5px;
	vertical-align: middle;
}


.trainingNm {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transition: all 150ms linear
}

.trainingNm h3 {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

#featureTraining {
	position: relative;
}

.trainingSection .owl-nav {
	display: block !important;
}

.trainingSection .owl-prev,
.trainingSection .owl-next {
	position: absolute;
	top: 50%;
	font-size: 0 !important;
}

.trainingSection .owl-prev {
	left: -35px;
	background-image: url(../images/prev.png) !important;
	width: 18px;
	height: 30px;
	background-position: center !important;
	margin: 0 !important;
	background-repeat: no-repeat !important;
}

.trainingSection .owl-next {
	right: -35px;
	background-image: url(../images/next.png) !important;
	width: 15px;
	height: 30px;
	background-position: center !important;
	margin: 0 !important;
	background-repeat: no-repeat !important;
}

.trainingSection .owl-prev:hover,
.trainingSection .owl-next:hover {
	background-color: transparent !important;
	color: #000 !important;
}
















.programSection {
	padding: 0;
	overflow: hidden;
}

.programSection .container-fluid {
	padding: 0;
}

.programSection .programLeft {
	padding-right: 0;
	background-color: #000;
	background-image: url(../images/program-1.png);
	background-size: cover;
}

.programSection .programRight {
	padding-left: 0;
	background-color: #000;
	background-image: url(../images/program-2.png);
	background-size: cover;
}

.programOne {
	background-image: linear-gradient(90deg, rgba(20, 170, 159, 0.5) 0%, rgba(6, 97, 144, 0.5) 100%);
	height: 390px;
}

.programTwo {
	background-image: linear-gradient(90deg, rgba(20, 170, 159, 0.5) 0%, rgba(6, 97, 144, 0.5) 100%);
	height: 390px;
}

.programContent {
	color: #fff;
	width: 525px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	float: right;
	right: 60px;
}

.programContent h2 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.programContent p {
	font-size: 15px;
	font-weight: 300;
}

.programContent a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	text-decoration: underline;
}

.programContent a i {
	margin-left: 5px;
	vertical-align: middle;
}

.programContent a:hover {
	color: #fff;
}



.newsvideoSection {
	padding: 75px 0 60px;
}


.new {
	padding: 1px 8px;
	background: #e02c33;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	border-radius: 4px;
}

.newsList {
	padding: 20px 10px 15px;
	margin: 0;
	list-style: none;
	background: #fff;
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}

.newsList li {
	position: relative;
	padding-left: 45px;
}

.newsList .new {
	position: absolute;
	left: 0;
	top: 4px;
}

.newsList li p {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.newsList li p a {
	color: #76c943;
	font-size: 13px;
	text-decoration: underline;
	margin-left: 7px;
}

.newsList li p a i {
	vertical-align: middle;
	margin-left: 5px;
}


.videoThumb {
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.videoThumb img {
	width: 100%;
	border-radius: 8px;
}

.playBtnBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 0;
	top: 0;
}

.playBtn {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.playBtn:hover {
	color: #fff;
}

.newsBox .title {
	margin-bottom: 30px;
}

.videoBox .title {
	margin-bottom: 30px;
}






.tesimonialSection {
	position: relative;
	overflow: hidden;
	background: #000;
}

.tesimonialMainBox {
	padding: 65px 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(20, 170, 159, 0.72) 0%, rgba(6, 97, 144, 0.42) 100%);
	position: relative;
	z-index: 1;
}

.img-parallax {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none;
}


.tesimonialMainBox .title,
.tesimonialMainBox .title span {
	color: #fff;
}

.tesimonialBox {
	border-radius: 3px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	height: 230px;
	margin-top: 45px;
}


.testiHed {
	padding: 1px 5px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.testiImg {
	display: inline-block;
	vertical-align: middle;
}

.testiImg img {
	border-radius: 50%;
	width: 75px !important;
	height: 75px;
	box-shadow: -1.678px 2.487px 15px rgba(0, 0, 0, 0.15);
	border: 3px solid #fff;
	position: relative;
	top: -40px;
	left: -5px;
}

.testiHedText {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}

.testiHedText h6 {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 600;
}

.testiHedText p {
	margin-bottom: 0;
	font-size: 13px;
	color: #76c943;
	font-weight: 400;
	line-height: 1.3em;
}

.testiText {
	font-size: 15px;
	color: #000;
	font-style: italic;
	padding: 15px 20px;
	font-weight: 400;
}

.testiText a {
	color: #39769d;
	font-size: 13px;
	text-decoration: underline;
}

.testiText a i {
	margin-left: 5px;
	vertical-align: middle;
}

.tesimonialMainBox .title {
	margin-bottom: 50px;
}


.tesimonialMainBox .owl-dots {
	margin-top: 35px;
}

.tesimonialMainBox .owl-dots .owl-dot {
	vertical-align: middle;
}

.tesimonialMainBox .owl-dots .owl-dot span {
	margin: 0 3px;
	border: 2px solid #6dadb5;
	background: transparent !important;
	width: 13px;
	height: 13px;
}

.tesimonialMainBox .owl-dots .owl-dot.active span {
	margin: 0 3px;
	border: 3px solid #fff;
	background: #76c943 !important;
	width: 15px;
	height: 15px;
}

.tesimonialMainBox .owl-item {}


.tesimonialMainBox .owl-prev,
.tesimonialMainBox .owl-next {
	position: absolute;
	top: 50%;
	font-size: 0 !important;
}

.tesimonialMainBox .owl-prev {
	left: -25px;
	background-image: url(../images/prev.png) !important;
	width: 18px;
	height: 30px;
	background-position: center !important;
	margin: 0 !important;
	background-repeat: no-repeat !important;
}

.tesimonialMainBox .owl-next {
	right: -25px;
	background-image: url(../images/next.png) !important;
	width: 15px;
	height: 30px;
	background-position: center !important;
	margin: 0 !important;
	background-repeat: no-repeat !important;
}

.tesimonialMainBox .owl-prev:hover,
.tesimonialMainBox .owl-next:hover {
	background-color: transparent !important;
	color: #000 !important;
}










.collegesSection {
	padding: 55px 0;
}

.collegesSection .title {
	font-size: 20px;
	text-transform: initial;
	color: #000;
	text-align: left;
	margin-bottom: 25px;
}

.collegesSection .title span {
	color: #000;
}

.collegesList {}

.collegesList a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.collegesList a:first-child {
	margin-left: 0;
}

.collegesList img {}




.countMainSection {
	background-color: #76c943;
	background-image: url(../images/countBG.png);
}

.countSection {
	background-image: linear-gradient(90deg, rgba(6, 97, 144, 0.55) 50%, rgba(20, 170, 159, 0.25));
	display: flex;
	padding: 25px 0;
}

.countPanel {
	width: 100%;
}

.countBox {
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 60px 0;
}

.countBox:last-child {
	border-right: none;
}

.countBox h2 {
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 0;
}

.countBox p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}





.contectSection {
	padding: 50px 0 0;
}

.contectSection .title {
	text-align: left;
}

.contactForm {
	padding-right: 40px;
}

.contactForm .form-group {
	padding: 0 15px;
	margin-bottom: 50px;
	transition: all 150ms linear;
}

.contactForm .form-group label {
	padding-right: 15px;
	font-size: 15px;
	color: #000	;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;
	transition: all 150ms linear;
}

.contactForm .form-control {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	padding: 2px 5px;
	height: 26px;
	resize: none;
	background: transparent;
}

.contactForm .form-control:focus {
	box-shadow: none;
	outline: none;
	border-bottom: 1px solid #76c943;
	color: #76c943;
}

.inputFocusOn label {
	color: #76c943 !important;
	position: relative;
	bottom: -10px;
	font-size: 13px !important;
	transition: all 150ms linear;
}

.contactBtnBox {
	text-align: right;
}

.contactBtnBox .contactBtn {
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #0a748f;
	color: #075f7f;
	background: transparent;
	min-width: 150px;
	text-transform: uppercase;
	padding: 10px 15px 7px;
}

.contactBtnBox .reset {
	min-width: auto;
	margin-right: 12px;
	padding: 5px;
	height: auto;
	border: none;
	text-transform: capitalize;
	margin-top: 4px;
}



.contactBox {
	margin-bottom: 25px;
}

.contactIco {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(90deg, #066190, #76c943);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}

.contactText {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	font-weight: 600;
	font-size: 18px;
	color: #444;
	padding-left: 8px;
}

.contactText a {
	background-image: linear-gradient(15deg, #066190 0%, #76c943);
	background-image: -webkit-linear-gradient(15deg, #066190 0%, #76c943);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.contactLink {
	text-align: left;
}

.contactLink a {
	background-image: linear-gradient(15deg, #066190 0%, #76c943);
	background-image: -webkit-linear-gradient(15deg, #066190 0%, #76c943);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	margin-left: 62px;
	font-size: 18px;
}










footer {
	padding: 100px 0 0;
	background-image: url(../images/footerBG.png);
}

.footLogoSec {}

.footLogo {
	margin-bottom: 25px;
}

.footLogoSec p {
	font-size: 13px;
	color: #000;
	line-height: 1.8em;
}

.footLinkHed {
	font-size: 16px;
	color: #76c943;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.footLinkList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footLinkList li {
	margin-bottom: 10px;
}

.footLinkList li a {
	font-size: 13px;
	color: #000;
}

.footLinkList .linkW6 {
	width: 65%;
	float: left;
}

.footLinkList .linkW4 {
	width: 35%;
	float: left;
}


.bootmFoot {
	padding: 24px 0 20px;
	border-top: 2px solid #dbd9d8;
	margin-top: 25px;
}

.copyRightBox {
	color: #000;
	font-size: 13px;
}

.termsBox {
	text-align: right;
}

.termsBox a {
	color: #066190;
	font-size: 13px;
}

#homepopup .modal-body {
	position: relative;
	padding: 5px;
}

#homepopup .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	opacity: 1;
	z-index: 1;
}

#homepopup .close img {
	width: 30px;
}

#homepopup.modal {
	background: rgba(0, 0, 0, 0.8);
}

#homepopup .popup-box{
	position: relative;
}

#homepopup .popup-box img{
	max-width: 100%;
}

#homepopup .popup-box .link{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: right;
}

#homepopup .popup-box .link a{
	display: block;
	height: 20%;
	margin-top: 40%;
	color: transparent;
}

/* === about.html === */

.aboutBanner {
	background-image: url(../images/aboutbanner.png);
	color: #fff;
}

.aboutContents {
	padding: 75px 0;
}

.aboutContents .title {
	text-align: left;
	margin-bottom: 25px;
}

.aboutContentBox {}

.aboutContentBox p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 25px;
}


.aboutLists {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aboutLists li {
	position: relative;
	color: #11999c;
	padding-left: 22px;
	margin-bottom: 25px;
	font-size: 15px;
}

.aboutLists li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 5px;
	background-repeat: no-repeat;
}

.aboutLists.strength li {
	color: #000;
}




.teamSection {
	padding: 0;
}

.teamBox {
	text-align: center;
	margin-bottom: 60px;
}

.teamImgBox {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid #fff;
	display: inline-block;
	margin-bottom: 11px;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.teamHover {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(63, 179, 170, 0.7);
	text-align: center;
	font-size: 0;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 150ms linear;
	border-radius: 50%;
}

.teamHover span {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	display: inline-block;
}

.teamImgBox:hover .teamHover {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: all 150ms linear;
	border-radius: 50%;
	font-size: 20px;
}



.teamImgBox img {
	width: 100%;
	height: auto;
}

.teamBox h2 {
	font-size: 20px;
	font-weight: 400;
}


.modal-backdrop {
	background-color: rgba(255, 255, 255, 0.65);
	opacity: 1 !important;
}

.teapPopupContent {
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
	padding: 22px;
	border: none;
}

.teapPopupContent .close {
	position: absolute;
	right: 12px;
	color: #fff;
	top: 12px;
	opacity: 1;
}

.teapPopupContent .close span {
	color: #fff;
}

.teamPopImgSec {}

.teamPopImgBox {
	display: inline-block;
	vertical-align: middle;
}

.teamPopImg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.teamPopImg img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.teamPopNm {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	padding-left: 10px;
}

.teamPopNm h2 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

.teamAboutText {
	margin-top: 12px;
}

.teamAboutText p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.6;
}



/* === contact_us.html -start- === */
.ContactBanner {
	background-image: url(../images/contactBanner.png);
	color: #fff;
}

.ourAddressSection {
	margin-bottom: 60px;
}

.contectContents {
	padding: 50px 0 25px;
}

.addressSection {
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.addressLeft {
	padding-right: 85px;
	border-right: 1px solid #0d8597;
}

.addressBox {
	margin-bottom: 50px;
}

.addressBox:last-child {
	margin-bottom: 15px;
}

.addressBox h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
}

.addressBox p {
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	margin-bottom: 5px;
}

.addressRight {
	padding-left: 85px;

	text-align: right;
}

.contactListBox {
	/*margin-bottom: 50px;*/
}

.contactListBox .title {
	margin-bottom: 0px;
	text-align: left;
}

.contactListBox p a {
	color: #000
}

.contactListBox p {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}


.addressMap {
	text-align: center;
}

.addressMap img {
	width: 75%;
}



/* === contact_us.html -end- === */



/* === services.html -start- === */
.serviceBanner {
	background-image: url(../images/servicesBanner.png);
	color: #fff;
}

.analyticalTest {
	padding: 50px 0;
}

.analyticalTest .title {
	text-align: left;
	margin-bottom: 25px;
}

.analyticalTestContent {}

.analyticalTestContent p {
	font-size: 15px;
	color: #000;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.analyticalTestContent p:last-child {
	margin-bottom: 0;
}

.foodTestSection {
	padding: 50px 0;
}

.foodTestSection .title {
	text-align: left;
	margin-bottom: 15px;
}

.foodTestContent p {
	font-size: 15px;
	color: #000;
	line-height: 1.7em;
}

.foodTestList {
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
}

.foodTestList ul {
	list-style: none;
	padding: 0;
}

.foodTestList li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
}

.foodTestList li:last-child {
	margin-bottom: 0;
}

.foodTestList li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-outlineDot.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 2px;
	background-repeat: no-repeat;
}

.foodTestList li p {
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0;
}

.foodTestList li h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}

.diagnosticList {
	margin: 50px 0 30px;
	padding: 0;
	list-style: none;
}

.diagnosticList li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
}

.diagnosticList li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-outlineDot.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 2px;
	background-repeat: no-repeat;
}

.otherTestSection {
	padding: 75px 0;
}

.othrtTestBox {
	margin-bottom: 40px;
}

.othrtTestBox:last-child {
	margin-bottom: 0;
}

.othrtTestBox .title {
	margin-bottom: 10px;
	text-align: left;
}

.othrtTestBox p {
	font-size: 15px;
	color: #000;
	line-height: 1.6em;
	margin-bottom: 0;
}

.testerEmail {
	margin: 30px 0 10px !important;
}

/* === services.html -end- === */








/* === placement.html -start- === */

.placementBanner {
	background-image: url(../images/placement.jpg);
	color: #fff;
}

.placementsSection {
	padding: 75px 0 0;
}


.forCompanies {
	margin-bottom: 50px;
}

.forCompanies p,
.forStudents p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 25px;
}

.forCompanies p:last-child,
.forStudents p:last-child {
	margin-bottom: 0;
}

.forCompanies p a,
.forStudents p a {
	color: #0042ff;
	font-weight: 600;
	text-decoration: underline;
}

.forCompanies h5,
.forStudents h5 {
	color: #000;
	font-weight: 600;
	font-size: 15px;
}


.forStudents {
	margin-bottom: 50px;
}

.placedMainSection {}

.placedSection {
	padding: 35px 0 0;
}

.placedBox {
	text-align: center;
	margin-bottom: 65px;
}

.placedImg {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid #fff;
	display: inline-block;
	margin-bottom: 11px;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.placedImg img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

.placedBox h2 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}

.placedBox p {
	font-size: 15px;
	color: #8d8d8d;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}

.placedBox h4 {
	font-size: 20px;
	font-weight: 600;

	background-image: linear-gradient(15deg, #76c943 20%, #066190);
	background-image: -webkit-linear-gradient(15deg, #76c943 20%, #066190);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.placedBox h4 i {
	color: #76c943;
	text-fill-color: initial;
	-moz-text-fill-color: initial;
	-webkit-text-fill-color: initial;
}

/* === placement.html -end- === */





/* === short_term_training.html -start- === */

.trainingBanner {
	background-image: url(../images/trainingBanner.png);
	color: #fff;
}

#bioinformatics {
	background-image: url(../images/bioformatics.jpg);
}

#food-technology {
	background-image: url(../images/biotechnology.jpg);
}

#clinical {
	background-image: url(../images/clinical.jpg);
}

#pharma {
	background-image: url(../images/pharma.jpg);
}

#professional {
	background-image: url(../images/professional.jpg);
}

#franchise {
	background-image: url(../images/franchise.jpg);
}

#only_for_career {
	background-image: url(../images/career.jpg);
}

#rules__disclaimer {
	background-image: url(../images/rules.jpg);
}

#incubation {
	background-image: url(../images/incubation.jpg);
}

.trainingMainSection {
	padding: 40px 0 50px;
}

.trainingMainSection.fees{
	padding: 0;
}


.trainingContent {
	padding: 20px 0 50px;
}

.trainingMainSection.fees .trainingContent{
	padding-bottom: 0;
}

.trainingContent .title {
	text-align: left;
	margin-bottom: 25px
}

.trainingContent p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
}

.trainingList {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}

.trainingList li {
	position: relative;
	color: #000;
	padding-left: 22px;
	margin-bottom: 25px;
	font-size: 15px;
}

.trainingList li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 5px;
	background-repeat: no-repeat;
}

.trainingContent h5 {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}

.trainingInner {
	margin-bottom: 30px;
}

.pointHed {
	color: #086c92;
	font-weight: 600;
}

.trainingInner i {
	color: #086c92;
}

.trainingInner.innerfoot h5 {
	background-image: linear-gradient(15deg, #76c943, #066190 15%);
	background-image: -webkit-linear-gradient(15deg, #76c943, #066190 15%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.trainingInner.innerfoot p {
	font-weight: 600;
}



.trainingTableSec {}

.trainingTableContent {
	padding: 10px;
}



.trainingTable {
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.08);
	background: #fff;
	overflow: hidden;
	margin-bottom: 25px;
}

.trainingTable .hed {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 13px 10px;
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
}


.trainingTable h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.tableRow.thed {
	border-bottom: none;
}

.tableRow.thed h4 {
	margin-bottom: 0;
}

.tableRow {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	width: 100%;
	padding: 0 5px;
}

.tableCol {
	float: left;
	width: 50%;
	font-size: 15px;
	padding: 6px 2px 10px;
	font-weight: 400;
}

.tableListBox {
	padding: 0 15px;
}

.regFee {
	font-size: 15px;
	font-style: italic;
	color: #086c92;
}

.trainingTableSec p {
	font-size: 15px;
	color: #000;
	margin-bottom: 1px;
	font-weight: 400;
}

.trainingBtnBox {
	padding: 0 0 50px;
	text-align: center;
}

.trainingBtnBox a {
	height: 65px;
	width: 300px;
	line-height: 68px;
	border-radius: 30px;
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%);
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
	font-size: 25px;
}

.trainingBtnBox a:hover {
	text-decoration: none;
}




.howToApplySec {
	background-image: linear-gradient(90deg, #066190 0%, #76c943 100%);
	padding: 35px 0 50px;
	color: #fff;
}

.howToApplySec .title {
	color: #fff;
}




.applyProcessBox {
	width: 33.33%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
}

.applyProcess {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.applyProcess:after {
	content: "";
	width: 65%;
	height: 2px;
	background: #fff;
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	margin: auto;
	top: 115px;
	z-index: 0;
}

.processIco {
	width: 125px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 13px;
}

.applyProcessBox p {
	font-size: 18px;
	font-weight: 400;
}

.applyProcessBox a {
	color: #fff;
	text-decoration: underline;
}

.applyProcessBox a:hover {
	color: #fff;
}

.applyProcess.payment .applyProcessBox {
	width: 50%;
}

.applyProcess.payment:after {
	width: 51%;
}




/* === short_term_training.html -end- === */








/*Utkarsh Saxena*/
#project {
	margin-bottom: 40px
}

#project img {
	max-width: 100%;
	box-shadow: 0px 10px 50px #cecece
}

#project h5 {
	margin: 20px 0 60px;
	text-align: center;
	width: 85%
}

.tableRow-2 {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	width: 100%;
	padding: 0 5px;
}

.tableCol-2 {
	float: left;
	font-size: 18px;
	line-height: 55px;
	font-weight: 600;
	font-family: 'roboto', sans-serif;
}

.trainingList-2 {
	list-style: none;
	padding: 0;
	max-width: 700px;
	margin: auto;
	position: relative;
}

.trainingList-2 li {
	padding-left: 22px
}

.trainingList-2 li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 20px;
	background-repeat: no-repeat;
}

.tableRow-2:last-child {
	border: none;
	padding-bottom: 30px
}

.wrap {
	background-image: linear-gradient(90deg, #066190 0%, #76c943 100%);
	padding: 60px 0;
	color: #fff;
	position: relative;
	margin-bottom: 120px
}

.wrap h2 {
	font-size: 30px;
	margin-bottom: 45px
}

.wrap li {
	line-height: 45px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	list-style: none;
	padding-left: 22px
}

.wrap ul {
	padding: 0px;
	position: relative
}

.wrap li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot-white.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 17px;
	background-repeat: no-repeat;
}

.wrap-2 {
	max-width: 1030px;
	margin: auto
}

.apply-2 {
	padding-bottom: 0
}

.wrap-3 h2 {
	font-size: 30px;
	text-transform: uppercase
}

.wrap-3 {
	color: #fff;
	padding-top: 25px
}

.wrap-3 p {
	font-size: 15px;
	line-height: 25px;
}

.wrap-3 ul {
	position: relative;
	padding: 0;
	max-width: 980px
}

.wrap-3 ul li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot-white.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 7px;
	background-repeat: no-repeat;
}

.wrap-3 ul li {
	font-size: 15px;
	line-height: 25px;
	list-style: none;
	padding-left: 22px;
	margin-bottom: 25px
}

.half:nth-child(2n) {
	border-left: 1px solid #fff;
	padding-left: 20px;
}

.half {
	width: auto;
	float: left;
	font-weight: 400;
	padding-right: 30px;
	margin: auto
}

.contact-link:after {
	content: "";
	display: block;
	clear: both;
}

.wrap-3 span {
/*	font-style: italic;*/
	padding-top: 30px;
	display: block
}

.wrap-3 .size_bottom span {
    display: inline;
}

.wrap-3 span a {
	color: white;
	text-decoration: underline
}

.slider-2 {
	height: auto;
	min-height: 240px
}

.wrap-4 {
	margin-top: 40px
}

.inter_new {
	margin-top: 40px;
	text-transform: uppercase
}

.wrap-4 ul li {
	list-style: none;
	padding-left: 22px
}

.wrap-4 ul li a {
	color: #fff
}

.wrap-4 ul {
	position: relative;
	padding: 0
}

.wrap-4 ul li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot-white.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 7px;
	background-repeat: no-repeat;
}

.wrap-5 ul {
	padding: 0;
	position: relative
}

.wrap-5 ul li {
	padding-left: 22px;
	list-style: none;
	font-size: 15px;
	line-height: 25px
}

.wrap-5 ul li:before {
	content: "";
	position: absolute;
	background-image: url(../images/list-dot.png);
	left: 0;
	width: 15px;
	height: 15px;
	top: 5px;
	background-repeat: no-repeat;
}

.tableCol-3 {
	width: 100%;
	font-size: 15px;
	padding: 6px 2px 10px;
	font-weight: 400;
}

span.mail {
	font-style: italic;
	padding-bottom: 30px;
	display: block;
}

.title3 {
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.title3 span {
	font-weight: 300
}

.title4 span {
	font-weight: 300
}

.title5 span {
	font-weight: 300
}

.title4 {
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.title5 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

.short {
	width: 70px;
	float: left
}

.right_flt {
	float: right;
	display: inline-block;
	width: 94%;
	margin-bottom: 20px
}

.title5::after {
	content: "";
	display: inline-block;
	clear: both
}

.faq_table .title4 {
	margin-bottom: 0
}

.faq_table tr td {
	vertical-align: top
}

.faq_table tr:nth-child(2n) td:nth-child(2n) {
	padding-bottom: 30px
}

.blinking {
	animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
	0% {
		margin-left: 0px;
	}

	49% {
		margin-left: 40px;
	}

	50% {
		margin-left: 40px;
	}

	99% {
		margin-left: 2px;
	}

	100% {
		margin-left: 0
	}
}

.blinking {
	animation: blinkingApply 1s infinite;
}

@keyframes blinkingApply {
	0% {
		transform: scale(1)
	}

	/*25%{opacity: .25}*/
	50% {
		transform: scale(1.1)
	}

	/*75%{opacity: .5}*/
	100 {
		transform: scale(1)
	}
}

#feedback .owl-item {
	max-height: 440px
}

.team {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.img_slide {
	width: 98%;
	height: 400px;
	margin: auto 1%;
}

/*.marquee {
    animation: scroll-right-left 5s linear infinite;
}

@keyframes scroll-right-left {
    from {
        transform: translateX(500px);
    }
    to {
        transform: translateX(0px);
    }
}*/
.marquee {
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.marquee img {
	display: inline-block;
	animation: marquee 10s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%, 0);
	}
}

.bio_table table thead tr:first-child {
	background-image: linear-gradient(90deg, #76c943 0%, #066190 100%)
}

.bio_table table tr:first-child th {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 13px 10px;
}

.bio_table table td {
	padding: 0 10px
}

.full-width {
	max-width: none
}

.table_size .tableRow .tableCol:first-child {
	width: 16%;
}

.table_size .tableRow .tableCol:nth-child(2) {
	width: 42%;
}

.table_size .tableRow .tableCol:nth-child(3) {
	width: 42%;
}

.bx-viewport {
	max-height: 477px;
}

.bx-viewport .slider div {
	max-height: 477px;
}

.bx-wrapper .regular.slider img {
	display: inline-block
}

.newlistcolor .aboutLists li {
	color: #000
}

.newlistcolor .aboutLists li:before {
	background-image: url(../images/list-outlineDot.png)
}

.trainingList ul li {
	list-style: none
}

.trainingList ul {
	padding: 0
}

.diagnostictextBox {
	margin: 50px 0 0
}

.diagnoslist2 li::before {
	display: none
}

.diagnoslist2 li {
	padding: 0
}

.diagnosticContent {
	margin-bottom: 30px
}

a.navbar-brand img {
	position: absolute;
	top: -30px
}

.navbar-brand {
	margin-left: 12px
}

.navbar-expand-lg {
	padding: 16px 0 10px
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 13px;
	padding: 2px 1px 8px
}

.collapse.navbar-collapse {
	
}

.nav-item {
	margin: 0 15px
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #000
}

.dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1)
}

a.dropdown-item {
	padding: 6px 10px;
	font-size: 12px;
	color: #76c943;
	font-weight: 400;
	transition: .5s;
	border-bottom: 1px solid #c3c3c3;
}

.topContact span a {
	color: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #066190
}

.dropdown-item.active,
.dropdown-item:active {
	color: #066190;
	background: #fff
}

.nav-link:hover {
	background-image: linear-gradient(15deg, #76c943 0%, #066190 50%);
	background-image: -webkit-linear-gradient(15deg, #76c943 0%, #066190 50%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.navbar-nav .dropdown-menu {
	position: absolute
}

.career {
	margin-top: 20px
}

.career li {
	margin-bottom: 20px
}

.career li:before {
	top: 4px
}

.careerList ul {
	list-style: none;
	padding: 0
}

.careerListInside li {
	list-style: disc
}

ul.careerListInside {
	padding-left: 30px;
}

ul.careerListInside ul {
	padding-left: 30px
}

ul.careerListInside li:last-of-type {
	margin-bottom: 30px
}

li.title3 {
	margin-bottom: 0
}

#rules .title4 {
	margin-top: 30px
}

.top_p {
	margin-top: 30px
}

.carousel-indicators li {
	background: rgba(0, 0, 0, 0.5);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.carousel-indicators li.active {
	background: #000
}

.carousel-indicators {
	bottom: 0;
	margin-bottom: 5px
}

.incubation .foodTestList {
	margin-bottom: 30px;
	margin-top: 0
}

.incubation .foodTestList li {
	margin-bottom: 20px
}

.incubation .title4 {
	margin-bottom: 0
}

.printbtn button {
	padding: 4px 15px;
	border: 1px solid #0a748f;
	border-radius: 30px;
	color: #0a748f;
	background: transparent;
}

h1._hidden {
	display: none;
	text-align: center
}



/*Photo Grid.*/
.row {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}

.column {
	-ms-flex: 25%;
	/* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.column button.btn {
	padding: 0;
	margin-top: 8px;
}

.column img {
	vertical-align: middle;
	width: 100%;
	cursor: zoom-in;
}

.form-group.contactBtnBox {
	text-align: center;
}

.photo_gallary .modal-dialog {
	max-width: 60%;
	max-height: 500px;
}

.photo_gallary .modal-body {
	padding: 0;
}

.photo_gallery h2.title2 {
    margin-top: 50px;
}

#gallary {
	width: 100%
}

.img-box{
	max-height: 430px;
	overflow: auto;
}

.form-pad {
	padding-top: 20px
}

@media screen and (max-width: 800px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.column {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.btn-photo {
	max-width: 100%
}

.btn-photo img {
	max-width: 100%;
}

.photo-section {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 30px;
}

.photo-section .btn {
	padding: 5px;
	transition: .2s;
	height: 170px;
	overflow: hidden;
	width: 100%;
}

.photo-section .btn:hover{
	opacity: 0.7;
}

.photo-section img {
	min-width: 100%;
	height: 100%;
	max-width: 100%;
	width: auto;
}

.photo-section h4{
	background-image: linear-gradient(15deg, #066190 0%, #76c943);
    background-image: -webkit-linear-gradient(15deg, #066190 0%, #76c943);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
	margin:auto;
	font-size: 16px;
	padding-left: 5px;
}

.photo-box{
	display: table;
	height: 50px;
	width: 100%;
	border-left: 5px solid #066190;
	margin-top: 10px;
	background: #dedede;
}

.photo-heading{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

#myModal{
	transform: scale(0);
	opacity: 0;
	transition: .4s
}
#myModal.show{
	transform: scale(1);
	opacity: 1;
}
	.str3 { font-size:0 !important}
			.str3-2 { background:none !important;}
			.str3-2 img { border:5px solid #ccc; background:#f1f1f1; color:#999; margin:0 5px; text-align:center; font:40px/100px Arial, Helvetica, sans-serif; width:auto; height:100px; display:inline-block; vertical-align:top;}
			.notifi {
    background-color: #de1218;
    height: 50px;
    font-size: 18px;
    color: white;
    line-height: 46px;
    margin-bottom: 10px;
    min-width: 100%;
}