@charset "utf-8";
/* all pages */
*:focus {
	/* outline: 1px solid #1a519182; */
}
h2{
    -webkit-margin-after: 0;
    margin: 0;
    font-size: 28px;
    font-weight: inherit;
    color: #052f53;
	margin-top: 10px;
}
HTML,BODY{
	margin:0px;
	padding:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#000;
	width:100%;
	text-align:center;
}
HTML{
	scroll-behavior: smooth;
}
BODY{


}
.flexcenter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.link{
	color:#1a5191;
	text-decoration:underline;
	text-wrap:nowrap;
}
.desk_hide{
	display: none;
}

img{
 border: 0;
}
body{
	/*background:url(../images/bg.jpg) top center no-repeat;*/
	/*background-size:cover;*/
}
.line_1px{
	position: relative;
	width: 100%;
	height: 2px;
	background-color: white;
	opacity: 0.5;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.p-rel{
	position: relative;
}
.mainLogo{
	position: absolute;
	top: 65px;
	left: 0;
	text-align: left;
	width: 160px;
}
.mainMenu{
	position:relative;
	top: 83px;
	float:right;
}

.footerBG .mainMenu{
	top: 19px;
	color: white;
	/* filter: brightness(13.5); */
}
.footerBG .mainLogo{
	top: 14px;
	color: white;
	/* filter: brightness(13.5); */
	/* filter: saturate(); */
	/* filter: saturate(8.5); */
}
.menuText{
	font-size:14px;
	font-weight:500;
}
.mbutton img{
}
.mbutton > .b-line{
	display: none;
}
.selected{
	font-weight: bold !important;
}
.selected > .b-line{
	display: block;
	width: 100%;
	background-color: #ebebeb;
	position: absolute;
	bottom: -18px;
	height: 8px;
}

.menuText > A{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 20px;
	font-weight:500;
	text-decoration:none;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.menuText > A:last-child{
	margin-left:0px;
}

.ml-5{
	margin-left: 5px !important;
}
.ml-15{
	margin-left: 15px !important;
}
.mr-5{
	margin-right: 5px !important;
}
.mbfi{
	margin-bottom: -7px !important;
}


video {
	position: absolute;
	/*top: 50%;*/
	/*left: 50%;*/
	top: 130px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	/*transform: translateX(-50%) translateY(-50%);*/
	transition: 1s opacity;
	/* width: 100%; */
}

#homepagedemo_m{
 display:none;
}
#playbgvideo{
    width: 300px;
    height: 200px;
    position: absolute;
    background-color: rgba(0,255,108,0.0);
    background-image:url(../images/play-outlined-circular-button.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    z-index: 99;
    cursor: pointer;
    left: 50%;
    margin-left: -150px;
    top: 195px;
    display:none;
    cursor:pointer;
}
#burgerBtn{
	display:none;
	height:100px;
	width:100px;
	position: absolute;
	left: 27px;
    top: -14px;
}
#burgerBtn img{
	height:100px;
	width:100px;
}
#burgerMenu{
	display: none;
	position: absolute;
	right: 0px;
	top: 12.1vw;
	background-color: rgb(13, 67, 138) !important;
	/* width: 515px; */
	font-size: 7vw;
	color: white;
	padding: 3vw 4vw  3vw 4vw;
	text-align: right;
	/* white-space: nowrap; */
	background: rgb(13,67,138);
	background: linear-gradient(0deg, rgba(13,67,138,1) 96%, rgba(11,54,111,1) 100%);
}
#container{
	width:100%;
	margin:auto;
	position:relative;
	z-index:100;
}
#container_inner{
	width:100%;
	margin:auto;
	position:relative;
	z-index:100;
	/* background:url(../images/container_bg3.png) top center no-repeat; */
	/* top:290px; */
}
#topMenu{
	width:100%;
	background-color:rgba(255,255,255,1);
	height:130px;
	top:0px;
	position:absolute;
	transition: top 50ms;
	position: relative;
	z-index:1001;
	color: #1a5191;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

.fullVidBtn{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    width: 272px;
    text-align: center;
    color: white;
    font-size: 23px;
	font-weight: 500;
	cursor: pointer;
}
.innerContainer{
	position:relative;
	width:1000px;
	margin:auto;
}
#pageData{
	position:relative;
	width:100%;
	z-index:1;
	background-color:#fff;
	top: 464px;
	vertical-align:top;
	-webkit-transition: top 500ms;
	transition: top 500ms;
	/* min-height: calc(100vh - 130px); */
}
.textData{
	position:relative;
	margin:auto;
	width:100%;
	font-size:16px;
	color:#1a5191;

}

.bigTitle1{
	font-weight: bold;
	font-size: 40px;
	color: #1a5191;

}
.midTitle{
	text-align: center;
  width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
}
.imboxContainer{
	display: flex;
	justify-content: space-around;
}
.imbox{
	/* width: 314px; */
	/* height: 314px; */
	position: relative;
	cursor: pointer;
}
.imbox span{
	position: absolute;
    bottom: 1px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
	text-align: center;
	text-shadow: 3px 2px 2px rgba(26,81,145,0.27);
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: transform .2s ease, opacity .2s ease;
	opacity: 0.7;
  }

  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
	transform: scale(1.07);
	opacity: 1;
  }
  .img-act img{
	opacity: 1 !important;
  }




