/* Heading */
.custom-add-heading{
	font-size: 40px;
    font-family: "Nunito";
	color: #fff;
	text-align: center;
	font-weight: 600;

}

/* Pargraph */
.custom-add-paragraph{
  font-size: 16px;
  font-family: "Nunito Extralight";
  color: #fff;
  line-height: 19;
  font-weight: 400;
}

/* Button Css */
.custom-add-button a{
    font-family: "Nunito";
    border-radius: 5px;
    background-color: #0054a6;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    
    padding: 11px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    line-height: 143%;
	border: 0px;
}

.custom-add-button a:hover,
.custom-add-button a:focus{
    font-family: "Nunito";
    border-radius: 5px;
    background-color: #0054a6;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    
    padding: 11px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    line-height: 143%;
    border: 0px;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:16px;
	color: #989898;
}

.custom-add-form .input-type input{
	display: block;
    width: 100%;
    height: 51px;
    padding: 10px 26px;
	line-height: 1.42857143;
	background-color: #fff;
    background-image: none;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.custom-add-form .button-type a{
    font-family: "Nunito";
    border-radius: 5px;
    background-color: #0054a6;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    
    padding: 11px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    line-height: 143%;
    border: 0px;
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
    font-family: "Nunito";
    border-radius: 5px;
    background-color: #0054a6;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    
    padding: 11px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    line-height: 143%;
    border: 0px;
}

/* Shape Css */
.shape-square{ color: #ffffff; background-color:#f8f8f8;box-shadow: 0px 10px 10px 0px #959595;}
.shape-circle{color: #ffffff; background-color:#f8f8f8;box-shadow: 0px 10px 10px 0px #959595;}
.shape-horizontal{color: #ffffff; background-color:#f8f8f8;box-shadow: 0px 10px 10px 0px #959595;}
.shape-vertical{color: #ffffff; background-color:#f8f8f8;box-shadow: 0px 10px 10px 0px #959595;}

/* Section Css*/
.custom-add-section{background:#ffffff;}

/* Icon Css */
.custom-add-icon{color: #ffffff;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	color: #373636;	
}
.custom-add-timer .add-timer-label{
	color: #373636;
}
.custom-add-timer .add-timer-colon{
	background-color: #373636;
}