@charset "utf-8";
/* CSS Document */
 
body {
	padding: 0;
	margin: 0;
	font-size: 17px;
	background: #fff;
	color: #535353;
	font-weight: 400;
font-family: 'Roboto', sans-serif;
}
b, strong{font-family: 'Roboto', sans-serif;}
a {
	transition: 0.3s;
}
.container {
    width: 1280px;
}
.topheader{ background: #f8f8f8;   border: solid 1px #e5e5e5;  height: 33px;  display: block;  overflow: hidden;}
.topmenuLeft{ float: left;}
.topmenuLeft ul{padding: 0; margin: 0;}
.topmenuLeft ul li{ padding: 0; margin: 0 10px 0 0; list-style: none; float: left; border-right: solid 1px #ccc; transition: all 0.5s ease;width: 33px; display: block; overflow: hidden;}
.topmenuLeft ul li i{font-size: 12px; margin-right: 5px; float: left; color: #8a8a8a;transition: all 0.5s ease;}
.topmenuLeft ul li i:hover{color: #03a956;}
.topmenuLeft ul li a{transition: all 0.5s ease;padding:10px 10px;float: left;width: 90px;  }
.topmenuLeft ul li:hover{width: 90px;}
 .topmenuLeft ul li a span{display: none; font-size: 12px;float: left; color: #08a959; margin: -2px 0 0;}
.topmenuLeft ul li a:hover span{display: block;}
.topmenuLeft ul li a:hover i{color: #03a956;}
.topmenuRight{ float: right;}
.topmenuRight ul{padding: 0; margin: 0;}
.topmenuRight ul li{padding: 0; margin: 0 10px 0 0; list-style: none; float: left;}
.topmenuRight ul li a{color: #676767; padding:10px 10px 10px 0;font-size: 13px; border-right: solid 1px #e5e5e5; font-weight: 500;}
.topmenuRight ul li:last-child a{padding-right: 0; border-right: none;}
.topmenuRight ul li a:hover{  color: #04a956; text-decoration: none;}
.topmenuRight ul li a.active{  color: #04a956; text-decoration: none;}
.nav-container{background: #fff; display: flex; justify-content: center; align-items: center; height: 100px;transition: all 0.5s ease; position: relative; z-index: 1000;}
.nav-container.navShadow{  position: fixed;
    z-index: 1000;
    width: 100%;
	 height: 60px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 0;}
.rightNavBtn{float: right;  top: 36px; position: relative;}
.rightNavBtn a{padding: 0;}
.Logo{float: left;margin-right: 85px;display: flex; justify-content: center; align-items: center; height: 100px;transition: all 0.5s ease;}
.Logo img{width: 100%;}
.nav-container.navShadow .Logo img{width:60%;}
.headerRight{float: right;display: flex; justify-content: center; align-items: center; height: 100px;}
 #nav {  position: relative; float: left; }

 #nav > a { display: none; }
 #nav li { position: relative; list-style: none;}
 #nav li a { color: #525252; display: block;  padding: 36px 20px; text-decoration:none;    font-weight: 600;   background: url(../images/menu-arrow.gif) no-repeat right 53%; }
#nav li a:last-child{background: none;}
#nav li a:hover{text-decoration: none;}
 #nav li a.active { color: #04a956;}
 #nav span:after { width: 0; height: 0; border: 0.313em solid transparent; /* 5 */ border-bottom: none;
				border-top-color: #efa585; content: ''; vertical-align: middle; display: inline-block; position: relative; right: -0.313em; /* 5 */ }
 /* first level */
 #nav > ul { padding: 0; margin: 0; }
 #nav > ul > li {  float: left; }
 #nav > ul > li > a {  font-size: 20px;  }
 /*#nav > ul > li:not( :last-child ) > a { 	border-right: 1px solid #cc470d; }*/
 #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {  color: #04a956;}
 /* second level */
 #nav li ul { 	background-color: #fff; padding: 0; margin: 0;border:1px solid rgba(195, 195, 195, 0.2); border-top: 2px solid #1daa4c; display: none; position: absolute; top: 100px !important; width: 350px; box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1); z-index: 1000;}
#nav li ul.dmLast{width: 250px;}
 #nav li:hover ul { display: block; left: 0; right: 0; }
 #nav li:not( :first-child ):hover ul { left: -1px; }
#nav li ul li{list-style: none; padding: 0;border-bottom: 1px solid rgba(195, 195, 195, 0.2);}
 #nav li ul a { font-size: 15px; padding: 10px 17px;  color: #1c1c1c; font-weight: 400;}
 #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a { 	background-color: #f7f7f7; color: #07a955; text-decoration: none;}
.nav-container.navShadow #nav li ul{top: 80px !important;}
.sideNav {
	background: #0073ac;
	width: 305px;
	height: 100%;
	position: fixed;
	right: -320px;
	top: 0;
	transition: 0.3s;
	z-index: 999999;
}
.mainPageOut {
	position: relative;
	overflow: hidden;
}
.sideNavOn {
	right: 0;
	transition: 0.3s;
}
.sideNav ul {
	padding: 0;
	margin: 0;
}
.sideNav ul li {
	list-style-type: none;
}
.sideNav ul li a {
	padding: 8px 20px 11px;
	border-bottom: solid 1px #0e82bb;
	display: block;
	overflow: hidden;
	color: #fff;
	 font-size: 16px;
}
.sideNav ul li a:hover {
	background:#0a5e94;
	text-decoration: none;
}
.sideNav ul li.closeBtn {
	background: #0073ac;
	padding: 21px;
}
.sideNav ul li.closeBtn img {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.sideNav ul li.closeBtn img:hover {
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

.sideNav .accordion{padding: 8px 20px 11px; font-size: 16px; font-weight: 400;
	border-bottom: solid 1px #0e82bb; color: #fff; cursor: pointer; position: relative;}
.sideNav .accordion:before{ content: '+'; position: absolute; right: 15px; font-size: 14px; color: #fff; }
.sideNav .accordion.active {
	background: #0a5e94;
	text-decoration: none;
}
.sideNav .accordion.active:before{ content: '-'; position: absolute; right: 15px; font-size: 14px; color: #fff; }
.sideNav .accordion:hover {
	background: #0a5e94;
	text-decoration: none;
}
.sideNav .Social{padding: 0; margin: 30px 0 0; text-align: center;}
.sideNav .Social li{display: inline-block; }
.sideNav .Social li a{border-radius: 100%;border-bottom: none; padding: 10px 15px;}
div.panel.show ul li a{font-size: 13.5px; position: relative; padding-left: 34px;}
.homebanner{  margin:0;  height: 100%;  width: 100%;  position: relative;}
div.panel.show ul li a:before{ content: '-'; position: absolute; left: 20px; font-size: 14px; color: #fff; }
.sideNav .accordion{display: none;}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  font-size: 500px;
}
 .carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
 
 
.homebanner .carousel-indicators {
    bottom:60px;
 }
.homebanner .caption1{     position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column; }
 
.homebanner .caption1 h2{ background: rgba(0,0,0,0.5); padding: 40px 50px; font-weight: 700;     color: rgb(38, 211, 92);
    font-size: 60px;  margin: 0;}  
.homebanner .caption1 h2  span{color: #fff; padding: 0; margin: 10px 0 0; font-weight: 500; display: block;
    font-size: 30px;}

.homebanner .bannerText1.bt2 h3, .homebanner .bannerText1.bt2 h3 span, .homebanner .bannerText1.bt2 h4, .homebanner .bannerText1.bt2 h4 span, .homebanner .bannerText1.bt3 h3, .homebanner .bannerText1.bt3 h4{
    color: #000 !important;
}




.bicon{position: absolute; right:25%; top: 20%; z-index: 10;}
.homebanner .bicon{ z-index: 100000; top: 7%;
    right: 12%;} 
 
.homebanner .bannerText1{ 
	position: absolute;
    z-index: 10000;
	background: url("../images/banner-text-bg.png") no-repeat;
    left: 17%;
    top:10%;
	width: 529px;
    padding:40px;
    }
 
.homebanner .bannerText1 h3{      color: #fff;
     padding: 0 0 33px;
    margin: 0 0 35px;
    font-size: 42px;
    font-weight: 300;
    text-align: left;
    line-height: 46px;
    border-bottom: solid 1px #646878;}

.homebanner .bannerText1 h3 span{ color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: normal !important;} 

.homebanner .bannerText1 h4 span {
    color: #fff;
    font-size:20px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    line-height: normal ;
}
.homebanner .bannerText1 h4{
	color: #fff;
   padding: 0;
    margin: 0 0 30px;
    font-size: 26px  ;
    font-weight: 400;
    text-align: left  ;
    line-height: 35px ;}
.homebanner .bannerText1.bt4 {
     left: 55%;
}
.homebanner .bannerText1.bt5 {
    background:  url("../images/banner-text-bg1.png") no-repeat;
    left: 55%;
}
.homebanner .bannerText1.bt5 h3{font-size:26px;}
.homebanner .bannerText1.bt2 h3{font-size:40px;}
.homebanner .bannerText1.bt4 h3{font-size:33px;}


.introContent{padding:80px 0; background: #fff; text-align: center;}
.introContent h1 {
    color: #0e1316 !important;
	    font-size: 36px;
}
.introContent h1 span{ display: block;
	color: #0073ac;}

.consultingLeft { float: left; width:70%; padding:143px 20px 100px 30px;   }

.consultingRight { float: right;  width: 28%;}
.consultingLeft p{color: #fff; margin: 0 0 30px}
.resp-tabs-container .tab1 .consultingLeft{background: url("../images/System-Solutions.jpg") no-repeat; }
.resp-tabs-container .tab2 .consultingLeft{background: url("../images/hand-shake-people.png") no-repeat; }
.resp-tabs-container .tab3 .consultingLeft{background:  url("../images/Supply-Chain-Analytics.jpg") no-repeat; }
    
.whatweOuter {
    background:  url("../images/What-we-do-bg.jpg") 0 0 no-repeat, url("../images/What-we-do-bottom-bg.jpg") 0 187px no-repeat;
    background-size: 100%;
    min-height: 1170px;
    background-color: #f1f1f1;
	    padding: 40px 0;
}

.whatweContent h2 {
    color: #eff8f2 !important;
    font-size: 37px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
	margin: 0 0 15px;
}
.whatweContent p {
    color: #fff !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.successBlock {
     float: left;
    width: 360px;
    padding: 15px 31px 15px 29px;
    background: #3e596d;
    margin-left: 107px;
    
}
.successBlock  h3  {
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    padding-right: 10px;
	margin-bottom: 20px;
	background: url("../images/success-stories-icon.png") no-repeat right 0;
}
.successBlock p {
    font-size: 14px;
    padding-right: 17px;
	color: #fff;
	margin: 0 0 15px; padding: 0;
	    line-height: 25px;
}
.successBlock a {
    color: #b5d7f7;
	font-size: 14px;
}
.supplyListOuter {
    width: 336px;
    padding: 8px 18px 30px;
    float: right !important;
    margin:0;
    position: relative;
    z-index: 100;
	    background: #e86a0e;
    color: #fff;
}
.supplyListOuter  ul{padding: 0; margin: 0;}
.supplyListOuter li {
        font-size: 15px;
    line-height: 22px;
    padding: 8px 0 8px 18px;
    list-style: none;
    border-bottom: solid 1px #ed8b43;
    background: url(../images/arrow-bullet.jpg) no-repeat 0 14px;
}
.supplyListOuter li:last-child{  border-bottom: none;}
.supplyListOuter li a {
    color: #fff;
    cursor: pointer;
}
.testimonialBlock {  background: #fff;  margin-bottom: 20px;  padding: 30px; }
.testimonialBlock h3 {    font-size: 22px;  margin: 0; }
.testimonialBlock  p {
    color: #465055 ;
    font-style: normal;
    font-size: 17px;
	    margin: 0 0 25px;
}
.testimonialBlock figcaption {
    color: #e86a0e;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

.whatisInBox {
    background: #757575;
    color: #fff;
    width: 290px;
    font-size: 16px;
    padding: 20px 20px 10px;
}
.whatisInBox  h3  {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
	padding: 10px 0;
	background: url("../images/store-icon.png") right 0 no-repeat;
}
.whatisInBox p {
    text-align: left;
    line-height: 23px;
    padding-right: 20px;
}
.testimonialsBox .title-name {
    text-align: left !important;
    font-style: italic;
    padding-left: 13px;
    line-height: 18px;
}

.whatmakesContentOuter{ padding: 50px 0;background: #ededed;}
.whatmakesContent{padding: 0; margin: 0 0 80px;}
.whatmakesContent h2 {
    color: #323232 !important;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
}
.whatmakesContent p {
    color: #323232 !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
.whateweGridOuter h3  {
    display: block;
    font-size: 28px;
    line-height: 28px;
	margin: 0 0 10px;
     
}
.whateweGridOuter p {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 23px;
}
.whatmakesBox{padding: 0; min-height: 260px;}
.whatmakesBox .col-md-9{padding: 0;}
.whatmakesBox .col-md-3{padding-left: 0;}
 .whatmakesBox a{
    border: solid 1px transparent;
    padding: 10px;
	display: block;
	overflow: hidden;
}
.whatmakesBox a:hover{
    border: solid 1px #b4dfc4;
    padding: 10px;
}
.whatmakesBox a h3{ color: #444444;}

.footerOuter {  background: url("../images/footer_bottom_bg.jpg") no-repeat; padding: 40px 0;}
.footerTop{padding: 0; margin: 0 0 30px;   text-align: center;}
.footerTop p {
    font-size: 18px;
    line-height: 22px;
     text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
  font-weight: 500;
}
.footerTop h2 {
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    text-transform: none;
    color: #fff;
    font-weight: normal;
	margin: 0 0 35px;
 
	
}
.footerTop .btn-special {
    border: 2px solid #fff !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400 !important;
   padding: 11px 24px;
border-radius: 30px !important;
	letter-spacing: 2px;
 }
 
.footerTop .btn-special:hover {
    background-color: #24bd56;
    color: #fff;
}
.footerBottom {
    border-top-style: solid;
	padding: 10px 0 0;
    border-top-width: 2px;
    border-color: rgba(255, 255, 255, 0.23);
}
.footerBottom p{color: #fff;}
.footerBottom p a{color: #fff; text-decoration: none;}
.footerSocial ul{float: right;}

.footerSocial ul li  {
    position: relative;
    text-align: center;
      width: 45px;
    height: 45px;
	list-style: none;
	float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: #fff;
    color: #12161c;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    -khtml-border-radius: 24px 24px 24px 24px;
    color: #fff;
}
.footerSocial ul li i {
    font-size:22px;
    position: absolute;
       left: 12px;
    top: 12px;
	color: #000;
}
.footerSocial ul li:hover i{ color: #04a956;}
.innerbanner{  text-align: center; top:0; left:0;   display: -webkit-box;   display: -ms-flexbox;   display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center;  align-items: center; height: 490px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; width: 100%; position: relative;}
  .innerbannerIn{text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    height: 490px;
	top:0; left:0; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
	  position: relative;}
.innerbanner img{width: 100%;}
.innerbanText{padding: 0; position: absolute; left:0; top:0; width: 100%; z-index: 10;  display: flex; justify-content: center; align-items: center; height: 400px;flex-direction: column; }
.innerbanner .bicon{  right: 16%;  top: 10%;  z-index: 100;}
.innerbanText h3 {
    font-size: 30px;
    line-height: 32px;
    color: #26d35c !important;
	    margin: 0 0 20px;
}
.innerbanText h2 {
	    margin: 0;
    font-size: 32px;
    line-height: 38px;
    color: #fff !important;
	   
}
.bRightBg{ position: absolute; right: 0; /*top: 179px;*/     bottom: -124px;   z-index: 100;}
.innerntroContent{background: #fff; padding:40px 0 80px;   position: relative;}

.innerntroContent .container{ position: relative;   width: 1070px; padding: 0 36px;}
.innerntroContent .container:before{    background: #fff;  position: absolute; width: 100%; content: '';  left: 0;   height: 61px;  top: -95px;  z-index: 10;  width: 100%;}
.innerntroContent .container .col-md-6{padding: 0;}
.introLeftBox h2 {
    font-size: 24px;
    line-height: 32px;
	 margin: 0 0 20px;
    color: #0e1316 !important;
}
.introLeftBox p {
    font-size: 17px;
    line-height: 26px;
    color: #535353 !important;
}
.introRightBox p {
    font-size: 17px;
    line-height: 26px;
    color: #535353 !important;
}
.introRightBox ul {
    padding-left: 0;
    list-style: none;
}
.introRightBox ul li {
    min-height: inherit;
    background:  url("../images/list-icon-green.png") no-repeat left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
}
.warehouset1{background: url("../images/Manufacturing.jpg") no-repeat; padding: 80px 0; position: relative; overflow: hidden;}
.warehouset2{background:  url("../images/truck.png") no-repeat; padding: 80px 0; position: relative; overflow: hidden;}
.warehouset3{background:  url("../images/Store-Management.jpg") no-repeat ; padding: 80px 0; position: relative; overflow: hidden;}
.tms .warehouset1{background: url("../images/TMS-img.jpg") no-repeat; padding: 80px 0 0; position: relative; overflow: hidden;}
.ids .warehouset1{background: url("../images/IPS-1.jpg") no-repeat; padding: 80px 0 0; position: relative; overflow: hidden;}
.ptes .warehouset1{background: url("../images/planning_through_execution_system-1.jpg") no-repeat; padding: 80px 0 0; position: relative; overflow: hidden;}
.iie .warehouset1{background: url("../images/Implementation_Integration.jpg")no-repeat; padding: 80px 0 0; position: relative; overflow: hidden;}
.iie  .wmssolutionList { margin-top: 2px;}

.warehouseLeft {
    width: 535px;
    float: left;
    padding: 30px;
    margin-left: 40px;
    margin-top: 40px;
}
.warehouseLeft h3 {
    color: #fff !important;
    text-align: left;
	 font-size: 22px;
	margin: 0 0 20px;
	line-height: 27px;
}
.warehouseLeft p {
    padding: 0;
    margin: 0;
    text-align: left;
	color: #fff;
	font-size: 17px;
    line-height: 25px;
}
.warehouseLeft ul li {
    min-height: inherit;
    background: url("../images/list-icon-white.png") no-repeat scroll left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
	color: #fff;
}
.warehouset2 .warehouseLeft {  margin-top: 147px; }
   .warehouset3 .warehouseLeft { margin-top: 157px; }
.tms .warehouset1 .warehouseLeft { margin-top: 112px; }
.ids .warehouset1 .wmssolutionList { width: 456px; margin-top: 97px;}
.ptes .warehouset1 .wmssolutionList { width: 476px;  margin-top: 73px;}
.wmssolutionList {
    width: 408px;
    float: right;
    padding: 30px;
    margin-right: 67px;
    margin-top: 200px;
	background-color: #1eaa4a;
}
.wmssolutionList ul{padding: 0;}
.wmssolutionList li {
    min-height: inherit;
    background: url("../images/list-icon-white.png") no-repeat  left 4px;
    line-height: 26px ;
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 25px;
	color: #fff;
	    font-size: 17px;
}
.wmssolutionList h3 {
    padding: 0 0 15px;
    margin: 0;
    color: #fff ;
    font-size: 18px;
	line-height: 26px;
}

.WMSAnywhereTop h2 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
	color: #444;
	    margin: 0 0 30px;
}
.WMSAnywhere .resp-tabs-list li{color: rgb(175, 175, 175); font-weight: 400;}
.WMSAnywhere .resp-tab-active{    color: #000 !important;}
.WMSAnywhere .resp-tab-active:before {  border-bottom: 3px solid #1eaa4a; }
.WMSAnywhere .resp-tab-active:after{    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #1eaa4a; 
	color: rgb(46, 46, 46); }
.WMSAnywhere .resp-tabs-list li{  font-size: 25px !important;
    line-height: 36px !important;}
.WMSAnywhere .iconImg{text-align: center; padding: 40px 0;}
.WMSAnywhere .iconImg img{ width:15%;}
.CoreFunctionalities {
    background:  url("../images/blue_bg.jpg") no-repeat;
  padding: 80px 0 20px;
	position: relative; overflow: hidden;
	text-align: center;
   
}
.cmaasOuter{ background:  url("../images/blue_bg.jpg") no-repeat;}

.customizedBenifit{ background:  url("../images/cmas_bg.jpg") no-repeat;}
.customizedBenifit.platformOuter {
    background: url("../images/Platform-Efficiency-bottom-banner.jpg") no-repeat;
 padding: 145px 0 0;
 }
.CoreFunctionalities  h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
	margin: 0 0 50px;
    color: #fff;
    
}

.CoreFunctionalities .col-md-4 {
	text-align: center;
    background: #ededed;
    background: -webkit-linear-gradient(#ededed, #ffffff);
    background: -o-linear-gradient(#ededed, #ffffff);
    background: -moz-linear-gradient(#ededed, #ffffff);
    background: linear-gradient(#ededed, #ffffff);
    padding: 30px 30px 0 30px;
    min-height: 470px;
	width: 31.5%;
	margin:0 30px 30px 0;
-webkit-box-shadow: 2px 1px 2px 1px #d7d7da !important;box-shadow: 2px 1px 2px 1px #d7d7da !important;
}
.CoreFunctionalities .col-md-4 h3 {
    color: #212121 ;
    font-size: 22px;
    line-height: 28px;
	margin: 0 0 20px;
}
.CoreFunctionalities .col-md-4 p {
    color: #4f4f4f ;
    font-size: 18px;
    line-height: 26px;
	margin: 0 0 40px;
	 
}
.CoreFunctionalities .col-md-4:nth-child(5) p, .CoreFunctionalities .col-md-4:nth-child(6) p{	margin: 0 0 60px;}
.CoreFunctionalities .col-md-4 a {
    background-color: #fff;
    color: #444 !important;
    padding: 8px 19px;
    border-radius: 20px;
    border: 2px solid #1ca146;
}
.CoreFunctionalities .col-md-4 a:hover {
    background-color: rgb(27, 160, 69) !important;
	text-decoration: none;
    color: #fff !important;
}
.CoreFunctionalities .col-md-4 img{margin: 0 0 25px;}

.CoreFunctionalities .col-md-6 {
	text-align: center;
    background: #ededed;
    background: -webkit-linear-gradient(#ededed, #ffffff);
    background: -o-linear-gradient(#ededed, #ffffff);
    background: -moz-linear-gradient(#ededed, #ffffff);
    background: linear-gradient(#ededed, #ffffff);
    padding: 30px 30px 0 30px;
    min-height: 300px;
	width: 48.5%;
	margin:0 30px 30px 0;
-webkit-box-shadow: 2px 1px 2px 1px #d7d7da !important;box-shadow: 2px 1px 2px 1px #d7d7da !important;
}
.CoreFunctionalities .col-md-6 h3 {
    color: #212121 ;
    font-size: 22px;
    line-height: 28px;
	margin: 0 0 40px;
}
.CoreFunctionalities .col-md-6 p {
    color: #4f4f4f ;
    font-size: 18px;
    line-height: 26px;
	margin: 0 0 40px;
	 
}
.CoreFunctionalities .col-md-6:nth-child(5) p, .CoreFunctionalities .col-md-4:nth-child(6) p{	margin: 0 0 60px;}
.CoreFunctionalities .col-md-6 a {
    background-color: #fff;
    color: #444 !important;
    padding: 8px 19px;
    border-radius: 20px;
    border: 2px solid #1ca146;
}
.CoreFunctionalities .col-md-6 a:hover {
    background-color: rgb(27, 160, 69) !important;
	text-decoration: none;
    color: #fff !important;
}
.CoreFunctionalities .col-md-6 img{margin: 0 0 25px;}

.CoreFunctionalities.customizedBenifit .col-md-6{ min-height: 470px; padding: 50px;}
.CoreFunctionalities.customizedBenifit .col-md-6 h3{margin: 0 0 20px;}
 .mr0{margin-right: 0 !important;}
.imageSeperatorOuter {
    border-bottom: none !important;
	text-align: center;
    background:  url("../images/border-bg.gif") repeat-x bottom;
	padding:0;
	margin-bottom: 30px;
}
.imageSeperatorOuter img{ width:15%;}
.functionalities{padding: 60px 0;}
.featuresofContent.resp-vtabs .resp-tabs-container {
    background:  url("../images/tab_content_bg.jpg")  no-repeat;
    padding: 65px !important;
    color: #fff !important;
    min-height: 420px !important;
	border: none;
	background-size: cover;
	width: 60%;
	border-radius: 0;
  
}
.featuresofContent.resp-vtabs .resp-tabs-container h3{ margin: 0 0 20px;}
.featuresofContent.resp-vtabs .resp-tabs-container  p{font-size: 17px; line-height: 26px;}
.featuresofContent .resp-tabs-list li {
        font-weight: 400;
    font-size: 17px !important;
    line-height: 26px !important ;
    display: inline-block;
    padding: 10px 0 !important;
    margin: 0 20px 20px 0;
    list-style: none;
	text-align: right;
    cursor: pointer;
    float: none;
    position: relative;
        color: #666;
}
.featuresofContent .resp-tab-active:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 11px solid #DD6309;
    border-bottom: 11px solid transparent;
    margin-top: -27px;
  right: -45px;
    left: auto;
    top: 89%;
}
 
.functionalities h2{text-align: center; margin: 0 0 50px; font-size: 35px;  font-weight: 500;   line-height: 28px;   text-align: center; }

.featuresofContent .resp-tab-active {
    border: none !important;
    border-right: none;
    background-color: transparent !important;
    position: relative;
     padding: 0 !important;
	color: #e06409 !important;}

.featuresofContent.resp-vtabs ul.resp-tabs-list {
    min-height:420px;
    width: 40%;
    background: #f6f6f6 !important;
    padding: 60px 46px 46px;
    margin: 0 !important;
}
.featuresofContent .resp-tab-active:before{border-bottom: none !important; display: none;}
.successStoriesIn .col-md-4{
    height: 485px;
	padding: 0;
	 margin: 0 20px 20px 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.22);
	width: 32%;
	
}
.successStoriesIn .col-md-4 .readmore {
   
    position: absolute;
    bottom: 0;
    background: #efefef;
    width: 100%;
    color: #fff;
}
.successStories h2{text-align: center; margin: 0 0 30px;}
.successStoriesIn{margin: 0 0 20px; 
    display: block;
    overflow: hidden;}
.successStoriesIn .col-md-4 .sdetail{padding: 20px;}
.successStoriesIn .col-md-4 .sdetail a{color: #000;font-size: 22px;}
.successStoriesIn .col-md-4 .sdetail a:hover{text-decoration: none;}
  .successStoriesIn .col-md-4 .readmore a{ text-decoration: none; color: #545454; display: block;  font-size: 16px;  width: 100%;    padding: 7px 22px;}
.successStoriesIn .col-md-4 .readmore a:hover{background: #1ca955; color: #fff;}
.successStoriesIn .col-md-4 img{width: 100%;}
.successStoriesIn .col-md-4 .sImg{position: relative;}
.successStoriesIn .col-md-4 .sImg:hover span{display: block; background: rgba(54,53,53,0.5);display: flex;
    justify-content: center;   align-items: center;}
.successStoriesIn .col-md-4 .sImg span{display: none; position: absolute; top: 0; left: 0;width: 100%; height: 100%; }
.successStoriesIn .col-md-4 .sImg span i{color: #fff; font-size: 15px;}
.successStoriesIn .col-md-4 .sImg span i {  color: #fff; font-size: 15px;}
.successStoriesIn .col-md-4:last-child{margin-right: 0;}
.viewbtnOut{ text-align: center;  padding: 30px 0 30px; margin-bottom: 30px;}
.viewbtnOut a{ padding: 15px; border: solid 1px #000;  background: #fff; font-size: 16px;  color: #525151;}
.viewbtnOut a:hover{background: #1ca955; color: #fff; text-decoration: none;}
.rapidlyOut{ margin: 0; padding:0 0 60px;}
.rapidlyOut .container{border-top: dotted 1px #000;
	padding: 40px 0 0 0;}
.rapidlyOut.iconTop .container{border-top:none;
	padding:0;}
.rapidlyOut h2{text-align: center; margin: 0 0 50px;}
.rapidlyOut ul{text-align: center; padding: 0; margin: 0;}
.rapidlyOut ul li{ display: inline-block; margin-right: 10px;}
.rapidlyOut ul li a{ padding:15px 20px 15px 63px; border: solid 1px #000; text-transform: uppercase; background: #fff; font-size: 16px;  color: #525151;}
 .rapidlyOut ul li:first-child a{ background: url("../images/plat-fom-icon.jpg") no-repeat;}
.rapidlyOut ul li:nth-child(2) a{background:  url("../images/implement-icon.jpg") no-repeat;}
.rapidlyOut ul li:last-child a{background:  url("../images/why-icon.jpg") no-repeat;}
 .rapidlyOut.iconTop ul li:first-child a{ background:  url("../images/logitics-icon.jpg")no-repeat;}
.rapidlyOut.iconTop ul li:nth-child(2) a{background:   url("../images/ware-icon.jpg") no-repeat;}
.rapidlyOut.iconTop ul li:last-child a{background:  url("../images/trans-icon.jpg") no-repeat;}
.rapidlyOut.iconTop ul li a { padding: 12px 20px 12px 63px;}
.rapidlyOut ul li a:hover{ color: #000; text-decoration: none;background-color: #f1f1f1;}
.popOut .container{ border: solid 18px #ececec; background: #fff; padding: 0;}
.popOut .container .col-md-12 {   padding: 25px 50px;}
.popOut .container .col-md-12:first-child { border-bottom: 1px solid #e5e5e5; }
.popOut .container .col-md-12 .col-md-1{width:88px;}
.popOut .container .col-md-12 .col-md-11{width:88%;}
.popOut .container .col-md-12  p{font-size: 16px; line-height: 25px;}
.fsp-close{    width: 100%;  height: 100%; background: url("../images/cross.png") no-repeat right 0;}
.popOut .container .col-md-12 h4 {
    color: #212121 !important;
    font-size: 18px;
    line-height: 26px;
}
.popOut .container .col-md-12 ul {
    padding-left: 0;
    list-style: none;
}
.popOut .container .col-md-12 ul li {
    min-height: inherit;
    background:  url("../images/list-icon-green.png")  no-repeat left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
	font-size: 16px;
}
.tooltip p{background: #ccc !important;}
.tooltip-inner {
    max-width: 200px;
    padding: 4px 8px;
    color: #b5b5b5;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ccc;
}
.tooltip.top .tooltip-arrow{    border-top-color: #ccc;}
.peBottomCont{background: url("../images/green_bg.jpg") no-repeat; margin: 0 0 30px; }
.peBottomContLeft{padding: 50px;color: #fff; font-size: 17px;    line-height: 26px;}
.peBottomContRight{background: url("../images/blue_bg-1.jpg") repeat; padding: 50px; color: #fff; font-size: 17px;    line-height: 26px;}
.peBottomContRight p{ margin: 0 0 30px;}
.peBottomContRight a {
    background-color: transparent;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.peBottomContRight a:hover {
    background-color: rgb(27, 160, 69) !important;
    color: #fff !important;
}
.clicBtnOut .container {
    
    text-align: center;
    padding: 30px 0 30px;
    margin-bottom: 30px;
}
 
.clicBtnOut h3{transition: all 0.5s ease; background: url(../images/cma_btn.png) no-repeat 0 -5px #0d7c25; font-size: 22px !important;  text-align: left;  width: 371px; color: #fff;  margin: 0 auto; padding: 20px 0 20px 94px;}
.clicBtnOut h3 a{color: #fff;}
.clicBtnOut h3 span{  color: #fff; margin-top: 5px;  text-align: left;  font-size: 15px;  line-height: 17px; display: block; }
.clicBtnOut h3:hover{background: url(../images/cma_btn.png) no-repeat 0 -8px #0d7c25;}
.clicBtnOut h3 a:hover{text-decoration: none;}
.plan2executecintroTop{text-align: center;}
 .plan2executecintroTop h3 {
    font-size: 30px;
    line-height: 32px;
	margin: 0 0 20px;
    color: #0e1316 !important;
}
.plan2executecsupply{margin: 0 0 30px;}
.plan2executecsupply .col-md-6 img{ width: 100%;}
.blueBox{    color: #5e7f96;  border: solid 1px #cfebfe;   background-color: #dff2fe; border-radius: 6px; padding: 15px 40px; margin: 0 0 50px;}
.blueBox p{margin: 0; padding: 0;}
.plan2executecsupplyTop{margin: 0 0 50px;}
.plan2executecsupplyTop img{width: 100%;}
.plan2executeContBottom  { padding: 50px; margin: 0 0 50px;
    -webkit-box-shadow: 10px 10px 50px 15px rgba(233, 233, 233, 1);
    -moz-box-shadow: 10px 10px 50px 15px rgba(233, 233, 233, 1);
    box-shadow: 10px 10px 50px 15px rgba(233, 233, 233, 1);
}
.stategicOute{background: url("../images/blue_bg-1.jpg") repeat; padding: 80px 0;}
.stategicRight h2 {
    font-size: 28px;
    line-height: 32px;
	color: #fff;
}
.stategicRight ul{margin: 0 0 0 30px; padding: 0;}
.stategicRight ul li {
    min-height: inherit;
    background:  url("../images/list-icon-white.png") no-repeat scroll left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
	color: #fff;
	
}
.scaBtn{padding: 50px 0;}
.scaBtn .container{ background: url(../images/sca_bg.jpg) no-repeat 0 -17px;  padding: 30px 30px 37px;   background-size: cover;}
.scaBtn .container p{color: #fff; padding-right:136px;font-size: 18px; margin: 0 0 20px}
.scaBtn a{    border: 2px solid #fff !important;   border-radius: 50px !important;  color: #fff !important;  padding:6px 13px;  font-size: 14px;  text-transform: uppercase; width: 125px; transition: all 0.5s ease; display: block;}
.scaBtn a span{opacity: 0; float: right;}
.scaBtn a:hover{background: #0376ba; width: 140px; text-decoration: none;}
.scaBtn a:hover span{opacity: 1;}
.innerntroContent .container.integratedSupply .introLeftBox{padding-right: 60px;}
.innerntroContent .container.integratedSupply .introLeftBox ul li {
    min-height: inherit;
    background: url(../images/list-icon-green.png) no-repeat left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
}
.innerntroContent .container.integratedSupply .introLeftBox ul li .inside li {
    list-style-type: circle;
    background: none;
    padding-left: 5px;
    line-height: 26px;
    margin-bottom: 2px;
}
.innerntroContent .container.integratedSupply h3{padding: 0; margin: 0 0 10px; font-size: 24px;}
  
.pt47{padding-top: 47px !important;}
.logisticstr h2{font-size: 32px; margin: 0 0 20px;}
.logisticstr h3{font-size: 22px; margin: 0 0 20px;}
.logisticstr ul{padding: 0; margin: 0 0 20px;}
.logisticstr ul li {
    min-height: inherit;
    background:  url("../images/list-icon-green.png") no-repeat scroll left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
}
.logisticstr ul li .inside{margin-left: 20px;}
.logisticstr ul li .inside li {
    list-style-type: circle;
    background: none;
    padding-left: 5px;
    line-height: 26px;
    margin-bottom: 2px;
}
.asitRelates {padding: 20px 0;}
.asitRelates .col-md-5  {
    padding: 30px !important;
    background: #ffff;
    margin: 0;
	box-shadow: 7px 7px 30px 10px rgba(233, 233, 233, 0.6);}
.asitRelates .col-md-2 {
    text-align: center;
    padding: 50px 0;
    background:  url("../images/arrow-blue.png") no-repeat 0 center, url("../images/arrow-blue.png") no-repeat right center;
}
.deliverables {
	padding: 30px;
	    margin-bottom: 42px;
    background: #ffff;
    box-shadow: 7px 7px 30px 10px rgba(233, 233, 233, 0.6);
    webkit-box-shadow: 7px 7px 30px 10px rgba(233, 233, 233, 0.6);
    -moz-box-shadow: 7px 7px 30px 10px rgba(233, 233, 233, 0.6);
}
.deliverables .col-md-6:last-child{margin-top:44px;}
.slideShow{position: relative; margin-bottom:80px;}
.slideShow .container{width:900px; }
.WarehouseStudyTop{margin: 0 0 35px;}
.WarehouseStudyIntro{margin: 0 0 25px;}
.greenCol {
    color: #1eaa4a;
    font-size: 38px;
}
.warehouseImg img{width: 100%;}
.WarehouseStudyTop p{margin: 0 0 30px;}
.transportOrderlistout{margin: 0 0 50px;}
.ordered-list{counter-reset: my-badass-counter; width: 800px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 50px;}
 
.ordered-list li:before {
    border-radius: 9px;
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    margin-right: 6px;
    margin-left: -1.8em;
    width: 18px;
    height: 18px;
    background: #0472af;
    color: #fff;
}
#LogisticsReportCard, #WarehouseStudy, #Transportation{ padding-top: 60px; }
#Transportation{margin-bottom: 40px;}
.scaIntro {margin-top: 30px;}
.scaIntro h2 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    padding: 0;
}
.supplyChainBottom{ background: url("../images/Descriptive-Analytics.jpg") no-repeat; padding: 120px 0 0;  text-align: center;}
.Predictivebg{ background: url("../images/Predictive-Analytics.jpg") no-repeat; }
.prescriptivebg{ background: url("../images/Prescriptive-Analytics.jpg") no-repeat; }
.supplyChainBottom h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
}
.supplyChainBottom  h3 {
    font-size: 30px;
    line-height: 32px;
    color: #26d35c;
}
.supplyChainBottom .container{width: 1070px; background: #fff; text-align: left; padding: 70px 20px; }
.supplyChainBottom .container h2 {  text-align: center;  font-size: 30px;   line-height: 34px; color: #000; margin: 0 0 35px; }
.supplyChainBottom .container h3 {    font-size: 22px; color: #444; line-height: 26px;   margin: 0 0 25px; }
.scaBottomContent ul li {
    min-height: inherit;
    background: url(images/list-icon-green.png) no-repeat scroll left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 25px;
}
.supplyChainBottomIn{padding: 0; margin: 0;}
 .supplyChainBottomIn ul{padding: 0; margin: 0;}
.supplyChainBottomIn ul li {
    min-height: inherit;
    background:  url("../images/list-icon-green.png") no-repeat scroll left 4px;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 25px;
}
.supplyChainBottomIn .col-md-12{margin: 0 0 30px;}

.supplyChainBottom .scaBtn{padding: 0 0 50px; clear: both;}
.supplyChainBottom .scaBtn .container{ background: url(../images/sca_bg.jpg) no-repeat -22px -17px;  padding: 30px 30px 37px;   background-size: cover;}
.supplyChainBottom .scaBtn .container p{color: #fff; padding-right:136px;font-size: 18px; margin: 0 0 20px}
.supplyChainBottom .scaBtn a{    border: 2px solid #fff !important;   border-radius: 50px !important;  color: #fff !important;  padding:6px 13px;  font-size: 14px;  text-transform: uppercase; width: 125px; transition: all 0.5s ease; display: block;}
.supplyChainBottom .scaBtn a span{opacity: 0; float: right;}
.supplyChainBottom .scaBtn a:hover{background: #0376ba; width: 140px; text-decoration: none;}
.supplyChainBottom .scaBtn a:hover span{opacity: 1;}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.sucessStoryOut{padding:50px 0;}

.platformefficiencyTop{ padding: 0;  }
.platformefficiencyTop img{ width: 100%; margin: 0 0 20px;}
.platformefficiencyTop h3 {
    font-size: 30px;
    line-height: 32px;
	margin: 0 0 20px;
    color: #0e1316 !important;
}
.platformefficiencyTop p{margin: 0 0 20px;}
.imrightBox{padding: 0 0 10px; margin: 0 0 18px;  border-bottom: 1px solid #128a2f;}
.imrightBox p{color: #fff;}
.imrightBox h3{color: #fff;    font-size: 22px;}
.imrightBox:last-child{border-bottom: none;}
.whyusContent{padding: 0; margin: 0;}
.whyusContent h2{padding: 0; margin: 0 0 45px; text-align: center;   color: #1eaa4a;   font-size: 36px;}
.whyusContent .col-md-6{min-height: 300px;}
.whyusContent .col-md-3{padding: 0; margin: 0;}
.whyusContent .col-md-9{padding: 0; margin: 0;}
.whyusContent .col-md-9 h3{padding: 0; color: #444;     font-size: 28px;
    line-height: 28px;
    margin:0 0 20px;}
.ourBelief{padding: 0 0 50px; margin: 0;text-align: center; }
.ourBelief h2{text-align: left;}
.ourBelief p{text-align: left;}
.ourBelief img{margin: 0 auto; }
.innovationContent{text-align: center;}
.innovationContentTop{padding: 0; margin: 0 0 70px;}
.innovationContentBottom .col-md-4{margin: 0 20px 20px; width: 30%; min-height: 770px;}
.innovationContentBottom h3{font-size: 25px;
    text-transform: none;
    margin: 20px 0 15px 0;
    display: block;
    font-weight: 500;
    text-align: center;}

.innovationContentBottom h3 span{display: block;font-size: 18px; margin-top: 10px;   font-weight: 400; color: #000;  letter-spacing: 0;   text-transform: none;}
.innovationContentBottom p{text-align: left;}
.contact{padding: 80px 0;}
.contactLeft{ padding: 50px; background: url("../images/contact-blue-bg.jpg") no-repeat; background-size: cover;    min-height: 623px;}
.contactLeft h5 {
    text-transform: uppercase;
    margin-bottom: 0;
	color: #fff;
}
.contactRight{ padding: 50px; min-height: 590px; background:  url("../images/contact-green-bg.jpg") no-repeat; background-size: cover;}
.contactLeft h3 {
    font-size: 28px;
	color: #fff;
	margin:5px 0 20px;
}
.contactLeft p {
    font-size: 18px;
	color: #fff;
   margin: 0 0 20px;
 }
.contactLeft a {
    color: #fff;
}
.contactLeftTop{padding: 0; margin: 0 0 30px;}
.Social ul{padding: 0; margin: 0;}
.Social ul li{ list-style: none; float: left; margin-right: 18px;}
.Social ul li a i{font-size: 28px; color: #a7c9de;}
.Social ul li a i:hover{color: #fff;}
.contactRight h2{color: #fff; margin: 0 0 20px; font-size: 34px;}
.contactRight p {
    font-size: 18px;color: #fff;
}
.contactForm input{background: none; border: none;  border-bottom: 2px solid #8bcc9d; box-shadow:none; border-radius: 0; color: #fff; padding:5px 0;  font-size: 16px;margin: 0;   height: 47px;}
.contactForm textarea{background: none; border: none; border-bottom: 2px solid #8bcc9d; box-shadow:none; border-radius: 0; color: #fff; padding:10px 0; font-size: 16px;    height: 85px;
    margin-bottom: 30px;}
.contactForm input::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.contactLeftBottom{margin-bottom: 40px;}
.contactForm input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #fff; }

.contactForm input::placeholder, .contactForm textarea::placeholder {  color: #fff; }
.contactForm .form-control:focus{box-shadow: none;}
 .contactRight .submitBtn {
    border: 2px solid #8fcca1 !important;
    border-radius: 25px !important;
    font-size: 15px !important;
	     background: #09802a;
    color: #fff;
	 text-transform: uppercase;
	   padding: 12px 35px;
}
.contactRight .submitBtn:hover{ background: #035419;}
.sucessDetailTop h1{font-size: 36px; margin: 0 0 20px; padding: 0;}
.sucessDetailTop {margin: 0 0 50px;}
.sucessDetailTop img{margin: 0 0 20px;}
.sucessDetailTop p{ margin: 0 0 20px; padding: 0;}
.sucessDetailTop h3{ margin: 0 0 20px; padding: 0;}
.sucessDetail{padding: 40px 0 0; border-top: solid 1px #eaeaea;}
.sucessDetailTop ul li {
     background: url("../images/list-icon-green.png") no-repeat;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 27px;
}
.sucessDetailBottom{background:#1c1c1c; padding: 40px 0; text-align: center; }
.sucessDetailBottom h3{ color:#aaa;}
.sucessDetailBottom a{color: #fff; display: block; text-decoration: none;}
.sucessDetailBottom a img{opacity: 1;}
.sucessDetailBottom a:hover img{opacity: 0.5;}
.contactForm label{    font-family: 'Roboto', sans-serif; color: #000;}
.contactForm input {   padding:10px;
    background: #fff;  font-size:16px;   margin: 0; height: auto;  border: none;   box-shadow: none;  border: solid 1px #ccc;   color: #000;  border-radius:0;  width: 100%;
}
.contactForm textarea {    padding:10px; 
    background: #fff;  font-size: 16px;   margin: 0; border: none;  height:80px;  box-shadow: none;  border: solid 1px #ccc;  color: #000;  width: 100%;  border-radius: 0;
}
.contactForm .captchatext {  width: 379px;  float: left;   margin-bottom: 20px;}
.contactForm .cptcOut {   border: solid 1px #ccc;  border-radius: 0;  height: 49px;   background: #fff;}
.contactForm .captchatext input {   padding: 10px;   border: none;}
.contactForm #imgdiv, .contactForm #imgdiv1, .contactForm #imgdiv2, .contactForm #imgdiv3 {   float: left;   width: 145px; }
 .contactForm .cptcOut img {   padding-top: 10px;}
.contactForm #imgdiv img, .contactForm #imgdiv1 img, .contactForm #imgdiv2 img, .contactForm #imgdiv3 img{padding-top: 0;}
 .contactForm .submit {   background: #0b8e34;  color: #fff;   border: none;
    font-size: 14px;  font-weight: 500;     padding: 11px 32px; text-transform: uppercase;   margin-top: 10px;  border-radius: 3px; margin-bottom: 20px;
}

.contactForm input::placeholder, .contactForm textarea::placeholder {   color: #444;}

.contactForm  input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder {   color: #444;}

.contactForm  input::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder { color: #444;}

.contactForm1 input {   padding:10px;
    background: none;  font-size:16px;   margin: 0; height: auto;  border: none;   box-shadow: none;  border-bottom: 2px solid #8bcc9d;   color: #000;  border-radius:0;  width: 100%;
}
.contactForm1 textarea {    padding:10px; 
    background:none;  font-size: 16px;   margin: 0; border: none;  height:80px;  box-shadow: none;  border:none;     border-bottom: 2px solid #8bcc9d; color: #000;  width: 100%;  border-radius: 0;
}
.contactForm1 .captchatext {  width:434px;  float: left;   margin-bottom: 20px;}
.contactForm1 .cptcOut {   border: none;  border-radius: 0;  height: 49px;    border-bottom: 2px solid #8bcc9d;   background: none;}
.contactForm1 .captchatext input {   padding: 10px;   border: none;}
.contactForm1 #imgdiv, .contactForm1 #imgdiv1, .contactForm1 #imgdiv2, .contactForm1 #imgdiv3 {   float: left;   width: 145px; }
 .contactForm1 .cptcOut img {   padding-top: 0;}
.contactForm1 #imgdiv img, .contactForm1 #imgdiv1 img, .contactForm1 #imgdiv2 img, .contactForm1 #imgdiv3 img{padding-top: 0;}
 .contactForm1 .submit {   background: #0b8e34;  color: #fff;   border: none;     border-bottom: 2px solid #8bcc9d;
    font-size: 14px;  font-weight: 500;     padding: 11px 32px; text-transform: uppercase;   margin-top: 10px;  border-radius: 3px; margin-bottom: 20px;
}

.contactForm1 input::placeholder, .contactForm1 textarea::placeholder {   color: #fff;}

.contactForm1  input:-ms-input-placeholder, .contactForm1 textarea:-ms-input-placeholder {   color: #fff;}

.contactForm1  input::-ms-input-placeholder, .contactForm1 textarea::-ms-input-placeholder { color: #fff;}

.contactForm .modal-content{display: block; overflow: hidden; width: 650px; border-radius: 0;}
.contactForm .modal-body {  padding: 15px 33px; }
.contactForm .modal-header{padding: 0; border: none;}
.contactForm .modal-header .close{text-decoration: none;
	opacity: 1;
	padding: 3px 8px;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    top: 16px;
    right: 18px;
    background: #20a74b;
     color: #fff;
	height: 30px;
	width: 30px;
	border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 7px 1px rgba( 2, 2, 2, 0.55 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
}
.contactForm .col-md-12{padding: 0;}
.contactForm h3{margin: 0 0 15px;    font-size: 34px;}
div.panel {
    display: none;
}

div.panel.show {
    display: block !important;
	    background: #074f7d;
    border-radius: 0;
}
.advantageOuter{margin: 0 0 60px;}
.advantageleft{background: url("../images/blue-pattern.jpg") no-repeat;  background-size:cover; padding: 0;}
.advantageleftTop{padding: 45px 70px 0; color: #fff;}
.advantageleftTop h3 {  font-size: 30px;  line-height: 38px; font-weight: 500;}
.advantageleftTop h4 {   font-size: 25px;  line-height: 28px; 	font-weight: 500; margin: 35px 0 20px;}
.advantageleftTop p{padding: 0; margin: 0 0 20px;}
.advantageleftBottom .col-md-4{background-color: #004985 !important; padding: 15px; margin: 0; min-height: 155px; color: #fff;}
.advantageleftBottom .col-md-4:nth-child(2){background-color: #1eaa4a !important;}   
.advantageleftBottom h5 {   font-size: 42px;  line-height: 45px;}
.advantageleftBottom p{font-size: 16px;}
.advantageRight{padding:50px 60px; margin: 0; background: url("../images/orange-pattern.jpg") no-repeat; color: #fff; background-size:cover;}
.advantageRight h5 {
    margin-top: 5px;
    font-size: 25px;
}

.advantageRight ul {
    padding-left: 15px;
}
.advantageRight ul li {
    min-height: inherit;
    background:  url("../images/list-icon-white.png") no-repeat;
    line-height: 26px !important;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
}
.CoreFunctionalities.scc .col-md-6 {  min-height: 470px;  padding: 50px; }
.CoreFunctionalities.scc .col-md-6 h3 {  margin: 0 0 20px; }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.5, 1.5);
  }
  to {
    transform: scale(1, 1);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
	.ms{display: none;}
#back2Top {
    width: 40px;
    line-height: 40px;
	border-radius: 100%;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
 
#back2Top:hover {
   background-color: #DDD;
 
}	
.fsp-wrapper{    background: rgba(0, 0, 0, 0.7) !important;}
	
	.popupDivOuter {
    margin-top: 40px;
	border:none;
	padding:0 30px;
}
.popupDiv {
    width: 350px;
     box-shadow: 3px 3px 15px 3px #d7d7da;
    padding: 30px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
	min-height:435px;
}
.popupDiv:last-child{margin-right:0;}
.popupDiv h3 {
    color: #212121 !important;
    font-size: 22px;
    line-height: 28px;
}
 .popupDiv ul {
    padding-left: 0;
    list-style: none;
}
.popupDiv ul li {
    min-height: inherit;
    background:  url("../images/list-icon-green.png")  no-repeat left 4px;
    line-height: 21px !important;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
	font-size: 14px;
}
.homebanner .carousel-inner .item:nth-child(odd) h3:before{background:url(../images/bannert-arrow.png) no-repeat; position:absolute; content:''; left:-10px; top:-10px; width:90px; height:90px;}
.homebanner .carousel-inner .item:nth-child(odd) h4:after{background:url(../images/bannerb-arrow.png) no-repeat; position:absolute; content:''; right:-10px; bottom:14px; width:90px; height:90px;}
.scrollNone{overflow: hidden;}
.scrollNone:before{background: rgba(0,0,0,0.8); content: ''; position: fixed; width: 100%; height: 100%; display: block; overflow: hidden;  z-index: 100000;}
	@media (max-width: 1800px) and (min-width: 1501px){
	.homebanner .bannerText1{left:11%; top: 6%;}
	.innerbanner img {   width: 121%; }
	.innerbannerIn{overflow:hidden;}
	.bRightBg { bottom: -124px; }
	.whatweOuter .container {  width: 1123px; }
	.successBlock{margin-left: 0;}
	.bRightBg img{width:100%; float:right;}
	
	}
@media (max-width: 1500px) and (min-width: 1280px){
	.homebanner .bannerText1{  background-size: 100%; left: 8%;     width: 425px; }
.homebanner .bannerText1.bt5 {   background-size: 100%;left: 60%; }
	.homebanner .caption1 h2{font-size: 50px;}
	.homebanner .bannerText1 h3 span { font-size: 17px;}
	.homebanner .bannerText1 h3{    font-size: 30px !important; line-height: 33px !important;}
	.homebanner .bannerText1 h4 {   font-size:20px;  text-align: left;  line-height: 25px; }
	.homebanner .bannerText1.bt4 h3 {  font-size: 24px !important;}
.homebanner .bannerText1.bt5 h3 {  font-size: 24px !important;}
	.whatweOuter {  min-height: 1009px;}
	.homebanner .bannerText1 h4 span{margin: 0;}
	.innerbannerIn{overflow: hidden;}
	.innerbanner img {
    width: 154%;
}
	.bicon img{width: 100%;}
	.bRightBg img{width: 100%;}
	.whatweOuter .container {  width: 1123px; }
	.successBlock{margin-left: 0;}
	.WMSAnywhere .container {   width: 1170px; }
	.popOut .container{width:1000px;}
	.popupDiv { width: 280px;  padding: 15px;  margin-right: 30px; margin-bottom: 40px;  min-height: 430px;}
	.popupDiv h3 {  font-size: 17px;}
	.homebanner .bicon {   right: 5%; }
 }

@media (max-width: 1279px) and (min-width: 992px){
	.container {  width: 990px; }
	.Logo{margin-right: 0;}
	.Logo img {   width: 67%;}
  #nav > ul > li > a {   font-size: 16px; }
	.nav-container{ height: 70px;}
	#nav li a {   padding: 39px 20px;}
	.introContent { padding: 40px 0;}
	.introContent h1 {   font-size: 27px; }
 .homebanner .bannerText1{  background-size: 92%; left: 3%;  top: 7%; width: 421px; }
 .homebanner .carousel-inner .item:nth-child(odd) h4:after {   right: 24px;  bottom:30px; }
.homebanner .bannerText1.bt5 {   background-size: 92%; }
	.homebanner .bannerText1 h3 span { font-size: 17px;}
	.homebanner .bannerText1 h3{font-size: 25px !important;     line-height: 27px !important;}
		.homebanner .bannerText1.bt5 h3{font-size: 23px !important;}
	.homebanner .bannerText1 h4 {     font-size: 18px;  text-align: left;  line-height: 25px; }
	.whatweOuter {  min-height: 932px;}
	.homebanner .bannerText1 h4 span{margin: 0;}
	.homebanner .caption1 h2{font-size: 40px;}
	.homebanner .caption1 h2 span{font-size: 20px;}
	.successBlock { width: 273px;  margin-left: 0;  padding: 15px 16px 15px 18px;}
	.supplyListOuter { width: 335px;}
	.testimonialBlock h3 { font-size: 18px;}
	.testimonialBlock p { font-size: 14px;}
	.whatisInBox h3 { font-size: 22px; background: url(../images/store-icon.png) 95% 0 no-repeat;}
	.whatmakesContent h2 { font-size: 38px;}
	.whateweGridOuter h3 { font-size: 22px;}
	.whateweGridOuter p {  font-size: 13px; line-height: 20px;}
	.whatmakesContent {  margin: 0 0 30px; }
	.footerTop h2 { font-size: 32px; line-height: 38px;}
	.footerBottom p {  font-size: 14px; }
	#nav li ul{top: 85px !important;}
	.innerbanner{height: 420px; }
	.innerbannerIn{   overflow: hidden;}
	.innerntroContent .container:before{z-index: 1;}
	.innerbanner img { width: 160%; }
	.innerntroContent .container { width: 960px;}
	.bRightBg{  right: 0;   bottom: -80px;}
	.innerbanner .bRightBg img{width:64%; float: right;}
	.innerbanner .bicon img{width: 70%;}
	.warehouseLeft { width: 445px;}
	.wmssolutionList { width: 355px;}
	.ids .warehouset1 .wmssolutionList {   width: 406px;   margin-top: 0; }
	.wmssolutionList li {  line-height: 21px;    font-size: 14px; }
	.warehouset1{ padding: 80px 0 36px;}
	.CoreFunctionalities .col-md-4 h3{font-size: 19px;}
	.CoreFunctionalities .col-md-4 p {  font-size: 14px;  line-height: 21px;}
	.CoreFunctionalities .col-md-4 a{font-size: 15px;}
	.CoreFunctionalities .col-md-4{width: 31%;}
	.CoreFunctionalities .col-md-4 h3 br{display: none;}
	.featuresofContent .resp-tabs-list li{font-size: 15px;}
	.featuresofContent.resp-vtabs ul.resp-tabs-list {   padding: 29px 46px 46px;}
	.featuresofContent.resp-vtabs .resp-tabs-container {  padding: 40px !important;}
	.successStoriesIn .col-md-4{width: 31.5%;height: 428px;}
	.successStoriesIn .col-md-4 .sdetail a {   font-size: 17px; }
	.successStoriesIn .col-md-4 .sdetail  p{font-size: 15px;}
	.rapidlyOut ul li a{font-size: 14px;}
	.innerbanner .bicon {  right: 11%;  top: 7%; }
	.innerbanText h2 {  font-size: 24px; line-height: 32px;}
	.innerbanText h3 {   font-size: 25px;  margin: 0 0 10px; }
	.featuresofContent.resp-vtabs .resp-tabs-container p { font-size: 16px;}
	.featuresofContent .resp-tabs-list li { font-size: 15px !important;}
	.functionalities h2 {  font-size: 30px;}
	.introRightBox ul li{font-size: 15px;}
	.CoreFunctionalities h2 { font-size: 35px;}
	.introLeftBox h2 { font-size: 22px;}
	.CoreFunctionalities .col-md-6{width: 48%;}
	.ptes .warehouset1 .wmssolutionList { 	width: 396px;}
	.peBottomContRight {   font-size: 15px;}
	.CoreFunctionalities.customizedBenifit .col-md-6 {    padding: 30px; }
	.CoreFunctionalities .col-md-6 p {  font-size: 15px;  line-height: 25px;}
	.plan2executecintroTop h3 { font-size: 25px;}
	.plan2executecintroTop p{font-size: 16px;}
	.plan2executeContBottom p{font-size: 16px;}
	.blueBox p{font-size: 16px;}
	.stategicOute img{width: 100%;}
	.stategicRight ul li{ line-height: 24px !important;   font-size: 15px;}
	.scaBtn .container {  padding: 24px 30px 19px;}
	.innerntroContent .container.integratedSupply .introLeftBox ul li{font-size: 16px;}
	.WarehouseStudyTop .col-md-5 img{width: 100%;}
	.logisticstr ul li{font-size: 15px;}
	.scaIntro h2 { font-size: 30px;}
	.supplyChainBottom h2 {  font-size: 30px; line-height: 36px;}
	.supplyChainBottom h3 {  font-size: 25px; line-height: 27px;}
	.supplyChainBottom .container { width: 980px;}
	.supplyChainBottom .scaBtn .container { background: url(../images/sca_bg.jpg) no-repeat -77px -17px;background-size: cover;}
	.sucessStoryOut {  padding: 66px 0; }
	.sucessDetailTop h1 { font-size: 30px;}
	.imrightBox p { font-size: 14px; }
	.introLeftBox p { font-size: 15px;}
	.introRightBox p { font-size: 15px;}
	.whyusContent .col-md-3 img{width: 100%;}
	.whyusContent .col-md-9 {  padding: 0 0 0 10px;}
	.whyusContent .col-md-9 h3 {  font-size: 22px;   line-height: 28px;  margin: 0 0 10px;}
	.whyusContent .col-md-9 p{  font-size: 15px; line-height: 22px;}
	.ourBelief img{width: 100%;}
	.innovationContentBottom .col-md-4{width: 28%;   min-height: 770px;}
	.innovationContentBottom h3 { 	font-size: 20px;}
	.innovationContentBottom h3 span { font-size: 14px;}
	.innovationContentBottom p {  font-size: 13px;  line-height: 23px; }
	.contactLeft h3 { font-size: 23px;}
	.contactRight {  min-height: 556px;}
	.contactLeft p { font-size: 16px;}
	.footerSocial ul li{width: 30px; height: 30px;}
	.footerSocial ul li i {  left: 7px; top: 8px; font-size: 16px; }
	.advantageleftTop h3 { font-size: 25px; margin: 0 0 10px;}
	.advantageleftBottom h5 { font-size: 35px;}
	.advantageleftBottom p {  font-size: 13px; }
	.advantageleftTop { padding: 45px 50px 0;}
	.advantageRight { padding: 47px 36px 27px;}
	.advantageRight ul li{ font-size: 16px;}
	.contactForm1 .captchatext {  width: 273px;}
	.popOut .container{width:900px;}
	 
 }
@media (max-width:800px) {
.sideNav .accordion{display: block;}
	.ms{display: block;}
	.container{width: 100%;}
	#nav{display: none;}
	.topheader{display: none;}
	.container {  width:100%; }
	.nav-container{display: block; height: auto; position: fixed; width: 100%;    z-index: 10000;}
	.headerRight{display: block; height: auto;}
	.Logo{height: 70px; margin-right: 0; width: 170px}
	.Logo img { width: 100%; }
	.nav-container.navShadow .Logo img {  width: 100%; }
	.rightNavBtn {  top: 22px;}
	.nav-container.navShadow{height: auto;}
	.carousel-inner .item > img{height:450px;}
	.carousel-inner .item > img {  -webkit-animation: inherit;  animation: inherit; }
 .homebanner .carousel-indicators {  bottom: -64px; }
	.homebanner .caption1 h2{font-size: 20px;}
	.homebanner .caption1 h2 span{font-size: 16px;}
	.bicon img{width:50%;}
	.bicon {   right: 4%;  top: 15%; z-index: 1000000; }
	.homebanner .bannerText1{ background: none !important; padding: 20px;  background-color: rgba(26,117,168,0.8) !important;  width: 300px; padding: 30px; left:5% !important; top: 5%; }
	.homebanner .bannerText1 h3 br{display: none;}
	.homebanner .bannerText1 h3{padding: 0; margin: 0 0 15px;font-size: 18px; line-height: 24px;    color: #ffffff !important; border:none;}
	.homebanner .bannerText1 h4{padding: 0; margin: 0; font-size: 17px; line-height: 24px;}
	.homebanner .bannerText1 h4 br{display: none;}
	.carousel-inner{  top: 70px;}
	.homebanner .bannerText1 h4 span{font-size: 17px; margin: 0;}
	.homebanner .bannerText1.bt2 h3, .homebanner .bannerText1.bt2 h3 span, .homebanner .bannerText1.bt2 h4, .homebanner .bannerText1.bt2 h4 span, .homebanner .bannerText1.bt3 h3, .homebanner .bannerText1.bt3 h4 {
    color: #fff !important; }
	
	.introContent h1 {   font-size: 19px; }
	.introContent h1 span {  margin-top: 8px; }
	.introContent img{width: 100%;}
	.whatweOuter{    min-height: auto;  background: url(../images/What-we-do-bg.jpg) 0 0 no-repeat, url(../images/What-we-do-bottom-bg.jpg) 0 bottom no-repeat; background-size: 166%;  background-color: #e9e9e9; padding: 40px 0 180px;}
	.introContent {  padding: 80px 0 40px;}
	.whatweContent{margin: 0 0 60px;}
	.consultingLeft { width: 100%; float: none; padding: 40px 0;}
	.whatweOuter .resp-tab-active:after{ display: none;}
	.successBlock {   width: 100%;   padding: 15px 31px 15px 29px;   margin-left: 0; }
	.consultingLeft p {   padding: 0 0 0 26px; }
	.consultingRight {  float: none;  width: 100%;    clear: both; }
	h2.resp-accordion{position: relative !important;}
	.successBlock p {padding-left: 0;}
	.successBlock h3{ margin-top: 0;} 
	.testimonialBlock p {  font-size: 15px; }
	.whatisInBox{width: 100%;}
	.testimonialBlock { margin-bottom: 0;}
	.whatmakesContent h2 { font-size: 27px;}
	.whatmakesContent p { font-size: 15px;}
	.whatmakesContent {  padding: 0;   margin: 0 0 20px; }
	.whatmakesBox {  text-align: center; }
	.whateweGridOuter h3 { font-size: 19px;}
	.footerTop h2 {font-size: 19px;  line-height: 27px;}
	.footerTop p { font-size: 14px;}
	.footerBottom{text-align: center; font-size: 16px;}
	.footerSocial ul {  float: none; }
	.footerSocial ul li:last-child{margin-right: 0;}
	.footerBottom p { margin: 0 0 27px;}
	.bRightBg{display: none;}
	.contactForm .modal-content{width: 100%;}
	.contactForm .captchatext { width: 126px;}
	.innerbanner img {   width: 300%; }
	.innerbanText h3 { font-size: 22px; margin: 13px 0 0;}
	.bicon  img {   width:50%; }
	.innerbanText h2 { font-size: 16px;  line-height: 24px;  padding: 0 20px;}
	.innerbanText h2 br{display: none;}
	.innerbanner, .innerbannerIn, .innerbanText{height: 420px;overflow: hidden;}
  .innerbanner .bicon {   right: 0; top: 18%;}
	 .innerntroContent .container:before{ display: none;}
	.innerntroContent .container {   width: 100%;   padding: 0 20px; }
	.innerntroContent { padding: 20px 0 60px;  margin: -97px 13px 0; position: relative;}
	.introLeftBox h2 {   font-size: 19px; line-height: 27px;}
	.introLeftBox h2 br{display: none;}
	.introLeftBox p br, .introRightBox p br, .introRightBox ul li br{display: none;}
	.introLeftBox p, .introRightBox p, .introRightBox ul li { font-size: 16px;}
	.WMSAnywhere .resp-tab-active {   color: #fff !important; }
	.WMSAnywhere .resp-tab-active:before {  border-bottom:none; }
	.warehouset1, .warehouset2, .warehouset3 { padding: 0;}
	.warehouseLeft {  width: 100%; padding: 30px;  float: none; margin-left: 0;   margin-top: 0; }
	.warehouseLeft h3 { font-size: 18px; margin: 0 0 20px;  line-height: 25px;}
	.wmssolutionList {   width: 100%; float: none;    margin-top: 0;}
	.warehouset2 .warehouseLeft, .warehouset3 .warehouseLeft {  margin-top: 0; }
	.wmssolutionList li br{display: none;}
	.CoreFunctionalities h2 {font-size: 31px;  line-height: 40px;}
	.CoreFunctionalities .col-md-4{width: 100%; min-height: inherit; padding-bottom: 45px;}
	.CoreFunctionalities .col-md-4 h3{font-size: 18px;}
	.CoreFunctionalities .col-md-4 h3 br{display: none;}
	.CoreFunctionalities .col-md-4 p {  color: #4f4f4f; font-size: 15px;}
	.fsp-content{margin-top: 0 !important; top: 2% !important;}
	 .popOut{padding: 5px;margin-top: 45px;}
	.popOut .container .col-md-12 p{  font-size: 15px; line-height: 23px;}
	.popOut h3{font-size: 18px;  margin: 9px 0 0;}
	.popOut .container .col-md-12 {  padding: 13px 15px 23px; }
	.fsp-close {width: 40px;   height: 40px;  background-size: 78%;  font-size: 0;  margin: 15px;}
	.popOut .container .col-md-12 .col-md-1 { float: left;   width: 49px; margin: 0 10px 0 0; padding: 0;}
	.popOut .container .col-md-12 .col-md-1 img{width: 100%;  }
	.imageSeperatorOuter img {  width: 29%; }
	.functionalities h2 {  font-size: 25px;}
	.featuresofContent.resp-vtabs .resp-tabs-container{width: 100%; padding: 0 !important;}
	.featuresofContent .resp-tab-active{color: #fff !important;   background: #1b74ae !important;  padding: 15px !important;}
	.featuresofContent h2.resp-accordion {font-size: 16px;
    display: block;  padding: 15px  !important;  background: #e7ecea;  text-align: left;  color: #444; } 
	.featuresofContent.resp-vtabs .resp-tab-content {   padding: 20px !important; }
	.featuresofContent .resp-arrow{margin-top: 11px;}
	.featuresofContent.resp-vtabs .resp-tabs-container h3 {  margin: 0 0 10px;  font-size: 20px; }
	.featuresofContent .resp-tab-active:after{display: none;}
	.successStoriesIn .col-md-4 {  height: auto;  width: 100%; border: solid 1px #efefef; }
	.successStoriesIn .col-md-4 .readmore { position: relative; }
	.rapidlyOut ul {text-align: left; padding: 0 8px}
	.rapidlyOut ul li{display: block; margin: 0 0 5px;}
	.rapidlyOut ul li a{display: block; font-size: 12px;}
	.rapidlyOut h2 {   margin: 0 0 30px; }
	.tms .warehouset1 {   padding: 0;}
	.tms .warehouset1 .warehouseLeft {  margin-top: 0; }
	.WMSAnywhere .iconImg img {  width: 30%; }
	.ids .warehouset1 { padding: 0;}
	.ids .warehouset1 .wmssolutionList { margin-top: 0; width: 100%; }
	.CoreFunctionalities .col-md-6{width: 100%; }
	.ptes .warehouset1{padding: 0;}
	.ptes .warehouset1 .wmssolutionList {   width: 100%;  margin-top: 0; }
	.wmssolutionList li{font-size: 16px;}
	.peBottomContLeft, .peBottomContRight { padding: 30px;}
	 .peBottomCont .container{  padding: 0;} 
	.rapidlyOut .container{ width: 90%; margin: 0 16px; }
	.peBottomCont {  margin: 0 0 45px;}
	.CoreFunctionalities .col-md-6 h3 { font-size: 20px;}
	.CoreFunctionalities .col-md-6 p { font-size: 16px;}
	.clicBtnOut h3{width: 100%;}
	.clicBtnOut{padding: 0 10px;}
	.plan2executecintroTop h3 {  font-size: 22px; line-height: 29px;}
	.plan2executecintroTop p{font-size: 16px;}
	.blueBox{font-size: 16px; padding: 20px;}
	.plan2executeContBottom { padding: 30px;}
	.plan2executeContBottom p {font-size: 16px; }
	.stategicRight h2 { font-size: 24px;}
	.stategicOute .col-md-4 img{ width: 100%;}
	.stategicRight ul { margin: 0;}
	.stategicOute {  padding: 40px 0; }
	.scaBtn { padding: 30px 20px; }
	.scaBtn .container p{padding-right: 0;  font-size: 16px;}
 .advantageleftTop { padding: 22px 30px 0;}
	.advantageleftTop h4 { font-size: 22px;}
	.advantageleftTop h3 {  font-size: 24px;  line-height: 30px;}
	.advantageleftBottom .col-md-4{min-height: auto;}
	.advantageRight { padding: 40px 30px;}
	.sdetail h3{margin-top: 0;}
	.CoreFunctionalities.scc .col-md-6 {  padding: 30px 30px 50px;min-height: auto; }
	.innerntroContent .container.integratedSupply .introLeftBox {  padding-right: 0; }
	.introLeftBox ul{margin: 0; padding: 0;}
	.introLeftBox ul li ul{margin: 0; padding:0 0 0 22px;}
	.plan2executecsupply { margin: 0; }
	.innerntroContent .container.integratedSupply h3{ font-size: 22px;}
	#LogisticsReportCard, #WarehouseStudy, #Transportation {  padding-top: 35px; }
	.logisticstr h2 { font-size: 22px;}
	.logisticstr h2 br{display: none;}
	.slideShow .container {  width: 100%; }
	.WarehouseStudyTop img{width: 100%; margin-bottom: 20px;}
	.greenCol { font-size: 18px;}
	.logisticstr h3 { font-size: 18px; margin: 0;}
 .logisticstr h3 br{display: none;}
		#filters li{margin-right: 5px !important;}
	#filters li span {
     border-radius: 0 !important;  padding: 5px 6px !important;  color: #444;  cursor: pointer;  font-size: 12px !important; }
 #portfoliolist .portfolio {  width: 100% !important;  margin: 0 0 23px !important; }
	.successStoriesIn .col-md-4 .sdetail a {  font-size: 20px; }
	.sucessStoryOut {  padding: 0; }
	.platformefficiencyTop h3 {  font-size: 22px; line-height: 28px;}
	.iie .warehouset1 { 	padding: 0;}
	.warehouseLeft h3 { margin: 0;}
	.whyusContent h2 { font-size: 25px;}
	.whyusContent .col-md-9 h3 { font-size: 22px;}
	.whyusContent .col-md-9 h3 br{display: none;}
	.whyusContent .col-md-6 {  min-height: auto;  text-align: center; margin-bottom: 30px; }
	.innerntroContent { padding: 20px 0 0;}
	.ourBelief p {  font-size: 15px; }
	.innovationContentBottom .col-md-4 {  width: 100%; min-height: auto;  margin: 0 0 37px;}
	.innovationContentBottom p {   text-align: center; font-size: 14px;}
	.innovationContentTop {  padding: 0;  margin: 0 0 50px;}
	.ourBelief h2{ font-size: 22px;}
	.innovationContentTop h2{ font-size: 22px;}
	.innovationContentBottom h3 { font-size: 20px;}
	.innovationContentBottom h3 span { font-size: 15px;}
	.contact {  padding: 0 0 50px; }
	.contactLeft { padding: 30px 30px 60px; min-height:auto;}
	.contactRight {   padding: 30px; min-height: auto;}
	.contactLeft h3 {  font-size: 22px;  color: #fff;    margin: 5px 0 10px;}
	.contactLeft p { font-size: 16px;}
	.contactRight  p { font-size: 16px;}
	.contactRight p br{display: none;}
	.contactRight h2 { margin: 0;}
	.contact {  margin: -31px 0 0; }
	.contactForm .captchatext input, .contactForm1 .captchatext input{font-size:14px;}
 .supplyListOuter {
    width: 100%;}
	ul{padding:0;}
	ul li ul{padding-left:20px;}
	.footerSocial ul li{display:inline-block; float:none;}
	.popupDiv {
    width: 100%;
     padding: 30px; 
    float: none;  margin-right: 0;  margin-bottom: 40px;  min-height: auto;
}
.innerbannerIn.thb img {
    width: 460%;		
}
.innerbannerIn.thb .bicon img {
    width: 50%;
}
.customizedBenifit{background-position:center 0 !important;}
.ourBelief img {  width: 100%;}
.sucessDetail {     padding: 80px 0 0;}
 .sucessDetailTop h1 {  font-size: 26px;}
 .sucessDetailTop img {   width: 100%;
}
.logisticstr ul{
    width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}
.logisticstr ul li {   line-height: 22px !important;  margin-bottom: 16px; }
.logisticstr p{line-height: 28px;}
.supplyChainBottom .container {   width: 100%;    padding: 70px 20px 20px;}
.scaIntro h2 {  font-size: 25px;  line-height: 36px;}
.scaIntro h2 br{display:none;}
.supplyChainBottom{padding: 77px 0 0;}
.supplyChainBottom h2 {
    font-size: 30px;
    line-height: 38px;}
	.supplyChainBottom h3 {
    font-size: 25px; }
.supplyChainBottom .container h2 {  font-size: 22px;}
.supplyChainBottom .scaBtn .container p {  padding-right: 0;}
.supplyChainBottom h2 {
    font-size: 23px;
    line-height: 30px;
}
.supplyChainBottom h2 br{display:none;}
	.homebanner .bannerText1.bt2 h3 {
    font-size: 18px;
    line-height: 26px;
}
.homebanner .bannerText1.bt4 h3 {
    font-size: 18px;
}
.homebanner .carousel-inner .item:nth-child(odd) h3:before{background:none;}
.homebanner .carousel-inner .item:nth-child(odd) h4:after{background:none;}
 
}
@media (max-width:500px) {
		.carousel-inner .item > img{height: auto;
    /* width: 177% !important; */
    max-width: 247%;
    margin-left: -372px;}
		.contactForm1 .captchatext {  width: 82px;}
		.contactForm .captchatext { width: 86px;}
		.innerbanText h3 {font-size: 20px;}

}
