.slicknav_menu {
  display: none;
}
/*Header style*/
.ic-header-menu {
  background: #821789;
  color: #fff;
}
.nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
.ic-log a {
  display: inline-block;
}

.ic-header-top {
  padding: 30px 0px;
}
.ic-logo-slogan-warper {
  display: flex;
  align-items: center;
}
.ic-site-title h1 {
  font-size: 36px;
  color: #707070;
  font-weight: 700;
  line-height: 48px;
}
.ic-site-title h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #821789;
}
.ic-site-title {
  margin-left: 30px;
}

.ic-info span {
  display: block;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ic-info {
  text-align: center;
  margin-bottom: 50px;
}
.ic-info a {
  display: block;
}
.ic-info a {
  color: red;
  font-size: 21px;
  font-weight: 600;
  color: #09549f;
}
nav ul li {
  display: inline-block;
  float: left;
  position: relative;
}
nav ul li a {
  color: #fff;
  padding: 28px 19.5px;
  display: inline-block;
  transition: all 0.4s;
}
nav ul li .dropdown-toggle {
  padding-right: 43px;
}
nav ul li a:hover,
nav ul li.active > a {
  background-color: #f70501;
  color: #fff;
}

/*dropdwon menu style*/
nav ul li > ul {
  position: absolute;
  left: 0;
  top: 80px;
  min-width: 250px;
  z-index: 3;
  transition: all 0.4s;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top 0;
  background-color: #821789;
  box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
nav ul li > ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #610c67;
}
nav ul li > ul li a {
  display: block;
}
nav ul li > ul li:last-child {
  border-bottom: none;
}
nav ul li:hover > ul {
  visibility: visible;
  transform: scaleY(1);
}
nav ul li > ul li > ul {
  position: absolute;
  left: 250px;
  background: #f2f2f2;
  min-width: 250px;
  transform-origin: center left 0;
  transform: scaleX(0);
  visibility: hidden;
  transition: all 0.4s;
  top: 0;
  background-color: #821789;
  box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
nav ul li > ul li:hover > ul {
  visibility: visible;
  transform: scaleX(1);
}

.ic-header-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.ic-header-menu .dropdown-toggle::after {
  content: "\eb89";
  font-family: IcoFont !important;
  font-weight: 700;
  display: unset;
  vertical-align: 0;
  border-top: none;
  border: none;
  position: absolute;
  right: 30px;
  margin-top: 2px;
  font-size: 16px;
  margin-left: 0px;
}
#menu li ul li a {
  padding: 16px 8.5px;
}
#menu li ul li a span {
  white-space: nowrap;
}
/*slider style*/

