
@import url("font-icons.css");
p{
	line-height: 26px;
}
/* Custom Menu css */
.mobile-nav-icon{
	display: inline-block;
}
.mobile-nav-icon .bar1,
.mobile-nav-icon .bar2,
.mobile-nav-icon .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}
.nationality .form-field-radio label {
	padding: 0 5px
}
.mobile-nav-icon.change .bar1,
.mobile-nav-icon.change .bar2,
.mobile-nav-icon.change .bar3 {
	width: 20px;
}

.mobile-nav-icon.change .bar1 {
	transform: translate(0, 8px) rotate(-45deg);
}

.mobile-nav-icon.change .bar2 {
	opacity: 0;
}

.mobile-nav-icon.change .bar3 {
	transform: translate(0, -10px) rotate(45deg);
}

/* Custom Menu css */
.img-overlap img {
    width: calc(100% + 30%);
    max-width: none;
}
.img-overlap-contact iframe {
    width: calc(100% + 30%) !important;
    max-width: none;
	height:600px !important;
	border:1px solid #FDFFF7 !important;
}

.img-overlap+div {
   padding: 60px;
    background: #FDFFF7;
}
.img-overlap-contact+div {
   padding: 60px;
    background: #f6f6f6;
}
.img-overlap-contact .fluid-width-video-wrapper iframe{
position:relative;
}
.img-overlap-contact .fluid-width-video-wrapper {
padding:0 !important;
}


.slider-bg {
    padding: 30px 0;
    position: relative;
    background-image: url(../images/bg-center.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:992px) {
    .img-overlap {
        padding: 0;
    }

    .img-overlap img {
        width: 100%;
        margin-bottom: 25px
    }
}

@media screen and (max-width:575px) {

    .img-overlap+div, .img-overlap-contact+div  {
        padding: 30px;
    }
	.conference-list.column-count2 {
		-moz-column-count: 1;
		     column-count: 1;
	}
.column-count2 {
		-moz-column-count: 1;
		     column-count: 1;
	}
}

.space-section {
    padding: 60px 0;
}

.heading-block h2 {
    font-weight: 600;
    line-height: 50px;
}

.bg-img {
    background: #eaece6;
}

.theme h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.theme h4 {
    color: #f68121;
}
th {
    text-align: left;
}
.conference-list {
    list-style: none;
    padding-left: 20px;
}

.conference-list.column-count2 {
    -moz-column-count: 2;
         column-count: 2;
}
.column-count2 {
    -moz-column-count: 2;
         column-count: 2;
}
.conference-list li {
    position: relative;
    margin-bottom: 15px;
}

.conference-list li:before {
    content: "\e70b";
    font-family: font-icons;
    position: absolute;
    margin-left: -15px;
    font-size: 11px;
    top: 3px;
    color: #f68121;
}

.patron {
    position: relative;
}

.link-btn {
    justify-content: flex-start !important;
}

.patron-div {
    background: url(../images/bg-right.png) #FFF;
   position: absolute;
    bottom: 20px;
    right: 30px;
    padding: 20px;
    width: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.patron-div h4 {
    margin-bottom: 7px;
    border-bottom: 1px solid #f1f1f1;
}

.patron-div p {
    margin-bottom: 0;
}

.patron-div span {
    font-weight: 600;
}

.contact-innr {
    background: url(../images/bg-right.png) #FFF;
   padding: 20px;
    width: 100%;
	border: 1px solid #eaece6;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.section-red{
	z-index: 0;
}
.contact-innr h4 {
    margin-bottom: 7px;
    border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.contact-innr p {
    margin-bottom: 0;
}

.contact-innr span {
    font-weight: 600;
}
.stats-grid{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
}
.stats{

background: url(../images/bg-right-white.png) rgba(246, 130, 32, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
   color:#fff ;

}
.stats h4{margin-bottom: 7px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.4);color:#fff ;font-size:28px;}
.stats p{margin-bottom: 0;font-size:18px;}
@media screen and (max-width:992px) {
    .patron-div {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 10px 0 30px 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

.stats h4{
font-size:22px;
}

}

@media screen and (max-width:767px) {
    .patron-div {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 10px 0 30px 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
.stats-grid{

grid-template-columns: repeat(2, 1fr);

}
}
.filter-grayscale{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*.conference table {
    border: 0;
    width:100%;
}

.conference table thead th {
    background: #ffeedf;
    padding: 15px;
    border: 1px solid #ffe3ca;
}

.conference table th {
    padding: 15px;
    border: 1px solid #ffe3ca;
}


.conference table td {
    border: 1px solid #ffe3ca;
    padding: 15px;
}

.conference table tr:nth-child(even) {
    background: #fff9f4
}

.conference table tr:nth-child(odd) {
    background: #fff
}*/


.reg-div {
	padding: 60px;
	background: #eaece6;
}
.form-field-radio{
	display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
}
.form-field-margin{
	margin-top:25px;
}
.form-field{
	margin-top:25px;
}
.form-field label{
margin-bottom: 5px !important;
}
/* radio btn css start */
.radio-btn {
	opacity: 0;
	position: absolute;
}
.radio-btn-2-label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	position: relative;
	font-weight: 300;
	text-transform: none;
	font-size: 14px;
	color: #929292 !important;
}
.radio-btn-2-label:before {
	content: '';
	background: #FFF;
	border: 2px solid #DDD;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin-right: 10px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
}
.radio-btn-2-label.radio-small:before {
	border: 2px solid #DDD;
	width: 16px;
	height: 16px;
	margin: 0 8px 1px 0;
}
.radio-btn:checked+.radio-btn-2-label:before {
	background: #428fc9;
	box-shadow: inset 0px 0px 0px 4px #fff;
}
.radio-btn:checked+.radio-btn-2-label.radio-small:before {
	box-shadow: inset 0px 0px 0px 2px #fff;
}
/* radio btn css end */


.organise-commite {
background: #eaece6;
   padding: 20px 10px;
    box-shadow: 0 0 4px #ccc;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.organise-img {
    height: 100px;
    width: 100px;

}

.organise-img img {
    width: 100%;
    border-radius: 50%;
}

.organise-content {
    margin-top: 20px;
    height: 140px;
}

.organise-content h3 {
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 0;
}

.organise-content p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.organise-content p a {
    text-decoration: none;
    color: #FF6000;
}

.form-control.disabled {
	background:#eee;
	cursor:not-allowed;
}

/* aicgs conference css start */
.leader-div {
  display: grid;
  grid-template-columns: 1fr 3fr;
  color: #fff;
}

  
@media (max-width: 900px) {
  .leader-div .leader-img img {
    width: 250px;
  }
  .leader-div {
    grid-template-columns: unset;
  }
/* aicgs conference css end */