* {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
ul,
li {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
body {
  font-size: 17px;
  color: #464646;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.6297;
}
/******************/
#header-top {
  padding: 10px 0;
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
}
.top-head-left ul {
  float: right;
}
.top-head-left ul li {
  float: left;
  padding: 0px 12px;
  border-right: 1px solid #c2c2c2;
}
.top-head-left ul li a {
  color: #293b5c;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.top-head-left ul li a i {
  color: #293b5c;
  margin-right: 5px;
  font-size: 12px;
}
.top-head-rht h5 {
  color: #293b5c;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: 700;
}
/******************/
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  position: fixed !important;
  left: 0;
  transition: 0.8s;
  padding: 3px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.affix + .container-fluid {
  padding-top: 70px;
}
/******************/
#cssmenu ul {
  float: right;
  padding-top: 20px;
  z-index: 999;
}
#cssmenu ul ul li a:hover {
  background: #33c;
  color: #fff;
}
/*******************/
#myCarousel {
  overflow: hidden;
  box-shadow: 3px 3px 3px #f4f4f4;
}
#myCarousel .carousel-control {
  background: none;
  top: 50%;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
}
#myCarousel .carousel-control.right {
  right: 2%;
}
#myCarousel .carousel-control.left {
  left: 2%;
}
#myCarousel .carousel-control.right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#myCarousel .carousel-control.left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#myCarousel:hover .carousel-control.right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#myCarousel:hover .carousel-control.left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#myCarousel .carousel-control span {
  color: #000;
  background-color: #ddd;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#myCarousel .carousel-indicators li {
  margin: 0px;
  border: 1px solid #464646;
  border-radius: 1px;
  width: 15px;
  height: 5px;
}
#myCarousel .carousel-indicators .active {
  background-color: #464646;
  width: 15px;
  height: 5px;
}
.carousel-indicators {
  bottom: 10px;
}
.carousel-sec {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
/******************/
.hm-abt-main {
  padding: 60px 0 40px 0;
}
.hm-abt-hed {
  text-align: center;
  padding-bottom: 25px;
}
.hm-abt-hed h4 {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: Uppercase;
  font-weight: bold;
  color: #545053;
  line-height: 30px;
}
.hm-abt-hed h1 {
  color: #27395a;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
}
.hm-abt-hed h1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #27395a;
  width: 12%;
  height: 2px;
}
.hm-abt-hed h1:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #27395a;
  width: 7%;
  height: 2px;
}
.hm-abt-para {
  padding: 0 25px;
  padding-bottom: 20px;
}
.hm-abt-para p {
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
}
.hm-abt-anch a {
  margin: 0 auto;
  display: table;
  padding: 8px 18px;
  background: #fff;
  color: #223e54;
  border: 1px solid #223e54;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
}
.hm-abt-anch a:hover {
  background: #223e54;
  color: #fff;
  border: 1px solid #223e54;
}
/*******************/
.divid {
  position: relative;
  width: 100;
}
.divider {
  border-bottom: 1px solid #cbcbcb;
  height: 20px;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef80 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef80 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef80 100%);
}
.hm-prod-main {
  padding: 50px 0;
}
.hm-prod-hed {
  padding-bottom: 20px;
  text-align: center;
}
.hm-prod-hed h2 {
  color: #27395a;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
}
.hm-prod-hed h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #27395a;
  width: 12%;
  height: 2px;
}
.hm-prod-hed h2:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #27395a;
  width: 7%;
  height: 2px;
}
.hm-prod-hed h1 {
  color: #27395a;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
}
.hm-prod-hed h1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #27395a;
  width: 12%;
  height: 2px;
}
.hm-prod-hed h1:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #27395a;
  width: 7%;
  height: 2px;
}
/*********************/
.prod-bx-main {
  position: relative;
  transition: all 0.8s linear;
}
.prod-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 2px solid #ccc;
  margin-bottom: 40px;
}
.prod-bx-main .info-dtl {
  position: absolute;
  bottom: -25px;
  width: calc(100% - 40px);
  left: 20px;
  z-index: 1;
}
.prod-bx-main .title {
  background-color: #33c;
  margin-top: 0px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 12px 20px 12px 20px;
  position: relative;
  margin-bottom: 0px;
}
.prod-bx-main .title a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
.prod-bx-main .title i {
  float: right;
  background: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.prod-bx-main:hover .title {
  background: #223e54;
}
.prod-bx-main:hover .title a {
  color: #fff;
  z-index: 1;
}
.prod-bx-main:hover .title i {
  background: #33c;
  color: #fff;
}
/********************/
.hm-client {
  padding: 60px 0 80px 0;
}
.ctl-log h4 {
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  color: #000;
  text-align: center;
  letter-spacing: 0.5px;
  border: 2px solid #ccc;
  width: 100%;
  height: 70px;
  line-height: 50px;
  padding: 10px 25px;
}
.ctl-log {
  margin-right: 15px;
}
.client {
  display: flex;
}
/********************/
#footer-main {
  background: url(../images/bg-footer.jpg) no-repeat;
  background-size: cover;
  position: center;
  padding: 80px 0 50px 0;
  position: relative;
  font-size: 14px;
    color: #464646;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    line-height: 1.5297;
}
.fot-cnt-head {
  padding-bottom: 20px;
}
.fot-cnt-head h3 {
  position: relative;
  font-size: 24px;
  color: #000;
  padding: 3px 7px 3px 7px;
}
.fot-cnt-head h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1.5px solid #000;
}
.fot-icon {
  padding-right: 10px;
  float: left;
  padding-top: 6px;
}
.fot-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #223e54;
  border-radius: 50px;
  font-size: 12px;
}
.fot-para {
  padding-left: 40px;
}
.fot-para p {
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: bold;
}
.foot-dtl {
  padding-bottom: 12px;
}
.par {
  padding-top: 8px;
}
.fot-list ul li a {
  letter-spacing: 0.25px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 26px;
}
.fot-list ul li a i {
  padding-right: 6px;
}
.fot-list ul li a:hover {
  color: #223e54;
}
.fot-gap {
  background-image: linear-gradient(
    to right,
    transparent,
    #464646,
    transparent
  );
  border: 0;
  height: 1px;
  margin: 15px 0;
}
.fot-btm h5 {
  padding-top: 15px;
  color: #000;
  letter-spacing: 1px;
}
.fot-social ul {
  float: right;
  padding-top: 15px;
}
.fot-social ul li {
  float: left;
  padding: 0 6px;
}
.fot-social ul li a i {
  font-size: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.icn1 a i {
  background: #3b5999;
  color: #fff;
}
.icn2 a i {
  background: #1b9ff1;
  color: #fff;
}
.icn3 a i {
  background: #0077b4;
  color: #fff;
}
.icn4 a i {
  background: #d92622;
  color: #fff;
}
/**********************/
.hm-foot {
  position: absolute;
  content: "";
  top: -30px;
  z-index: 99;
  right: 28px;
  left: 0;
}
.hm-back {
  background: #fff;
  padding: 22px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
}
.hm-spy h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #223e54;
  float: left;
}
.hm-spy h5 {
  float: right;
  padding-top: 5px;
}
.hm-spy h5 a {
  color: #fff;
  padding: 8px 25px;
  text-align: center;
  background: #223e54;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}

/*inner-products*/

.inner_heading {
  background: #24425c;
  color: #fff;
  padding: 20px 0;
}

.inner_heading_dtl ul li {
  float: left;
  padding-right: 5px;
  padding-top: 10px;
}
.inner_heading_dtl ul li a {
  color: #fff;
}

.inner_prod_dtl p {
  margin-top: 5px;
}
.inner_prod {
  margin-top: 40px;
}
.inner_prod_img img {
  border: 2px solid #ccc;
  border-radius: 5px;
}
.inner_prod_dtl h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #24425c;
  font-size: 30px;
}
.inner_prod_dtl p {
  font-size: 17px;
}
.industrial_table {
  margin-top: 40px;
}
.industrial_table_dtl h2 {
  text-align: center;
  color: #24425c;
  margin-bottom: 20px;
}

