@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
   
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-family: 'Maven Pro', sans-serif;*/
    font-family: "Ubuntu", sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
.prodr {
   float: right;
	width: 50%;
}
#prodlist {
    cursor: pointer;
}
.prodlist {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    z-index: 99999;
    display: none;
    top: 0px;
}
.col-three {
    width: 32.3%;
    margin: 0.5%;
    float: left;
}
.col-two {
    width: 49%;
    margin: 0.5%;
    float: left;
}
.mb {
    margin-bottom: 10px;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
.stag {
    font-size: 12px !important;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #242056;
    padding: 12px 22px 2px 22px;
    display: inline-block;
    border-radius: 12px;
}
.scrolla {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px; 
    padding: 10px !important;
    box-sizing: border-box;
}
.closeprodlist {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.closeprodlist a {
    font-size: 25px;
}
a {
	font-family: "Ubuntu", sans-serif;
	font-size: 18px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #f07c00;
}
a:active {
	text-decoration: none;
}
::-webkit-selection {
  color: #103166;
  background: #8dd8f8;
}

::-moz-selection {
  color: #103166;
  background: #8dd8f8;
}

::selection {
  color: #103166;
  background: #8dd8f8;
}

.fgroup {
    width: 100%;
    margin: 1px 0 1px 0px;
    line-height: 22px;
}
.fgroup input[type="text"] {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="number"] {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="tel"] {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="email"] {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="password"] {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup select {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}
.fgroup select:disabled {
    opacity: 0.5;
    background-color: #eee;
}
.fgroup textarea {
    padding: 6px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #666;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    resize: none;
    width: 100%;
}
.fgroup input[type="submit"] {
    padding: 8px 16px;
background-color: #666;
    border: solid 1px #666;
    width: 100%;
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.count-particles{
/*  background: #000022;*/
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #fff;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
    
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
/*  background-color: #b61924;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 51;
}
.wrapper {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}
.wrapper-fluid {
    width: 98%;
    margin: auto;
}
.split {
    clear: both;
}
.leftpanel {
    float: left;
    width: 30%;
    background-color: #f9f9f9;
    padding: 0px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px #ccc;
}
.rightpanel {
    float: right;
    width: 68%;
}
#customers {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #f9f9f9;
  padding: 12px;
}

#customers tr:nth-child(even){background-color: #f9f9f9;}

#customers tr:hover {background-color: #eee;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.colm2 {
    float: left;
    width: 49%;
    margin: 0.5%;
}
.colm3 {
    float: left;
    width: 32.3%;
    margin: 0.5%;
}
.colm4 {
    float: left;
    width: 24%;
    margin: 0.5%;
}
.colmleft {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}
.colmright {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 10px;
}
.colmright .value {
    font-weight: bold;
}
.faq .accordion {
  background-color: #242056;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: 0.4s;
  font-family: "Ubuntu", sans-serif;
}

.faq .active, .accordion:hover {
  background-color: #f07c00;
}

.faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
  background-color: #f9f9f9;
}
.padbox {
    padding: 20px 15px;
    box-sizing: border-box;
}
.faq .panel p {
  line-height: 24px;
  margin-bottom: 12px;
}
.topmainbar {
    background-repeat: no-repeat;
    background-position: center top 0px;
    background-size: 100%;
    width: 100%;
    height: 50%;
}
.topmainbar .content {
  margin: 0;
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  z-index: 777;
    text-align: center;
}
.topmainbar h1 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 50px 0 10px 0px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.topmainbar h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: -0.5;
}

.topmainbar h3 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: 100;
    letter-spacing: -0.5px;
}
.topmainbar h3 i {
    font-weight: 400;
}

.mainsceen {
  background-image: url(../imgs/new-main-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%; 
	background-size: 100%;
}
.mainsceen .cp {
    padding: 0px 0 0 0px;
}
.mainsceen video {
    position: fixed;
    top: 100%;
    left: 100%;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
    width: auto;
    height: auto;
    -ms-transform: translateX(-100%) translateY(-100%);
    -moz-transform: translateX(-100%) translateY(-100%);
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-96%);
}
@media screen and (max-width: 780px) {
.mainsceen {
     height: 90%;
/*	height: auto;*/
    background-image: url(../imgs/new-main-banner-mob.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%; 
	background-size: cover;
    
}
.mainsceen .cp {
    padding: 70px 0 0 0px;
}
.mainsceen video {
    position: fixed;
    top: 96%;
    left: 200%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
   
    -ms-transform: translateX(-100%) translateY(-100%);
    -moz-transform: translateX(-100%) translateY(-100%);
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
}
.pull-right, .pull-left {
    float: none;
    width: 100%;
    text-align: center;    
}
    
}
/*
.mainsceen .content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.mainsceen .content {
  margin: 0;
  position: absolute;
  top: 15%;
  left: 5%;
  width: 40%;
  z-index: 777;
}

.mainsceen h1 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    margin: 10px 0 30px 0px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
/*
.mainsceen h2::before {
    content: "";
    border-top: dashed 1px rgba(255,255,255,0.7);
    display: block;
    padding-top: 15px;
}
*/
.mainsceen h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
    font-style: italic;
    letter-spacing: -0.5;
}

/*
.mainsceen h2::after {
    content: "";
    border-bottom: dashed 1px rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 15px;
}
*/
.mainsceen h3 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 100;
    letter-spacing: -1px;
}
.mainsceen h3 i {
    font-weight: 400;
}
.mainsceen p {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    margin: 10px 0 30px 0px;
    letter-spacing: -0.5px;
    
}
.rq {
    text-align: right;
    width: 100%;
    position: relative;
    margin-top: -50px;
}
.mticon {
    margin: 7px 0 0 14px;
}
.vidicon {
    float: left;
    color: #fff;
     margin: 6px 0 0 0px;
}
.pitch{
    float: left;
    margin: 6px 0 0 0px;
    color: #333;
}
.pitch img{
    width: 90px;
    float: left;
}
.pitch h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

.play {
    width: 90px;
    float: left;
    animation: 5s threed;
	animation-iteration-count: infinite;
}
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}

.vidicon img{
    width: 90px;
    float: left;
}
.vidicon h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
.caddress {
    padding: 8px;
    color: #fff;
    letter-spacing: 0.5px;
}
.officesleft {
    float: left;
    width: 9%;
    text-transform: uppercase;
}
.compscroll {
    float: right;
    width: 91%;
   
}

.marquee,
      .marquee-with-options,
      .marquee-vert-before,
      .marquee-vert {
       
        overflow: hidden;
       
      }
.maintab {
    background-color: #242056;
    color: #fff;
    padding: 10px 30px 12px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
:hover.maintab {
    background-color: #f07c00;
    color: #fff;
}
.tablink {
    color: #f07c00;
    padding: 8px 24px 8px 24px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 2px #f07c00;
    border-radius: 50px;
    cursor: pointer;
}
:hover.tablink {
    background-color: #f07c00;
    color: #fff;
}
.tablinknew {
    color: #fff;
    padding: 8px 24px 8px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #fff;
    border-radius: 50px;
    cursor: pointer;
}
:hover.tablinknew {
    background-color: #f07c00;
    border: solid 1px #f07c00;
    color: #fff;
}
.companiesbar {
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0px;
    background-color: #ee7e22;
    z-index: 999;
}
.fheader {
    width: 100%;
    position: fixed !important;
    top: 0;
    height: 70px;
    background: rgba(240,240,240,1);
    z-index: 9999 !important;
/*    box-shadow: 1px 2px 6px #ccc; */
   backdrop-filter: blur(20px); 
}
.fheader .wlogo {
    display: none;
}
.fheader .dlogo {
    display: block;
}
.fheader .mainlogo {
    width: 160px;
}
.fheader .menubar {
/*
    position: absolute;
    right: 12px;
    top: 15px;
*/
    background: rgba(0,0,0,0.5);
}
.fheader .menubar a {
   /* color: #242056; */
    font-weight: 600;
    padding: 6px 10px 6px 10px;
}
.fheader nav {
    display: inline-block;
    margin: 12px 0 0 20px;
}
.smlogo {
    width: 300px;
    margin: 0px 0 0px 0px;
}
@media screen and (max-width: 650px) {
.fheader nav {
    display: none;
}   
}
.fheader nav ul li a  {
    font-size: 16px;
   
  /*  color: #242056; */
}
header {
    width: 100%;
    padding: 10px 0 10px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
	background-color: #fff;
/*
    border-bottom: solid 1px rgba(255,255,255,0.1);
    background-color: rgba(0,0,0,0.3);
*/
    
}
.ithumbpic {
    float: right;
    max-width: 555px;
    width: 100%;
}
.ithumbpicl {
    float: left;
    max-width: 444px;
    width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.mr {
    margin-right: 5px;
}
.flicon {
    float: left;
}
.dlogo {
    display: none;
}
.mainlogo {
    width: 175px;
    float: left;
    margin: 5px 0 0 0px;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.mainlogo img {
    width: 100%;
}
.search {
    float: right;
    margin: 6px 0px 0 0px;
}
.fheader .search {
    float: right;
    margin: 8px 8px 0 0px;
}  
.search input[type="text"] {
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    outline: none;
    width: 160px;
    float: left;

     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.search input[type="text"]:focus {
    width: 200px;
}
.search button {
    padding: 5px 6px 5px 6px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    outline: none;
    float: left;
    cursor: pointer;
    background-color: #242056;
    color: #fff;
    border: solid 1px #242056;
    outline: none;

}



.accredation {
    float: left;
    margin-top: -3px;
    margin-left: 10px;
}
.accredation .fieo {
   width: 160px;
}
.accredation .iso {
   width: 170px;
}
.accredation .fssai {
   width: 220px;
}
.saanvi {
    float: right;
    width: 120px;
    margin: 7px 0 0 0px;
}
.saanvi img {
    width: 100%;
}
.mainscreen {
    width: 100%;
    height: 200px;
    background-color: #26265c;
}
.mobmenu {
    display: none;
}
@media screen and (max-width: 650px) {
.mobmenu {
    display: inline-block;
}    
}
nav {
    float: left;
    margin: 12px 0 0 20px;

}
@media screen and (max-width: 650px) {
nav {
    display: none;

}    
}
nav ul {
    width: auto;
}
nav ul li {
    float: left;
    list-style: none;
}
nav ul li a  {
    font-size: 16px;
    font-weight: 600;
    
    padding: 5px 10px 5px 10px;
    display: block;
    color: #242156;
}
nav ul li a:hover  {
    color: #ee7e22;
}
.menubar {
    float: right;
    margin-top: 7px;
    text-align: right;
    background: #ee7e22;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
@media screen and (max-width: 650px) {
.menubar {
    top: 0px;
}   
}
.menubar a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 8px 6px 8px;
  display: block;
  float: left;
}
.menubar a span {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
    display: block;
}
/*Side Panel Start*/
.sidepanel  {
  width: 333px;
  position: fixed;
  z-index: 99999 !important;
  height: 100%;
  top: 0;
  right: -350px;
  background-color: rgba(255,255,255,0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-right: 40px;
  box-sizing: border-box;
  box-shadow: -2px 10px 50px #666;
    backdrop-filter: blur(20px);
}
.sidepanel ul {
  width: auto;
}
.sidepanel ul h3 {
  color: #f07c00;
  font-size: 20px;
   font-weight: 700;
    font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
    margin-top: 15px;
  margin-bottom: 10px;
    padding: 0px 30px 0 30px;
    box-sizing: border-box;
    border-top: solid 1px rgba(255,255,255,0.2)
    
}
.sidepanel ul li {
  width: 100%;
  list-style: none;
}
.sidepanel ul li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
    font-weight: 600;
  color: rgba(0,0,0,1);
  display: block;
  transition: 0.3s;
    text-transform: uppercase;
font-family: "Ubuntu", sans-serif;
}

.sidepanel a:hover {
  color: rgba(255,255,255,0.9);
    background-color: #f07c00;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 22px;
  color: #333;
  padding: 10px;
  box-sizing: border-box;
}

/*Side Panel End*/
#certichina {
    position: fixed;
    left: 20px;
    bottom: 25px;
    z-index: 999;
/*    animation: horizontal-shaking 2.0s infinite;*/
    text-align: center;
}
#certichina span {
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: #83713d;
    padding: 4px 4px 6px 4px;
    margin-top: -4px;
}
@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  10% { transform: translateX(5px) }
  20% { transform: translateX(-5px) }
  30% { transform: translateX(5px) }
  40% { transform: translateX(0) }
  50% { transform: translateX(0) } 
  60% { transform: translateX(0) }     
  70% { transform: translateX(0) }     
  80% { transform: translateX(0) }     
  90% { transform: translateX(0) }     
  100% { transform: translateX(0) }     
}
#whatsapp {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999;
}
#whatsapp img {
    width: 50px;
}
#wbar {
    background-color: #fff;
    width: 100%;
    min-height: 300px;
    padding: 50px 0px 50px 0px;
    position: relative;
    z-index: 1;
}
#wbarnew {
    background-color: #fff;
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 1
}
#gbar {
    background-color: #f1f1f1;
    width: 100%;
    min-height: 100px;
    padding: 50px 0px 100px 0px;
    position: relative;
    z-index: 1;

}
#igbar {
    background-color: #f1f1f1;
    width: 100%;
    min-height: 100px;
    padding: 50px 0px 50px 0px;
    position: relative;
    z-index: 1;
   
}
.wholesaler_import {
    width: 100%;
    text-align: center;
    position: relative;
}
.intro {
    width: 30%;
    float: left;
}
.intro h2 {
    color: #242056;
    font-size: 44px;
    letter-spacing: -2px;
    font-weight: 600;
}
.intro h3 {
    color: #666;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}
.intro p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
    
}
.stats {
    width: 25%;
    float: right;
}
.stats h2 {
    color: #242056;
    font-size: 44px;
    letter-spacing: -2px;
    font-weight: 600;
}
.stats h3 {
    color: #666;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}
.boxstat {
    width: 100%;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
    padding-top: 2px;
}
.boxstat h4 {
    font-size: 45px;
    font-weight: 900;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: -2px;
}
.dollar:before {
   content: 'â‚¹';
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.dgray {
    background-color: #f1f1f1 !important;
}
.leftcolm {
    width: 49%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    
}
.leftcolm ul {
    list-style: none;
    width: 100%;
    margin: 0px;
}
.leftcolm ul li {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.rightcolm {
    width: 49%;
    float: right;
}
#morecat {
    cursor: pointer;
}
#morecaticon {
	cursor: pointer;
}
.importlogo {
    width: 100%;
    text-align: center;
    padding: 120px 50px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    box-shadow: 0 2px 3px #ccc;
    margin: 12px 0 0 0px;
    border-radius: 12px;
   
}
.importlogo img {
    width: 65%;
    
  
}
.importlogo h2 {
    font-size: 40px;
    color: #000;
    margin: 10px 0 20px 0px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 26px;
}
.importlogo h3 {
    font-size: 20px;
    color: #242056;
    margin: 10px 0 0px 0px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 25px;
}
.banners {
    width: 100%;
}
.banners ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.banners ul li {
    width: 100%;
    padding: 18px;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
}
.banners img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 3px #999;
}
.mt {
    margin-top: 10px;
}
.bluec {
    color: #242056 !important;
}
.orangec {
    color: #f07c00 !important;
}
.circle_logo {
    float: left;
    width: 35%;
    margin: 0 5%;
}
.circle_logo img {
    width: 100%;
    animation: spin 20s infinite linear;
}
.bw {
    position: absolute;
    margin-left: 575px;
    
}
.bw img {
    width: 220px;
}
/*
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
*/
@-webkit-keyframes tdown {
0% {
    -webkit-transform: translateY(0);
    
}

50% {
    -webkit-transform: translateY(50%);
   

}

100% {
    -webkit-transform: translateY(0);
   
}
}
@keyframes tdown {
0% {
    transform: translateY(0);
}

50% {
    transform: translateY(50%);
}

100% {
   transform: translateY(0%);
}
}

