body{
	margin:0px;
	padding: 0px;
	background: #fff;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/'Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.padd0{
  padding: 0px;
}
.homeSlideSec{
	width:100%;
	padding: 0px;
}
.img-responsive{
	max-width: 100%;
}
.owl-carouselHome .owl-nav{
	display: none;
}
.segme_heding{
	 font-family: 'Montserrat-Regular';
	 text-transform: uppercase;
	 font-size: 30px;
	 color: #2c2e35;
	 text-align: center;
	 margin:10px auto;
	 margin-bottom: 0px;
}
.seg_img{
	max-width: 100%;
	margin: auto;

}
.red_wrp{
	width: 100%;
	min-height: 600px;
	padding-top: 50px;
	background: #152861;
}
.ribbon-wrapper {
  position: relative;
  z-index: 998;
}
.ribbon-front {
  background-color: #ee2c1b;
  height: 50px;
  width: 104%;
  position: relative;
  left: -10px;
  z-index: 2;
  font: 20px;
  padding-top: 13px;
  font-family: 'Montserrat-Regular';
  color: #f8f8f8;
  text-align: center;
  text-shadow: 0px 1px 2px #cc6666;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {
}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  top: 50px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
  left: -10px;
  border-color: transparent #ee2c1b transparent transparent;
}

.ribbon-edge-topleft {
  top: -5px;
  border-width: 5px 10px 0 0;
}
.ribbon-edge-bottomleft {
  border-width: 0 10px 0px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
  left: 99%;
  border-color: transparent transparent transparent #9b1724;
}

.ribbon-edge-topright {
  top: 0px;
  border-width: 0px 0 0 10px;
}
.ribbon-edge-bottomright {
  border-width: 0 0 5px 10px;
}

@-webkit-keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 100px;
    opacity: 0.3;
  }
  100% {
    left: 180px;
    opacity: 0;
  }
}
@keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 100px;
    opacity: 0.3;
  }
  100% {
    left: 180px;
    opacity: 0;
  }
}

.glow {
  background: rgb(255, 255, 255);
  width: 40px;
  height: 100%;
  z-index: 999;
  position: absolute;
  -webkit-animation: flow 1.5s linear infinite;
  -moz-animation: flow 1.5s linear infinite;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  border-left: 1px solid #fff;
}

.sponsor_list{
	width: 100%;
	padding: 10px;
}
.cusSli{
	padding: 7px;
}
.acPartner{
	/*background: #f2f3f3;*/
	margin: 10px
}
.acPartner img{
	max-width: 80%;
	margin: auto;
}
.sy_footer{
	background:#232D62;
	padding: 15px 0px;

}