.ic-slider-caption-warper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ic-slider-wrapper {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.ic-countdown-wrapper {
  position: absolute;
  top: -14%;
  left: 50%;
  height: 130%;
  width: 30%;
  background-color: rgba(130, 23, 137, 0.95);
  transform: rotate(15deg);
}
.ic-countdown-col {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  width: 100%;
  text-align: center;
}
.simply-section {
  display: inline-block;
  width: 20%;
  color: #fff;
}
.simply-section > div > span {
  display: block;
}
.simply-amount {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
.simply-word {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ic-event-date span {
  display: block;
}
.ic-date {
  font-size: 280px;
  font-weight: 900;
  line-height: 280px;
}
.ic-event-date {
  color: #fff;
  margin-bottom: 50px;
}
.ic-month {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
}
.ic-banner-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ic-slider-content-warper {
  position: relative;
  z-index: 9;
}
.ic-slider-content-warper h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 110%;
  text-transform: capitalize;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 18px;
}
.ic-slider-content-warper {
  padding: 208px 0px;
}
.ic-slider-caption {
  /* position: absolute;
  top: 50%;
  /* left: 21%; */
  /* left: 0 !important;
  transform: translateY(-50%); */
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  left: 0 !important;
}
.ic-slider-caption > div:first-child {
  font-size: 30px;
  line-height: 30px;
}
.ic-slider-caption > div:nth-child(2) {
  font-size: 38px;
  font-weight: 900;
  line-height: 38px;
}
.ic-slider-caption > div:nth-child(3) {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.ic-slider-caption > div:nth-child(3) {
  margin-bottom: 40px;
}
.ic-slider-caption > div {
  margin-bottom: 20px;
}
.ic-slider-caption .ic-btn {
  font-weight: 400;
  background-color: #ff0002;
  border-color: #ff0002;
  color: #fff;
  margin-top: 25px;
}
.ic-slider-caption .ic-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff0002;
}
.ic-single-slider {
  position: relative;
}
.ic-single-slider:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ic-slider .slick-next,
.ic-slider .slick-prev {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #fff;
  transition: all 0.4s;
  border-radius: 50%;
}
.ic-slider .slick-next {
  right: 10%;
}
.ic-slider .slick-prev {
  left: 10%;
  z-index: 2;
}
.ic-slider .slick-next:before,
.ic-slider .slick-prev:before {
  position: absolute;
  line-height: 65px;
  color: #06549f;
  opacity: 1;
  font-family: icofont !important;
  width: 100%;
  text-align: center;
  top: 0;
  font-size: 40px;
}
.ic-slider .slick-prev:before {
  content: "\eb1a";
  left: 0;
}
.ic-slider .slick-next:before {
  content: "\eb1b";
  right: 0;
}
.ic-slider .slick-next:hover,
.ic-slider .slick-prev:hover {
  background-color: #06549f;
}
.ic-slider .slick-next:hover:before,
.ic-slider .slick-prev:hover:before {
  color: #fff;
}

.ic-sm-countdown {
  display: none;
}
/*about*/
.ic-about-desc p {
  margin-bottom: 30px;
}
.ic-about-sec-area {
  background-color: #eeeded;
  position: relative;
  padding: 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ic-about-sec-left-image {
  position: absolute;
  top: 0;
  left: 0;
}
.ic-about-sec-content h3 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: #821789;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.ic-about-sec-content h3 span {
  display: block;
  text-transform: capitalize;
  color: #ff0002;
}
.about-heading-title {
  font-size: 160px;
  line-height: 110%;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -5px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ic-about-sec-content p {
  color: #151515;
  margin-bottom: 35px;
}

.ic-about-btn a {
  margin: 0px 15px;
  background-color: #821789;
  border-color: #821789;
}
.ic-about-btn a:hover {
  color: #821789;
  /*background: #821789;
    background: -moz-linear-gradient(left, #821789 0%, #f70501 100%);
    background: -webkit-linear-gradient(left, #821789 0%,#f70501 100%);
    background: linear-gradient(to right, #821789 0%,#f70501 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821789', endColorstr='#f70501',GradientType=1 );*/
}

.ic-about-sec-content .about-btn {
  background-color: #06549f;
  border-color: #06549f;
}
.ic-about-sec-content .about-btn:hover {
  background-color: #ff0002;
  border-color: #ff0002;
  color: #fff;
}
.ic-about-sec-content .programm-btn {
  background-color: #ff0002;
  border: #ff0002;
}
.ic-about-sec-content .programm-btn:hover {
  background-color: #06549f;
  border-color: #06549f;
  color: #fff;
}

.ic-about-our-vision-mission-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 40px 0px;
}
.ic-about-our-vision-mission-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(6, 84, 159, 0.8),
    rgba(6, 84, 159, 0.8)
  );
}
.ic-about-our-vision-mission-area h3 {
  font-size: 48px;
  line-height: 120%;
  text-transform: capitalize;
  color: #ff0002;
  font-weight: 700;
}

