input[type='text'], input[type='email'], input[type='tel'], input[type='submit'], input[type='search'], input[type='url'], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
::-moz-selection {
 background:transparent;
 text-shadow: none;
}

::selection {
 background:transparent;
 text-shadow: none;
}
::-moz-selection{
 background:transparent;
 text-shadow: none; 
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Raleway', sans-serif;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #000;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #333;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: #824f76;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: #5a5659;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto !important;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.main-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.header {
  top: 0;
  padding: 0 0 0 0;
  -webkit-box-shadow: 0 1px 20px rgba(26,26,26,.19),0 6px 6px rgba(26,26,26,.23);
  -moz-box-shadow: 0 1px 20px rgba(26,26,26,.19),0 6px 6px rgba(26,26,26,.23);
   box-shadow: 0 1px 20px rgba(26,26,26,.19),0 6px 6px rgba(26,26,26,.23);

/* -webkit-box-shadow: 6px 0px 0px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 6px 0px 0px 1px rgba(0, 0, 0, 0.29);
  box-shadow: 6px 0px 0px 1px rgba(0, 0, 0, 0.29);*/
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.header:after {
  background: #e6e6e6;
  position: absolute;
  content: "";
  height: 42px;
  width: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.header .main-wrap {
  z-index: 2;
}
.header h1.logo {
  float: left;
  width: 10%;
  margin: 0 0 0;
}
.header h1.logo a {
  display: inline-block;
}
.header .right_header {
  float: right;
  width: 86%;
}
.header .right_header .followus {
  float: right;
  margin: -4px 0 0 20px;
  padding: 0;
  width: 10%;
}
.header .right_header .followus span {
  font-weight: bold;
  color: #808080;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  display: none;
}
.header .right_header .right_main {
  width: 100%;
  float: left;
}
.header .right_header .right_main::after {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 45px;
  width: 31%;
}
body.es .header .right_header .right_main::after {
  width: 40%;
}
.header .right_header .mainmenuSec {
  float: left;
  width: 87%;
  padding: 0 0 0;
}
.header .right_header .menu-mainmenu-container {
  float: left;
  width: 87%;
}
.header .right_header .menuSec {
  float: right;
  width: 100%;
  padding: 13px 0 0;
}
.header ul.socialmenu li {
  background: #55acee;
  width:25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  line-height: 2.5rem;
  border: 1px solid #55acee;
  display: inline-block;
}
.header ul.socialmenu li:hover {
  background: #fff;
  border: 1px solid #55acee;
}
.header ul.socialmenu li:nth-child(2n) {
  background: #0177b5;
  border: 1px solid #0177b5;
}
.header ul.socialmenu li:nth-child(2n):hover {
  background: #fff;
  border: 1px solid #0177b5;
  color: #0177b5 !important;
}
.header ul.socialmenu li:nth-child(3n) {
  background: #4867aa;
  border: 1px solid #4867aa;
}
.header ul.socialmenu li:nth-child(3n):hover {
  background: #fff;
  border: 1px solid #4867aa;
  color: #4867aa !important;
}
.header ul.socialmenu li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0;
  display: block;
  text-align: center;
}
.header ul.socialmenu li a em {
  position: absolute;
  text-indent: -9999px;
  display: block;
}
.header ul.socialmenu li a:first-child:hover {
  color: #55acee;
}
.header ul.socialmenu li a:nth-child(2n):hover {
  color: #0177b5 !important;
}
.header ul.mainmenu {
  text-align: right;
}
.header ul.mainmenu::before {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 42px;
  width: 27%;
  display: none;
}
.header ul.mainmenu li {
  display: inline-block;
}
.header ul.mainmenu li a {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px 8px;
  font-size: 11px;
  font-weight: 500;
  position: relative;
}
.header ul.mainmenu li a:hover {
  color: #924e80;
}
.header ul.mainmenu li a:before {
  content: "|";
  position: absolute;
  left: -5px;
  color: #000;
}
.header ul.mainmenu li:first-child a:before {
  display: none;
}
.header ul.mainmenu li:last-child a {
  padding-right: 0;
}
.header ul.mainmenu li:last-child:hover a:after {
  left: 15px;
}
.header ul.mainmenu li:last-child.current-menu-item a:after {
  left: 15px;
}
.header ul.mainmenu li.current-menu-item a {
  color: #924e80;
}
.header ul.mainmenu li.current-menu-item a:after {
  content: "";
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 41px;
}
.header ul.mainmenu li:hover a {
  color: #924e80;
}
.header ul.mainmenu li:hover a:after {
  content: "";
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 41px;
}
.header ul.topmenu {
  background: transparent;
  padding: 0 0 0 0;
  margin: 50px 0 0 0;
  position: relative;
  text-align: right;
  height: auto;
}
.header ul.topmenu:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  border-bottom: 42px solid #e6e6e6;
  border-left: 30px solid transparent;
  display: none;
}
.header ul.topmenu li {
  display: inline-block;
  padding: 0 15px;
}
.header ul.topmenu li a {
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: block;
  border-bottom: 3px solid #fff;
  padding: 0 0 9px;
  line-height: 30px;
  line-height: 3rem;
}
.header ul.topmenu li a:hover {
  color: #824f76;
  border-bottom: 3px solid #824f76;
}
.header ul.topmenu li:first-child a {
  border-left: none;
}
.header ul.topmenu li:last-child a {
  padding-right: 0;
}
.metaslider {
  position: relative;
  z-index: 0;
  height: 440px;
  overflow: hidden;
}
.banner {
  padding: 18px 0 0 0;
  position: relative;
}
.banner a.downarrow {
  background: #82bd41 none repeat scroll 0 0;
  border-radius: 50%;
  bottom:30px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  height: 30px;
  left: 50%;
  right: 0;
  line-height: 27px;
  margin: auto;
  margin-left: -15px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 15px 20px 0px;
}
.banner .nivo-caption {
  background: none;
  top: 16%;
  opacity: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.banner .nivo-caption .bannertext {
  width: 77%;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  text-align: center;
  padding: 55px 0 15px 0;
}
.banner .nivo-caption .bannertext h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  line-height: 41px;
  line-height: 4.1rem;
  font-weight: bold;
  text-shadow: 3px 0 2px rgba(0, 0, 0, 0.4);
  margin: 0 0 20px 0;
}
.banner .nivo-caption .bannertext p {
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 0 auto;
  width: 80%;
  text-shadow: 3px 0 2px rgba(0, 0, 0, 0.5);
}
.banner .theme-default .nivo-directionNav {
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 46%;
}
.banner .theme-default .nivo-directionNav a {
  opacity: 1;
}
.banner .theme-default .nivo-directionNav a.nivo-prevNav {
  left: 8%;
  background: url(../images/previous_arrow.png) no-repeat;
  width: 22px;
  height: 32px;
}
.banner .theme-default .nivo-directionNav a.nivo-nextNav {
  right: 8%;
  background: url(../images/next_arrow.png) no-repeat;
  width: 22px;
  height: 32px;
}
.fiveSections {
  background: #fff;
  padding: 70px 0 100px 0;
  margin: 0 50px;
}
.fiveSections ul li {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  display: block;
}
.fiveSections ul li:after {
  content: "";
  background: #8f6184;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  display: none;
}
.fiveSections ul li span {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.fiveSections ul li span:after {
  content: "";
  background: #82bd41;
  width: 29px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.fiveSections ul li p {
  font-family: 'Raleway', sans-serif;
  color: #5a5659;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding: 0 1px;
  margin: 20px 0 30px;
  min-height: 70px;
  max-weight: 250px;
  box-sizing: border-box;
}
.fiveSections ul li h3 {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: none;
  font-weight: 500;
  padding: 0 0;
}
.fiveSections ul li a.readMore {
  background: transparent;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 20px;
  border: 1px solid #82bd41;
  font-family: 'Raleway', sans-serif;
}
.fiveSections ul li a.readMore:hover {
  background: #82bd41;
  color: #fff;
}
.fiveSections ul li:last-child {
  border-right: none;
}
.fiveSections ul li:last-child:after {
  display: none;
}
section.partnership {
  width: 100%;
  background: url(../images/partnership_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
  display: block;
  overflow: hidden;
}
section.partnership .pleft {
  width: 38%;
  margin: 86px 0 0 0;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  float: left;
}
section.partnership .pleft h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 44px 0;
  position: relative;
}
section.partnership .pleft h2 span {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
}
section.partnership .pleft h2::after {
  background: #7a2d60 none repeat scroll 0 0;
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 0;
  left:0;
  bottom: -20px;
  width: 40%;
}
section.partnership .pleft p {
  color: #7a2d60;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-align: right;
  font-family: 'Raleway', sans-serif;
  margin: 15px 0 30px 10px;
  font-weight: 400;
  text-align: right;
}
section.partnership ul {
  width: 62%;
  float: right;
}
section.partnership ul::before {
  background: #cdcdcd;
  content: "";
  display: block;
  height: 357px;
  left: 40.5%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}
section.partnership ul li {
  background: transparent;
  width: 100%;
  margin: 0 0 70px 0;
  float: left;
  position: relative;
  min-height: auto;
}
section.partnership ul li:first-child {
  margin-left: 0;
}
section.partnership ul li:first-child span {
  background: #a35287;
}
section.partnership ul li:nth-child(2n) {
  margin-left: 0;
}
section.partnership ul li:nth-child(2n) span {
  background: #7a2d60;
}
section.partnership ul li:last-child {
  margin: 0;
}
section.partnership ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: #e6e6e6;
  display: none;
}
section.partnership ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: #e6e6e6;
  bottom: 0;
  display: none;
}
section.partnership ul li span {
  background: #4e173c;
  font-family: 'Raleway', sans-serif;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 55px;
  line-height: 5.5rem;
  margin: 0 70px 0 0;
  float: left;
}
section.partnership ul li p {
  font-family: 'Raleway', sans-serif;
  padding: 0;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0 0 0 0;
  width: 78%;
  float: left;
}
section.partnership ul li p strong{
  border-bottom:0px dotted #000;
  color:#a35287 ;
  }
