@charset "utf-8";
/* CSS Document */

*
{
	padding: 0px;
	margin: 0px;
}


/*@font-face {
    font-family: 'merriweather_sansregular';
    src: url('merriweathersans-regular.woff2') format('woff2'),
         url('merriweathersans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Regular.woff2') format('woff2'),
        url('Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sanserifficregular';
    src: url('sanseriffic.woff2') format('woff2'),
         url('sanseriffic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

row
{
	margin-right: 0px !important;
    margin-left: 0px !important;
}

body
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
}
.top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:1vw;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}

.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin: 0px 0px 0px 130px;
    padding: 0;
    background-color: #cf0f28;
    width: 100%;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index:111;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #cf0f28;
	}

/* Styling the links */
nav a {
	display:block;
	padding:6px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #cf0f28; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000;
	text-decoration:none;
	color:#fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 36px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {


	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #cf0f28;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
		color:#fff;
		text-decoration:none;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
		color:#fff;
		text-decoration:none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}


#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}


/*********************** Demo - 9 *******************/
.box9{background:#000;text-align:center;position:relative; margin: 0px 0px 15px 0px;border: 1px solid #ccc;border-radius: 5px;}
.box9 img{width:100%;height:auto}
.box9:hover img{opacity:.5}
.box9 .box-content{padding:30px 10px 30px 0;background:rgba(0,0,0,.65);position:absolute;top:0;left:0;bottom:0;right:0;opacity:0}
.box9:hover .box-content{top:10px;left:10px;bottom:10px;right:10px;opacity:1}
.box9 .title{font-weight:700;color:#fff;line-height:17px;margin:5px 0;position:absolute;bottom:55%; right: 26%;}
.box10 .icon li a,.box9 .icon li a{line-height:35px;border-radius:50%}
.box9 .icon{list-style:none;padding:0;margin:0;position:absolute;top:50%;right: 34%;}
.box9 .icon li{display:inline-block;opacity:0;transform:translateY(40px)}
.box9:hover .icon li{opacity:1;transform:translateY(0);text-align: center;}
.box9:hover .icon li:first-child{transition-delay:.1s;text-align: center;}
.box9:hover .icon li:nth-child(2){transition-delay:.2s; text-align: center;}
.box9 .icon li a{display:block;width:35px;height:35px;background:#f39c12;font-size:20px;color:#000;margin-right:5px;transition:all .35s ease 0s; text-align: center;}
.box9 .icon a:hover{background:#fff; text-align: center;}
@media only screen and (max-width:990px){.box9{margin-bottom:20px}
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#boxgrid
{
	margin:0px 0px 0px 23px;
	width:18%;
}
.customer-grid
{
	margin: 0px 0px 0px 26px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.grid-box
{
	margin:0px 0px 0px 7px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}

.contact-grid
{
	margin: 0px 0px 0px 26px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 60px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;	
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:131%;
  left:14%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
  /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}

.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}

 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}

.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.#international-img
{
	margin:0px 0px 20px 0px
}

#customig-list
{
	padding:5px 0px 15px 0px;
}
.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px 15px;
}
.jute-img img
{
	float:left;
	margin:0px 76px 0px 0px;
}
.jute-box
{
	margin:200px 0px 0px 0px;
	float:right;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px 0px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 80px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
	.modal {
    position: fixed;
    top: 200px !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* Giving a background-color to the nav container. */
nav { 
	margin: 0px 0px 0px 130px;
    padding: 0;
    background-color: #cf0f28;
    width: 100%;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index:111;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #cf0f28;
	}

/* Styling the links */
nav a {
	display:block;
	padding:6px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #cf0f28; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000;
	text-decoration:none;
	color:#fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 36px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }
	

.top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:1vw;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}
.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}

#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}  
  .about-grid
{
	margin: 0px 0px 0px 25px;
}
.about-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.about-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 13px 0px 12px 0px;
	clear:both;
}
.about-grid p a
{
	text-decoration:none;
	color:#36F;
}
#abot-text
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 26px 0px 0px 0px;
	clear:both;
}

.about-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
#prc-grid
{
	float:left;
	margin:10px 0px 0px 0px;
	
}
#prc-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
.about-grid ul
{
	padding: 0px 0px 12px 0px;
	margin: 0px;
	list-style-type: none;
}
.about-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

.boxout-grey
{
	margin: 0px 0px 0px 26px;
}

.boxout-grey h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 0px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.boxout-grey p
{
	min-height: 70px; 
	width: 100%; 
	margin: 0 0 10px 0; 
	display: block; 
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
	font-size: 16px;
}

.boxout-grey p img
{
	float: left; 
	width: 70px; 
	height: auto; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
.boxout-grey p span
{
	padding-top: 10px;
	font-family: "Raleway-Regular", sans-serif;
	display: block; 
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.boxout-image
{
	margin: 0px 0px 0px 115px;
}
.products-grid
{
	margin: 0px 0px 0px 26px;
}
.products-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 0px 0px 13px 0px;
	border-bottom:1px solid #EF4446;
	
}
#boxgrid
{
	margin:0px 0px 0px 23px;
	width:18%;
}
.customer-grid
{
	margin: 0px 0px 0px 26px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.grid-box
{
	margin:0px 0px 0px 7px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}

.contact-grid
{
	margin: 0px 0px 0px 26px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #fff;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 60px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;	
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:131%;
  left:14%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
  /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}
.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}


 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}

.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

#international-img
{
	margin:0px 0px 20px 191px
}
#customig-list
{
	padding:5px 0px 15px 0px;
}

.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px 15px;
}
.jute-img img
{
	float:left;
	margin:0px 76px 0px 0px;
}
.jute-box
{
	margin:200px 174px 0px 0px;
	float:right;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px 0px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 80px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

/* Giving a background-color to the nav container. */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
nav { 
	margin: 0px 0px 0px 86px;
    padding: 0;
    background-color: #cf0f28;
    width: 100%;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index:111;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #cf0f28;
	}

/* Styling the links */
nav a {
	display:block;
	padding:6px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #cf0f28; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000;
	text-decoration:none;
	color:#fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 36px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }
	
 .top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:12px;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}
.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}
#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}  
  .about-grid
{
	margin: 0px 0px 0px 25px;
}
.about-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.about-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.about-grid p a
{
	text-decoration:none;
	color:#36F;
}
#abot-text
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 26px 0px 0px 0px;
	clear:both;
}