.industries {
    width: 100%;
    margin: 20px 0 0 0px;
}
.industries h2 {
    color: #f07c00;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.industries h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5;
}
.industries ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}
.industries ul li {
    list-style: none;
    float: left;
    width: 24%;
    margin: 0.5%;
    text-align: center;
    padding: 15px 0px;
    background-color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.industries ul li:hover {
    background-color: #fff;
    box-shadow: 0 1px 30px #ccc;
    transform: scale(1.1);
}
.industries ul li a {
    font-size: 16px;
    padding: 0px 0px;
    font-weight: 600;
    display: block;
}
.industries ul li a img {
    width: 25%;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.industries ul li a span {
    display: block;
}
.industries ul li .count {
/*    position: absolute;*/
    background-color: #666;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    margin-top: -25px;
    margin-left: 250px;
    font-size: 12px;
    display: block;
}
.button_blue {
    margin: 40px 0 20px 0px;
    text-align: center;
}
.button_blue a {
    padding: 10px 20px;
    background-color: #242056;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.button_blue a:hover {
    background-color: #333;
}

.hot_selling {
    width: 100%;
    margin: 20px 0 0 0px;
}
.hot_selling h2 {
    color: #242056;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.hot_selling h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5;
}
.hot_selling ul {
    width: auto;
}
.hot_selling ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.hot_selling ul li img {
    width: 100%;
    margin-bottom: 10px;
}
.hot_selling ul li h4 {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 22px;
}
.hot_selling ul li .skuno {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    display: block;
    padding: 4px 0px;
    margin-bottom: 2px;
}
.hot_selling ul li h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    color: #ccc;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}
.hot_selling ul li h5 strong {
    font-size: 13px;
    color: #666;
    padding-top: 2px;
    display: block;
    font-weight: 300 !important;
}
.hot_selling ul li h5 span {
    font-size: 23px;
    color: #333;
    padding-top: 2px;
}
.ipagec {
    width: 100%;
}
.ipagec h2 {
    color: #242056;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.ipagec h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5;
    margin-top: 15px;
}
.ipagec h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
.ipagec h5 {
    color: #f07c00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5;
    margin-bottom: 18px;
}
.ipagec p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: justify;
}
.ipagec ul {
    padding: 0px !important;
    margin: 0px !important;
}
.ipagec ul li {
    padding: 0px;
    margin: 15px 20px;
    list-style: disc;
    font-size: 18px ;
    float: none ;
    text-align: left;
    width: 100%;
}
.prodview {
    width: 100%;
    margin: 20px 0 0 0px;
}
.prodview h2 {
    color: #242056;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.prodview h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5;
    margin-top: 15px;
}
.prodview h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
.prodview h5 {
    color: #f07c00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5;
    margin-bottom: 18px;
}
.prodview ul {
    width: auto;
}
.prodview ul li {
    list-style: none;
    width: 19%;
    float: left;
    margin: 0.5%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.prodview ul li img {
    width: 100%;
    margin-bottom: 10px;
}
.prodview ul li h4 {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 22px;
}
.prodview ul li .skuno {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    display: block;
    padding: 4px 0px;
    margin-bottom: 2px;
}
.prodview ul li h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    color: #ccc;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}
.prodview ul li h5 strong {
    font-size: 13px;
    color: #666;
    padding-top: 2px;
    display: block;
    font-weight: 300 !important;
}
.prodview ul li h5 span {
    font-size: 23px;
    color: #333;
    padding-top: 2px;
}


.pgnew {
    width: 100%;
}
.pgnew ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.pgnew ul li {
    width: 32.3% !important;
    margin: 1.5% 0.5% !important;
    float: left;
    list-style: none !important;
}
.pgnew ul li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: solid 1px #ddd;
    padding: 8px;
    box-sizing: border-box;
}
.pgnew ul li a h3 {
    font-size: 22px;
    letter-spacing: -1px;
    
    font-weight: 100;
}
.pgnew ul li a span {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pgnew ul li a:hover {
    text-decoration: none;
}
.tabenq {
    padding: 8px 16px;
    background-color: #666;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
:hover.tabenq {
    background-color: #f07c00;
    color: #fff;

}
#buyerapp {
  cursor: pointer;
}
#buyerappbot {
    cursor: pointer;
}
#close {  
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #fff;
  background:  rgba(51,51,51,1);
  padding: 3px 5px 5px 5px;
  font-size: 18px;
}
#closec {  
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #fff;
  background:  rgba(51,51,51,1);
  padding: 3px 5px 5px 5px;
  font-size: 18px;
}
#overlayscreenc {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000000;
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000000;
}
.poppic {
    width: 100%;
    margin-bottom: 5px;
}