section.MainSec {
  background: url(../images/mainsec.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #fff;
  border-bottom: 0px solid #fff;
  padding: 20px 0;
}
section.MainSec p {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  width: 64%;
  margin: 0 auto;
  text-shadow: 3px 0 2px rgba(0, 0, 0, 0.39);
}
section.MainSec p.fontsizeMed {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 300;
  text-shadow: 3px 0 2px rgba(0, 0, 0, 0.39);
}
section.MainSec p.fontsizeBig {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 48px;
  line-height: 4.8rem;
  text-shadow: 3px 0 2px rgba(0, 0, 0, 0.39);
  font-weight: 600;
  width: 73%;
  margin: 0 auto;
  padding: 20px 0;
}
section.MainSec p.fontsizeBig span {
  font-weight: 300;
}
footer ul.footerboxes {
  padding: 60px 0;
}
footer ul.footerboxes li {
  border-left: 0 solid #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
  position: relative;
  width: 50%;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 31px;
  line-height: 3.1rem;
  color: #000 !important;
  text-transform: uppercase;
}
footer ul.footerboxes li a {
  color: #000;
  padding: 0 0 0 0;
}
footer ul.footerboxes li .emailWeb {
  /*min-height: 95px;*/
}
footer ul.footerboxes li .emailWeb a::before {
  color: #fff;
}
footer ul.footerboxes li strong {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  color: #050505;
  display: block;
  text-transform: uppercase;
}
footer ul.footerboxes li.addressSec {
  width: 48%;
}
footer ul.footerboxes li.addressSec a {
  padding: 0 0 0 20px;
}
footer ul.footerboxes li.addressSec p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  padding: 0 0 0 50px;
}
footer ul.footerboxes li.addressSec li::before {
  bottom: 3px;
  color: #000;
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 17px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 3px;
  font-weight: 300;
}
footer ul.footerboxes li:first-child {
  border-left: none;
  padding-left: 0;
}
footer ul.footerboxes li.phoneNo {
  font-size: 18px;
  font-size: 1.8rem;
  color: #424242;
  padding: 20px 0 20px 50px;
  display: none;
}
footer ul.footerboxes li.phoneNo:before {
  content: "";
  position: absolute;
  background: url(../images/call_icon.png) no-repeat;
  height: 40px;
  width: 32px;
  padding-right: 10px;
  left: 15px;
  top: 30px;
}
footer ul.footerboxes li.footerlogo {
  width: 20%;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Raleway', sans-serif;
  line-height: 15px;
  line-height: 1.5rem;
  color: #757575 !important;
  margin: 0 0 20px 0;
  padding: 0;
}
footer ul.footerboxes li.emailWeb {
  width: 32%;
  padding-top: 0;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li {
  display: block;
  overflow: hidden;
  margin: 0 5px 1px 0;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li a {
  text-transform: none;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li a i {
  color: #fff !important;
  font-size: 20px;
  background: #55acee;
  border: 1px solid #55acee;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 0;
  text-align: center;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li a i:hover {
  background: #fff;
  border: 1px solid #55acee;
  color: #55acee !important;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li a:hover {
  color: #000;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li a em {
  position: absolute;
  text-indent: -9999px;
  display: block;
}
footer ul.footerboxes li.emailWeb ul.socialmenu li a:hover {
  color: #55acee !important;
}
footer ul.footerboxes li.emailWeb::before {
  display: none;
}
footer ul.footerboxes li.emailWeb strong {
  display: inline-block;
  vertical-align: top;
  padding-right: 2px;
}
footer ul.footerboxes li.emailWeb p {
  margin: 0 0 10px;
}
footer ul.footerboxes li.emailWeb p.emailLink a {
  color: #050505;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
}
footer ul.footerboxes li.emailWeb p.emailLink:before {
  content: "\f003";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 10px 0 0;
}
footer ul.footerboxes li.emailWeb p.weblink a {
  color: #050505;
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
}
footer ul.footerboxes li.emailWeb p.weblink a:hover {
  color: #000;
}
footer ul.footerboxes li.emailWeb p.weblink:before {
  content: "\f0ac";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 10px 0 0;
}
footer .footermenuSec {
  display: none;
  background: #292929;
  padding: 10px 0;
}
footer .footermenuSec ul {
  text-align: center;
}
footer .footermenuSec ul li {
  display: inline-block;
}
footer .footermenuSec ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 10px;
}
footer .footermenuSec ul li a:hover {
  color: #e9698b;
}
footer p.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
}
section.inner_banner {
  height: auto;
  max-height: 239px;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 18px 0 0;
  position: relative;
  background: #fbfbfb;
}
section.inner_banner img {
  width: 100%;
  height: auto !important;
}
.innerMainSec {
  border-bottom: 0px solid #f4ebed;
  background: #fbfbfb;
  padding: 40px 0 0 0;
}
.innerMainSec .parallelDiv {
  display: table;
}
.leftSidebar {
  width: 22%;
  display: table-cell;
  background: transparent;
}
.leftSidebar .icon-title {
  background: #824f76;
  padding: 40px 15px 30px;
  text-align: center;
  display: none;
}
.leftSidebar .icon-title h2 {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.leftSidebar .icon-description {
  background: #82bd41;
  padding: 30px;
  box-sizing: border-box;
}
.leftSidebar .icon-description p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
}
.leftSidebar .icon-description p strong{
  border-bottom:0px dotted #fff;
  }
.leftSidebar .icon-description p.borderTop {
  padding: 25px 0 0;
  margin: 25px 0 0;
  position: relative;
}
.leftSidebar .icon-description p.borderTop:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  background: #fff;
  top: 0;
}
.leftSidebar .btm_content {
  background: #838b8e;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 30px;
}
.leftSidebar .btm_content strong{
  border-bottom:0px dotted #fff;
  font-weight:normal;
  }
.leftSidebar .btm_content a {
  color: #fff;
}
.leftSidebar .btm_content a:hover {
  text-decoration: underline !important;
}
.rightContent {
  display: table-cell;
  width: 77%;
  padding: 0 0 20px 50px;
  vertical-align: top;
}
.rightContent .contact_head {
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: bold;
  color: #000;
  text-transform: none;
  text-align: left;
}
.rightContent .contact_head span {
  color: #000;
}
.rightContent h2 {
  color: #000;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: none;
  margin: 0 0 20px;
}
.rightContent h2 span {
  color: #000;
  border-bottom: 0px dotted #000;
}
.rightContent h3 {
  margin: 0 0 20px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3.0rem;
  font-weight: 600;
  color: #309cce;
  text-transform: none;
}
.rightContent h3.marginTop {
  margin: 5px 0 20px;
}
.rightContent h4 {
  color: #5a5659;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.rightContent h4.marginTopmed {
  margin: 0 0 15px;
}
.rightContent ul {
  margin: 0 0 0;
  display: block;
  overflow: hidden;
}
.rightContent ul li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  padding-bottom: 15px;
  width: 100%;
  float: left;
}
.rightContent ul li strong {
  color: #313131;
}
.rightContent ul.checkList li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  padding-right: 10px;
  display: inline-block;
  float: left;
}
.rightContent ul.arrowList li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  padding-right: 10px;
  display: inline-block;
  float: left;
}
.rightContent p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #5a5659;
  margin: 0 0 20px 0;
}
.rightContent p.arrowList:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #a4596c;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 10px;
}
.rightContent p.bigFont {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #5a5659;
  margin:0 0 30px 0;
}
.rightContent p.bigFont a {
  color: #9a4984;
  border-bottom:1px dotted #9a4984;
}
.rightContent p.bigFont a:hover{
  color: #82bd41 ;
  border-bottom:1px dotted #82bd41 ;
}
.rightContent .floatList ul {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
.rightContent .floatList ul:first-child {
  border-right: 0px solid #d9d9d9;
  margin-right: 18px;
}
.rightContent .floatList ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  padding-right: 10px;
  display: inline-block;
  float: left;
}
.rightContent .askUs {
  margin:0 0 20px;
  background: #f4f5f6;
  border: 0px solid #f0f0f0;
  padding: 20px 0;
  box-sizing: border-box;
}
.rightContent .askUs {
  }