.about-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
#prc-grid
{
	float:left;
	margin:10px 0px 0px 0px;
	
}
#prc-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.about-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.about-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

.boxout-grey
{
	margin: 0px 0px 0px 26px;
}

.boxout-grey h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 0px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.boxout-grey p
{
	min-height: 70px; 
	width: 100%; 
	margin: 0 0 10px 0; 
	display: block; 
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
	font-size: 16px;
}

.boxout-grey p img
{
	float: left; 
	width: 70px; 
	height: auto; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
.boxout-grey p span
{
	padding-top: 10px;
	font-family: "Raleway-Regular", sans-serif;
	display: block; 
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.boxout-image
{
	margin: 0px 0px 0px 115px;
}
.products-grid
{
	margin: 0px 0px 0px 26px;
}
.products-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 0px 0px 13px 0px;
	border-bottom:1px solid #EF4446;
	
}
#boxgrid
{
	margin:0px 0px 0px 21px;
	width:18%;
}
.customer-grid
{
	margin: 0px 0px 0px 26px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.grid-box
{
	margin:0px 0px 0px 7px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}
.contact-grid
{
	margin: 0px 0px 0px 26px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #fff;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 60px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;	
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:131%;
  left:14%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
 /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}

.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}
 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}

.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

#international-img
{
	margin:0px 0px 20px 95px
}
#customig-list
{
	padding:5px 0px 15px 0px;
}

