*{
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
body {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
	font-size: 16px;
	background-color: #363636;
}
.login-block{
	background: #363636;
	/* fallback for old browsers */
	background-color: #d8dede;
	background: linear-gradient(315deg, #d8dede 0%, #e5bdf6 74%);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: -webkit-linear-gradient(315deg, #d8dede 0%, #e5bdf6 74%);
	/* Chrome 10-25, Safari 5.1-6 */
	float:left;
	width:100%;
	padding : 50px 0;
	padding-top: 200px;
	padding-bottom: 250px;
}
.banner-sec{
	background: transparent;
	background-size:cover;
	border-radius: 0 10px 10px 0;
	padding:0;
}
.login-container{
	background:#fff;
	border-radius: 10px;
	box-shadow:15px 20px 0px rgba(0,0,0,0.1);
}
.carousel-inner{
	border-radius:0 10px 10px 0;
}
.carousel-inner img {
	width: 100%;
	height: auto;
	max-height: 500px;
}
.carousel-caption{
	text-align:left;
	left:5%;
}
.login-sec{
	padding: 50px 30px;
	position:relative;
}
.login-sec h2{
	margin-bottom:30px;
	font-weight:800;
	font-size:30px;
	color: #DE6262;
}
.login-sec h2:after{
	content:" ";
	width:100px;
	height:5px;
	background:#FEB58A;
	display:block;
	margin-top:20px;
	border-radius:3px;
	margin-left:auto;
	margin-right:auto
}
.btn-login{
	background: #DE6262;
	color:#fff;
	font-weight:600;
}
.banner-text{
	width:70%;
	position:absolute;
	bottom:40px;
	padding-left:20px;
}
.banner-text h2{
	color:#fff;
	font-weight:600;
}
.banner-text h2:after{
	content:" ";
	width:100px;
	height:5px;
	background:#FFF;
	display:block;
	margin-top:20px;
	border-radius:3px;
}
.banner-text p{
	color:#fff;
}
/***LOADER***/
.loader-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #363636;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #ffff00;
	animation: loader 2s infinite ease;
}
.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #ffff00;
	animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}
.container-fluid {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
/***ANIMATION VIDEO***/
#rs-animation {
	position: fixed;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-container {
	z-index: 999;
	position:relative;
	overflow:hidden;
	display:block;
}
/***NAVBAR***/
#icon-navbar {
	height:40px;
	width: auto;
	display: inline-block;
}
.brand img {
	float: left;
}
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}
.navbar-shrink{
	padding-top: 0;
	padding-bottom: 0;
	transition: all ease .5s;
}
.mybg-dark {
	background: #363636 !important;
	box-shadow: 0 1px 3px 0 #ffff00;
	/*rgba(0, 0, 0, 0.2)*/
}
h3.my-heading {
	font-weight: bold;
}
li.nav-item {
	margin: 0 20px 0 0;
}
/*footer*/
.col_white_amrc {
	color:#FFF;
}
footer {
	width:100%;
	background-color:#363636;
	min-height:250px;
	padding:10px 0px 25px 0px ;
	border-top: 0.25px solid #ffff00;
}
.pt2 {
	padding-top:40px ;
	margin-bottom:20px ;
}
footer p {
	font-size:13px;
	color:#CCC;
	padding-bottom:0px;
	margin-bottom:8px;
}
.mb10 {
	padding-bottom:15px ;
}
.footer_ul_amrc {
	margin:0px ;
	list-style-type:none ;
	font-size:14px;
	padding:0px 0px 10px 0px ;
}
.footer_ul_amrc li {
	padding:0px 0px 5px 0px;
}
.footer_ul_amrc li a{
	color:#CCC;
}
.footer_ul_amrc li a:hover{
	color:#fff;
	text-decoration:none;
}
.fleft {
	float:left;
}
.padding-right {
	padding-right:10px;
}
.footer_ul2_amrc {
	margin:0px;
	list-style-type:none;
	padding:0px;
}
.footer_ul2_amrc li p {
	display:table;
}
.footer_ul2_amrc li a:hover {
	text-decoration:none;
}
.footer_ul2_amrc li i {
	margin-top:5px;
}
.bottom_border {
	border-bottom:1px solid #323f45;
	padding-bottom:20px;
}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li {
	display:inline;
}
.foote_bottom_ul_amrc li a {
	color:#999;
	margin:0 12px;
}
.social_footer_ul {
	display:table;
	margin:15px auto 0 auto;
	list-style-type:none;
}
.social_footer_ul li {
	padding-left:20px;
	padding-top:10px;
	float:left;
}
.social_footer_ul li a {
	color:#CCC;
	border:1px solid #CCC;
	padding:8px;
	border-radius:50%;
}
.social_footer_ul li i {
	width:20px;
	height:20px;
	text-align:center;
}