.rightContent .askUs h3 {
  margin: 0 0 20px 0;
  padding: 0 20px 10px 20px;
  border-bottom: 0px solid #ececed;
  font-size: 30px;
  font-size: 3.0rem;
  color: #000;
  font-weight: bold;
  text-align: left;
}
.rightContent .askUs ul {
  display: inline-block;
  width: 44%;
  margin: 0 25px;
  vertical-align: top;
  margin-bottom: 25px;
}
.rightContent .askUs ul:nth-child(2n+1) {
  margin-left: 2%;
}
.rightContent .askUs ul li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #575757;
}
.rightContent .askUs ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 10px;
}
.rightContent .askUs ul li:first-child {
  color: #171717;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: bold;
}
.rightContent .askUs ul li:first-child:before {
  display: none;
}
.rightContent .get_started {
  background: #fff;
  box-sizing: border-box;
  border: 0px solid #f0f0f0;
  padding:20px 0 5px;
  margin: 0;
  display: block;
  overflow: hidden;
}
.rightContent .get_started h2 {
  margin-bottom: 0;
  padding: 0 20px 0 20px;
  border-bottom: 0px solid #ececed;
  font-size: 30px;
  font-size: 3.0rem;
  color: #000;
  text-align: left;
}
.rightContent .get_started h2 span {
  border-bottom: none;
}
.rightContent .get_started .sub_get {
  width: 50%;
  padding: 20px 35px 0 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.rightContent .get_started .sub_get:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 489px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  width: 1px;
}
.rightContent .get_started .sub_get2 {
  width: 50%;
  padding: 20px 20px 0 35px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.rightContent .productDetail {
  margin: 0;
  padding: 20px 0 0;
  position: relative;
}
.rightContent .productDetail:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  background: #82bd41;
  top: 0;
}
.rightContent .productDetail img {
  float: left;
  margin: 15px 30px 30px 0;
}
.rightContent .productDetail p:first-child {
  margin-top: 15px;
}
.rightContent .contact_form ul li {
  float: left;
  width: 48%;
  margin: 0 0 18px 4%;
  padding: 0;
}
.rightContent .contact_form ul li:nth-child(2n+1) {
  margin-left: 0;
}
.rightContent .contact_form ul li:nth-child(5) {
  width: 100%;
  float: none;
  clear: both;
}
.rightContent .contact_form ul li:last-child {
  margin-left: 0;
}
.rightContent .contact_form ul li span.message {
  display: inline-block;
  width: 79%;
}
.rightContent .contact_form ul li:nth-child(4) label:after {
  display: none;
}
.rightContent .contact_form ul img {
  width: 40%;
  display: block;
  float: left;
  margin: 0 0 0 37%;
  overflow: hidden;
  width: 72px;
}
.rightContent .contact_form ul label {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  color: #5b676d;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  max-width: 150px;
  position: relative;
}
.rightContent .contact_form ul label span{
  color:red;
}

