/* Heading */
.custom-add-heading{
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
}

/* Pargraph */
.custom-add-paragraph{
	font-size: 20px;
	font-family: 'Barlow', sans-serif;
	color: #656565;
	text-align: center;
	font-weight: 400;
}

/* Button Css */
.custom-add-button a{
	border-radius: 5px;
    background-color: #ff9c00;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	height:50px;
	padding: 12px;
	font-weight: 700;
	border-color: #ff6600;
	font-size: 20px;
    border: 0px;
	font-family: 'Barlow', sans-serif;
}

.custom-add-button a:hover,
.custom-add-button a:focus{
	border-radius: 5px;
    background-color: #ff9c00;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	height:50px;
	padding: 12px;
	font-weight: 700;
	border-color: #ff6600;
	font-size: 20px;
    border: 0px;
	font-family: 'Barlow', sans-serif;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:16px;
	font-family: 'Barlow', sans-serif;
	color: #000000;
	font-weight:300;
}


.custom-add-form .input-type input{
  	border-radius: 5px;
  	background-color: #ffffff;
	height: 50px;
	font-size: 16px;
	font-weight:300;
	box-shadow: none !important;
	padding: 15px 12px;
	color: #000000;
	font-family: 'Barlow', sans-serif;
	border: 0px;
}
.custom-add-form .button-type a{
	border-radius: 5px;
    background-color: #ff9c00;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	height:50px;
	padding: 12px;
	font-weight: 700;
	border-color: #ff6600;
	font-size: 20px;
    border: 0px;
	font-family: 'Barlow', sans-serif;
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
	border-radius: 5px;
    background-color: #ff9c00;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	height:50px;
	padding: 12px;
	font-weight: 700;
	border-color: #ff6600;
	font-size: 20px;
    border: 0px;
	font-family: 'Barlow', sans-serif;
}

/* Shape Css */
.shape-square{ color: #ffffff; background-color:#ffffff;}
.shape-circle{color: #ffffff; background-color:#ffffff;}
.shape-horizontal{color: #ffffff; background-color:#ffffff;}
.shape-vertical{color: #ffffff; background-color:#ffffff;}

/* Section Css*/
.custom-add-section{background:#ebeeff;}

/* Icon Css */
.custom-add-icon{color: #6754e2;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	background-color: transparent;
	color: #333333;	
	border: 1px solid #333333;
}
.custom-add-timer .add-timer-label{
	color: #333333
}
.custom-add-timer .add-timer-colon{
	background-color: #333333;
}