@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
:root{
  --footer-color: rgb(0 0 0 / 80%);
  --primary-color: #e42c1a;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

a {
  transition: 0.5s ease-in-out;
  text-decoration: none;
}

.clr {
  clear: both;
}

.clr-10 {
  clear: both;
  height: 10px;
}

.clr-20 {
  clear: both;
  height: 20px;
}

.clr-30 {
  clear: both;
  height: 30px;
}

.clr-40 {
  clear: both;
  height: 40px;
}

.clr-50 {
  clear: both;
  height: 50px;
}


#wrapper {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.header-top {
  width: 100%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.header-top-bg {
  background: url(../images/dotted-bg-inner.png) top center repeat;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow-y: hidden;
}

.header-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 20px 0;
      align-items: center;
    display: flex;
}

.header-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.logo {
  width: 50%;
  float: left;
}

.header-right {
  width: 50%;
  float: right;
  box-sizing: border-box;
  text-align: right;
}

.social-icons {
  width: 100%;
  float: right;
  box-sizing: border-box;
  margin: 11px 0 0 0;
}

.social-icons .fa {
  font-size: 21px;
  color: #000;
  margin-right: 20px;
}

.social-icons .fa:hover {
  color: #e51c3c;
  transition: 0.5s ease-in-out;
}

