@charset "utf-8";

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
ul {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85% !important;
  line-height: 1.5 !important;
  font-weight: normal;
  color: #545454 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #545454;
  font-weight: bold;
}
p,
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-decoration: none;
}
.clr {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  line-height: normal;
}
p {
  text-align: justify;
  line-height: 18px;
}
.FloatL {
  float: left;
}
.FloatR {
  float: right;
}
img {
  border: 0px;
}
.separator {
  height: 5px;
}
.ptop {
  padding-top: 55px !important;
}
.img4 {
  padding: 26px 15px 10px 0px;
}
.mrgn-ryt {
  margin-right: 0px !important;
}
.mrgn-ryt2 {
  margin-right: 5px;
}
.pleft {
  padding-left: 20px;
}
.font {
  font-size: 20px;
}
.mtop {
  margin-top: 10px;
}
h1 {
  font-size: 22px !important;
  padding-bottom: 10px !important;
  color: #2f2c2c !important;
}
h2 {
  color: #545454;
  font-size: 16px !important;
  font-weight: bold;
}
.light-org {
  color: #fff7e8;
  font-size: 18px;
}
.image {
  margin-left: 50px;
  float: right;
}
.img2 {
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  float: left;
  margin: 0px 20px 0px 0px;
  box-shadow: 4px 8px 9px #ccc;
  -webkit-box-shadow: 4px 8px 9px #ccc;
  -moz-box-shadow: 4px 8px 9px #ccc;
}
.img3 {
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  float: right;
  margin: 0px 0px 0px 20px;
  box-shadow: 4px 8px 9px #ccc;
  -webkit-box-shadow: 4px 8px 9px #ccc;
  -moz-box-shadow: 0px 8px 5px #ccc;
}
.violet-txt {
  color: #c41a23;
  padding-bottom: 5px;
}

#pagewrap {
  width: auto;
  margin: 0 auto;
  clear: both;
}
#header {
  width: 100%;
}
.container {
  width: 88% !important;
  margin: 0 auto;
  overflow: hidden;
}
.header-regis {
  background-color: #fff;
  overflow: hidden;
  padding: 0px 0px 0px 30px;
}
.mainHeader {
  text-align: justify;
  box-shadow: 0px 10px 40px #d2d2d2;
}
.mainHeader .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mainHeader .container::before,
.mainHeader .container::after {
  content: '';
  display: none;
}