.img-hover-zoom2 img {
	transition: transform .2s ease, opacity .2s ease;
}


.img-hover-zoom2:hover img {
	transform: scale(1.07);
}


/* [1] The container */
.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
	width: 300px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.ti-30{
	font-size: 30px;
	font-weight: bold;
	color: #1a5191;
}
.tx-30{
	font-size: 30px;
	font-weight: regular;
	color: #1a5191;
}
.w-700r{
	width: 700px;

}
.btn-blue{
	display: block;
	width: 320px;
	height: 57px;
	background-color: #1a5191;
	color: white;
	font-size: 24px;
	text-align: center;
	border-radius: 14px;
	border: none;
	cursor: pointer;
}

.hoverscale{
	transition: transform .2s ease;
}
.hoverscale:hover{
	transform: scale(1.03);
	filter: brightness(1.1);
}




.w-1000{width: 1000px;}
.w-800{width: 800px;}
.w-680{	width: 680px;}

.hcent{
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.tx-mid{
	text-align: center;
}
.vcent{
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
H1{
	margin:0px;
	padding:0px;
	font-size:47px;
	color:#052f53;
	line-height: 40px;
	margin-bottom: 10px;
}
li{
	margin-bottom: 10px;
}
.regularText{
	font-size:20px;
	color:#007085;

}
.regularText > H1{
	margin:0px;
	padding:0px;
	font-size:28px;
	color:#e27500;
}



#birdsLeft{
	position:absolute;
	top:60px;
	left:0px;
	background:url(../images/birds_left.png) top right no-repeat;
	width:305px;
	height:700px;
	z-index:101;
	display:none;
}
#birdsRight{
	position:absolute;
	top:60px;
	right:0px;
	background:url(../images/birds_right.png) top left no-repeat;
	width:275px;
	height:603px;
	z-index:101;
	display:none;
}
#langBar{
	float:left;
	position:absolute;
	top:10;
	left:0px;

}
#langBar > a{
	color:#1a5191;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
#langBar > a:hover{
	color:#052f53;
}
.footerBG{
	position:relative;
	width:100%;
	height: 71px;
	background-color: #1a5191;
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
}
#footerBBG{
	position:relative;
	width:100%;
	height:85px;
	height: 253px;
	background:url(../images/bg_footer_b.png) top center no-repeat;
	height:500px;
}
#footerBBG > div > img{margin-left: -660px;}

.footerData{
	/* position:relative; */
	/* margin:auto; */
	/* min-width:1000px; */
	/* height:439px; */
	/* z-index:100; */
	/* display:block; */
	/* background:url(../images/footer_place.png) top center no-repeat; */
	/* top:-20px; */
}
#el_bubble{
	position:absolute;
	display:none;
	top:10px;
	left:10px;
	z-index:1000000;
}
.el_bubble_1{
	background:url(../images/popup_1.png) top left no-repeat;
	width:18px;
	height:16px;
}
.el_bubble_2{
	background:url(../images/popup_2.png) top left repeat-x;
	height:16px;
}
.el_bubble_3{
	background:url(../images/popup_3.png) top left no-repeat;
	height:16px;
	width:20px;
}

.el_bubble_4{
	background:url(../images/popup_4.png) top left repeat-y;
	width:18px;
}
.el_bubble_5{
	background-color:#fff;
	color:#000;
}
.el_bubble_6{
	background:url(../images/popup_6.png) top left repeat-y;
	width:20px;
}
.el_bubble_7{
	background:url(../images/popup_7.png) top left no-repeat;
	width:18px;
	height:45px;
}
.el_bubble_8{
	background:url(../images/popup_8.png) top left repeat-x;
	height:45px;
}
.el_bubble_9{
	background:url(../images/popup_9.png) top left no-repeat;
	height:45px;
	width:20px;
}
#el_bubble_pin{
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/popup_pin.png) bottom center no-repeat;
	width:50px;
	height:45px;
	display:none;
}
.bubbleData{
	position:absolute;
	display:none;
}
.textbox_hover{
	position:absolute;

	background-repeat:no-repeat;
	width:396px;height:238px;
	font-size:14px;
	text-align:right;
	color:#000000;
	padding:17px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	pointer-events: none;
}
.textbox_hover strong{font-weight:bold;font-size:18px;}
#textbox_lorry{
	background-image:url(../images/textbox_left.svg);
	left: 122px;bottom: 70px;
	display:none;
}
#textbox_bags{
	background-image:url(../images/textbox_left.svg);
	left: 364px;bottom: 70px;
	display:none;
}
#textbox_silos{
	background-image:url(../images/textbox_right.svg);
	left: 319px;bottom: 70px;
	display:none;
}
#textbox_ships{
	background-image:url(../images/textbox_right2.svg);
	left: 580px;bottom: 70px;
	display:none;
}
#sandimg{
    position: absolute;
    height: 0;
    z-index: 0;
    left: 50%;
	display:none;
}
#sandimg img{
	position:absolute;
}

