@charset "utf-8";

/* CSS Document */
body {
	font-family: 'PoppinsRegular' !important;
	font-size: 15px;
	line-height: 1.5;
	background: #efebec;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover.exhibitor-btn,
a:hover.visitor-btn {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

.slick-next{background:url(../images/next-arrow-img.png) no-repeat center 0px;background-size:50%;}
.slick-next:before{content: '';display:none;}
.slick-next, .slick-prev{width:45px;height:45px;}
.slick-next:focus, .slick-next:hover{background:url(../images/next-arrow-img.png) no-repeat center 0px;background-size:50%;}
.slick-prev{left:-70px;}
.slick-next{right:-70px;}
.slick-prev{background:url(../images/prev-arrow-img.png) no-repeat center 0px;background-size:50%;}
.slick-prev:before{content: '';display:none;}
.slick-prev:focus, .slick-prev:hover{background:url(../images/prev-arrow-img.png) no-repeat center 0px;background-size:50%;}


.topsection {
	margin-top: 22px;
}

.topheader {
	border-radius: 20px;
	overflow: hidden;
	background: url(../images/banner-img.jpg) no-repeat 0px 0px;
	background-size: cover;
	padding: 50px 50px 100px 50px;
}

.topheader .details {
	width: 58%;
	float: left;
	text-align: left;
}

.topheader .details p {
	color: #fff;
	width: 66%;
	padding-top: 10px;
}

.container {
	position: relative;
}

.form-section {
	position: fixed;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid rgba(21, 76, 107, 0.16);
	box-sizing: border-box;
	box-shadow: 0px 4px 25px rgb(0 0 0 / 15%);
	backdrop-filter: blur(74px);
	top: 20%;
	border-radius: 15px;
	width: 420px;
	margin-left: 685px;
	padding: 18px 30px;
	z-index: 9;

}

.form-control {
	border: 0px;
	border-radius: 8px;
	margin-bottom: 12px;
	border: solid 1px #d9d9d9;
	box-shadow: none;

}
textarea.form-control{width:100%;}
.left-section {
	width: 55%;
	float: left;
	overflow: hidden;
}

.left-section h2 {
	color: #0F62AE;
	font-size: 30px;
	position: relative;
	margin-bottom:15px;
}

.left-section h2::after {
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 20px;
	left: auto;
	background: #0F62AE;
	height: 1px;
	z-index: 999;
	margin-left: 18px;
}

.left-section p {
	padding-top: 30px;
	font-family: 'PoppinsLight';

}
.certification .col-md-4{margin-bottom:22px;}
.certification .col-md-4 img{filter: drop-shadow(0px 10px 6px rgba(21, 76, 107, 0.16));
    border-radius: 20px;}
	.image-link {
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	  }
	  
	  
	  /* This block of CSS adds opacity transition to background */
	  .mfp-with-zoom .mfp-container,
	  .mfp-with-zoom.mfp-bg {
		  opacity: 0;
		  -webkit-backface-visibility: hidden;
		  -webkit-transition: all 0.3s ease-out; 
		  -moz-transition: all 0.3s ease-out; 
		  -o-transition: all 0.3s ease-out; 
		  transition: all 0.3s ease-out;
	  }
	  
	  .mfp-with-zoom.mfp-ready .mfp-container {
			  opacity: 1;
	  }
	  .mfp-with-zoom.mfp-ready.mfp-bg {
			  opacity: 0.8;
	  }
	  
	  .mfp-with-zoom.mfp-removing .mfp-container, 
	  .mfp-with-zoom.mfp-removing.mfp-bg {
		  opacity: 0;
	  }
	  
	  
	  
	  /* padding-bottom and top for image */
	  .mfp-no-margins img.mfp-img {
		  padding: 0;
	  }
	  /* position of shadow behind the image */
	  .mfp-no-margins .mfp-figure:after {
		  top: 0;
		  bottom: 0;
	  }
	  /* padding for main container */
	  .mfp-no-margins .mfp-container {
		  padding: 0;
	  }
	  
	  
	  
	  /* aligns caption to center */
	  .mfp-title {
		text-align: center;
		padding: 6px 0;
	  }
	  .image-source-link {
		color: #DDD;
	  }
	  
	 	


.products .container {
	background: url(../images/gredient-bg.jpg) no-repeat 0px 0px;
	background-size: cover;
	overflow: hidden;
	border-radius: 20px;
	padding: 30px;
}

.products .container h2 {
	margin-top: 0px;
	color: #fff;
}

.products .container h2:after {
	background-color: #fff;
}

.products .container p {
	color: #fff;
	padding-top: 16px;
}

.pro-bx {
	margin-bottom: 20px;
}

.pro-bx span {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	padding-top: 12px;
}
.product-box {
	margin-top: 22px;
}
.modal-dialog{position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	margin:0px;
	transform: translate(-50%, -50%)!important;}
.modal-content{background-color:#fff;box-shadow: none;border:0px;}
.slick-slide img{margin:0px auto;}
.close{position: absolute;
    z-index: 99;
    right: -11px;
    opacity: 1;
    color: #fff;
    background-color: #000!important;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    top: -11px;
    font-size: 28px;}
	.close:hover{opacity: 1;color: #fff;font-size: 28px;}
	.img-wrapper:hover .img-overlay{opacity: 1;}
#imagebox {
	padding-top: 40px;
  }
  @media screen and (min-width: 991px) {
	#imagebox {
	  padding: 60px 30px 0 30px;
	}
  }
  
  #imagebox .img-wrapper1 {
    position: relative;
   
    overflow: hidden;
    border-radius: 15px;
    height: 125px;
  }
  #imagebox .img-wrapper1 img {
	width: 100%;
  }
  
  #imagebox .img-wrapper1 .img-overlay1 {
	background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
	cursor: pointer;
    justify-content: center;
    align-items: center;
    opacity: 0;
    flex-wrap: wrap;
    align-content: center;
  }
  #imagebox .img-overlay1 i {
	color: #fff;
	font-size:15px;
	display:inline-block;
  }
  #imagebox .img-overlay1 strong{color: #fff;width: 100%;text-align: center;font-size:12px;}
  .brochure-btn a{background: linear-gradient(116.91deg, #41A95B 21.29%, #8DC660 78.42%);
	border-radius: 8px;margin-top:40px; padding:8px 0px;display:inline-block;color:#fff;width:100%;text-align: center;text-transform: uppercase;}
	.img-wrapper1 #overlay1 {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	transition: none!important;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #imagebox .img-wrapper1 .img-overlay1:hover {opacity: 1;}

  #imagebox #overlay1 img {
	margin: 0;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	padding: 5%;
  }
  @media screen and (min-width: 768px) {
	#imagebox #overlay1 img {
	  width: 60%;
	}
  }
  @media screen and (min-width: 1200px) {
	#imagebox #overlay1 img {
	  width: 50%;
	}
  }
  
  #imagebox #nextButton1 {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #imagebox #nextButton1:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#imagebox #nextButton1 {
	  font-size: 3em;
	}
  }
  
  #imagebox #prevButton1 {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #imagebox #prevButton1:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#imagebox #prevButton1 {
	  font-size: 3em;
	}
  }
  
  #imagebox #exitButton1 {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
  }
  #imagebox #exitButton1:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#imagebox #exitButton1 {
	  font-size: 3em;
	}
  }