.rightContent .contact_form ul label:after {
  content: "*";
  color: #e32626;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  top: 0;
}
.rightContent .contact_form ul input[type=text], .rightContent .contact_form ul input[type=email], .rightContent .contact_form ul input[type=tel] {
  border: 1px solid #dedede;
  height: 29px;
  width: 80%;
  max-width: 229px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b3b3;
  padding: 5px 10px;
  box-sizing: border-box;
}
.rightContent .contact_form ul textarea {
  border: 1px solid #dedede;
  height: 150px;
  width: 100%;
  padding: 5px 2%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.rightContent .contact_form input[type=submit] {
  margin: 0 0 0 150px;
  border: none;
  background: #609822;
  width: 143px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
.rightContent .contact_form input[type=submit]:hover {
  background: #824f76;
}
.rightContent .contact_form span.notes {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #969696;
  font-weight: normal;
}
.rightContent #wpgmza_map { float: none !important; }
body.research-development .rightContent p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #5a5659;
  margin-bottom: 20px;
}
section.page_header_full {
  background: #82bd41;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 132px 0 20px;
  width: 100%;
  display: block;
  overflow: hidden;
}
section.page_header_full h2 {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.innerContentFull {
  border-bottom: 5px solid #f4ebed;
  padding: 30px 0;
}
.privacyPolicy .privacyLeft {
  float: left;
  width: 48%;
}
.privacyPolicy .privacyRight {
  float: right;
  width: 49%;
  margin-left: 2%;
}
.privacyPolicy ul > li {
  margin-bottom: 30px;
}
.privacyPolicy ul > li.boldFont h2 {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
}
.privacyPolicy ul > li h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 15px;
}
.privacyPolicy ul > li h4 {
  color: #309cce;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin: 20px 0 15px;
}
.privacyPolicy ul > li p {
  color: #171717;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 8px 0;
}
.privacyPolicy ul > li p span {
  color: #82bd41;
  font-weight: 600;
}
.privacyPolicy ul > li p.semiBold {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.privacyPolicy ul > li p.bigFont {
  font-size: 18px;
  font-size: 1.8rem;
}
.privacyPolicy ul > li p.grayFont {
  color: #666;
}
.privacyPolicy ul > li > ul > li {
  margin-bottom: 20px;
}
.privacyPolicy ul > li > ul > li > ul {
  padding-left: 15px;
}
.privacyPolicy ul > li > ul > li > ul > li {
  margin-bottom: 10px;
}
.privacyPolicy ul > li > ul > li > ul > li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #82bd41;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 10px;
  font-weight: bold;
}
.privacyPolicy ul.pinkList li {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  color: #82bd41;
  margin: 0 0 10px;
}
section.error-404 {
  min-height: 100px;
}
section.error-404 h2 {
  color: #7f649f;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}
html.lt-ie9 .header ul.topmenu li a {
  padding: 0 11px;
}
ul.newslatest {
  margin: 50px 0 30px;
}
ul.newslatest li {
  background: #f3f3f3;
  margin: 11px 0;
  padding: 15px 30px;
}
ul.newslatest li .leftside {
  width: 20%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  color: #935b0d;
  font-weight: 900;
}
ul.newslatest li .leftside em {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  display: block;
}
ul.newslatest li .rightside {
  width: 76%;
  float: right;
  padding-left: 2%;
}
ul.newslatest li .rightside h5 {
  padding: 0;
  margin: 0 0 30px 0;
}
ul.newslatest li .rightside h5 a {
  color: #666;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 700;
}
ul.newslatest li .rightside a {
  font-weight: 700;
  font-size: 15px;
  background: #a1356c;
  padding: 8px 18px;
  line-height: 28px;
  text-transform: uppercase;
  vertical-align: top;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
ul.newslatest li .rightside a:hover {
  background: #824f76;
}
ul.newslatest h3 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #a1356c;
}
h2.screen-reader-text {
  display: none;
}
nav.navigation.post-navigation:before {
  display: table;
  content: "";
  clear: both;
}
nav.navigation.post-navigation:after {
  display: table;
  content: "";
  clear: both;
}
.nav-links {
  border-top: 1px solid #e3e3e3;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-previous a {
  color: #000;
}
.nav-links .nav-previous a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  color: #a1356c;
  padding-right: 5px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.nav-links .nav-previous a:hover {
  color: #a1356c;
}
.nav-links .nav-previous a:hover:before {
  color: #824f76;
  padding-right: 10px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.nav-links .nav-next {
  float: right;
}
.nav-links .nav-next a {
  color: #000;
}
.nav-links .nav-next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #a1356c;
  padding-left: 5px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.nav-links .nav-next a:hover {
  color: #a1356c;
}
.nav-links .nav-next a:hover:after {
  color: #824f76;
  padding-left: 10px;
}
nav.navigation.pagination .nav-links {
  text-align: center;
}
nav.navigation.pagination span.current {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  background: #a1356c;
  display: inline-block;
  color: #fff;
  padding: 5px 8px;
}
nav.navigation.pagination a {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  background: #824f76;
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  padding: 5px 8px;
}
nav.navigation.pagination a:hover {
  background: #a1356c;
}
.inner-banner-cont {
  bottom: 0;
  top: 170px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.inner-banner-cont .inner-banner-cont-box {
  margin: 0 auto;
  text-align: left;
  width: 1140px;
}
.inner-banner-cont .inner-banner-cont-box h2 {
  color: #fff;
  text-shadow: 3px 0 2px rgba(0, 0, 0, 0.39);
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 400;
  padding: 0 0 10px;
  margin: 0;
  width: 100%;
  line-height: 96px;
  line-height: 9.6rem;
}
.inner-banner-cont .inner-banner-cont-box h2 span {
  width: auto;
  height: 100px;
  padding: 0 20px 0 0;
  margin: 0 40px 0 0;
  border-right: 1px solid #fff;
  float: left;
}
.inner-banner-cont .inner-banner-cont-box h2 span img {
  width: auto;
  height: 100% !important;
  margin: 0;
  float: left;
}
footer {
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
  }
.mass_soft{
  width:100%;
  padding:13px 0 0 0;
  margin:17px 0 0 0;
  float:left;
  border-top:1px solid #c7c7c7;
  display:none;
}
.mass_soft h2{
  width:100%;
  padding:0;
  margin:0 0 10px 0;
  color:#757575 ;font-size:10px;text-transform:uppercase;font-weight:normal;
  float:left;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background:#398f14;color:#fff;
}
#glt_widget-2, #qtranslate-3 {
    float: left;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -4px;
    padding: 0;
    position: absolute;
    right: 100px;
    top:14px;display:block;
    width: 36%;
}
body.es #qtranslate-3 {
  width: 45%;
}
select#qtranxs_select_qtranslate-3-chooser {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0 ;
    box-shadow: none;
    height: auto;
    padding: 3px;
    width: 143px;
    margin-top: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/caret-down.png) no-repeat 98% center;
    background-size: 10%;
}
#glt_widget-2 h2{
  display:none;
  }