.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px 15px;
}
.jute-img img
{
	float:left;
	margin:0px 76px 0px 0px;
}
.jute-box
{
	margin:200px 0px 0px 0px;
	float:right;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px 0px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 80px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

/* Giving a background-color to the nav container. */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

nav { 
	margin: 0px 0px 0px 10px;
    padding: 0;
    background-color: #cf0f28;
    width: 100%;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index:111;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #cf0f28;
	}

/* Styling the links */
nav a {
	display:block;
	padding:6px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #cf0f28; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000;
	text-decoration:none;
	color:#fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 36px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }

 .top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:12px;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}
.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}

#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}
 
  .about-grid
{
	margin: 0px 0px 0px 25px;
}
.about-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.about-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.about-grid p a
{
	text-decoration:none;
	color:#36F;
}
#abot-text
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 26px 0px 0px 0px;
	clear:both;
}

.about-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
#prc-grid
{
	float:left;
	margin:10px 0px 0px 0px;
	
}
#prc-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.about-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.about-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

.boxout-grey
{
	margin: 0px 0px 0px 26px;
}

.boxout-grey h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 0px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.boxout-grey p
{
	min-height: 70px; 
	width: 100%; 
	margin: 0 0 10px 0; 
	display: block; 
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
	font-size: 16px;
}

.boxout-grey p img
{
	float: left; 
	width: 70px; 
	height: auto; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
.boxout-grey p span
{
	padding-top: 10px;
	font-family: "Raleway-Regular", sans-serif;
	display: block; 
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.boxout-image
{
	margin: 0px 0px 0px 115px;
}
.products-grid
{
	margin: 0px 0px 0px 26px;
}
.products-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 0px 0px 13px 0px;
	border-bottom:1px solid #EF4446;
	
}
.customer-grid
{
	margin: 0px 0px 0px 26px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.grid-box
{
	margin:0px 0px 0px 7px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}

#boxgrid
{
	margin: 0px 0px 0px 15px;
	width: 18%;
	float: left;
}
.contact-grid
{
	margin: 0px 0px 0px 26px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #fff;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 60px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;	
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:131%;
  left:14%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
  /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}

.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}
 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}

.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
#international-img
{
	margin:0px 0px 20px 0px
}
#customig-list
{
	padding:5px 0px 15px 0px;
}

.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px -103px;
}
.jute-img img
{
	float:left;
	margin:0px 0px 0px 0px;
}
.jute-box
{
	margin:200px 0px 0px 0px;
	float:right;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px 0px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 80px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/* Giving a background-color to the nav container. */
	
	.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
	
nav { 
	margin: 0px 0px 0px 0px;
    padding: 0;
    background-color: #cf0f28;
    width: 100%;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index:111;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #cf0f28;
	}

/* Styling the links */
nav a {
	display:block;
	padding:6px 8px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #cf0f28; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000;
	text-decoration:none;
	color:#fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 36px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }



.top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:12px;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}
.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}

#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}
  
  .about-grid
{
	margin: 0px 0px 0px 25px;
}
.about-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.about-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.about-grid p a
{
	text-decoration:none;
	color:#36F;
}
#abot-text
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 26px 0px 0px 0px;
	clear:both;
}

.about-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
#prc-grid
{
	float:left;
	margin:10px 0px 0px 0px;
	
}
#prc-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.about-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.about-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

.boxout-grey
{
	margin: 0px 0px 0px 26px;
}

.boxout-grey h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 0px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.boxout-grey p
{
	min-height: 70px; 
	width: 100%; 
	margin: 0 0 10px 0; 
	display: block; 
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
	font-size: 16px;
}

.boxout-grey p img
{
	float: left; 
	width: 70px; 
	height: auto; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
.boxout-grey p span
{
	padding-top: 10px;
	font-family: "Raleway-Regular", sans-serif;
	display: block; 
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.boxout-image
{
	margin: 0px 0px 0px 115px;
}
.products-grid
{
	margin: 0px 0px 0px 26px;
}
.products-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 0px 0px 13px 0px;
	border-bottom:1px solid #EF4446;
	
}
#boxgrid
{
	margin: 0px 0px 0px 16px;
width: 18%;
float: left;
}
.customer-grid
{
	margin: 0px 0px 0px 26px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.grid-box
{
	margin:0px 0px 0px 7px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}

.contact-grid
{
	margin: 0px 0px 0px 26px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #fff;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 60px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:131%;
  left:14%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
  /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}

.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}
 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}