.b_all{
    position: absolute;
    width: 24%;
    height: 180px;
    background-color: rgba(0,0,255,0.00);
    cursor: pointer;
    top: 0;

}
#b_ship{
	right:0
}
#b_silos{
	right:25%
}
#b_bags{
	right:50%
}
#b_lorry{
	right:75%
}
#filler{
	position:absolute;
	display:none;
}



.supportBox{
	position: absolute;
	width: 284px;
	height: 265px;
	border: solid 1.3px #1a5191;
	border-radius: 8px;
	top: 0;
	left: 0;
	padding: 17px;
	box-sizing: border-box;
}


.applicationBox{
	width: 488px;
	height: 48px;
	margin: 5px;
	padding-right: 59px;
	position: relative;
	line-height: 23px;
	display: table-cell;
	vertical-align: middle;
}
.applicationBox > .tx-18{

width: 65vw !important;

display: initial;

/* vertical-align: top; */
}
.applicationBox img{position: absolute;right: 0;top: 2px;}

.applicationBox2{
	width: 307px;
	height: 88px;
	margin: 5px;
	padding-right: 84px;
	position: relative;
}
.applicationBox2 img{
position: absolute;
right: 0;
top: 10px;
}

.column49{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 53px;
	padding-right: 78px;
	/* position: relative; */
	line-height: 26px;
}
.column495{
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.fullWidthImage{
	position: relative;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}
.fullWidthImage img{
	/* width: 100%; */
}
._100w{
	width: 100%;
	/* height: auto; */
}
.shipbg{
	background: url("../../assets/images/bg6b.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	min-height: 773px;
}
.contbg{
	background: url("../../assets/images/g_bg4.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 32vw;
}

.graySection{
	width: 100%;
	background-color: #E5E5E5;
}

.termBoxContainer{
	display: flex;
	justify-content: space-around;
}
.termBox{
	text-align: center;
}
.tx-white{
	color: white;
}

.isylogo{
	width: 200px !important;
	position: relative;
	right: 0px;

}
.isplogo{
    width: 140px !important;
    position: relative;
    right: 0px;

}
.top-0{
	top:0 !important;
}
.formBtn{
	background-color: #1a5191;
	color: white;
	font-size: 18px;
	border: 0;
	padding: 6px 13px 6px 13px;
	cursor: pointer;
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
}

.c-lict{

}
.c-lict > li{
	white-space: nowrap;
}
.c-lict > li > img{
	vertical-align: top;
	margin-top: 11px;
}
.c-lict > li > span{
margin-right: 10px;
}
.c-lict *{
    display: inline-block;
}


#gh1{display: none;}
#gh2{display: block;}
#gh3{display: none;}


::placeholder {
	color: #839ebf;
	opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #839ebf;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #839ebf;
  }


  .paralax-block{
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 16px;
  }
  .img-parallax {
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none
  }
  .btslide{
	top: 137px;
	cursor: pointer;
  }
  .btslide:hover{
	  opacity:0.5;
  }
  .btslide_left{
	  left: -35px;

  }
  .btslide_right{
	right: -35px;
	transform: scaleX(-1);
  }


  .ghWrap{
	  overflow: hidden;
	-webkit-transition: height 1s; /* Safari prior 6.1 */
	transition: height 1s;
	/* height: 200px; */
	}
	.acsvg{
		position: absolute;
		right: 0;
		top: 2px;
		width:42px !important;
		height: 42px !important;
		display: inline-block;
		/* background-color: red; */
	}
	.acsvg img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		/* width: 100% !important; */
		/* height: 100% !important; */
	}

	.mti{
		position: absolute;
		right: 283px;
		top: 52px;
	}
	.bt_takanon{
		position: absolute;
		right: 346px;
		top: 70px;
		font-size: 18px;
		text-decoration: underline;
	}
	.bt_takanon2{
		position: absolute;
		right: 346px;
		top: 45px;
		font-size: 18px;
		text-decoration: none ;
	}
	.bt_small_tag{
		font-size: small; 
		border: 1px solid #1a5191;
		border-radius: 50px;
		padding: 0px 5px;
	}
	.p2c{

padding-right: 0px;
	}
	.tx-just{
		text-align: justify;
	}
.tx-left{
	text-align: left;
}
 .col{
	 display: flex;
	 justify-content: space-around;
	 flex-direction: column;

 
 }
	.cert_grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
                gap: 40px;
                justify-items: center;
	}

	.btnterms, .btnpolicy{
		position: absolute;
		display: inline-block;
		color: white;
		cursor: pointer;
		margin: 0;
		font-size: 16px;
		bottom: 0;
	}

	.btnterms{
		left: 20px;
	}
	.btnpolicy{
		left: 130px;
	}

	.footerline{

		display: none;
	}

   .btnstopvideo{
      position: absolute;
      top: 135px;
      left: 10px;
      color: white;
      text-shadow: 1px 1px 5px black;
      cursor: pointer;
      z-index: 102;
   }