#popup {
z-index: 99999999;
 
  box-sizing: border-box;
 position: fixed;
    padding: 0px 0 20px 0px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px #000;
    
 width: 300px;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
     display: none;
}
#popup h4 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: "Ubuntu", sans-serif;
    color: #333;
    padding:  12px 12px 0 12px;
}
#popup p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #333;
  padding:  0px 12px 0px 12px;
}
#popup p a {
  font-size: 14px;

  color: #fff;
}
#certi {
    cursor: pointer;
}
#popupc {
z-index: 99999999;
 
  box-sizing: border-box;
 position: fixed;
    padding: 0px 0 20px 0px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px #000;
    
 width: 900px;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
     display: none;
}
#popupc img {
    width: 100%;
   
} 
#popupc h4 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: "Ubuntu", sans-serif;
    color: #333;
    padding:  12px 12px 0 12px;
}
#popupc p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #333;
  padding:  0px 12px 0px 12px;
}
#popupc p a {
  font-size: 14px;

  color: #fff;
}

@media screen and (max-width: 750px) {
#popup {

  z-index: 99999999;
 padding: 12px 12px 12px 12px;
  box-sizing: border-box;

 width: 95%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}    
#popupc {

  z-index: 99999999;
 padding: 12px 12px 12px 12px;
  box-sizing: border-box;

 width: 95%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}  
    
}

