@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body{
font-family: 'Roboto', sans-serif;
background:#edf0f1;
overflow-x: hidden;
}
.top-event {
padding-top:  15px;
}
.topbar {
padding: 11px 0 5px 0;
}
.top-event ul li {
font-size: 18px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 13px;
}
li.event-date:before {
font-family: FontAwesome;
content: "\f073";
font-style: normal;
font-size: 22px;
color: #e64c3c;
margin-right: 10px;
padding-top:  3px;
}
li.event-veiw:before {
font-family: FontAwesome;
content: "\f041";
font-style: normal;
font-size: 16px;
color: #e64c3c;
margin-right: 13px;
}

::selection {
color: #fff;
background-color: #8167a9;
}
::-moz-selection {
color: #fff;
background-color: #8167a9;
}
/* #Navigation
================================================== */
.start-header {
opacity: 1;
/*transform: translateY(0);*/
padding: 10px 0;
/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.start-header.scroll-on {
box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
padding: 5px 0;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
height: 28px;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.navigation-wrap{
width: 100%;
top: 0;
left: 0;
z-index: 1000;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.navbar{
padding: 0;
}
.navbar-brand img{
height: 52px;
width: auto;
display: block;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.navbar-toggler {
float: right;
border: none;
padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
outline: none;
}
.navbar-light .navbar-toggler-icon {width: 24px;height: 17px;background-image: none;position: relative;border-bottom: 1px solid #fff9f9;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{width: 24px;position: absolute;height: 1px;background-color: #fff;top: 0;left: 0;content: '';z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after{
top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;/* color: white !important; */}
.nav-link{
color: #fff !important;
font-weight: 500;
transition: all 200ms linear;
}
.nav-item:hover .nav-link{
color: #fff !important;
}
.nav-item.active .nav-link{
color: #fff !important;
}
.nav-link {position: relative;padding: 5px 4px !important;display: inline-block;letter-spacing: 1px;font-size: 17px;}
.nav-item:after{
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
content: '';
background-color: #ffffff;
opacity: 0;
transition: all 200ms linear;
}
.nav-item:hover:after{
bottom: 0;
opacity: 1;
}
.nav-item.active:hover:after{
opacity: 0;
}
.nav-item{
position: relative;
transition: all 200ms linear;
}
/* #Primary style
================================================== */
.bg-light {
background-color: #fff !important;
transition: all 200ms linear;
}
.section {
position: relative;
width: 100%;
display: block;
}
.full-height {
height: 100vh;
}
.over-hide {
overflow: hidden;
}
.absolute-center {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: 40px;
transform: translateY(-50%);
z-index: 20;
}
.nav-item .dropdown-menu {
transform: translate3d(0, 10px, 0);
visibility: hidden;
opacity: 0;
max-height: 0;
display: block;
padding: 0;
margin: 0;
transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
opacity: 1;
visibility: visible;
max-height: 999px;
transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
padding: 10px!important;
margin: 0;
font-size: 13px;
letter-spacing: 1px;
color: #212121;
background-color: #fcfaff;
border: none;
border-radius: 3px;
box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
transition: all 200ms linear;
}
.dropdown-toggle::after {
display: none;
}
.dropdown-item {
padding: 3px 15px;
color: #212121;
border-radius: 2px;
transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {color: #fff;background-color: rgb(193, 60, 45);}
/* #Media
================================================== */
@media (max-width: 767px) {
h1{
font-size: 38px;
}
.nav-item:after{
display: none;
}
.nav-item::before {position: absolute;display: block;top: 15px;left: 0;width: 11px;height: 1px;content: "";border: none;background-color: #fffefe;vertical-align: 0;}
.dropdown-toggle::after {position: absolute;display: block;top: 10px;left: -23px;width: 1px;height: 11px;content: "";border: none;background-color: #fff;vertical-align: 0;transition: all 200ms linear;}
.dropdown-toggle[aria-expanded="true"]::after{
transform: rotate(90deg);
opacity: 0;
}
.dropdown-menu {
padding: 0 !important;
background-color: transparent;
box-shadow: none;
transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
margin-top: 10px !important;
margin-bottom: 20px !important;
}
body.dark .nav-item::before {
background-color: #fff;
}
body.dark .dropdown-toggle::after {
background-color: #fff;
}
body.dark .dropdown-menu {
background-color: transparent;
box-shadow: none;
}
}
/* #Link to page
================================================== */
.link-to-portfolio {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 200;
cursor: pointer;
width: 40px;
height: 40px;
text-align: center;
border-radius: 3px;
background-position: center center;
background-size: cover;
background-image: url('https://ivang-design.com/ig-logo.jpg');
box-shadow: 0 0 0 2px rgba(12,12,12,.1);
transition: opacity .2s, border-radius .2s, box-shadow .2s;
transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
opacity: 0.8;
border-radius: 50%;
box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}
.header-menu {background: #c13c2d;padding: 10px 0px;}
.register-date ul li {background: #c13c2d;margin-bottom: 6px;padding: 9px 6px;text-align: center;}
.register-date ul li a {
color: #fff;
font-weight: 600;
}
.register-ul ul {
margin-top: 16px;
font-size:  16px;
font-weight: 600;
margin-bottom: 0px;
}
.register-ul ul
li {
margin-bottom: 6px;
display:  inline-flex;
}
.register-ul ul li:before {
content: "\f101";
font-family: FontAwesome;
color: #bf3b2b;
margin-right: 8px;
display: flex;
}
.fair-timming
h2 {
text-align:  center;
font-size:  26px;
position: relative;
}
.fair-timming h2:before {
content:  "";
width: 76px;
height: 2px;
position:  absolute;
background: #bf3b2b;
left:  0;
top: 13px;
}
.fair-timming h2:after {
content:  "";
width: 83px;
height: 2px;
position:  absolute;
background: #bf3b2b;
right: :  0;
top: 13px;
left: 285px;
}
.fair-timming
ul li {
display: block;
background: #303030;
margin-bottom: 8px;
color: #fff;
text-transform: uppercase;
width: 100%;
font-weight: 600;
height: 47px;
}
.fair-timming
ul li:before{
content: '';
background: url(../images/calender.jpg) left no-repeat;
display: block;
height: 47px;
width: 59px;
float: left;
text-indent: 9999;
margin-right: 10px;
}

.fair-timming
ul li span{ color: #f8a338;
line-height: 11px;}
.fair-timming ul {
padding: 3px 0 0 0;
}
section.banner-date {margin-top: 36px;}
.owl-incorporate .owl-nav {
display: none;
}
.page-heading h1 {font-size: 30px;font-weight: 600 !important;margin-bottom: 18px;letter-spacing: 1.4px;}
.page-heading h1 strong {color: #c13c2d;}
.page-content p {font-size: 15px;text-align: justify;line-height: 23px;color: #333;}
.abt-left-content {
padding: 23px 0 0 0;
}
section.about-content {
padding: 30px 0;
}
section.incorporate-events {
padding: 20px 0px 0 0;
}
.tz-gallery {
padding: 0px;
}
.tz-gallery .lightbox img {
box-shadow:none;
}
.sec-padding{padding: 34px 0px;}
.btm_images img {margin-bottom: 18px;margin-left: 20px;}

footer.page-footer.font-small.indigo {
    background: #4c4c4c;
    color: #fff !important;
}

footer.page-footer.font-small.indigo a {
    color: #fff !important;
    letter-spacing: 1.3px;
}
.top-header {
    padding: 11px 0px;
}

.inner-page {
    padding: 50px 0;
}

section.about-page ul li {
    float: left;
    /* margin-left: 10px; */
    /* display: contents; */
    margin-right: 11px;
}
.about-page
ul {
    display: inline-block;
}
section.about-page ul li i {
    color: #945ba3;
    margin-right: 7px;
}


.exhibit-list ul li {
    margin-bottom: 8px;
}

.exhibit-list ul li i {
    margin-right: 3px;
}

.dropdown-menu {
    /* background: #945ba3; */
    padding: 21px 13px !Important;
}

.dropdown-menu a {
    color: #c13c2d;
    font-size: 16px;
}

img.img-fluid.img-banner {
    z-index: -9;
    position: relative;
}


.exhibitpro-list {
    background: #d0cbcb52;
    height: 400px;
    margin-bottom: 44px;
    padding: 23px 19px;
}

.exhibitpro-list h2 {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}

.exhibitpro-list h2:before {content: "";background: #c13c2d;height: 3px;width: 183px;position: absolute;top: 31px;}

.exhibitpro-list ul li {
    position: relative;
    font-size: 15px;
    margin-bottom: 6px;
    padding-left: 17px;
}

.exhibitpro-list ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #c13c2d;
    margin-right: 8px;
    position: absolute;
    left: 0;
}

.download-form h1{

display: block;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    position: relative;

}


.for-margin-btm
{
    margin-bottom: 18px;
}

.download-form input{
    margin-bottom: 18px;
}

.btn-default {
    color: #fff;
     background-color: #c13c2d;
    border-color: transparent;
    padding: 11px 0;
    width: 100%;
    font-size: 17px;
}


.btn-default:hover {
     color: #fff;
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.form-control {
    border-radius: 0 !important;
}


.download-form h1:before {
    content: "";
    width: 76px;
    height: 2px;
    background: #c13c2d;
    position: absolute;
    bottom: -10px;
}


.download-form {
    width: 70%;
    /* padding: 0 0 0 133px; */
    margin: 0 auto;
    border: 2px solid #c5c5c5;
    padding: 30px 22px;
    margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: -1px 6px 11px 2px #86868687;
}


.visitorprofile_list ul li:before {
     content: "\f101";
     font-family: FontAwesome;
     color: #c13c2d;
     padding-right: 7px;
}

.visitorprofile_list ul li {
    margin-bottom: 4px;
    display: flex;
}


.col-md-6.contact-border {
    border-right: 2px solid #c13c2d;
    padding-right: 31px;
}

.contact-pg {
    padding: 70px 0;
}

.contact-pg .btn-default {
    color: #f4f3f5;
    background-color: #945aa2;
    border: none;
    border-radius: inherit;
    width: 94px;
  /*  height: 36px;*/
}

/*.contact-info {
    padding-top: 33px;
    padding-left: 21px;
}   */ 

.contact-info p {
    font-size: 16px;
    margin-top: 24px;
    line-height: 24px !important;
}

.mb-5.text-center.social a {
    text-decoration: none;
}

.button {
  background-color: #c13c2d;
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  float: right;
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.agent img {
    height: 165px;
    margin: 31px 0 0 0;
}