/* The slider */





.details .logo {
	margin-bottom: 25px;
}

.details strong {
	font-size: 43px;
	font-family: 'PoppinsBold';
	color: #fff;
	line-height: 58px;
}

.social-icons .showOnLoad {
	display: block !important;
	margin-bottom: 0px;
}

.space-200 {
	padding: 200px 0px;
}

.space-30 {
	padding: 30px 0px 0px 0px;
}

.space-none {
	padding: 0px;
	margin: 0px;
}

.main-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
}

section {
	margin: 20px auto;
	
}

section.topsection {
	padding: 0;
	text-align: center;
}

.sectionheading {
	font-family: 'LatoBold';
	font-size: 20px;
	text-transform: uppercase;
	color: #0d1f75;
	margin: 40px auto;
}

.common-heading {
	font-family: 'latomedium';
	font-size: 30px;
	color: #031971;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.aboutsection {
	text-align: center;
}

.aboutsection p {
	width: 85%;
	margin: 0px auto;
}

.inquirybtn {
	position: fixed;
	top: 50%;
	right: 0px;
	cursor: pointer;
}

#commoninquirydiv .clearfix {
	display: none;
}

.fieldrow {
	width: 100%;
	float: left;
}

.form-section h2 {
	margin-top: 0px;
	text-align: center;
	font-size:26px;
	font-family: 'PoppinsMedium';
	margin-bottom: 18px;

}

