@font-face {
  font-family: berthBold;
  src: url(../fonts/bertholdBold.otf); }

@font-face {
  font-family: berthLight;
  src: url(../fonts/bertholdLight.otf); }

@font-face {
  font-family: berthMed;
  src: url(../fonts/bertholdMedium.otf); }

@font-face {
  font-family: berthReg;
  src: url(../fonts/bertholdRegular.otf); }

body {
  font: 100% berthReg, sans-serif;
  background-color: #2E3438;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='-3609.707 743.293 15 15'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='none' stroke='#000' stroke-width='2px' %3E%3Cpath d='M3.451,3.451,0,6.9l3.45-3.45L0,0,3.451,3.451,6.9,0,3.451,3.451,6.9,6.9Z' transform='translate(-3609 744)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
  background-image: url("../images/actual/pattern.svg");
  animation: appear ease 2s; }

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.backgroundDivUniq {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.5);*/
  background-image: url("../images/actual/pattern.svg");
  z-index: -1000; }

.hidden {
  display: block; }

.main-width, .main-holder, .main-holder-overflow {
  max-width: 1142px; }

.main-holder {
  margin: 0 auto;
  overflow-x: hidden; }

.main-holder-overflow {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.left-col-header {
  width: 23%;
  float: left;
  height: 100px;
  text-align: center;
  display: flex;
  /*for centering the img*/
  justify-content: center;
  align-items: center; }

.main-logo {
  width: 90%; }

.right-col-header {
  width: 77%;
  height: 100px;
  float: left;
  background: #FBD600;
  /*padding: 20px 0px 20px 40px;*/
  box-sizing: border-box; }

.left-col-header2 {
  width: 22.8%;
  float: left;
  height: 60px;
  text-align: center;
  display: flex;
  /*for centering the img*/
  justify-content: center;
  align-items: center; }

.right-col-header2 {
  width: 77.2%;
  height: 60px;
  float: left;
  background: transparent;
  padding: 20px 0px 20px 40px;
  box-sizing: border-box; }

.left-col-footer {
  width: 22.8%;
  float: left;
  height: 100px; }

.right-col-footer {
  width: 77.2%;
  height: 100px;
  float: left;
  background: #FBD600;
  position: relative;
  padding: 20px 0px 20px 39px;
  box-sizing: border-box; }

.copyright {
  font-family: berthMed, sans-serif;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 65px; }

.gridHugger {
  width: 100%;
  padding: 15px 0;
  overflow-x: scroll; }

.grid-holder {
  max-width: 1185px;
  margin: 0 auto;
  /*overflow: hidden; */
  text-align: center;
  margin-top: 15px;
  margin-bottom: -15px; }

.gridHolderAnother {
  width: 890px;
  height: 292px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: -15px; }

.box-single {
  box-sizing: border-box;
  width: 262px;
  height: 262px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  position: relative; }

.box-single-bg {
  box-sizing: border-box;
  width: 262px;
  height: 262px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  background: #5C656A; }

.box_single_pd {
  box-sizing: border-box;
  width: 262px;
  height: 262px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  /*display: inline-block;*/
  float: left;
  position: relative; }

.box-single2 {
  box-sizing: border-box;
  width: 262px;
  height: 340px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  background: #5C656A;
  /*float: left;*/ }

.w-100 {
  width: 100%;
  min-width: 1130px;
  height: 100px; }

.box-double {
  box-sizing: border-box;
  width: 556px;
  height: 554px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  background: #FBD600;
  position: relative;
  display: inline-block; }

.four-blks {
  display: inline-block;
  max-width: 585px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top; }

.two-blks {
  width: 100%;
  box-sizing: border-box; }

.comp-name {
  font-family: berthBold, sans-serif;
  font-size: 20px;
  /*background-color: red;*/
  height: 15px; }

.stelco-logo {
  height: 17px;
  margin-right: 10px; }

.comp-margin {
  margin: 42px 0px 10px 15px; }

.menu-items-holder {
  /*margin-top: 24px;*/
  width: 100%;
  height: 100%; }

.menu-item {
  font-family: berthMed, sans-serif;
  font-size: 14px;
  margin-right: 30px;
  color: #2E3438;
  position: relative;
  top: -1px; }

.active {
  font-family: berthMed, sans-serif;
  font-size: 14px;
  color: #0073B7; }

.footer-info {
  min-height: 360px;
  background: transparent;
  margin: 0 auto;
  text-align: left;
  color: #5C656A;
  padding-bottom: 50px;
  /*overflow: hidden;*/ }

.footer-col {
  width: 279.5px;
  /*  height: 360px;*/
  box-sizing: border-box;
  display: inline-table;
  margin-top: 50px;
  padding-left: 30px; }

.footer-heading {
  text-align: left;
  font-family: berthMed, sans-serif;
  font-size: 20px;
  margin-bottom: 40px; }

.q-links {
  margin-top: 20px;
  text-align: left;
  font-size: 13px; }

.q-links:hover {
  color: #0073B7; }

.address-footer {
  font-family: berthReg, sans-serif;
  text-align: left;
  font-size: 15px; }

/*view direction */
.sp-btn-holder {
  /*width: 180px;*/
  height: 40px;
  border-radius: 5px;
  color: #5C656A;
  vertical-align: middle;
  position: relative;
  float: left; }

.sp-btn-holder:hover {
  /*background: white;*/ }

.btn-txt {
  height: 40px;
  float: left;
  border-radius: 4px 0px 0px 4px;
  border-top: 1px solid #5C656A;
  border-left: 1px solid #5C656A;
  border-bottom: 1px solid #5C656A;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
  font-family: berthMed, sans-serif; }

.btn-txt span {
  position: relative;
  top: 2.5px; }

.btn-arrow {
  border-top: 1px solid #5C656A;
  border-right: 1px solid #5C656A;
  border-left: 1px solid #5C656A;
  border-bottom: 1px solid #5C656A;
  border-radius: 0px 4px 4px 0px;
  height: 40px;
  box-sizing: border-box;
  /*display:inline-block;*/
  float: left; }

.btn-txt2 {
  height: 40px;
  float: left;
  border-radius: 4px 0px 0px 4px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
  font-family: berthMed, sans-serif; }

.btn-arrow2 {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 0px 4px 4px 0px;
  height: 40px;
  box-sizing: border-box;
  /*display:inline-block;*/
  float: left; }

.img-footer {
  text-align: left; }

.gra-overshadow {
  background: rgba(21, 24, 26, 0.5);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box; }

.gra-overshadow2 {
  background: #5C656A;
  height: 100%;
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  overflow: hidden; }

.gra-overshadow3 {
  background: rgba(21, 24, 26, 0.5);
  height: 100%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
  overflow: hidden; }

.doubleDivBack {
  background: rgba(21, 24, 26, 0.5);
  height: 100%;
  width: 100%;
  position: absolute; }

.grid-img-1 {
  background: url("../images/cards/channel.jpg") center; }

.grid-img-2 {
  background: url("../images/cards/angle.jpg") center;
  /*background: $gra;*/ }

.grid-img-3 {
  background: url("../images/cards/beam.jpg") center; }

.grid-img-4 {
  background: url("../images/cards/custom.jpg") center; }

.grid-img-5 {
  background: url("../images/waste/ceo.png") center; }

.grid-img-6 {
  background: url("../images/waste/design.png") center; }

.grid-img-7 {
  background: url("../images/waste/quali.png") center; }

.grid-img-8 {
  background: url("../images/waste/sus.png") center; }

.grid-img-prod {
  background: url("../images/cards/production.jpg") center; }

.grid-img-cert {
  background: url("../images/cards/certi.jpg") center; }

.grid-img-clients {
  background: url("../images/cards/clients.jpg") center; }

.grid-heading {
  font-family: berthMed, sans-serif;
  font-size: 18px;
  color: #a4adb2;
  margin-left: 20px; }

.grid-txt {
  font-family: berthBold, sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-left: 20px;
  box-sizing: border-box; }

.grid-txt-dbl {
  font-family: berthLight, sans-serif;
  font-size: 38px;
  color: #15181A;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  text-align: left; }

.know-more {
  font-family: berthMed, sans-serif;
  color: #ffffff;
  margin-left: 20px;
  display: block;
  width: 200px;
  position: absolute;
  bottom: 15px;
  text-align: left;
  font-size: 13px; }

.cursorPoint {
  cursor: pointer; }

.txt-banner {
  font-family: berthBold, sans-serif;
  font-size: 48px;
  color: white;
  min-height: 150px;
  margin-top: 30px;
  padding-left: 25.8%;
  max-width: 1002px;
  z-index: 1000;
  text-shadow: 0px 0px 78px #15181a; }

#txt-banner {
  animation-timing-function: cubic-bezier(0.23, 0.39, 0.61, 1.35);
  -webkit-animation-duration: 2000ms; }

.txt-banner2 {
  min-height: 55px;
  /*margin-top: -30px;*/
  padding-left: 25.8%;
  z-index: 1000; }

.small-pointers {
  margin: 0 auto;
  width: 100px;
  height: 40px;
  /*background: lime;*/
  overflow: hidden;
  text-align: center; }

.pointer {
  border-radius: 100%;
  height: 8px;
  width: 8px;
  display: inline-block;
  background: #5C656A;
  margin-right: 10px; }

.full-left {
  width: 75%;
  background: white;
  min-height: 300px;
  margin-top: 50px;
  position: relative;
  float: left; }

.full-left-inner {
  position: absolute;
  right: 00px;
  width: 840px;
  background: #5C656A; }

.heading {
  font-family: berthBold, sans-serif;
  font-size: 40px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 30px; }

.heading::after {
  content: '';
  height: 5px;
  background: #FBD600;
  display: block;
  margin-top: 5px;
  width: 120px; }

.headingSpan::after {
  /*    border-bottom: 5px solid $yello;
    border-bottom-width: 80%;*/
  /*    content: '';
    height: 5px;
    background: $yello; 
    display:block;
    margin-top: 5px;
    width: 30%;
*/ }

.sub-heading {
  font-family: berthLight, sans-serif;
  font-size: 20px;
  text-align: left;
  margin-top: 40px;
  max-width: 580px;
  padding-right: 30px; }

.highlights-holder {
  overflow: hidden;
  max-width: 839px; }

.highlight {
  font-family: berthBold, sans-serif;
  font-size: 14px;
  text-align: left;
  margin-top: 40px; }

.each-highlight {
  float: left;
  width: 259px;
  box-sizing: border-box;
  margin-right: 20px; }

.each-highlight-mid {
  float: left;
  width: 259px;
  margin-left: 31px;
  margin-right: 31px;
  box-sizing: border-box; }

.each-highlight-mid .sub-heading {
  font-family: berthBold, sans-serif;
  font-size: 14px; }

.each-highlight .sub-heading {
  font-family: berthBold, sans-serif;
  font-size: 14px; }

.each-highlight-sp {
  float: left;
  width: 279px;
  box-sizing: border-box;
  min-height: 220px;
  box-sizing: border-box;
  padding-right: 30px; }

.txt {
  font-family: berthReg, sans-serif;
  font-size: 20px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 550px; }

.full-right {
  width: 25%;
  min-height: 350px;
  float: left;
  position: relative;
  background: lime; }

.full-right-inner {
  position: absolute;
  left: 0px;
  width: 230px;
  height: 250px;
  background: #5C656A; }

.full {
  width: 100%;
  min-height: 180px;
  /*background: linear-gradient(to left, #ffffff 50%, transparent 50%);*/
  overflow: hidden;
  margin-top: 30px; }

.full-lft {
  width: 100%;
  min-height: 180px;
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  overflow: hidden;
  margin-top: 30px; }

.left-inner2 {
  background: white;
  width: 77%;
  float: left;
  padding-bottom: 40px;
  box-sizing: border-box;
  padding-left: 40px; }

.left-inner {
  background: white;
  width: 77%;
  float: right;
  padding-bottom: 40px;
  box-sizing: border-box;
  padding-left: 40px; }

.full-wd {
  width: 100%;
  background: lime; }

.fixed-rt-bar {
  background: black;
  height: 306px;
  width: 260px;
  top: 100px;
  position: fixed;
  right: 0%;
  transform: translate(-80%, 0); }

.para {
  font-family: berthReg, sans-serif;
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0px;
  max-width: 580px;
  padding-right: 30px; }

.para-high {
  font-family: berthReg, sans-serif;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 00px;
  /*width: 78%;*/ }

.high-img {
  width: 259px;
  height: 150px;
  background: #5C656A;
  margin-top: 40px;
  text-align: center; }

.high-img img {
  margin-top: 15px; }

.img-txt {
  /*background: $gra;*/
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 40px; }

.right-inner {
  width: 22%;
  background: #5C656A;
  height: 200px;
  float: left; }

.relative {
  position: relative;
  width: 300px;
  height: 100px;
  left: 0; }

.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px; }

.fixed-feedback {
  position: relative;
  width: 263px;
  height: 318px;
  background: #15181A;
  z-index: 1000;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }

.fixed-feedback2 {
  position: fixed;
  top: 159px;
  width: 263px;
  height: 262px;
  background: transparent; }

.fixed-feedback-prd {
  box-sizing: border-box;
  position: fixed;
  top: 160px;
  width: 263px;
  height: 150px;
  background: #5C656A;
  z-index: 1000;
  padding-left: 30px;
  padding-right: 30px; }

.fixed-menu-items-holder {
  box-sizing: border-box;
  padding-top: 22px; }

.fixed-menu-items-holder ul {
  padding-left: 0px; }

.fixed-menu-items-holder2 {
  box-sizing: border-box;
  height: 100%; }

.fixed-menu-head {
  font-family: berthReg, sans-serif;
  font-size: 14px;
  margin-bottom: 22px;
  color: #ffffff; }

.fixed-menu-items {
  font-family: berthReg, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff; }

.fixed-menu-items-prods {
  font-family: berthReg, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  margin-top: 10px; }

.fixed-menu-items-holder li {
  margin-top: 20px;
  list-style: none; }

.txt-li {
  margin-bottom: 10px;
  font-size: 14px; }

.sub-txt {
  font-size: 14px;
  font-family: berthBold, sans-serif;
  margin-top: 40px;
  margin-bottom: 0px; }

.first-div {
  width: 100%;
  height: 33.33333%; }

.second-div {
  width: 100%;
  height: 33.33333%; }

.third-div {
  width: 100%;
  height: 33.33333%;
  background: #15181A; }

.first-btn {
  width: 40%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #5C656A; }

.second-btn {
  width: 40%;
  height: 100%;
  background: #ffffff; }

.dir-info {
  width: 70%;
  float: left; }

.dir-img {
  width: 26%;
  height: 280px;
  float: left;
  background: #15181A;
  position: relative;
  top: 115px;
  box-sizing: border-box; }

.q-links:hover {
  color: #0073B7; }

.yellowClass {
  color: #FBD600; }

.opacity-0 {
  opacity: 0; }

.box-icon {
  height: 100px;
  text-align: left;
  padding-top: 20px;
  padding-left: 70px;
  box-sizing: border-box; }

.whitePointer {
  background: white; }

.menu-banner-holder {
  background: #5C656A;
  height: 435px;
  max-width: 1141px;
  margin: 0 auto;
  background: url("../images/banner/1.jpg") center no-repeat; }

.banner-bg {
  background: #5C656A;
  max-width: 1141px;
  height: 435px;
  margin: 0 auto;
  background: url("../images/banner/1.jpg") center no-repeat;
  margin-top: 30px; }

.anchor {
  text-decoration: none; }

.back-holder {
  background: #15181A; }

.back-holder div {
  position: relative;
  left: 97px;
  top: 10px;
  color: #ffffff;
  font-family: berthReg, sans-serif;
  cursor: pointer; }

ul {
  padding-left: 15px; }

.angels-img {
  width: 100%;
  height: 100%; }

.table-cont {
  width: 570px;
  float: left;
  overflow: auto;
  margin-top: 30px;
  position: relative; }

.plant-margin {
  margin-top: 16px; }

.plant-margin2 {
  margin-bottom: 40px; }

.divs-5 {
  width: 100%;
  min-height: 121px;
  margin-top: 40px;
  position: relative;
  left: -10px; }

.divs-5-margin {
  margin-top: 20px; }

.advan-list {
  max-width: 800px; }

.bread-crumb {
  width: 100%;
  height: 60px;
  color: white;
  font-size: 14px;
  font-family: berthReg, sans-serif; }

.contact-form {
  margin-top: 40px;
  max-width: 550px; }

.row {
  max-width: 550px;
  margin-top: 0px;
  overflow: hidden; }

.column {
  width: 275px;
  float: left;
  padding-right: 30px;
  box-sizing: border-box; }

.contact-form input, textarea {
  border: 1px solid #15181A;
  border-radius: 3px;
  padding-left: 12px;
  box-sizing: border-box; }

.contact-form input {
  height: 40px;
  width: 100%;
  box-sizing: border-box; }

.contact-form textarea {
  width: 100%;
  height: 150px; }

.contact-form .label {
  font-size: 14px;
  font-family: berthReg, sans-serif;
  color: #5C656A;
  margin-top: 10px;
  margin-bottom: 10px; }

.company {
  padding-right: 30px; }

.bread-home {
  color: #0073B7;
  text-decoration: none;
  font-family: berthReg, sans-serif;
  margin-right: 5px;
  font-size: 12px; }

.bread-home:hover {
  color: #FBD600; }

.bread-2 {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  color: #15181A; }

.bread-3 {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #15181A; }

.bread-4 {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px; }

.two-blks-in-one {
  width: 554px;
  height: 262px;
  margin: 15px;
  box-sizing: border-box; }

.left-back-img {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px; }

.back-span {
  margin-left: 10px; }

.fd-menu-item-span {
  margin-left: 14px; }

.client-img-holder {
  width: 147.8px;
  height: 121px;
  /* margin-left: 10px;
  margin-right: 10px;*/
  margin: 10px;
  /*background: $gra;*/
  display: inline-block;
  overflow: hidden; }

.client-img {
  width: 148px;
  height: 121px; }

.cert-img-holder {
  width: 135px;
  height: 135px;
  /* margin-left: 10px;
  margin-right: 10px;*/
  margin: 10px;
  /*background: $gra;*/
  display: inline-block;
  overflow: hidden; }

.cert-img {
  width: 100%;
  height: 100%; }

.divOverFlow {
  overflow: hidden; }

.certDiv {
  min-width: 265px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid #bbb;
  border-radius: 2px; }

.certImg {
  width: 84px;
  height: 88px;
  float: left;
  border-right: 1px solid #bbb;
  position: relative; }

.certInfo {
  width: 180px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding: 30px 0 20px 10px; }

.certDivBig {
  display: block; }

.certDivHidden {
  display: none; }

.hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border-color: white; }

.shareFormHolder {
  position: fixed;
  width: 500px;
  background: #ffffff;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  border-radius: 10px;
  padding: 20px 0; }

.shareForm {
  position: relative;
  width: 90%;
  background: #ffffff;
  margin: 0 auto; }

.shareForm textarea, input {
  /*width: 90%;*/ }

.shareForm input, textarea {
  border: 1px solid #5C656A;
  border-radius: 3px;
  box-sizing: border-box;
  padding-left: 15px; }

.shareForm input {
  height: 40px;
  width: 100%; }

.shareForm textarea {
  width: 100%;
  height: 100px; }

.shareForm .label {
  font-size: 14px;
  font-family: berthReg, sans-serif;
  color: #5C656A;
  margin-top: 10px;
  margin-bottom: 10px; }

.shareFormHolder .cross {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 10px; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /*padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.75);
  /* Black w/ opacity */
  overflow: hidden; }

/* Modal Content */
.modal-content {
  background: #ffffff;
  margin: auto;
  border-radius: 6px;
  width: 500px;
  height: 375px;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.modalAnimation {
  animation: modal ease 1s; }

@keyframes modal {
  0% {
    top: 60%;
    opacity: 1; }
  100% {
    top: 50%;
    opacity: 1; } }

/* The Close Button */
.closeModal {
  color: #aaaaaa;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  z-index: 20000; }

.closeModal:hover, .closeModal:focus {
  color: red;
  text-decoration: none;
  cursor: pointer; }

.contact-form-status {
  color: red;
  font-size: 14px;
  float: left;
  position: relative;
  left: 12px;
  top: 36px; }

.share-this-page-head {
  margin-top: 0px;
  font-family: berthMed, sans-serif; }

.listHalfHolder {
  overflow: hidden; }

.listHalf {
  float: left;
  width: 300px; }

.listHalf li {
  width: 90%; }

.listImgSIde {
  width: 239px;
  float: left;
  margin-top: 30px; }

.pdFloatLeft {
  max-width: 600px;
  float: left;
  overflow: hidden; }

.grow {
  transition: all .2s ease-in-out; }

.grow:hover {
  transform: scale(1.1); }

.singleSlat {
  width: 500px;
  height: 50px;
  /*background: ;*/
  position: relative;
  left: -250px; }

.one {
  display: inline-block;
  width: 50%; }

.two {
  display: inline-block;
  width: 50%; }

.myDiv {
  width: 100%;
  height: 100%;
  /*  background:  rgba(0, 191, 255, 0.5);*/
  position: absolute;
  top: 0px;
  opacity: 0; }

.photoDiv {
  width: 100%;
  height: 100%;
  /*background:  rgba(0, 191, 255, 0.5);*/
  position: absolute;
  top: 0px;
  opacity: 0; }

/*sun animation*/
.sunAnim {
  animation-name: anima;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes anima {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

ul {
  padding-left: 15px;
  padding-right: 30px; }

.RawTable {
  margin-top: 30px;
  width: 570px;
  border: 1px solid #ececec;
  border-collapse: collapse;
  box-sizing: border-box; }

.rawHead {
  font-size: 14px;
  font-family: berthBold, sans-serif, sans-serif;
  background: #5C656A;
  color: white;
  height: 60px;
  padding: 15px;
  width: 200px;
  border: 1px solid #ececec; }

.rawHead2 {
  font-size: 14px;
  font-family: berthBold, sans-serif, sans-serif;
  background: #ececec;
  color: white;
  height: 40px;
  color: black;
  padding: 15px;
  width: 200px;
  border: 1px solid #ececec; }

.RawTable td {
  padding: 10px;
  border: 1px solid #ececec;
  text-align: center; }

/*product table*/
.pdTable {
  width: 100px;
  border: 1px solid #ececec;
  border-collapse: collapse;
  box-sizing: border-box; }

.tableHead {
  font-size: 14px;
  font-family: berthBold, sans-serif, sans-serif;
  background: #5C656A;
  color: white;
  height: 60px;
  padding: 15px;
  border: 1px solid #ececec; }

.pdTable td {
  padding: 10px;
  border: 1px solid #ececec;
  text-align: center; }

.qualTableCol1 {
  width: 200px; }

.qualTableCol2 {
  width: 200px; }

.qualTable2Col1 {
  width: 200px; }

.qualTable2Col2 {
  width: 200px; }

.packTableCol1 {
  width: 200px; }

.packTableCol2 {
  width: 200px; }

.packTable2Col1 {
  width: 226px; }

.packTable2Col2 {
  width: 200px; }

/*slider*/
* {
  box-sizing: border-box; }

.mySlides {
  display: none; }

.mySlides2 {
  display: none; }

.mySlides3 {
  display: none; }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 30px;
  padding-right: 40px; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #5C656A;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.dot2 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #5C656A;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.dot3 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #5C656A;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.activeSlider, .dot:hover {
  background-color: #FBD600; }

.dot2:hover {
  background-color: #FBD600; }

.dot3:hover {
  background-color: #FBD600; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px; } }

.newTable {
  margin-top: 30px;
  border-spacing: 0px;
  width: 310px;
  text-align: center; }

.newTable th {
  height: 60px;
  border: 1px solid #bbb;
  padding: 15px; }

.newTable td {
  height: 80px;
  border: 1px solid #bbb;
  border-top: 0px; }

.newTable .tableHeader {
  font-size: 14px;
  font-family: berthBold, sans-serif;
  background: #5C656A;
  color: white; }

.newTable .tableLabel {
  padding: 15px;
  font-size: 14px;
  font-family: berthBold, sans-serif; }

.newTable .tableTxt {
  margin-top: -10px;
  padding: 10px;
  font-size: 14px;
  font-family: berthReg, sans-serif; }

.menuMobile {
  margin-top: -15px;
  padding: 40px; }

.verticalMenu {
  margin-top: 30px; }

.VmenuRows {
  font-family: berthMed, sans-serif;
  font-size: 14px;
  color: #2E3438;
  position: relative;
  margin-top: 20px;
  overflow: hidden; }

.menu-toggle {
  position: absolute;
  padding: 0.8em;
  top: 1em;
  right: .5em;
  cursor: pointer; }

.hamburger, .hamburger::before, .hamburger::after {
  content: '';
  display: block;
  background: #5C656A;
  height: 3px;
  width: 2em;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }

.hamburger::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px); }

.hamburger::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

.open .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.open .hamburger::before {
  display: none; }

.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(-1px) rotate(-90deg); }

.menuDesk {
  height: 100%;
  width: 100%; }

.hoverOverBig {
  height: 100%;
  display: inline-block; }

.divHoldingMenu {
  display: inline-block;
  overflow: hidden;
  height: 14px;
  position: relative;
  background-color: transparent;
  top: 25px; 
}

.menuHover {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px; }

.buttonOverlay {
  position: absolute;
  top: 0px;
  background-color: transparent;
  width: 100%;
  height: 100%; }

.twoSvg {
  width: 100px;
  position: relative;
  left: -41.5px; }

.clientsMobile {
  display: block;
  margin: 0 auto; }

.client-img {
  margin-right: 15px; }

.menu-animation {
  animation: 1s ease menu-animation; }

@keyframes menu-animation {
  0% {
    height: 70px; }
  100% {
    height: 250px; } }

.height-bigger {
  height: 250px; }

.height-smaller {
  height: 70px; }

.newSvg {
  width: 269px;
  float: left;
  margin-top: 12px; }

.tableButton {
  height: 100px;
  width: 100px; }

.fixedTable {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 100000;
  left: 0;
  top: 0;
  overflow: auto;
  /* Enable scroll if needed */
  background: white; }

.fixedTable table {
  width: 100%; }

.tableHor {
  width: 100%;
  padding: 1px 0;
  overflow-x: scroll;
  margin-bottom: 20px; }

.tableHor table {
  min-width: 1000px; }

.tableInfo {
  color: #0073B7;
  margin-bottom: 30px;
  display: none;
  text-align: center; }

.contactCard {
  background-color: #15181A;
  box-sizing: border-box; }

.toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FBD600;
  z-index: 10000000;
  padding: 14px; }

.sliderImg {
  width: 100%; }

.sliderCont {
  margin-top: 30px; }

.expandedTableBack {
  z-index: 1000000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  overflow: auto;
  /* Enable scroll if needed */
  display: none; }

.expandedTable {
  margin: 0 auto;
  width: 1000px;
  background: white; }

.tableExpButton {
  color: #0073B7;
  text-align: center;
  margin-top: -14px; }

.expandTableTxt {
  position: relative;
  top: -8px; }

.interest-anim {
  animation: uniq ease 1s;
  opacity: 1; }

@keyframes uniq {
  100% {
    opacity: 1; } }

.expand {
  height: 24px;
  width: 24px;
  margin-left: 10px; }

.arpit {
  display: none; }

.bothNumbers {
  height: 135px; }

.q_link_anchor {
  text-decoration: none;
  color: #5C656A; }

.q_link_anchor:hover {
  color: #0073B7; }

.footer_email_id {
  color: #FBD600; }

.ulYellow {
  color: #15181A;
  font-family: berthReg, sans-serif;
  font-size: 16.5px; }

.ulYellow li {
  margin-bottom: 5px; }

.teamMember {
  width: 419px;
  float: left;
  margin-top: 30px;
  padding-right: 20px; }

.memberImg, .memberImg > img {
  width: 100%;
  height: 262px; }