.mainHeader #logo {
  padding: 10px 0px;
}
.mainHeader #login {
  width: 82%;
  float: right;
  padding: 14px 0px 5px 20px;
  background-color: #220352;
  margin: 0 auto;
  text-align: center;
}
.mainHeader #login form {
  float: right;
  padding-right: 11%;
}
.mainHeader #login label {
  float: left;
  text-align: left;
  color: #ffeaf8;
}
.mainHeader #login input {
  display: block;
  margin-right: 8px;
}
.mainHeader #login .submit {
  margin-top: 20px;
  height: 30px;
}
.mainHeader .topright {
  text-transform: capitalize;
}
.mainHeader .toplinks {
  float: right;
  clear: both;
}
.mainHeader .toplinks ul {
  margin: 7px 0px 0px 0px;
  padding: 0px;
}
.mainHeader .toplinks ul li {
  float: left;
  padding: 0px 7px;
  border-right: 2px dotted #000;
}
.mainHeader .toplinks ul li a {
  color: #434343;
}
.mainHeader .toplinks ul li img {
  padding-right: 3px;
}
.mainHeader .toplinks ul li.end {
  border-right: none;
}
.topnav-landing {
  clear: both;
  float: right;
  margin: 37px 0px 0px 0px;
}
nav {
  margin: 10px 0px 0px 0px;
  font-size: 15px !important;
}
nav ul li {
  float: left;
  margin: 0px 1px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #150058;
  box-shadow: 2px 10px 10px #ccc;
}
nav ul li a {
  font-weight: normal !important;
  color: #fff !important;
  display: block;
  padding: 5px 14px;
}
nav ul li.active {
  background-color: #c40e18;
}
nav ul li a:hover {
  text-decoration: none;
  background-color: #c40e18;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.main-content {
  padding: 65px 0px;
}
.ContentBlock {
  padding: 0px 0px 40px 0px;
  overflow: hidden;
}
.content-box {
  width: 100%;
}
.d-redtxt {
  color: #9a1773 !important;
}
.bluetxt {
  color: #0f3da1 !important;
}
.blue-box {
  width: 94%;
  background: #305095;
  border: 1px solid #d8d7d7;
  margin: 7px 0px 0px 0px;
  padding: 20px 18px 10px 18px;
  height: 230px;
  font-size: 13px;
  color: #545454;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #fff;
}
.blue-box input {
  width: 97%;
  height: 40px;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 10px;
  color: #bdbdbd;
}
.blue-box .submit {
  width: 70px;
  float: right;
  height: 30px;
}
.green-box {
  width: 100%;
  box-sizing: border-box;
  background: #008c62;
  border: 1px solid #fff;
  margin: 7px 0px 0px 0px;
  padding: 20px 18px 10px 18px;
  height: 230px;
  font-size: 13px;
  color: #d6fbf0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #e3eefc;
}
.green-box ul li {
  clear: both;
  padding-bottom: 40px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.green-box ul li.end {
  border-bottom: none;
}
.org-box {
  width: 94%;
  background: #f6a200;
  border: 1px solid #fff;
  margin: 7px 0px 0px 0px;
  padding: 20px 18px 10px 18px;
  height: 230px;
  font-size: 13px;
  color: #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.forgotP {
  padding: 5px 0px 0px 5px;
}
.forgotP a {
  color: #b9ccf3;
  text-decoration: none;
}
.forgotP a:hover {
  color: #fff;
  text-decoration: none;
}
.register {
  margin: 85px 0px 7px 0px;
  border-top: 1px solid #506fb2;
  padding-top: 3px;
}
.register a {
  color: #b9ccf3;
  text-decoration: none;
}
.register a:hover {
  color: #fff;
  text-decoration: none;
}
.contentSec {
  width: 98%;
  margin: 0 auto;
}
.contentSec-landing {
  width: 100%;
  margin: 0 auto;
  padding: 90px 0px 0px 0px;
}
.red-strip {
  background: #c53d36;
  padding: 7px 0px 5px 0px;
  margin: 0px 0px 4px 0px;
  text-align: center;
}
.sponsorship {
  margin: 5px 0px 0px 0px;
}
.sponsorship ul li {
  list-style-type: circle;
  margin-left: 284px;
}

footer {
  border-top: 1px solid #ccc;
  font-size: 13px !important;
  color: #2a2a2a !important;
  padding: 8px 0px 50px 0px !important;
}
footer ul li {
  float: left;
  padding: 0px 7px 0px 7px;
  text-transform: capitalize;
}
footer ul li a {
  color: #2c2c2c;
}
footer ul li a:hover {
  color: #2c2c2c;
  text-decoration: none;
}
footer .leftsec {
  width: 80%;
  float: left;
}
.copyright {
  display: block;
  font-size: 12px;
  color: #1b1b1b;
  padding: 5px 0px 0px 12px;
}
footer .rightsec {
  width: 20%;
  float: right;
}
footer .rightsec img {
  padding-right: 3px;
}

.middle-sec-landing {
  padding: 6px 0px 50px 0px;
}
.bradcrumb {
  overflow: hidden;
  padding: 7px 7px;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 1px 5px #f5f5f5;
}
.bradcrumb:hover {
  background: #fafafa;
}
.bradcrumb ul li {
  float: left;
  padding: 0px 5px 0px 5px;
}
.bradcrumb ul li a {
  color: #666;
  font-weight: bold;
}
.bradcrumb ul li a:hover {
  color: #d74b46;
  text-decoration: none;
}

.highlight-txt {
  font-size: 24px;
  font-weight: 700;
  color: #220061;
  line-height: 28px;
  padding-bottom: 10px;
}
.content {
  padding: 0px 0px 0px 0px;
  min-height: 300px;
  font-size: 16px;
}
.content p {
  line-height: 21px;
  margin-bottom: 20px;
}

.product_specs {
  display: flex;
  flex-wrap: wrap;
}
.product_specs .category {
  width: calc(50% - 10px);
  padding: 20px;
  margin: 0px 20px 20px 0px;
  background: #f3f3f3;
  border-radius: 8px;
  box-sizing: border-box;
}
.product_specs .category:nth-child(2n) {
  margin-right: 0px;
}
.product_specs .category .left ul span.heading {
  font-size: 20px;
  font-weight: 700;
  color: #c40e18;
}
.product_specs .category .left ul li {
  list-style-type: circle;
  margin-left: 20px;
  line-height: 26px;
  color: #000;
}

.contact-box {
  padding: 24px 0px;
  text-align: center;
}
.contact-box a {
  color: #c53d36;
  text-decoration: underline;
}
.contact-box a:hover {
  color: #c53d36;
  text-decoration: none;
}
.highlight-bg {
  padding: 20px;
  background-color: #f0f7ff;
  border: 1px solid #d7dee6;
  border-radius: 6px;
}
.highlight-bg ul li {
  margin-left: 17px;
  list-style-type: circle !important;
  line-height: 22px;
}
.bg-registration {
  width: 50%;
  float: left;
  height: 285px;
  background: url(../images/registration-bg.jpg) no-repeat 0px 50px;
  text-align: right;
}
.registration {
  width: 100%;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
.registration span {
  font-size: 12px;
  display: block;
  margin-bottom: 25px;
}
.registration span.heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px;
}
.registration label {
  width: 91%;
  padding: 0px 10px;
}
.registration input,
select {
  display: block;
  width: 100%;
  height: 25px;
  border: 1px solid #bababa !important;
  margin-bottom: 3px !important;
}
.registration .submit {
  width: 100px;
  height: 34px;
}
.forgot-password {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 30px;
  margin: 0 auto;
  background-color: #eceff3;
}
.forgot-password input {
  display: block;
  width: 95%;
}
.forgot-password input.submit {
  width: 90px;
}
.forgot-password span {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 30px;
}
.whyus {
  margin: 0px;
}
.whyus ul li {
  background: url(../images/tick.jpg) no-repeat 0px 7px;
  padding-left: 30px;
  line-height: 30px;
}

.industry-we-serve {
  font-size: 30px;
  text-align: center;
  margin: 10px 0px 5px 0px;
}
caption {
  margin-bottom: 0.5em;
  text-align: center;
}
#gallery {
  font: 10pt normal Arial, sans-serif;
  height: auto;
  margin: 0px auto 60px auto;
  text-align: center;
  overflow: hidden;
}
#gallery .box {
  border: 5px solid #fff;
  cursor: default;
  height: 106px;
  float: left;
  margin: 5px;
  position: relative;
  overflow: hidden;
  width: 175px;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}
