.slicknav_menu {
    display: none;
}
/*header style*/
.ic-slogan h1 {
    font-size:  30px;
    font-weight:  400;
}
header {
	position: relative;
	z-index: 5;
}
.ic-top-header {
    padding: 30px 0px;
}
.ic-logo a {
    display:  inline-block;
}
.ic-slogan {
    background-image:  url('../images/slogan-bg.png');
    background-size:  cover;
    background-repeat:  no-repeat;
    background-position:  center center;
    height:  100%;
    text-align:  center;
    color:  #fff;
    padding:  55px 0px;
}
.sublogo a img {
    max-width:  80%;
}
.sublogo a {
    margin-right: 10px;
}
.sublogo a:last-child {
    margin-right:  0px;
}
nav {
    background-color:  #384193;
    position: relative;
    top: 30px;
    z-index: 1;
    display: table;
    width: 100%;
}

nav ul li a {
    color:  #fff;
    display:  block;
    padding: 18px 15px;
    position:  relative;
    z-index:  1;
    text-transform: capitalize;
}
nav ul li {
    display:  inline-block;
    position:  relative;
    float:  left;
}
nav ul li a:hover {
    color:  #fff;
}
nav ul li a:after,
nav ul li.active a:after,
nav ul li.ic-reg-btn a:after {
    position:  absolute;
    content:  "";
    right:  0;
    top: 0;
    left: auto;
    height: 100%;
    width:  0;
    background-color:  #0e99d5;
    transition:  all 0.4s;
    z-index:  -1;
}
nav ul li a:hover:after,
nav ul li.active>a:after,
nav ul li.ic-reg-btn a:after {
    width:  100%;
    right: auto;
    left: 0;
}
/*dropdown menu style*/

/*dropdwon menu style*/
nav ul li>ul {
    position: absolute;
    left: 0;
    top: 60px;
    min-width: 250px;
    z-index: 3;
    transition: all 0.4s;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    background-color: #384193;
    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 #262f84;
}
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: #384193;
    box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
nav ul li>ul li:hover>ul {
    visibility:  visible;
    transform:  scaleX(1);
}
/*slider style*/
.ic-slider-wrapper {
	padding: 0px;
	overflow: hidden;
}
.ic-slider-caption {
    position: absolute;
    left:  50%;
    top: 50%;
    transform:  translate(-50%, -50%);
    text-align:  center;
    color:  #fff;
    text-transform:  uppercase;
    padding:  0px 15px;
}
.ic-single-slider {
    position:  relative;
}
.ic-slider-caption h2 {
    font-size:  60px;
    font-weight:  700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position:  relative;
}
.ic-slider-caption h3 {
    font-size:  30px;
    font-weight:  600;
    color: #fff;
}
.ic-slider-caption h2:after {
    position:  absolute;
    content:  "";
    left: 50%;
    bottom:  0;
    width:  90%;
    height: 10px;
    background-color:  #fff;
    transform:  translateX(-50%);
}

.ic-slider .slick-next,
.ic-slider .slick-prev {
	height: 65px;
	width: 65px;
	line-height: 65px;
	background-color: rgba(64, 67, 70, 0.3);
	transition: all 0.4s;
}
.ic-slider .slick-next:hover,
.ic-slider .slick-prev:hover {
	background-color: #0e99d5;
}
.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: #fff;
    opacity: 1;
    font-family: icofont!important;
    width: 100%;
    text-align: center;
    top: 0;
    font-size: 72px;
}
.ic-slider .slick-prev:before {
	content: "\eb8a";
	left: 0;
}
.ic-slider .slick-next:before {
	content: "\eb8b";
	right: 0;
}
/*coutdown*/
.ic-countdown-wrapper {
    padding:  0px;
    position: relative;
    top: -125px;
}
.ic-countdown-col {
    max-width:  1140px;
    margin:  0 auto;
    text-align: center;
    background-color:  rgba(56, 65, 147, 0.9);
    color:  #fff;
    padding: 30px;
}
.ic-countdown-col h2 {
    font-size: 36px;
    font-weight:  700;
    text-transform:  uppercase;
    margin-bottom: 30px;
}
.simply-section {
    display:  inline-block;
    margin: 20px 75px;
}
.simply-section>div {
    display:  inline-block;
    line-height:  40px;
}
.simply-section>div>span {
    display:  block;
}
.simply-amount {
    font-size:  48px;
    font-weight:  700;
}
.simply-word {
    text-transform:  uppercase;
}
.simply-section:first-child {
    margin-left:  0;
}
.simply-section:last-child {
    margin-right:  0;
}
/*about section style*/
.ic-about-wrapper {
	padding-top: 0px;
	padding-bottom: 80px;
}
.ic-about-row {
	margin-bottom: 160px;
}
.ic-about-desc p {
	margin-bottom: 40px;
}


