body {
  padding-top: 0px;
  font-family:'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #bf311a;
  font-size: 45px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
}
h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #5c8727;
  font-size: 45px;
  line-height: 51px;
  font-weight: 400;
  text-align: left;
}
h3 {
  margin-bottom: 30px;
  color: #5c8727;
  font-size: 32px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}
h4 {
  margin-top: 0px;
  margin-bottom: 45px;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
h5 {
  margin-bottom: 11px;
  padding-top: 24px;
  color: #5c8727;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}
h6 {
  margin-bottom: 10px;
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.button {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 10px;
  background-color: rgba(92, 135, 39, 0.49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #3a3a3a;
}
.button.homepagebutton {
  padding: 10px 40px 8px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  text-transform: uppercase;
}
.button.homepagebutton:hover {
  background-color: #bf311a;
}
.button.homepagebutton.contactus {
  background-color: #bf311a;
}
.button.homepagebutton.contactus:hover {
  background-color: black;
}
.mainnav {
  font-family:'Roboto Condensed', sans-serif;
}
.navwrapper {
  position: relative;
  z-index: 99996;
  width: 100%;
  border-bottom: 2px solid rgba(92, 135, 39, 0.92);
  background-color: rgba(255, 255, 255, 0.90);
}
.navitem {
  margin-right: 1px;
  margin-left: 1px;
  padding: 30px 8px 26px;
  border-top: 0px none transparent;
  border-bottom: 6px solid transparent;
  border-right-color: transparent;
  box-shadow: none;
  -webkit-transition: border-color 450ms ease, color 250ms ease;
  transition: border-color 450ms ease, color 250ms ease;
  color: #3a3a3a;
  font-size: 14px;
  text-transform: uppercase;
}
.navitem:hover {
  padding-top: 30px;
  padding-bottom: 26px;
  border-top-color: #bbb;
  border-bottom-color: rgba(92, 135, 39, 0.92);
  box-shadow: none;
  color: rgba(92, 135, 39, 0.92);
  text-decoration: none;
}
.navitem.w--current {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 30px;
  padding-bottom: 26px;
  border-top: 3px none #e11e26;
  border-bottom-color: rgba(92, 135, 39, 0.92);
  color: rgba(92, 135, 39, 0.92);
  font-size: 14px;
  text-transform: uppercase;
}
.footer {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: black;
  text-transform: none;
}
.socialarea {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 55;
  height: auto;
  min-height: 34px;
  margin-bottom: -45px;
  padding-bottom: 0px;
  border-bottom: 1px none #ddd;
}
.copyrightarea {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 17px;
  border-top: 1px none #ddd;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 300;
}
.footerheader {
  margin-top: 0px;
  color: #e11e26;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.footerheader:hover {
  border-bottom: 0px none transparent;
  border-top-width: 1px;
}
.footerlink {
  display: block;
  margin-bottom: 14px;
  border-bottom: 2px solid black;
  -webkit-transition: border 300ms ease, color 300ms ease;
  transition: border 300ms ease, color 300ms ease;
  color: #e11e26;
  font-size: 17px;
  text-align: left;
  text-decoration: none;
}
.footerlink:hover {
  display: block;
  border-bottom: 2px solid #e11e26;
  color: #e11e26;
  text-decoration: none;
}
.footerlinks {
  display: inline;
  margin-bottom: 4px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #9e9e9e;
  text-decoration: none;
  text-transform: none;
}
.footerlinks:hover {
  color: white;
}
.socialicons {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 2px;
  padding-top: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: right;
  border-radius: 20px;
  background-color: rgba(204, 204, 204, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.socialicons:hover {
  background-color: #e11e26;
}
.socialicons.socialiconbg {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 11px;
  padding-top: 11px;
  padding-right: 9px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #777;
  background-image: url('../images/social_icons_sprite.png');
  background-position: -6% 45%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.socialicons.socialiconbg:hover {
  background-color: #bf311a;
}
.socialicons.socialiconbg.twittericon {
  background-position: 12% 45%;
}
.socialicons.socialiconbg.linkedinicon {
  background-position: 67% 45%;
}
.socialicons.socialiconbg.youtubeicon {
  background-position: 30% 45%;
}
.socialicons.socialiconbg.emailicon {
  background-position: 49% 45%;
}
.brandlink {
  padding-top: 12px;
  padding-bottom: 12px;
}
.backtotop {
  display: inline;
  padding-top: 13px;
  padding-bottom: 0px;
  float: right;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}
.backtotop:hover {
  color: white;
}
.welcome {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
.contactusarea {
  padding-top: 80px;
  padding-bottom: 89px;
  background-color: #777;
  background-image: url('../images/Kensington-Place_bg.jpg');
  background-position: 50% 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.aboutustext {
  padding-right: 75px;
  color: #999;
}
.copyrightbox {
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #262525;
  background-image: url('../images/treebg.png');
  background-position: 104% 7px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 50px 25px inset;
}
.footernav {
  padding-bottom: 36px;
}
.socialiconbox {
  padding-top: 24px;
}
.contactusbox {
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(255, 255, 255, 0.74);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contactusboxh5 {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}
.contactusboxh6 {
  margin-top: 18px;
  margin-bottom: 27px;
  color: #bf311a;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}
.contactusbuttonarea {
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 8px;
  text-align: center;
}
.welcomeoverlay {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: rgba(92, 135, 39, 0.92);
  box-shadow: rgba(31, 56, 0, 0.2) 0px 0px 50px 22px inset;
}
.subpageheader {
  height: 200px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.divbox {
  height: 100%;
  padding-top: 124px;
  background-color: rgba(92, 135, 39, 0.92);
}
.subpagebody {
  padding-top: 50px;
  padding-bottom: 70px;
}
.subpageh2 {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.subpageparagraph {
  margin-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
  color: #777;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}
.subpageparagraph.wbmargin {
  margin-bottom: 60px;
}
.redbartext {
  padding-right: 200px;
  padding-left: 200px;
  color: white;
  text-align: center;
}
.servicesection {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: whitesmoke;
}
.subeadarea {
  margin-bottom: 30px;
}
.infotext {
  padding-right: 20px;
  padding-left: 20px;
  color: #777;
  font-size: 15px;
  text-align: center;
}
.columnbox {
  text-align: center;
}
.columnimage {
  width: 100px;
  height: 100px;
  margin-bottom: 23px;
}
.leftsidecontactus {
  padding-right: 45px;
}
.problem {
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.whois {
  height: auto;
  min-height: 200px;
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: rgba(92, 135, 39, 0.09);
}
.ecommerce {
  min-height: 400px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 0px;
}
.featureimage {
  height: 600px;
  margin-top: 0px;
  background-color: #1c1c1c;
  background-image: url('../images/sagetreellc-bg2.png');
  background-position: 9% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}
.difference {
  min-height: 200px;
  padding-top: 70px;
}
.people {
  height: auto;
  min-height: 200px;
}
.growth {
  min-height: 200px;
}
.topcontainer {
  padding-top: 133px;
  padding-left: 330px;
}
.featuretext {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.featuretext.featurebold {
  display: block;
}
.quoteslider {
  height: auto;
  min-height: 354px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: transparent;
  color: white;
}
.quoteparagraph {
  color: #e7e7e7;
  font-size: 16px;
  line-height: 23px;
}
.quoteparagraph.quotemark {
  font-size: 20px;
}
.quoter {
  font-style: italic;
  text-align: center;
}
.scroller {
  position: absolute;
  left: 0px;
  top: 473px;
  right: 0px;
  text-align: center;
}
.scrolldown {
  color: #e7e7e7;
}
.peopleinfo {
  padding-top: 93px;
  padding-bottom: 93px;
  background-color: black;
/*  background-image: url('../images/people_bg.jpg'); */
  background-position: 0% 33%;
  background-size: cover;
}
.retailers {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logobox {
  text-align: center;
}
.header1 {
  margin-top: 20px;
  margin-bottom: 35px;
  color: #5c8727;
  font-size: 37px;
  line-height: 42px;
  text-align: center;
}
.whoarewe {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.whoareweimagearea {
  text-align: center;
}
.footerbox {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 45px;
  padding-bottom: 48px;
}
.fieldlabel {
  padding-left: 4px;
  color: #555;
}
.fieldinput {
  margin-bottom: 17px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 3px solid #262525;
  background-color: rgba(74, 74, 74, 0.4);
}
.contactusbtn {
  padding-right: 30px;
  padding-left: 30px;
  border: 3px solid #262525;
  background-color: #4a4a4a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contactusbtn:hover {
  background-color: #5c8727;
}
.bottomftr {
  height: 50px;
  padding-bottom: 50px;
  background-color: black;
}
.contact-us-text {
  padding-left: 0px;
  color: #999;
  font-size: 15px;
}
.smallheader {
  display: block;
  margin-bottom: -15px;
  padding-bottom: 0px;
  color: #ccc;
  font-size: 18px;
}
.growthparagrah {
  padding-left: 36px;
  font-size: 22px;
  line-height: 25px;
}
.growthparagrah.nlist {
  margin-bottom: 23px;
}
.listitem {
  padding-right: 76px;
  padding-bottom: 15px;
}
.columns {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.columntext {
  margin-top: 20px;
  font-size: 16px;
}
.buttonblock {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
}
.peoplecolumns {
  margin-top: 35px;
  margin-bottom: 75px;
}
.socialmediablocks {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #262525;
  border-radius: 44px;
  background-color: rgba(92, 135, 39, 0.34);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.socialmediablocks:hover {
  background-color: #5c8727;
}
.socialmediablocks.socialnew {
  position: static;
  display: inline-block;
  min-height: 59px;
  padding-top: 7px;
  padding-right: 12px;
  border-radius: 69px;
}
.jobtitle {
  margin-bottom: 18px;
  font-size: 17px;
}
.peoplebio {
  padding-top: 30px;
  padding-bottom: 50px;
}
.peopleimage {
  padding-top: 50px;
  text-align: center;
}
.peoplecolumn {
  text-align: center;
}
.statistics {
  background-color: rgba(92, 135, 39, 0.92);
  background-image: url('../images/example-bg.png');
  background-size: cover;
  background-attachment: fixed;
}
.statisticsoverlay {
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: rgba(92, 135, 39, 0.8);
}
.overlaytext {
  color: white;
  font-size: 29px;
  text-align: center;
}
.slidnav {
  display: none;
  overflow-x: visible;
  overflow-y: visible;
}
.rarrow {
  display: none;
}
.larrow {
  display: none;
}
.infoslider {
  height: 50px;
  margin-bottom: 20px;
  background-color: transparent;
}
.statistictext {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 23px;
  line-height: 27px;
  text-align: center;
}
.source {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  text-align: center;
}
.services {
  margin-top: 19px;
  margin-bottom: 20px;
}
.ecommerseheaders {
  margin-top: 15px;
  margin-bottom: 8px;
  color: #4a4a4a;
  font-weight: 400;
}
.servicetext {
  margin-top: 0px;
  font-size: 16px;
  line-height: 22px;
}
.socialiconbx {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: auto;
  background-image: url('../images/social_icons_sprite_1.png');
  background-position: 9px 50%;
  background-size: 260px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.socialiconbx.twitter {
  background-position: -30px 50%;
}
.socialiconbx.pinterest {
  background-position: -85px 50%;
}
.socialiconbx.linkedin {
  background-position: -149px 50%;
  opacity: 0.5;
}
.socialiconbx.email {
  background-position: -110px 50%;
}
.socialiconbx.lasticon {
  background-position: -287px 50%;
}
.differencesubhead {
  padding-top: 20px;
  font-size: 20px;
}
.quoteimage {
  height: 90px;
  margin-bottom: 17px;
  text-align: center;
}
.quoteimagebox {
  height: 90px;
  border-radius: 50px;
}
.tab1.w--current {
  background-color: transparent;
}
.tab2 {
  width: 210px;
  margin: 10px 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #999;
  background-color: transparent;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tab2:hover {
  opacity: 1;
}
.tab2.w--current {
  width: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #999;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tabpane {
  padding-right: 0px;
  padding-left: 24px;
}
.tabcontent {
  display: inline-block;
  width: 50%;
  float: left;
}
.tabs {
  margin-bottom: 12px;
  border: 0px solid black;
}
.tabcopy {
  padding-top: 0px;
}
.tabheader {
  margin-bottom: 16px;
  color: #999;
  font-size: 28px;
  text-align: left;
  text-shadow: none;
}
.tabbullets {
  margin-bottom: 13px;
  color: dimgray;
}
.tabline {
  width: 75px;
  height: 5px;
  margin: -10px auto 50px;
  padding-top: 0px;
  padding-right: 0px;
  border-top-style: solid;
  border-top-color: rgba(92, 135, 39, 0.49);
}
.tabline.featureline {
  margin: -8px 0px 25px;
  border-top-color: white;
}
.tabline.ongreen {
  border-top-color: white;
}
.bulletbold {
  display: inline-block;
  margin-bottom: 3px;
}
.iconwhy {
	height:60px;
	width:60px;
  margin-right: 15px;
  margin-bottom: 35px;
  float: left;
}
.graphicgoeshere {
  height: 307px;
  margin-right: 30px;
  margin-left: 30px;
  border: 4px solid #777;
  border-radius: 198px;
  opacity: 0.1;
}
.rightarrow {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
}
.sliddots {
  font-size: 10px;
}
.featuresubhead {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.tabmenu {
  width: 960px;
  margin: 30px auto;
}
.peoplebox {
  height: 465px;
  background-color: rgba(231, 231, 231, 0.49);
}
.peopletabs {
  width: 33%;
  background-color: transparent;
  text-align: center;
}
.peopletabs.w--current {
  width: 33%;
  background-color: transparent;
  text-align: center;
}
.socialiconarea {
  width: 227px;
  margin-top: 16px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.footernavbox {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}
.footernavarea {
  padding-right: 10px;
  padding-left: 45px;
}
.peoplemessage {
  margin-right: 158px;
  margin-left: 158px;
  background-color: rgba(0, 0, 0, 0.49);
}
.peoplesmessageheader {
  margin-bottom: 0px;
  padding: 16px 19px;
  line-height: 30px;
}
.peoplelinks {
  text-align: center;
}
.peoplelink {
  color: #878787;
  font-size: 20px;
  text-decoration: none;
}
.peoplelink:hover {
  color: rgba(92, 135, 39, 0.92);
}
.tabmenus {
  display: inline-block;
  width: 50%;
  float: left;
}
.whycontainer {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.whyparagraph {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: center;
}
.bloglink {
  padding-top: 29px;
  color: #a8a5a5;
  font-size: 20px;
  text-align: center;
}
.contactinfobox {
  padding-left: 25px;
}
.fpo {
  position: absolute;
  left: 0px;
  top: 138px;
  width: 100%;
  float: left;
  text-align: center;
}
.fpoheading {
  font-size: 123px;
  text-align: center;
}
.subheader {
  margin-top: 0px;
  padding-top: 115px;
  padding-bottom: 30px;
  background-color: #cd5552;
}
.subheading {
  margin-bottom: 0px;
  text-align: center;
}
.sales {
  margin-top: 80px;
  margin-bottom: 30px;
}
.trademarketing {
  margin-top: 80px;
  margin-bottom: 30px;
}
.reputationtree {
  margin-top: 80px;
  margin-bottom: 90px;
}
.leaders {
  margin-top: 60px;
  margin-bottom: 30px;
}
.peopleh3 {
  margin-bottom: 15px;
  color: #cd5552;
  text-shadow: none;
}
.peopleh5 {
  margin-bottom: 40px;
  padding-top: 0px;
  color: #777;
  font-size: 16px;
  text-align: left;
}
.profiles {
  margin-bottom: 20px;
}
.profileheader {
  margin-bottom: 5px;
  color: #4a4a4a;
  font-size: 22px;
  text-align: center;
}
.titlejob {
  font-weight: 400;
  text-align: center;
}
.profilecolumns {
  text-align: center;
}
.profile2columns {
  text-align: center;
}
.profileimagecircle {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 125px;
  height: 125px;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 125px;
}
.retailersText {
	font-size: 16px;
	/*font-weight:bold;*/
}
.leftRetail {
	padding-right:60px;
}
.retailDots { 
	font-size: 40px;
}
.copyBlock {
	font-size: 16px;
	line-height:25px;
}
.copyBlock a:link, .copyBlock a:visited {
	color:#cd5552;
}
.copyBlock a:hover, .copyBlock a:active {
	color:#5c8727;
}
.peopleinfopage {
	height:280px;
}

html.w-mod-js.w-mod-no-ios *[data-ix="footerlogofadein"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="slidein"] {
  -webkit-transform: translate(0px, -85px);
  -ms-transform: translate(0px, -85px);
  transform: translate(0px, -85px);
}
html.w-mod-js *[data-ix="slidedown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="slideup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 77px);
  -ms-transform: translate(0px, 77px);
  transform: translate(0px, 77px);
}
html.w-mod-js *[data-ix="slidedown-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="slidin1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="slidin-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="slidin-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="scrolldisapear"] {
  opacity: 1;
}
html.w-mod-js.w-mod-no-ios *[data-ix="slideinright"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}
@media (max-width: 991px) {
  h1 {
    margin-top: -6px;
    margin-bottom: 6px;
    font-size: 33px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
    line-height: 19px;
  }
  .navitem {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navitem:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
  }
  .footer {
    padding-top: 20px;
  }
  .mobilemenu {
    box-shadow: none;
  }
  .mobilemenu:hover {
    box-shadow: #e11e26 0px 2px 0px 0px inset;
  }
  .mobilemenu.w--open {
    background-color: #ddd;
  }
  .mobilemainmenu {
    background-color: rgba(255, 255, 255, 0.90);
  }
  .footernav {
    padding-bottom: 25px;
  }
  .welcomeoverlay {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .redbartext {
    padding-right: 150px;
    padding-left: 150px;
  }
  .featureimage {
    height: 550px;
    background-position: 17% -48px;
  }
  .topcontainer {
    padding-top: 118px;
    padding-right: 18px;
    padding-left: 276px;
  }
  .featuretext {
    color: #dedede;
  }
  .quoteparagraph {
    font-size: 15px;
  }
  .scroller {
    top: 425px;
  }
  .peopleinfo {
    background-position: 1px 50%;
    background-repeat: no-repeat;
  }
  .header1 {
    font-size: 31px;
    line-height: 35px;
  }
  .whoarewe {
    margin-bottom: 45px;
    padding-top: 40px;
  }
  .growthparagrah {
    font-size: 14px;
  }
  .overlaytext {
    font-size: 26px;
  }
  .statistictext {
    font-size: 21px;
  }
  .servicetext {
    font-size: 14px;
    line-height: 18px;
  }
  .tabpane {
    width: 100%;
  }
  .tabcontent {
    width: 67%;
  }
  .tabheader {
    text-shadow: none;
  }
  .featuresubhead {
    font-size: 17px;
  }
  .tabmenus {
    width: 32%;
  }
   .peopleh3 {
    text-shadow: none;
  }
  .titlejob {
    font-size: 15px;
  }
  .profileimagecircle {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 15px;
  }
  .navitem:hover {
    box-shadow: none;
  }
  .footer {
    text-align: center;
  }
  .copyrightarea {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 23px;
    text-align: left;
  }
  .footerheader {
    margin-top: 12px;
    margin-bottom: 11px;
  }
  .socialicons.socialiconbg {
    float: none;
  }
  .socialicons.socialiconbg.emailicon {
    display: inline-block;
  }
  .backtotop {
    padding-right: 24px;
    padding-left: 32px;
  }
  .whois {
    padding-top: 45px;
    padding-bottom: 29px;
  }
  .ecommerce {
    padding-top: 70px;
  }
  .featureimage {
    height: 500px;
    background-position: -550px 50%;
  }
  .topcontainer {
    padding-top: 125px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .featuretext {
    line-height: 19px;
  }
  .scroller {
    top: 377px;
  }
  .peopleinfo {
    background-position: -142px 0px;
    background-repeat: no-repeat;
  }
  .header1 {
    font-size: 30px;
  }
  .footerbox {
    padding-right: 45px;
    padding-left: 45px;
  }
  .contact-us-text {
    padding-top: 6px;
  }
  .smallheader {
    padding-top: 18px;
  }
  .growthparagrah {
    margin-top: 24px;
    font-size: 18px;
  }
  .columntext {
    margin-bottom: 36px;
  }
  .statisticsoverlay {
    padding-right: 22px;
    padding-left: 22px;
  }
  .overlaytext {
    font-size: 20px;
  }
  
  .services {
  margin-top: 19px;
  margin-bottom: 20px;
  text-align:center;
}
  .iconwhy {
	height:125px;
	width:125px;
  margin-right: 15px;
  margin-top: 35px;
  /*float: left;*/
  float:none;
}
.servicetext b {
	font-size:18px;
}
  .featuresubhead {
    font-size: 15px;
  }
  .socialiconarea {
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
  }
  .peoplemessage {
    margin-right: 40px;
    margin-left: 40px;
  }
  .cloudarea {
    text-align: center;
  }
  .profileimagecircle {
    margin-right: auto;
    margin-left: auto;
  }
  .leftRetail {
	padding-right:0px;
}
  
}
@media (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    padding-top: 14px;
    font-size: 26px;
    line-height: 33px;
  }
  h2 {
    margin-top: 0px;
  }
  h3 {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 28px;
    text-shadow: none;
  }
  h4 {
    font-size: 21px;
  }
  p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navitem:hover {
    box-shadow: none;
  }
  .footer {
    padding-top: 13px;
  }
  .copyrightarea {
    position: absolute;
    margin-top: -68px;
    margin-bottom: 4px;
    padding: 0px 50px;
    float: left;
    text-align: center;
  }
  .footerlink {
    text-align: center;
  }
  .backtotop {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 82px;
    margin: 8px auto -22px;
    padding: 59px 0px 14px;
    float: none;
  }
  .welcome {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contactusarea {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .aboutustext {
    padding-right: 0px;
    padding-bottom: 16px;
  }
  .footernav {
    padding-bottom: 28px;
  }
  .socialiconbox {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .contactusboxh6 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 27px;
    line-height: 27px;
  }
  .redbartext {
    padding-right: 15px;
    padding-left: 15px;
  }
  .whois {
    padding-top: 33px;
    padding-bottom: 24px;
  }
  .ecommerce {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .featureimage {
    height: 592px;
  }
  .topcontainer {
    padding-top: 86px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .featuretext {
    color: white;
  }
  .quoteslider {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroller {
    top: 474px;
  }
  .peopleinfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .retailers {
    padding-top: 40px;
  }
  .whoarewe {
    padding-top: 0px;
  }
  .footerbox {
    padding: 20px 24px;
  }
  .bottomftr {
    padding-bottom: 104px;
  }
  .peoplecolumns {
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .socialmediablocks {
    display: inline-block;
  }
  .overlaytext {
    line-height: 24px;
  }
  .tab2 {
    display: inline-block;
    width: 130px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .tab2.w--current {
    width: 130px;
    margin-top: 5px;
  }
  .tabcontent {
    width: 95%;
    margin-top: 12px;
  }
  .tabs {
    margin-bottom: 12px;
  }
  .tabheader {
    text-shadow: none;
  }
  .rightarrow {
    display: none;
  }
  .socialiconarea {
    display: inline-block;
  }
  .footernavarea {
    padding-left: 0px;
  }
  .peoplemessage {
    margin-right: 20px;
    margin-left: 20px;
  }
  .peoplesmessageheader {
    padding-right: 15px;
  }
  .peoplelinks {
    padding-bottom: 10px;
  }
  .tabmenus {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .contactinfobox {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    width: 238px;
  }
  .leftarrow {
    display: none;
  }
    .iconcolumns {
    margin-bottom: 20px;
  }
  .subheader {
    padding-top: 95px;
  }
  .peopleh3 {
    text-shadow: none;
  }
  .peopleh5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .titlejob {
    margin-bottom: 30px;
  }
  .profile2columns {
    margin-bottom: 20px;
  }
  .leftRetail {
	padding-right:0px;
}
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

th
{
     border:1px solid gray;
     padding: 5px;
}

td
{
     text-align:left;
     border:1px solid gray;
     padding: 5px;
}

.thheading
{
    background-color: black;
    color:white;
    font-weight: bold;
}
.regstred
{
    background: #FCE0E6;
}
.regstred a
{
    color:green;
    text-decoration: none;
    font-weight: bold;
}
.notregstred a
{
    color:black;
    text-decoration: none;
    font-weight: bold;
}