.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
#international-img
{
	margin:0px 0px 20px 50px
}
#customig-list
{
	padding:5px 0px 15px 0px;
}
.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px -89px;
}
.jute-img img
{
	float:left;
	margin:0px 0px 0px 0px;
}
.jute-box
{
	margin:180px 0px 0px 0px;
	float:right;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px 0px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 80px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	
	.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:12px;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}
.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}

#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}
  
  .about-grid
{
	margin: 0px 0px 0px 25px;
}
.about-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.about-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.about-grid p a
{
	text-decoration:none;
	color:#36F;
}
#abot-text
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 26px 0px 0px 0px;
	clear:both;
}

.about-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
#prc-grid
{
	float:left;
	margin:10px 14px 0px 0px;
	
}
#prc-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.about-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.about-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

.boxout-grey
{
	margin: 0px 0px 0px 26px;
}

.boxout-grey h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 0px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.boxout-grey p
{
	min-height: 70px; 
	width: 100%; 
	margin: 0 0 10px 0; 
	display: block; 
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
	font-size: 16px;
}

.boxout-grey p img
{
	float: left; 
	width: 70px; 
	height: auto; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
.boxout-grey p span
{
	padding-top: 10px;
	font-family: "Raleway-Regular", sans-serif;
	display: block; 
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.boxout-image
{
	margin: 0px 0px 0px 115px;
}
.products-grid
{
	margin: 0px 0px 0px 26px;
}
.products-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 0px 0px 13px 0px;
	border-bottom:1px solid #EF4446;
	
}

.customer-grid
{
	margin: 0px 0px 0px 26px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.grid-box
{
	margin:0px 0px 0px 7px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}
#boxgrid
{
	margin: 0px 0px 0px 0px;
	width: 20%;
	float: left;
}
.contact-grid
{
	margin: 0px 0px 0px 26px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #fff;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 60px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;	
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:105%;
  left:14%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
 /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}

.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}
 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}

.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
#international-img
{
	margin:0px 0px 20px 0px
}
#customig-list
{
	padding:5px 0px 15px 0px;
}
.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px -12px;
}
.jute-img img
{
	float:left;
	margin:0px 0px 0px 0px;
}
.jute-box
{
	margin:200px 0px 0px 0px;
	float:right;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px 0px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 80px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	
	.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
	
.top-addres
{
	width:100%;
	padding:0px;
	margin:0px;
}
.top-addres p
{
	font-size:1vw;
    /*float: left;*/
    color: #fff;
    padding: 12px 13px 0px 10px;
    text-align:center;
    line-height: 21px;
	font-family: "Raleway-Regular", sans-serif;
}

.top-addres p span
{
	padding:0px 19px 0px 0px;
}
.top-addres p span a
{
	text-decoration:none;
	color: #fff;
}
#slider
{
	border:0px;
	width:100%;
	max-width:100;
	
}  
  .about-grid
{
	margin: 0px 0px 0px 0px;
}
.about-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 21px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.about-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.about-grid p a
{
	text-decoration:none;
	color:#36F;
}
#abot-text
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 26px 0px 0px 0px;
	clear:both;
}

.about-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
#prc-grid
{
	float:left;
	margin:10px 0px 0px 0px;
	
}
#prc-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.about-grid ul
{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	list-style-type: none;
}
.about-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

.boxout-grey
{
	margin: 0px 0px 0px 26px;
}

.boxout-grey h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 0px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}

.boxout-grey p
{
	min-height: 70px; 
	width: 100%; 
	margin: 0 0 10px 0; 
	display: block; 
	line-height: 23px;
	font-family: "Raleway-Regular", sans-serif;
	font-size: 16px;
}

