body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
}
main {
	max-width: 1920px;
	margin: 0 auto;
}
/* Global style */
*{
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}

a, 
a:focus, 
button:hover, 
button:focus, 
input:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
}
a {
	transition: all 0.4s;
}
p {
	margin-bottom: 20px;
}
h1 a, 
h2 a, 
h3 a,
h4 a {
	display: inline-block;
}
h1 a, 
h2 a, 
h3 a,
h4 a,
h1 a:hover,
h2 a:hover, 
h3 a:hover,
h4 a:hover {
	color: #222333;
	transition:  all 0.4s;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover {
	color: #e23e57;
}
h3 {
	text-transform: capitalize;
	color: #384193;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 700;
}
h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #0e99d5;
	font-weight: 700;
	margin-bottom: 10px;
}
img{
    max-width:100%;
}
section {
	padding: 40px 0px;
}
input, textarea, select {
	width: 100%;
	border: 1px solid #08080a;
	height: 45px;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	transition: all 0.4s;
	padding: 13px 15px;
}
textarea {
	height: auto;
}
/*btn style one*/
.ic-btn-prog p a{
    width:50%;
    display: block;
    text-align: center;
    margin: auto;

}
.ic-btn, .ic-btn-prog a{
    border:  1px solid #384193;
    display:  inline-block;
    color:  #fff;
    padding:  10px 30px;
    background-color:  #384193;
    position:  relative;
    z-index: 1;
    cursor: pointer;
}

.ic-btn:after, .ic-btn-prog a:after {
    position:  absolute;
    content:  "";
    right:  0;
    left: auto;
    top: 0;
    width:  0%;
    height:  100%;
    transition:  all 0.4s;
    z-index: -1;
    background: #384193;
    background: -moz-linear-gradient(left, #384193 25%, #0e99d5 100%);
    background: -webkit-linear-gradient(left, #384193 25%,#0e99d5 100%);
    background: linear-gradient(to right, #384193 25%,#0e99d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384193', endColorstr='#0e99d5',GradientType=1 );
}
.ic-btn:hover:after, .ic-btn-prog a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}
.ic-btn:hover, .ic-btn-prog a:hover {
	color: #fff;
}
/*section lead style*/
.ic-lead h2 {
    font-size:  60px;
    font-weight:  700;
}
.ic-lead {
    color:  #384193;
    text-transform:  uppercase;
    margin-bottom:  30px;
}
.ic-lead h3 {
    font-size:  36px;
    margin-bottom:  0;
}
.ic-btn-group a:first-child {
    margin-left:  0;
}
.ic-btn-group a:last-child {
    margin-right:  0;
}
@media only screen and (max-width: 767px) {
    .ic-btn-group a:first-child {
        margin-left:  10px;
    }
    .ic-btn-group a:last-child {
        margin-right:  10px;
    }
}
.ic-btn-group a {
    margin: 0px 81px;
}
/*padding*/
.ic-p {
	padding: 80px 0px;
}
.ic-pt {
	padding-top: 40px;
}
.ic-pb {
	padding-bottom: 40px;
}
/*Banner style*/
.ic-banner-wrapper,
.about-bd-banner,
.safog-banner,
.ic-reg1-banner,
.reg-form,
.general-info-banner,
.org-committee-banner {
    background-image: url('../images/banner/placeholder-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    display: flex;
    position: relative;
    padding: 0px;
}
.about-bd-banner:after,
.safog-banner:after,
.ic-reg1-banner:after,
.reg-form:after,
.general-info-banner:after,
.org-committee-banner:after {
    position:  absolute;
    content:  "";
    left:  0;
    top: 0;
    height:  100%;
    width:  100%;
    background: -moz-linear-gradient(left, rgba(46,46,46,0.3) 32%, rgba(46,46,46,0.21) 48%, rgba(96,96,96,0) 83%, rgba(96,96,96,0) 100%);
    background: -webkit-linear-gradient(left, rgba(46,46,46,0.3) 32%,rgba(46,46,46,0.21) 48%,rgba(96,96,96,0) 83%,rgba(96,96,96,0) 100%);
    background: linear-gradient(to right, rgba(46,46,46,0.3) 32%,rgba(46,46,46,0.21) 48%,rgba(96,96,96,0) 83%,rgba(96,96,96,0) 100%);
}
.about-bd-banner {
    background-image: url('../images/banner/bd-banner.jpg');
}
.safog-banner {
    background-image: url('../images/banner/safog-banner.png');
}
.ic-reg1-banner {
    background-image: url('../images/banner/reg1-banner.jpg');
}
.reg-form {
    background-image: url('../images/banner/reg-form-banner.jpg');
}
.general-info-banner {
    background-image: url('../images/banner/general-info-banner.png');
}
.org-committee-banner {
    background-image: url('../images/banner/org-committee-banner.jpg');
}
.ic-banner {
    max-width: 1140px;
    margin:  0 auto;
    text-align:  center;
    width:  100%;
    padding: 0px 15px;
    align-self:  center;
    color:  #fff;
    z-index: 1;
}
.ic-page-title {
    margin-bottom:  15px;
}
.ic-page-title h2 {
    font-size:  30px;
    font-weight:  600;
    margin-bottom:  0px;
    text-transform: uppercase;
}
.ic-breadcrumb ul li {
    display:  inline-block;
    text-transform: capitalize;
}
.ic-breadcrumb ul li a {
    color:  #fff;
}
table {
	width: 100%;
}
.ic-reg-frm-detail th {
    font-weight: 400;
    color:  #0e99d5;
    line-height: 60px;
}
.ic-reg-frm-detail td {
    line-height: 30px;
}
/*Input value invalide*/
.ic-value-error {
    font-size: 12px;
    font-style:  italic;
    text-transform:  uppercase;
    font-weight:  700;
    color: red;
}
.ic-bg-secondary {
    background-color: #f5fcff;
}
.ic-default img {
    margin-bottom: 30px;
}

.demo {
	height: 350px;
}