/* Poppins fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');


/* reset CSS :: Start */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body{
	width: 100%;
	height: 100%;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
 /*reset CSS :: End */
}


body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	background:#fff;
}

strong{
  font-family: 'Poppins', sans-serif;
	font-weight:600;
}

/** Global CSS :: Start **/
button:focus{
  outline: none;
}
a, a.btn{
  text-decoration: none;
}

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

b{
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
  font-weight:700;
}


#wrapper{
	position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
	z-index: 999;
}
.bg-gradient{
    background-color: #33030d;
}
.index .page-container{
	min-height: 100vh;
}
.page-container{
	max-width: 767px;
	/*min-height: 100vh;*/
	margin: 0 auto;
	position: relative;
}

@media (min-width: 768px) { 
	.ma-page-container{
		max-width: 95% !important;
	}
	div.dataTables_filter input {
		width: 450px !important;	
	}
}

.index-content{
	position: relative;
	z-index: 999;
}

.page .index{
	color: #fff;
	justify-content: center;
}
.page .index h1{
	font-size: 38px;
}
.action-btn{
	flex-direction: column;
	align-items: center;
} 
.action-btn .btn.big{
	/*max-width: 300px;*/
	width: 18.25rem;
	height: 48px;
	border-radius: 25px;
	line-height: 30px;
	font-size: 22px;
	font-weight: 500;
	border: 2px solid rgba(255,255,255,0.5);
	color: #fff;
}
.action-btn .btn.big.fill{
	background: #fff;
	border: 2px solid rgba(255,255,255,1);
	color: #606060;
}

.action-btn .btn:first-child{
	margin-bottom: 30px;
}


.social{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 100;
}
.social .social-links{
	justify-content: center;
	margin-top: 15px;

}

.social .social-links img{
	width: 32px;
	height: 32px;
	margin: 0 5px;
}


.footer-shapes{
	position: absolute;
	bottom: 0;
	width: 100%;
/*	height: 264px;
	background: rgba(0, 0, 0, 0.3);*/
	z-index: 99;
}
.footer-shapes img{
	width: 100%;
}
.shape1{
	position: absolute;
	width: 100%;
	height: 205px;
	bottom: 0;
	background: url('../images/index-bg.png') center center no-repeat;
	z-index: 99;
}

/*for inner pages*/
.inner-pages{
	background: #fff;

}
.header{
	width: 100%;
	height: 228px;
	position: relative;
	z-index: 999;
	background-color: #ac4359;
	padding: 40px 40px 0;
	margin-bottom: 30px;
}

.header.with-hamburger .hamburger{
	margin-right: 30px;
	float: left;
}
.header.with-hamburger .title{
	position: relative;
	top: -15px;
	font-size: 32px;
	float: left;
}
.page-content{
	padding: 0 40px;
}


.title{
	font-size: 38px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
}
.title span{
	display: block;
}
form .form-group{
	position: relative;
	font-size: 16px;
	font-weight: 500;
}

form .form-group img{
	position: absolute;
	top: 3px;
	right: 0;
	width: 26px;
} 
form .form-group input.form-control{
	border: none;
	border-bottom: 1px solid #727272;
	padding-left: 0;
	padding-bottom: 10px;
	color: #727272;
	border-radius: 0;
}
form .form-group input.form-control:focus{
	box-shadow: none !important;
}

.form-btns{
	justify-content: space-between;
	align-items: center;
}
.form-btns a{
	font-size: 16px;
	color: #727272;
}
.form-btns .btn{
	height: 46px;
	border-radius: 24px;
	padding: 0 30px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
	background-color: #33030d;
	color: #fff;
	border: none;
}