.mfp-container{
  top:10%!important;
}
.newsletter.newsletter-subscription {border:none; height:auto; width:auto;border-radius: 0;
-webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0;padding: 1% 6%; }
.newsletter.newsletter-subscription a{
  margin:10px 0 0 0;   color: #333;display:block;font-size:1.2rem;font-size:12px;text-align:center;
}
.newsletter.newsletter-subscription a:hover{
  color:#609822;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{border: 5px solid #000;border-radius: 3;
-webkit-border-radius: 3; -moz-border-radius: 3; -ms-border-radius: 3; -o-border-radius: 3;
padding-bottom: 40px; width: 30%!important; background: #fff!important;}
.newsletter.newsletter-subscription > form {padding-top: 40px; border-top: 1px solid #ddd;}
.hdNews > h2 {font-weight: 500;text-align:center; font-size: 24px; font-size: 2.4rem;line-height:2.4rem;color: #000; margin-bottom: 10px;}
.hdNews > p {font-size: 12px; font-size: 1.2rem; line-height: 20px; line-height: 2rem; margin: 0 0 20px;
}
.newsletter-subscription .newsletter-email {width: 97%; border: 1px solid #999; height: 30px;
  padding: 1%; margin-bottom: 20px;}

.newsletter-subscription.newsletter input[type="submit"] {border-radius: 3px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
  height: 48px; width: 200px;background:#609822;border:none;color:#fff;margin:0 auto;display:block;}
.newsletter-subscription.newsletter input[type="submit"]:hover{
  color:#000;
}

.newsletter-email input::-webkit-input-placeholder { color:    #999;}
.newsletter-email input:-moz-placeholder { color:    #999; opacity:  1;}
.newsletter-email input::-moz-placeholder { color:    #999; opacity:  1;}
.newsletter-email input:-ms-input-placeholder { color:    #999;}


a.email_link.popup-with-form{display: none;}
button.mfp-close {-moz-appearence:none;display:none;}

.goog-te-combo{
  color:#000;
}
.headerSec { position: relative; width: 100%; }

  /*************************************/
  /********media query css start********/


@media only screen and (max-width: 530px) {
  .inner-banner-cont {
    display: none;
  }
  .theme-default .nivo-controlNav {
    bottom: 7px !important;
  }
  section.partnership ul li span {
    margin: 0 14px 0 0 !important;
  }
  section.partnership ul li p {
    width: 73% !important;
    margin: 0 0 15px 0;
  }
  .metaslider {
    height:auto;
  }
  .rightContent .get_started .sub_get {
    width: 100%;

}
  .rightContent .get_started .sub_get:after{
     background: #fff none repeat scroll 0 0;
    }
    .rightContent .get_started .sub_get2 {
    width: 100%;
}
.rightContent .askUs ul {
    width: 81%!important;
}
.rightContent .askUs ul:nth-child(2n+1) {
    margin-left: 12%;
}

}
@media only screen and (max-width:639px) {
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
  width:90%!important;
  }
}
@media only screen and (max-width: 999px) {
  .metaslider{
    height:auto;
  }
	.banner a.downarrow{
		bottom:-36px;
	}
  .floatList ul {
    margin: 0;
  }
  .leftSidebar {
    width: 90%;
  }
  .leftSidebar .btm_content {
    margin: 0 0 20px 0;
  }
  .innerMainSec {
    padding: 40px 0;
  }
  .icon-description {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .inner-banner-cont {
    top: 30px;
  }
  .inner-banner-cont .inner-banner-cont-box {
    width: 90%;
  }
  .inner-banner-cont .inner-banner-cont-box h2 {
    color: #fff;
    text-shadow: 3px 0 2px rgba(0, 0, 0, 0.39);
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
  .inner-banner-cont .inner-banner-cont-box h2 span {
    width: auto;
    height: 60px;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
  }
  section.partnership .pleft {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
  }
  section.partnership .pleft h2 {
    text-align: center;
  }
  section.partnership .pleft h2::after {
    right:0;
    left:0;
    bottom: -20px;
  }
  section.partnership .pleft p {
    text-align: center;
  }
  section.partnership ul {
    width: 100%;
    float: right;
  }
  section.partnership ul::before {
    display: none;
  }
  section.partnership ul li span {
    margin: 0 25px 0 0;
  }
  section.partnership ul li p {
    width: 82%;
  }
  section.MainSec p {
    width: 100%;
  }
  section.inner_banner {
    padding: 155px 0 0;
}
  .main-wrap {
    width: 90%;
  }
  .header:after {
    display: none;
  }
  .header h1.logo {
    float: none;
    width: 30%;
    margin: 0 auto;
    text-align: center;
  }
  .header .right_header {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .header .right_header .right_main {
    float: none;
  }
  .header .right_header .right_main::after {
    display: none;
  }
  .header .right_header .menu-mainmenu-container {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  #qtranslate-3 {
    float: none;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
  }
  .header .right_header .followus {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin: 0;
  }
  .header .right_header .menuSec {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .header .right_header .topmenuSec {
    display: none;
  }
  .header .right_header ul.mainmenu {
    text-align: center;
    margin: 20px 0 10px;
  }
  .header .right_header ul.mainmenu li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 5px;
  }
  .header .right_header ul.mainmenu li.current-menu-item:last-child a:after {
    left: 0;
  }
  .header .right_header ul.mainmenu li:hover:last-child a:after {
    left: 0;
  }
  .banner .nivo-caption .bannertext {
    display: none;
  }
  .banner .theme-default .nivo-directionNav {
    display: none;
  }
  .fiveSections {
    width: 90%;
    margin: 0 auto;
  }
  .fiveSections ul li {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  .fiveSections ul li:after {
    display: none;
  }
  .fiveSections ul li p {
    min-height: inherit;
  }
  section.partnership ul li {
    width: 100%;
    margin: 15px 0;
  }
  footer ul.footerboxes li {
    float: none;
    border: none;
  }
  footer ul.footerboxes li.phoneNo {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer ul.footerboxes li.phoneNo:before {
    left: 0;
  }
  footer ul.footerboxes li.emailWeb {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
  }
  footer ul.footerboxes li.addressSec {
    width: 100%;
  }
  footer ul.footerboxes li.addressSec ul li {
    width: 100% !important;
  }
  footer ul.footerboxes li.footerlogo {
    text-align: center;
    width: 100%;
  }
  section.inner_banner {
    height: auto;
  }
  .innerMainSec .parallelDiv {
    display: block;
  }
  .leftSidebar {
    display: block;
    width: 100%;
    margin: auto;
  }
  .rightContent {
    display: block;
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
    /*privacy page start*/
  }
  .rightContent h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .rightContent .productDetail img {
    float: none;
    display: block;
    margin: auto;
  }
  .rightContent .floatList ul {
    width: 100%;
  }
  .rightContent .floatList ul:first-child {
    border: none;
  }
  .rightContent .askUs ul {
    width: 100%;
  }
  .rightContent .contact_form ul label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .rightContent .contact_form ul input[type=text], .rightContent .contact_form ul input[type=email], .rightContent .contact_form ul input[type=tel] {
    width: 100%;
    max-width: inherit;
  }
  .rightContent .contact_form ul li {
    width: 100%;
    margin: 0;
  }
  .rightContent .contact_form ul li span {
    width: 100%;
    display: block;
  }
  .rightContent .contact_form ul li span.message {
    display: block;
    width: 100%;
  }
  .rightContent .contact_form input[type="submit"] {
    margin: 0;
  }
  .privacyPolicy {
    /*privacy page end*/
  }
  .privacyPolicy .privacyLeft {
    float: none;
    width: 100%;
  }
  .privacyPolicy .privacyRight {
    float: none;
    width: 100%;
  }
  ul.newslatest > li .leftside {
    width: 100%;
    text-align: center;
  }
  ul.newslatest > li .rightside {
    padding-left: 0;
    width: 100%;
    margin: 20px 0 30px;
  }
  ul.newslatest > li .rightside h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  section.MainSec {
    padding: 50px 0;
  }
  section.partnership .pleft h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3.0rem;
  }
  section.partnership .pleft h2 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  section.MainSec p.fontsizeMed {
     font-size: 20px;
     font-size: 2rem;
  }
  section.MainSec p.fontsizeBig {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .theme-default .nivo-controlNav {
    bottom: 15px !important;
  }
  .header h1.logo {
    float: left;
    width: 30%;
  }
  .header .right_header {
    width: 70%;
    float: left;
  }
  .header .right_header .menuSec {
    float: left;
  }
  .header .right_header ul.mainmenu {
    text-align: left;
  }
  .rightContent .productDetail img {
    float: left;
    width: 40%;
    margin: 15px 30px 20px 0;
  }
  footer ul.footerboxes li.phoneNo {
    display: none;
    width: 45%;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    /*border:1px solid #f00;*/
    vertical-align: top;
  }
  footer ul.footerboxes li.emailWeb {
    padding: 15px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: 0;
  }
  footer ul.footerboxes li.emailWeb p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer ul.footerboxes li.footerlogo {
    width: 49%;
    float: right;
  }
  .header .right_header {
    float: left;
    width: 70%;
    margin: 0 0 0 0;
  }
  .header .right_header ul.mainmenu {
    text-align: right;
  }
  .header .right_header .followus {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 999px) {
  .header h1.logo {
    width: 25%;
  }
  .header .right_header {
    margin: 0 0 0 0;
    width: 75%;
  }
  .header .right_header .menu-mainmenu-container {
    float: left;
    width: 75%;
    margin-top: 5px;
  }
  .header .right_header ul.mainmenu li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header .right_header .followus {
    margin: 20px 0 20px 10px;
  }
  .header .right_header .mainmenuSec {
    float: left;
    width: 59%;
  }
  .fiveSections ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 15px 0;
  }
  .fiveSections ul li:after {
    display: none;
  }
  .fiveSections ul li:last-child {
    margin: 0 auto;
    display: block;
  }
  .leftSidebar {
    width: 60%;
    max-width: inherit;
  }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
  width:65%!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .main-wrap {
    width: 90%;
  }
  .header h1.logo {
    width: 20%;
    text-align: left;
  }
  .header .right_header {
    margin: 35px 0 15px;
    width: 80%;
  }
  .header .right_header ul.mainmenu {
    text-align: right;
  }
  .header .right_header ul.mainmenu li a {
    padding: 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.es .header .right_header ul.mainmenu li a {
    padding: 0 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  body.es #qtranslate-3, #qtranslate-3 {
    width: 25%;
    float: left;
    text-align: right;
  }
  select#qtranxs_select_qtranslate-3-chooser {
    width: 80%;
  }
  .header .right_header .menu-mainmenu-container {
    width: 56%;
    margin-top: 0;
  }
  .header .right_header .followus {
    width: 17%;
    float: right;
  }
  .banner .nivo-caption {
    bottom: 15%;
  }
  .banner .nivo-caption .bannertext {
    width: 65%;
    padding: 15px 10px;
  }
  .banner .nivo-caption .bannertext p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  section.MainSec p.fontsizeBig {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section.partnership ul li {
    width: 100%;
    margin-left: 2%;
  }
  section.partnership ul li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer ul.footerboxes li.phoneNo {
    display: none;
    width: 28%;
    padding: 5px 0 20px 40px;
  }
  footer ul.footerboxes li.phoneNo:before {
    top: 14px;
  }
  footer ul.footerboxes li.addressSec:before {
    top: 18px;
  }
  footer ul.footerboxes li.footerlogo {
    vertical-align: top;
    display: inline-block;
    width: 50% !important;
    margin-top: 20px;
  }
  footer ul.footerboxes li.emailWeb {
    width: 50%;
    margin: 0;
    float: left;
  }
  footer ul.footerboxes li:first-child {
    width: 50%;
    margin: 0;
    float: left;
  }
  .leftSidebar {
    display: table-cell;
    width: 30%;
  }
  .rightContent {
    display: table-cell;
    width: 57%;
    padding: 0 0 20px 36px;
  }
  .privacyPolicy .privacyLeft {
    float: left;
    width: 49%;
  }
  .privacyPolicy .privacyRight {
    float: right;
    width: 49%;
  }
  ul.newslatest > li .leftside {
    width: 35%;
  }
  ul.newslatest > li .rightside {
    width: 60%;
    margin: 0;
  }
}

@media only screen and (min-width:900px) and (max-width: 999px) {




}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  section.partnership ul li p {
    width: 76%;
  }
  .inner-banner-cont .inner-banner-cont-box {
    width: 900px;
  }
  .main-wrap {
    width: 900px !important;
  }
  .header .right_header .right_main::after {
    width: 37%;
  }
  #qtranslate-3 {
    width: 42%;
  }
  .header .main-wrap {
    width: 90% !important;
  }
  .header .header ul.topmenu li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 5px;
  }
  .banner .nivo-caption {
    bottom: 28%;
  }
  .banner .nivo-caption .bannertext {
    width: 65%;
    padding: 15px 10px;
  }
  .banner .nivo-caption .bannertext h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 31px;
    line-height: 3.1rem;
  }
  .banner .nivo-caption .bannertext p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .header .fiveSections ul li h3 {
    min-height: 44px;
  }
  .header .fiveSections ul li p {
    min-height: 80px;
  }
  .header section.partnership ul li {
    min-height: auto;
  }
  .header footer ul.footerboxes li {
    min-height: auto;
  }
  .header footer ul.footerboxes li:first-child {
    width: 50%;
  }
  .header footer ul.footerboxes li.addressSec {
    width: 50%;
  }
  .header footer ul.footerboxes li.phoneNo {
    display: none;
    width: 22%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header footer ul.footerboxes li.emailWeb {
    width: 25%;
  }
  .header footer ul.footerboxes li.emailWeb p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header footer ul.footerboxes li.footerlogo {
    width: 12%;
  }
  .header section.inner_banner {
    height: auto;
  }
  .header .rightContent .contact_form ul input[type=text], .header .rightContent .contact_form ul input[type=email], .header .rightContent .contact_form ul input[type=tel] {
    width: 60%;
    max-width: inherit;
  }
  .header .rightContent .contact_form ul li span.message {
    width: 81%;
  }
  .header .rightContent .contact_form ul li:last-child label {
    width: 19%;
  }
  .header .rightContent .contact_form input[type="submit"] {
    margin: 0;
  }
  .header .banner .nivo-caption .bannertext {
    width: 100%;
  }
  .banner .theme-default .nivo-directionNav a.nivo-prevNav {
    left: 8%;
  }
  .banner .theme-default .nivo-directionNav a.nivo-nextNav {
    right: 8%;
  }
  body.es #qtranslate-3 {
    width: 52%;
  }
  .header .right_header .followus {
    margin-left: 0;
    width: 15%;
    text-align: right;
  }
  .header .right_header .menu-mainmenu-container {
    width: 85%;
  }
  body.es .header .right_header .right_main::after {
    width: 48%;
  }
  .header ul.topmenu li {
    padding: 0 5px;
  }
  .header ul.topmenu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