.fieldrow.fullcomment {
	width: 100%;
	float: none;
}

#commoninquirydiv .tncblock .tnctext {
	text-align: left;
}

#commoninquirydiv .tncblock {
	margin-top: -10px;
}

#commoninquirydiv .tncblock .tnctext #ChkTNC {
	margin-top: 0px;
}

.submitbtn {
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 20px;
	display: inline-block;
	background: linear-gradient(116.91deg, #0F62AE 21.29%, #298CFF 78.42%);
	border-radius: 12px;
	color: #fff;
	border: 0px;
	width: 100%;
	margin-bottom: 12px;

}

.submitbtn:hover {
	background: linear-gradient(116.91deg, #298CFF 28.29%, #0F62AE 78.42%);
}


.validationinquire {
	left: 14px;
	margin-top: -6px !important;
}

.inquirybtn {
	display: none;
}

.suratthankyou.text-left {
	text-align: center;
	padding-bottom: 30px;
}

@media (max-width:1366px) {

	.form-section{top:15%;}
}
@media (max-width:1024px) {
	.form-section{position: initial;margin:50px auto 80px auto;width:100%;}
	.fieldrow{width:50%;float:left;}
	.fieldrow:nth-child(8){width:100%;}
	.fieldrow:nth-child(8) .form-control{width:98%;}
	.fieldrow .form-control{width:96%;}
	.topheader .details{width:100%;}
	.left-section{width:100%;}
	.about-img{width:100%;}

	
}
@media only screen and (max-width:767px) {
	.details strong{font-size: 35px;line-height: 46px;}
	.topheader .details p{width:100%;}
	.topheader{padding:30px;} 
	.form-section{margin:20px auto;}
	#imagebox .img-wrapper1{height:auto;}
	section#gallery{padding-top:0px;}
	.modal-dialog{width:90%;}
}

@media only screen and (max-width: 425px) {
	.common-heading {
		font-size: 20px;
	}

	.fieldrow,
	.fieldrow:nth-child(1),
	.fieldrow:nth-child(3),
	.fieldrow.fullcomment {
		width: 100%;
		display: block;
	}

	#commoninquirydiv .tncblock .tnctext {
		padding-top: 10px;
	}
}

@media only screen and (max-width:375px) {}



  .img-wrapper {
	position: relative;
	margin-top: 15px;
  }
  .img-wrapper img {
	width: 100%;
  }
  
  .img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
  }
  .img-overlay i {
	color: #fff;
	font-size: 35px;
  }
  
  #overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	padding: 5%;
  }
  
  @media screen and (min-width: 1200px) {
	#overlay img {
	  width: 40%;
	}
  }
  
  #nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	display:none;
  }
  #nextButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#nextButton {
	  font-size: 3em;
	}
  }
  
  #prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	display:none;
  }
  #prevButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#prevButton {
	  font-size: 3em;
	}
  }
  
  #exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
  }
  #exitButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#exitButton {
	  font-size:30px;
	  cursor: pointer;
	}
  }