/*video sec*/

.ic-si-video {
    margin-bottom:  40px;
    position:  relative;
}
.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:  #384193;
    transform: translate(-50%, -50%) rotate(180deg);
}
.ic-si-video img {
	max-width: 100%;
}
.ic-video-content p:last-child {
	margin-bottom: 0px;
}
/*venue section style*/
.ic-venue-wrapper {
    background-image:  url('../images/venue-bg.jpg');
    background-repeat:  no-repeat;
    background-size:  cover;
    background-position:  center center;
    position:  relative;
    z-index:  1;
    color:  #fff;
    text-transform:  uppercase;
    padding:  100px 0px;
    margin-bottom: 80px;
}
.ic-venue-wrapper:after {
    position:  absolute;
    content:  "";
    left:  0;
    top: 0;
    height:  100%;
    width:  100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index:  -1;
}
.ic-venue-wrapper h2 {
    font-size:  60px;
    font-weight:  600;
    margin-bottom: 45px;
}
.ic-venue-wrapper h3 {
    font-size:  36px;
    color: #fff;
}
/*sponsor section style*/
.ic-tab-wrapper .ic-lead  h2 {
	font-size: 36px;
}
.ic-tab-wrapper ul {
    text-align:  center;
    display: block;
}
.ic-tab-wrapper ul li {
    display:  inline-block;
}
.ic-tab-wrapper ul li a {
    color:  #384193;
    display:  block;
    padding: 8px 25px;
    margin: 5px;
    border: 1px solid #384193;
    text-transform:  uppercase;
    position: relative;
    z-index: 1;
}
.ic-tab-wrapper ul li a:after,
.ic-tab-wrapper ul li a.active:after {
    position:  absolute;
    right:  0;
    left: auto;
    top: 0;
    height:  100%;
    width:  0%;
    content:  "";
    background-color:  #384193;
    z-index:  -1;
    transition: all 0.4s;
}
.ic-tab-wrapper ul li a:hover:after,
.ic-tab-wrapper ul li a.active:after {
	width: 100%;
	right: auto;
	left: 0;
}
.ic-tab-wrapper ul li a:hover,
.ic-tab-wrapper ul li a.active {
	color: #fff;
}
.ic-tab-wrapper ul li a:hover, 
.ic-tab-wrapper ul li a.active {
    /*background-color:  #384193;
    color:  #fff;*/
}
.ic-single-sponsor-item {
    background-color:  #f5fcff;
    text-align:  center;
    padding: 90px 0px;
}
.ic-single-sponsor-item {
	margin-bottom: 30px;
}
.ic-tab-wrapper.ic-p {
    background-color:  #f5fcff;
}
/*footer*/

/*footer style*/
footer {
    background-color:  #333;
    color:  #fff;
    padding-top: 80px;
    padding-bottom: 40px;
}
.ic-single-footer h3 {
    text-transform:  uppercase;
    color: #fff;
    font-size: 24px;
}
.ic-sf-content h4 {
    text-transform:  uppercase;
    font-size:  18px;
    font-weight:  700;
    margin-bottom: 15px;
    color: #fff;
}
.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-single-footer a.ic-btn {
	text-align: center;
}
.ic-sf-title h5 {
	display: inline-block;
}
.ic-sf-title>span {
	display: inline-block;
	padding-right: 10px;
}
.ftr-logo a {
	text-align: center;
}
.ic-ftr-right p {
	padding-top: 45px;
}
.ic-copyright {
    padding-top: 80px;
    text-align:  center;
}
.ic-copyright p strong {
    color:  #384193;
}
.ic-copyright p {
    font-size:  14px;
    margin-bottom:  0px;
}
.ic-copyright p a svg {
	width: 50px;
}
.ic-copyright p a {
    display:  inline-block;
    position:  relative;
    top: 9px;
}
/*about bangladesh page style*/

