html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	background:#E5E5E5 !important;
	margin:auto;
	padding:0px;
	font-family: 'Open Sans', sans-serif !important;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
::selection {
	color:#fff;
	background-color:#365ebc
}
::-moz-selection {
	color:#fff;
	background-color:#365ebc
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_conti_ADM{

}
/*============================================ Page PreLoader Start ============================================*/
.pree_loading_ADM {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
.loading_ADM {
	left:50%;
	top:50%;
	margin-top: -100px; /* Negative half of height. */
	margin-left: -100px; /* Negative half of width. */
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.loading_ADM div { box-sizing: content-box; }

.loading_ADM div {
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	animation: loading_ADM 1s cubic-bezier(0,0.2,0.8,1) infinite;
}
.loading_ADM div:nth-child(1) {
	border-color: #43966A;
	animation-delay: 0s;
}
.loading_ADM div:nth-child(2) {
	border-color: #43966A;
	animation-delay: -0.5s;
}
@keyframes loading_ADM {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}
/*============================================ Header Start ============================================*/
.header_container_ADM{
	padding:15px;
	background:#43966A;
	border-top:5px solid #80C99D;
	color:#FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0em;
	text-align:center;
}
/*============================================ Body Start ============================================*/
.body_conti_ADM{
	padding:30px 15px;
}
.body_box_ADM{
	background: #FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	padding:20px;
}
.your_friendly_ADM{
}
.your_friendly_ADM h1{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
	color:#767676;
}
.your_friendly_ADM h1 strong,
.your_friendly_ADM h1 span{
	font-weight: 700;
}
.your_friendly_ADM h1 span{
	color:#43966A;
}
/*------------XXXXXXXXXXX-------------*/
.per_details_ADM{
	padding:40px 0px;
}
.bor_ADM{
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(118, 118, 118, 0), rgba(118, 118, 118, 1), rgba(118, 118, 118, 0));
    background-image: -moz-linear-gradient(left, rgba(118, 118, 118, 0), rgba(118, 118, 118, 1), rgba(118, 118, 118, 0));
    background-image: -ms-linear-gradient(left, rgba(118, 118, 118, 0), rgba(118, 118, 118, 1), rgba(118, 118, 118, 0));
    background-image: -o-linear-gradient(left, rgba(118, 118, 118, 0), rgba(118, 118, 118, 1), rgba(118, 118, 118, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}
.per_details_box_ADM{
	padding:25px 0px;
}
.per_img_ADM{
	text-align:center;
}
.per_detai_ADM{
	padding-top:30px;
	max-width:400px;
	margin:auto;
}
.per_detai_ADM p{
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0em;
	padding-top:15px;
}
.per_detai_ADM p:first-child{
	padding-top:0px;
}
.per_detai_ADM p strong{
	color:#767676;
	font-weight: 600;
}
.per_detai_ADM p span{
	color:#43966A;
	display:block;
}
/*------------XXXXXXXXXXX-------------*/
.logos_box_ADM{
	text-align:center;
	background: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	padding:20px;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}
.logos_box_ADM p{
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	padding-bottom:15px;
	color:#767676;
}
.logos_box_ADM p strong{
	font-weight:700;
}
/*------------XXXXXXXXXXX-------------*/
.company_details_ADM{
	padding-left:10px;
	padding-right:10px;
}
.company_lft_ADM{
	padding-top:40px;
}
.company_lft_ADM h1{
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
	color:#767676;
}
.company_lft_ADM ul li{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color:#767676;
	list-style:none;
	background:url(images/li_bit_ADM.svg) no-repeat 10px 10px;
	padding-left:48px;
	margin-top:15px;
}
.company_rft_ADM{
	padding:40px 0px 10px;
	text-align:center;
}

/*========================================= Footer Container Start ================================================*/
.footer_container_ADM{
	background:#FFF;
	padding:15px 30px 30px;
	border-bottom:5px solid #80C99D;
}
.footer_container_ADM p{
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	padding-top:20px;
	color:#767676;
}
.footer_container_ADM p strong{
	font-weight:700;
}
/*--------------------------------- Can't Talk -----------------------------------------*/
.cant_tlk_conti_ADM{
	text-align:center;
	padding-top:20px;
}
.cant_tlk_conti_ADM h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 0em;
	text-align:center;
	color:#767676;
	padding-bottom:10px;
}
.cant_tlk_conti_ADM a{
	background:#80C99D;
	padding:10px 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: center;
	color:#FFF;
	text-decoration:none;
	max-width:341px;
	display:flex;
	margin:auto;
	justify-content:space-between;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.cant_tlk_conti_ADM a:hover{
	background:#43966A;
	color:#FFF;
}
.cant_tlk_conti_ADM a img{
	padding-left:17px;
	padding-right:7px;
}



.clear{
	clear:both;
}
h1,h2,h3,h4,h5,h6,p{margin:0px; padding:0px;}
ol, ul { padding-left: 0rem!important; margin-bottom:0rem !important;}
label{font-weight:normal;}