.ic-about-our-vision-mission-area p {
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  text-align: left !important;
  margin-bottom: 0px;
}
.ic-about-our-vission-content {
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}
.ic-about-our-mission-content {
  position: relative;
  z-index: 9;
}
/*met desc*/
.ic-met-desc {
  background-color: #ebe8df;
  position: relative;
}
.ic-met-description-right-image {
  position: absolute;
  top: 0;
  right: 0;
}
.ic-met-desc-title h3 {
  text-transform: capitalize;
  color: #821789;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  padding-left: 20px;
}
.ic-met-desc-title a {
  color: #821789;
  text-transform: capitalize;
  padding: 8px 0px 8px 20px;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
.ic-met-desc-title a:hover,
.ic-met-desc-title a.active {
  color: #fff;
  background-color: #821789;
}
.ic-met-desc-title {
  background-color: #fff;
  padding: 20px 0px;
}
.ic-si-video {
  margin-bottom: 30px;
  position: relative;
}
.ic-single-item h3 {
  color: #06549f;
  text-transform: uppercase;
  font-size: 28px;
}
.ic-single-item p:last-child {
  margin-bottom: 0px;
}
.ic-si-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}
.ic-si-video a:hover {
  color: #821789;
}
.ic-si-video img {
  max-width: 100%;
}
.ic-join-conferance-btn {
  margin-top: 40px;
}
.ic-join-conferance-btn .ic-btn {
  padding: 12px 32px;
  display: inline-block;
  border: 1px solid #821789;
}
/*sponsor style*/
.ic-partner-fmmsb-content h3 {
  margin-bottom: 40px;
}
.ic-partners-tabs-warper {
  margin-bottom: 40px;
}
.ic-partners-tabs-warper li {
  margin-right: 16px;
}
.ic-partners-tabs-warper li:last-child {
  margin-right: 0px;
}
.ic-partners-tabs-warper li a {
  height: 50px;
  line-height: 50px;
  background-color: #e2e2e2;
  padding: 0px 32px;
  border-radius: 25px;
  display: inline-block;
  color: #ff0002;
  text-transform: uppercase;
  font-size: 16px;
}
.ic-partners-tabs-warper li a.active {
  background-color: #ff0002;
  color: #fff;
}
.ic-partners-tabs-warper li a:hover {
  background-color: #ff0002;
  color: #fff;
}
.ic-tab-wrapper ul {
  text-align: center;
  display: block;
}
.ic-tab-wrapper ul li {
  display: inline-block;
}
.ic-tab-wrapper ul li a {
  color: #821789;
  display: block;
  padding: 8px 25px;
  margin: 5px;
  border: 1px solid #821789;
  text-transform: uppercase;
}
.ic-tab-wrapper ul li a:hover,
.ic-tab-wrapper ul li a.active {
  background-color: #821789;
  color: #fff;
}
.ic-single-sponsor-item {
  /* background-color: #fafafa;
  text-align: center;
  padding: 90px 0px; */
}
.ic-single-sponsor-item {
  margin-bottom: 30px;
}
.about-bd .ic-single-sponsor-item img {
  width: 100%;
}
.ic-oc-btm {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.ic-single-sponsor-item:hover .ic-oc-btm {
  opacity: 1;
  visibility: visible;
}

.footer-top-content h3 {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  color: #821789 !important;
}
.ic-partner-fmmsb-content h3 {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  color: #821789 !important;
}

.ic-join-fmmsb-content .ic-sf-content h4 {
  color: #06549f;
  line-height: 140%;
  margin-bottom: 20px;
}
.ic-join-fmmsb-content .ic-sf-title h5 {
  font-size: 16px;
  line-height: 150%;
  color: #ff0002;
  font-family: "Open Sans", sans-serif;
}
.ic-join-fmmsb-content .ic-sf-detail address {
  color: #151515;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.ic-join-fmmsb-content .ic-sf-detail a {
  color: #151515;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.ic-join-fmmsb-content .ic-sf-col {
  margin-bottom: 0px;
}

/*footer style*/
footer {
  background-color: #09549f;
  color: #fff;
  /* padding-top: 80px;
  padding-bottom: 40px; */
  padding: 28px 0px;
}
.ic-single-footer h3 {
  text-transform: uppercase;
  color: #fff;
}
.ic-sf-content h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ic-sf-title {
  width: 30%;
  float: left;
}
.ic-sf-detail {
  width: 70%;
  display: inline-block;
}
.ic-sf-detail a {
  display: block;
  color: #fff;
}
.ic-sf-col {
  margin-bottom: 30px;
}
.ic-sf-col:last-child {
  margin-bottom: 0px;
}
.ic-single-footer a {
  display: block;
}
.ic-sf-title h5 {
  display: inline-block;
}
.ic-sf-title > span {
  display: inline-block;
  padding-right: 10px;
}
.ftr-logo {
  text-align: center;
}
.ftr-logo a {
  text-align: center;
  display: inline-block;
}
.ic-ftr-right p {
  padding-top: 45px;
}
.ic-single-footer .ic-btn {
  background-color: #821789;
}
.ic-single-footer .ic-btn:hover {
  color: #821789;
  background-color: #fff;
}
.ic-copyright {
  /* padding-top: 80px; */
  text-align: center;
}
.ic-copyright p strong {
  color: #f70501;
}
.ic-copyright p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}
.ic-copyright p a svg {
  width: 75px;
}
.ic-copyright p a {
  display: inline-block;
  position: relative;
  top: 9px;
}
/*Registration page style*/
.ic-registration-info h3 {
  margin-bottom: 5px;
}
.ic-registration-info p {
  margin-bottom: 30px;
}
/*Thank you page style*/
#thankyou h3 {
  font-weight: 800;
  font-style: italic;
  margin-bottom: 30px;
  color: #fff;
}
#thankyou .modal-body {
  text-align: center;
  background-color: #821789;
  color: #fff;
  padding: 30px;
}
#thankyou .modal-body span {
  display: block;
}
#thankyou .modal-body span i {
  color: #00a651;
}
.ic-check {
  margin-bottom: 30px;
}
.ic-check i {
  font-size: 60px;
}
/*#thankyou .modal.fade .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    width: 100%;
}*/
/*Banner style for inner pages*/
.ic-banner-wrapper,
.about-banner,
.message-banner,
.conference-banner,
.programme-banner,
.venue-banner,
.latest-news-banner,
.contact-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;
}
.ic-banner-wrapper:after,
.about-banner:after,
.message-banner:after,
.conference-banner:after,
.programme-banner:after,
.venue-banner:after,
.latest-news-banner:after,
.contact-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%
  );
}
.ic-banner-wrapper {
  background-image: url("../images/banner/registration2-banner.png");
}
.about-banner {
  background-image: url("../images/banner/about-banner.jpg");
}
.message-banner {
  background-image: url("../images/banner/message-banner.png");
}
.conference-banner {
  background-image: url("../images/banner/conference-info.png");
}
.programme-banner {
  background-image: url("../images/banner/programme-banner.jpg");
}
.venue-banner {
  background-image: url("../images/banner/venue-banner.jpg");
}
.latest-news-banner {
  background-image: url("../images/banner/latest-news-banner.jpg");
}
.contact-banner {
  background-image: url("../images/banner/contact-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: capitalize;
}
.ic-breadcrumb ul li {
  display: inline-block;
  text-transform: capitalize;
}
.ic-breadcrumb ul li a {
  color: #fff;
}
.ic-radio-group .ic-single-type {
  display: inline-block;
  float: left;
  margin-right: 18px;
}
.ic-radio-group {
  overflow: hidden;
  align-self: center;
}
.ic-radio-col {
  margin-bottom: 30px;
}
.ic-radio-col h3 {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
}
.ic-reg-form-wrapper form {
  overflow: hidden;
  width: 100%;
}
.ic-single-type label,
.ic-single-type input {
  margin-bottom: 0px;
  height: auto;
}
.ic-radio-col {
  display: flex;
}
.ic-single-inpupt {
  margin-bottom: 20px;
}

.ic-file-upload input,
label {
  display: block;
}
.file-upload .file-select {
  display: block;
  color: #34495e;
  /*cursor:pointer;*/
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #821789;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0px 20px;
  cursor: pointer;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #821789;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #821789;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #09549f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #09549f;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #821789;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #821789;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.ic-reg-frm-title h2 {
  text-transform: capitalize;
  font-weight: 700;
  color: #821789;
  margin-bottom: 10px;
}
.ic-reg-frm-title p {
  font-weight: 600;
  margin-bottom: 0px;
}
.ic-reg-frm-title {
  margin-bottom: 30px;
}
.ic-radio-col h3 {
  font-weight: 400;
}
.ic-single-inpupt label,
.ic-radio-group label {
  padding-left: 0px;
  margin-bottom: 10px;
}
.file-upload {
  margin-bottom: 20px;
}
label.ic-radio-label {
  padding-left: 30px;
}
.ic-next {
  display: inline-block;
  margin-top: 30px;
}
.ic-next a {
  text-transform: capitalize;
}
/*about page style*/
.ic-highlight-wrapper {
  background-color: #fafafa;
}
.ic-highlight-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  color: #821789;
  margin-bottom: 35px;
}
.ic-smv {
  margin-bottom: 40px;
}
.ic-btn-group .ic-btn2 {
  margin-right: 30px;
}
.ic-about-sec img {
  margin-bottom: 30px;
}
.ic-messanger-info h3 {
  margin-bottom: 10px;
}
.ic-messanger-info h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.ic-message-wrapper:nth-child(even) {
  background-color: #fafafa;
}
.ic-conference-info-wrapper h3 {
  margin-bottom: 5px;
}
address p,
address a {
  margin-bottom: 5px;
  color: #0554a0;
  font-weight: 700;
}
/*committee style*/
.ic-single-member h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ic-designation {
  color: #821789;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.ic-single-member a {
  color: #111;
  display: block;
  /* // text-transform: lowercase;
    margin-bottom: 5px; */
}
.ic-single-member a:hover {
  color: #821789;
}
.ic-single-member img {
  max-width: 220px;
  width: 100%;
}
.ic-single-member:nth-child(even) .media {
  background-color: #fafafa;
}
.ic-single-member {
  margin-bottom: 30px;
}
.ic-committee-wrapper .ic-next {
  width: 100%;
  text-align: right;
}
/*subcommittee*/
.ic-committee-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #821789;
  margin-bottom: 30px;
}
.ic-activities h3 {
  margin-bottom: 15px;
}
.ic-activities ol {
  padding: 0px 0px 0px 30px;
}
.ic-sub-row {
  margin-bottom: 30px;
}
/*about bangladesh page style*/
.ic-tab-wrapper.about-bd {
  background-color: #fafafa;
}
.about-bd .ic-lead h2 {
  color: #384193;
}
.about-bd .ic-single-sponsor-item {
  padding: 0px;
}
.about-bd .ic-single-sponsor-item {
  position: relative;
  overflow: hidden;
}
.about-bd .ic-single-sponsor-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.3);
  transition: all 0.4s;
}
.ic-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ic-overlay-caption {
  position: absolute;
  text-align: center;
  z-index: 1;
  color: #fff;
  transition: all 0.4s;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 106%;
}
.ic-overlay h3,
.ic-overlay h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-bd .ic-single-sponsor-item:hover:after {
  background-color: rgba(130, 23, 137, 0.8);
}
.about-bd .ic-single-sponsor-item:hover .ic-overlay-caption {
  top: 50%;
}
.ic-detail i {
  font-size: 36px;
  color: #fff;
}
.ic-detail {
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  right: 0px;
}
.ic-detail:hover {
  right: -10px;
}
.ic-single-wtc h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #821789;
  margin-bottom: 20px;
}
.ic-single-wtc p:last-child {
  margin-bottom: 0px;
}
.ic-single-wtc {
  margin-bottom: 45px;
}
.ic-wtc-wrapper .ic-lead h2 {
  text-align: center;
}
.ic-wtc-wrapper .ic-lead {
  margin-bottom: 40px;
}
.ic-single-wtc ul li a {
  color: #111111;
  margin: 10px 25px;
  display: inline-block;
}
.ic-single-wtc .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.ic-single-wtc ul li:first-child a {
  margin-left: 0px;
}
.ic-single-wtc ul li a.active {
  font-weight: 600;
}
/*programme page style*/
.ic-programme-title {
  background-color: #821789;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}
.ic-programme-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}
.ic-single-programme a {
  color: #3a3a3a;
  font-weight: 600;
}
.ic-single-programme {
  padding: 15px 40px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.4s;
  margin: 10px 0px;
  min-height: 80px;
  align-items: center;
  display: flex;
  align-items: center;
}
.ic-single-programme:nth-child(even) {
  background-color: #fafafa;
}
.ic-single-programme:hover {
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
}
.ic-single-programme:hover p,
.ic-single-programme:hover a {
  color: #821789;
}
.ic-organizers-title {
  background-color: #c08bc4;
}
.ic-organizers-cols .ic-single-programme:nth-child(odd) {
  background-color: #fafafa;
}
.ic-organizers-cols .ic-single-programme:nth-child(even) {
  background-color: transparent;
}
.ic-organizers-cols .ic-single-programme p {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.ic-organizers-cols .ic-single-programme p {
  width: 100%;
}
.ic-programme-wrapper .ic-btn2 {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.ic-programme-row {
  margin-bottom: 40px;
}
.ic-programme-wrapper .col-lg-6:last-child .ic-single-programme:hover {
  box-shadow: none;
}
/*programme detail page*/
.ic-pd-col h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #821789;
  margin-bottom: 30px;
}
.ic-pd-col table tr {
  line-height: 42px;
}
.ic-pd-col table {
  margin-bottom: 30px;
}
.ic-pd-desc h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.ic-pd-desc ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
.ic-pd-desc ul li {
  margin-bottom: 10px;
}
.ic-pd-desc a {
  color: #0e99d5;
  margin-bottom: 30px;
  display: block;
}
/*venue page style*/
.ic-venue-detail h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #821789;
  margin-bottom: 30px;
}
.ic-venue-detail img {
  margin-bottom: 30px;
}
.ic-venue-detail h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #821789;
  font-weight: 600;
  margin-bottom: 10px;
}
.ic-venue-detail address {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 32px;
}
.ic-venue-detail address a {
  color: #3a3a3a;
}
.ic-venue-detail address a:hover {
  color: #821789;
}
.ic-venue-structure h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.ic-single-vs h4 {
  font-size: 24px;
  color: #821789;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}
.ic-single-vs h4:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #821789;
}
.ic-single-vs ol {
  padding-left: 45px;
}
.ic-single-vs ol li {
  font-weight: 700;
  text-transform: uppercase;
}
.ic-single-vs:last-child ol {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/*latest news page style*/
.ic-single-sidebar {
  margin-bottom: 40px;
}
.ic-single-ln a {
  display: inline-block;
  margin-bottom: 30px;
}
.ic-single-ln h3 a {
  margin-bottom: 0px;
  display: inline-block;
}
.ic-single-ln h3 a:hover {
  color: #821789;
}
.ic-single-ln a.ic-cr {
  margin-bottom: 0px;
  color: #3a3a3a;
  text-transform: capitalize;
  font-weight: 600;
}
.ic-single-ln:hover h3 a,
.ic-single-ln:hover a.ic-cr {
  color: #821789;
}
.ic-single-ln {
  margin-bottom: 40px;
}
.ic-single-ln:last-child {
  margin-bottom: 0px;
}
.ic-single-sidebar h3 {
  margin-bottom: 15px;
}
.ic-single-sidebar ul {
  overflow: hidden;
}
.ic-single-sidebar ul li a {
  color: #3a3a3a;
  padding: 5px 0px;
  display: block;
}
.ic-single-sidebar ul li a:hover {
  padding-left: 10px;
  color: #821789;
}
.ic-single-sidebar.ic-tags ul li a {
  display: block;
  border: 1px solid transparent;
  padding: 5px;
  background-color: #f2f2f2;
}
.ic-single-sidebar.ic-tags ul li {
  display: inline-block;
  padding: 5px 10px;
  float: left;
}
.ic-single-sidebar.ic-tags ul li a:hover {
  padding-left: 5px;
  border-color: #f2f2f2;
  background-color: transparent;
}
.news-detail img {
  margin-bottom: 30px;
}
.news-detail p:last-child {
  margin-bottom: 0px;
}
#ic-previous,
#ic-next {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.icofont-line-block-left:hover ~ #ic-previous,
.icofont-line-block-right:hover ~ #ic-next {
  visibility: visible;
  opacity: 1;
}
/*blog post pagination*/
.ic-pagination ul li {
  position: relative;
  display: inline-block;
}
.ic-pagination ul li a {
  color: #821789;
  font-size: 22px;
}
#ic-previous {
  position: absolute;
  left: 33px;
  top: 0;
}
#ic-next {
  position: absolute;
  right: 33px;
  top: 0;
}
.ic-pagination ul {
  overflow: hidden;
}
.ic-pagination {
  margin: 40px 0px;
}
/*contact page style*/
.ic-contact-wrapper {
  padding-top: 80px;
}
.ic-contact-info-row h3 {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: inherit;
}
.ic-contact-info-row span {
  line-height: 36px;
  font-size: 21px;
  font-weight: 600;
  margin: 50px 0px;
  display: block;
}
.ic-contact-info-row span a,
.ic-contact-info-row h3 a {
  color: #3a3a3a;
}
.ic-contact-info-row span a:hover,
.ic-contact-info-row h3 a:hover {
  color: #821789;
}
.ic-form-row h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #821789;
  margin-bottom: 40px;
}
.ic-form-row input,
.ic-form-row textarea {
  margin-bottom: 37px;
}
.ic-square input {
  margin-bottom: 0px;
}
.ic-submit-btn button {
  margin-right: 30px;
}
.ic-contact-map-wrapper {
  padding-bottom: 0px;
}
/*PRELOADER STYLE*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pagination {
  text-align: center;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 5px;
  font-size: 22px;
}

.ic-about-row {
  margin-bottom: 80px;
}
.ic-vision {
  text-align: right;
}
.ic-gen-lead p {
  text-align: center;
}

/*table design*/
table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: none;
}
table td,
#customers th {
  border: 1px solid #fff;
  padding: 8px;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:nth-child(odd) {
  background-color: #d0d8e8;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #811f87;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
img.full-image {
  width: 100%;
}

.ic-gen-lead table tr {
  background-color: #fff !important;
}

.ic-gen-lead table td {
  padding: 15px;
}

.ic-conference-info-wrapper img {
  max-width: 100%;
}

/**Gallery css**/

.ic-gallery-title {
  margin-bottom: 40px;
}
.ic-gallery-title .heading-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ic-gallery-title .heading-title .form-control {
  border-radius: 0px;
  height: 40px !important;
  line-height: 50px;
}
.ic-gallery-title h2 {
  font-size: 32px;
  color: #821789;
  font-weight: 600;

  flex: 0 0 80%;
}

.ic-gallery-tab ul {
  border: none;
}
.ic-gallery-tab ul li {
  margin-right: 10px;
}
.ic-gallery-tab ul li:last-child {
  margin-right: 0px;
}
.ic-gallery-tab ul li a {
  border: none !important;
  background-color: #e2e2e2;
  color: #ff0002;
  padding: 12px 16px;
  transition: all 0.5s;
}
.ic-gallery-tab ul li a:hover {
  background-color: #ff0002 !important;
  color: #fff !important;
}
.ic-gallery-tab ul li a.active {
  background-color: #ff0002 !important;
  color: #fff !important;
}
.ic-gallery-tab-content {
  margin-top: 40px;
}
.ic-gallery-tab-content .col-lg-4 {
  padding-right: 5px;
  padding-bottom: 5px;
}
.ic-gallery-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  cursor: pointer;
}
.ic-gallery-item:hover a::before {
  opacity: 1;
  visibility: visible;
}
.ic-gallery-tab-content .ic-gallery-item {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  /* height: 100%; */
  height: 25rem;
}
.ic-gallery-tab-content .ic-gallery-item img {
  transition: all 0.8s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}