.bmodel {
    width: 100%;
    margin: 20px 0 0 0px;
}
.bmodel h2 {
    color: #333;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.bmodel h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5;
}
.bmodel ul {
    width: auto;
    margin-bottom: 15px;
}
.bmodel ul li {
    width: 33%;
    float: left;
    list-style: none;
}
.bmodel ul li img {
    width: 100%;
}
.bm {
    padding: 0 0 0 9%;
}
@media screen and (max-width: 650px) {
.bm {
    padding: 0 0 0 0%;
}    
}
.businessmodel {
    width: 100%;
    margin: 20px 0 0 0px;
    text-align: center;
}
.businessmodel h2 {
    color: #242156;
    font-size: 33px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-transform: uppercase;
}
.businessmodel h2 span {
  color: #ef7e22;
}
.businessmodel h3 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -0.5;
}
.businessmodel .query {
    width: 200px;
    height: 200px;
    background-color: #ed6112;
    float: left;
    border-radius: 100px;
    margin-bottom: 50px;
    padding: 51px 0 0 0px;
    box-sizing: border-box;
    
}

.businessmodel .query img {
    width: 40%;
    position: relative;
    z-index: -1 !important;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
      
}
.businessmodel .query img:hover {
    transform: rotate(360deg) ;
}
.businessmodel .sourcing {
    width: 160px;
    height: 160px;
    background-color: #33c1f3;
    float: left;
    border-radius: 100px;
    margin: 22px 0 60px 40px;
    padding: 51px 0 0 0px;
    box-sizing: border-box;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.businessmodel .sourcing img {
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.businessmodel .sourcing img:hover {
    transform: rotate(360deg) ;
}
.businessmodel .order {
    width: 160px;
    height: 160px;
    background-color: rgba(254, 205, 50, 0.9);
    float: left;
    border-radius: 100px;
    margin: 22px 0 60px -22px;
    padding: 51px 0 0 0px;
    box-sizing: border-box;
   
}
.businessmodel .order img {
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.businessmodel .order img:hover {
    transform: rotate(360deg) ;
}
.businessmodel .import {
    width: 160px;
    height: 160px;
    background-color: rgba(153, 153, 153, 0.8);
    float: left;
    border-radius: 100px;
    margin: 22px 0 60px -22px;
    padding: 51px 0 0 0px;
    box-sizing: border-box;
  
}
.businessmodel .import img {
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.businessmodel .import img:hover {
    transform: rotate(360deg) ;
}
.businessmodel .clearing {
    width: 160px;
    height: 160px;
    background-color: rgba(51, 192, 114, 0.9);
    float: left;
    border-radius: 100px;
    margin: 22px 0 60px -22px;
    padding: 51px 0 0 0px;
    box-sizing: border-box;
   
}
.businessmodel .clearing img {
    
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.businessmodel .clearing img:hover {
    transform: rotate(360deg) ;
}
.businessmodel .delivery {
    width: 160px;
    height: 160px;
    background-color: rgba(214, 65, 69, 0.9);
    float: left;
    border-radius: 100px;
    margin: 22px 0 60px -22px;
    padding: 51px 0 0 0px;
    box-sizing: border-box;
}
.businessmodel .delivery img {
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.businessmodel .delivery img:hover {
    transform: rotate(360deg) ;
}
.stextn {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    padding: 65px 0px;
    box-sizing: border-box;
    letter-spacing: 0.5;
    color: #333;
    line-height: 20px;
}
#redefinedlogo {
    background-color: rgba(36,32,86,1);
    padding: 50px 0px;
}
#redefinedlogo h2 {
  color: #fff;
  font-size: 33px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-transform: uppercase;
   
}
#redefinedlogo h2 span {
  color: #ef7e22;
}
#redefinedlogo h3 {
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-bottom: 10px;
}
#redefinedlogo h3 span {
  color: #ef7e22;

}
.redefined {
    width: 70%;
    float: left;
}
.redefined p {
    color: rgba(255, 255, 255, 0.9);
}
.fbblock {
    float: right;
    width: 28%;
}
.facebook {
  position: relative;
  margin-top: -100px;
  width: 100%;
  background-color: #242056;
  padding: 10px 0 10px 0px;
  box-sizing: border-box;
  text-align: center;
  z-index: 777;
}
.imptab {
    background-color: rgba(36,32,86,1);
    border: solid 1px rgba(255,255,255,0.5);
    padding: 5px 15px;
    color: #fff;
    border-radius: 16px;
    font-size: 16px;
}
:hover.imptab {
    background-color: #666;
    border: solid 1px #666;
    color: #fff;
    
}
.exptab {
    background-color: #ef7e22;
    border: solid 1px #ef7e22;
    padding: 5px 15px;
    color: #fff;
    border-radius: 16px;
    font-size: 16px;
}
:hover.exptab {
    background-color: #666;
    border: solid 1px #666;
    color: #fff;
}
.rotl {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#worldbgnew {
    background-image: url('../imgs/world-imprtr-w-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: 100%;
}
.problems_solutions {
    width: 100%;
    margin: 0px 0 0 0px;
    padding: 50px 0px;
    min-height: 400px;

}
.problems_solutions h2 {
    color: #242156;
    font-size: 33px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.problems_solutions h2 span {
  color: #ef7e22;
}
.problems_solutions h3 {
    color: #242056;
    font-size: 30px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    
    letter-spacing: -0.5;
}
.problems_solutions h3 u {
    font-weight: 700;
}
.problems {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin: 25px 0 0 0px;
    box-shadow: 0 2px 3px #ccc;
}
.problems h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0px 0 0px 0px;
    color: #f07c00;
    text-align: left;
}

.problems .cpoints {
    width: 50%;
    float: right;
    margin: 0px 0 0 0px;
}

.problems .cpoints ul {
    width: auto;
    padding: 0px;
    margin: 0px 0 0px 0px;
    overflow: hidden;
}
.problems .cpoints ul li {
    width: 32.2%;
    float: left;
    padding: 0px;
    margin: 0px 0 20px 0px;
    list-style: none;
}
.problems .cpoints ul li img {
    width: 40%;
}
.problems .cpoints ul li span {
    font-size: 25px;
    font-weight: 700;
    color: #ccc;
    display: block;
}
.problems .cpoints ul li h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 0px 20px;
    box-sizing: border-box;
}
.problems .lpoints {
    width: 50%;
    float: left;
}
.problems .lpoints h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 5px 0px;
    color: #002060;
    text-align: left;
}
.problems .lpoints ul {
    width: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.problems .lpoints ul li {
    margin: 10px 0px;
    padding: 10px 0px;
    box-sizing: border-box;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    
}
.solutions {
    width: 100%;
   
    overflow: hidden;
     background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin: 25px 0 0 0px;
    box-shadow: 0 2px 3px #ccc;
}
.solutions h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 25px 0 0px 0px;
    color: #002060;
    text-align: left;
}
.solutions .cpoints {
    width: 52%;
    float: left;
    margin: 10px 0 0 0px;
}

