*,
*:before,
*:after{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
/* popup css start */
.popup{
    background-color: #dcad5d;
    width: 450px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 10px;
    /* align-items: center; */
    z-index: 10;
    display: none;
}

.closebtn{
    display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 35px;
    outline: none;
    cursor: pointer;
}

.error-msg {
    color: red;
    font-size: 14px;
    display: none;
}

.text2{
    font-size: 25px;
    color: white;
}

input.fname,
input.lname,
input.email,
input.phno,
input.fname::before{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: none;
    width: 100%;
}
input.lname:hover,
input.email:hover,
input.phno:hover,
input.fname:hover{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #006656;
    border-radius: none;
    width: 100%;
}
input.lname::placeholder,
input.email::placeholder,
input.phno::placeholder,
input.fname::placeholder{
 color: rgba(255, 255, 255, 0.648);
}
.gt{
    background-color: #ffffff; 
    color: #006656;
    padding: 2% 15%;
    border: none;
    border-radius: 5px;
    
}
.gt:hover{
    background-color: #006656;
    color:#ffffff;
}
/* .form{
    z-index: 1;
    border: 1px solid #006656;
    padding: 10%;
    border-radius: 10px;
    background-color: #DCAD67;
    
} */
@media screen and (min-width: 300px) and (max-width: 500px) {
    .popup {
      width: 80%; /* Set the width to 80% for screen sizes between 300px and 500px */
    }
  }

/* popup css end */

body{
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #222222;
    letter-spacing: 0.02em;
    overflow-x: hidden;;
}
:root {
    --primary-color: #006756;
    --secondary-color: #DCAD5D;
    --title-color: #161515;
    --white: #fff;
    --white: #black;
    --clamp12: clamp(10px, 0.625vw, 12px);
    --clamp14: clamp(12px, 0.72916vw, 14px);
    --clamp15: clamp(13px, 0.78125vw, 15px);
    --clamp16: clamp(14px, 0.8333vw, 16px);
    --clamp18: clamp(14px, 0.9375vw, 18px);
    --clamp20: clamp(16px, 1.0416vw, 20px);
    --clamp22: clamp(16px, 1.145vw, 22px);
    --clamp24: clamp(17px, 1.25vw, 24px);
    --clamp25: clamp(18px, 1.3541vw, 26px);
    --clamp26: clamp(20px, 1.3541vw, 26px);
    --clamp28: clamp(16px, 1.4583vw, 28px);
    --clamp30: clamp(20px, 1.5625vw, 30px);
    --clamp32: clamp(20px, 1.666vw, 32px);
    --clamp34: clamp(20px, 1.770vw, 34px);
    --clamp35: clamp(20px, 1.8229vw, 35px);
    --clamp36: clamp(25px, 1.875vw, 36px);
    --clamp38: clamp(25px, 1.979vw, 38px);
    --clamp40: clamp(26px, 2.083vw, 40px);
    --clamp42: clamp(26px, 2.1875vw, 42px);
    --clamp44: clamp(26px, 2.2916vw, 44px);
    --clamp45: clamp(26px, 2.3vw, 45px);
    --clamp48: clamp(26px, 2.5vw, 48px);
    --clamp50: clamp(28px, 2.864583vw, 50px);
    --clamp55: clamp(28px, 2.864583vw, 55px);
    --clamp58: clamp(28px, 3.02083vw, 58px);
    --clamp60: clamp(30px, 3.125vw, 60px);
    --clamp64: clamp(30px, 3.333vw, 64px);
    --clamp75: clamp(35px, 3.90625vw, 75px);
    --clamp78: clamp(30px, 4.0625vw, 78px);
    --clamp80: clamp(30px, 4.1666vw, 80px);
    --clamp82: clamp(30, 4.27083vw, 82px);
    --clamp84: clamp(25px, 4.375vw, 84px);
    --clamp42: clamp(24px, 2.1875vw, 42px);
    --clamp100: clamp(30px, 5.2083vw, 100px);
    --clamp120: clamp(40px, 6.25vw, 120px);
}

img{
    max-width: 100%;
}
li{
    list-style-type: none;
}



/**********************header*****************/
header {
    position: relative;
    z-index: 10;
    width: 100%;
    transition: all 0.5s linear;
}
.header_top .container{
    max-width: 95%;
    margin: 0 auto;
}
.header_top .row{
    margin: 0 auto;
    justify-content: space-between;
}
.header_center_logo img{
    max-width: 74%;
}
.menu_header {
    background-color: #006756;
    height: 70px;
    display: flex;
    align-items: center;
}
div#navbarText {
    background-color: var(--primary-color)
}
.navbar-toggler {
    background-color: #dcad5d;
    height: 50px;
    width: 60px;
    color: #000000;
    position: absolute;
    right: 10px;
    border: none;
    font-size: 30px;
}
.navbar-toggler:focus-visible, .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.menu_header .navbar-nav .nav-link {
    color: #ffffff;
    font-size: var(--clamp14);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.25rem 1rem;
}
.menu_header .navbar-nav .nav-link.active, .menu_header .navbar-nav .show>.nav-link, .menu_header .navbar-nav .nav-link:hover {
    color: rgb(220 173 103);
}
.header_left_logo{
    position: relative;
    flex-direction: column;
}
.header_left_logo img {
    position: relative;
    max-width: 75%;
}
.header_left_logo .line-art-img {
    max-width: 70%;
}
.header_right_social{
    position: relative;
    flex-direction: column;
}
.header_social_list {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
}
.header_social_list li{
    margin: 0px 5px;
}
.header_social_list li a{
        color: #ffffff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    line-height: 36px;
    background-color: #006756;
    display: block;
    text-align: center;
    font-size: 18px;
}
.header_right_social .elements-img {
    max-width: 70%;
    margin: 0px auto;
}
.dropdown-menu{
    background-color: #006756;
    border-radius: 0;
}
.dropdown-menu li a{
    font-size: 14px;
    color: #ffffff;
}
.dropdown.sub_dropdown .dropbtn {
  background-color: transparent !important;
  color: white;
  font-size: 14px;
  border: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}