.sy_btnfooter,.socialmedia_sy{
	list-style: none;
	display: block;
	width: 100%;
  padding-left: 0px;
	margin-top: 20px;
}
.sy_btnfooter li{
	display: inline-table;
	/*padding-right: 20px;*/
	width: 25%;

}
.sy_btnfooter li:last-child{

}
.sy_btnfooter li a{
	font-family: 'Montserrat-Regular';
	color: #fff;
	display: block;
	font-size: 15px;
}
.socialmedia_sy{
	margin-top: 7px;
  text-align: right;
}
.socialmedia_sy li{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.socialmedia_sy li a{
	color: #fff;
	padding: 10px 15px;
	font-size: 30px;
	font-family: 'Montserrat-Regular';
}
.sy_btn_copy{
	margin: 0px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-size: 16px;
}
.sy_btn_copy a{
	color: #fff;
}
.text_syRight{
	text-align: right;
}
.logo_head_sy{
	font-size: 22px;
  padding-left: 42px;
}
.leftRigist{
  border-radius: 0px !important;
  background: #ccc !important;
  font-family: 'Montserrat-Regular';
  width: 215px;
  text-align: center;
  left: -82px !important;
}
.brocher_new{
  background: #000 !important;
  color: #fff !important;
  /*width: 240px !important;*/
  height: 32px !important;
  right: -180px !important;
  text-transform: uppercase;

}
/*.brocher_new:before{
    content:"";
    position:absolute;
    background: #ccc;
    top:0;
    left:-25px;
    bottom: 0;
    width: 35px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.brocher_new:after{
    content:"";
    position:absolute;
    background: #ccc;
    top:0;
    right:-25px;
    bottom: 0;
    width: 35px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}*/

.brocher_new li{
  font-family: 'Montserrat-Regular';
  color: #fff !important;
  height: 39px;
  text-align: center;
  position: relative;
  top: -7px;
  padding-top: 13px;
}
.brocher_new li a{
   color: #fff !important;
   text-decoration: none;
   
}
.brocher_new .brocher_color{
  background: #ccc !important;
  color: #000 !important;
}
.brocher_new .brocher_color a{
  color: #000 !important;
}
.leftRigist a{
  color: #000 !important;
}
.leftRigist:before{
    content:"";
    position:absolute;
    background: #ccc;
    top:0;
    left:-25px;
    bottom: 0;
    width: 35px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.leftRigist:after{
    content:"";
    position:absolute;
    background: #ccc;
    top:0;
    right:-25px;
    bottom: 0;
    width: 35px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.vedioContainer{
  width:100%;
  position: relative;
  /*min-height: 200px;*/
  /*background:#232D62;
  padding: 30px;*/
}
.banner_vedio{
 max-width: 100%;
 cursor: pointer;
 margin: 0px auto;
}
.vedio_flag{
  width: 100%;
  height: auto;
}
.ftco-navbar-lightn{
   background:#232D62 !important;
}
.leftside-f{
  text-align: right;
}
.banner_vedio_play{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 9999;
  width:70px;
}

.popUp_one{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.body_popUp{
  position: relative;
  width: 50%;
  min-height: 250px;
  margin: auto;
  left: 0;right: 0;
  top: 0;
  bottom: 0;
  padding: 50px 50px;
  z-index: 88;
  margin-top: 5%;
}
.body_popUp2{
  width: 60%;
}
.popBg1{
  
  background: url('../images/popUpform.jpg') no-repeat center;
   background-size: 100% 100%;
}
.popBg2{
   background: url('../images/popone2.jpg') no-repeat center;
   background-size: 100% 100%;
}
.detail_head{
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  margin: 0px;
  margin-bottom: 15px;
  color: #fff;
}
.bro_detail {
  padding-bottom: 50px
}
.bro_detail input{
    font-family: 'Montserrat-Regular';
    height: 47px !important;
}
.bro_detail button{
  background: #d92028 !important;
  font-family: 'Montserrat-Regular';
  border-radius: 4px !important;

}
.labelForm{
  padding: 10% 0% 15% 0%; 

}
.popImg3{
  padding-top: 5%;
}
.labelForm p{
  font-family: 'Montserrat-Regular';
  font-size: 17px;
  color: #fff;
  margin: 0px;
  text-align: center;
}

.labelForm span{
  font-family: 'Montserrat-Regular';
  font-size: 11px;
  color: #fff;
  display: block;
  text-align: center;
}
.col-p img{
 /* max-width: 90%;*/
  margin: auto;
  display: block;
}
.col_thirt img{
  max-width: 100%;
  /*margin-top: 20px;*/
}
.cancel_pop{
  position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    padding-top: 3px;
    top: -9px;
    right: -6px;
    cursor: pointer;
}
.text-error{
  font-family: 'Montserrat-Regular';
  color: red !important;

}
.segmentCom{
  width: 100%;
  min-height: 300px;
  background: #232D62;
  padding: 100px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.segmentCom p{
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 60px;
  font-weight: bold;
}
/*.slick-prev:before {
  content: "<";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: ">";
  color: red;
  font-size: 30px;
}*/
.position_revert{
  position: revert
}
.sponsor_listing_mum{
  width: 90%;
  background: #f1f1f2;
  position: absolute;
  left:5%;
}
.slideArr .slick-arrow{
  width: 30px;
  height: 40px;
  background-size: contain !important;
}  
.slideArr .slick-prev,.slideArr .slick-prev:hover,.slideArr .slick-prev:focus{
  background: url('../images/leftArrow.jpeg') no-repeat center;
}
.slideArr .slick-next,.slideArr .slick-next:hover,.slideArr .slick-next:focus{
  background: url('../images/rightArrow.jpeg') no-repeat center;
}
.slideArr .slick-prev:before{
  content: none;
}
.slideArr .slick-next:before{
  content: none;
}
.mumLine{
  height: 110px;
}
.mumLine img{
  border: 1px solid #333;
}

/* inteli*/

.bgInteSeries{
  /*border-top:1px solid #fff;
  border-bottom:1px solid #fff;*/
  background: #da2129;
  width: 100%;
  padding: 15px 0px;

}
.imgInte_se{
  width: 70%;
}
.font_headbold{
    font-size: 30px;
    color: #232D62;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 37px;
    text-align: right;
    margin: 0px;
    margin-top: 27px;
}
.font_headbold span{
  color: #fff;
}
.ul_subCount{
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin: 40px auto;

}

.ul_subCount li{
  display: inline-table;
  color: #da2129;
  width: 32%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 44px;
   font-family: 'Montserrat';
  font-weight: bold;
  min-height: 130px: 
}
.ul_subCount li p{
  color: #232D62;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;

}
.iconSpeaker{
  width: 100%;
  padding: 10px 15px;
  min-height: 80px;
  background: #d0d2d3;

}
.icon_head{
      font-size: 44px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #110a3c;
    margin-top: 61px;
}
.icon_speak_img{
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.icon_speak_img li{
  display: block;
  float:left;
  width:17%;
  padding: 10px 0px;
  box-sizing: border-box;

}
.icon_speak_img li .img_sec{
  width: 100%;
}
.icon_speak_img li .img_sec img{
  margin: auto;
}
.icon_speak_img li p{
  margin: auto;
  font-family: 'Montserrat';
  font-size: 12px;
  color: #ef2d1b;
  margin: 0px;
  text-align: center;

}
.icon_speak_img li p span{
  color: #2c2e35;
  display: block;
   font-size: 10px;

}
.mapLocation{
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin: 50px auto;
}
.mapLocation li{
  width: 12%;
  display: inline-table;
}
.mapLocation li p{
 color: #110a3c;
  display: block;
  text-align:center;
  font-family: 'Montserrat';
  font-size: 13px;
  margin-top: 10px;
}
.mapLocation_2 li{
    width: 16%;
    margin-bottom: 17px;
    padding: 10px 10px;
}
.testinomial{
  /*text-align: center;*/
  margin: 0px;
  padding: 0px;
  margin: 50px auto;
}
.testinomial li{
  width: 16.33%;
  display: inline-table;
  
  font-family: 'Montserrat';
}
 .testinomial li .trs_bor{
  position: relative;
  border: 1px solid #1e2c61;
  min-height: 300px;
  padding: 10px;
  margin-bottom: 80px;
}
.testinomial li .trs_bor .upperclass{
    width: 140px;
    margin: 0px auto;
    display: block;
    margin-top: -64px;
}
.testinomial li .trs_bor h4{
  color: #ef2d1b;
  font-size: 15px;
   margin: 0px;
  text-align: center;
}
.testinomial li .trs_bor h6{
  color: #152961;
  font-size: 11px;
  font-weight: 100;
   margin: 0px;
  text-align: center;
}
.testinomial li .trs_bor p{
  color: #2c2e35;
   margin: 0px;
  font-size: 11px;
  text-align: center;
}
.testinomial_demo{

}
.testinomial_demo li{
  width: 33%;
    padding: 0% 6%;
    display: inline-table;
    font-family: 'Montserrat';
}
.tri_abs{
      position: absolute;
    bottom: -12px;
    width: 23px;
    right: 17px
}
.js_slide{
  padding: 0px 10px;
}
.jsSlide_arrow .slick-prev, .jsSlide_arrow .slick-next{
  width: 30px;
  height: 20px;
  background: red;
  z-index: 999;
}
.jsSlide_arrow .slick-prev{
  left:0;
  background: url('../images/ISJourney/Introduction-21.png') no-repeat;
  background-size:contain; 
}
.jsSlide_arrow  .slick-next{
  right: 0px;
  background: url('../images/ISJourney/Introduction-22.png') no-repeat right;
  background-size:contain;
}
.jsSlide_arrow .slick-prev:before, .jsSlide_arrow .slick-next:before{
  content:none;
}
.titleDesc{
  font-size: 37px;
  color: #152961;
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  margin:0px;
  margin-bottom: 15px;
}
.ab_paraDesc{
  color: #2c2e35;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 50px;

}
.catDesign_com{
  width: 100%;
  margin: 0px;
  padding: 0px;

}
.catDesign_com li{
  width: 32%;
  display: inline-table;
  text-align: center;
} 
.catDesign_com li p{
  color: #2c2e35;
  font-family: 'Montserrat-Regular';
  font-size: 13px;
}
.bg_ele{
  background: #1e2c61;
  padding: 10px 15px;
  padding-top: 23px;
}
.ele_desc{
  margin: 0px;
    padding: 0px;
    position: relative;
    color: #ffffff;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 25px
}
.ele_desc span{
      position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #fff;
    top: 10px;
    left: 0;

}
.submi_btn{
  text-align: center;
}
.submi_btn span{
  color: #ef2d1b;
    padding: 10px 15px;
    border: 1px solid #ef2d1b;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    border-radius: 50px;
    margin-top: 25px;
    display: inline-block;
}
.col_mumpavilion{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  margin: 50px auto;
}
.col_mumpavilion li{
  display: inline-table;
  width: 22%;
  padding: 10px 7px;
}
.col_mumpavilion li img{
  max-width: 100%;
  margin: 0px auto;
  margin-bottom:15px;
}

.col_exhibitor img{

  /*width: 14%;*/
    padding: 10px;
    /*border: 1px solid;*/
    border-radius: 100%;
   
}
.col_exhibitor li{
      width: 14%;
        /*padding: 50px;*/
         margin: 20px;
}
.txtIdac .form-control{
  border: 1px solid #222D61 !important;
  font-family: 'Montserrat-Regular' !important;
  color: #D82028 !important;
  height: 48px !important;
 border-radius: 16px;
}
.txtIdac .form-control::-webkit-input-placeholder { /* Edge */
  color: #D82028 !important;
}

.txtIdac .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #D82028 !important;
}

.txtIdac .form-control::placeholder {
   color: #D82028 !important;
}
.txtIdac textarea{
border: 1px solid #222D61 !important;
color: #D82028 !important;
}
.txtIdac .btn-submit{
  background:#D82028 !important;
  color: #fff !important;
  line-height: 10px;
  font-family: 'Montserrat' !important;
  font-weight: bold;
  border-radius: 16px;
  width: 113px;
  text-align: center;
}
.for_text h2{
   font-family: 'Montserrat' !important;
   color: #232D62 !important;
    font-weight: bold;
}
.info_idac{
  margin-bottom: 30px;
}
.info_idac h2{
 color: #D82028 !important;
 text-transform: uppercase;
  font-weight: bold;
font-weight: normal;
 font-family: 'Montserrat' !important;
}
.info_idac p{
  color: #231F20 !important;
  font-family: 'Montserrat' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin: 0px !important;
}
.padd_left_20{
  padding-left: 30px;
  margin-top: -61px;
}

.digitalRed{
  background: #D82028;
  width: 100%;
  min-height: 750px;
  padding-top: 51px;
  padding-left: 15px;
  padding-right: 15px; 
  padding-bottom: 15%;
  color:#fff;
  font-family: 'Montserrat-Regular';


}
.digi_red{
  padding-right: 0px;
}
.digi_block{
  padding-left: 0px;
}
.digi_count{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-top: 31px;
}
.digitalRed p{
  color: #fff;
  margin-bottom: 30px;
  font-size: 13px;
  font-family: 'Montserrat-Regular';
}
.digi_count li{
     display: table;
    padding-left: 10%;
    border: 1px solid #232D62;
    border-left: 0px;
    font-size: 28px;
    padding-right: 17px;
    margin-bottom: 30px;
}
.digi_count li span{
   color: #D82028;
   display: block;
   text-align: right;
   font-weight: bold;
   font-family: 'Montserrat';

}
.digi_count li p{
  color: #232D62;
  text-align: right;
   font-weight: bold;
   font-family: 'Montserrat';
   margin: 0px;
}
.padd_digiCount2{
    padding-left: 17% !important;
}
.padd_digiCount3{
   padding-left: 19% !important;
}
.bottom_digital{
 list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: -18%;

}
.bottom_digital li.first_btm_digi{
  width: 42%;
}
.bottom_digital li{
  width: 11%;
  display: inline-table;
  vertical-align: middle;
}
.bottom_digital li img{
  margin: 0px auto;
  display: block;
}
.bottom_digital li p{
      margin: 0px;
    font-size: 11px;
    text-align: center;
    font-family: 'Montserrat-Regular';
    line-height: 13px;
}
.gallery_size{
  width:100%;
  min-height: 220px;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery_size img{
  max-width: 100%;
}
@media(min-width:768px) and (max-width: 991px){
  .testinomial_demo li{
        width: 32%;
        padding: 0% 2%;
  }
  .sy_btnfooter li a{
    font-size: 11px;
  }
  .socialmedia_sy li a{
        padding: 10px 11px;
  }
}
@media(min-width:320px) and (max-width: 767px){
  .padd_left_20{
    padding-left: 15px;
    margin-top: 15px;
  }
  .bottom_digital{
    margin-top: 0%;
    text-align: center;
  }
  .digitalRed{
    min-height: auto;
  }
  .bottom_digital li{
    width: 32%;
    margin-bottom: 15px;
  }
  .bottom_digital li.first_btm_digi{
    width: 100%;
  }
  .col_exhibitor li{
    width: 49%;
  }
  .testinomial_demo li{
        width: 100%;
        padding: 0% 2%;
  }
/*  .padd_left_20{
    padding-left: 0px;
    margin-top: 0px;
  }*/
  .icon_speak_img li,.ul_subCount li{
    width: 100%;
  }
  .mapLocation li{
    width: 20%;
  }
  .col-p img{
    max-width: 45%;
    margin-bottom: 15px;
  }
  .brocher_new{
      right: -124px !important;
  }
  .sy_btnfooter,.leftside-f{
    text-align: center;
  }
  .socialmedia_sy,.text_syRight{
    text-align: center;

  }
  .sy_btn_copy{
    text-align: center;
    margin-bottom: 10px;
  }
  .sy_btnfooter li{
    width: 100%;
  }
  .body_popUp{
    width: 90%;
  }
  .body_popUp{
    padding:21px;
  }
  .position_revert{
  position: relative;
}
  .sponsor_listing_mum{
  width: 90%;
  background: #f1f1f2;
  position: relative;
  margin: auto;
  left:0%;
  } 
}


/* The image inside the container */
.col_exhibitor .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio while covering the container */
    transition: transform 0.3s ease; /* Add smooth zoom animation */
}

/* Add the hover effect */
.col_exhibitor a:hover .img-responsive {
    transform: scale(1.2); /* Adjust the scale factor as needed */
}
.col_exhibitor span {
        font-size: 14px;
}