#gallery .box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#gallery .box .caption {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}
#gallery .box .fade-caption,
#gallery .box .scale-caption {
  opacity: 0;
  width: 255px;
  height: 170px;
  text-align: left;
  padding: 15px;
}
#gallery .box .scale-caption h3,
#gallery .box .scale-caption p {
  position: relative;
  left: -253px;
  width: 250px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-align: center;
  top: 17px;
  font-size: 11px;
}
#gallery .box:hover .fade-caption,
#gallery .box:hover .scale-caption {
  opacity: 1;
}
#gallery .box:hover .rotate {
  background-color: rgba(0, 0, 0, 1) !important;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#gallery .box:hover #image-6 {
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
#gallery .box:hover .scale-caption h3,
#gallery .box:hover .scale-caption p {
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

/* Desktop */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .mainHeader #logo {
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e2e2e2;
  }
  .mainHeader nav {
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
  }
  .mainHeader nav ul {
    float: left;
  }
  .mainHeader nav ul li {
    float: left;
    display: inline;
  }
  .mainHeader nav a:link,
  .mainHeader nav a:visited {
    color: #ffffff;
    display: inline-block;
    padding: 18px 16px;
  }
  .mainHeader nav a:active,
  .mainHeader nav .active a:link,
  .mainHeader nav .active a:visited {
    background-color: #ffbb00;
    color: #000;
  }
  .mainHeader nav a:hover {
    background-color: #c12820;
    color: #fff;
    text-decoration: none;
  }

  .content-box {
    width: 29%;
    float: left;
    margin: 0px 30px 0px 0px;
  }
  .blue-box {
    width: 94%;
    background: #305095;
    border: 1px solid #d8d7d7;
    margin: 7px 0px 0px 0px;
    padding: 20px 18px 10px 18px;
    height: 250px;
    font-size: 13px;
    color: #545454;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #fff;
  }
  .blue-box input {
    width: 97%;
    height: 40px;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 10px;
    color: #bdbdbd;
  }
  .green-box {
    width: 94%;
    background: #008c62;
    border: 1px solid #fff;
    margin: 7px 0px 0px 0px;
    padding: 20px 18px 10px 18px;
    height: 250px;
    font-size: 13px;
    color: #d6fbf0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #e3eefc;
  }
  .green-box ul li {
    clear: both;
    padding-bottom: 40px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
  }
  .green-box ul li.end {
    border-bottom: none;
  }
  .org-box {
    width: 94%;
    background: #f6a200;
    border: 1px solid #fff;
    margin: 7px 0px 0px 0px;
    padding: 20px 18px 10px 18px;
    height: 250px;
    font-size: 13px;
    color: #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .forgotP {
    padding: 5px 0px 0px 5px;
  }
  .forgotP a {
    color: #b9ccf3;
    text-decoration: none;
  }
  .forgotP a:hover {
    color: #fff;
    text-decoration: none;
  }
  .register {
    margin: 98px 0px 7px 0px;
    border-top: 1px solid #506fb2;
    padding-top: 3px;
  }
  .register a {
    color: #b9ccf3;
    text-decoration: none;
  }
  .register a:hover {
    color: #fff;
    text-decoration: none;
  }
}