/*.footer{
	  justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 30px;
    z-index: 999;
    width: calc(100% - 80px);
    color: #fff;
    font-size: 18px;
    background: url('../images/02.png') center center no-repeat;
		z-index: 98;
}*/
.footer{
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 999;
	background-color: #ac4359;
	padding: 70px 40px 0;
	color: #fff;
	justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.footer .sign-up-text{
	text-align: right;
}
.footer .sign-up-text a{
	font-size: 22px;
	font-weight: 600px;
	text-decoration: underline;
	color: #fff;
}

.fp-text{
	font-size: 16px;
	font-weight: 500;
	color: #727272;
}

.footer-text{
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.footer-text a{
	color: #f8bb86;
}

.page-content{
	padding: 0 40px;
    min-height: calc(100vh - 488px);
}

.hamburger{
	display: inline-block;
/*	padding-bottom: 15px;*/
}


/*list view page*/
.list-block-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-block{
	display: flex;
	width: 47%;
	background: #fff;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
	flex-wrap: wrap;
	padding: 25px 0 10px;
	border-radius: 15px;
	font-weight: 600;
	line-height: 30px;
	color: #3C3D98;
	border: 1px solid #e2e2e2;
}

.list-block img{
	height: 50px;
	display: block;
	margin-bottom: 15px;
	width: 100%;
}
.list-block span{
	width: 100%;
}
.features h2{
	font-size: 24px;
	margin-bottom: 15px;
	display: block;
}
.features-container{
	padding: 0 25px;
}

.feature-block{
	display: flex;
	padding: 10px;
	border: 1px solid #33030d;
	border-radius: 15px;
	margin-bottom: 15px;
}
.feature-block:last-child{
	margin-bottom: 0;
}
.feature-img img{
	max-width: 120px;
	border-radius: 15px;
}
.feature-text{
	color: #727272;
}
.feature-text h4{
	font-size: 16px;
	font-weight: 600;
}
.feature-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

/*for side nav*/
#mySidenav-container{
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  color: #fff;
  background: #fff;
}
#mySidenav-content{
	height: 100%;
  width: 0;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  color: #fff;
  background-color: #ac4359;
  border-bottom-right-radius: 30px;
}
.sidenav-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 264px;
	background: url('../images/sidebar-shape.png') bottom left no-repeat;
	background-size: cover;
}


.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 36px;
  color: #fff;
}

.profile-block{
	width: 85%;
	margin: 0 auto;
	padding: 30px 0 15px;
	border-bottom: 1px solid #fff;
}
.profile-block h3{
	font-size: 24px;
	margin-top: 15px;
	padding-bottom: 10px;
}
.profile-block span{
	font-size: 16px;
}
ul.menu{
	padding: 30px;
	position: relative;
}
ul.menu li{
	margin-bottom: 30px;
}
ul.menu li a{
	font-size: 18px;
	font-weight: 500;
	opacity: 70%;
	margin-bottom: 15px;
	align-items: center;
	text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}
ul.menu li a:hover, ul.menu li a.active{
	opacity: 100% !important;
}
ul.menu li a.active{
	border-right: 2px solid #fff;
	height: 80%;
}
ul.menu li a img{
	width: 22px;
	margin-right: 20px;
	position: relative;
	top: 5px;
}

@media screen and (max-width: 446px) {

	.back-login{
		top: 0px !important;
	}
}
/*Media queries*/
@media screen and (min-width: 447px) {
	
	#wrapper{
		padding: 50px 0;
	}

	.page-container{
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	}

  .shapes{
    display: none;
  }
  .social{
  	position: relative;
  	bottom: unset;
  	margin-top: 50px;
  }
  .header{
  	width: 100%;
  	height: 150px;
  	background-color: #ac4359;
  }
  .header h1{
  	padding-top: 20px;
  }
  .footer{
  	width: 100%;
  	height:100px;
  	background-color: #ac4359;
  	bottom: 0;
  	line-height: 30px;
  }
  .header, .footer, .page-content{
  	padding: 0px 40px;
  }
  .inner-pages{
  	padding: 0;
  }
  .page-content{
  	min-height: calc(100vh - 350px);
  }
  .header.with-hamburger .hamburger{
  	margin-top: 25px;
  }

  .list-block{
  	font-size: 22px
  }
  .list-block img{
  	height: 70px
  }
}
.sn-custom-class-btn{
    background-color: #33030d;
	border: none;
}
#submitted-list{
	min-height: 150px;
}
.back-login{
	float: right;
	position: relative;
    top: 25px;
}
.feature-img1{ 
	background-image: url(../images/sn_features.jpg);
    background-position: -155px 585px;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin: 10px;
}
.feature-img2{
	background-image: url(../images/sn_features.jpg);
    background-position: -1003px 865px;
    width: 350px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img3{
	background-image: url(../images/sn_features.jpg);
    background-position: -1003px 1152px;
    width: 350px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img4{
	background-image: url(../images/sn_features.jpg);
   	background-position: -715px 860px;
    width: 200px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img5{
	background-image: url(../images/sn_features.jpg);
    background-position: -720px 298px;
    width: 200px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img6{
	background-image: url(../images/sn_features.jpg);
    background-position: -432px 300px;
    width: 350px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img7{
	background-image: url(../images/sn_features.jpg);
    background-position: -150px 300px;
    width: 300px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img8{
	background-image: url(../images/sn_features.jpg);
    background-position: -430px 1150px;
    width: 400px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img9{
	background-image: url(../images/sn_features.jpg);
    background-position: -995px 298px;
    width: 300px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}
.feature-img10{
	background-image: url(../images/sn_features.jpg);
    background-position: -710px 1150px;
    width: 300px;
    height: 150px;
	border-radius: 15px;
    margin: 10px;
}