/* Heading */
.custom-add-heading{
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	font-weight: 800;
	font-family: 'Patrick Hand', cursive;

}

/* Pargraph */
.custom-add-paragraph{
  font-size: 24px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 400;
}

/* Button Css */
.custom-add-button a{
	border-radius: 65px;
	background-color: #032c79;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	font-size: 20px;
	padding: 30px 15px;
	font-weight: 700;
	border-color: #032c79;
	border: 0px;
}

.custom-add-button a:hover,
.custom-add-button a:focus{
	border-radius: 65px;
	background-color: #0c3685;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	font-size: 20px;
	padding: 30px 15px;
	font-weight: 700;
	border-color: #032c79;
	border: 0px;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:14px;
	color: #032c79;
}

.custom-add-form .input-type input{
  	border-radius: 65px;
  	background-color: #ffffff;
	border: 0px;
	height: 50px;
	font-size: 14px;
	font-weight:400;
	box-shadow: none !important;
	padding: 14px 12px;
	color: #000000;
}
.custom-add-form .button-type a{
	border-radius: 65px;
	background-color: #032c79;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	font-size:20px;
	padding: 30px 15px;
	font-weight: 700;
	border-color: #032c79;
	border: 0px;
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
	border-radius: 65px;
	background-color: #0c3685;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	font-size: 20px;
	padding: 30px 15px;
	font-weight: 700;
	border-color: #032c79;
	border: 0px;
}

/* Shape Css */
.shape-square{ color: #000000; background-color:#000000;}
.shape-circle{color: #000000; background-color:#000000;}
.shape-horizontal{color: #000000; background-color:#000000;}
.shape-vertical{color: #000000; background-color:#000000;}

/* Section Css*/
.custom-add-section{background:#000000;}

/* Icon Css */
.custom-add-icon{color: #000000;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	background-color: #ffffff;
	color: #000000;	
	border: 1px solid #000000;
}
.custom-add-timer .add-timer-label{
	color: #000000
}
.custom-add-timer .add-timer-colon{
	background-color: #000000;
}