.solutions .cpoints ul {
    width: auto;
    padding: 0px;
    margin: 0px 0 0px 0px;
    overflow: hidden;
}
.solutions .cpoints ul li {
    width: 32.3%;
    float: left;
    padding: 0px;
    margin: 10px 0 0px 0px ;
    list-style: none;
}
.solutions .cpoints ul li img {
    width: 40%;
}
.solutions .cpoints ul li span {
    font-size: 25px;
    font-weight: 700;
    color: #ccc;
    display: block;
}
.solutions .cpoints ul li h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 0px 20px;
    box-sizing: border-box;
}
.solutions .cpoints ul li p {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0p 12px;
    display: block;
    line-height: 18px;
}
.solutions .lpoints {
    width: 47%;
    float: right;
}
.solutions .lpoints h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 5px 0px;
    color: #f07c00;
    text-align: left;
}
.solutions .lpoints ul {
    width: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.solutions .lpoints ul li {
    margin: 10px 0px;
    padding: 10px 0px;
    box-sizing: border-box;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}
.fpic {
    width: 100%;
}
.hpic {
    width: 75%;
}
.meetteam {
    width: 100%;
}
.meetteam h2 {
    color: #242156;
    font-size: 33px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.meetteam h2 span {
  color: #ef7e22;
}
.meetteam ul {
    width: auto;
}
.meetteam ul h3 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.5;
}
.meetteam ul li {
    width: 19%;
    margin: 1.5% 0.5%;
    list-style: none;
    float: left;
    text-align: center;
}
.meetteam ul li img {
    width: 50%;
    border-radius: 100px;
}
.meetteam ul li h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
    letter-spacing: -0.5;
}
.meetteam ul li span {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 2px;
}