/* Desktop */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .mainHeader #logo {
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e2e2e2;
  }
  .mainHeader nav {
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
  }
  .mainHeader nav ul {
    float: left;
    width: 100%;
  }
  .mainHeader nav ul li {
    width: 100%;
    background-color: #dadada;
    border-bottom: 1px solid #fff;
  }
  .mainHeader nav a:link,
  .mainHeader nav a:visited {
    color: #ffffff;
    display: block;
    padding: 5px 0px;
    text-align: center;
  }
  .mainHeader nav a:active,
  .mainHeader nav .active a:link,
  .mainHeader nav .active a:visited {
    background-color: #ffbb00;
    color: #000;
  }
  .mainHeader nav a:hover {
    background-color: #c12820;
    color: #fff;
    text-decoration: none;
  }

  .content-box {
    width: 100%;
    margin: 0px 30px 0px 0px;
  }
  .blue-box {
    width: 94%;
    background: #305095;
    border: 1px solid #d8d7d7;
    margin: 7px 0px 40px 0px;
    padding: 20px 18px 10px 18px;
    height: 250px;
    font-size: 13px;
    color: #545454;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #fff;
  }
  .blue-box input {
    width: 98%;
    height: 40px;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 10px;
    color: #bdbdbd;
  }
  .green-box {
    width: 94%;
    background: #008c62;
    border: 1px solid #fff;
    margin: 7px 0px 40px 0px;
    padding: 20px 18px 10px 18px;
    height: 250px;
    font-size: 13px;
    color: #d6fbf0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #e3eefc;
  }
  .green-box ul li {
    clear: both;
    padding-bottom: 40px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
  }
  .green-box ul li.end {
    border-bottom: none;
  }
  .org-box {
    width: 94%;
    background: #f6a200;
    border: 1px solid #fff;
    margin: 7px 0px 20px 0px;
    padding: 20px 18px 10px 18px;
    height: 250px;
    font-size: 13px;
    color: #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .forgotP {
    padding: 5px 0px 0px 5px;
  }
  .forgotP a {
    color: #b9ccf3;
    text-decoration: none;
  }
  .forgotP a:hover {
    color: #fff;
    text-decoration: none;
  }
  .register {
    margin: 98px 0px 7px 0px;
    border-top: 1px solid #506fb2;
    padding-top: 3px;
  }
  .register a {
    color: #b9ccf3;
    text-decoration: none;
  }
  .register a:hover {
    color: #fff;
    text-decoration: none;
  }

  footer {
    border-top: 1px solid #ccc;
    font-size: 13px !important;
    color: #2a2a2a !important;
    padding: 8px 0px 50px 0px !important;
  }
  footer ul li {
    float: left;
    padding: 0px 10px 0px 10px;
  }
  footer ul li a {
    color: #2c2c2c;
  }
  footer .leftsec {
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .copyright {
    display: block;
    font-size: 11px;
    color: #1b1b1b;
    padding: 15px 0px 0px 12px;
  }
  footer .rightsec {
    width: 98%;
  }
  footer .rightsec img {
    padding-right: 3px;
  }
  .contact-box {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  h1,
  h2 {
    text-align: center;
    font-weight: bold;
  }
  .image {
    margin: 30px 0px;
    float: none;
    text-align: center;
  }
}