.boxout-grey p img
{
	float: left; 
	width: 70px; 
	height: auto; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
.boxout-grey p span
{
	padding-top: 10px;
	font-family: "Raleway-Regular", sans-serif;
	display: block; 
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.boxout-image
{
	margin: 0px 0px 0px 115px;
}
.products-grid
{
	margin: 0px 0px 0px 26px;
}
.products-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 0px 0px 13px 0px;
	border-bottom:1px solid #EF4446;
	
}
.customer-grid
{
	margin: 0px 0px 0px 0px; 
}
.customer-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.grid-box
{
	margin:0px 0px 0px 0px;
}
.grid-box img
{
	float:left;
	border:1px solid  #F00;
	margin: 0px 0px 17px 14px;
	border-radius:5px;
	height:85px;
}
#boxgrid
{
	margin:0px 0px 0px 23px;
	width:90%;
}

.contact-grid
{
	margin: 0px 0px 0px 0px;
}

.contact-grid h2
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 30px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #fff;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #fff;	
}
.fotter-grid
{
	/*background-color: #070505;*/
	margin: 0px 0px 0px 0px;
}
.footer-menu h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.footer-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li a
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;
}

.addres h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}
.addres p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:justify;
	line-height: 21px;
	padding: 0px;	
}
.addres p a
{
	text-decoration:none;
	color: #fff;
}
.enquri_form
{
	/*background-color:#000;*/
	width:95%;
	float:left;
	margin:0px;
	border-radius:5px;
}
.enquri_form h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	text-align:center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group
{
	margin:5px !important;
	height:50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2
{
	 display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #ef4446 !important;
    background-color: #e9ebec !important;
    border-color: #f2f8fd !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 8px 0px 8px 91px;
}

.social-links h3
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 21px;
	padding: 0px;
}

.social-links ul {
  position:absolute;
  top:105%;
  left:19%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  position: relative;
  width:35px;
  height:30px;
  display:block;
  text-align:center;
  margin:0 0px;
 /* border-radius: 50%;*/
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  /*box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;*/
}

.social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-links ul li a .fa {
  widht: 50%;
  height:50%;
  display:block;
  /* background: linear-gradient(0deg, #fff, #ddd);*/
  /*border-radius: 50%;*/
  line-height: calc(30px - 12px);
  font-size:25px;
  color: #FFF;
  transition: .5s;
}
.social-links ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-links ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-links ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-links ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.clearfix
{
	clear: both;
}
.copy-grid
{
	text-align: center;
    color: #fff;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    padding: 26px 0px 0px 0px;
}
 .flags-grid
{
	margin: 0px 0px 0px 25px;
}
.flags-grid h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 25px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.indentpara
{
	text-indent: 0%;
}

.flags-grid p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.flags-grid p a
{
	text-decoration:none;
	color:#36F;
}

.flags-grid span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}

.flags-grid ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.flags-grid ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
#international-img
{
	margin:0px 0px 20px 0px
}
#customig-list
{
	padding:5px 0px 15px 0px;
}
.custom-trade
{
	margin: 0px 0px 0px 25px;
}
.custom-trade h1
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 27px;
	/*text-decoration: underline;*/
	line-height: 21px;
	color: #EF4446;
	padding: 8px 0px 10px 0px;
	border-bottom:1px solid #EF4446;
}
.custom-trade p
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 21px;
	padding: 5px 0px 0px 0px;
	clear:both;
}
.custom-trade p a
{
	text-decoration:none;
	color:#36F;
}
.custom-trade span
{
	font-family: "Raleway-Regular", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 10px;
	padding: 5px 0px 0px 0px;
}
.custom-trade ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.custom-trade ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:14px;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}
.jute-img
{
	margin:0px 0px 0px -3px;
}
.jute-img img
{
	float:left;
	margin:0px 76px 0px 0px;
}
.jute-box
{
	margin:0px 0px 0px 0px;
	float:left;
}
.jute-text1
{
	float:left;
	margin:5px 0px 0px -20px;
}
.jute-text2
{
	float:left;
	margin:5px 0px 0px 75px;
}
.jute-text2 ul li
{
	font-family: "Raleway-Regular", sans-serif;
	font-size:12px !important;
	text-align: justify;
	line-height: 19px;
	padding: 5px 0px 0px 0px;
}

}