.usp {
    width: 100%;
    margin: 20px 0 0 0px;
}
.usp h2 {
    color: #f07c00;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.hline {
    border-top: solid 1px #ddd;
    margin: 35px 0 25px 0px;
}
.vision-mission {
    width: 100%;
    background-image: url('../imgs/vision-mission.jpg');
    height: 511px;
    background-repeat: no-repeat;
    background-position: bottom -90px left;
    padding: 50px 0px 0 0px;
    box-sizing: border-box;

}
.vision-mission h2 {
    color: #242156;
    font-size: 33px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 33px;
}
.vision-mission h2 span {
  color: #ef7e22;
}
.wdhd {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.wdhd h2 {
    color: #242156;
    font-size: 33px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 33px;
}
.wdhd h2 span {
  color: #ef7e22;
}
.mvv {
    padding: 0 0 0 382px;
    box-sizing: border-box;
}
.vision-mission h3 {
    color: #000;
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 15px;
}
.vision-mission p {
    line-height: 22px;
}
.testimon {
    width: 100%;
    padding: 50px 0px;
}
.testimon h2 {
     color: #242156;
    font-size: 33px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.testimon ul {
     width: 900px;
     list-style: none;
     padding: 0px;
     margin: 0px auto;
}
.testimon ul li {
    width: auto;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.testimon ul li p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: normal;
}
.testimon ul li h4 {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    margin-top: 10px;
}
.testimon ul li img {
    width: 100px;
    border-radius: 50%;
}
.testimon ul li h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
}

.bmodel {
    width: 100%;
    margin: 20px 0 0 0px;
    overflow: hidden;
}
.bmodel h2 {
    color: #333;
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.bmodel h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5;
}
.bmodel ul {
    width: auto;
    margin-bottom: 15px;
}
.bmodel ul li {
    width: 49%;
    float: left;
    list-style: none;
}
.bmodel ul li img {
    width: 100%;
}
footer {
    background-color: #1b1a1a;
    padding: 50px 0px 85px 0px;
}
.slogobot {
    max-width: 180px;
    width: 100%;
}
.botlinks {
    width: 100%;
    position: relative;
    z-index: 3;
}
.botlinks ul {
    width: 20%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    padding: 12px;
    box-sizing: border-box;
}
.botlinks ul h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.botlinks ul h4 {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
}
.botlinks ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}
.botlinks ul li a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    text-transform: uppercase;
}
.botlinks ul li a strong {
    color: rgba(255,255,255,1);
}
.botlinks ul li a:hover {
    color: rgba(255,255,255,1);
}
.add {
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 20px;
    margin-bottom: 15px;
}
.phone {
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 20px;
    margin-bottom: 15px;
}
.email {
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 20px;
    margin-bottom: 15px;
}
.email a {
    font-size: 14px;
    color: rgba(255,255,255,1);
    
}
.web {
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 20px;
    margin-bottom: 15px;
}
.dotline {
    border-top: dashed 1px rgba(255,255,255,0.2);
    padding-top: 15px;
    margin-top: 15px;
}
.copyright {
    float: left;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.copyright a {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.copyright a:hover {
    font-size: 14px;
    color: rgba(255,255,255,1);
}
.socialicons {
    float: right;
}
.socialicons a {
    float: left;
    font-size: 25px;
    color: rgba(255,255,255,0.9);
    padding: 5px 10px;
}
.alert-danger{
	background:#ffcccc;
	padding:5px;
	border:1px solid #996666;
}
.panelsearch {
    display: none;
}
#smob {
  display: none
}
.half {
    width: 50% !important;
}
#appbg {
    background-image: url('../imgs/apps-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px 0px 40px 0;
    width: 100%;
    background-color: rgba(36,32,86,1);
}
.newstats {
    width: 100%;
    padding: 40px 0px;
    overflow: hidden;
}
.newstats ul {
    width: auto;
}
.newstats ul li {
    list-style: none;
    float: left;
    width: 32.3%;
    text-align: center;
    color: #fff;
}
.newstats ul li h4 {
    font-size: 80px;
    font-weight: 600;
}
.newstats ul li h5 {
    font-size: 20px;
    font-weight: 600;
}
.apptext {
    padding: 500px 100px 0 100px;
    text-align: center;
    color: #fff;
}
.apptext p {
    font-size: 20px;
    margin: 0 0 20px 0px;
    line-height: 30px;
}
.apptext h5 {
    font-size: 30px;
    margin: 0 0 10px 0px;
    line-height: 30px;
}
.appbut {
    width: 400px;
    margin: 20px auto 0px auto;
}
.appbut a {
    background: #ef7e22;
    padding: 10px 15px 12px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    border-radius: 50px;
}
/*Mobile css start*/
@media screen and (max-width: 650px) {
.ipagec p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}    
.mainsceen p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 10px 0 30px 0px;
    letter-spacing: -0.5px;
    
}  
#redefinedlogo h3 {
  font-size: 20px;
}   
.pgnew ul li {
  width: 100% !important;
  margin: 0% 0.5% !important;
  float: none;
  list-style: none !important;
}    
.disabled {
    pointer-events: none;
    cursor: default;
  }    