.ic-tab-wrapper.about-bd {
    background-color: #f5fcff;
}
.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;
}
.about-bd .ic-single-sponsor-item img {
    width: 100%;
}
.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: 100%;
}
.ic-overlay h3,
.ic-overlay h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.ic-oc-col {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.about-bd .ic-single-sponsor-item:hover:after {
    background-color: rgba(56, 65, 147, 0.8);
}
.about-bd .ic-single-sponsor-item:hover .ic-overlay-caption {
    top: 50%;
}
.ic-detail i {
    font-size:  36px;
    color:  #fff;
}
.about-bd .ic-single-sponsor-item:hover .ic-overlay-caption .ic-oc-col {
    opacity: 1;
    visibility: visible;
}
.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:  #384193;
    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: 0px 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;
}
.ic-about-sec .ic-slider {
	margin-bottom: 40px;
}
/*Registration page style*/
.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:  #384193;
    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;
}
.ic-registration-info ul li {
    margin-bottom: 15px;
    display: block;
}
.ic-registration-info ul li>span {
    display:  inline-block;
    margin-right:  5px;
    position:  relative;
    top: 8px;
    font-size:  24px;
}
/*Registration form*/

.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: 30px;
}

.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;
    display: inline-block;
}
 .file-upload .file-select .file-select-button{
    background:#384193;
    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:#384193;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload .file-select:hover .file-select-button{
    background:#384193;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload.active .file-select{
    border-color:#5a68e8;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload.active .file-select .file-select-button{
    background-color:#5a68e8;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload .file-select input[type=file]{
    z-index:100;
    cursor:pointer;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
    width: auto;
}
 .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 #384193;
    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:#384193;
    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 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;
    margin-bottom: 0px;
}
.ic-next {
    display:  inline-block;
    margin-top:  30px;
}
.ic-next a {
    text-transform: capitalize;
}

