@font-face 
{
	font-family: "Poppins Light";
	src: url('../fonts/Poppins-Light.otf');
}
@font-face 
{
	font-family: "Osgard Pro";
	src: url('../fonts/OsgardPro.ttf');
}
@font-face 
{
	font-family: "Poppins Extra Light";
	src: url('../fonts/Poppins-ExtraLight.otf');
}
@font-face 
{
	font-family: "Poppins Medium";
	src: url('../fonts/Poppins-Medium.otf');
}
@font-face 
{
	font-family: "Poppins Bold";
	src: url('../fonts/Poppins-Bold.otf');
}
@font-face 
{
	font-family: "Arvo Bold";
	src: url('../fonts/Arvo-Bold.ttf');
}
*::selection 
{
    color: rgb(41, 171, 228);
    background-color: #ffc1e2;
}
a
{
	text-decoration: none;
}
input, select, textarea, button
{
	outline: none;
}
body
{
    margin: 0;
    padding: 0;
	overflow-x: hidden;
    font-family: "Poppins Extra Light";
    background: rgba(234, 234, 234, 0.3);
}
#diploma
{
	width: 1200px;
	height: 930px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#diploma .node
{
	position: absolute;
	right: 15px;
	bottom: 80px;
	z-index: 3;
}
#diploma .lowBack
{
	width: 155px;
	height: 155px;
	position: absolute;
	right: -50px;
	bottom: -40px;
	background: rgb(48, 48, 48);
	border-radius: 100px;
	z-index: 2;
}
#diploma .node .item
{
	padding: 20px;
	position: relative;
	background: linear-gradient(rgb(238, 148, 67) 60%, rgb(149, 96, 0));
	border-radius: 250px;
	z-index: 2;
}
#diploma .node .item .particles
{
	width: 15px;
	height: 15px;
	display: none;
	color: transparent;
	position: absolute;
	top: 17px;
	left: 40px;
	background: white;
	transform: rotate(15deg);
	/* border-radius: 4px; */
}
#diploma .node .item .particles:nth-child(2)
{
	top: 6px;
	left: 58px;
}
#diploma .node .item .particles:nth-child(3)
{
	top: -4px;
	left: 77px;
}
#diploma .node .item .particles:nth-child(4)
{
	top: 0px;
	left: 93px;
}
#diploma .node .item .round
{
	width: 180px;
	height: 180px;
	padding: 10px;
	position: relative;
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 193, 55));
	border-radius: 200px;
	box-shadow: 0 0 12px black;
}
#diploma .node .item .round .text
{
	width: 180px;
	height: 180px;
	text-align: center;
	position: absolute;
	border-radius: 200px;
}
#diploma .node .item .round .text .place
{
	margin-top: 10px;
	color: rgb(30, 30, 30);/*rgb(255, 189, 56);/* 60%, rgb(192, 118, 9));*/
	font-size: 5em;
	text-shadow: 0 1px 0 rgb(48, 48, 48);
}
#diploma .node .item .round .text .rest
{
	margin-top: -15px;
	color: rgb(30, 30, 30);/*rgb(255, 189, 56);/* 60%, rgb(192, 118, 9));*/
	font-family: "Arvo Bold";
	font-size: 1.5em;
	text-shadow: 0 1px 0 rgb(48, 48, 48);
}
#diploma .node .item .round .rOne
{
	width: 100%;
	height: 90px;
	background: linear-gradient(rgb(62, 62, 62) 60%, rgb(40, 40, 40));
	border-radius: 200px 200px 0 0;
}
#diploma .node .item .round .rTwo
{
	width: 100%;
	height: 90px;
	background: rgb(40, 40, 40);
	border-radius: 0 0 200px 200px;
}
#diploma .node .yellowHackOne
{
	width: 5px;
	height: 125px;
	color: transparent;
	position: absolute;
	top: 195px;
	left: -19px;
	background: linear-gradient(rgb(49, 49, 49), rgb(54, 54, 54));
	transform: rotate(45deg);
	z-index: 3;
}
#diploma .node .yellowHackTwo
{
	width: 5px;
	height: 125px;
	color: transparent;
	position: absolute;
	top: 186px;
	right: -12px;
	background: rgb(48, 48, 48);
	transform: rotate(-45deg);
	z-index: 3;
}
#diploma .node .legOne
{
	width: 100px;
	height: 260px;
	position: absolute;
	top: 100px;
	left: 30px;
	transform: rotate(45deg);
}
#diploma .node .legOne .lines
{
	height: 10px;
	color: transparent;
	border-bottom: 2px groove rgba(179, 115, 9, 0.15);
	transform: rotate(-10deg);
}
#diploma .node .legOne .leg
{
	width: 100px;
	height: 260px;
	overflow: hidden;
	position: relative;
	background: none;
}
#diploma .node .legOne .hide
{
	width: 80px;
	height: 100px;
	color: transparent;
	position: absolute;
	right: 6px;
	bottom: -53px;
	background: rgb(54, 54, 54);
	transform: rotate(45deg);
	z-index: 3;
}
#diploma .node .legOne .leg .cOne
{
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	right: 0; 
	background: linear-gradient(135deg, rgb(238, 171, 56) 50%, rgb(250, 195, 68));
	border-radius: 300px;
}
#diploma .node .legOne .leg .cTwo
{
	width: 500px;
	height: 500px;
	position: absolute;
	right: 70px; 
	background: rgb(54, 54, 54);
	border-radius: 300px;
	z-index: 4;
}
#diploma .node .legTwo
{
	width: 100px;
	height: 260px;
	position: absolute;
	top: 100px;
	right: 30px;
	transform: rotate(-45deg);
}
#diploma .node .legTwo .lines
{
	height: 10px;
	color: transparent;
	border-bottom: 2px groove rgba(179, 115, 9, 0.15);
	transform: rotate(10deg);
}
#diploma .node .legTwo .leg
{
	width: 100px;
	height: 260px;
	position: relative;
	overflow: hidden;
	background: none;
}
#diploma .node .legTwo .hide
{
	width: 80px;
	height: 100px;
	color: transparent;
	position: absolute;
	left: -7px;
	bottom: -55px;
	background: rgb(54, 54, 54);
	transform: rotate(45deg);
	z-index: 3;
}
#diploma .node .legTwo .leg .cOne
{
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	left: 0; 
	background: linear-gradient(135deg, rgb(238, 171, 56) 50%, rgb(250, 195, 68));
	border-radius: 300px;
}
#diploma .node .legTwo .leg .cTwo
{
	width: 500px;
	height: 500px;
	position: absolute;
	left: 70px; 
	background: rgb(48, 48, 48);
	border-radius: 300px;
}
#diploma .top
{
	width: 100%;
	height: 300px;
}
#diploma .bottom
{
	width: 100%;
	height: 630px;
	position: relative;
	background: linear-gradient(rgb(255, 193, 55) 60%, rgb(192, 118, 9));
}
#diploma .bottom .pCirOne
{
	width: 110%;
	height: 710px;
	position: absolute;
	left: -5%;
	background: linear-gradient(rgb(62, 62, 62) 60%, rgb(28, 28, 28));
	border-radius: 0 0 400px 400px;
}
#diploma .bottom .pCirTwo
{
	width: 106%;
	height: 670px;
	position: absolute;
	left: -3%;
	background: linear-gradient(rgb(28, 28, 28) 60%, rgb(62, 62, 62));
	border-radius: 0 0 500px 500px;
}
#diploma .circleOne
{
	width: 99%;
	height: 700px;
	padding: 1.5%;
	overflow: hidden;
	position: absolute;
	left: -1%;
	bottom: -15px; 
	background: linear-gradient(135deg, rgb(192, 118, 9) 60%, rgb(255, 193, 55));
	border-radius: 0 0 1500px 1500px;
	box-shadow: 0 0 6px black;
}
#diploma .circleOne .background
{
	width: 100%;
	height: 100%;
	background: rgb(40, 40, 40);
	border-radius: 0 0 1500px 1500px;
}
#diploma .content
{
	width: 100%;
	height: 932px;
	position: absolute;
	top: 0; 
	background-color: rgb(40, 40, 40);
	background-image: url(../img/pattern_3.png);
	overflow: hidden;
	border-radius: 0 0 1500px 1500px;
	box-shadow: 0 0 4px gray;
}
#diploma .content .background
{
	width: 100%;
	height: 885px;
	padding-top: 45px;
	background-color: rgba(0, 0, 0, 0.85);
}
#diploma .content .sheet
{
	width: 1050px;
	margin: auto;
	position: relative;
	background-image: url(../img/pattern_1.png);
	background-size: 100% 30%;
	background-color: white;
	color: white;
}
#diploma .content .sheet .one
{
	height: 1500px;
	background: rgba(255, 255, 255, 0.87);
}
#diploma .content .sheet .one .header
{
	margin-top: 40px;
	padding: 40px;
	color: rgb(40, 40, 40);
	letter-spacing: 6px;
	font-family: "Arvo Bold";
	font-size: 4.5em;
	text-align: center;
}
#diploma .content .sheet .one .accomplish
{
	width: fit-content;
	margin: auto;
	margin-top: -10px;
	color: rgb(40, 40, 40);
	letter-spacing: 6px;
	font-family: "Poppins Medium";
	font-size: 1.5em;
	text-align: center;
}
#diploma .content .sheet .one .accomplish .sHide
{
	width: 5px;
	height: 50px;
	margin-left: 0;
	overflow: hidden;
	color: transparent;
	background: white;
	float: right;
}
#diploma .content .sheet .one .accomplish .tag
{
	width: fit-content;
	height: 35px;
	padding: 8px 0 5px 0;
	color: rgb(159, 88, 0);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	overflow: hidden;
	background: linear-gradient(rgb(253, 205, 105), rgb(246, 181, 53));
	box-shadow: 3px 1px 3px silver;
}
#diploma .content .sheet .one .accomplish .tag .lEar
{
	width: 40px;
	height: 40px;
	margin: -3px 30px 0 -25px;
	float: left;
	color: transparent;
	background-image: url(../img/pattern_1.png);
	background-color: white;
	background-size: 3000px 5px;
	background-position: left center;
	transform: rotate(45deg);
}
#diploma .content .sheet .one .accomplish .tag .rEar
{
	width: 40px;
	height: 40px;
	margin: -3px -25px 0 30px;
	float: right;
	color: transparent;
	background-image: url(../img/pattern_1.png);
	background-color: white;
	background-size: 3000px 5px;
	background-position: left center;
	transform: rotate(45deg);
}
#diploma .content .sheet .one .accomplish .tag .white
{
	background: rgba(255, 255, 255, 0.87);
}
#diploma .content .sheet .one .delivered
{
	margin-top: 70px;
	color: black;
	font-size: 1.5em;
	text-align: center;
}
#diploma .content .sheet .one .delivered span
{
	color: rgb(246, 181, 53);
}
#diploma .content .sheet .one .signature
{
	width: fit-content;
	margin: auto;
	margin-top: -10px;
	padding: 10px 10px 20px 10px;
	color: black;
	font-size: 6em;
	font-family: "Osgard Pro";
	text-align: center;
	border-bottom: 3px solid rgb(246, 181, 53);
}
#diploma .content .sheet .one .signature .left
{
	width: 10px;
	height: 10px;
	margin: 113px 0 0 -10px;
	overflow: hidden;
	float: left;
	background: rgb(246, 181, 53);
	transform: rotate(45deg);
}
#diploma .content .sheet .one .signature .right
{
	width: 10px;
	height: 10px;
	margin: 113px -10px 0 10px;
	overflow: hidden;
	float: right;
	background: rgb(246, 181, 53);
	transform: rotate(45deg);
}
#diploma .content .sheet .one .law
{
	width: fit-content;
	margin: auto;
	margin-top: 30px;
	color: black;
	font-size: 1.1em;
	text-align: center;
}
#diploma .content .sheet .one .law span
{
	color: rgb(246, 181, 53);
	font-family: "Poppins Medium";
}
#diploma .content .sheet .one .certify
{
	width: 50%;
	margin: auto;
	margin-top: 40px;
	color: gray;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#diploma .content .sheet .one .certify .title
{
	color: gray;
	font-family: "Poppins Medium";
}
#diploma .content .sheet .one .certify .text
{
	color: silver;
}
#diploma .content .sheet .one .director
{
	width: fit-content;
	margin: auto;
	margin-top: 70px;
}
#diploma .content .sheet .one .director .lOne
{
	width: 150px;
	margin: 13px 30px 0 0;
	padding-top: 10px;
	float: left;
	color: black;
	font-family: "Poppins Medium";
	text-align: center;
	border-top: 6px dotted rgb(246, 181, 53);
}
#diploma .content .sheet .one .director .lTwo
{
	width: 150px;
	float: right;
	margin: 13px 0 0 30px;
	padding-top: 10px;
	color: black;
	font-family: "Poppins Medium";
	text-align: center;
	border-top: 6px dotted rgb(246, 181, 53);
}
#diploma .content .sheet .one .director .round
{
	width: 30px;
	height: 22px;
	margin: auto;
	padding-top: 8px;
	background: rgb(40, 40, 40);
	transform: rotate(45deg);
}
#diploma .content .sheet .one .director .round .diamond
{
	width: 15px;
	height: 15px;
	margin: auto;
	background: linear-gradient(rgb(255, 196, 73) 30%, rgb(194, 124, 10));
}
#head
{
    width: 100%;
    height: 90px;
    /* background: rgb(41, 171, 228); */
    background: white;
}
.head-blue
{
	background: rgb(41, 171, 228)!important;
}
#head .mContent
{
	display: none;
}
#head .content
{
    width: 1200px;
    margin: auto;
    padding-top: 20px;
}
#head .content .logo
{
    float: left;
}
#head .content .logo img
{
    width: 150px;
}
#head .content .menu,
#head .content .menu-white
{
    float: right;
}
#head .content .menu a
{
	color: black;
}
#head .content .menu-white a
{
	color: white;
	text-shadow: none;
}
#head .content .menu .item,
#head .content .menu-white .item
{
    padding: 10px 20px 10px 20px;
    display: inline-block;
    font-family: "Poppins Medium";
}
#head .content .menu .selected,
#head .content .menu-white .selected
{
    color: rgb(223, 73, 153);
}
#head .content .menu .button,
#head .content .menu-white .button
{
    padding: 10px 40px 10px 40px;
    color: white;
    background: rgb(223, 73, 153);
    border-radius: 4px;
}
#head .content .menu .space,
#head .content .menu-white .space
{
    margin-right: 80px;
}
#head .nct-menu-mobile
{
	display: none;
}
#carrousel
{
    width: 100%;
    padding-top: 40px;
    background: white;
}
#carrousel .content
{
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}
#carrousel .content .text
{
    width: 500px;
    margin-top: 110px;
	padding-bottom: 70px;
	float: left;
}
#carrousel .content .text ul
{
	padding: 0;
    list-style-position: inside;
}
#carrousel .content .text ul li::marker
{
	float: left;
	margin-bottom: 100px;
	color: rgb(223, 73, 153);
}
#carrousel .content .text .title
{
    margin-bottom: 20px;
    font-size: 4em;
    font-family: "Arvo Bold";
    line-height: 70px;
}
#carrousel .content .text .desc span
{
    text-decoration: underline;
}
#carrousel .content .text .button
{
    margin-top: 20px;
}
#carrousel .content .text .subscribe
{
    margin-top: 40px;
}
#carrousel .content .text .subscribe .email
{
	width: 250px;
	height: 40px;
	padding-left: 30px;
	padding-right: 50px;
    border: none;
	border-radius: 20px 0 0 20px;
	box-shadow: 0 0 13px silver;
}
#carrousel .content .text .subscribe .button
{
	height: 42px;
	margin-left: -40px;
	margin-top: 0!important;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	color: white;
	font-family: "Poppins Medium";
	font-size: 1em;
	text-transform: uppercase;
	text-shadow: 0 0 3px gray;
	border: none;
	background: rgb(223, 73, 153);
	border-radius: 0 20px 20px 0;
	box-shadow: 0 0 13px silver;
}
#carrousel .content .text .button .started
{
    margin-right: 20px;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    color: white;
    font-size: 1.1em;
    border: none;
    background: rgb(223, 73, 153);
    border-radius: 4px;
}
#carrousel .content .text .button .info
{
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    color: rgb(223, 73, 153);
    font-size: 1.1em;
    border: 2px solid rgb(223, 73, 153);
    background: none;
    border-radius: 4px;
}
#carrousel .content .img
{
	width: 700px;
	float: right;
    position: relative;
    z-index: 1;
}
#carrousel .content .img .imgOne
{
    width: 110%;
    margin-left: -40px;
    position: relative;
    z-index: 3;
}
#carrousel .content .img .imgTwo
{
    width: 75%;
    margin-left: 12.5%;
    position: relative;
    z-index: 3;
}
#carrousel .content .img .imgThree
{
    width: 75%;
    margin-left: 12.5%;
    position: relative;
    z-index: 3;
}
#carrousel .content .img .vacancy
{
	width: 100px;
	padding: 10px;
	position: absolute;
	top: 100px;
	right: 70px;
	background: rgba(245, 245, 245, 1);
	border-radius: 3px;
	box-shadow: 0 0 10px rgb(250, 250, 250);
	z-index: 4;
}
#carrousel .content .img .vacancy .ico
{
	width: 40px;
	height: 32px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	text-align: center;
	border-radius: 4px;
	background: #DF4999;
}
#carrousel .content .img .vacancy .ico i
{
	color: white;
	font-size: 1.6em;
}
#carrousel .content .img .job
{
	width: 230px;
	padding: 10px 10px 0 10px;
	position: absolute;
	right: 50px;
	bottom: 150px;
	background: rgba(245, 245, 245, 1);
	border-radius: 3px;
	box-shadow: 0 0 10px rgb(250, 250, 250);
	z-index: 4;
}
#carrousel .content .img .job .ico
{
	float: left;
	font-size: 2em;
	margin-right: 10px;
}
#carrousel .content .img .job .ico img
{
	width: 40px;
}
#carrousel .content .img .job .apply
{
	float: right;
	margin-top: 10px;
	padding: 4px 8px 4px 8px;
	color: rgb(50, 50, 50);
	border: none;
	border: 1px solid rgba(223, 73, 153, 0.5);
	background: rgba(223, 73, 153, 0.2);
	border-radius: 2px;
}
#carrousel .content .img .congrats
{
	width: 230px;
	padding: 10px;
	position: absolute;
	top: 50px;
	background: rgba(245, 245, 245, 1);
	border-radius: 3px;
	box-shadow: 0 0 10px rgb(250, 250, 250);
}
#carrousel .content .img .congrats .ico
{
	float: left;
	color: #DF4999;
	font-size: 2em;
	margin-top: -6px;
	margin-right: 10px;
}
#carrousel .content .img .job .txt .tp
{
	color: rgb(20, 20, 20);
	font-size: 0.9em;
	font-family: "Poppins Medium";
}
#carrousel .content .img .vacancy .txt .tp
{
	color: rgb(20, 20, 20);
	font-size: 1em;
	font-family: "Poppins Medium";
	text-align: center;
}
#carrousel .content .img .congrats .txt .tp
{
	color: #DF4999;
	font-size: 1em;
	font-family: "Poppins Medium";
}
#carrousel .content .img .vacancy .txt .bt
{
	font-size: 0.7em;
	font-family: "Poppins Thin";
	text-align: center;
}
#carrousel .content .img .job .txt .bt,
#carrousel .content .img .congrats .txt .bt
{
	font-size: 0.7em;
	font-family: "Poppins Thin";
}
#carrousel .content .img .yellow
{
    width: 500px;
    height: 500px;
    position: absolute;
    top: 100px;
    left: 100px;
	color: transparent;
    background: rgb(255, 230, 103);
    border-radius: 100%;
    z-index: 2;
}
#carrousel .content .img .blue
{
    width: 200px;
    height: 200px;
    margin-left: 100px;
    position: absolute;
    left: -90px;
    bottom: 50px;
	color: transparent;
    background: rgba(45, 169, 225, 0.8);
    border-radius: 200px;
    z-index: 4;
}
#carrousel .content .img .pink
{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
	color: transparent;
    background: rgb(223, 73, 153);
    z-index: 5;
}
#assistance
{
	width: 100%;
	/* height: 230px; */
    /* background: rgb(41, 171, 228); */
}
#assistance .content
{
	width: 100%;
	margin: auto;
}
#assistance .content .top
{
	width: 100%;
	height: 230px;
	margin-bottom: -60px;
	padding-top: 30px;
    background: rgb(41, 171, 228);
}
#assistance .content .top .title
{
    width: 1000px;
	margin: auto;
	color: white;
	font-size: 4em;
	font-family: "Arvo Bold";
}
#assistance .content .top .text
{
	width: 1000px;
	margin: auto;
	color: white;
	font-size: 0.9em;
	font-family: "Poppins Light";
}
#assistance .content .formCont
{
    width: 1200px;
	margin: auto;
	padding-bottom: 40px;	
	position: relative;
}
#assistance .content .formCont .pix
{
	width: 350px;
	margin-top: -50px;
	float: right;
	position: relative;	
}
#assistance .content .formCont .pix .avatar
{
	position: absolute;
}
#assistance .content .formCont .pix .avatar:nth-child(1)
{
    width: 170px;
	height: 170px;
	right: 0;
	border-radius: 100px 100px 100px 0;
}
#assistance .content .formCont .pix .avatar:nth-child(2)
{
    width: 145px;
	height: 145px;
	top: 100px;
	left: 0;
	border-radius: 100px 100px 0 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(3)
{
    width: 120px;
	height: 120px;
	top: 200px;
	right: 20px;
	border-radius: 100px 0 100px 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(4)
{
    width: 105px;
	height: 105px;
	top: 290px;
	right: 150px;
	border-radius: 100px 100px 0 100px;
}
#assistance .content .formCont .pix .avatar .emoji
{
	position: absolute;
	border-radius: 3px;
    z-index: 2;
	backdrop-filter: blur(30px);
}
#assistance .content .formCont .pix .avatar:nth-child(1) .emoji
{
	padding: 4px 8px 4px 8px;
	background: rgba(234, 234, 234, 0.6);
}
#assistance .content .formCont .pix .avatar:nth-child(2) .emoji
{
	padding: 4px 8px 4px 8px;
	left: -50px;
	background: rgba(234, 234, 234, 0.8);
}
#assistance .content .formCont .pix .avatar:nth-child(3) .emoji
{
	padding: 4px 8px 4px 8px;
	background: rgba(234, 234, 234, 0.6);
}
#assistance .content .formCont .pix .avatar:nth-child(4) .emoji
{
	padding: 4px 8px 4px 8px;
	background: rgba(234, 234, 234, 0.6);
}
#assistance .content .formCont .pix .avatar .round
{
	color: transparent;
}
#assistance .content .formCont .pix .avatar:nth-child(1) .round
{
	width: 100%;
	height: 100%;
	position: absolute;
    background: rgb(255, 230, 103);
	border-radius: 100px 100px 100px 0;
}
#assistance .content .formCont .pix .avatar:nth-child(2) .round
{
	width: 100%;
	height: 100%;
	position: absolute;
    background: #DF4999;
	border-radius: 100px 100px 0 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(3) .round
{
	width: 100%;
	height: 100%;
	position: absolute;
    background: #8B4D9D;
	border-radius: 100px 0 100px 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(4) .round
{
	width: 100%;
	height: 100%;
	position: absolute;
    background: rgb(41, 171, 228);
	border-radius: 100px 100px 0 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(1) .img
{
	width: 170px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	border-radius: 100px 100px 100px 0;
}
#assistance .content .formCont .pix .avatar:nth-child(2) .img
{
	width: 145px;
	height: 175px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	border-radius: 100px 100px 0 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(3) .img
{
	width: 120px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	border-radius: 100px 0 100px 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(4) .img
{
	width: 105px;
	height: 135px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	border-radius: 100px 100px 0 100px;
}
#assistance .content .formCont .pix .avatar:nth-child(1) .img img
{
	width: 100%;
	margin: auto;
}
#assistance .content .formCont .pix .avatar:nth-child(2) .img img
{
	width: 110%;
	margin-left: -5%;
}
#assistance .content .formCont .pix .avatar:nth-child(3) .img img
{
	width: 250%;
	margin-left: -75%;
}
#assistance .content .formCont .pix .avatar:nth-child(4) .img img
{
	width: 140%;
	margin: auto;
	margin-left: -26%;
}
#assistance .content .formCont .form
{
	width: 550px;
	padding: 25px;
	background: rgb(253, 253, 253);	
	border-radius: 2px;
	box-shadow: 0 10px 10px rgb(220, 220, 220);
}
#assistance .content .formCont .form .label
{
	font-family: "Poppins Medium";
}
#assistance .content .formCont .form .subject
{
	width: 100%;
	margin-top: 20px;
}
#assistance .content .formCont .form .subject .line
{
	margin: 5px;
	margin-bottom: 5px;
	padding: 10px 14px 10px 14px;
	cursor: pointer;
	color: gray;
	font-size: 0.8em;
	font-family: "Poppins Medium";
	display: inline-block;
	background: white;
	border-radius: 20px;
	box-shadow: 0 0 6px rgb(225, 225, 225);
	transition-duration: 0.5s;
}
#assistance .content .formCont .form .subject .line:hover
{
	color: black;
	transition-duration: 0.5s;
}
#assistance .content .formCont .form .fields
{
	margin-top: 20px;
}
#assistance .content .formCont .form .search
{
	width: 100%;	
}
#assistance .content .formCont .form .fields .label
{
	font-size: 0.9em;
}
#assistance .content .formCont .form .fields .input
{
	width: 96%;
	height: 35px;
	margin-top: 5px;
	padding-left: 2%;
	padding-right: 2%;
	border: 0.8px solid black;
	border-radius: 2px;
}
#assistance .content .formCont .form .fields .input::placeholder
{
	color: silver;
	font-family: "Poppins Light";
}
#assistance .content .formCont .form .fields .textarea
{
	width: 96%;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px 2% 10px 2%;
	resize: none;
	font-family: "Poppins Light";
	border: 0.8px solid black;
	border-radius: 2px;
}
#assistance .content .formCont .form .fields .file
{
	width: 98%;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 1%;
	padding-right: 1%;
	border: 1.5px dashed black;
	border-radius: 2px;
}
#assistance .content .formCont .form .fields .submit
{
	min-width: 130px;
	margin-top: 20px;
	padding: 15px;
	border: none;
	cursor: pointer;
	font-family: "Poppins Medium";
	border-radius: 2px;
}
#assistance .content .formCont .form .fields .submitF
{
	min-width: 230px;
	padding: 15px;
	border: none;
	cursor: pointer;
	color: white;
	font-family: "Poppins Medium";
	text-shadow: 0 0 2px rgb(20, 20, 20);
	border-radius: 2px;
	background: #DF4999;
}
#assistance .content .formCont .form .related
{
	margin-top: 10px;
	margin-bottom: 5px;
	display: none;
}
#assistance .content .formCont .form .related .articles
{
	margin-top: 10px;
	margin-bottom: 5px;
	display: none;
}
#assistance .content .formCont .form .related .tag
{
	font-family: "Poppins Medium";
}
#assistance .content .formCont .form .related .items
{
	width: 100%;
}
#assistance .content .formCont .form .related .items .item
{
	color: #8B4D9D;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
}
#browse
{
	width: 100%;
	padding: 100px 0 100px 0;
	background: rgb(250, 250, 250);
	position: relative;
	z-index: 7;
}
#browse .title
{
	width: 1200px;
	padding-bottom: 50px;
	margin: auto;
	font-size: 2.5em;
	font-family: "Arvo Bold";
	text-align: center;
}
#browse .title span
{
	color: #DF4999;
}
#browse .items
{
	width: 1200px;
	margin: auto;
}
#browse .items .item
{
	width: 280px;
	height: 200px;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background: white;
	border-radius: 15px;
}
#browse .items .item:nth-child(4n + 1)
{
	margin-left: 0;
}
#browse .items .item .icon
{
	width: 60px;
	height: 60px;
	margin: auto;
	margin-top: 40px;
	border-radius: 100%;
	background: rgb(223, 73, 153, 0.1);
}
#browse .items .item .icon i
{
	margin-top: 15px;
	color: #DF4999;
	font-size: 30px;
} 
#browse .items .item .text
{
	width: 100%;
	margin-top: 20px;
}
#browse .items .item .text .top
{
	font-family: "Poppins Medium";
	font-size: 1.1em;
}
#browse .items .item .text .bottom
{
	font-family: "Poppins Thin";
	font-size: 1em;
}
#browse .items .item .line
{
	width: 100%;
	height: 6px;
	margin-top: 24px;
	overflow: hidden;
	color: transparent;
	background: none;
	border-radius: 0 0 10px 10px;
}
#browse .items .item:hover .line
{
	background: #DF4999;
	transition-duration: 0.5s;
}
#reasons2Apply
{
	width: 100%;
	padding-bottom: 100px;
	background: white;
}
#reasons2Apply .content
{
	width: 1200px;
	height: 500px;
	padding-top: 80px;
	margin: auto;
}
#reasons2Apply .content .left
{
	width: 600px;
	border: 1px solid transparent;
}
#reasons2Apply .content .right
{
	width: 580px;
	height: 580px;
	float: right;
	position: relative;
	border-radius: 100%;
}
#reasons2Apply .content .right .notif-one
{
	width: 105px;
	height: 120px;
	padding: 15px;
	position: absolute;
	top: -20px;
	right: 150px;
	border-radius: 10px;
	background: rgb(250, 250, 250);
	box-shadow: 0 0 10px rgb(200, 200, 200);
	z-index: 7;
}
#reasons2Apply .content .right .notif-one .bars
{
	width: 100%;
}
#reasons2Apply .content .right .notif-one .bars .bar
{
	width: 10px;
	height: 50px;
	margin-right: 1px;
	overflow: hidden;
	display: inline-block;
}
#reasons2Apply .content .right .notif-one .bars .bar .percent
{
	width: 100%;
	color: transparent;
	background: rgb(250, 250, 250);
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(1)
{
	background: #A386F5;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(1) .percent
{
	height: 20px;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(2)
{
	background: #DB8E46;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(2) .percent
{
	height: 15px;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(3)
{
	background: #C44E60;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(3) .percent
{
	height: 10px;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(4)
{
	background: #6563E6;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(4) .percent
{
	height: 15px;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(5)
{
	background: #7EBA85;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(5) .percent
{
	height: 10px;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(6)
{
	background: #EBBC43;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(6) .percent
{
	height: 5px;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(7)
{
	background: gray;
}
#reasons2Apply .content .right .notif-one .bars .bar:nth-child(7) .percent
{
	height: 2px;
}
#reasons2Apply .content .right .notif-one .text
{
	margin-bottom: 6px;
	font-family: "Poppins Medium";
	font-size: 0.8em;
}
#reasons2Apply .content .right .notif-one .vacancy,
#reasons2Apply .content .right .notif-one .job-holder
{
	margin-bottom: 5px;
}
#reasons2Apply .content .right .notif-one .vacancy .icon,
#reasons2Apply .content .right .notif-one .job-holder .icon
{
	margin-right: 6px;
	float: left;
	color: #C44E60;
	font-size: 10px;
}
#reasons2Apply .content .right .notif-one .vacancy .txt,
#reasons2Apply .content .right .notif-one .job-holder .txt
{
	height: 15px;
	font-family: "Poppins Thin";
	font-size: 0.7em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#reasons2Apply .content .right .notif-two
{
	width: 170px;
	height: 45px;
	padding: 10px 15px 20px 15px;
	position: absolute;
	top: 200px;
	right: 5px;
	border-radius: 10px;
	background: rgb(250, 250, 250);
	z-index: 10!important;
	box-shadow: 0 0 10px rgb(200, 200, 200);
	z-index: 8;
}
#reasons2Apply .content .right .notif-two .avatar
{
	width: 45px;
	height: 45px;
	margin-top: 5px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	border-radius: 50px;
	background: silver;
}
#reasons2Apply .content .right .notif-two .avatar img
{
	width: 45px;
	height: 45px;
	object-fit: cover;
}
#reasons2Apply .content .right .notif-two .text .name
{
	height: 18px;
	color: rgb(20, 20, 20);
	white-space: nowrap;
	font-family: "Poppins Medium";
	font-size: 0.85em;
	text-overflow: ellipsis;
}
#reasons2Apply .content .right .notif-two .text .function
{
	height: 18px;
	color: gray;
	font-family: "Poppins Light";
	font-size: 0.8em;
}
#reasons2Apply .content .right .notif-two .text .stars
{
	margin-top: -4px;
}
#reasons2Apply .content .right .notif-two .text .stars i
{
	color: #EFD81D;
	font-size: 12px;
	margin-left: 4px;
}
#reasons2Apply .content .right .notif-two .text .stars i:nth-child(1)
{
	margin-left: 0;
}
#reasons2Apply .content .right .notif-three
{
	width: 130px;
	height: 140px;
	padding: 15px;
	position: absolute;
	top: 100px;
	left: 25px;
	border-radius: 10px;
	background: rgb(250, 250, 250);
	z-index: 10!important;
	box-shadow: 0 0 10px rgb(200, 200, 200);
	z-index: 5;
}
#reasons2Apply .content .right .notif-three .avatar
{
	width: 60px;
	height: 60px;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 60px;
	background: silver;
}
#reasons2Apply .content .right .notif-three .avatar img
{
	width: 60px;
	height: 60px;
	object-fit: cover;
}
#reasons2Apply .content .right .notif-three .name
{
	margin-top: 10px;
	font-family: "Poppins Medium";
	font-size: 1em;
	text-align: center;
}
#reasons2Apply .content .right .notif-three .function
{
	color: gray;
	text-align: center;
	font-size: 0.85em;
}
#reasons2Apply .content .right .circle
{
	width: 500px;
	height: 500px;
	margin: auto;
	margin-top: 45px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
}
#reasons2Apply .content .right .circle .top
{
	width: 100%;
	height: 250px;
	background: white;
	position: relative;
	border-radius: 300px 300px 0 0;
	z-index: 6;
}
#reasons2Apply .content .right .circle .bottom
{
	width: 100%;
	height: 250px;
	color: transparent;
	background: #DF4999;
	border-radius: 0 0 300px 300px;
}
#reasons2Apply .content .right .circle .bottom .one
{
	width: 450px;
	height: 450px;
	position: absolute;
	top: 25px;
	left: 25px;
	background: #ffc1e2;
	border-radius: 100%;
}
#reasons2Apply .content .right .circle .bottom .two
{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50px;
	left: 50px;
	background: #DF4999;
	border-radius: 100%;
}
#reasons2Apply .content .right .circle .bottom .three
{
	width: 350px;
	height: 350px;
	position: absolute;
	top: 75px;
	left: 75px;
	background: #ffc1e2;
	border-radius: 100%;
}
#reasons2Apply .content .right .circle .bottom .four
{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 100px;
	left: 100px;
	background: #DF4999;
	border-radius: 100%;
}
#reasons2Apply .content .right .circle .bottom .five
{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 125px;
	left: 125px;
	background: #ffc1e2;
	border-radius: 100%;
}
#reasons2Apply .content .right .circle .img-hero
{
	width: 700px;
	position: absolute;
	left: -100px;
	bottom: 0;
	z-index: 8;
}
#reasons2Apply .content .left .title
{
	margin-top: 100px;
	line-height: 50px;
	font-family: "Poppins Bold";
	font-size: 2.5em;
}
#reasons2Apply .content .left .title span
{
	color: #DF4999;
}
#reasons2Apply .content .left .text
{
	width: 80%;
	margin-top: 20px;
	font-family: "Poppins Thin";
	font-size: 1.1em;
}
#reasons2Apply .content .left .items
{
	width: 100%;
	margin-top: 30px;
}
#reasons2Apply .content .left .items .item
{
	width: 100%;
	margin-bottom: 5px;
}
#reasons2Apply .content .left .items .item .icon
{
	width: 30px;
	height: 30px;
	margin-top: 3px;
	float: left;
}
#reasons2Apply .content .left .items .item .icon i
{
	color: #DF4999;
	font-size: 20px;
}
#reasons2Apply .content .left .items .item .text
{
	height: 30px;
	font-family: "Poppins Medium";
	font-size: 1.1em;
}
#reasons2Apply .content .left .buttons
{
	width: 100%;
	margin-top: 40px;
}
#reasons2Apply .content .left .buttons button
{
	padding: 10px 15px 10px 15px;
	border: none;
	color: white;
	font-family: "Poppins Light";
	background: #DF4999;
	border-radius: 3px;
}
.nct-gradient-subscribe
{
    width: 100%;
    padding: 100px 0 100px 0;
}
.nct-gradient-subscribe .nct-gradient-content
{
    width: 994px;
    margin: auto;
    padding: 3px;
    background: linear-gradient(#ED307A, #8B4D9D);
    border-radius: 25px;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient
{
    height: 250px;
    /* padding: 50px; */
    /* background: white; */
    border-radius: 24px;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-image
{
    width: 250px;
    margin: -120px 30px 0 0;
    float: right;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-image img
{
    width: 100%;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text
{
    width: 50%;
    padding: 40px 50px 50px 50px;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-title
{
    color: white;
    font-size: 2em;
    font-family: "Poppins Bold";
    line-height: 30px;
    text-shadow: 0 2px 3px gray;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-desc
{
    line-height: 25px;
    margin-top: 25px;
    color: white;
    font-family: "Quicksand Light";
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-button
{
    width: 100px;
    margin-top: 25px;
    padding: 10px;
    cursor: pointer;
    color: white;
    text-align: center;
    background: rgb(30, 30, 30);
    border-radius: 100px;
    transition-duration: 0.5s;
}
.nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-button:hover
{
    transition-duration: 0.5s;
    color: rgb(30, 30, 30);
    background: white;
}
#partner
{
	width: 100%;
	padding: 100px 0 100px 0;
	background: white;
}
#partner .title
{
	width: 100%;
	font-family: "Poppins Bold";
	text-align: center;
	font-size: 2em;
}
#partner .items
{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
#partner .items .item
{
	width: 150px;
	margin-left: 50px;
	display: inline-block;
}
#partner .items .item:nth-child(1)
{
	margin: none;
}
#partner .items .item img
{
	width: 100%;
	filter: grayscale(1);
	opacity: 0.5;
}
#latest-job
{
	padding: 100px 0 100px 0;
}
#latest-job .content
{
	width: 1200px;
	margin: auto;
}
#latest-job .content .title
{
	width: 100%;
	font-family: "Poppins Bold";
	text-align: center;
	font-size: 2em;
}
#latest-job .content .title span
{
	color: #DF4999;
}
#latest-job .content .items
{
	width: 100%;
	margin-top: 50px;
}
#latest-job .content .items .item
{
	width: 340px;
	margin-left: 20px;
	padding: 20px;
	display: inline-block;
	background: white;
	border-radius: 10px;
}
#latest-job .content .items .item:nth-child(4n + 1)
{
	margin-left: 0;
}
#latest-job .content .items .item .top
{
	width: 100%;
}
#latest-job .content .items .item .top .icon
{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	float: left;
	border-radius: 10px;
	/* background: linear-gradient(rgb(234, 234, 234), rgb(255, 255, 255)); */
	background: linear-gradient(#ED307A, #8B4D9D);
}
#latest-job .content .items .item .top .icon img
{
	width: 40px;
	margin: 10px;
	filter: drop-shadow(0 0 3px gray);
	
}
#latest-job .content .items .item .top .text .up
{
	padding-top: 4px;
	font-family: "Poppins Medium";
	color: rgb(20, 20, 20);
	font-size: 1.1em;
}
#latest-job .content .items .item .top .text .down
{
	font-family: "Poppins Thin";
	font-size: 1em;
}
#latest-job .content .items .item .bottom
{
	margin-top: 20px;
	color: rgb(20, 20, 20);
}
#latest-job .content .items .item .bottom .function
{
	font-family: "Poppins Medium";
	font-size: 1.3em;
}
#latest-job .content .items .item .bottom .buttons
{
	margin-top: 20px;
}
#latest-job .content .items .item .bottom .buttons .right
{
	float: right;
}
#latest-job .content .items .item .bottom .buttons button
{
	padding: 8px 20px 8px 20px;
	color: white;
	font-family: "Poppins Light";
	font-size: 0.9em;
	border-radius: 3px;
	border: none;
	background: rgb(20, 20, 20);
	border-radius: 20px;
}
#method
{
    width: 100%;
    margin-top: -10px;
    position: relative;
    background: rgba(248, 248, 248);
    z-index: 6;
}
#method .content
{
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
#method .content .title
{
    font-family: "Poppins Bold";
    font-size: 2em;
}
#method .content .itemContent
{
    margin-top: 50px;
}
#method .content .itemContent .item
{
    width: 283px;
    height: 230px;
    margin-left: 20px;
    padding: 50px;
    text-align: center;
    display: inline-table;
    background: white;
    border-radius: 30px;
    box-shadow: 0 0 12px rgba(234, 234, 234, 0.3);
}
#method .content .itemContent .item:nth-child(1)
{
    margin-left: 0;
}
#method .content .itemContent .item .ico
{
    width: 100px;
    height: 100px;
    margin: auto;
    color: rgb(223, 73, 153);
    font-size: 3em;
    background: rgb(223, 73, 153, 0.2);
    border-radius: 100px;
}
#method .content .itemContent .item .subTitle
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Poppins Medium";
    font-size: 1.4em;
}
#method .content .itemContent .selected
{
    color: white;
    background: rgb(223, 73, 153);
}
#method .content .itemContent .selected .ico
{
    background: white;
}
#method .content .itemContent i
{
    margin-top: 26px;
}
#method .content .itemContent a,
#method .content .itemContent span
{
	color: gray;
	font-family: "Poppins Medium";
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#platform
{
    width: 100%;
    background: white;
}
#platform .content
{
    width: 1200px;
    margin: auto;
    padding-top: 200px;
    padding-bottom: 150px;
}
#platform .content .text
{
    width: 480px;
    float: left;
}
#platform .content .text .title
{
    font-family: "Poppins Bold";
    font-size: 3em;   
    margin-bottom: 25px;
    line-height: 60px;
}
#platform .content .text .desc
{
    width: 100%;
    margin-bottom: 25px;
}
#platform .content .text .button
{
    width: 100%;
}
#platform .content .text .button button
{
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    color: white;
    font-family: "Poppins Medium";
    font-size: 1.1em;
    border: none;
    background: rgb(223, 73, 153);
    border-radius: 5px;
}
#platform .content .img
{
    width: 700px;
	float: left;
    position: relative;
    text-align: center;
    z-index: 1;
}
#platform .content .img .green
{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -100px;
    border-radius: 100px;
    background: rgb(129, 209, 129);
    z-index: 2;
}
#platform .content .img .pink
{
    width: 410px;
    height: 400px;
    position: absolute;
    left: 145px;
    bottom: 8px;
    border-radius: 500px;
    background: rgb(223, 73, 153);
    z-index: 3;
}
#platform .content .img .blue
{
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: -70px;
    border-radius: 400px;
    background: rgba(45, 169, 225, 1);
    z-index: 2;
}
#platform .content .img img
{
    width: 60%;
    margin-top: -100px;
    position: relative;
    z-index: 4;
    border-radius: 300px;
}
#faq
{
	width: 100%;
	background: white;
}
#faq .content
{
	width: 1000px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#faq .content .title
{
    font-family: "Arvo Bold";
    font-size: 4em;
	text-align: center;
}
#faq .content .desc
{
	width: 500px;
	margin: auto;
    text-align: center;
}
#faq .content .questions
{
	width: 620px;
	padding: 40px;
	margin: auto;
	margin-top: 20px;
	background: rgb(234, 234, 234);
	border-radius: 20px;
}
#faq .content .questions .item
{
	padding: 15px 0 15px 0;
	border-top: 1px groove rgba(0, 0, 0, 0.1);
}
#faq .content .questions .item:nth-child(1)
{
	border: none;
}
#faq .content .questions .item .q
{
	font-family: "Poppins Medium";
	font-size: 1.1em;
	margin-bottom: 10px;
}
#faq .content .questions .item .q .expandCollapse
{
	margin-left: 5px;
	float: right;
	font-family: "Poppins Medium";
	font-size: 1.4em;
}
#faq .content .questions .item .q .number
{
	margin-right: 10px;
	padding: 4px 8px 4px 8px;
	float: left;
	color: rgb(234, 234, 234);
	background: black;
	border-radius: 4px;
}
#faq .content .questions .item .q .text
{	
	min-height: 30px;
	padding-top: 5px;
	/* display: none; */
}
#faq .content .questions .item:nth-child(n + 2) .a
{
	color: black;
	display: none;
}
#faq .content .questions .active .q .number
{
	color: #DF4999!important;
	background: white;
	box-shadow: 0 0 3px gray;
}
#phtk
{
    width: 100%;
}
#phtk .content
{
    width: 1200px;
    text-align: center;
    margin: auto;
}
#phtk .content .items
{
    width: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: inline-block;
}
#phtk .content .items .item
{
    width: 100%;
}
#phtk .content .item .ico
{
    width: 100px;
    height: 100px;
    margin: auto;
    color: rgb(223, 73, 153);
    font-size: 3em;
    background: rgb(223, 73, 153, 0.2);
    border-radius: 100px;
}
#phtk .content .item .ico i
{
    margin-top: 25px;
}
#phtk .content .item .number
{
    margin-top: 35px;
    font-family: "Poppins Bold";
    font-size: 2em;
}
#phtk .content .item .title
{
    margin-top: 10px;
    color: gray;
    text-shadow: 0 1px 0 white;
}
#phtk .fRotate
{
	width: 70px;
	height: 70px;
	margin-bottom: -20px;
	margin: auto;
	color: transparent;
    background: rgba(248, 248, 248);
	transform: rotate(45deg);
}
#recently
{
    width: 100%;
}
#recently .content
{
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
#recently .content a
{
    color: rgb(20, 20, 20);
}
#recently .content .title
{
    font-family: "Poppins Bold";
    font-size: 2em;   
}
#recently .content a .desc,
#recently .content .desc
{
    width: 600px;
    margin-top: 25px;
    margin-bottom: 40px;
    color: gray;
    text-shadow: 0 1px 0 white;
}
#recently .content .itemContent
{
    width: 100%;
}
#recently .content .itemContent .item
{
    width: 380px;
    margin-left: 20px;
    display: inline-block;
}
#recently .content .itemContent .item:nth-child(1)
{
    margin-left: 0;
}
#recently .content .itemContent .item .img
{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: rgba(234, 234, 234, 0.5);
    border-radius: 20px;
}
#recently .content .itemContent .item .img img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#recently .content .itemContent .item .label
{
    height: 65px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: "Poppins Bold";
    font-size: 1.3em;
}
#teacher
{
    width: 100%;
    background: white;
}
#teacher .content
{
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
#teacher .content .title
{
    font-family: "Poppins Bold";
    font-size: 2em;
    text-align: center;
}
#teacher .content .desc
{
    width: 600px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 80px;
    color: gray;
    text-align: center;
}
#teacher .content .itemContent
{
    width: 100%;
    text-align: center;
}
#teacher .content .itemContent .item
{
    width: 300px;
	height: 400px;
	display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
}
#teacher .content .itemContent .item .img
{
    width: 300px;
    height: 300px;
	object-fit: cover;
	overflow: hidden;
    background: rgba(234, 234, 234, 0.5);
	border-radius: 200px;
}
#teacher .content .itemContent .item .one
{
    background: rgb(255, 230, 103);
}
#teacher .content .itemContent .item .two
{
    background: rgba(45, 169, 225, 0.8);
}
#teacher .content .itemContent .item .three
{
    background: rgb(223, 73, 153);
}
#teacher .content .itemContent .item .img img
{
    width: 100%;
}
#teacher .content .itemContent .item .name
{
    margin-top: 30px;
    font-family: "Poppins Medium";
    font-size: 1.6em;
}
#teacher .content .itemContent .item .sector
{
    color: gray;
}
#stores
{
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
}
#stores .content
{
    width: 1000px;
    margin: auto;
}
#stores .content .img
{
    width: 500px;
    margin-right: 40px;
    overflow: hidden;
    float: left;
}
#stores .content .img img
{
    width: 100%;
}
#stores .content .text
{
    padding-top: 80px;
}
#stores .content .text .top
{
    color: rgb(100, 100, 100);
    text-transform: uppercase;
    font-family: "Poppins Bold";
}
#stores .content .text .title
{
    margin-top: 5px;
    font-family: "Poppins Bold";
    font-size: 2em;
}
#stores .content .text .message
{
    margin-top: 20px;
    color:rgb(20, 20, 20);
    font-family: "Poppins Extra Light";
}
#stores .content .text .button-container
{
    margin-top: 20px;
}
#stores .content .text .button-container .button
{
    /* min-width: 135px; */
    width: 135px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    display: inline-block;
    color: white;
    background: black;
    border-radius: 5px;
}
/*
#stores .content .text .button-container .button:nth-child(1)
{
    min-width: 120px;
}
#stores .content .text .button-container .button:nth-child(3)
{
    min-width: 155px;
}
*/
#stores .content .text .button-container .button a
{
	color: white;
}
#stores .content .text .button-container .button .ico
{
    width: 25px;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}
#stores .content .text .button-container .button .ico img
{
    width: 25px;
}
#stores .content .text .button-container .button .small
{
    font-size: 0.6em;
    margin-bottom: -5px;
}
#document
{
	width: 100%;
	position: relative;
	z-index: 5;
	margin-bottom: -150px;
}
#document .content
{
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 130px;
	background: white;
	box-shadow: 0 0 3px silver;
}
#document .content img
{
	width: 100%;
}
#testimonial
{
    width: 100%;
    padding-bottom: 100px;
}
#testimonial .content
{
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
#testimonial .content .title
{
    width: 100%;
}
#testimonial .content .title .left
{
    width: 570px;
    float: left;
    font-family: "Poppins Bold";
    font-size: 2em;
}
#testimonial .content .title .right
{
    margin-left: 600px;
    color: gray;
}
#testimonial .itemContent
{
    width: 100%;
	background: transparent;
}
#testimonial .itemContent .linear
{
	width: 2000px;
}
#testimonial .itemContent .linear .item
{
    width: 360px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 20px;
    display: inline-block;
    background: white;
    border-radius: 25px;
    opacity: 0.4;
}
#testimonial .itemContent .linear .item .img
{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: left;
    text-align: center;
    border-radius: 80px;
    background: rgba(234, 234, 234, 0.5);
}
#testimonial .itemContent .item .img img
{
    width: 70px;
    margin-top: 5px;
}
#testimonial .itemContent .item .name
{
	text-align: left;
}
#testimonial .itemContent .item .name .top
{
    width: 100%;
    height: 40px;
    margin-top: 6px;
    font-family: "Poppins Bold";
    font-size: 1.8em;
	text-overflow: ellipsis;
    white-space: nowrap;
}
#testimonial .itemContent .item .name .bottom
{
    color: gray;
}
#testimonial .itemContent .item .desc
{
    margin-top: 30px;
	text-align: left;
}
#testimonial .itemContent .selected
{
    background: white;
    box-shadow: 0 0 12px rgba(234, 234, 234, 0.3);
    opacity: 1;
}
#contact
{
    width: 1040px;
    margin: auto;
    margin-bottom: -130px;
    padding: 80px;
    position: relative;
    background: rgb(255, 161, 21);
    border-radius: 25px;
}
#contact .button
{
	width: 150px;
	margin-right: 70px;
    float: right;
}
#contact .button button
{
    margin-top: 35px;
    padding: 15px 70px 15px 70px;
    color: rgb(255, 161, 21);
    cursor: pointer;
    font-family: "Poppins Medium";
    font-size: 1.2em;
    border: none;
    border-radius: 6px;
}
#contact .text
{
	width: 800px;
	float: left;
    color: white;
    font-family: "Poppins Bold";
    font-size: 2em;
    text-shadow: 0 0 2px silver;
}
#oblique
{
	width: 100%;
	height: 175px;
	position: absolute;
	color: transparent;
	background: rgb(41, 171, 228);
	transform: rotate(-5deg);
}
#footer
{
    width: 100%;
	overflow: hidden;
    background: #29abe4;
}
#footerDoc
{
    width: 100%;
	overflow: hidden;
}
#footer .content
{
    width: 1200px;
    margin: auto;
    padding-top: 200px;    
}
#footerDoc .full-content
{
    width: 100%;
	margin-top: 90px;
	padding-top: 160px;
	background: rgb(41, 171, 228);
}
#footerDoc .full-content .content
{
    width: 1200px;
    margin: auto;
}
#footer .content .item,
#footerDoc .content .item
{
    width: 280px;
    height: 300px;
    margin-left: 20px;
    display: inline-table;
}
#footer .content .item:nth-child(1),
#footerDoc .content .item:nth-child(1)
{
    margin-left: 0;
}
#footer .content .item .top,
#footerDoc .content .item .top
{
    color: white;
    font-family: "Poppins Bold";
    font-size: 1.2em;
}
#footer .content .item .bottom,
#footerDoc .content .item .bottom
{
    margin-top: 40px;
    color: rgb(220, 220, 220);
}
#footer .content .item .bottom .link,
#footerDoc .content .item .bottom .link
{
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer .content .item .bottom .link a,
#footerDoc .content .item .bottom .link a
{
    color: rgb(220, 220, 220);
    text-decoration: none;
}
#footer .content .item .bottom .link a:hover,
#footerDoc .content .item .bottom .link a:hover
{
    text-decoration: underline;
}
#footer .content .item .bottom .ico i,
#footerDoc .content .item .bottom .ico i
{
    padding: 10px;
    background: white;
    border-radius: 20px;
}
#footer .content .item .bottom .ico .one,
#footerDoc .content .item .bottom .ico .one
{
    padding: 10px 13px 10px 13px;
    background: white;
    border-radius: 20px;
}
#footer .content .item .bottom .ico i,
#footerDoc .content .item .bottom .ico i
{
    margin-top: 20px;
    margin-right: 14px;
    color: rgb(41, 171, 228);
}
#footer .copyright,
#footerDoc .copyright
{
    padding-top: 100px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
}
.hack
{
	clear: both;
}

/* width */
::-webkit-scrollbar 
{
    width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track 
{
    /* background: rgb(21, 21, 25); */
	background: rgb(250, 250, 250);
}
  
/* Handle */
::-webkit-scrollbar-thumb 
{
    background: #888;
	border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
    margin: 3px;
    background: #555;
}

#kontak
{
	width: 250px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#kontak .content
{
	width: 100%;
	position: relative;
}
#kontak .content .chat
{
	width: 350px;
	height: 650px;
	display: none;
	position: fixed;
	right: 40px;
	bottom: 20px;
	background-size: 100%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	box-shadow: 0 0 12px rgb(200, 200, 200);
}
#kontak .content .chat .head
{
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
#kontak .content .chat .head .up
{
	padding: 30px;
	position: relative;
	background: url("../img/gradient.png");
	background-size: 100%;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	z-index: 6;
}
#kontak .content .chat .head .up .isTyping
{
	width: 85%;
	display: none;
	color: white;
	font-size: 0.75em;
	font-family: "Poppins Medium";
	text-align: center;
	position: absolute;
	bottom: -8px;
	background: none;
	z-index: 5;
}
#kontak .content .chat .head .up .isTyping span
{
	padding: 0 5px 0 5px;
	background: linear-gradient(forestgreen, green);
	border-radius: 10px;
}
#kontak .content .chat .head .up .pix
{
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	background: white;
	border-radius: 100px;
	box-shadow: 0 0 3px gray;
}
#kontak .content .chat .head .up .pix img
{
	width: 50px;
	height: 50px;
	object-fit: cover;
}
#kontak .content .chat .head .up .minimize
{
	margin-top: 10px;
	padding: 8px 8px 4px 8px;
	float: right;
	cursor: pointer;
}
#kontak .content .chat .head .up .minimize i
{
	color: white;
	font-size: 1.1em;
	text-shadow: 0 0 2px black;
}
#kontak .content .chat .head .up .text
{
	color: white;
	text-shadow: 0 0 3px silver;
}
#kontak .content .chat .head .up .text .one
{
	font-size: 0.85em;
}
#kontak .content .chat .head .up .text .two
{
	font-size: 1.1em;
	font-family: "Poppins Medium";
}
#kontak .content .chat .screen
{
	width: 100%;
	margin-top: -10px;
}
#kontak .content .chat .screen .message
{
	height: 432px;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}
#kontak .content .chat .screen .message .first
{
	width: 100%;
	height: 85px;
	overflow: hidden;
	background-size: 100%;
}
#kontak .content .chat .screen .message .first .curve
{
	width: 600px;
	height: 200px;
	margin-top: -130px;
	margin-left: -125px;
	position: relative;
	background: url("../img/gradient.png");
	background-size: 100%;
	border-radius: 0 0 100% 100%;
}
#kontak .content .chat .screen .message .first .curve .label
{
	width: 350px;
	color: white;
	text-shadow: 0 0 3px black;
	position: absolute;
	left: 125px;
	bottom: 21px;
	font-family: "Poppins Medium";
	text-align: center;
}
#kontak .content .chat .screen .message .other
{
	padding: 20px;
}
#kontak .content .chat .screen .message .other .received
{
	clear: both;
	width: fit-content;
	max-width: 70%;
	margin-bottom: 15px;
	padding: 10px;
	display: inline-block;
	font-size: 0.85em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	background: rgb(234, 234, 234);
	border-radius: 20px 30px 30px 0;
}
#kontak .content .chat .screen .message .other .received a
{
	padding: 0 5px 0 5px;
	margin-top: 20px;
	font-family: "Poppins Medium";
	font-size: 0.85em;
	word-break: break-all;
	background: rgba(250, 250, 250, 0.2);
	border-radius: 10px;
	box-shadow: 0 0 2px silver;
}
#kontak .content .chat .screen .message .other .received .dot
{
	width: 0;
	margin-top: -17px;
	font-size: 3em;
	line-height: 35px;
	letter-spacing: 4px;
	overflow: hidden;
	border-right: .10em solid transparent;
	white-space: nowrap;
	animation: 
    typing 1s steps(40, end) infinite,
    blink-caret .50s step-end infinite;
}
#kontak .content .chat .screen .message .other .received .menu
{
	width: 100%;
	padding: 10px 0 10px 0;
}
#kontak .content .chat .screen .message .other .received .menu .option
{
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 0.85em;
	/* background: #005E86; */
	font-family: "Poppins Bold";
	background: linear-gradient(#ED307A, #8B4D9D);
	border-radius: 4px;
}
#kontak .content .chat .screen .message .other .received .menu .option .item
{
	padding: 2px 6px 2px 6px;
	background: white;
	border-radius: 3px;
}
#kontak .content .chat .screen .message .other .rPicture
{
	width: 70%;
	margin-bottom: 15px;
	padding: 6px 6px 0 6px;
	font-size: 0.9em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	background: rgb(234, 234, 234);
	border-radius: 10px 10px 10px 0;
	box-shadow: 0 0 3px silver;
}
#kontak .content .chat .screen .message .other .rPicture img
{
	width: 100%;
	border-radius: 6px 6px 6px 0;
}
#kontak .content .chat .screen .message .other .sent
{
	min-height: 50px;
	margin-bottom: 15px;
}
#kontak .content .chat .screen .message .other .sent .left
{
	width: fit-content;
	max-width: 70%;
	margin-bottom: 5px;
	padding: 10px;
	float: right;
	color: white;
	font-size: 0.85em;
	text-align: right;
	text-shadow: 0 0 3px black;
	background: url("../img/gradientMirror.png");
	/* background-size: 100%; */
	border-radius: 30px 20px 0px 30px;
}
#kontak .content .chat .screen .message .other .sent .picture
{
	width: 70%;
	margin-bottom: 5px;
	padding: 6px 6px 0 6px;
	float: right;
	color: white;
	font-size: 0.9em;
	text-align: right;
	text-shadow: 0 0 3px black;
	background: url("../img/gradientMirror.png");
	background-size: 100%;
	border-radius: 10px 10px 0px 10px;
}
#kontak .content .chat .screen .message .other .sent .picture img
{
	width: 100%;
	border-radius: 6px 6px 0 6px;
}
#kontak .content .chat .screen .message .other .sent .time
{
	color: #DF4999;
	font-size: 0.75em;
	font-family: "Poppins Medium";
	text-align: right;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#kontak .content .chat .form
{
	width: 95%;
	margin: auto;
	margin-top: 10px;
	border-top: 1px groove rgba(0, 0, 0, 0.1);
}
#kontak .content .chat .form .top
{
	width: 100%;
}
#kontak .content .chat .form .top input
{
	width: 95%;
	padding: 20px 0 20px 0;
	font-family: "Poppins Light";
	font-size: 0.9em;
	border: none;
	background: none;
}
#kontak .content .chat .form .top input::placeholder
{
	font-family: "Poppins Light";
	font-size: 1em;
}
#kontak .content .chat .form .top button
{
	width: 60px;
	height: 60px;
	margin-top: 20px;
	cursor: pointer;
	position: absolute;
	right: -30px;
	border: none;
	background: linear-gradient(white, rgb(200, 200, 200));/* url("../img/gradientMirror.png"); */
	border-radius: 100px;
	box-shadow: 0 0 5px gray;
}
#kontak .content .chat .form .top button img
{
	width: 40px;
	margin-top: 2px;
	margin-left: 2px;
}
#kontak .content .middle
{
	width: 100%;
}
#kontak .content .middle .itm
{
	width: 40px;
	margin-right: -5px;
	padding: 4px 0 2px 0;
	cursor: pointer;
	display: inline-block;
	border-left: 1px groove rgba(0, 0, 0, 0.1);
	text-align: center;
}
#kontak .content .middle .itm:hover i
{
	color: #DF4999;
}
#kontak .content .middle .itm:nth-child(1)
{
	margin-left: -6px;
	border: none;
}
#kontak .content .middle .itm i
{
	color: gray;
	font-size: 1.3em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#kontak .content .bottom
{
	width: 100%;
}
#kontak .content .bottom .title
{
	width: 115px;
	margin-right: 15px;
	padding: 10px 11px 7px 15px;
	float: right;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	background: url("../img/gradient.png");
	border-radius: 25px;
}
#kontak .content .bottom .title .icon
{
	float: left;
	margin-right: 10px;
}
#kontak .content .bottom .title .icon i
{
	color: white;
	font-size: 1.5em;
	text-shadow: 0 0 3px black;
}
#kontak .content .bottom .title .text
{
	color: white;
	font-family: "Poppins Medium";
	text-shadow: 0 0 3px black;
}
/* The typing effect */
@keyframes typing 
{
	from { width: 0 }
	to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret 
{
	from, to { border-color: transparent }
	50% { border-color: transparent; }
}

#qrId
{
	width: 100vw;
	height: 100vh;
	text-align: center;
	background: linear-gradient(#ED307A, #8B4D9D);
}
#qrId .appName
{
	padding-top: 100px;
	color: white;
	font-size: 1.5em;
	font-family: "Poppins Medium";
}
#qrId .company
{
	margin-top: 5px;
	color: rgb(234, 234, 234);
	font-size: 0.9em;
	font-family: "Poppins Light";
}
#qrId .qrContent
{
	width: 90vw;
	margin: auto;
	padding-bottom: 40px;
	position: relative;
	background: white;
	border-radius: 10px;
}
#qrId .qrContent .logo
{
	width: 100%;
	margin-top: 70px;
	padding: 6px;
	text-align: center;
	position: relative;
	top: -25px;
}
#qrId .qrContent .logo .img
{
	width: 22vw;
	height: 22vw;
	padding: 1.5vw;
	overflow: hidden;
	position: absolute;
	left: 32vw;
	background: white;
	border-radius: 6px;
	box-shadow: 0 0 6px gray;
}
#qrId .qrContent .logo .img img
{
	width: 100%;
	border-radius: 6px;
}
#qrId .qrContent .description
{
	margin: 24vw 0 10px 0;
	padding: 0 10px 20px 10px;
}
#qrId .qrContent .playStoreButton
{
	width: 80vw;
	margin: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	background: black;
	border-radius: 100px;
}
#qrId .qrContent .playStoreButton a
{
	color: white;
}
#qrId .qrContent .playStoreButton .content
{
	width: 220px;
	margin: auto;
}
#qrId .qrContent .playStoreButton .content .icon
{
	width: 60px;
	float: left;
	text-align: right;
}
#qrId .qrContent .playStoreButton .content .icon img
{
	width: 40px;
	margin-top: 2px;
}
#qrId .qrContent .playStoreButton .content .top
{
	width: 120px;
	margin-left: 70px;
	margin-bottom: -3px;
	font-size: 0.7em;
	font-family: "Poppins Medium";
	text-align: left;
}
#qrId .qrContent .playStoreButton .content .bottom
{
	width: 120px;
	margin-left: 70px;
	font-size: 1.2em;
	font-family: "Poppins Medium";
	text-align: left;
}
#qrId .website,
#qrId .website a
{
	margin-top: 20px;
	padding: 10px;
	color: white;
	font-size: 0.9em;
}
#menu
{
	width: 100vw;
	height: 100px;
	position: fixed;
	z-index: 4;
	
	overflow: hidden;
}
#menu .logo
{
	width: 50px;
	padding: 20px;
}
#menu .logo img
{
	width: 100%;
}
#cBody
{
	width: 100vw;
	height: 100vh;
	position: relative;
	background: rgb(238, 187, 214);
}
#cBody .top
{
	width: 100vw;
	height: 70vh;
	position: relative;
}
#cBody .top .background
{
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 139, 0.3) 60%, rgb(238, 187, 214));
	backdrop-filter: blur(80px);
	position: absolute;
}
#cBody .top .img
{
	width: 100%;
	height: 50vh;
	object-fit: cover;
	overflow: hidden;
}
#cBody .bottom
{
	width: 2000px;
}
#cBody .inline
{
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: absolute;
}
#cBody .inline .mobile
{
	display: none;
}
#cBody .inline .block
{
	width: 450px;
	height: 99.8vh;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

#cBody .inline .video
{
	width: 700px;
	position: relative;
	border-radius: 10px;
	border: 1px solid transparent;
}
#cBody .inline .video .player
{
	width: 620px;
	height: 370px;
	padding: 15px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	left: 25px;
	background: linear-gradient(#ED307A, #8B4D9D);
	border-radius: 10px;
}
#cBody .inline .video .player .controls
{
	width: 620px;
	height: 370px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	z-index: 10;
}
#cBody .inline .video .player .controls .loader 
{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 177px;
	left: 295px;
	display: none;
	color: transparent;
	border: 5px solid;
	border-radius: 50%;
	border-color: #E4E4ED;
	border-right-color: #766DF4;
	animation: s2 1s infinite linear;
	z-index: 11;
}
@keyframes s2 {to{transform: rotate(1turn)}}
#cBody .inline .video .player .controls .play
{
	width: 70px;
	height: 70px;
	cursor: pointer;
	position: absolute;
	top: 157.5px;
	left: 277.5px;
	text-align: center;
	background: linear-gradient(#8B4D9D, #ED307A);
	border-radius: 50px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#cBody .inline .video .player .controls .play i
{
	margin-top: 20px;
	margin-left: 6px;
	color: white;
	font-size: 2em;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
#cBody .inline .video .player video
{
	width: 620px;
	height: 370px;
	object-fit: cover;
	border-radius: 8px;
}
#cBody .inline .video .teamMates
{
	width: 100%;
	margin-top: 525px;
}
#cBody .inline .video .teamMates .head
{
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
	padding: 80px 0 10px 0;
	font-family: "Arvo Bold";
	text-transform: uppercase;
	border-bottom: 1px groove rgba(0, 0, 0, 0.1);
}
#cBody .inline .video .teamMates .head span
{
	margin-left: 20px;
	padding: 0 6px 0 6px;
	color: white;
	font-family: "Poppins Medium";
	background: black;
	border-radius: 4px;
}
#cBody .inline .video .teamMates .body
{
	width: 100%;
}
#cBody .inline .video .teamMates .body .item
{
	width: 80%;
	height: 70px;
	margin: auto;
	padding: 10px 0 10px 0;
}
#cBody .inline .video .teamMates .body .item .pix
{
	width: 52px;
	height: 52px;
	margin-right: 20px;
	padding: 4px;
	float: left;
	overflow: hidden;
	background: linear-gradient(#ED307A, #8B4D9D);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	border-radius: 50px;
}
#cBody .inline .video .teamMates .body .item .pix .round
{
	width: 52px;
	height: 52px;
	overflow: hidden;
	background: silver;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	border-radius: 50px;
}
#cBody .inline .video .teamMates .body .item .pix .round img
{
	width: 52px;
	height: 52px;
	object-fit: cover;
}
#cBody .inline .video .teamMates .body .item .pts
{
	margin-top: 6px;
	padding: 0 10px 0 10px;
	float: right;
	color: white;
	font-size: 1.5em;
	font-family: "Poppins Bold";
	background: black;
	border-radius: 4px;
}
#cBody .inline .video .teamMates .body .item .leader
{
	padding: 0 10px 0 10px;
	float: right;
	color: white;
	font-size: 1.5em;
	font-family: "Poppins Bold";
	text-shadow: 0 0 3px black;
	background: linear-gradient(#ED307A, #8B4D9D);
	border-radius: 4px;
}
#cBody .inline .video .teamMates .body .item .name
{
	width: 100%;
}
#cBody .inline .video .teamMates .body .item .name .full
{
	color: black;
	margin-top: 5px;
	font-family: "Poppins Medium";
}
#cBody .inline .video .teamMates .body .item .name .country
{
	color: rgb(20, 20, 20);
	font-family: "Poppins Extra Light";
}

#cBody .inline .description
{
	position: absolute;
	left: 700px;
	top: 0;
	border: 1px solid transparent;
}
#cBody .inline .description .litterature
{
	width: 95%;
	height: 280px;
	margin: auto;
	margin-top: 130px;
}
#cBody .inline .description .litterature .title
{
	color: white;
	font-size: 1.8em;
	font-family: "Arvo Bold";
	line-height: 50px;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#cBody .inline .description .litterature .teacherNStars
{
	width: 100%;
}
#cBody .inline .description .litterature .teacherNStars .teacher
{
	width: 280px;
	margin-top: 40px;
	float: left;
	color: white;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#cBody .inline .description .litterature .teacherNStars .teacher .pix
{
	width: 40px;
	height: 40px;
	margin-top: -8px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	background: silver;
	border-radius: 50px;
}
#cBody .inline .description .litterature .teacherNStars .teacher .pix img
{
	width: 40px;
	height: 40px;
	object-fit: cover;
}
#cBody .inline .description .litterature .teacherNStars .starz
{
	width: 100px;
	float: right;
	color: #ED307A;
	font-family: "Poppins Bold";
	font-size: 1.8em;
	text-align: right;
	padding-top: 28px;
	text-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
}
#cBody .inline .description .litterature .teacherNStars .starz i
{
	margin-top: -3px;
	color: rgb(252, 211, 110);
}

#cBody .inline .description .chapters
{
	width: 95%;
	margin: auto;
	padding: 0 0 20px 0;
	background: white;
	border-radius: 20px;
}
#cBody .inline .description .chapters .button
{
	padding: 10px;
}
#cBody .inline .description .chapters .button button
{
	width: 407px;
	padding: 16px;
	font-family: "Poppins Bold";
	font-size: 1.3em;
	cursor: pointer;
	color: white;
	text-shadow: 0 0 3px black;
	border: none;
	background: linear-gradient(#ED307A, #8B4D9D);
	transition-duration: 0.5s;
	border-radius: 10px;
}
#cBody .inline .description .chapters .button button:hover
{
	letter-spacing: 1px;
	transition-duration: 0.5s;
}
#cBody .inline .description .chapters .button button span
{
	color: rgba(255, 255, 255, 0.7);
	font-family: "Poppins Extra Light";
}

#cBody .inline .description .chapters .items
{
	padding: 15px 20px 15px 20px;
	background: white;
}
#cBody .inline .description .chapters .items .icon
{
	width: 30px;
	height: 30px;
	margin-top: -2px;
	margin-right: 15px;
	padding: 13px 8px 7px 12px;
	float: left;
	color: white;
	text-align: center;
	background: black;
	border-radius: 30px;
}
#cBody .inline .description .chapters .items .lesson
{
	margin-top: 3px;
	font-family: "Poppins Medium";
}
#cBody .inline .description .chapters .items .duration
{
	font-family: "Poppins Extra Light";
	font-size: 0.9em;
}

#cBody .inline .info
{
	width: 400px;
	position: absolute;
	top: 0;
	left: 1180px;
	border: 1px solid transparent;
}
#cBody .inline .info .stats
{
	width: 100%;
	margin-top: 410px;
}
#cBody .inline .info .stats .content
{
	height: 500px;
	background: white;
	border-radius: 20px;
}
#cBody .inline .info .stats .content .title
{
	padding: 20px 30px 20px 30px;
}
#cBody .inline .info .stats .content .title .bold
{
	font-family: "Poppins Medium";
}
#cBody .inline .info .stats .content .title .thin
{
	margin-bottom: 25px;
	color: silver;
	font-family: "Poppins Extra Light";
	text-shadow: 0 1px 0 white;
}
#cBody .inline .info .stats .content .digit
{
	margin-top: -150px;
	position: relative;
	line-height: 40px;
	text-align: center;
}
#cBody .inline .info .stats .content .digit .one
{
	font-family: "Poppins Bold";
	font-size: 3em;
}
#cBody .inline .info .stats .content .digit .two
{
	color: rgb(120, 120, 120);
	font-family: "Arvo Bold";
	font-size: 1.6em;
	text-shadow: 0 1px 0 white;
}
#cBody .inline .info .stats .content .legend
{
	width: 330px;
	margin: auto;
	margin-top: 100px;
	font-size: 0.9em;
}
#cBody .inline .info .stats .content .legend .item
{
	width: 120px;
	height: 24px;
	display: inline-block;
	text-align: left;
}
#cBody .inline .info .stats .content .legend .item:nth-child(3n)
{
	width: 80px;
}
#cBody .inline .info .stats .content .legend .item .logo
{
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	float: left;
	color: transparent;
	border-radius: 2px;
}
#cBody .inline .info .stats .content .legend .item .html
{
	background: #DD4B25;
}
#cBody .inline .info .stats .content .legend .item .css
{
	background: #004AE2;
}
#cBody .inline .info .stats .content .legend .item .js
{
	background: #EFD81D;
}
#cBody .inline .info .stats .content .legend .item .angular
{
	background: #D6002F;
}
#cBody .inline .info .stats .content .legend .item .ionic
{
	background: #4586F7;
}
#cBody .inline .info .stats .content .legend .item .php
{
	background: #7377AD;
}
#cBody .inline .info .stats .content .legend .item .mysql
{
	background: #005E86;
}
#loading
{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	color: transparent;
	background: none;
	backdrop-filter: blur(100px);
	z-index: 12;
}
#loading .spinner
{
	width: 2vw;
	height: 2vw;
	position: absolute;
	top: 50vh;
	left: 49vw;
	border-radius: 50%;
	border: 8px solid;
	border-color:#E4E4ED;
	border-right-color: #766DF4;
	animation: s2 1s infinite linear;
}
	
@keyframes s2 {to{transform: rotate(1turn)}}

#modal
{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background: none;
	backdrop-filter: blur(100px);
	z-index: 10;
}
#modal .apply
{
	width: 50vw;
	height: 60vh;
	margin: auto;
	margin-top: 15vh;
	display: none;
	background: rgb(250, 250, 250);
	border-radius: 15px;
	box-shadow: 0 0 10px rgb(220, 220, 220);
}
#modal .apply .left
{
	width: 20vw;
	height: 60vh;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 15px 0 0 15px;
}
#modal .apply .left .backdrop
{
	width: 20vw;
	height: 60vh;
	mix-blend-mode: multiply;
	position: absolute;
	background: linear-gradient(#ED307A, #8B4D9D);
}
#modal .apply .left img
{
	margin-left: -6.5vw;
	height: 60vh;
}
#modal .apply .right
{
	width: 29vw;
	float: right;
}
#modal .apply .right .top
{
	width: 100%;
	height: 40px;
}
#modal .apply .right .top .select
{
	background: none;
}
#modal .apply .right .top .select select
{
	margin-top: 4px;
	padding: 8px 8px 8px 0;
	color: #C44E60;
	font-family: "Poppins Medium";
	font-size: 1em;
	border: none;
	background: none;
}
#modal .apply .right .top .close
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#modal .apply .right .top .close i
{
	cursor: pointer;
	color: gray;
	font-size: 1.3em;
}
#modal .apply .right .bottom
{
	width: 100%;
	padding-top: 30px;
}
#modal .apply .right .bottom .label
{
	width: 100%;
	margin-bottom: 5px;
	display: block;
	font-family: "Poppins Medium";
	font-size: 0.9em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#modal .apply .right .bottom .itemH
{
	width: 49%;
	margin-bottom: 20px;
	display: inline-block;
}
#modal .apply .right .bottom .itemH .input
{
	width: 80%;
	padding: 8px 5% 8px 5%;
	border: 2px solid black;
	background: none;
	border-radius: 3px;
}
#modal .apply .right .bottom .itemH .inputHidden
{
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#modal .apply .right .bottom .itemH .ico
{
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	background: rgb(223, 73, 153, 0.1);
	border-radius: 50px;
}
#modal .apply .right .bottom .itemH .ico i
{
	margin-top: 8px;
	cursor: pointer;
	color: #C44E60;
	font-size: 1.5em;
}
#modal .apply .right .bottom .itemH .or
{
	height: 15px;
	margin: -2px -3px 0 -3px;
	padding: 0 0 0 0;
	display: inline-block;
	line-height: 10px;
}
#modal .apply .right .bottom .itemH .or span
{
	float: left;
	font-size: 10px;
	color: silver;
	font-family: "Poppins Medium";
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#modal .apply .right .bottom .itemH .or span::before
{
	content: '- ';
}
#modal .apply .right .bottom .itemH .or span::after
{
	content: ' -';
}
#modal .apply .right .bottom .itemF
{
	width: 98%;
	margin-bottom: 20px;
}
#modal .apply .right .bottom .itemF .uploadFile
{
	width: 50%;
	margin-top: 38px;
	margin-right: 10px;
	float: right;
	font-size: 0.7em;
	font-family: "Poppins Medium";
}
#modal .apply .right .bottom .itemF .uploadFile .icon
{
	margin-right: 5px;
	float: left!important;
}
#modal .apply .right .bottom .itemF .uploadFile .text
{
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#modal .apply .right .bottom .itemF .ico
{
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	background: rgb(223, 73, 153, 0.1);
	border-radius: 50px;
}
#modal .apply .right .bottom .itemF .ico i
{
	margin-top: 8px;
	cursor: pointer;
	color: #C44E60;
	font-size: 1.5em;
}
#modal .apply .right .bottom .itemF .or
{
	height: 15px;
	margin: -2px -3px 0 -3px;
	padding: 0 0 0 0;
	display: inline-block;
	line-height: 10px;
}
#modal .apply .right .bottom .itemF .or span
{
	float: left;
	font-size: 10px;
	color: silver;
	font-family: "Poppins Medium";
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#modal .apply .right .bottom .itemF .or span::before
{
	content: '- ';
}
#modal .apply .right .bottom .itemF .or span::after
{
	content: ' -';
}
#modal .apply .right .bottom .itemF .input
{
	width: 90%;
	padding: 8px 2.5% 8px 2.5%;
	border: 2px solid black;
	background: none;
	border-radius: 3px;
}
#modal .apply .right .bottom .itemF .inputHidden
{
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#modal .apply .right .bottom .itemH .input::placeholder,
#modal .apply .right .bottom .itemF .input::placeholder
{
	font-family: "Poppins Thin";
}
#modal .apply .right .bottom .buttons
{
	width: 100%;
	margin-top: 10px;
}
#modal .apply .right .bottom .buttons button
{
	padding: 10px 15px 10px 15px;
	border-radius: 30px;
	cursor: pointer;
	color: white;
	font-family: "Poppins Light";
	border: none;
	background: rgb(20, 20, 20);
	transition-duration: 0.5s;
}
#modal .apply .right .bottom .buttons button:disabled
{
	opacity: 0.4;
}
#modal .apply .right .bottom .hint
{
	margin-top: 20px;
	padding: 20px;
	color: gray;
	font-family: "Poppins Light";
	font-size: 0.75em;
	text-shadow: 0 2px 0 rgba();
}
#modal .apply .right .bottom .hint span
{
	text-decoration: underline;
}
#modal .apply .right .bottom .hint .bell
{
	float: left;
	margin-right: 7px;
	margin-bottom: 80px;
}
#modal .apply .message
{
	clear: both;
	width: 100%;
	padding-top: 15px;
}
#modal .apply .message .content
{
	width: 30vw;
	margin: auto;
}
#modal .apply .message .content .icon
{
	margin-top: -2px;
	margin-bottom: 50px;
	float: left;
	margin-right: 10px;
	font-size: 0.9em;
}
#modal .apply .message .content .text
{
	font-family: "Poppins Medium";
	font-size: 0.8em;
}
#modal .box
{
	width: 35vw;
	height: 70vh;
	margin: auto;
	margin-top: 15vh;
	display: none;
	position: relative;
}
#modal .box .content
{
	width: 30vw;
	height: 70vh;
	margin: auto;
	margin-top: 20vh;
	position: relative;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
#modal .box .content .close
{
	padding: 20px;
	color: gray;
	position: relative;
	text-align: right;
	text-shadow: 0 1px 0 white;
}
#modal .box .content .close i
{
	cursor: pointer;
	font-size: 1.1em;
}
#modal .box .content .top
{
	width: 30vw;
	height: 30vh;
	margin-top: -7vw;
	text-align: center;
	position: absolute;
}
#modal .box .content .top .foreground
{
	width: 30vw;
	height: 70vh;
	color: transparent;
	text-align: center;
	position: absolute;
	top: 7vw;
	left: 0;
	background: linear-gradient(rgba(236, 246, 250, 0.1), rgb(253, 227, 240) 24.5vh);
	border-radius: 10px;
}
#modal .box .content .top img
{
	width: 30vw;
}
#modal .box .content .top .medium
{
	width: 22vw;
}
#modal .box .content .top .hack
{
	width: 100%;
	height: 20vh;
	margin-top: -10px;
	color: transparent;
}
#modal .box .content .text
{
	width: 30vw;
	position: absolute;
	bottom: 0;
	margin-top: 20vw;
}
#modal .box .content .text .title
{
	width: 30vw;
	margin: auto;
	margin-bottom: 30px;
	color: black;
	font-size: 2em;
	font-family: "Arvo Bold";
	text-align: center;
	text-transform: uppercase;
}
#modal .box .content .text .alertMsg
{
	margin-top: -10px;
	padding: 0 20px 20px 20px;
	font-family: "Poppins Extra Light";
	text-align: center;
}
#modal .box .content .text .alertMsg span
{
	font-family: "Poppins Medium";
}
#modal .box .content .text .alertMsgMobile
{
    display: none;
}
#modal .box .content .text .input-group
{
    padding: 20px 30px 20px 30px;
}
#modal .box .content .text .input-group .email-hint,
#modal .box .content .text .input-group .name-hint
{
	display: none;
    text-align: right;
}
#modal .box .content .text .input-group .email-hint span,
#modal .box .content .text .input-group .name-hint span
{
    margin-right: 2px;
    padding: 4px 8px 4px 8px;
    color: white;
    cursor: pointer;
    background: rgb(20, 20, 20);
    border-radius: 10px 10px 0 10px;
}
#modal .box .content .text .input-group .input
{
	width: 92%;
	margin: auto;
	padding: 20px 15px 20px 15px;
	border-radius: 10px;
	border: none;
}
#modal .box .content .text .input-group .input::placeholder
{
	font-family: "Poppins Light";
}
#modal .box .content .text .items
{
	width: 100%;
	text-align: center;
}
#modal .box .content .text .items .item
{
	width: 25%;
	margin-left: 5%;
	display: inline-block;
	cursor: pointer;
	position: relative;
	opacity: 0.3;
	border: 1px solid transparent;
	border-radius: 12px;
}
#modal .box .content .text .items .item:nth-child(1)
{
	margin-left: 0;
}
#modal .box .content .text .items .active
{
	opacity: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	border: 1px solid rgb(0, 192, 0);
	background-image: url("../img/pattern_1.png");
	background-size: 100% 100%;
}
#modal .box .content .text .items .item i
{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.2em;
}
#modal .box .content .text .items .active i
{
	display: block;
	color: rgb(0, 192, 0);
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.2em;
}
#modal .box .content .text .items .item .digit
{
	margin-top: -10px;
	font-size: 6em;
	font-family: "Poppins Bold";
	text-align: center;
}
#modal .box .content .text .items .item .way
{
	margin-top: -30px;
	font-family: "Poppins Medium";
}
#modal .box .content .text .items .item .amount
{
	padding-bottom: 10px;
}
#modal .box .content .text .email
{
	width: 100%;
	padding: 30px;
}
#modal .box .content .text .email input
{
	width: 25.5vw;
	padding: 2%;
	font-family: "Poppins Medium";
	font-size: 1.1em;
	border: 2px solid black;
	background: none;
	transition-duration: 0.3s;
	border-radius: 6px;
}
#modal .box .content .text .email input:focus
{
	color: #8B4D9D;
	border: 2px solid #8B4D9D;
	transition-duration: 0.5s;
}
#modal .box .content .text .email input::placeholder
{
	color: black;
	font-family: "Poppins Extra Light";
}
#modal .box .content .text .email .error
{
	width: 30vw;
	margin: auto;
	display: none;
	color: crimson;
	font-size: 0.9em;
	font-family: "Poppins Medium";
	margin-top: 10px;
}
#modal .box .content .text .email .error i
{
	margin-right: 10px;
	color: crimson;
	float: left;
	font-size: 1.3em;
	text-overflow: 0 1px 0 white;
}

#modal .box .content .text .button
{
	padding: 0 30px 30px 30px;
}
#modal .box .content .text .button button
{
	width: 100%;
	padding: 12px;
	font-family: "Poppins Light";
	font-size: 1.2em;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0 0 3px black;
	border: none;
	background: linear-gradient(#ED307A, #8B4D9D);
	transition-duration: 0.5s;
	border-radius: 10px;
}
#modal .box .content .text .button button span
{
	color: white;
	font-family: "Poppins Bold";	
}
#modal .box .content .text .button button:disabled
{
	cursor: not-allowed;
	opacity: 0.7;	
}
#modal .box .message-display
{
	background: aqua;
}
#modal .box .message
{
	width: 30vw;
	margin: auto;
	color: gray;
	font-size: 0.9em;
	font-family: "Poppins Medium";
	margin-top: 15px;
}
#modal .box .message i
{
	margin-right: 10px;
	color: gray;
	float: left;
	font-size: 1.3em;
	text-overflow: 0 1px 0 white;
}
#modal .box .message .optTwo,
#modal .box .message .optThree
{
	display: none;
}
#modal .response
{
	width: 30vw;
	height: 50px;
	margin: auto;
	margin-top: 15px;
	display: none;
	font-size: 0.8em;
	font-family: "Poppins Medium";
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#modal .response i
{
	margin: 3px 10px 0 0;
	float: left;
	margin-bottom: 50px;
}
#modal .error-display
{
	clear: both;
	color: crimson;
}
#modal .success-display
{
	color: forestgreen;
}
#otp, 
#name
{
	display: none;
}
.successPlace::placeholder
{
    color: silver;
}
.errorPlace::placeholder
{
    color: crimson;
}
.purple
{
	color: rgb(192, 134, 246);
}
.pink
{
    color: rgb(255, 97, 146);
}
.underline
{
	text-decoration: underline;
}
.applyNow
{
	cursor: pointer;
}
@media screen and (min-width: 1258px)
{
	#head .mContent
	{
		display: none;
	}
}
@media screen and (min-width: 825px) and (max-width: 1257px)
{
	#head
	{
		width: 100%;
		height: 65px;
		background: none;/*;rgba(248, 248, 248);*/
		position: relative;
		z-index: 4;
	}
	#head .content
	{
		display: none;
	}
	#head .mContent
	{
		display: block;
	}
	#head .mContent .logo
	{
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}
	#head .mContent .logo img
	{
		width: 150px;
	}
	#carrousel
	{
		width: 100%;
		padding: 0;
	}
	#carrousel .content
	{
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	#carrousel .content .text
	{
		width: 80%;
		margin: auto;
		margin-top: -10px;
		padding: 120px 0 120px 0;
		float: none;
		position: relative;
		background: white;
		z-index: 3;
	}
	#carrousel .content .text ul
	{
		width: 70vw;
		margin: auto;
		padding: 0;
		text-align: left;
		list-style-position: inside;
	}
	#carrousel .content .text .title
	{
		width: 100%;
		font-size: 4em;
		font-family: "Arvo Bold";
		line-height: 70px;
	}
	#carrousel .content .text .desc span
	{
		text-decoration: underline;
	}
	#carrousel .content .text .button
	{
		margin-top: 20px;
	}
	#carrousel .content .text .subscribe
	{
		width: 100vw;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}
	#carrousel .content .text .subscribe table
	{
		width: 90vw;
		margin: auto;
	}
	#carrousel .content .text .subscribe table .email
	{
		width: 50vw;
		height: 40px;
		padding-left: 30px;
		padding-right: 50px;
		border: none;
		border-radius: 20px 0 0 20px;
		box-shadow: 0 0 13px silver;
	}
	#carrousel .content .text .subscribe table .button
	{
		width: 30vw;
		height: 42px;
		margin-left: -40px;
		margin-top: 0!important;
		padding-left: 30px;
		padding-right: 30px;
		cursor: pointer;
		color: white;
		font-family: "Poppins Medium";
		font-size: 1em;
		text-transform: uppercase;
		text-shadow: 0 0 3px gray;
		border: none;
		background: rgb(223, 73, 153);
		border-radius: 0 20px 20px 0;
		box-shadow: 0 0 13px silver;
	}
	#carrousel .content .text .button .started
	{
		margin-right: 20px;
		padding: 15px 30px 15px 30px;
		cursor: pointer;
		color: white;
		font-size: 1.1em;
		border: none;
		background: rgb(223, 73, 153);
		border-radius: 4px;
	}
	#carrousel .content .text .button .info
	{
		padding: 15px 30px 15px 30px;
		cursor: pointer;
		color: rgb(223, 73, 153);
		font-size: 1.1em;
		border: 2px solid rgb(223, 73, 153);
		background: none;
		border-radius: 4px;
	}
	#carrousel .content .img
	{
		width: 100%;
		margin-left: 0;
		float: none;
		position: relative;
		left: 0;
		background: rgba(248, 248, 248);
	}
	#carrousel .content .img .imgOne
	{
		width: 85vw;
		position: relative;
		z-index: 2;
	}
	#carrousel .content .img .imgTwo
	{
		width: 75vw;
		margin-left: 0;
		margin-bottom: -110px;
		position: relative;
		z-index: 2;
	}
	#carrousel .content .img .yellow
	{
		width: 60vw;
		height: 60vw;
		position: absolute;
		top: 20vw;
		left: 20vw;
		background: rgb(255, 230, 103);
		border-radius: 100%;
		z-index: 2;
	}
	#carrousel .content .img .blue
	{
		width: 30vw;
		height: 30vw;
		margin-left: 30px;
		position: absolute;
		left: 0px;
		bottom: 50px;
		background: rgba(45, 169, 225, 0.8);
		border-radius: 200px;
		z-index: 4;
	}
	#carrousel .content .img .pink
	{
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 100px;
		background: rgb(223, 73, 153);
		z-index: 5;
	}
	#method
	{
		width: 100%;
		margin-top: -10px;
		position: relative;
		background: rgba(248, 248, 248);
		z-index: 6;
	}
	#method .content
	{
		width: 100%;
		margin: auto;
		padding-top: 100px;
		padding-bottom: 70px;
	}
	#method .content .title
	{
		font-size: 2em;
		font-family: "Poppins Bold";
		text-align: center;
	}
	#method .content .itemContent
	{
		width: 60%;
		margin: auto;
		margin-top: 30px;
		text-align: center;
	}
	#method .content .itemContent .item
	{
		width: 90%;
		height: auto;
		margin: 0 0 50px 0;
		padding: 50px 5% 50px 5%;
		display: block;
		text-align: center;
		background: white;
		border-radius: 30px;
		box-shadow: 0 0 12px rgba(234, 234, 234, 0.3);
	}
	#method .content .itemContent .item:nth-child(1)
	{
		margin-left: 0;
	}
	#method .content .itemContent .item .ico
	{
		width: 100px;
		height: 100px;
		margin: auto;
		color: rgb(223, 73, 153);
		font-size: 3em;
		background: rgb(223, 73, 153, 0.2);
		border-radius: 100px;
	}
	#method .content .itemContent .item .subTitle
	{
		margin-top: 10px;
		margin-bottom: 10px;
		font-family: "Poppins Medium";
		font-size: 1.4em;
	}
	#method .content .itemContent .selected
	{
		color: white;
		background: rgb(223, 73, 153);
	}
	#method .content .itemContent .selected .ico
	{
		background: white;
	}
	#platform
	{
		width: 100%;
		background: white;
	}
	#platform .content
	{
		width: 100%;
		margin: auto;
		padding-top: 200px;
		padding-bottom: 80px;
	}
	#platform .content .text
	{
		width: 60%;
		margin: auto;
		float: none;
		text-align: center;
		margin-top: 100px;
	}
	#platform .content .text .title
	{
		font-family: "Poppins Bold";
		font-size: 3em;   
		margin-bottom: 35px;
		line-height: 60px;
	}
	#platform .content .text .desc
	{
		width: 100%;
		margin-bottom: 35px;
	}
	#platform .content .text .button
	{
		width: 100%;
	}
	#platform .content .text .button button
	{
		padding: 15px 30px 15px 30px;
		cursor: pointer;
		color: white;
		font-family: "Poppins Medium";
		font-size: 1.1em;
		border: none;
		background: rgb(223, 73, 153);
		border-radius: 5px;
	}
	#platform .content .img
	{
		margin: auto;
		float: none;
	}
	#phtk
	{
		width: 100%;
	}
	#phtk .content
	{
		width: 100%;
		text-align: center;
		margin: auto;
	}
	#phtk .content .items
	{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		display: inline-block;
	}
	#phtk .content .items:nth-child(2)
	{
		background: rgba(223, 73, 153, 0.2);
	}
	#phtk .content .item
	{
		width: 300px;
		margin: auto;
		padding-top: 60px;
		padding-bottom: 40px;
		display: block;
	}
	#phtk .content .item .ico
	{
		width: 100px;
		height: 100px;
		margin: auto;
		color: rgb(223, 73, 153);
		font-size: 3em;
		background: rgb(223, 73, 153, 0.2);
		border-radius: 100px;
	}
	#phtk .content .item .ico i
	{
		margin-top: 25px;
	}
	#phtk .content .item .number
	{
		margin-top: 25px;
		font-family: "Poppins Bold";
		font-size: 2em;
	}
	#phtk .content .item .title
	{
		margin-top: 10px;
		color: gray;
		text-shadow: 0 1px 0 white;
	}
	#recently
	{
		width: 100%;
		background: white;
	}
	#recently .content
	{
		width: 100%;
		margin: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#recently .content .title
	{
		width: 95%;
		margin: auto;
		font-family: "Poppins Bold";
		font-size: 2em;
		text-align: center;		
	}
	#recently .content .desc
	{
		width: 80%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 40px;
		color: gray;
		text-align: center;
		text-shadow: 0 1px 0 white;
	}
	#recently .content .itemContent
	{
		width: 100%;
		text-align: center;
	}
	#recently .content .itemContent .item
	{
		width: 50%;
		margin-left: 0;
		margin-bottom: 100px;
		display: inline-block;
	}
	#recently .content .itemContent .item:nth-child(1)
	{
		margin-left: 0;
	}
	#recently .content .itemContent .item .img
	{
		width: 100%;
		height: 330px;
		overflow: hidden;
		background: rgba(234, 234, 234, 0.5);
		border-radius: 20px;
	}
	#recently .content .itemContent .item .img img
	{
		width: 100%;
		height: 330px;
		margin-left: 0;
		object-fit: cover;
		
	}
	#recently .content .itemContent .item .label
	{
		height: auto;
		margin-top: 25px;
		margin-bottom: 20px;
		font-family: "Poppins Bold";
		font-size: 1.3em;
	}
	#teacher
	{
		width: 100%;
		background: white;
	}
	#teacher .content
	{
		width: 95%;
		margin: auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#teacher .content .title
	{
		width: 95%;
		margin: auto;
		font-family: "Poppins Bold";
		font-size: 2em;
		text-align: center;
	}
	#teacher .content .desc
	{
		width: 60%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 40px;
		color: gray;
		text-align: center;
	}
	#teacher .content .itemContent
	{
		width: 95%;
		margin: auto;
		text-align: center;
	}
	#teacher .content .itemContent .item
	{
		width: 300px;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 55px;
		display: inline-block;
	}
	#teacher .content .itemContent .item .img
	{
		width: 300px;
		height: 300px;
		border-radius: 200px;
		background: rgba(234, 234, 234, 0.5);
	}
	#teacher .content .itemContent .item .one
	{
		background: rgb(255, 230, 103);
	}
	#teacher .content .itemContent .item .two
	{
		background: rgba(45, 169, 225, 0.8);
	}
	#teacher .content .itemContent .item .three
	{
		background: rgb(223, 73, 153);
	}
	#teacher .content .itemContent .item .img img
	{
		width: 100%;
	}
	#teacher .content .itemContent .item .name
	{
		margin-top: 20px;
		font-family: "Poppins Medium";
		font-size: 1.6em;
	}
	#teacher .content .itemContent .item .sector
	{
		color: gray;
	}
	#stores
	{
		min-height: 400px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#stores .content
	{
		width: 50%;
		margin: auto;
	}
	#stores .content .img
	{
		width: 100%;
		margin-right: 0;
		overflow: hidden;
		float: left;
	}
	#stores .content .img img
	{
		width: 100%;
	}
	#stores .content .text
	{
		padding-top: 80px;
	}
	#stores .content .text .top
	{
		color: rgb(100, 100, 100);
		text-transform: uppercase;
		font-family: "Poppins Bold";
	}
	#stores .content .text .title
	{
		margin-top: 10px;
		font-family: "Poppins Bold";
		font-size: 2em;
	}
	#stores .content .text .message
	{
		margin-top: 25px;
		color:rgb(20, 20, 20);
		font-family: "Poppins Extra Light";
	}
	#stores .content .text .button-container
	{
		margin-top: 30px;
	}
	#stores .content .text .button-container .button
	{
		min-width: 135px;
		margin-right: 10px;
		padding: 5px 7px 5px 7px;
		cursor: pointer;
		display: inline-block;
		color: white;
		background: black;
		border-radius: 5px;
	}
	#stores .content .text .button-container .button:nth-child(1)
	{
		min-width: 120px;
	}
	#stores .content .text .button-container .button .ico
	{
		width: 25px;
		height: 20px;
		margin-top: 5px;
		margin-right: 10px;
		float: left;
	}
	#stores .content .text .button-container .button .ico img
	{
		width: 25px;
	}
	#stores .content .text .button-container .button .small
	{
		font-size: 0.6em;
		margin-bottom: -5px;
	}
	#testimonial
	{
		width: 95%;
		margin: auto;
		padding-bottom: 60px;
	}
	#testimonial .content
	{
		width: 95%;
		margin: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#testimonial .content .title
	{
		width: 60%;
	}
	#testimonial .content .title .left
	{
		width: 95%;
		margin: auto;
		float: none;
		font-family: "Poppins Bold";
		font-size: 2em;
	}
	#testimonial .content .title .right
	{
		width: 95%;
		margin-top: 20px;
		margin-left: 0;
		padding-left: 2.5%;
		color: gray;
	}
	#testimonial .itemContent
	{
		width: 95%;
		margin: auto;
	}
	#testimonial .itemContent .item
	{
		width: 42%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2%;
		padding: 25px 3% 25px 3%;
		display: inline-block;
		background: white;
		border-radius: 25px;
		opacity: 0.4;
	}
	#testimonial .itemContent .item:nth-child(odd)
	{
		margin-right: 2%;
	}
	#testimonial .itemContent .item .img
	{
		width: 80px;
		height: 80px;
		margin-right: 20px;
		float: left;
		text-align: center;
		border-radius: 80px;
		background: rgba(234, 234, 234, 0.5);
	}
	#testimonial .itemContent .item .img img
	{
		width: 70px;
		margin-top: 5px;
	}
	#testimonial .itemContent .item .name .top
	{
		width: 100%;
		height: 40px;
		margin-top: 6px;
		font-family: "Poppins Bold";
		font-size: 1.8em;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#testimonial .itemContent .item .name .bottom
	{
		color: gray;
	}
	#testimonial .itemContent .item .desc
	{
		margin-top: 30px;
	}
	#testimonial .itemContent .selected
	{
		background: white;
		box-shadow: 0 0 12px rgba(234, 234, 234, 0.3);
		opacity: 1;
	}
	#contact
	{
		width: 80%;
		margin: auto;
		margin-bottom: -120px;
		padding: 5%;
		position: relative;
		background: rgb(255, 161, 21);
		border-radius: 25px;
	}
	#contact .button
	{
		margin-bottom: -35px;
		float: right;
	}
	#contact .button button
	{
		margin-top: 30px;
		padding: 15px 70px 15px 70px;
		color: rgb(255, 161, 21);
		cursor: pointer;
		font-family: "Poppins Medium";
		font-size: 1.2em;
		border: none;
		border-radius: 6px;
	}
	#contact .text
	{
		width: 55%;
		float: left;
		color: white;
		font-family: "Poppins Bold";
		font-size: 2em;
		text-shadow: 0 0 2px silver;
	}
	#footer,
	#footerDoc
	{
		width: 100%;
		background: rgb(41, 171, 228);
	}
	#footer .content,
	#footerDoc .content
	{
		width: 90%;
		margin: auto;
		padding-top: 200px; 
	}
	#footer .content .item,
	#footerDoc .content .item
	{
		width: 40%;
		height: 300px;
		margin-left: 9%;
		display: inline-table;
	}
	#footer .content .item:nth-child(odd),
	#footerDoc .content .item:nth-child(odd)
	{
		margin-left: 0;
	}
	#footer .content .item .top,
	#footerDoc .content .item .top
	{
		color: white;
		font-family: "Poppins Bold";
		font-size: 1.2em;
	}
	#footer .content .item .bottom,
	#footerDoc .content .item .bottom
	{
		margin-top: 40px;
		color: rgb(220, 220, 220);
	}
	#footer .content .item .bottom .link,
	#footerDoc .content .item .bottom .link
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#footer .content .item .bottom .link a,
	#footerDoc .content .item .bottom .link a
	{
		color: rgb(220, 220, 220);
		text-decoration: none;
	}
	#footer .content .item .bottom .link a:hover,
	#footerDoc .content .item .bottom .link a:hover
	{
		text-decoration: underline;
	}
	#footer .content .item .bottom .ico i,
	#footerDoc .content .item .bottom .ico i
	{
		padding: 10px;
		background: white;
		border-radius: 20px;
	}
	#footer .content .item .bottom .ico .one,
	#footerDoc .content .item .bottom .ico .one
	{
		padding: 10px 13px 10px 13px;
		background: white;
		border-radius: 20px;
	}
	#footer .content .item .bottom .ico i,
	#footerDoc .content .item .bottom .ico i
	{
		margin-top: 20px;
		margin-right: 15px;
		color: rgb(41, 171, 228);
	}
	#footer .copyright,
	#footerDoc .copyright
	{
		padding-top: 100px;
		padding-bottom: 20px;
		color: white;
		text-align: center;
	}
}
@media screen and (max-width: 824px)
{
	body, html
    {
        width: 100%;
        overflow-x: hidden;
    }
	#head
	{
		width: 100%;
		height: 70px;
		padding: 0!important;
		position: fixed;
		top: 0;
		left: 0;
		background: rgb(248, 248, 248);
		box-shadow: 0 0 2px rgb(248, 248, 248);
		z-index: 11;
	}
	.head-blue
	{
		box-shadow: none!important;
	}
	#head .mContent
	{
		width: 100%;
		display: block;
	}
	#head .mContent .logo
	{
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}
	#head .mContent .logo img
	{
		width: 150px;
	}
	#head .content
	{
		display: none;
	}
	#head .nct-menu
    {
        display: none;
    }
    #head .nct-menu-mobile
    {
        width: 80px;
		padding: 15px 10px 10px 10px;
        float: right;
        display: block;
    }
    #head .nct-menu-mobile .bars
    {
        margin-top: 8px;
		padding-right: 10px;
        text-align: right;
    }
    #head .nct-menu-mobile .bars i
    {
        color: rgb(50, 50, 50);
        font-size: 1.5em;
    }
	#carrousel
	{
		width: 100%;
		padding: 0;
		background: rgba(248, 248, 248);
	}
	#carrousel .content
	{
		width: 100%;
		margin-top: 70px;
		overflow: hidden;
		text-align: center;
	}
	#carrousel .content .text
	{
		width: 96%;
		margin-top: -10px;
		padding: 60px 2% 60px 2%;
		position: relative;
		background: white;
		z-index: 3;
	}
	#carrousel .content .text ul
	{
		width: 90vw;
		margin: auto;
		padding: 0;
		text-align: left;
		list-style-position: inside;
	}
	#carrousel .content .text .title
	{
		width: 100%;
		font-size: 4em;
		font-family: "Arvo Bold";
		line-height: 70px;
	}
	#carrousel .content .text .desc span
	{
		text-decoration: underline;
	}
	#carrousel .content .text .button
	{
		margin-top: 20px;
	}
	#carrousel .content .text .subscribe
	{
		width: 100vw;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}
	#carrousel .content .text .subscribe table
	{
		width: 90vw;
		margin: auto;
	}
	#carrousel .content .text .subscribe table .email
	{
		width: 50vw;
		height: 40px;
		padding-left: 30px;
		padding-right: 50px;
		border: none;
		border-radius: 20px 0 0 20px;
		box-shadow: 0 0 13px silver;
	}
	#carrousel .content .text .subscribe table .button
	{
		width: 30vw;
		height: 42px;
		margin-left: -40px;
		margin-top: 0!important;
		padding-left: 30px;
		padding-right: 30px;
		cursor: pointer;
		color: white;
		font-family: "Poppins Medium";
		font-size: 1em;
		text-transform: uppercase;
		text-shadow: 0 0 3px gray;
		border: none;
		background: rgb(223, 73, 153);
		border-radius: 0 20px 20px 0;
		box-shadow: 0 0 13px silver;
	}
	#carrousel .content .text .button .started
	{
		margin-right: 20px;
		padding: 15px 30px 15px 30px;
		cursor: pointer;
		color: white;
		font-size: 1.1em;
		border: none;
		background: rgb(223, 73, 153);
		border-radius: 4px;
	}
	#carrousel .content .text .button .info
	{
		padding: 15px 30px 15px 30px;
		cursor: pointer;
		color: rgb(223, 73, 153);
		font-size: 1.1em;
		border: 2px solid rgb(223, 73, 153);
		background: none;
		border-radius: 4px;
	}
	#carrousel .content .img
	{
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
		position: relative;
		background: rgba(248, 248, 248);
	}
	#carrousel .content .img .imgOne
	{
		width: 110%;
		position: relative;
		z-index: 2;
	}
	#carrousel .content .img .imgTwo
	{
		width: 110%;
		margin-bottom: -80px;
		position: relative;
		z-index: 2;
	}
	#carrousel .content .img .imgThree
	{
		width: 80%;
		margin-bottom: -80px;
		position: relative;
		z-index: 2;
	}
	#carrousel .content .img .yellow
	{
		width: 70vw;
		height: 70vw;
		position: absolute;
		bottom: 0px;
		left: 15vw;
		background: rgb(255, 230, 103);
		border-radius: 100%;
		z-index: 2;
	}
	#carrousel .content .img .blue
	{
		width: 200px;
		height: 200px;
		margin-left: 100px;
		position: absolute;
		left: -200px;
		bottom: 50px;
		background: rgba(45, 169, 225, 0.8);
		border-radius: 200px;
		z-index: 4;
	}
	#carrousel .content .img .pink
	{
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 100px;
		background: rgb(223, 73, 153);
		z-index: 5;
	}
	#carrousel .content .img .congrats
	{
		text-align: left;
		right: 180px;
	}
	#carrousel .content .img .vacancy
	{
		right: 20px;
	}
	#carrousel .content .img .job
	{
		right: 70px;
		bottom: 50px;
		text-align: left;
	}
	#assistance
	{
		width: 100%;
	}
	#assistance .content
	{
		width: 100%;
		margin: auto;
	}
	#assistance .content .top
	{
		width: 100%;
		height: 230px;
		margin-bottom: -60px;
		padding-top: 95px;
		background: rgb(41, 171, 228);
	}
	#assistance .content .top .title
	{
		width: calc(100% - 40px);
		margin: auto;
		padding: 20px 20px 0 20px;
		color: white;
		font-size: 3em;
		font-family: "Arvo Bold";
	}
	#assistance .content .top .text
	{
		width: 100%;
		margin: auto;
		padding: 0 20px 0 20px;
		color: white;
		font-size: 0.9em;
		font-family: "Poppins Light";
	}
	#assistance .content .formCont
	{
		width: 100%;
		margin: auto;
		padding-bottom: 40px;	
		position: relative;
	}
	#assistance .content .formCont .pix
	{
		width: 100%;
		height: 400px;
		margin-top: -50px;
		float: none;
		position: relative;
	}
	#assistance .content .formCont .form
	{
		width: 100%;
		padding: 25px;
		background: rgb(253, 253, 253);	
		border-radius: 2px;
		box-shadow: 0 10px 10px rgb(220, 220, 220);
	}
	#assistance .content .formCont .form .label
	{
		width: 90%;
	}
	#assistance .content .formCont .form .fields,
	#assistance .content .formCont .form .subject
	{
		width: 90%;
	}
	#browse
	{
		width: 100%;
		padding: 50px 0 50px 0;
	}
	#browse .title
	{
		width: 100%;
		padding-bottom: 50px;
		margin: auto;
		font-size: 2.5em;
		font-family: "Arvo Bold";
		text-align: center;
	}
	#browse .items
	{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	#browse .items .item
	{
		width: 300px;
		height: 200px;
		margin: auto;
		margin-bottom: 20px;
		overflow: hidden;
		cursor: pointer;
		display: inline-block;
		text-align: center;
		background: white;
		border-radius: 15px;
	}
	#browse .items .item:nth-child(4n + 1)
	{
		margin-left: 0;
	}
	#browse .items .item .line
	{
		background: #DF4999;
		transition-duration: 0.5s;
	}
	#reasons2Apply
	{
		width: 100%;
		padding-bottom: 0;
		background: white;
	}
	#reasons2Apply .content
	{
		width: 100%;
		height: auto;
		padding-top: 40px;
		margin: none;
	}
	#reasons2Apply .content .left
	{
		width: calc(100% - 40px);
		padding: 20px 20px 50px 20px;
		background: rgba(248, 248, 248);
	}
	#reasons2Apply .content .left .title
	{
		margin-top: 60px;
		line-height: 50px;
		font-family: "Poppins Bold";
		font-size: 2.5em;
	}
	#reasons2Apply .content .left .title span
	{
		color: #DF4999;
	}
	#reasons2Apply .content .left .text
	{
		width: 100%;
		margin-top: 20px;
		font-family: "Poppins Thin";
		font-size: 1.1em;
	}
	#reasons2Apply .content .left .items
	{
		width: 100%;
		margin-top: 30px;
	}
	#reasons2Apply .content .left .items .item
	{
		width: 100%;
		margin-bottom: 5px;
	}
	#reasons2Apply .content .left .items .item .icon
	{
		width: 30px;
		height: 30px;
		margin-top: 3px;
		float: left;
	}
	#reasons2Apply .content .left .items .item .icon i
	{
		color: #DF4999;
		font-size: 20px;
	}
	#reasons2Apply .content .left .items .item .text
	{
		height: 30px;
		font-family: "Poppins Medium";
		font-size: 1.1em;
	}
	#reasons2Apply .content .right
	{
		width: 100%;
		height: 580px;
		overflow: hidden;
		float: none;
		position: relative;
		border-radius: 0;
	}
	#reasons2Apply .content .right .notif-one
	{
		z-index: 7;
	}
	#reasons2Apply .content .right .notif-two
	{
		top: 250px;
	}
	#reasons2Apply .content .right .notif-three
	{
		left: -30px;
	}
	#reasons2Apply .content .right .circle
	{
		width: 500px;
		height: 500px;
		margin: auto;
		margin-top: 45px;
		overflow: hidden;
		position: relative;
		border-radius: 100%;
	}
	#reasons2Apply .content .right .bottom
	{
		width: 100%;
		height: 500px;
		overflow: hidden;

		background: red;
	}
	#latest-job
	{
		padding: 50px 0 50px 0;
	}
	#latest-job .content
	{
		width: 100%;
		margin: auto;
	}
	#latest-job .content .items
	{
		text-align: center;
	}
	#latest-job .content .items .item
	{
		width: 340px;
		margin: auto;
		margin-bottom: 20px;
		padding: 20px;
		text-align: left;
		display: inline-block;
		background: white;
		border-radius: 10px;
	}
	#partner
	{
		width: 100%;
		padding: 50px 0 50px 0;
		text-align: left;
		background: white;
	}
	#partner .items
	{
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	#partner .items .item
	{
		width: 100px;
		margin-left: 20px;
		margin-bottom: 30px;
		display: inline-block;
	}
	#method
	{
		width: 100%;
		margin-top: -10px;
		position: relative;
		background: rgba(248, 248, 248);
		z-index: 6;
	}
	#method .content
	{
		width: 100%;
		margin: auto;
		padding-top: 70px;
		padding-bottom: 50px;
	}
	#method .content .title
	{
		font-size: 2em;
		font-family: "Poppins Bold";
		text-align: center;
	}
	#method .content .itemContent
	{
		width: 80%;
		margin: auto;
		margin-top: 30px;
	}
	#method .content .itemContent .item
	{
		width: 95%;
		height: auto;
		margin: 0 0 30px 0;
		padding: 30px 2.5% 30px 2.5%;
		display: block;
		text-align: center;
		background: white;
		border-radius: 30px;
		box-shadow: 0 0 12px rgba(234, 234, 234, 0.3);
	}
	#method .content .itemContent .item:nth-child(1)
	{
		margin-left: 0;
	}
	#method .content .itemContent .item .ico
	{
		width: 100px;
		height: 100px;
		margin: auto;
		color: rgb(223, 73, 153);
		font-size: 3em;
		background: rgb(223, 73, 153, 0.2);
		border-radius: 100px;
	}
	#method .content .itemContent .item .subTitle
	{
		margin-top: 10px;
		margin-bottom: 10px;
		font-family: "Poppins Medium";
		font-size: 1.4em;
	}
	#method .content .itemContent .selected
	{
		color: white;
		background: rgb(223, 73, 153);
	}
	#method .content .itemContent .selected .ico
	{
		background: white;
	}
	#platform
	{
		width: 100%;
		background: white;
	}
	#platform .content
	{
		width: 100%;
		margin: auto;
		padding-top: 200px;
		padding-bottom: 60px;
	}
	#platform .content .text
	{
		width: 95%;
		margin: auto;
		float: none;
		text-align: center;
		margin-top: 50px;
	}
	#platform .content .text .title
	{
		font-family: "Poppins Bold";
		font-size: 3em;   
		margin-bottom: 25px;
		line-height: 60px;
	}
	#platform .content .text .desc
	{
		width: 100%;
		margin-bottom: 25px;
	}
	#platform .content .text .button
	{
		width: 100%;
	}
	#platform .content .text .button button
	{
		padding: 15px 30px 15px 30px;
		cursor: pointer;
		color: white;
		font-family: "Poppins Medium";
		font-size: 1.1em;
		border: none;
		background: rgb(223, 73, 153);
		border-radius: 5px;
	}
	#platform .content .img
	{
		width: 100%;
		margin-top: -50px;
		float: none;
		position: relative;
		text-align: center;
		z-index: 1;
	}
	#platform .content .img .green
	{
		width: 18vw;
		height: 18vw;
		position: absolute;
		top: -100px;
		border-radius: 100px;
		background: rgb(129, 209, 129);
		z-index: 2;
	}
	#platform .content .img .pink
	{
		width: 60vw;
		height: 60vw;
		position: absolute;
		left: 20%;
		bottom: 8px;
		border-radius: 500px;
		background: rgb(223, 73, 153);
		z-index: 3;
	}
	#platform .content .img .blue
	{
		width: 40vw;
		height: 40vw;
		position: absolute;
		left: -5vw;
		bottom: -40px;
		border-radius: 400px;
		background: rgba(45, 169, 225, 1);
		z-index: 2;
	}
	#platform .content .img img
	{
		width: 61vw;
		margin-top: -100px;
		position: relative;
		left: 0;
		z-index: 4;
		border-radius: 300px;
	}
	#phtk
	{
		width: 100%;
	}
	#phtk .content
	{
		width: 100%;
		text-align: center;
		margin: auto;
	}
	#phtk .content .items
	{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		display: inline-block;
	}
	#phtk .content .items:nth-child(2)
	{
		background: rgba(223, 73, 153, 0.2);
	}
	#phtk .content .item
	{
		width: 300px;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 10px;
		display: block;
	}
	#phtk .content .item .ico
	{
		width: 100px;
		height: 100px;
		margin: auto;
		color: rgb(223, 73, 153);
		font-size: 3em;
		background: rgb(223, 73, 153, 0.2);
		border-radius: 100px;
	}
	#phtk .content .item .ico i
	{
		margin-top: 25px;
	}
	#phtk .content .item .number
	{
		margin-top: 35px;
		font-family: "Poppins Bold";
		font-size: 2em;
	}
	#phtk .content .item .title
	{
		margin-top: 10px;
		color: gray;
		text-shadow: 0 1px 0 white;
	}
	#recently
	{
		width: 100%;
		background: white;
	}
	#recently .content
	{
		width: 100%;
		margin: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#recently .content .title
	{
		width: 95%;
		margin: auto;
		font-family: "Poppins Bold";
		font-size: 2em;
		text-align: center;		
	}
	#recently .content .desc
	{
		width: 80%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 40px;
		color: gray;
		text-align: center;
		text-shadow: 0 1px 0 white;
	}
	#recently .content .itemContent
	{
		width: 95%;
		margin: auto;
	}
	#recently .content .itemContent .item
	{
		width: 80%;
		margin-left: 10%;
		margin-bottom: 70px;
		display: inline-block;
	}
	#recently .content .itemContent .item:nth-child(1)
	{
		margin-left: 10%;
	}
	#recently .content .itemContent .item .img
	{
		width: 100%;
		height: 230px;
		overflow: hidden;
		background: rgba(234, 234, 234, 0.5);
		border-radius: 20px;
	}
	#recently .content .itemContent .item .img img
	{
		width: 100%;
		height: 230px;
		margin-left: 0;
		object-fit: cover;
	}
	#recently .content .itemContent .item .label
	{
		height: auto;
		margin-top: 25px;
		margin-bottom: 20px;
		font-family: "Poppins Bold";
		font-size: 1.3em;
	}
	#teacher
	{
		width: 100%;
		background: white;
	}
	#teacher .content
	{
		width: 95%;
		margin: auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#teacher .content .title
	{
		width: 95%;
		margin: auto;
		font-family: "Poppins Bold";
		font-size: 2em;
		text-align: center;
	}
	#teacher .content .desc
	{
		width: 95%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 40px;
		color: gray;
		text-align: center;
	}
	#teacher .content .itemContent
	{
		width: 95%;
		margin: auto;
		text-align: center;
	}
	#teacher .content .itemContent .item
	{
		width: 300px;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 55px;
		display: inline-block;
	}
	#teacher .content .itemContent .item .img
	{
		width: 300px;
		height: 300px;
		border-radius: 200px;
		background: rgba(234, 234, 234, 0.5);
	}
	#teacher .content .itemContent .item .one
	{
		background: rgb(255, 230, 103);
	}
	#teacher .content .itemContent .item .two
	{
		background: rgba(45, 169, 225, 0.8);
	}
	#teacher .content .itemContent .item .three
	{
		background: rgb(223, 73, 153);
	}
	#teacher .content .itemContent .item .img img
	{
		width: 100%;
	}
	#teacher .content .itemContent .item .name
	{
		margin-top: 20px;
		font-family: "Poppins Medium";
		font-size: 1.6em;
	}
	#teacher .content .itemContent .item .sector
	{
		color: gray;
	}
	#stores
	{
		min-height: 400px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#stores .content
	{
		width: 90%;
		margin: auto;
	}
	#stores .content .img
	{
		width: 100%;
		margin-right: 0;
		overflow: hidden;
		float: left;
	}
	#stores .content .img img
	{
		width: 100%;
	}
	#stores .content .text
	{
		padding-top: 80px;
	}
	#stores .content .text .top
	{
		color: rgb(100, 100, 100);
		text-transform: uppercase;
		font-family: "Poppins Bold";
	}
	#stores .content .text .title
	{
		margin-top: 5px;
		font-family: "Poppins Bold";
		font-size: 2em;
	}
	#stores .content .text .message
	{
		margin-top: 20px;
		color:rgb(20, 20, 20);
		font-family: "Poppins Extra Light";
	}
	#stores .content .text .button-container
	{
		margin-top: 20px;
	}
	#stores .content .text .button-container .button
	{
		min-width: 135px;
		margin-right: 10px;
		padding: 5px 7px 5px 7px;
		cursor: pointer;
		display: inline-block;
		color: white;
		background: black;
		border-radius: 5px;
	}
	#stores .content .text .button-container .button:nth-child(1)
	{
		min-width: 120px;
	}
	#stores .content .text .button-container .button .ico
	{
		width: 25px;
		height: 20px;
		margin-top: 5px;
		margin-right: 10px;
		float: left;
	}
	#stores .content .text .button-container .button .ico img
	{
		width: 25px;
	}
	#stores .content .text .button-container .button .small
	{
		font-size: 0.6em;
		margin-bottom: -5px;
	}
	#testimonial
	{
		width: 100%;
		margin: auto;
		padding-bottom: 60px;
	}
	#testimonial .content
	{
		width: 100%;
		margin: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#testimonial .content .title
	{
		width: 100%;
	}
	#testimonial .content .title .left
	{
		width: 95%;
		margin: auto;
		float: none;
		font-family: "Poppins Bold";
		font-size: 2em;
	}
	#testimonial .content .title .right
	{
		width: 95%;
		margin-top: 20px;
		margin-left: 0;
		padding-left: 2.5%;
		color: gray;
	}
	#testimonial .itemContent
	{
		width: 95%;
		height: 240px;
		margin: auto;
		overflow: hidden;
	}
	#testimonial .itemContent .item
	{
		width: 92%;
		margin-left: 0;
		margin-bottom: 20px;
		padding: 25px 4% 25px 4%;
		display: block;
		background: white;
		border-radius: 25px;
		opacity: 1;
	}
	#testimonial .itemContent .item .img
	{
		width: 80px;
		height: 80px;
		margin-right: 20px;
		float: left;
		text-align: center;
		border-radius: 80px;
		background: rgba(234, 234, 234, 0.5);
	}
	#testimonial .itemContent .item .img img
	{
		width: 70px;
		margin-top: 5px;
	}
	#testimonial .itemContent .item .name .top
	{
		width: 100%;
		height: 40px;
		margin-top: 6px;
		font-family: "Poppins Bold";
		font-size: 1.8em;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#testimonial .itemContent .item .name .bottom
	{
		color: gray;
	}
	#testimonial .itemContent .item .desc
	{
		margin-top: 30px;
	}
	#testimonial .itemContent .selected
	{
		background: white;
		box-shadow: 0 0 12px rgba(234, 234, 234, 0.3);
		opacity: 1;
	}
	#contact
	{
		width: 80%;
		margin: auto;
		margin-bottom: -130px;
		padding: 5%;
		position: relative;
		background: rgb(255, 161, 21);
		border-radius: 25px;
	}
	#contact .button
	{
		width: 100%;
		margin-bottom: -25px;
		float: none;
	}
	#contact .button button
	{
		width: 100%;
		margin-top: 20px;
		padding: 15px 0 15px 0;
		color: rgb(255, 161, 21);
		cursor: pointer;
		font-family: "Poppins Medium";
		font-size: 1.2em;
		border: none;
		border-radius: 6px;
	}
	#contact .text
	{
		width: 100%;
		color: white;
		font-family: "Poppins Bold";
		font-size: 2em;
		text-shadow: 0 0 2px silver;
	}
	.nct-gradient-subscribe
    {
        width: 100%;
        padding: 80px 0 0 0;
        overflow: hidden;
    }
    .nct-gradient-subscribe .nct-gradient-content
    {
        width: calc(100% - 6px);
        margin: auto;
        padding: 3px;
        background: linear-gradient(#ED307A, #8B4D9D);
        border-radius: 0;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient
    {
        height: 230px;
        border-radius: 24px;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-image
    {
        width: 210px;
        height: 312.4px;
        margin: -80px -80px 0 0;
        float: right;
        background: none;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-image img
    {
        width: 100%;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text
    {
        width: 70%;
        padding: 20px;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-title
    {
        line-height: 40px;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-desc
    {
        display: none;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-button
    {
        width: 100px;
        margin-top: 25px;
        padding: 10px;
        cursor: pointer;
        color: white;
        text-align: center;
        background: rgb(30, 30, 30);
        border-radius: 100px;
        transition-duration: 0.5s;
    }
    .nct-gradient-subscribe .nct-gradient-content .nct-gradient .nct-text .nct-button:hover
    {
        transition-duration: 0.5s;
        color: rgb(30, 30, 30);
        background: white;
    }
	#footer,
	#footerDoc
	{
		width: 100%;
		/* margin-top: 300px; */
		background: rgb(41, 171, 228);
	}
	#footer .content,
	#footerDoc .content
	{
		width: 90%;
		margin: auto;
		padding-top: 100px; 
	}
	#footer .content .item,
	#footerDoc .content .item
	{
		width: 40%;
		height: 300px;
		margin-left: 9%;
		display: inline-table;
	}
	#footer .content .item:nth-child(odd),
	#footerDoc .content .item:nth-child(odd)
	{
		margin-left: 0;
	}
	#footer .content .item .top,
	#footerDoc .content .item .top
	{
		color: white;
		font-family: "Poppins Bold";
		font-size: 1.2em;
	}
	#footer .content .item .bottom,
	#footerDoc .content .item .bottom
	{
		margin-top: 40px;
		color: rgb(220, 220, 220);
	}
	#footer .content .item .bottom .link,
	#footerDoc .content .item .bottom .link
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#footer .content .item .bottom .link a,
	#footerDoc .content .item .bottom .link a
	{
		color: rgb(220, 220, 220);
		text-decoration: none;
	}
	#footer .content .item .bottom .link a:hover,
	#footerDoc .content .item .bottom .link a:hover
	{
		text-decoration: underline;
	}
	#footer .content .item .bottom .ico i,
	#footerDoc .content .item .bottom .ico i
	{
		padding: 10px;
		background: white;
		border-radius: 20px;
	}
	#footer .content .item .bottom .ico .one,
	#footerDoc .content .item .bottom .ico .one
	{
		padding: 10px 13px 10px 13px;
		background: white;
		border-radius: 20px;
	}
	#footer .content .item .bottom .ico i,
	#footerDoc .content .item .bottom .ico i
	{
		margin-top: 20px;
		margin-right: 15px;
		color: rgb(41, 171, 228);
	}
	#footer .copyright,
	#footer .copyright
	{
		padding-top: 100px;
		padding-bottom: 20px;
		color: white;
		text-align: center;
	}
	#menu
	{
		width: 100vw;
		height: 100px;
		position: fixed;
		z-index: 4;
		
		overflow: hidden;
	}
	#menu .logo
	{
		width: 50px;
		padding: 20px;
	}
	#menu .logo img
	{
		width: 100%;
	}
	#cBody .top
	{
		width: 100vw;
	}
	#cBody .top .background
	{
		width: 100vw;
		height: 100vh;
		background: linear-gradient(rgba(0, 0, 139, 0.3) 60%, rgb(238, 187, 214));
		backdrop-filter: blur(40px);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#cBody .top .img
	{
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		overflow: hidden;
		position: fixed;
	}
	#cBody .inline
	{
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		position: absolute;
	}
	#cBody .inline .mobile
	{
		border: 1px solid orangered;
		display: block!important;
	}
	#cBody .inline .block
	{
		width: 450px;
		height: 99.8vh;
		position: relative;
		top: 0;
		left: 0;
		z-index: 3;
	}
	#cBody .inline .block
	{
		width: 100vw;
		height: fit-content;
		position: relative;
		left: 0;
		overflow: hidden;
		z-index: 3;
	}
	#cBody .inline .video
	{
		width: 100vw;
		height: 47vh;
		position: relative;
		border: none;
		border-radius: 10px;
	}
	#cBody .inline .video .player
	{
		width: 84vw;
		height: 50vw;
		padding: 3vw;
		position: relative;
		left: 5vw;
		overflow: hidden;
		border: none;
		background: linear-gradient(#ED307A, #8B4D9D);
		border-radius: 10px;
	}
	#cBody .inline .video .player .controls
	{
		width: 84vw;
		height: 50vw;
		position: absolute;
		top: 3vw;
		left: 3vw;
		background: rgba(0, 0, 0, 0.4);
		border-radius: 8px;
		z-index: 10;
	}
	#cBody .inline .video .player .controls .loader 
	{
		width: 5vw;
		height: 5vw;
		position: absolute;
		top: 22.5vw;
		left: 40.5vw;
		border-radius: 50%;
		border: 6px solid;
		border-color: #E4E4ED;
		border-right-color: #766DF4;
		animation:s2 1s infinite linear;
	}
	
	@keyframes s2 {to{transform: rotate(1turn)}}

	#cBody .inline .video .player .controls .play
	{
		width: 14vw;
		height: 14vw;
		cursor: pointer;
		position: absolute;
		top: 18vw;
		left: 37vw;
		text-align: center;
		background: linear-gradient(#8B4D9D, #ED307A);
		border-radius: 50px;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	}
	#cBody .inline .video .player .controls .play i
	{
		margin-top: 17px;
		margin-left: 4px;
		color: white;
		font-size: 1.8em;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	}
	#cBody .inline .video .player video
	{
		width: 84vw;
		height: 50vw;
		object-fit: cover;
		border-radius: 8px;
	}
	#cBody .inline .video:nth-child(1) .teamMates
	{
		display: none;
	}
	#cBody .inline .mobile .teamMates
	{
		width: 100%;
		margin-top: 0;
		padding-bottom: 40px;
	}
	#cBody .inline .video .teamMates .head
	{
		width: 80%;
		margin: auto;
		margin-bottom: 30px;
		padding: 50px 0 10px 0;
		font-family: "Arvo Bold";
		text-transform: uppercase;
		border-bottom: 1px groove rgba(0, 0, 0, 0.1);
	}
	#cBody .inline .video .teamMates .body .item
	{
		width: 80%;
		height: 70px;
		margin: auto;
		padding: 8px 0 8px 0;
	}
	
	#cBody .inline .description
	{
		position: relative;
		border: none;
	}
	#cBody .inline .description .litterature
	{
		width: 100vw;
		height: 240px;
		margin: auto;
		margin-top: 0;
	}
	#cBody .inline .description .litterature .title
	{
		width: 90vw;
		margin: auto;
		color: white;
		font-size: 1.6em;
		font-family: "Arvo Bold";
		line-height: 50px;
		text-transform: uppercase;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	}
	#cBody .inline .description .litterature .teacherNStars
	{
		width: 90vw;
		margin: auto;
	}
	#cBody .inline .description .litterature .teacherNStars .teacher
	{
		width: 50vw;
		height: 30px;
		margin-top: 40px;
		float: left;
		color: white;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	}
	#cBody .inline .description .litterature .teacherNStars .teacher .pix
	{
		width: 40px;
		height: 40px;
		margin-top: -8px;
		margin-right: 10px;
		float: left;
		overflow: hidden;
		background: silver;
		border-radius: 50px;
	}
	#cBody .inline .description .litterature .teacherNStars .teacher .pix img
	{
		width: 40px;
		height: 40px;
		object-fit: cover;
	}
	#cBody .inline .description .litterature .teacherNStars .teacher .name
	{
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#cBody .inline .description .litterature .teacherNStars .starz
	{
		width: 100px;
		float: right;
		color: #ED307A;
		font-family: "Poppins Bold";
		font-size: 1.8em;
		text-align: right;
		padding-top: 28px;
		text-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
	}
	#cBody .inline .description .litterature .teacherNStars .starz i
	{
		margin-top: -3px;
		color: rgb(252, 211, 110);
	}

	#cBody .inline .description .chapters
	{
		width: 92%;
		margin: auto;
		padding: 0 0 20px 0;
		background: white;
		border-radius: 20px;
	}
	#cBody .inline .description .chapters .button button
	{
		width: 100%;
		padding: 16px;
		font-family: "Poppins Bold";
		font-size: 1.3em;
		cursor: pointer;
		color: white;
		text-shadow: 0 0 3px black;
		border: none;
		background: linear-gradient(#ED307A, #8B4D9D);
		border-radius: 10px;
	}
	#cBody .inline .info
	{
		width: 100vw;
		position: relative;
		top: 0;
		left: 0;
		border: none;
	}
	#cBody .inline .info .stats
	{
		width: 90vw;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 0;
	}
	#cBody .inline .info .stats .content .digit
	{
		margin-top: -135px;
		position: relative;
		line-height: 40px;
		text-align: center;
	}
	#cBody .bottom
	{
		width: 100vw;
	}
	#loading
	{
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		backdrop-filter: blur(100px);
		z-index: 11;
	}
		
	@keyframes s2 {to{transform: rotate(1turn)}}

	#loading .spinner
    {
        width: 7.5vw;
        height: 7.5vw;
        position: absolute;
        top: 50vh;
        left: 42.5vw;
        border-radius: 50%;
        border: 6px solid;
        border-color:#E4E4ED;
        border-right-color: #766DF4;
        animation:s2 1s infinite linear;
    }
    #modal
    {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        background: linear-gradient(rgba(139, 77, 157, 0.7) 40%, rgb(238, 187, 214));
        backdrop-filter: blur(100px);
        z-index: 11;
    }
    #modal .box
    {
        width: 90%;
        height: 70vh;
        margin-top: 15vh;
        margin-left: 3%;
        display: none;
        position: relative;
    }
    #modal .box .content
    {
        width: 90%;
        height: 70vh;
        margin: auto;
        margin-top: 20vh;
        position: relative;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    }
    #modal .box .content .close
    {
        padding: 20px;
        color: gray;
        position: relative;
        text-align: right;
        text-shadow: 0 1px 0 white;
    }
    #modal .box .content .close i
    {
        cursor: pointer;
        font-size: 1.1em;
    }
    #modal .box .content .top
    {
        width: 100%;
        height: 30vh;
        margin-top: -15vw;
        text-align: center;
        position: absolute;
    }
    #modal .box .content .top .foreground
    {
        width: 100%;
        height: 70vh;
        color: transparent;
        text-align: center;
        position: absolute;
        top: 15vw;
        left: 0;
        background: linear-gradient(rgba(236, 246, 250, 0.1), rgb(253, 227, 240) 24.5vh);
        border-radius: 10px;
    }
    #modal .box .content .top img
    {
        width: 85vw!important;
        margin-left: -2.5vw;
    }
    #modal .box .content .top .medium
    {
        width: 22vw;
    }
    #modal .box .content .top .hack
    {
        width: 100%;
        height: 20vh;
        margin-top: -10px;
        color: transparent;
    }
    #modal .box .content .text
    {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    #modal .box .content .text .title
    {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        color: black;
        font-size: 2em;
        font-family: "Arvo Bold";
        text-align: center;
        text-transform: uppercase;
    }
    #modal .box .content .text .alertMsg
    {
        display: none;
    }
    #modal .box .content .text .alertMsg span
    {
        font-family: "Poppins Medium";
    }
	#modal .box .content .text .alertMsgMobile
    {
        margin-top: 40px;
        padding: 20px 20px 0 20px;
        display: block;
        font-family: "Poppins Extra Light";
        text-align: center;
    }
    #modal .box .content .text .input-group
    {
        padding: 20px 30px 20px 30px;
    }
    #modal .box .content .text .items
    {
        width: 100%;
        text-align: center;
    }
    #modal .box .content .text .items .item
    {
        width: 25%;
        margin-left: 5%;
        display: inline-block;
        cursor: pointer;
        position: relative;
        opacity: 0.3;
        border: 1px solid transparent;
        border-radius: 12px;
    }
    #modal .box .content .text .items .item:nth-child(1)
    {
        margin-left: 0;
    }
    #modal .box .content .text .items .active
    {
        opacity: 1;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
        border: 1px solid rgb(0, 192, 0);
        background-image: url("../img/pattern_1.png");
        background-size: 100% 100%;
    }
    #modal .box .content .text .items .item i
    {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.2em;
    }
    #modal .box .content .text .items .active i
    {
        display: block;
        color: rgb(0, 192, 0);
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.2em;
    }
    #modal .box .content .text .items .item .digit
    {
        margin-top: -10px;
        font-size: 6em;
        font-family: "Poppins Bold";
        text-align: center;
    }
    #modal .box .content .text .items .item .way
    {
        margin-top: -30px;
        font-family: "Poppins Medium";
    }
    #modal .box .content .text .items .item .amount
    {
        padding-bottom: 10px;
    }
    #modal .box .content .text .email
    {
        width: 100%;
        padding: 30px;
    }
    #modal .box .content .text .email input
    {
        width: 25.5vw;
        padding: 2%;
        font-family: "Poppins Medium";
        font-size: 1.1em;
        border: 2px solid black;
        background: none;
        transition-duration: 0.3s;
        border-radius: 6px;
    }
    #modal .box .content .text .email input:focus
    {
        color: #8B4D9D;
        border: 2px solid #8B4D9D;
        transition-duration: 0.5s;
    }
    #modal .box .content .text .email input::placeholder
    {
        color: black;
        font-family: "Poppins Extra Light";
    }
    #modal .box .content .text .email .error
    {
        width: 90vw;
        margin: auto;
        display: none;
        color: crimson;
        font-size: 0.9em;
        font-family: "Poppins Medium";
        margin-top: 10px;
    }
    #modal .box .content .text .email .error i
    {
        margin-right: 10px;
        color: crimson;
        float: left;
        font-size: 1.3em;
        text-overflow: 0 1px 0 white;
    }
	#modal .box .message
	{
		width: 90vw;
		margin: auto;
		color: gray;
		font-size: 0.8em;
		font-family: "Poppins Medium";
		margin-top: 15px;
	}
	#modal .box .message i
	{
		margin-right: 10px;
		margin-bottom: 20px;
		color: gray;
		float: left;
		font-size: 1.3em;
		text-overflow: 0 1px 0 white;
	}
	#modal .box .message .optTwo,
	#modal .box .message .optThree
	{
		display: none;
	}
	#modal .response
    {
        width: 80%;
        height: 50px;
        margin: auto;
        margin-top: 15px;
        display: none;
        font-size: 0.8em;
        font-family: "Poppins Medium";
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    #modal .response i
    {
        margin: 3px 10px 0 0;
        float: left;
        margin-bottom: 50px;
    }
    #modal .error-display
    {
        clear: both;
        color: crimson;
    }
    #modal .success-display
    {
        color: forestgreen;
    }
    #otp, 
    #name
    {
        display: none;
    }
    .successPlace::placeholder
    {
        color: silver;
    }
    .errorPlace::placeholder
    {
        color: crimson;
    }
	#modal .apply
	{
		width: 95vw;
		margin-left: 1.3vw;
		height: 510px;
	}
	#modal .apply .left
	{
		width: 40%;
		height: 510px;
	}
	#modal .apply .left .backdrop
	{
		width: 40vw;
		height: 510px;
	}
	#modal .apply .left img
	{
		margin-left: -40.5vw;
		height: 510px;
	}
	#modal .apply .right
	{
		width: 56%;
		height: 510px;
		overflow: hidden;
		float: right;
	}
	#modal .apply .right .top .select select
	{
		width: 195px;
		margin-top: 4px;
		margin-left: -5px;
		padding: 8px 8px 8px 0;
		color: #C44E60;
		font-family: "Poppins Medium";
		font-size: 1em;
		border: none;
		background: none;
	}
	#modal .apply .right .bottom .itemF
	{
		width: 98%;
		height: 90px;
		margin-bottom: 20px;
		position: relative;
	}
	#modal .apply .right .bottom .itemF .uploadFile
	{
		width: 100%;
		position: absolute;
		left: 0;
		top: 40px;
	}
	#modal .apply .right .bottom .itemF .ico
	{
		position: absolute;
		left: 0;
	}
	#modal .apply .right .bottom .itemF .ico:nth-child(1)
	{
		width: 40px;
		height: 40px;
		margin-right: 6px;
		left: 85px;
		text-align: center;
		background: rgb(223, 73, 153, 0.1);
		border-radius: 50px;
	}
	#modal .apply .right .bottom .itemF .or
	{
		height: 18px;
		padding: 16px 0 0 0;
		line-height: 10px;
		position: absolute;
		left: 50px;
	}
	#modal .apply .right .bottom .hint
	{
		height: 75px;
		margin-top: 20px;
		padding: 0;
		padding-right: 15px;
		color: gray;
		text-align: justify;
		text-overflow: ellipsis;
		overflow: hidden;
		font-family: "Poppins Light";
		font-size: 0.75em;
	}
}