.lq {
  text-align: left;
  width: 100%;
  position: relative;
}
.lq img {
  width: 50px;
}    
.rq {
  text-align: right;
  width: 100%;
  position: relative;
  margin-top: -50px;
}
.rq img {
  width: 50px;
}    
.flicon {
  float: none;
    display: block;
}
.mticon {
  margin: 7px 0 0 0px;
}    
.pitch {
  float: none;
  margin: 6px 0 0 0px;
  color: #333;
   margin: auto;
    width: 200px;
}    
.piticon {
    display: block;
    width: 100%;
    text-align: center;
}     
.pitch h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}    
.vidicon img {
    width: 50px;
}   
.pitch img {
    width: 50px;
    float: none;
}      
.appbut {
  width: 95%;
  margin: 20px auto 0px auto;
}    
.fl {
    float: none;
}
.fr {
    float: none;
}
.mr {
    margin-right: 0px;
}
    .panellogo {
        width: 75%;
        margin-left: 10%;
        margin-bottom: 5%;
    } 
.prodview h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5;
  text-transform: uppercase;
  margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}   
.maintab {
  background-color: #242056;
  color: #fff;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.problems .cpoints ul li {
  width: 100%;
  float: none;
  text-align: center;
  padding: 0px;
  margin: 0px 0 20px 0px;
  list-style: none;
}    
.problems .lpoints ul li {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  float: none;
  text-align: center;
  line-height: 22px;
}    
.solutions .lpoints ul li {
  margin: 20px 0px;
  padding: 10px;
  box-sizing: border-box;
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  float: none;
  text-align: center;
}    
.solutions .cpoints ul li {
  width: 100%;
  float: none;
  padding: 0px;
  margin: 10px 0 0px 0px;
  list-style: none;
}    
.newstats {
  width: 100%;
  padding: 40px 0px;
  overflow: hidden;
}    
.apptext {
  padding: 400px 25px 0 25px;
  text-align: center;
  color: #fff;
}    
.newstats ul li {
  list-style: none;
  float: none;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}    
.newstats ul li h4 {
  font-size: 40px;
  font-weight: 600;
}    
.newstats ul li h5 {
  font-size: 15px;
  font-weight: 400;
}    
#smob {
  display: block;
}
.search {
    float: left;
    margin: 2px 0 0 20px;
    display: none;
}    
.mainlogo {
  width: 120px;
  margin-left: 12px;
}    
.fheader .mainlogo {
  width: 120px;
}    
.menubar a {
  font-size: 18px;
  padding: 6px 6px 4px 6px;
}    
    
.mainsceen .content {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 90%;
  z-index: 777;
}    
.mainsceen h1 {
  font-size: 35px;
  line-height: 35px;
  margin: 10px 0 30px 0px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
#wbar {
  padding: 25px 0px 25px 0px;
}
.leftcolm {
  width: 100%;
  float: none;
  padding: 5px;
  box-sizing: border-box;
}    
.importlogo {
  width: 100%;
  text-align: center;
  padding: 50px 50px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  box-shadow: 0 2px 3px #ccc;
  margin: 12px 0 0 0px;
  border-radius: 12px;
}    
.tablink {
  padding: 8px 12px 8px 12px;
  font-size: 14px;
  display: block;
    margin-bottom: 5px;
    text-align: center;
}    
.rightcolm {
  width: 100%;
  float: none;
}    
.problems .lpoints {
  width: 100%;
  float: none;
}   
.problems .cpoints {
  width: 100%;
  float: none;
  margin: 0px 0 0 0px;
}     
.problems h3 {
  text-align: center;
}    
.problems .lpoints h4 {
  text-align: center;
}    
.solutions .cpoints {
  width: 100%;
  float: none;
  margin: 10px 0 0 0px;
}    
.solutions .lpoints {
  width: 100%;
  float: none;
}    
.solutions h3 {
  text-align: center;
}    
.solutions .lpoints h4 {
  text-align: center;
}    
.businessmodel .query {
  width: 200px;
  height: 200px;
  background-color: #ed6112;
  float: none;
  margin: auto;
  margin-bottom: 50px;
  padding: 51px 0 0 0px;
    position: relative;
    z-index: 111;
}    
.businessmodel .sourcing {
  width: 160px;
  height: 160px;
  background-color: #33c1f3;
  float: none;
  margin: 130px auto;
  border-radius: 100px;  
  padding: 51px 0 0 0px;
    position: relative;
    z-index: 999;
}    
.businessmodel .order {
  width: 160px;
  height: 160px;
  background-color: rgba(254, 205, 50, 0.9);
  float: none;
  border-radius: 100px;
  margin: 25px auto;
  padding: 51px 0 0 0px;
  box-sizing: border-box;
    position: relative;
    z-index: 999;
}    
.businessmodel .import {
  width: 160px;
  height: 160px;
  background-color: rgba(153, 153, 153, 0.8);
  float: none;
  margin: 120px auto;
  padding: 51px 0 0 0px;
  box-sizing: border-box;
    position: relative;
    z-index: 1001;
}    
.businessmodel .clearing {
  width: 160px;
  height: 160px;
  background-color: rgba(51, 192, 114, 0.9);
  float: none;
  margin: 0px auto;
  padding: 51px 0 0 0px;  
position: relative;
    z-index: 1002;    
}    
.businessmodel .delivery {
  width: 160px;
  height: 160px;
  background-color: rgba(214, 65, 69, 0.9);
  float: none;
  margin: 110px auto;
  padding: 51px 0 0 0px;
    position: relative;
    z-index: 1003;
}    
.intro {
  width: 100%;
  float: none;
  text-align: center;
}    
.circle_logo {
  float: none;
  width: 75%;
  margin: auto;
}    
.bw {
  position: absolute;
  margin-left: 140px;
  margin-top: -265px;
}    
.bw img {
    width: 120px;
}    
.officesleft {
  float: left;
  width: 35%;
  text-transform: uppercase;
}    
.compscroll {
  float: right;
  width: 64%;
}   
#appbg {
  background-position: center top 120px;