/*Radio button style*/
label {
    font-weight: 400;
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}
label span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #384193;
    transition: all 0.4s;
    border-radius: 50%;
}
label:hover input ~ span.checkmark,
label input:checked ~ span.checkmark {
    background-color: #384193;
}
label input:checked + .ic-single-psidebar form label {
    color: #384193;
}
label span.checkmark:after {
    position: absolute;
    content: "";
    display: none;
}
label input:checked ~ span.checkmark:after {
    display: block;
}
label span.checkmark:after {
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	background-color: #384193;
    border-radius: 50%;
}
.ic-square label span.checkmark {
    border-radius: 0px;
} 
/*select option style*/
.ic-select {
	position: relative;
	height: auto;
	padding: 0px;
	margin-bottom: 30px;
	text-align: left;
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
}
.ic-select select {
  display: none; 
}
.select-selected {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8) !important;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.select-selected:before {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #111 transparent;
    transform: rotate(180deg);
}
.select-selected.select-arrow-active:before {
  border: none;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #111 transparent;
  top: 14px;
}
.select-items div,.select-selected {
  color: #111;
  padding: 8px 16px;
  border-bottom: 1px solid #111;
  cursor: pointer;
  transition: all 0.4s;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: -1px;
    right: 0;
    z-index: 99;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 200px;
    overflow-y: scroll;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #f2f2f2;
}
.ic-contact-form  input {
  width: 99%;
}
.ic-contact-form textarea {
  padding: 15px;
  margin-bottom: 30px;
}
.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-price {
    float:  right;
    padding-right: 80px;
}
.ic-registration-info table {
    margin-bottom: 40px;
}
.ic-reg-frm-detail p a {
    color: #333;
}
.ic-reg-frm-detail p a:hover {
    color: #384193;
}
.ic-entry-code .ic-single-type label {
    line-height: 32px;
}
.ic-entry-code .ic-single-type label span.checkmark {
    top: 7px;
}
.ic-entry-code .ic-single-type {
    margin-bottom: 30px;
}
.ic-entry-code button.ic-btn {
    margin-left: 30px;
}
.ic-entry-code .modal-dialog {
    max-width: 800px;
}
.ic-entry-code .modal-header {
    text-align:  center;
    display:  block;
    background-color:  #384193;
    color:  #fff;
}
.ic-entry-code .modal-header h4 {
    color:  #fff;
    font-size: 28px;
    font-weight:  400;
    text-transform:  inherit;
}
.ic-smb {
    width:  50%;
    float:  left;
}
.ic-smb-head p {
    margin-bottom: 10px;
}
.ic-smb-head h5 {
    margin-bottom:  30px;
}
.ic-smb-head {
    margin-bottom:  30px;
}
.ic-smb-head p span {
    color: #004b9f;
}
.ic-entry-code table tr {
    line-height: 36px;
}
.ic-modal-footer {
    text-align:  center;
    background-color:  #384193;
    color:  #fff;
    margin-bottom:  45px;
    padding: 30px 0px;
}
.ic-modal-footer table {
    margin-bottom:  0px;
}
.ic-entry-code .ic-btn-group {
    text-align:  right;
}
.ic-entry-code .ic-btn-group a {
    margin: 0px 30px;
}
.ic-entry-code .ic-btn-group {
    padding-bottom: 45px;
}
.ic-payment .ic-radio-col h3 {
    display: block;
    margin-bottom: 30px;
    float: none;
}
.ic-payment .offset-lg-6 {
    margin-right: 50%;
    margin-left: auto;
}
.ic-payment .ic-single-inpupt label {
    color: #004b9f;
}
.ic-payment .ic-btn-group a {
    margin: 0px 30px;
}
.ic-payment .ic-btn-group a:first-child {
    margin-left: 0px;
}
.ic-default ol {
    padding-left:  30px;
}
.ic-default ol li {
    margin-bottom: 10px;
}
.ic-default address,
.ic-default address a {
    color: #004b9f;
    line-height: 32px;
}
.ic-default  h4 {
    line-height: 26px;
} 
/*organinising committee page style*/
.ic-single-org-member {
    text-align:  center;
    margin-bottom: 30px;
}
.ic-single-org-member img {
    margin-bottom:  15px;
}
.ic-single-org-member span {
    font-size:  14px;
    display:  block;
}
.ic-committee-wrapper .ic-lead h3 {
    text-transform: uppercase;
}
.ac-member {
    display: none;
}
#loadMore {
    margin-top: 40px;
}
#ic-venue address,
#ic-cotnact address {
    color: #333;
}
.ic-single-message:nth-child(even) .ic-messanger-info {
    text-align: right;
} 
.ic-messanger-info h3 {
    margin-bottom: 5px;
}
.ic-single-message {
    margin-bottom: 160px;
}
.ic-single-message:last-child {
    margin-bottom: 0px;
}
.ic-messanger-info h4 {
    color: #333;
    font-weight: 400;
}

.ic-single-message:nth-child(even) .media-body {
    width: 65%;
}

.ic-single-message:nth-child(even) .ic-messanger {
    width: 30%;
    display:  inline-block;
    float:  right;
}
.ic-single-message:nth-child(even) .ic-messanger img {
    width:  100%;
}
/*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;
}
.ic-single-address {
    margin-bottom:  40px;
}
.ic-single-address address span {
    color: #0e99d5;
}
.ic-single-address address a {
    color:  #333;
}
.ic-single-address address a:hover {
    color: #0e99d5;
}
.ic-contact-wrapper .ic-lead {
    margin-bottom: 40px;
}
.ic-contact-wrapper input, .ic-contact-wrapper textarea {
    margin-bottom: 15px;
}
.ic-single-address:last-child {
    margin-bottom: 0px;
}
/*programme page style*/
.ic-table {
    font-size: 14px;
}
.ic-table a {
    color: #384193;
    text-align: center;
    font-weight: 600;
}
.ic-table td, 
.ic-table th {
    text-align: center;
    vertical-align: middle;
}
.ic-table tr {
    transition: all 0.4s;
}
.ic-table a:hover {
    color: #333;
}
.ic-table-header {
    background-color:  #384193;
    color:  #fff;
    text-align:  center;
    padding:  20px 0px;
    text-transform:  uppercase;
    font-weight:  600;
}
.ic-table.table-hover tbody tr:hover {
    background-color:  #f5fcff;
}
.ic-table.table-bordered td, 
.ic-table.table-bordered th {
    border-color: #dbedf5;
}

/*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;
}

pre a{
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background-color: #384193;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
pre a:hover{
    color: #fff;
}

/*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;
    }
}

.second-button{
    margin: 0px 30px;
}