.tbl-bg {
  background: #f9f9f9;
  text-align: center;
}
.in-table li {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}
.table-bordered > tbody > tr > td {
  border: 1px solid #696969;
  font-weight: 600;
  color: #000;
}

.spoket_prod_img {
  margin: 15px 0;
}
.spoket_prod_img img {
  border: 2px solid #ccc;
  border-radius: 5px;
}
.inner_prod_dtls {
  padding-top: 20px;
  padding-bottom: 10px;
}
/*Contact page*/

.cont_page {
  background: #fff;
  padding: 60px 0;
}

.cont_dtl h4 {
  font-size: 20px;
  color: #bb3e3e;
}
.cont_dtl h1 {
  font-weight: 600;
  color: #24425c;
  margin-bottom: 5px;
  font-size: 30px;
}
.cont_dtl ul li {
  float: left;
}
.cont_dtl ul li:nth-child(2) {
  padding-top: 2px;
}
.cont_dtl ul li:nth-child(2) a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.cont_dtl_icon {
  color: #fff;
  background: #3b5999;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.cont_dtl_icon i {
  font-size: 14px;
}
.cont_dtl p {
  margin: 10px 0;
}
.cont_dtl p > span {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.cont_form h4 {
  color: #333;
  margin-bottom: 15px;
}
.cont_form h2 {
  font-weight: 600;
  color: #24425c;
  margin-bottom: 5px;
}
.cont_form_area input,
textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 7px;
  border: 1px solid #e3e3e3;
}
.cont_form_area input,
textarea::placeholder {
  padding-left: 10px;
}
.cont_form_area button {
  padding: 10px 25px;
  border: none;
  background: #3f9645;
  color: #fff;
}