/*  background-color: #484848;*/
    
}    
.industries h2 {
  color: #f07c00;
  font-size: 33px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-transform: uppercase;
}    
.appbut a {
  font-size: 16px;
}    
.apptext p {
  font-size: 18px;
  margin: 0 0 20px 0px;
  line-height: 26px;
}    
.apptext h5 {
  font-size: 20px;
  margin: 0 0 10px 0px;
  line-height: 25px;
}    
.stats {
  width: 100%;
  float: none;
}
#gbar {
  padding: 25px 0px;
}    
.industries ul li {
  list-style: none;
  float: none;
  width: 100%;
  margin: 2.5% 0px;
  text-align: center;
  padding: 15px 0px;
}    
.industries ul li a img {
  width: 20%;
}    
.industries ul li .count {
  margin-top: -25px;
  margin-left: 260px;
}    
.problems_solutions h2 {
  color: #e13838;
  font-size: 22px;
  letter-spacing: -0.5px;
}    
.meetteam h2 {
  color: #000;
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}    
.meetteam ul li {
  width: 49%;
  margin: 2.5% 0px;
  list-style: none;
  float: left;
  text-align: center;
}    
.meetteam ul li h4 {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  text-align: center;
  letter-spacing: -0.5;
}    
.hot_selling h2 {
  color: #242056;
  font-size: 22px;
  letter-spacing: -0.5px;
}    
.hot_selling h3 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.5;
}    
.usp h2 {
  color: #f07c00;
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
}    
.ipagec h2 {
  color: #242056;
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-transform: uppercase;
}    
.faqpic {
    width: 100%;
}    
.leftpanel {
  float: none;
  width: 100%;
  padding: 20px;
}    
.rightpanel {
  float: none;
  width: 100%;
  margin: 20px 0 0 0px;
}    
.col-three {
  width: 100%;
  margin: 1.5% 0px;
  float: none;
}    
.vision-mission {
  width: 100%;
  background: none;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom -90px left;
  padding: 50px 0px 0 0px;
  box-sizing: border-box;
    text-align: center;
}    
.vision-mission h2 {
  color: #ef541e;
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 22px;
}    
.mvv {
  padding: 0 0 0 0px;
  box-sizing: border-box;
}    
.testimon ul {
     width: 100%;
     list-style: none;
     padding: 0px;
     margin: 0px auto;
}    
.testimon h2 {
  color: #333;
  font-size: 33px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}    
#wbarnew {
    padding-bottom: 50px;
}    
.botlinks ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: none;
  padding: 12px;
  box-sizing: border-box;
}    
.topmainbar {
  background-repeat: no-repeat;
  background-position: center top 0px;
  background-size: cover;
  width: 100%;
  height: 40%;
}    
.prodview h2 {
  color: #242056;
  font-size: 22px;
  letter-spacing: -0.5px;
}    
.prodview h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.5;
}    
.prodview ul li {
  list-style: none;
  width: 100%;
  float: none;
  margin: 2.5% 0px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}    
.panelsearch {
    width: 100%;
    margin: 2px 0 60px 20px;
    display: block;
}
.fheader .panelsearch {

    margin: 0px 0 0 20px;
}  
.panelsearch input[type="text"] {
    padding: 5px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    outline: none;
    width: 90%;
    float: left;
}
.panelsearch button {
    padding: 5px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: "Ubuntu", sans-serif;
    outline: none;
    float: left;
    cursor: pointer;
    background-color: #242056;
    color: #fff;
    border: solid 1px #242056;
    outline: none;
    width: 10%;
}
.prodr {
  float: none;
  width: 100%;
}    
.half {
    width: 100%;
}
   
#whatsapp {
  position: fixed;
  right: 10px !Important;
  bottom: 10px !Important;
  z-index: 999;
}    
#whatsapp img {
  width: 30px !Important;
}    
.colm2 {
    float: none;
    width: 100%;
    margin: 1.5% 0px;
}
.colm3 {
    float: none;
    width: 100%;
    margin: 1.5% 0px;
}
.colm4 {
    float: none;
    width: 100%;
    margin: 1.5% 0px;
}    
}