.dropdown.sub_dropdown .dropbtn:hover,.dropdown.sub_dropdown .dropbtn.active,.dropdown.sub_dropdown .dropbtn:focus{
    background-color: #DCAD67 !important;
}
.sub_dropdown button{
    padding: 0.25rem 1rem !important;
}

.dropdown.sub_dropdown{
    width: 100%;
}
.dropdown.sub_dropdown button{
   width: 100%;
    text-align: left;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown.sub_dropdown .dropdown-content{
    right: 0px;
    left: 100%;
    color: #ffffff;
    top: 5px;
    background-color: #006756;
    min-width: 230px;
}
.dropdown-item:hover{
    background-color: #DCAD67;
}
.dropdown.sub_dropdown .dropdown-content a{
    color: #ffffff;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #DCAD67;}

/* Show the dropdown menu on hover */
.sub_dropdown:hover .dropdown-content {display: block;}


/****************************banner_section*****************/

.banner_section{
    /* background-image: url("../images/banner-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-text {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: auto;
    right: auto;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;

}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}
.ih-item.circle a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}
.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.ih-item.circle.effect6 .img {
    background: var(--primary-color);
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .img h3 {
    color: #fff;
    width: 80%;
    text-align: center;
    font-size: var(--clamp28);
    margin: 0px;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--secondary-color);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    width: 80%;
    text-align: center;
    font-size: var(--clamp28);
    margin: 0px;
}
.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.ih-item.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner_section .row{
    align-items: center;
    justify-content: center;
}

/********************what_section****************/

.what_section{
    padding: 130px 0 60px;
    position: relative;
}
.div_heading{
    font-size: var(--clamp28);
    text-align: center;
    margin-bottom: 25px;
}
.what_section .div_heading{
    color: #4B4B4B;
    margin-top: 20px;
    font-size: var(--clamp50);
}
.what_section .div_heading b{
    color: #076356;
    font-size: var(--clamp36);
}
.side_heading{
    font-weight: 600;
    color: #DCAD5D;
    font-size: var(--clamp36);
}
.what_section p{
    color: #4D4D4D;
    font-size: var(--clamp18);
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    padding: 0px 5px;
}

/**********************highlights_section********************/

.highlights_section {
    background-image: url('../images/banner-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 60px 0;
    position: relative;
}
.highlights_section:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgb(12 12 12 / 75%);
}
.highlights_section .container{
    position: relative;
    z-index: 4;
}
.highlights_section .div_heading{
    font-weight: 700;
    font-size: var(--clamp50);
}
.highlights li{
    color: #ffffff;
    font-size: var(--clamp18);
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
/***********************sponsors_section*****************/

.sponsors_section{
    padding: 30px 0;
}
.sponsors_div .div_heading {
    color: #076356;
    margin-bottom: 10px;
}
.sponsors_list{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.sponsors_list li{
    width: 10%;
    float: left;
    padding:15px;
}

/********************email_section********************/

.email_section{
    padding:70px 0px;
    background-color: #006756;
}
.email_section .container{
    width: 65%;
}
.email_div h4{
    font-size: var(--clamp36);
    font-weight:400;
    margin-bottom: 20px;
}
form.subscribe_form {
    display: flex;
    width: 100%;
}
.subscribe_form .form-group {
    width: 30%;
}
.subscribe_form .form-group.email_input {
    width: 70%;
}
.dwnld_btn{
    background-color: #DCAD67;
    border-color: #DCAD67;
    color: #ffffff;
    font-size: var(--clamp18);
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    margin-left: 2rem;
}
.subscribe_btn{
    background-color: #DCAD67;
    border-color: #DCAD67;
    color: #ffffff;
    font-size: var(--clamp18);
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
}
.email_input{
    flex-grow: 1;
    margin-right: 15px;
}
.email_input input{
    padding: 14px;
    border:none;
    font-size: var(--clamp18);
    height: 50px;
}
.email_input input:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.email_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: var(--clamp18);
    letter-spacing: 3px;
    color: #D1D2D4;
}
.email_input input::-moz-placeholder { /* Firefox 19+ */
    font-size: var(--clamp18);
    letter-spacing: 3px;
    color: #D1D2D4;
}
.email_input input:-ms-input-placeholder { /* IE 10+ */
    font-size: var(--clamp18);
    letter-spacing: 3px;
    color: #D1D2D4;
}
.email_input input:-moz-placeholder { /* Firefox 18- */
    font-size: var(--clamp18);
    letter-spacing: 3px;
    color: #D1D2D4;
}


/******************footer_section*******************/

.footer_section{
    padding: 30px 0;
    background-color: #DCAD67;
    position: relative;
    overflow: hidden;
}

.footer_menu_list{
    padding: 0;
}
.footer_menu_list li{
    list-style-type: none;
    line-height: 28px;
}
.footer_menu_list li a{
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--clamp16);
}
.single_footer h6{
        font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #006756;
}
.footer_social_list li a .social_icon{
    height: 65px;
    width: 65px;
    background-color: #006756;
    display: block;
    text-align: center;
    line-height: 65px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto;
}
.footer_social_list li p{
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    line-height: 16px;
    width: 50%;
    margin: 4px auto;
}
.single_footer.footer_contact {
    padding-left: 30px;
}
ul.footer_menu_list.contact_list li{
    display: flex;
    flex-wrap: wrap;
}
ul.footer_menu_list.contact_list li span{
    font-size: 14px;
    font-weight: 500;
}
ul.footer_menu_list.contact_list li span:first-child{
  width: 45%;
    float: left;
}
ul.footer_menu_list.contact_list li span:nth-child(2){
  width: 55%;
    float: left;
}
.footer_social_list1 ul{
    padding-left: 0;
}
.single_footer.footer_social_list1 {
    height: 100%;
    display: flex;
    align-items: center;
}
.single_footer.footer_social_list1 .header_social_list li a{
        color: #DCAD67;
}

/**********************copyright_section*****************/

.copyright_section{
    background-color: #006756;
    padding: 10px 0;
}
.copyright_div p {
    font-size: var(--clamp18);
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
}
ul.footer_menu_list.footer_social_list li{
    margin-bottom: 10px;
}
header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0px;
    transition: all 0.5s linear;
}
header.fixed-header .header_top {
    display: none !important;
}
.mobile-icons .img-fluid {
    height: 70px;
    margin: 0px 4px;
}
#scroll {
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
    background-color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    display: none;
    z-index: 10;
}
#scroll.scroll-top {
    display: flex;
    justify-content: center;
    align-items: center;
}
#scroll img {
    filter: brightness(0) invert(1);
}
a.navbar-brand {
    max-width: 120px;
    margin-left: 5px;
    padding: 1px 3px;
}
.header_top {
    position: relative;
}
.mobile-icons {
    width: 100%;
    position: relative;
}
.bredcumb-sec {
    padding: 10px 0px;
}
.bredcumb-sec li.breadcrumb-item a {
    color: var(--bs-breadcrumb-item-active-color);
    text-decoration: none;
    font-weight: 600;
}
.about-sec1 {
    position: relative;
    background-image: url('../images/about-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0px;
}
.about-sec1::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background-color: #626262b0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.about-sec1 .container {position: relative; z-index: 5;}
.about-sec1 p {
    font-size: var(--clamp18);
    color: #fff;
}


.delegates-text-dot ul li{
    list-style: disc;
    line-height: 28px;
    font-size: var(--clamp18);
}

.delegates-text-dot ul li::marker{
    color: #000000;
    font-size: 21px; 
}

.delegates-text ul li {
    list-style: disc;
    line-height: 28px;
    font-size: var(--clamp18);
}
.delegates-text ul li::marker {
    color: #ffffff;
    font-size: 21px;
}
.bredcumb-sec h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
}
.about-sec2 h3 {
    font-size: var(--clamp24);
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
}
.about-sec3 .about-item-sec3 {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--primary-color);
    padding: 30px 25px;
}
.about-sec3 .about-item-sec3 h4 {
    font-size: var(--clamp26);
    color: #fff;
}
.about-sec3 .about-item-sec3 p, .about-sec3 .about-item-sec3 ol li {
    font-size: var(--clamp18);
    color: #fff;
    list-style: auto;
    line-height: 27px;
}
.about-sec3 .about-item-sec3 ul, .about-sec3 .about-item-sec3 ol {
    padding-left: 15px;
}
.about-sec3 .about-item-sec3 ul li {
    list-style: disc;
}
.abt_hyderabad{
    padding:30px 0px; 
}

