@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat.ttf);
}

@font-face {
	font-family: MontserratSB;
	src: url(../fonts/MontserratSB.ttf);
}

@font-face {
	font-family: MontserratB;
	src: url(../fonts/MontserratB.otf);
}

@font-face {
	font-family: MontserratUL;
	src: url(../fonts/MontserratUL.otf);
}

body {
	background-color: #04003F;
	overflow-x: hidden;
}


a {
	color: #6628c0;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #181818;
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
}

div {
	position: relative;
}

a {
	cursor: pointer;
}

button,
a {
	border: 0px;
	outline: 0;
}

:focus,
:focus-visible {
	border: 0px;
	outline: 0px
}

.container-fluid {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

header {
	float: left;
	width: 100%;
	padding: 0px;
	background-color: #04003f;
}

header ul li a.nav-link {
	color: #00AEEF;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	position: relative;
	margin: 20px 15px 15px 15px;
	font-size: 13px;
	padding: 3px 10px;
}

header ul li a.nav-link:after {
	content: '';
	width: 100%;
	float: left;
	margin: 0px auto;
	height: 2px;
	border-radius: 10px;
	background-color: #00AEEF;
	position: absolute;
	bottom: 0%;
	left: 0%;
}

header ul li a:hover.nav-link {
	color: #ffffff !important;
}

header ul li a.active.nav-link {
	color: #ffffff !important;
	font-weight: bold;
	font-family: Montserrat, sans-serif;
}

header ul li a:hover.nav-link:after,
header ul li a.active.nav-link:after {
	background-color: #ffffff;
}

button.navbar-toggler:focus {
	border: 0px;
	outline: 0;
	box-shadow: none;
}

button.navbar-toggler {
	background: transparent;
}

.navbar-toggler span {
	display: block;
	background: #00AEEF;
	height: 3px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
	opacity: 1;
}

.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.nav-link:focus,
.nav-link:hover {
	color: #ffffff;
	border-radius: 0px;
}



.dnone {
	display: none;
}

.dblock {
	display: block;
}

.bluebglive {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 600px;
	position: relative;
	background-image: url(../images/livebg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.bluebgarch {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 600px;
	position: relative;
	background-image: url(../images/archbg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}


.bluebgpln {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius:0px;
	min-height: 600px;
	position: relative;
	background-image: url(../images/bgpln.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.reg .bluebgpln{    min-height: 730px;}

.reg .grdnbg{    min-height: 345px;}

.blubgsubpln {
	width: 72%;
	float: left;
	position: absolute;
	top: 15%;
	left: 15%;
	height: auto;
}

.upldppt .blubgsubpln {
	width: 72%;
	float: left;
	position: absolute;
	top: 115%;
	left: 15%;
	height: auto;
}

.submsn .bluebgpln {
	min-height: 650px;
}
.rgstr-opt .bluebgpln {
	min-height: 450px;
}

.rgstr-opt .grdnbg{min-height: 65px;}

.drctr .bluebgpln {
	min-height: 570px;
}

.submsn .grdnbg {
	min-height: 265px;
}


.blubgsubpln h4 {
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	font-family: 'MontserratSB', sans-serif;
}

.blubgsubpln h5 {
	font-weight: normal;
	color: #fff;
	font-size: 19px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	line-height: 30px;
}

.blubgsubpln p {
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 15px;
}


.bluebgplninst {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 600px;
	position: relative;
	background-image: url(../images/bgpln.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.plc .bluebgplninst {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 750px;
	position: relative;
	background-image: url(../images/bgpln.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.blubgsubplninst {
    width: 80%;
    float: left;
    position: absolute;
    top: 15%;
    left: 10%;
    height: auto;
}

.blubgsubplninst h5 {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'MontserratSB', sans-serif;
}

.blubgsubplninst h5:after {
	content: '';
	border-bottom: 1px solid #ffffff;
	width: 100%;
	margin-top: 10px;
	display: block;
}



.blubgsubplninst ul {
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.blubgsubplninst ul li {
	position: relative;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	line-height: 17px;
	text-align: justify;
}

.blubgsubplninst ul li:before {
	content: "";
	position: absolute;
	left: -15px;
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #00AEEF;
	top: 6px;
}


.blubgplc {
    width: 90%;
    float: left;
    position: absolute;
    top: 15%;
    left: 5%;
    height: auto;
}

.blubgplc p {
	position: relative;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	line-height: 17px;
	text-align: justify;
}
.blubgplc h5 {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'MontserratSB', sans-serif;
}

.blubgplc h5:after {
	content: '';
	border-bottom: 1px solid #ffffff;
	width: 100%;
	margin-top: 10px;
	display: block;
}
.blubgplc h4 {
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'MontserratSB', sans-serif;
}

.blubgplc h4:after {
	content: '';
	border-bottom: 1px solid #ffffff;
	width: 100%;
	margin-top: 10px;
	display: block;
}
.drctr .blubgplc h4 {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: 'MontserratSB', sans-serif;
}

.drctr .blubgplc h4:after {
	content: '';
	border-bottom: 1px solid #ffffff5e;
	width: 100%;
	margin-top: 10px;
	display: block;
}

.blubgplc ul {
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.blubgplc ul li {
	position: relative;
	font-weight: normal;
	color: #fff;
	font-size: 13px;	
	font-family: 'Montserrat', sans-serif;
	line-height: 17px;
	text-align: justify;
}

.blubgplc ul li:before {
	content: "";
	position: absolute;
	left: -15px;
	width: 7px;
	height: 7px;
	border-radius: 100px;
	background-color: #00AEEF;
	top: 7px;
}

/* .blubgsubplninst ol li:before {
	content: "";
	position: absolute;
	left: -15px;
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #00AEEF;
	top: 6px;
} */
.reg .blubgsubpln {
	width: 76%;
	float: left;
	position: absolute;
	top: 15%;
	left: 12%;
	height: auto;
}

.blubgsubpln .regfrm {
	margin-top: 30px;
	width: 100%;
	float: left;
	border-radius: 40px;
	min-height: auto;
	padding: 30px 35px 20px;
	background-color: #FFFFFF;
}

.login .blubgsubpln .regfrm {
	margin-top: 100px;
}

.smlnk{font-size: 14px;
    text-align: right;
	text-decoration: underline;
    float: right;
    color: #891b54;}

	
.smlnk:hover, .smlnk:focus
{font-size: 14px;
	text-decoration: none;
    text-align: right;
    float: right;
    color: #00aeef;}

	.blubgsubpln .regfrm input, .blubgsubpln .regfrm select {
	background-color: #f1f2f2;
	color: #606161;
	border-radius: 40px;
	width: 100%;
	float: left;
	padding: 8px 20px;
	margin-bottom: 14px;
	border: 0px;
	outline: 0px;
}

.blubgsubpln .regfrm input:focus, .blubgsubpln .regfrm select:focus {
	background-color: #dadada;
	transition: all 0.2s ease-out;
}

.upldppt .blubgsubpln .regfrm select {
	background-color: #f1f2f2;
	color: #606161;
	border-radius: 40px;
	width: 100%;
	float: left;
	padding: 8px 20px;
	margin-bottom: 25px;
	border: 0px;
	outline: 0px;
}

.upldppt .blubgsubpln .regfrm select:focus {
	background-color: #dadada;
	transition: all 0.2s ease-out;
}

.upldppt .blubgsubpln .regfrm input {
	margin-bottom: 20px;
}

.upldppt .blubgsubpln .regfrm label {
	font-size: 15px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	width: 100%;
	float: left;
}

.blubgsubpln .regfrm h4 {
	font-weight: 500;
	color: #891b54;
	font-size: 27px;
	text-align: center;
	margin: 0px 0px 35px 0px;
	font-family: 'Montserrat', sans-serif;
}

.upldppt .blubgsubpln .regfrm h4 {
	font-weight: 500;
	color: #891b54;
	font-size: 27px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	font-family: 'Montserrat', sans-serif;
}

.upldppt .blubgsubpln .regfrm {
	margin-top: 0px;
	width: 100%;
	float: left;
	border-radius: 40px;
	min-height: auto;
	padding: 30px 35px 30px;
	background-color: #FFFFFF;
}

.login .blubgsubpln .regfrm input {
	margin-bottom: 30px;
}

/* input[type="file"] {
							background-color: #00AEEF;
						} */
/* Hide the default file input */
input[type="file"]::file-selector-button {
	display: none;
}

#customButton {
	width: 140px;
	height: auto;
	cursor: pointer;
	float: left;
}

/* Optional: Add some styling for the image */
#customButton:hover {
	opacity: 0.8;
}

.upldppt input.attach {
	background-color: #ffffff;
	color: #000000;
	border-radius: 0px;
	width: 52%;
	float: left;
	padding: 8px 2px;
	margin-bottom: 14px;
	border: 0px;
	outline: 0px;
	font-size: 13px;
	font-weight: 500;
}

#hide input[type=file] {
	display: none;
	margin: 10px;
}

#hide input[type=file]+label {
	display: inline-block;
	margin: 20px;
	padding: 4px 32px;
	background-color: #FFFFFF;
	border: solid 1px #666F77;
	border-radius: 6px;
	color: #666F77;
}

#hide input[type=file]:active+label {
	background-image: none;
	background-color: #2D6C7A;
	color: #FFFFFF;
}


.bluebg {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius:0px;
	min-height: 600px;
	position: relative;
	background-image: url(../images/bg-01.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.blubgsub {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 60px;
	height: auto;
}

.bluebg2 {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 350px;
	position: relative;
	background-image: url(../images/bg-02.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.blubgsub2 {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 60px;
	height: auto;
}



.bluebg3 {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 250px;
	position: relative;
	background-image: url(../images/bg-03.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.blubgsub3 {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 60px;
	height: auto;
}

.bluebg4 {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 250px;
	position: relative;
	background-image: url(../images/bg-04.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.blubgsub4 {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 60px;
	height: auto;
}



.bluebgreg {
	/* background: rgba(52,138,254,1); */
	/* background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(52,138,254,1) 57%, rgba(64,110,187,1) 100%); */
	width: 100%;
	float: left;
	border-radius: 0px;
	min-height: 385px;
	position: relative;
	background-image: url(../images/bg-02.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bluebgregsub {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0px;
	height: auto;
}

.formbtn{
background-color: #891b54 !important;
color: #fff !important;
width: 120px !important;
float: unset !important;
padding: 5px 20px !important;
margin-bottom: 0px !important;
}
.loginbtn {
margin: 0px auto 0px;
text-align: center;
background-color: #891b54;
padding: 7px 25px;
color: #fff;
text-decoration: none;
border-radius: 50px;
font-size: 21px;
}

.loginbtn:hover,
.loginbtn:focus {
	background-color: #1b54c0;
	color: #fff;
	transition: all 0.2s ease-out;
}
.rgstrbtn {
	margin: 0px auto 0px;
	text-align: center;
	background-color: #891b54;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 21px;
}

.rgstrbtn:hover,
.rgstrbtn:focus {
	background-color: #1b54c0;
	color: #fff;
	transition: all 0.2s ease-out;
}
.bluebgregsub img {
	display: block;
	text-align: center;
	margin: 0px auto;
	height: 385px;
}



.blubgsub img {
	display: block;
	text-align: center;
	margin: 0px auto;
}

.blubgsub2 img {
	display: block;
	text-align: center;
	margin: 0px auto;
	height: 330px;
}

.reg small {
	font-size: 9px;
}

.rgstrbtn {
	margin: 0px auto 0px;
	text-align: center;
	background-color: #891b54;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 21px;
}

.rgstrbtn:hover,
.rgstrbtn:focus {
	background-color: #1b54c0;
	color: #fff;
	transition: all 0.2s ease-out;
}

.loginbtn {
	margin: 0px auto 0px;
	text-align: center;
	background-color: #891b54;
	padding: 7px 25px;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 21px;
}

.loginbtn:hover,
.loginbtn:focus {
	background-color: #1b54c0;
	color: #fff;
	transition: all 0.2s ease-out;
}



.corn-logo {
	height: 130px;
}

.corn-txt {
	height: 185px;
}

.hdng {
	font-family: MontserratB, sans-serif;
    font-size: 15px;
    color: #1129a3;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.hdng2 {
	font-family: MontserratB, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
	 text-transform: uppercase;
	margin-bottom: 0px;
}

.logos {
	width: 98%;
	float: left;
	text-align: center;
	margin: 0px auto;
	position: absolute;
	bottom: -70%;
	left: 51%;
	transform: translate(-50%, 0%);
}

.sublogo{    width: 64%;
    margin: 10px 15% 0px 19%;
    float: left;}

.logos span {
	padding: 12px 9px 0px 9px;
	border-right: 0px solid #ffffff;
	width: auto;
	float: left;
	text-align: center;
}

.logos span:first-child {
	padding: 1px 9px;
	border-right: 1px solid #ffffff;
}

.logos span img {
	display: block;
	text-align: center;
	margin: 0px auto;
	height: 55px;
}



/* Slider */

.slider {
	width: 50%;
	margin: 40px auto;
}

.slick-slide {
	margin: 0px 20px;
}

/* .slick-slide img {
  width: 100%;
} */

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	/* opacity: .2; */
}

/* .slick-active {
  opacity: .5;
} */

.slick-current {
	opacity: 1;
}

.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 45%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #ffffffc4;
	border-radius: 100%;
}

.slick-next,
.slick-prev {
	background: #c1c1c1;
	display: none !important;
}

.slick-prev::before,
.slick-next::before {
	font-size: 23px;
	color: #ffffff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #ffffff;
	outline: none;
	background: #7d08c1;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 10px 0px #410466;
}



.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
	color: #ffffff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-next:before {
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 1;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next:hover:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 35px;
	line-height: 1;
	opacity: 1;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "\f104";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	left: 10px;
	position: absolute;
	top: 2px;
	color: #7d08c1;
}

[dir='rtl'] .slick-prev:before {
	content: "\f104";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	left: -5px;
	position: absolute;
	top: 0;
}


.slick-next {
	right: -40px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "\f105";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	left: 13px;
	position: absolute;
	top: 2px;
	color: #7d08c1;
}

[dir='rtl'] .slick-next:before {
	content: "\f105";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	left: 20px;
	position: absolute;
	top: 0;
}

/* Dots */
.slick-dotted.slick-slider {
	margin: -40px 0px 0px 0px;
	width: 100%;
}

.slick-dots {
	position: absolute;
	bottom: 12px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: auto;
	right: 98px;
}

.index .slick-dots {
	right: 10%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 9px;
	height: 9px;
	content: "\f111";
	text-align: center;
	font-family: fontawesome;
	text-align: center;
	border-radius: 100%;
	opacity: .25;
	color: #0046e9;
}



.slick-dots li.slick-active button:before {
	opacity: .90;
	color: #193a99;
}

.blutxt {
	width: 100%;
	float: left;
	padding: 50px 50px 40px 50px;
}

.blutxt h4 {
	font-size: 32px;
	font-weight: 1000;
	color: #ffffff;
	font-family: MontserratB, sans-serif;
	margin: 0px;
	line-height: 25px;
}

.blutxt h5 {
	font-size: 26px;
	font-weight: 500;
	color: #e7f422;
	font-family: MontserratSB, sans-serif;
	margin: 0px;
}

.blutxt p {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	margin: 3px 0px 4px 0px;
	line-height: 18px;
	min-height: 65px;
}

.blutxt a.ylwbtn {
	background-color: #e7f422;
	border-radius: 50px;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	font-family: Montserrat, sans-serif;
	margin: 3px 0px 4px 0px;
	line-height: 18px;
	text-decoration: none;
	padding: 3px 10px;
}

.blutxt a:hover.ylwbtn {
	background-color: #034ea2;
	color: #ffffff;
	transition: all 0.35sease-out;
}

.ylwbtn2 {
	background-color: #e7f422;
	border-radius: 50px;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	font-family: Montserrat, sans-serif;
	margin: 3px 0px 4px 0px;
	line-height: 18px;
	text-decoration: none;
	padding: 3px 10px;
}


.blubgimg {
	width: 100%;
	float: left;
	position: relative;
}

.blubgimgbg {
	position: absolute;
	right: 0;
	top: 10%;
	top: 50%;
	right: 0;
	transform: translate(0%, 14%);
}

.blubgimg .blubgimgbg img {
	height: 450px;
}

/* .blubgsubpln h4:after {
						content: '';
						border-bottom: 1px solid #ffffff;
						width: 100%;
						margin-top: 10px;
						display: block;
					} */

.cp .blutxt {
	width: 100%;
	float: left;
	padding: 60px 35px 60px 35px;
}

.cp .blutxt h4 {
	font-size: 32px;
	font-weight: 1000;
	color: #ffffff;
	font-family: MontserratB, sans-serif;
	margin: 10px 0px 5px;
	line-height: 25px;
}

.cp .blutxt h5 {
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	font-family: MontserratSB, sans-serif;
	margin: 0px;
}

.cp .blubgsubpln {
	top: 27%;
}

.suprtimg {
	min-height: 600px;
	position: absolute;
	background-image: url(../images/supportbg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	float: left;
	border-radius: 0px 18px 18px 0px;
}

.bluebgplnsprt p {
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 20px;
}

.bluebgplnsprt p a {
	color: #fff;
	font-size: 25px;
	text-decoration: none;
}

.bluebgplnsprt p a:hover {
	color: #fff;
	font-size: 25px;
	text-decoration: underline;
}

.suprtimg .hdngimg {
	height: 160px;
	margin-bottom: 45px;
}

.suprtimg .mail {
	height: 30px;
	margin-right: 15px;
	margin-top: -15px;
}

.suprtimg .call {
	height: 30px;
	margin-right: 15px;
	margin-top: -15px;
}

.suprtimg .time {
	height: 30px;
	margin-right: 15px;
	margin-top: -5px;
}

.bluebgplnsprt {
	width: 100%;
	float: left;
	/* position: absolute; */
	margin-top: 100px;
	margin-left: 100px;
	height: auto;
}

.grdnbg {
	width: 100%;
	float: left;
	background: rgb(61, 139, 255);
	background: linear-gradient(0deg, rgba(61, 139, 255, 1) 27%, rgba(0, 42, 118, 1) 100%);
	min-height: 215px;
	border-radius: 0px;
}

.grdnbg h4 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	font-family: MontserratSB, sans-serif;
	margin: 35px 70px;
	line-height: normal;
	text-align: center;
}



.thank .blubgsubpln p {
	font-weight: normal;
	color: #000000;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	text-align: center;
	margin-bottom: 35px;
}

.thank .blubgsubpln img {
	height: 90px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

.thank .blubgsubpln .regfrm {
	margin-top: 100px;
}

.submsn .blubgsubpln img {
	height: 72px;
	margin-bottom: 20px;
}

.submsn .blubgsubpln img:hover {
	transform: scale(1.1);
	transition: all 0.35s ease-out;
}

.rgstr-opt .blubgsubpln img {
	height: 72px;
	margin-bottom: 20px;
}

.rgstr-opt .blubgsubpln img:hover {
	transform: scale(1.1);
	transition: all 0.35s ease-out;
}

.submsn .blubgsubpln .regfrm {
	margin-top: 70px;
}

.dwnldhdng {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-weight: normal;
}

.innrlogo {
	height: 150px;
	margin-left: 80px;
	margin-top: 30px;
}

.vidthumbbg{
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: 0px;
}


.vidthumbbg a{
    float: left;
    width: 100%;
	text-decoration: none;
	transform: scale(0.95);
}

.vidthumbbg a:hover{transform: scale(1.1); transition: all 0.35s ease-out; text-decoration: none;}

.vidthumbbg2{
	width: 90%;
	float: left;
	margin-left: 5%;
}


.vidthumbbg2 a{
    float: left;
    width: 100%;
	text-decoration: none;
	transform: scale(0.8);
}

.vidthumbbg2 a:hover{transform: scale(1.1); transition: all 0.35s ease-out; text-decoration: none;}

.vidthumb	 {
	height: 85px;
    margin-top: 30px;
}

.bluebglive h5, .bluebgarch h5 {
	margin-left: 80px;
	margin-top: 10px;
	color: #ffffff;
	font-family: "MontserratSB", sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
}

.bluebglive h6, .bluebgarch h6 {
    margin-top: 10px;
    color: #ffffff;
    font-family: "MontserratSB", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
	margin-bottom: 0px;
}

.bluebglive p, .bluebgarch p {
    margin-top: 0px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}


.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.m25{margin: 25px;}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.regcnthdn{ 
    display: block;
    color: #ffffff;
    font-size: 26px;
    font-family: "MontserratSB", sans-serif;
	text-decoration: underline;
	text-align: center;
    margin: 30px;}

.evnthdn{    
	position: relative;
    color: #ffffff;
    font-size: 43px;
    font-family: "Montserrat", sans-serif;
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bold;
}

	.evnthdn::after{
		content: "";
    width: 400px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);  
	}

	.evntp{
		color: #ffffff !important;
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif;
    margin: 0px 5% 10px;
    text-align: center !important;
    width: 90%;
		}

		.evntp2{
			color: #ffffff;
			font-size: 25px;
			font-family: "Montserrat", sans-serif;
			margin: 20px auto 0px;
			text-align: center;
			}

		#countdown ul{
		margin: 0px;
		padding: 0px;
		width: 96%;
		margin: 0% 2%;
		}

		#countdown li {
			display: inline-block;
			font-size: 17px;
			list-style-type: none;
			padding: 0px 10px;
			text-transform: capitalize;
			color: #ffffff;
			position: relative;
			}
		  
		  #countdown li span {
			display: block;
			font-size: 37px;
			padding: 10px;
			background-color: #000000;
			border-radius: 20px;
			min-width: 75px;
			min-height: 80px;
			margin-bottom: 3px;
			}

			#countdown li::after{
				content: ":";
				color: #ffffff;
				font-size: 60px;
				position: absolute;
				top: 34%;
				right: -21px;
				transform: translate(-50%, -50%);
				font-family: "arial", sans-serif;
				font-weight: bold;
				}
				#countdown li:last-child:after{display: none;}

				.cntdwnbtnhdng{
					font-size: 20px;
					color: #ffffff;
					text-align: center;
					font-family: "Montserrat", sans-serif;
					margin-bottom: 20px;
				}

				.cntdwnbtn{
					padding: 10px 90px;
					border-radius: 50px;
					text-decoration: none;
					font-size: 20px;
					background-color: #fadbe7;
					color: #891b54;
					text-align: center;
					font-family: "Montserrat", sans-serif;
				}
				.cntdwnbtn:hover, .cntdwnbtn:focus{
					background-color:#891b54;
					color: #fadbe7;
					transition: all 0.25s ease-out;	
				}

				.mr10{margin-right: 10px;}

				.navbar{width: 96%;
					padding: 0px;
					margin: 0px 2%;}

					.logobg{background-color: #ffffff;
					width:100%;
				float: left;}

				.container {
					max-width: 100%;
					width: 100%;
					margin: 0px;
					padding: 0px;
				}

				.yltxt{font-weight: bold;
				color:#ffeb00;}
footer{    float: left;
    width: 100%;
    background-color: #04003f;
    position: sticky;
    bottom: 0;}

	footer p{margin: 0px auto;
		text-align: center;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		padding: 2px 0px 7px;}

.ftrlogo{display: inline-block;}
.ftrlogo-xs{display: none;}

.dirctor h4{    font-weight: bold;
    color: #fff;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'MontserratSB', sans-serif;}

	.dirctor h5{       font-weight: bold;
		color: #fff;
		font-size: 15px;
		margin-top: 11px;
		margin-bottom: 20px;
		font-family: 'Montserrat', sans-serif;}

.blubgplc .dirctor h4:after, .blubgplc .dirctor h5:after{display: none;}
				
@media (min-width: 1600px) {
	.blubgplc p, .blubgplc ul li
	{
		font-size: 15px;
        line-height: 22px;}

	.vidthumbbg2 a{
		transform: scale(1);
	}
	.vidthumbbg2 a:hover{
		transform: scale(1.2);
	}
	.cp .bluebgpln {
		min-height: 765px;
	}

	

	.cp .blubgsubpln p {
		font-size: 15px;
	}

	.blubgsubplninst {
		width: 85%;
	}

	.blubgsubplninst h5 {
		font-size: 20px;
	}

	.blubgsubplninst ul li {
		font-size: 15px;
		margin-bottom: 14px;
		line-height: 20px;
	}

	.bluebgpln {
		min-height: 765px;
	}

	.upldppt .bluebgpln {
		min-height: 640px;
	}

	.upldppt .grdnbg {
		min-height: 255px;
	}

	.upldppt #customButton {
		margin-top: 7px;
	}

	.thank .bluebgpln {
		min-height: 600px;
	}

	.blubgsubpln .regfrm input {
		padding: 12px 20px;
	}

	.login .bluebgpln {
		min-height: 600px;
	}

	.reg .bluebgpln {
		min-height: 660px;
	}

	.reg small {
		font-size: 12px;
	}

	.reg .blubgsubpln .regfrm input {
		padding: 12px 20px;
	}


	.reg .bluebgreg {
		min-height: 445px;
	}

	.reg .bluebgregsub img {
		height: 445px;
	}

	.bluebgplninst {
		min-height: 790px;
	}

	.plc .bluebgplninst {
		min-height: 870px;
	}

	/* .blubgsubpln{width: 85%;} */
	.blubgsubpln h5 {
		font-size: 19px;
	}

	.blubgsubpln p {
		font-size: 13px;
	}

	.blubgsubpln ul li {
		position: relative;
		font-weight: normal;
		color: #fff;
		font-size: 14px;
		margin-bottom: 9px;
		font-family: 'Montserrat', sans-serif;
		line-height: 23px;
	}

	.blutxt {
		width: 100%;
		float: left;
		padding: 60px 70px 54px;
		margin-top: 15px;
		transform: scale(1.1);
	}

	.bluebg3,
	.bluebg4 {
		min-height: 295px;
	}

	.bluebg2 {
		min-height: 470px;
	}

	.index .slick-dots {
		right: 20%;
	}

	.index.slick-dotted.slick-slider {
        margin: 40px 10% 0px 10%;
        width: 80%;
        transform: scale(1.25);
    }

	.logos span img {
		height: 47px;
	}

	.bluebg {
		min-height: 765px;
	}

	.blubgsub {
		top: 40px;
	}

	.corn-logo {
		height: 150px;
	}

	.corn-txt {
		height: 240px;
	}

	.logos {
		width: 70%;
		float: left;
		text-align: center;
		margin: 0px auto;
		position: absolute;
		bottom: -65%;
		left: 15%;
		transform: translate(-50%, 0%);
		transform: scale(1.3);
	}

	.hdng {
		font-family: MontserratB, sans-serif;
		font-size: 15px;
		color: #1129a3;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.bluebglive h5, .bluebgarch h5{    font-size: 21px;}

}


@media (max-width: 1599px) and (min-width: 1400px) {
	.sublogo {
		width: 67%;
        margin: 10px 11% 0px 18%;
        float: left;
	}
	.blubgplc p, .blubgplc ul li
	{
		font-size: 14px;
        line-height: normal;}
	.bluebglive h5, .bluebgarch h5{    font-size: 21px;}
	.vidthumbbg2 a{
		transform: scale(1);
	}
	.vidthumbbg2 a:hover{
		transform: scale(1.2);
	}	
	.upldppt input.attach {
		font-size: 15px;
	}

	.upldppt .bluebgpln {
		min-height: 600px;
	}

	.thank .bluebgpln {
		min-height: 600px;
	}

	.thank .blubgsubpln p {
		font-weight: normal;
		color: #000000;
		font-size: 25px;
		font-family: 'Montserrat', sans-serif;
		line-height: 35px;
		text-align: center;
		margin-bottom: 35px;
	}

	.thank .blubgsubpln img {
		height: 110px;
	}

	.reg .bluebgreg {
		min-height: 445px;
	}

	.reg .bluebgregsub img {
		height: 446px;
	}

	.reg .grdnbg {
		min-height: 285px;
	}

	.cp .blubgsubpln p {
		font-size: 14px;
	}

	.blubgsubplninst {
		width: 85%;
	}

	.blubgsubplninst h5 {
		font-size: 20px;
	}

	.blubgsubplninst ul li {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 19px;
	}

	.bluebgpln {
		min-height: 690px;
	}

	.login .bluebgpln {
		min-height: 600px;
	}

	.reg .bluebgpln {
		min-height: 730px;
	}

	.bluebgplninst {
		min-height: 690px;
	}

	.plc .bluebgplninst {
		min-height: 750px;
	}

	.index.slick-dotted.slick-slider {
        margin: -10px 10% 0px 10%;
        width: 80%;
        transform: scale(1.25);
    }

	.index .slick-dots {
		right: 20%;
	}

	.blutxt {
		width: 100%;
		float: left;
		padding: 53px 70px 38px;
		margin-top: 15px;
		transform: scale(1.1);
	}

	.bluebg3,
	.bluebg4 {
		min-height: 270px;
	}

	.bluebg2 {
		min-height: 420px;
	}

	.bluebg {
		min-height: 690px;
	}

	.hdng {
		margin-top: 25px;
		font-size: 17px;
	}

	.logos {
		width: 100%;
        bottom: -70%;
	}

	.logos span img {
		height: 62px;
	}

	.blubgsub {
		top: 45px;
	}

	.corn-txt {
		height: 230px;
	}
}



@media (max-width: 1399px) and (min-width: 1300px) {
	.sublogo {
		width: 64%;
		margin: 10px 15% 0px 18%;
		float: left;
	}
	.blubgplc p, .blubgplc ul li
	{font-size: 13px;
        line-height: 20px;}

		.plc .bluebgplninst{min-height: 800px;}
	.cp .blubgsubpln {
		top: 20%;
	}

	.corn-logo {
		height: 125px;
	}

	.blubgsub {
		top: 53px;
	}
}

@media (max-width: 1299px) and (min-width: 1200px) {
	.sublogo {
		width: 73%;
        margin: 10px 10% 0px 17%;
        float: left;
	}
	.logos{bottom: -65%;}
	.hdng2{    margin-top: 15px;}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.sublogo {
		width: 75%;
        margin: 10px 0% 0px 18%;
        float: left;
	}
	.logos{bottom: -65%;}
	.hdng2{    margin-top: 15px;}
	.blubgplc p, .blubgplc ul li
	{
		font-size: 12px;
        line-height: 20px;}

	header ul li a.nav-link{
        margin: 20px 15px 15px 15px;
        padding: 3px 5px;
        font-size: 12px;
        }
	.vidthumbbg2 a:hover{    transform: scale(1.0);
	}
	.bluebglive h5, .bluebgarch h5{margin-left: 5%;}
	.innrlogo {
		height: 150px;
		margin-left: 40px;
	}
	.upldppt .blubgsubpln {
		width: 80%;
		left: 10%;
	}

	.upldppt .bluebgpln {
		min-height: 600px;
	}

	.upldppt .grdnbg {
		min-height: 280px;
	}

	.upldppt .bluebgregsub img {
		height: 320px;
	}

	.upldppt .bluebgreg {
		min-height: 320px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		height: 323px;
	}

	.reg .bluebgreg,
	.login .bluebgreg,
	.thank .bluebgreg,
	.upldppt .bluebgreg {
		min-height: 323px;
	}


	.thank .blubgsubpln .regfrm {
		margin-top: 60px;
	}

	.thank .bluebgpln {
		min-height: 535px;
	}


	.login .bluebgpln {
		min-height: 610px;
	}

	.reg .bluebgpln {
		min-height: 720px;
	}


	.login .grdnbg,
	.thank .grdnbg {
		min-height: 286px;
	}
	.reg .grdnbg {
		min-height: 400px;
	}

	.blubgsubplninst {
		width: 83%;
	}

	.bluebgpln {
		min-height: 555px;
	}

	.bluebgplninst {
		min-height: 590px;
	}

	.plc .bluebgplninst {
		min-height: 835px;
	}

	.blubgimg .blubgimgbg img {
		height: 370px;
	}

	.blubgsubpln {
		width: 80%;
		left: 10%;
	}

	.blubgsub2 img {
		height: 290px;
	}

	.bluebg2 {
		min-height: 310px;
	}

	.blutxt {
		width: 100%;
		float: left;
		padding: 45px 30px 45px 30px;
	}

	.bluebg3,
	.bluebg4 {
		min-height: 245px;
	}

	.bluebg {
		min-height: 555px;
	}

	.blubgsub {
		top: 70px;
	}

	.hdng {
		margin-top: 50px;
	}

	.logos {
		width: 95%;
	}

	.logos span {
		padding: 7px 4px;
	}

	.logos span img {
		height: 45px;
	}

	.corn-logo {
		height: 110px;
	}

	.corn-txt {
		height: 175px;
	}

}

@media (max-width: 991px) and (min-width: 769px) {
	.logos span img{height: 35px !important;}
	.submsn .grdnbg {
		display: none;
	}
	.drctr .bluebgpln {
		min-height: 900px;
	}
	.blubgplc p, .blubgplc ul li
	{
		font-size: 12px;
        line-height: 18px;}
		.blubgplc .mb30{margin-bottom: 15px;}
		
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		}
	.bluebgarch {
		width: 100%;
		float: left;
		border-radius: 0px;
		min-height: 600px;
		position: relative;
		background-image: url(../images/archbg-sm.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.bluebglive {
		width: 100%;
		float: left;
		border-radius: 0px;
		min-height: 600px;
		position: relative;
		background-image: url(../images/livebg-sm.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.vidthumbbg2 a:hover{    transform: scale(1.0);
	}
	.bluebglive h5, .bluebgarch h5{margin-left: 5%;}
	.innrlogo {
		height: 150px;
		margin-left: 40px;
	}
	.dnone-sm {
		display: none;
	}

	.dblock-sm {
		display: block;
	}

	.reg .bluebgreg,
	.login .bluebgreg,
	.thank .bluebgreg,
	.upldppt .bluebgreg {
		min-height: 250px;
		border-radius: 0px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		height: 250px;
	}

	.reg .grdnbg,
	.login .grdnbg,
	.thank .grdnbg,
	.upldppt .grdnbg {
		border-radius: 0px;
		min-height: 90px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		text-align: center;
	}

	.reg .grdnbg h4,
	.login .grdnbg h4,
	.thank .grdnbg h4,
	.upldppt .grdnbg h4 {
		text-align: center;
		margin: 26px;
	}

	.rgstr-opt .grdnbg {
		display: none;
	}

	.blubgsubpln .regfrm {
		margin-bottom: 40px;
	}
	.thank .blubgsubpln .regfrm {
		margin-top: 35px;
	}

	.thank .bluebgpln {
		border-radius: 0px;
		min-height: 760px;
	}

	.upldppt .bluebgpln {
		border-radius: 0px;
		min-height: 940px;
	}

	.bluebgpln {
		border-radius:0px;
		min-height: 410px;
	}

	.cp .blubgsubpln {
		top: 15%;
	}

	.cp .bluebg2 {
		min-height: 220px;
	}

	.cp .blubgsub2 {
		top: 10px;
	}

	.cp .bluebg2 {
		min-height: 210px;
		border-radius: 0px;
	}

	.cp .blutxt {
		padding: 30px 35px 30px 35px;
	}

	.cp .bluebg3 {
		border-radius:0px;
	}

	.bluebgplninst {
		border-radius: 0px;
	}

	.plc .bluebgplninst {
		border-radius: 0px;
		min-height: 1200px;
	}

	.blubgsubplninst {
		width: 50%;
		float: left;
		position: absolute;
		top: 10%;
		left: 6%;
		height: auto;
	}

	.blubgimg .blubgimgbg img {
		height: 260px;
	}

	.blubgimgbg {
		position: absolute;
		right: 0;
		top: unset;
		bottom: -20%;
		transform: unset;
	}

	.blubgimg {
		height: 320px;
	}

	.blubgsubpln {
		width: 84%;
		float: left;
		position: relative;
		top: unset;
		left: 8%;
		height: auto;
		margin-top: 20px;
	}

	.bluebgpln {
		border-radius: 0px;
		min-height: 310px;
	}

	.cntdwn .bluebgpln {
        border-radius: 0px;
        min-height: 775px;
    }

	.upldppt .blubgsubpln {
		width: 84%;
		float: left;
		position: absolute;
		top: 115%;
		left: 8%;
		height: auto;
	}

	.reg .bluebgpln {
		border-radius: 0px;
		min-height: 1100px;
	}

	.login .bluebgpln {
		border-radius: 0px;
		min-height: 800px;
	}

	.blutxt {
		width: 100%;
		float: left;
		padding: 0px;
		padding: 15px 30px 15px 30px;
	}

	.blutxt h4 {
		font-size: 21px;
	}

	.blutxt h5 {
		font-size: 17px;
	}

	.about .bluebg2 {
		min-height: 220px;
		border-radius: 0px 0px 0px 0px;
	}

	.about .bluebg3 {
		border-radius: 0px 0px 0px 0px;

	}

	.bluebg3,
	.bluebg4 {
		min-height: 160px;
	}

	.blutxt p {
		font-size: 12px;
		min-height: 52px;
	}

	.index .slick-dots {
		right: 50px;
	}

	.bluebg2 {
		min-height: 220px;
	}

	.blubgsub2 img {
		height: 200px;
	}

	.bluebg {
		min-height: 380px;
	}

	.blubgsub {
		top: 18px;
	}

	.corn-logo {
		height: 66px;
	}

	.hdng2 {
		font-family: MontserratB, sans-serif;
		font-size: 11px;
		color: #ffffff;
		text-align: center;
		margin-top: 7px;
		margin-bottom: 3px;
	}

	.corn-txt {
		height: 125px;
	}

	.hdng {
		font-size: 11px;
		margin-top: 5px;
	}

	header ul li a.nav-link {
		margin: 20px 5px 15px 5px;
		font-size: 11px;
	}

	.logos {
		width: 90%;
		left: 50%;
		bottom: -80%;
	}

	.logos span {
		padding: 7px 5px;
	}

	.logos span img.hflogo {
		height: 35px;
	}

	.logos span img.azlogo {
		height: 39px;
	}

	.logos span img.phlpslogo {
		height: 32px;
		margin-top: 5px;
	}

	.logos span:last-child {
		padding: 0px 5px;
	}
}

@media (max-width: 991px) and (min-width: 850px) {
    .sublogo {
        width: 74%;
        margin: 10px 0% 0px 19%;
        float: left;
    }
}
@media (max-width: 849px) and (min-width: 769px) {
    .sublogo {
        width: 74%;
        margin: 10px 0% 0px 13%;
        float: left;
    }
}

@media (max-width: 768px) and (min-width: 150px) {
	.submsn .grdnbg {
		display: none;
	}
	.rgstr-opt .grdnbg {
		display: none;
	}
	.drctr .bluebgpln {
		min-height: 1300px;
	}
.ftrlogo{display:none;}
.ftrlogo-xs{display: inline-block;}
	.navbar img{display: block;
		margin: 0px auto;}
	.float-none-xs{float: none !important;}
	.sublogo {
		width: 100%;
		margin: 10px 0% 0px;
		float: left;
	}
	.logos{    bottom: -65%;}
	.hdng2{    margin-top: 15px;}
	.blubgplc p, .blubgplc ul li
	{
		font-size: 12px;
        line-height: 18px;}

		.blubgplc .mb30{margin-bottom: 15px;}
	
	.vidthumbbg{margin-top: 10px;}
	.bluebglive p, .bluebgarch p{margin: 0px !important;}
	.bluebglive h5, .bluebgarch h5{text-align: center !important;}
	.vidthumb{margin-top: 0px !important;}
	.bluebg {
		background-image: url(../images/bg-sm-01.png);
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.corn-logo {
		height: 115px;
	}

	.logos {
		width: 100%;
		position: relative;
		left: unset;
		bottom: unset;
		transform: none;
		margin-top: 10px;
	}

	.blubgsub .logos span {
		margin: 0px auto 0px;
		padding: 0px;
	}

	.blubgsub img.phlpslogo {
		margin: 0px auto 0px;
	}

	.dnone-xs {
		display: none;
	}

	.dblock-xs {
		display: block;
	}

	header ul li a.nav-link:after {
		height: 1px;
	}

	header ul li:last-child a.nav-link:after {
		height: 0px;
	}

	header ul li a.nav-link {
		margin: 8px 10px 3px;
		padding-left: 5px;
	}

	.navbar-nav {
		border: 1px solid #00AEEF;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px) {
	.navbar-nav {
		border: 1px solid #00AEEF;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) and (min-width: 461px) {

	.bluebgarch {
		width: 100%;
		float: left;
		border-radius: 0px;
		min-height: 600px;
		position: relative;
		background-image: url(../images/archbg-xs.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.bluebglive {
		width: 100%;
		float: left;
		border-radius: 0px;
		min-height: 600px;
		position: relative;
		background-image: url(../images/archbg-xs.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.vidthumbbg2 a:hover{    transform: scale(1.0);
	}
	.bluebglive h5, .bluebgarch h5{margin-left: 5%;}
	.innrlogo {
		height: 150px;
		margin-left: 40px;
	}
	.thank .blubgsubpln .regfrm {
		margin-top: 40px;
	}

	.reg .bluebgpln {
		min-height: 1100px;
		border-radius: 0px;
	}

	.login .bluebgpln {
		min-height: 780px;
		border-radius: 0px;
	}

	.reg .bluebgreg,
	.login .bluebgreg,
	.thank .bluebgreg,
	.upldppt .bluebgreg {
		min-height: 250px;
		border-radius:0px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		height: 250px;
	}

	.reg .grdnbg,
	.login .grdnbg,
	.thank .grdnbg,
	.upldppt .grdnbg {
		border-radius: 0px;
		min-height: 90px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		text-align: center;
	}

	.reg .grdnbg h4,
	.login .grdnbg h4,
	.thank .grdnbg h4,
	.upldppt .grdnbg h4 {
		text-align: center;
		margin: 26px;
	}

	.login .blubgsubpln .regfrm h4 {
		margin: 0px 0px 30px 0px;
	}

	.bluebgplninst {
		min-height: 680px;
		border-radius: 0px;
	}

	.plc .bluebgplninst {
		        min-height: 1350px;
        border-radius: 0px;
	}

	.blubgsubplninst {
		width: 100%;
		top: 15%;
		left: 0%;
	}

	.blubgsubplninst h5 {
		margin-left: 25px;
		margin-right: 25px;
	}

	.blubgsubplninst ul {
		margin-left: 25px;
		margin-right: 25px;
	}

	.instimg {
		float: right;
		height: 200px;
		margin-right: -25px;
	}
}

@media screen and (max-width: 460px) and (min-width: 320px) {
	.logos span {
		width: 100%;
		border-right: 0px;
	}
	.navbar-toggler{    margin: 0px 0px 0px 84%;}
	
	.bluebgarch, .bluebglive {
		width: 100%;
		float: left;
		border-radius: 0px;
		min-height: 600px;
		position: relative;
		background-image: url(../images/archbg-xs.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.vidthumbbg2 a:hover{    transform: scale(1.0);
	}
	.bluebglive h5, .bluebgarch h5{margin-left: 5%;}
	.innrlogo {
		height: 150px;
		margin-left: 40px;
	}
	.thank .bluebgpln {
		min-height: 950px;
	}

	.thank .blubgsubpln .regfrm {
		margin-top: 40px;
	}

	.reg .bluebgpln {
		min-height: 1050px;
		border-radius: 0px;
	}

	.login .bluebgpln {
		min-height: 740px;
		border-radius: 0px;
	}

	.reg .bluebgreg,
	.login .bluebgreg,
	.thank .bluebgreg {
		min-height: 205px;
		border-radius: 0px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		height: 205px;
	}

	.reg .grdnbg,
	.login .grdnbg,
	.thank .grdnbg,
	.upldppt .grdnbg {
		border-radius: 0px;
		min-height: 90px;
	}

	.reg .bluebgregsub img,
	.login .bluebgregsub img,
	.thank .bluebgregsub img,
	.upldppt .bluebgregsub img {
		text-align: center;
	}

	.reg .grdnbg h4,
	.login .grdnbg h4,
	.thank .grdnbg h4,
	.upldppt .grdnbg h4 {
		text-align: center;
		margin: 15px;
		font-size: 27px;
	}

	.reg .blubgsubpln,
	.login .blubgsubpln {
		width: 90%;
		float: left;
		position: absolute;
		top: 15%;
		left: 5%;
		height: auto;
	}

	.reg .blubgsubpln .regfrm,
	.login .blubgsubpln .regfrm {
		margin-top: 30px;
		width: 100%;
		float: left;
		border-radius: 20px;
		min-height: auto;
		padding: 30px 20px 30px;
		background-color: #FFFFFF;
	}

	.bluebgplninst {
		min-height: 1000px;
		border-radius: 0px;
	}

	.plc .bluebgplninst {
		min-height: 1640px;
		border-radius: 0px;
	}

	.support .bluebgplninst {
		min-height: 615px;
		border-radius: 0px;
	}

	.blubgsubplninst {
		width: 100%;
		top: 15%;
		left: 0%;
	}

	.blubgsubplninst h5 {
		margin-left: 25px;
		margin-right: 25px;
	}

	.blubgsubplninst ul {
		margin-left: 25px;
		margin-right: 25px;
	}

	.instimg {
		float: right;
		height: 200px;
		margin-right: -25px;
	}

	.suprtimg .hdngimg {
		height: auto;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 768px) and (min-width: 651px) {
	.sublogo {
		width: 68%;
        margin: 10px 0% 12px 27%;
        float: left;
    }
}

@media screen and (max-width: 650px) and (min-width: 551px) {
	.sublogo {
		width: 68%;
        margin: 10px 0% 12px 18%;
        float: left;
    }

}

@media screen and (max-width: 550px) and (min-width: 450px) {
	.sublogo {
		width: 80%;
        margin: 10px 0% 12px 15%;
        float: left;
    }
	.logos span img {
        height: 55px !important;
    }
	.blubgsub .logos span{width: auto;}
}

@media screen and (max-width: 449px) and (min-width: 320px) {
	.logos span:first-child{border: 0px;}
	.sublogo{        margin: 0px 0% 0px;}
}

.flthlp
{
	cursor: pointer;
    position: fixed;
    right: 5px;
    bottom: 5px;
}

.flthlpcont{    position: fixed;
    color: #fff;
    right: 10px;
    bottom: 80px;
    background-color:#1e43a1;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #3968d1;
	display: none;
}

.flthlpcont a{ color: #fff; font-size: 14px;}
.flthlpcont p{ color: #fff; font-size: 14px;}
.close{
	position: absolute;
    right: -3px;
    top: -12px;
    font-size: 27px !important;
    color: #ffffff;
}

.flthlpcont .hdngimg{height: 100px;}
.flthlpcont .mail{height: 30px; margin-right: 10px;}
.flthlpcont .call{height: 30px; margin-right: 10px;}
.flthlpcont .time{height: 30px; margin-right: 10px;}


@media screen and (max-width: 768px) and (min-width: 401px) {
	.bluebgplnsprt p a {
		word-break: break-all;
		font-size: 22px;
	}

	.bluebgplnsprt {
		width: 80%;
		float: left;
		/* position: absolute; */
		margin-top: 85px;
		margin-left: 40px;
		height: auto;
	}

	.suprtimg {
		min-height: 600px;
		position: absolute;
		background-image: url(../images/supportbg-xs.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: cover;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		float: left;
		border-radius: 0px;
	}

	.blubgimg .blubgimgbg img {
		height: 300px;
	}

	.blubgsubpln {
		width: 80%;
		margin-top: 20px;
		left: 10%;
		position: relative;

	}

	.blubgsubpln .regfrm{margin-bottom: 30px;}

	.cp .blubgsubpln {
		width: 94%;
		top: 7%;
		left: 4%;
	}

	.cp .bluebgpln {
		min-height: 450px;
		border-radius: 20px 20px 0px 0px;
	}

	.cp .bluebgpln {
		min-height: 360px;
		border-radius: 0px;
	}

	.thank .bluebgpln {
		min-height: 850px;
		border-radius: 0px;
	}

	.bluebgpln {
		min-height: 450px;
		border-radius: 0px;
	}

	.cntdwn .bluebgpln {
        min-height:670px;
        border-radius: 0px;
    }

	.bluebg2 {
		min-height: 260px;
		border-radius: 0px;
	}

	.blubgsub2 img {
		height: 240px;
	}

	.blutxt {
		padding: 20px 30px 20px 30px !important;
	}

	.blutxt p {
		margin: 5px 0px 5px 0px;
        min-height: 40px;
	}

	.bluebg3 {
		min-height: 150px;
		border-radius: 0px;
	}

	.bluebg4 {
		min-height: 150px;
		border-radius: 0px;
	}

	.corn-txt {
		width: 60%;
		height: auto;
	}

	.bluebg {
		min-height: 570px;
		border-radius: 0px;
	}

	.hdng {
		margin-top: 0px;
        margin-bottom: 5px;
	}
	.hdng2 {
		font-family: MontserratB, sans-serif;
		font-size: 15px;
		color: #ffffff;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.blubgsub {
		top: 40px;
	}

	.login .blubgsubpln .regfrm {
		margin-top: 30px;
	}

	.upldppt .bluebgpln {
		min-height: 950px;
		border-radius: 0px;
	}

	.upldppt .blubgsubpln {
		width: 80%;
		float: left;
		position: absolute;
		top: 115%;
		left: 10%;
		height: auto;
	}

	.upldppt .bluebgreg {
		min-height: 205px;
	}
}
@media screen and (max-width: 435px) and (min-width: 150px) {
	.flthlp{bottom: 80px;}
	.evnthdn::after {
		content: "";
		width: 98%;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		top: unset;
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: -11px;
	}
}
@media screen and (max-width: 400px) and (min-width: 150px) {
	.upldppt .bluebgreg {
		min-height: 200px;
	}

	.upldppt .bluebgpln {
		min-height: 1035px;
	}

	.upldppt .blubgsubpln .regfrm {
		padding: 25px 20px 25px;
	}

	.upldppt .blubgsubpln {
		width: 80%;
		float: left;
		position: absolute;
		top: 115%;
		left: 10%;
		height: auto;
	}

	.login .blubgsubpln .regfrm {
		margin-top: 30px;
	}

	.bluebgplnsprt p a {
		word-break: break-all;
		font-size: 22px;
	}

	.bluebgplnsprt {
		width: 90%;
		float: left;
		/* position: absolute; */
		margin-top: 85px;
		margin-left: 15px;
		height: auto;
	}

	.suprtimg {
		min-height: 600px;
		position: absolute;
		background-image: url(../images/supportbg-xs.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: cover;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		float: left;
		border-radius: 17px;
	}

	.cp .blubgsub2 img {
		height: 200px;
	}

	.cp .blutxt {
		padding: 20px 30px 20px 30px;
	}

	.cp .bluebg3 {
		min-height: 120px;
		border-radius: 0px;
	}

	.cp .bluebg4 {
		min-height: 120px;
		border-radius: 0px 0px 20px 20px;
	}

	.cp .blubgsubpln {
		top: 5%;
	}

	.blubgsubpln {
		width: 80%;
		top: 7%;
		left: 10%;
	}

	.index .slick-dots {
		right: 2%;
	}

	.bluebg2 {
		min-height: 260px;
		border-radius: 0px;
	}

	.blubgsub2 img {
		height: 240px;
	}

	.blutxt {
		padding: 20px 30px 20px 30px;
	}

	.blutxt p {
		margin: 6px 0px 6px 0px;
		min-height: auto;
	}

	.bluebg3 {
		min-height: 150px;
		border-radius: 0px;
	}

	.bluebg4 {
		min-height: 150px;
		border-radius: 0px;
	}

	.corn-txt {
		width: 60%;
		height: auto;
	}

	.bluebg {
		min-height: 585px;
		border-radius: 0px;
	}

	.hdng {
		margin-top: 0px;
		margin-bottom: 5px;
	}

	.blubgsub {
		top: 40px;
	}

	.dnone-xs {
		display: none;
	}

	.bluebg {
		min-height: 590px;
	}

	.corn-txt {
		width: 90%;
		height: auto;
	}

	.hdng {
		color: #fff;
		font-size: 15px;
	}
	.hdng2 {
		font-family: MontserratB, sans-serif;
		font-size: 15px;
		color: #ffffff;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

@media (max-width: 530px) and (min-width: 300px) {
	
	.bluebglive h5, .bluebgarch h5 {
		margin-left: 35px;}

		.innrlogo {
			height: 125px;
			margin-left: 30px;
			margin-top: 15px;
		}
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {

    .navbar-expand-md .navbar-collapse {
		display: flex !important;
		justify-content: space-around;
		align-content: center;
		}
}

/* 
@media (max-width: 991px) and (min-width: 1399px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
        align-content: center;
    }
} */

.ylwbtn{    margin: 0px auto 0px;
text-align: center;
background-color: #e7f422;
padding: 6px 20px;
color: #000000;
text-decoration: none;
border-radius: 50px;
font-size: 16px;
display: inline-block;
font-weight: bold;}

.ylwbtn:hover, .ylwbtn:focus {    margin: 0px auto 0px;
    text-align: center;
    background-color: #000000;
    padding: 6px 20px;
    color: #e7f422;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.35s ease-out;
    display: inline-block;
}

.vdo{height:450px;
    width:auto;
}

.dirctor img{    border-radius: 100%;
    border: 5px solid #00BCD4;}
 
