/* ----- GENERAL CSS  -----*/
body{font-family: 'Montserrat', sans-serif; font-size:16px; -webkit-font-smoothing: antialiased;}
::-moz-selection { background-color: #ff924b; color: #fff;}
a {text-decoration:none;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
a:hover, a:active, a:focus {text-decoration:none; outline:none;}

p{line-height: 28px;}
p b{font-weight: 600;}
.h-20{height: 10px; background: #fff;}

.iwtHeader{width: 100%; position: inherit;}
#iwtFooter{ height: 50px; background-color: gray;}
/*---Sections full----*/
.white{background-color:#FFFFFF;padding-top:50px;padding-bottom:50px;}
.gray{ background-color:#f2f2f2; padding-top:50px; padding-bottom:50px; }


.m-b-20{margin-bottom: 20px;}
.m-t-20{margin-top: 20px;}

.m-b-30{margin-bottom: 30px;}
.m-t-30{margin-top: 30px;}

/*------------ Typography--------------*/
h1, h2, h3, h4{color: #2d3e50;}
h1{font-size:35px; font-weight:800; margin: auto; margin-bottom: 30px; padding-bottom:20px;  text-align: center; text-transform: uppercase; position: relative;}
h1-line::before {background: #2d3e50 none repeat scroll 0 0;bottom: 0;content: "";height: 2px;left: 0;margin: 0 auto;position: absolute;
right: 0;text-align: center;width: 60px;}
h2{font-size:30px; color: #1f1f1f; font-weight:600; margin-top: 20px; margin-bottom: 15px; line-height:normal; position: relative; text-transform: uppercase;}
h3{font-size:22px; color: #1f1f1f; font-weight:700; margin-bottom: 20px; line-height: normal;}
h4{font-size:18px; font-weight:600; margin-bottom: 15px; }

.banner{margin-top: 36px;padding: 0;}
.banner img{width: 100%;}

.banner-inner{background-position: center; background-repeat:no-repeat; background-size:cover; margin:auto; position: relative;}
.banner-inner .overlay::after {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url(images/overlay.png);
z-index: 0; opacity: 0.6; }

.banner-inner p{color:#FFFFFF; text-align:center; font-weight:700; text-transform: uppercase; margin:0; margin-top:187px; font-size:40px;  line-height: normal; text-shadow: 1px 1px rgba(0,0,0,0.5);position: relative;
z-index: 1;}
.banner-inner p b{font-weight:700;}

.breadcrumb-wrap{background-color: #f5f5f5;}
.breadcrumb {padding: 8px 15px;margin-bottom: 0px;list-style: none;background-color:transparent;border-radius: 0px;font-size: 12px;}

/*ol,ul{list-style:decimal; padding:0; margin:0;}*/

.lst-num, .no-bullet, .disc-bullet{padding:0; padding-left: 15px; text-align:left; margin-bottom:10px; font-weight: 400;}
.lst-num li{margin:0px; padding:5px 0px 0px 5px;list-style-type:decimal;}
.lst-num li ol li{margin:5px 10px;padding:3px 20px 0px 5px;list-style-type: lower-alpha;}

.no-bullet li{margin:0px; padding:5px 0px 0px 5px;list-style-type: none;}
.disc-bullet li{margin:0px; padding:5px 0px 0px 5px;list-style-type: disc;}

/* -----  Equal Column Height Style ------ */
.equal-height-wrap { display: table; width: 100%;}
.equal-height-inner {display: table-cell; float: none;vertical-align: middle;}
.equal-height-img {background-position: left center; background-size: cover; background-repeat:no-repeat;}
.equal-height-txt {padding: 40px 70px; text-align:left;}
.equal-height-txt h2 {margin: 0 0 15px; font-weight:600; }
.equal-height-txt p{font-size:15px; line-height: 27px; text-align:justify}
.equal-height-txt .b-line{margin-bottom: 35px;}

.event-title{background: #ff9d01;text-align: center;color: #fff;border-radius: 10px; padding: 15px; margin-top: 0;
    margin-bottom: 30px;}
    
@media screen and (max-width:767px){
.iwtHeader{position: inherit;} 
.banner {margin-top: 0;}
    
h1{font-size: 26px; padding-bottom: 10px;}
h2{font-size: 24px;}
h3{font-size: 20px; font-weight: 600;}
    
.breadcrumb{padding: 8px 0px;}    
.white{padding-top: 30px; padding-bottom: 30px;}    
.gray{padding-top: 30px; padding-bottom: 30px;}    

.equal-height-wrap,.equal-height-inner{display: block;}
.equal-height-img{height: 300px;}
.equal-height-txt {padding: 30px 15px;overflow: auto;}
.equal-height-txt li{margin-right: 15px;}    
    
.banner-inner{min-height: 250px;}    
.banner-inner p{font-weight: 700;margin-top: 100px; font-size: 30px;}     

.p-title{background: #f5821f; color: #fff; text-align: center; padding: 15px;}
.p-title h1{color: #fff; font-size: 23px; text-transform: none; font-weight: 600;line-height: normal; margin-bottom: 0px;
padding-bottom: 15px;}
.p-title h2{color: #fff; font-size: 18px; text-transform: none; margin: 0;}

.equal-height-txt .b-line {margin-bottom: 20px;}    
    
}

@media screen and (max-width:767px){
.e-img {display: block;}
.e-txt {display: block;}  
}
@media screen and (max-width:540px){
.equal-height-txt > div{width: 100%;}
.equal-height-txt li { margin-right: 0px;} 
.equal-height-img { height: 250px;}
.equal-height-txt h2{}
.banner-inner{min-height: 157px;}    
.banner-inner p{font-weight: 700;margin-top: 59px; font-size: 25px;}    

}


@media screen and (min-width:768px) and (max-width:991px){
.iwtHeader{position: inherit;}
.banner{margin-top: 0px;}
.equal-height-wrap,.equal-height-inner{display: block; width: 100%}
.equal-height-img{height: 350px;} 
.equal-height-txt {overflow: auto;}
}


@media screen and (min-width:992px) and (max-width:1199px){
.equal-height-txt {padding: 40px 40px;} 
.equal-height-txt li{margin-right: 15px;}    
}


@media screen and (min-width:1199px) and (max-width:1280px){
.equal-height-txt {padding: 40px 40px;} 
}

@media screen and (min-width:1367px) and (max-width:1920px){
.container{ width:100%; max-width:1750px; padding-left:50px; padding-right:50px;}
}


.header-title {
    background: #2597a2;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.event-banner{
    padding-bottom: 30px;
    /*min-height: 300px;*/
}
.event-banner p{ margin-top: 70px;}
.event-banner .date-details , .event-banner .other-details {
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
    margin-top: 20px;
    font-size: 20px;
    line-height: normal;
    text-shadow: none;
    position: relative;
    z-index: 1;
}
.event-banner .date-details {
    font-size: 25px;
}
.reg-sec .reg-box{
    vertical-align: top !important;
    text-align: left;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    border: 3px solid #f2f2f2;
    /*display: table-cell;*/
    float: none;
}
.reg-sec .reg-box .icon {
    color:#fff;
    background-color: #112e56;
    box-shadow: 0px 0px 0px 4px
    rgba(32,78,140,0.31);
}
.reg-sec .reg-box  .icon {
    text-align: center;
    display: block;
    font-size: 48px;
    margin: auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.radio-lbl{font-weight: normal !important;}
.event-details{color: #fff !important;}
.event-details {
    background: 
    #1e283a;
        
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.event-details .map iframe{
    border: 0;
    width: 100%;
    height: 270px;
}
.event-details .e-icon .fa{ color: #2597a2;}
.agenda-box{ border: 1px solid #2597a2; padding: 30px; }
.dtl{margin-bottom: 10px;}
fieldset{
    border: 1px solid #2597a2 !important;
    margin: 0;
    min-width: 0;
    padding: 10px 30px;
    position: relative;
    border-radius: 4px;
    text-align: left !important;
}
legend{ border: 0; width: auto; padding: 5px 10px; font-weight: 700; font-size: 18px; margin-bottom: 10px;}
.contact-no-box{
    padding: 20px;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 10px;
}
.sp-name{font-weight: 500;}
@media screen and (max-width:767px){
    legend{font-size: 16px; font-weight: 600;}
}

.reg-form .error-msg { color: #ee1010; font-size: 12px; }
.reg-form .icon-caution{font-size: 15px;}
.reg-form  h2{ color:#fff; text-align:center;}
.reg-form   {text-align: left !important;}
/*.reg-form   {background:#1e283a url(https://udyogwardhini.com/images/enquiry-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; position: relative; padding-top: 20px; padding-bottom: 20px; }*/
.reg-form .over::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(245,130,31,0.50); z-index: 0;}
.form-row {margin-right: -5px;margin-left: -5px;}

.form-row > [class*="col-"] {padding-right: 5px; padding-left: 5px;}    
.form-group { margin-bottom: 15px;}
.form-control{box-shadow:none;}    
.form-control::placeholder{color: #000 ; opacity: 0.6;}
.reg-form input[type="text"], .reg-form select, .reg-form textarea{ border:solid 1px; border-color:rgba(216,216,216,.8); background:rgba(255,255,255,.8); color:#333333; font-size:14px; font-weight:400; width:100%; padding: 12px; border-radius: 2px;margin-top: 5px}
/*.reg-form textarea{border:solid 1px; border-color:#d7d7d7; background:#d7d7d7; color:#000; font-size:14px; font-weight:400; width:100%; padding:10px; border-radius: 2px;}*/
.reg-form label{ display: inline; font-weight: 500;}    
.reg-form .button {-moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.reg-form .button {border:solid 2px #2597a2  ; color:#fff; background: #2597a2; padding:12px; text-transform:uppercase; font-size:17px; line-height:20px; border-radius: 5px;}
.reg-form .button:hover{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background:#1e283a; border:solid 2px #1e283a;    }
    
.reg-form .capcha{text-align: center; background:#1e283a url(images/capcha-bg.png); padding: 11px; border-radius: 2px;}
.field-hint{    font-size: 12px; opacity: 0.7; float: right;}

/* banner image desktop  start*/
     @media(min-width:768px){
        .inner-banner-desk-image {
                width: 100%;
                height: auto;
                display:block;
            }
            
        .inner-banner-image {
            display: none;
     }
       }  /* banner image desktop  end*/

        /* banner image mobile start*/
       @media(max-width:767px){
        .inner-banner-image {
                width: 100%;
                height: auto;
                display: block;
            }
            .inner-banner-desk-image {display: none;}
       }
       /* banner image mobile end */

/* Create two equal columns that floats next to each other */
#breadcrumb-with-title .column1 {
    float: left;
    width: 20%;   
    padding-top: 22px; 
  }
  #breadcrumb-with-title .column2 {
    float: right;
    width: 80%; 
    text-align: right;   
  }  
  /* Clear floats after the columns */
  .breadcrumb-with-title .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 450px) {
    #breadcrumb-with-title .column1, #breadcrumb-with-title .column2 {
      width: 100%;
    }
  }     