/*--------------direction to venue starts----------------*/

.reaching h5{
    color: #006756;
    
    }
    
    .reaching p{
    
    text-align: justify;
    
    }
    
    .byair{
    
        border-radius: 154px 0px 154px 0px;
    }
    
    .roads{
        color: #006756;
    }
    
    .roads p{
       
       text-align: justify;
    }
    
    .trainstation h5{
    
        color: #006756;
    }
    
    .location h4{
        color: #006756;
    }
    
    .location p{
        
        text-align: justify;
    }
    
    /*--------------direction to venue ends----------------*/


/* venupage section start */

.venue_section{
    background-image: url('../images/Expo Venue 2.png');
    background-color:rgba(0, 103, 86, 0.33);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 50px 0;
    position: relative;
}
.venulines ul li{
    list-style: disc;
    line-height: 28px;
    font-size: var(--clamp18);
    font-size: 16px;
}
.venup{
    line-height:2;
    padding-top:10px;
}

/* venupage section end */

/* about hyderabad page section */
.accordion-button::after{
    background-image: url('../images/down-arrow.png');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/down-arrow.png');
}
.accordion-button:focus{
    border:none;
    outline: none;
    background-color: #006756;
    color:white;
    box-shadow:none ;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: #006756;
    box-shadow: none;

}