.ic-gallery-tab-content .ic-gallery-item:hover img {
  transform: scale(1.1);
}
.ic-gallery-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 99;
  cursor: pointer;
}
.ic-gallery-item .icon i {
  font-size: 40px;
  color: #fff;
}
.ic-gallery-item:hover .icon {
  opacity: 1;
  visibility: visible;
}
.ic-gallery-image-video-item {
  display: none;
}
.ic-gallery-image-video-item.active {
  display: block;
}
.fancybox__caption {
  text-align: center;
}
/*404 style*/
.ic-404-content h2 {
  font-size: 60px;
  color: #821789;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
}

.ic-404-content h2 .ic-404 {
  font-size: 300px;
  display: block;
  line-height: 250px;
}
@media only screen and (max-width: 1199px) {
  .ic-404-content h2 .ic-404 {
    font-size: 200px;
    line-height: 180px;
  }
  .ic-404-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .ic-404-content .ic-about-btn a {
    margin: 0px 5px;
  }
  .ic-404-content .ic-btn {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .ic-404-content .ic-about-btn a {
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .ic-404-content {
    text-align: center;
  }
  .ic-404-content h2 .ic-404 {
    font-size: 150px;
  }
}

.ic-development-support img {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.ic-presidents-secretaries-image.img-fluid {
  width: 100%;
  overflow: hidden;
  height: 15rem;
}