.spareparts_gap {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spareparts_idtl {
  position: relative;
}
.spareparts_idtl h4 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
}

.gramer {
  margin-top: 10px;
}
.gramer li {
  list-style-type: disc !important;
  list-style-position: inside;
}
/*********************/
.form_btn {
  position: fixed;
  bottom: 3%;
  right: 15px;
  z-index: 99;
}
#myBtn {
  padding: 8px 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #223e54;
  border-radius: 25px;
  letter-spacing: 0.25px;
  cursor: pointer;
}
#myBtn i {
  margin-right: 7px;
}
#myBtn:hover {
  color: #fff;
}
.modal2 {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 9999;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.modal-content2 {
  background-color: #f6f6f6;
  width: 18%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  position: fixed;
  right: 6px;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}
@-webkit-keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.alose {
  color: white;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: -7px;
}
.alose:hover,
.alose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header2 {
  padding: 8px 16px;
  background-color: #223e54;
  color: white;
  border-radius: 10px 10px 0 0;
}
.modal-header2 h5 {
  letter-spacing: 0.5px;
  font-size: 16px;
}
.modal-body2 {
  padding: 3px 16px 8px 16px;
}
.quickcontact input,
textarea::placeholder {
  font-size: 13px !important;
}
.quickcontact input[type="text"],
[type="email"],
[type="number"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px 5px 5px 5px;
  display: inline-block;
  border: 1px solid #555555a8;
  border-radius: 0px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.quickcontact textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px 5px 5px 5px;
  display: inline-block;
  border: 1px solid #555555a8;
  border-radius: 0px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #223e54;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.blog-main {
  padding: 60px 0 60px;
}
.blog-gr-img {
  padding-right: 10px;
}
.blog-gr-img img {
  width: 100%;
  border-radius: 5px;
  height: 180px;
}
.blog-gr-info {
  padding: 20px 0 0px;
}
.blog-gr-info h3 {
  color: #464646;
  font-size: 21px;
  margin-bottom: 14px;
}
.blog-gr-info p {
  color: #464646;
  font-size: 15px;
  margin-bottom: 16px;
}
.blog-gr-info a {
  padding: 8px 18px;
  background: #223e54;
  color: #fff;
  border: 1px solid #223e54;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
.blog-grid-box:hover a {
  background-color: #fff;
  color: #223e54;
  border: 1px solid #223e54;
}

.blog-grid-box {
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
  margin-right: 0px;
  border-radius: 0.4rem;
  padding: 10px;
}
.p0 {
  padding: 0 !important;
}
.blog-inner-main {
  padding: 60px 0 60px;
}
.blg-in-head h1 {
  color: #27395a;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-align: center;
}
.in-blog-img {
  border: 2px solid #ccc;
  justify-items: center;
  margin-bottom: 30px;
  border-radius: 5px;
}
.blg-top-dtls p {
  font-size: 16px;
  padding-bottom: 25px;
  text-align: center;
}
.blg-inn-dtls {
  margin-bottom: 30px;
}
.blg-inn-dtls:last-child {
  margin-bottom: 0px;
}
.blg-inn-dtls p {
  font-size: 16px;
  padding-bottom: 5px;
}
.blg-inn-dtls h3 {
  color: #464646;
  font-size: 24px;
  margin-bottom: 15px;
}
.blg-inn-dtls ul li {
  font-size: 16px;
  padding-bottom: 5px;
}
.blg-inn-dtls ul {
  margin-top: 15px;
  margin-bottom: 20px;
  list-style: circle;
  right: -20px;
  position: relative;
}
.blg-inn-dtls ul li::marker {
  color: #213e56;
}
.recent-post h4 {
  font-size: 22px;
  text-align: left;
  color: #464646;
  margin-bottom: 30px;

  padding-bottom: 8px;
  position: relative;
}
.recent-post h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #27395a;
  width: 12%;
  height: 2px;
}
.recent-post h4:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;

  background: #27395a;
  width: 7%;
  height: 2px;
}
.recent-blg-grid {
  border: 1px solid #cbcbcb;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
}
.rct-blg-info h5 {
  font-size: 18px;
  color: #464c56;
  margin: 10px 0;
}
.rct-blg-info p {
  color: #464c56;
  font-size: 15px;
  margin: 10px 0 1px;
}
.rct-blg-info a {
  font-size: 15px;
  padding: 10px 20px;
  display: inline-block;
  color: #24425c;
  border: 1px solid #24425c;
}
.rct-blg-img img {
  width: 220px;
}
.recent-p-box {
  position: sticky;
  top: 90px;
  padding: 10px;
  background-color: #e9e9e933;
  border-radius: 5px;
}
.rct-blg-info a:hover {
  background: #3133cc;
  color: #fff;
}
.rct-blg-info {
  padding: 0px 0 0 15px;
  background: #fff;
  align-self: anchor-center;
}