.accordion-button{
    border:none;
    outline: none;
    background-color: #006756;
    color:white;
}

/* about hyderabad page section end*/

/* accommodation start */

.accommodation{
    padding:50px 0px;
}

/* accommodation end */


/*------------------stall booking starts---------------------*/

.Timings{

    background-color: #dcad67;
    color: #006756;
}

.stalling_price{
    
background-image: url('../images/enquiry.jpg');
background-color:rgba(0, 103, 86, 0.33);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: auto;
padding: 60px 0;
position: relative;
}

.Bookings_section{

background-image: url('../images/spanstall-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 60px 0;
    position: relative;

}

.Bookings_section:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    background-color:rgb(12 12 12 / 75%);*/
}

.Bookings_section .container{
    position: relative;
    z-index: 4;
}


.highlights li{
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.bank_section{

    background-color: #e6e7e9;
}

.bank_section li{

    font-size: 16px;
    color: #222222;
}

.bank_section ul{

    border-left: 2px solid #006756;
}

.bank_section h5{

    color: #006756;
}

.bank_section h6{

    color: #006756;
}

.bank_section a{
    color: #006756 ;
}


/*---------------stalling price--------------*/

.price_section{

background-color: #ece0c6;

}

.stalling_price{

    background-color: #e6e7e9;
}

.stalling_price li{

    font-size: 16px;
}

.form-check{
    margin-top: 13px;
}
.enqBtn{
    background-color: #dcad67;
    color: #504d4f;
    font-size: 16px;
}
.enqBtn:hover{
    background-color: #166650;
    color:white;
}
.layout_img{
    width: 16rem;
    padding-top: 2rem;
}





/*-------------why exhibit starts-------------*/

.why_exhibit{

background-image: url('../images/Whyexbi2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 60px 0;
    position: relative;

}

.why_exhibit:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    background-color:rgb(12 12 12 / 75%);*/
}

.why_exhibit .container{
    position: relative;
    z-index: 4;
}

.why_exhibit li{

    list-style-type: initial;
    font-size: 15px;
}

.why_exhibit p{

    text-align: justify;
}

.exhibit{

    background-color: #e6e7e9;
}

.exhibit li{

    font-size: 16px;
}



/*-------------why exhibit starts ends-------------*/

/*-----------about organizers starts-------------*/

.about::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background-color: #626262b0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.aboutorg {
    position: relative;
    background-image: url('../images/aboutorg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0px;
    color: #fff;
    font-size: 16px;
}

.aboutorg p{

    text-align: justify;
}


/*-----------about organizers ends-------------*/