.request {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.request:hover {
  background-color: #fff;
  color: #e51c3c;
}

.mobile-menu {
  display: none;
}

/*slider start*/
.slider-col {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto -100px auto;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/*slider end*/


/*breadcrumb*/
.breadcrumb-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.breadcrumb-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* Style the list */
ul.breadcrumb {
  padding: 5px 0px;
  list-style: none;
  margin: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 13px;
  color: #00a650;
  font-weight: 400;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #8d8d8d;
  content: "\f105";
  font-family: "FontAwesome"
}

ul.breadcrumb li a {
  color: #8d8d8d;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
}


.thin-paper {
  background: #de6161;
  background: -webkit-linear-gradient(to right, #de6161, #2657eb);
  background: linear-gradient(to right, #de6161, #2657eb);
}

.dated-product {
  background: #ff5f6d;
  background: -webkit-linear-gradient(to right, #ff5f6d, #ffc371);
  background: linear-gradient(to right, #ff5f6d, #ffc371);
}

.commercial {
  background: #00c9ff;
  background: -webkit-linear-gradient(to right, #00c9ff, #92fe9d);
  background: linear-gradient(to right, #00c9ff, #92fe9d);
}

.magazines-color {
  background: #f1f2b5;
  background: -webkit-linear-gradient(to right, #f1f2b5, #135058);
  background: linear-gradient(to right, #f1f2b5, #135058);
}


/*books page*/

.books {
  background: #e4cea5;
  background: -webkit-linear-gradient(to right, #e4cea5, #d6455e);
  background: linear-gradient(to right, #e4cea5, #d6455e);
}

.shape {
  position: absolute;
  left: 0;
  top: 76.4%;
  width: 100%;
  overflow: hidden;
  margin-top: -8px;
  z-index: 1;
  top: auto !important;
  bottom: -5px !important;
}

.shape img {
  width: 100%;
}

.books-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.books-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 0 70px;
}

.heading {
  font-size: 30px;
  color: #494949;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.books-col p {
  width: 70%;
  color: #494949;
  font-size: 23px;
  line-height: 35px;
  margin: 30px auto 0;
  text-align: center;
  font-weight: 300;
}

.trade {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/product-box-bg-01.jpg) top center repeat-y;
  padding-bottom: 30px;
  margin: 150px 0 100px 0;
}

.products-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0 50px;
}

.pd-heading h2 {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin: 0 0 160px 0;
}

.pd-inner {
  width: 32%;
  margin-right: 21px;
  float: left;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.pd-inner img {
  width: 100%;
}

.pd-01 {
  margin-top: -100px;
}

.pd-02 {
  margin-top: -50px;
}

.pd-03 {
  margin-top: -100px;
  margin-right: 0;
}

.pd-detail {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 15px 20px 15px;
}

.pd-detail h3 {
  color: #00a650;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0 5px 0;
}

.pd-detail p {
  color: #5b5b5b;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.products-row-2 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/product-box-bg-02.jpg) top center repeat-y;
  padding-bottom: 30px;
  margin-top: 148px;
}

.books-heading {
  font-size: 30px;
  color: #32d8db;
  font-weight: 900;
  margin: 0;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #32d8db;
  border-top: 1px solid #32d8db;
  padding: 10px 50px;
}

.books-heading::before {
  font-family: "FontAwesome";
  content: "\f0d7";
  max-width: 20px;
  width: 100%;
  position: absolute;
  color: #32d8db;
  margin: 32px auto;
  left: 49.5%;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  .books-heading::before {
    margin: 36px auto;
  }
}




.sceince {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/product-box-bg-02.jpg) top center repeat-y;
  padding-bottom: 30px;
  margin: 150px 0 100px 0;
}

/*margin: 150px 0 100px 0;*/
.row-margin {
  color: #44a5ff;
  border-bottom: 1px solid #44a5ff;
  border-top: 1px solid #44a5ff;
}

.row-margin::before {
  color: #44a5ff;
}


/*images roll over*/
.roll-over {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .9s ease;
  background-color: #000;
}

.roll-over:hover .overlay {
  opacity: .7;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text a {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  opacity: 1;
}

.text-white {
  color: #fff;
}


.pre-press-bg {
  background: #eb3349;
  background: -webkit-linear-gradient(to right, #eb3349, #f45c43);
  background: linear-gradient(to right, #eb3349, #f45c43);
}

.printing {
  background: #d53369;
  background: -webkit-linear-gradient(to right, #d53369, #cbad6d);
  background: linear-gradient(to right, #d53369, #cbad6d);
}

.post-printing {
  background: #ff4e50;
  background: -webkit-linear-gradient(to right, #ff4e50, #f9d423);
  background: linear-gradient(to right, #ff4e50, #f9d423);
}

.print-demand {
  background: #16bffd;
  background: -webkit-linear-gradient(to right, #16bffd, #cb3066);
  background: linear-gradient(to right, #16bffd, #cb3066);
}

.chennai-unit {
  background: #b24592;
  background: -webkit-linear-gradient(to right, #b24592, #f15f79);
  background: linear-gradient(to right, #b24592, #f15f79);
}

.digital-print {
  background: #f3904f;
  background: -webkit-linear-gradient(to right, #f3904f, #3b4371);
  background: linear-gradient(to right, #f3904f, #3b4371);
}

/*facilities*/
.facilities-bg {
  background: #3cb891;
  background: -webkit-linear-gradient(to right, #3cb891, #1a5d8b);
  background: linear-gradient(to right, #3cb891, #1a5d8b);
}

.facilities-100 {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.faci-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 50px 0 0 0;
  display: flex;
}

.faci-left {
  width: 65%;
  float: left;
  box-sizing: border-box;
}

.faci-left p {
  font-size: 18px;
  color: #494949;
  font-weight: 300;
  line-height: 30px;
  width: 95%;
}

.faci-right {
  width: 35%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.faci-right img {
  width: 74%;
}

.faci-process {
  width: 100%;
  box-sizing: border-box;
  float: left;
  background: url(../images/facilities-process.jpg) top center no-repeat;
  background-size: cover;
  margin: 90px 0 0px 0;
  padding-bottom: 70px;
}

.process-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 50px 0 0 0;
}

.faci-process p {
  width: 45%;
  margin: 20px auto 70px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

.faci-inner {
  width: 25%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 90px 0 60px 0;
}

.faci-inner img {
  width: 40%;
}

.faci-inner h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-sizing: border-box;
  margin: 30px 0 0 0;
}

.faci-inner img.post-press {
  width: 30.5%;
}

.pre-press-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.pre-press-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 90px 60px 90px 40px;
  display: flex;
  background: url(../images/pre-press-bg.png) top 130px right 30px no-repeat;
  background-size: 40%;
}

.pre-press-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.pre-press-col h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.pre-press-col p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

ul.pressing {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.pressing li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background: url(../images/arrow-right-white.svg) top 10px left no-repeat;
  background-size: 2%;
  padding: 0 0 0 20px;
}

.pre-press-col a {
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  background-color: #16da00;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0 0;
  border-radius: 30px;
}

.pre-press-col a:hover {
  background-color: #fff;
  color: #7f4da2;
}

.pre-press-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.pre-press-right img {
  width: 95%;
  float: right;
}


.press-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 90px 60px 90px 40px;
  display: flex;
  background: url(../images/press-bg.png) top 130px right 30px no-repeat;
  background-size: 40%;
}

.press-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.press-left h3 {
  color: #494949;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.press-left p {
  color: #494949;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.press-left ul.pressing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.press-left ul.pressing li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #494949;
  background: url(../images/arrow-right-black.svg) top 10px left no-repeat;
  background-size: 2%;
  padding: 0 0 0 20px;
}

.press-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.press-right img {
  width: 95%;
  float: right;
}

.press-col a {
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  background-color: #16da00;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0 0;
  border-radius: 30px;
}

.press-col a:hover {
  background-color: #494949;
  color: #fff;
}


.post-press-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 90px 60px 90px 40px;
  display: flex;
  background: url(../images/post-press-bg.png) top 130px right 30px no-repeat;
  background-size: 40%;
}

.post-press-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.post-press-left h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.post-press-left p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.post-press-left ul.pressing-01 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

.post-press-left ul.pressing-02 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

.post-press-left ul li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background: url(../images/arrow-right-white.svg) top 10px left no-repeat;
  background-size: 4%;
  padding: 0 0 0 20px;
}

.post-press-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.post-press-right img {
  width: 95%;
  float: right;
}

.post-press-col a {
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  background-color: #16da00;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0 0;
  border-radius: 30px;
}

.post-press-col a:hover {
  background-color: #fff;
  color: #499f9d;
}


.text-inner {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: -30px 0 0 0;
}

.text-inner p {
  font-size: 18px;
  color: #494949;
  font-weight: 300;
  line-height: 30px;
  width: 95%;
}

/*pre press page*/
.printing-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.printing-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 40px 0;
  display: flex;
}

.printing-left {
  width: 65%;
  float: left;
  box-sizing: border-box;
}

.printing-left p {
  font-size: 18px;
  color: #494949;
  font-weight: 300;
  line-height: 30px;
  width: 95%;
}

.printing-right {
  width: 35%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.printing-right img {
  width: 55%;
  margin-top: 20px;
}

.planning {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/pre-press-box-bg-01.jpg) top center repeat-y;
  margin-bottom: 70px;
}

.planning-2 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/pre-press-box-bg-02.jpg) top center repeat-y;
  margin-bottom: 130px;
}

.planning-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}

.planning-left {
  width: 48%;
  float: left;
  box-sizing: border-box;
}

.planning-left img {
  width: 100%;
}

.planning-right {
  width: 49%;
  float: right;
  box-sizing: border-box;
}

.planning-right img {
  width: 100%;
}

.planning-heading {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.press-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  display: inline-block;
}

.printing-01 {
  margin: -40px 0 0 0;
}

.printing-02 {
  margin: 40px 0 -40px 0;
}

/*table*/
.list-machine {
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin: 0px 0 50px 0;
}

.machine-list {
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin: 20px 0;
}

.machine-list table {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: left;
}

.machine-list table thead {
  background-color: #48cfad;
  width: 100%;
  box-sizing: border-box;
}

.machine-list table thead th {
  padding: 25px 0 10px 25px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.machine-list table td {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  padding: 6px 10px 6px 25px;
}

.border-btm {
  border-bottom: 1px solid #fff;
}

.border-ryt {
  border-right: 1px solid #fff;
}


/*certification start*/
.certification-bg {
  background: #1a99bc;
  background: -webkit-linear-gradient(to right, #1a99bc, #fd9934);
  background: linear-gradient(to right, #1a99bc, #fd9934);
}

.certification-100 {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.certification-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin: 25px 0 120px 0;
}

.certification-col p {
  width: 80%;
  font-size: 18px;
  color: #424342;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
}

.certification-inner {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 200px;
  background: url(../images/certification-box-bg-01.jpg) top center repeat-y;
}

.certification-inner-2 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 200px;
  background: url(../images/certification-box-bg-02.jpg) top center repeat-y;
}

.certification-inner-3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 200px;
  background: url(../images/certification-box-bg-03.jpg) top center repeat-y;
}

.certification-inner-4 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 200px;
  background: url(../images/certification-box-bg-04.jpg) top center repeat-y;
}

.certi-inner-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.certification-left {
  width: 45%;
  float: left;
  box-sizing: border-box;
  margin: -40px 0 -100px 0;
  background-color: #fff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.certification-left img {
  width: 100%;
}

.certification-right {
  width: 45%;
  float: right;
  box-sizing: border-box;
  margin: -40px 0 -100px 0;
  background-color: #fff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.certification-right img {
  width: 100%;
}

.certi-detail {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 30px 10px 0px 20px;
  height: 140px;
}

.certi-detail h3 {
  color: #cc9933;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}

.certi-detail h4 {
  color: #979797;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/*events-updates start*/
.events-bg {
  background: #9997ef;
  background: -webkit-linear-gradient(to right, #9997ef, #fac6d4);
  background: linear-gradient(to right, #9997ef, #fac6d4);
}

.events-100 {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.events-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin: 60px 0 0px 0;
}

.events-inner {
  width: 100%;
  box-sizing: border-box;
  float: left;
  background-color: #f9f9f9;
  padding: 90px 40px;
}

.events-left {
  width: 48%;
  float: left;
  box-sizing: border-box;
}

.events-left img {
  width: 100%;
}

.events-right {
  width: 48%;
  float: right;
  box-sizing: border-box;
}

.events-right img {
  width: 100%;
}

.events-heading {
  color: #2f6486;
  font-size: 22px;
}

/*international business start*/
.inter-buss-bg {
  background: #26d0ce;
  background: -webkit-linear-gradient(to right, #26d0ce, #1a2980);
  background: linear-gradient(to right, #26d0ce, #1a2980);
}

.international-100 {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.international-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin: 50px 0 0 0;
}

.international-col p {
  font-size: 18px;
  color: #424342;
  line-height: 30px;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.international-col img {
  width: 100%;
  margin: 60px 0;
}

.business-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 100px;
  background-size: cover;
  background: url(../images/international-busi-box-bg-04.jpg) top center no-repeat;
}

.business-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 80px 0;
}

.business-col p {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  width: 81%;
  margin: 0 auto;
  text-align: center;
}

.business-table {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 0 80px 0;
}

.list-machine-left {
  width: 48%;
  float: left;
  box-sizing: border-box;
}

.list-machine-right {
  width: 48%;
  float: right;
  box-sizing: border-box;
}


/*footer blue wave*/
.tp-wave {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/bottom-wave.webp) top center no-repeat;
  background-size: cover;
}

.tp-wave-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 100px 0 50px 0;
  text-align: center;
}

.tp-wave-col img {
  width: 25%;
}

.tp-wave-col p {
  color: #e4e4e4;
  font-size: 40px;
  font-weight: 300;
}

.tp-wave-col p span {
  font-weight: 900;
  font-size: 50px;
}

.tp-wave-col a {
  padding: 10px 20px;
  color: #fff;
  background-color: #16da00;
  font-weight: 900;
  border-radius: 20px;
  display: inline-block;
}

.tp-wave-col a:hover {
  background-color: #fff;
  color: #007ded;
}

/*footer start*/
footer {
  width: 100%;
  float: left;
  background: #d1d2d4;
  padding: 40px 0px 30px 0px;
  margin: -1px 0 0 0;
}

.footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 15px;
  box-sizing: border-box;
}

.footer-col-1 {
  width: 25%;
  float: left;
}

.footer-abt-text {
  width: 90%;
  float: left;
  margin: 30px 0px 0px 0px;
  font-size: 15px;
  line-height: 20px;
  color:  var(--footer-color);
  font-weight: 400;
}

.address {
  width: 90%;
  float: left;
  margin-top: 100px;
}

.add-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--footer-color);
}

.address-text {
  width: 100%;
  float: left;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-color);
  font-weight: 400;
}

.address-text a {
  color: var(--footer-color);
}

.address-text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}


.footer-col-2 {
  width: 50%;
  float: left;
  border-left: 1px #6d6e6d solid;
  border-right: 1px #6d6e6d solid;
  padding: 10px 20px 20px 10px;
  box-sizing: border-box;
}

.footer-col-2-heading {
  font-size: 25px;
  float: left;
  color: var(--footer-color);
  line-height: 25px;
  font-weight: 700;
  margin: 5px 0px 0px 0px;
}

.company-links {
  width: 100%;
  float: left;
}

.company-links-col {
  width: 50%;
  float: left;
}

.company-links-col ul {
  list-style: none;
  float: left;
  padding: 0 0 0 10px;
}

.company-links-col ul li {
  width: 100%;
  float: left;
}

.company-links-col ul li a {
  font-size: 17px;
  color: var(--footer-color);
  font-weight: 400;
  line-height: 36px;
}

.company-links-col ul li a:hover {
  color: var(--primary-color);
}



.company-links-col-2 {
  width: 50%;
  float: left;
}

.company-links-col-2 ul {
  list-style: none;
  float: left;
  padding: 0 0 0 10px;
}

.company-links-col-2 ul li {
  width: 100%;
  float: left;
}

.company-links-col-2 ul li a {
  font-size: 17px;
  color: var(--footer-color);
  font-weight: 400;
  line-height: 36px;
}

.company-links-col-2 ul li a:hover {
  color: var(--primary-color);
}


.company-links-col-3 {
  width: 50%;
  float: left;
  margin: 30px 0px;
}

.company-links-col-3 ul {
  list-style: none;
  float: left;
  padding: 0 0 0 10px;
}

.company-links-col-3 ul li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.company-links-col-3 ul li a {
  font-size: 16px;
  color: #d5d5d5;
  font-weight: 400;
  line-height: 20px;
}

.company-links-col-3 ul li a:hover {
  color: #fff;
}



.footer-col-3 {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}

.footer-col-3-heading {
  font-size: 25px;
  float: left;
  color: #eeeeee;
  line-height: 25px;
  font-weight: 700;
  margin: 20px 0px;
}

.footer-form {
  width: 100%;
  float: left;
}

.name-field {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #000;
  background: #4d4d4d;
  border: none;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.submit-btn {
  display: inline-block;
  padding: 8px 15px;
  float: right;
  cursor: pointer;
  background: #dcdcdc;
  color: #494a49;
  font-size: 16px;
  border: 0px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
  font-size: 16px;
}

input::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

input:-ms-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}



textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #f0f0f0 !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

textarea:-ms-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}


.social-icon {
  width: 100%;
  float: left;
  margin: 30px 0px;
}

.social-icon ul {
  list-style: none;
  float: left;
  padding: 0;
}

.social-icon ul li {
  float: left;
  text-align: center;
}

.social-icon ul li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 25px;
  color: var(--footer-color);
  border-radius: 100px;
  border: 2px solid var(--footer-color);
  padding-top: 7px;
  box-sizing: border-box;
  margin-right: 10px;
  background: transparent;
}

.social-icon ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
}


.copyright {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.copy-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.copy-left p {
  color: #525252;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.copy-right {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

.copyright a {
  color: #525252;
  font-size: 14px;
  line-height: 20px;
}

.copyright a:hover {
  color: #000;
}

.copy-right p {
  color: #525252;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: right;
}


.product-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 0px 50px 30px;
  margin: 0px 0px 100px 0px;
}

.product-col-left {
  width: 30%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  margin-top: -30px;
}

.product-col-left img {
  width: 100%;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.product-col-right {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 75px 0px 0px 50px;
}

.product-col-right h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 0;
}

.product-col-right p {
  width: 88%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
}

.product-col-right a {
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  background-color: #2f8ce2;
  font-size: 18px;
  font-weight: 700;
  margin: 35px 0 0 0;
  border-radius: 30px;
}

.product-col-right a:hover {
  background-color: #fff;
  color: #2f8ce2;
}

ul.prod {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.prod li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background: url(../images/arrow-right-white.svg) top 12px left no-repeat;
  background-size: 1%;
  padding: 0 0 0 20px;
}




.product-col-left-1 {
  width: 30%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  margin-top: -30px;
}

.product-col-left-1 img {
  width: 100%;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.product-col-right-1 {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 75px 0px 0px 50px;
}

.product-col-right-1 h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 0;
}

.product-col-right-1 p {
  width: 88%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
}

.product-col-right-1 a {
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  background-color: #13c1c4;
  font-size: 18px;
  font-weight: 700;
  margin: 35px 0 0 0;
  border-radius: 30px;
}

.product-col-right-1 a:hover {
  background-color: #fff;
  color: #13c1c4;
}


.survey-form-tp-logo {
  width: 60%;
  margin: 0px auto;
}

.survey-form-tp-logo img {
  width: 100%;
  max-width: 216px;
  margin-top: 20px;
}

.survey-form-big-heading {
  background: #15e467;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  padding: 12px 30px;
  line-height: 39px;
  margin: 0px 0px 30px 0px;
  box-sizing: border-box;
  color: #fff;
}

.survey-form-big-heading img {
  width: 100%;
  max-width: 40px;
  float: left;
  margin-right: 10px;
}

.survey-form {
  width: 60%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 25px 50px;
  margin: 20px auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: auto;
}

.survey-form-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px 15px;
}

.survey-form-col-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 10px 15px;
}

.survey-form-heading {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 22px;
}

.survey-form-thx-msg {
  width: 100%;
  float: left;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 300;
}

.sceinceBm {
  margin-bottom: 10px;
}

.tradeBm {
  margin-bottom: 10px;
}

.tradeBmOne {
  margin-bottom: 50px;
}

.aptlyText p {
  color: #494949;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  margin: 50px 0 50px;
  padding: 0 50px;
}

.thinPaper {
  margin-bottom: 0px;
}

.aptlyText .aptlyMb {
  margin-bottom: 80px;
}



.footer-col-1 a img {
  width: 180px;
}