@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Poppins:600");
@import url("https://fonts.googleapis.com/css2?family=Kanit&family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit&family=Montserrat:wght@400;600&family=Ubuntu:wght@400;500&display=swap");
:root {
  --transiton: all 0.5s linear;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  /*width: 172px;*/
  /*height: 50px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", sans-serif;
}

/*--start-header--*/

header {
  box-shadow: 0px 6px 9px rgba(6, 6, 6, 0.2);
}

.custom-header-top {
}

.top_bar_section {
  background: #177b7d;
  padding: 8px;
}

.custom-header-right a {
  margin: 0px 3px;
  color: #fff;
  text-transform: ;
  text-decoration: none;
}

.custom-header-right a i {
  background: #f58634;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: 0.2s ease-in;
}

.custom-header-right a:hover i {
  background: #000;
}

.custom-header-right .fa {
  margin: 0px 3px;
}

.custom-header-left {
  float: right;
}

.custom-header-left a {
  margin: 0px 3px;
  background: #f58634;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.custom-header-left a:hover {
  background: #000;
}

.custom-header-left ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}

.custom-header-left h5 {
  text-transform: uppercase;
  color: #fff;
}

.custom-header-left ul li a {
  display: inline-block;
  background: #f58634;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  transition: 0.2s ease-in;
  text-decoration: none;
}

.custom-header-left ul li a:hover {
  background: #000000;
}

.custom-header-center ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.custom-header-center ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
}

.custom-header-center ul li a i {
  color: #fff;
  padding-right: 4px;
}

.custom-header-left ul li:last-child a {
  padding-right: 0;
}

.custom-header-right ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.custom-header-right ul li a {
  color: #fff;
  padding: 0 5px;
  display: block;
  text-decoration: none;
}

.custom-header-right ul li a i {
  background: #f58634;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  transition: 0.2s ease-in;
}

.custom-header-right ul li a:hover i {
  background: #000000;
}
.custom-header-bottom {
  padding: 10px 0;
  box-shadow: 0px 6px 9px rgba(6, 6, 6, 0.2);
  position: relative;
}

.custom-header-bottom .container .row {
  min-height: 99px;
}

.custom.menu {
  width: 100%;
}

.custom.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.custom.menu ul li a {
  display: block;
  text-transform: capitalize;
  font-size: 14px;

  padding: 10px 12px;
  text-decoration: none;
  color: #000000;
  position: relative;
}

.custom.menu ul li a:hover {
  color: #f58634;
}

.custom.menu ul li a:after {
  background: #f58634;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transition: width 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.custom.menu ul li a:hover:after {
  width: 100%;
}

.navbar button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.dropdown-item {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .custom-header-top {
    display: none;
  }

  .custom-logo img {
    width: 250px;
    margin-left: 0;
  }

  .navbar-toggler-icon {
    background: #177b7d;
    color: #000;
  }
}

@media (min-width: 992px) {
  li.bamt-enquiry-btn {
    margin-left: 2rem;
  }
}

li.bamt-enquiry-btn a {
  padding: 15px 20px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  background: #ed3237;
  color: #fff !important;
  border-radius: 4px;
  transition: 0.4s;
  min-width: 160px;
  text-align: center;
}

li.bamt-enquiry-btn a:hover {
  background: #0c4874;
}

.bamt-menu-wrapper > nav {
  padding: 0;
}

.top-enq {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.top-enq a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  background: #ed3237;
  padding: 15px 20px;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 1px;
}

.bamt-two-col-heading-wrapper h3:after {
  content: "";
  display: block;
  background: #ed3237;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  width: 15%;
}

/*--end-header--*/

/*--start-slider--*/

.custom-slider {
  background-image: url(../images/banner1.jpg);
  width: 100%;
  height: 430px;
  background-position: top center;
  background-repeat: no-repeat;
}

/*--start-slider--*/

.single-sec-1 {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 4px #c6c6c6;
}

.sec-1-box .sec-1-photo {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.single-sec-1 .sec-1-box .sec-1-box-over {
  transform: translate(0, 100%);
  bottom: 70px;
}

/*three-col-styleing**/

section.bamt-three-col-wrapper {
  padding: 4rem 0;
}

.bamt-three-col.bamt-three-col {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 4px #c6c6c6;
}

.bamt-three-col.bamt-three-col img {
  transition: var(--transiton);
  transform: scale(1);
}

.bamt-three-col.bamt-three-col:hover img {
  transform: scale(1.2);
}

.bamt-three-discription {
  position: absolute;
  bottom: 0%;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  padding: 5rem 1.8rem;
  transition: var(--transiton);
  display: block;
  opacity: 0;
}

.bamt-three-discription:hover {
  opacity: 1;
}

.bamt-three-col1 .bamt-three-discription {
  background: rgba(12, 72, 116, 0.85);
}

.bamt-three-col2 .bamt-three-discription {
  background: rgba(237, 50, 55, 0.85);
}

.bamt-three-col3 .bamt-three-discription {
  background: rgba(0, 175, 239, 0.85);
}

.bamt-three-col.bamt-three-col:hover .bamt-three-discription {
  bottom: 0;
}

.bamt-three-discription h3 {
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.8rem;
}

.bamt-three-discription h3 i {
  margin-right: 0.5rem;
}

.bamt-three-discription a.btn {
  font-family: "Roboto", sans-serif;
  padding: 0.5rem 1.2rem;
  border: 2px solid #fff;
  background: none;
  border-radius: 4px;
  transition: 0.4s;
  color: #fff;
  font-style: normal;
}

span.bamt-three-discription {
  text-align: center;
}

.bamt-three-discription a.btn:hover {
  border: 2px solid #ed3237;
  background: #ed3237;
}

.bamt-three-col2 .bamt-three-discription a.btn:hover {
  background: rgb(12, 72, 116);
  border-color: rgb(12, 72, 116);
}

.bmt-full-secreen-wrapper {
  background: url(../imgs/c1.jpg) no-repeat center center/cover;
  color: #fff;
  background-attachment: fixed;
}

.bmt-full-secreen-wrapper .overlay {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background: rgba(23, 123, 125, 0.9);
}
.bamt-full-secreen-inside-wrapn {
  text-align: center;
}

.bamt-full-secreen-inside-wrapn span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.bamt-full-secreen-inside-wrapn h4 {
  color: #fff;
  margin-top: 0px;
  padding-bottom: 10px;
  font-weight: 800;
  font-size: 2.7rem;
  margin: 0;
  position: relative;
}

.bamt-full-secreen-inside-wrapn h4:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  left: 0;
  background: #f58634;
  bottom: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
}

.bamt-full-secreen-inside-wrapn p {
  font-size: 1.1rem;
  line-height: 28px;
  margin: 0 auto;
  width: 71%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

a.bamt {
  font-family: "Open Sans", sans-serif;
  background: #f58634;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s;
  padding: 10px 40px;
  text-transform: uppercase;
}

a.bamt:hover {
  background: #000;
}

.bmt-full-secreen-wrapper a.bamt i {
  left: 0;
  position: relative;
  transition: 0.3s linear;
}

.bmt-full-secreen-wrapper a.bamt i:hover {
  left: 5px;
}

/*end-three-col-styleing**/

.bamt-two-col-heading-wrapper span {
  letter-spacing: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ed3237;
  font-weight: 800;
  display: block;
}

.bamt-two-col-heading-wrapper h3 {
  margin-top: 0.8rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #00afef;
  font-size: 2.1rem;
  position: relative;
  padding: 10px 0;
}

span.bamt-two-col-sub {
  font-family: monospace;
  color: #00afef;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 300;
  margin-top: 1rem;
}

section.bamt-two-col-with-right-sidebar p {
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #6e7889;
  font-size: 15px;
  text-align: justify;
}

.bamt-two-col-right-sidebar h3 {
  color: #ffcc28;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 10px 0;
}

.bamt-two-col-right-sidebar h3:after {
  bottom: 0;
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  background: #ed3237;
}

.bamt-two-col-right-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem 0;
}

.bamt-two-col-right-sidebar ul li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
  color: #6e7889;
  font-size: 1rem;
}

.bamt-two-col-right-sidebar i {
  padding-right: 0.5rem;
  color: #00afef;
  font-size: 1rem;
}

section.bamt-two-col-with-right-sidebar {
  background: url(../images/sec-3-bg.jpg);
  background-size: cover;
  padding: 4rem 0;
}

.bmt-two-col-heading-wrapper span {
  letter-spacing: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ed3237;
  font-weight: 800;
  display: block;
}

.bmt-two-col-heading-wrapper h3 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-top: 0.8rem;
  color: #00afef;
  font-size: 2.1rem;
  position: relative;
  padding: 10px 0;
}

.bmt-two-col-heading-wrapper h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15%;
  height: 2px;
  background: #f44336;
}

.bamt-why-chosse-box span {
  display: block;
  color: #fff;
  background: #f58634;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
}

.bamt-why-chosse-box span:hover {
  background: #f58634;
  color: #fff;
}

.bamt-why-chosse-box {
  /*margin-top: 2rem;*/
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.bamt-why-chosse-box h3 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-top: 1rem;
}

.bamt-why-chosse-boxp {
  color: #6e7889;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 28px;
}

section.bamt-why-chosse-wrapper {
  background: url(../imgs/c2.jpg) no-repeat top right / cover;
  background-attachment: fixed;
}

section.bamt-why-chosse-wrapper .overlay {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background: rgba(23, 123, 125, 0.9);
}

.bamt-why-chosse-box p {
  /*color: lightgray;*/
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 28px;
}

.heading-wrapper h3 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 0.5rem;
  color: #00afef;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding: 10px 0;
}

.heading-wrapper h3 strong {
  color: #fccc28;
  padding-left: 1rem;
}

.heading-wrapper span {
  display: block;
  color: #ed3237;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px;
  text-align: center;
}

.bamt-our-product-description h4 {
  color: #ed3237;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  transition: 0.3s linear;
}

.bamt-our-product-description h4:hover {
  color: #00afef;
}

.bamt-our-product-description p {
  font-family: "Roboto", sans-serif;
  line-height: 25px;
  color: #6e7889;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}

.bamt-our-product-description a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #24305e;
  border: 1px solid #24305e;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.4s;
}

.bamt-our-product-description a:hover {
  text-decoration: none;
  color: #f76c6c;
  background-color: #24305e;
  border: 1px solid #f76c6c;
}

.custom-inside-box {
  background: radial-gradient(#24305e, #f76c6c);
  background: -webkit-radial-gradient(#24305e, #f76c6c);
  background: -moz-radial-gradient(#24305e, #f76c6c);
  min-height: 255px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #035dab;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.custom-inside-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  transform: translate(-0%, 0%);
  -webkit-transform: translate(-0%, 0%);
  -moz-transform: translate(-0%, 0%);
}

.custom-inside-box h4 {
  font-size: 1.75rem;
  font-weight: 800;
}

.custom-inside-box:hover img {
  transform: translate(-100%, 100%);
  -webkit-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
}

.custom-inside-box a {
  display: inline-block;
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 0.375rem 0.75rem;
  transition: 0.3s linear;
  text-decoration: none;
}

.custom-inside-box a:hover {
  color: #f44336;
}

.bamt-our-product-description {
  padding: 1rem;
}

section.bamt-ourproduct-wapper {
  padding: 4rem 0;
  background: url(../images/our-products-bg.jpg) no-repeat;
  background-position: right bottom;
}

.bamt-our-product-description a i {
  padding-left: 0.5rem;
}

.heading-wrapper h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  background: #00afef;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.heading-wrapper {
  position: relative;
}

.bamt-ourproduct-wapper-btn a.btn {
  background: #ed3237;
  display: inline-block;
  padding: 0.8rem 2rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
  margin-top: 2rem;
}

.bamt-ourproduct-wapper-btn a.btn:hover {
  background: #00afef;
  color: #fff;
}

section.bamt-our-client-wrapper h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  margin-left: 1rem;
  margin-bottom: 30px;
  border-left: 3px solid #000;
  padding-left: 0.8rem;
}

.bamt-our-client-wrapper {
  padding: 50px 0;

  border-top: 1px solid #dedede;
}

h3 span {
  color: #177b7d;
}

footer.custom-footer-wrapper {
  background: #1e272d;
  padding: 35px 0;
}

.custom-aboutus p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.9rem;
}

.custom-aboutus p a {
  color: #e78235;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.custom-aboutus p a:hover {
  color: #fff;
}

.custom-link h2 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding: 10px 0;
}

.custom-link h2:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  background: #f58634;

  bottom: 0;
}

.custom-link ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.custom-link ul li a {
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
  line-height: 2.8;
}

.custom-link ul li a:hover {
  color: #f58634;
}

.custom-link ul li a:hover i {
  left: 4px;
}

.custom-link ul li a i {
  padding-right: 10px;
  color: #f58634;
  transition: 0.4s;
  position: relative;
  left: 0px;
}

.custom-link h5 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

.custom-link p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.custom-link p span {
  color: #03a9f4;
  font-weight: 500;
}

.custom-column-box {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item {
  border: 1px solid #ccc;
  position: relative;
}

.copyright {
  background: #1a2126;
  padding: 15px 0;
}

.copyright p {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: #f58634;
  font-size: 15px;
}

.copyright p a {
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
}

.copyright p a:hover {
  color: #f58634;
}

ul.footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

ul.footer-social li {
  font-family: "Roboto", sans-serif;
  color: #00afef;
}

ul.footer-social li a {
  background: #f58634;
  color: #1a2126;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  text-decoration: none;
  transition: 0.2s ease-in;
}
ul.footer-social li a:hover {
  background: #fff;
  color: #1a2126;
}

ul.footer-social li i {
  padding: 0 12px;
  color: #fff;
}

.carousel-item img {
  width: 100%;
}

.custom-banner-content h1,
.custom-banner-content-one h1 {
  color: #0c4874;
  font-size: 2.6rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.custom-banner-content p,
.custom-banner-content-one p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ed3237;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 26px;
}

a.bmt-btn-one,
a.bmt-btn-two {
  border: 1px solid #204d74;
  background: #204d74;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s linear;
  display: inline-block;
  text-transform: uppercase;
}

a.bmt-btn-one:hover {
  background: #fd271f;
  border: 1px solid #fd271f;
}

a.bmt-btn-two:hover {
  background: #fd271f;
  color: #fff;
}

a.bmt-btn-two {
  border: 1px solid #ed3237;
  background: none;
  color: #ed3237;
}

.custom-banner-content,
.custom-banner-content-one {
  position: absolute;
  top: 30%;
  right: 10%;
  text-align: center;
  transition: var(--transiton);
  transition-duration: 1s;
  transition-delay: 0.5s;
  transform: translateX(-80%);
  visibility: hidden;
  opacity: 0;
}

.custom-banner-content-one {
  right: 15%;
}

.carousel-item.active .custom-banner-content {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.carousel-item.active .custom-banner-content-one {
  transform: translateX(-180%);
  opacity: 1;
  visibility: visible;
}

section.line-boring-machine h2 {
  color: #0a68b2;
  font-weight: 900;
}

section.line-boring-machine p {
  text-align: center;

  line-height: 2;
}

section.line-boring-machine h3 {
  color: #00afef;
  font-size: 1.2rem;
  font-weight: 600;
}

section.line-boring-machine {
  margin: 40px 0;
}

.float1 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(45deg, #0264af, #524d4d);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  line-height: 2;
}

.float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 30px;
  background: linear-gradient(45deg, #0264af, #524d4d);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  line-height: 2;
}

a.dropdown-item.item-list:hover {
  color: #000 !important;
}

.cont-sec:hover {
  margin-left: 0px !important;
}

.cont-sec {
  position: fixed;
  left: 0px;
  bottom: 70px;
  display: flex;
  margin-left: -265px;
  transition: 1s;
  z-index: 999;
}

.cont-form {
  padding: 40px;
  background: #24baf0;
  display: inline-block;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.cont-form input,
.cont-form textarea {
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}

.cont-form input[type="submit"] {
  font-weight: 600;
  border: none !important;
  padding: 10px 20px !important;
}

.cont-form h4 {
  color: #fff;
}

.cont-form .form-control {
  box-shadow: none;
}

.cont-form input[type="submit"]:hover {
  border: 1px solid black !important;
  color: black;
  background: white;
  margin: -2px;
  background: white;
}

.con-img h3 {
  width: 100px;
  height: 100px;
  background: #204d74;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bolder;
  border: 5px solid #9e9e9e;
  box-shadow: 0 0 8px #19aee4;
}

.con-img {
  padding-top: 110px;
}

.con-img img {
  width: 106px;
  height: 100px;
}

a.scroll-button {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  left: 30px;
  background: linear-gradient(45deg, #0264af, #524d4d);
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  font-size: 22px;
  border-radius: 50%;
  transition: 0.3s linear;
}

/**/

.box {
  background: linear-gradient(180deg, #0158d9b8 0%, #03a9f4 100%);
  font-family: "Nanum Gothic", sans-serif;
  border-radius: 25px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  background: #fff;
  width: 50%;
  height: 4px;
  transform: scaleX(0);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  transition: all 600ms ease;
}

.box:after {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.box .box-content:before,
.box .box-content:after {
  width: 4px;
  height: 50%;
  transform: scaleY(0);
}

.box .box-content:after {
  left: auto;
  right: 15px;
  top: auto;
  bottom: 15px;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
  transform: scale(1);
}

.box img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.25s linear;
}

.box:hover img {
  opacity: 0.25;
  transform: scale(1.5);
}

.box .inner-content {
  color: #fff;
  text-walign: center;
  width: 70%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
  transition: all 600ms ease;
}

.box:hover .inner-content {
  opacity: 1;
  top: 50%;
}

.box .title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1rem;
  text-align: center;
}

.box .post {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 12px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.box .icon li {
  display: inline-block;
  margin: 0 4px;
}

.box .icon li a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 10px 0 10px 0;
  display: flex;
  transition: all 0.3s;
  justify-content: CENTER;
  align-items: CENTER;
  text-decoration: NONE;
}

.box .icon li a:hover {
  color: #b31217;
  background: #fff;
  border-radius: 0 10px 0 10px;
}

/*
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
*/

.custom-column {
  line-height: 2;
  padding: 20px;
  margin: 0 20px 0;
  border: 3px solid #ccc;
  /*text-align: justify;*/
}

.custom-column:first-child {
  margin-left: 0;
}

.custom-column:last-child {
  margin-right: 0;
}

.custom-column-one {
  background: rgba(12, 72, 116, 0.85);
}

.custom-column-two {
  background: rgba(237, 50, 55, 0.85);
}

.custom-column-three {
  background: rgba(0, 175, 239, 0.85);
}

.custom-column h3.title {
  font-size: 20px;
  font-weight: 600;
}

.sideicon a:hover {
  color: #fff !important;
}

section.custom-middle {
  margin: 40px 0;
  background: #ffeb3b4a;
  padding: 20px 0 10px;
}

section.custom-middle p {
  line-height: 2;
}

section.custom-middle h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.contactus-banner {
  position: relative;
}
.content-contactus {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1000px;
  color: #fff;
}

.contactus h3.text {
  color: #e91e63;
  text-transform: capitalize;
  font-size: 20px;
  margin: 15px 0;
  font-weight: 500;
}
.custom-contactus table.table.table-borderless {
  color: #000;
  font-size: 18px;
}
.form input[type="text"] {
  width: 48%;
  padding: 15px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.form input[type="tel"] {
  width: 47%;
  padding: 15px;
  margin-bottom: 10px;
}
.form input[type="email"] {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}
.form textarea {
  width: 100%;
  padding: 15px 15px 20px;
  margin-bottom: 10px;
}
.form button.btn-box {
  color: #ffff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #3b546a;
  border: none;
}
.form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.form ul li a:hover {
  background: #f44336;
  color: #fff;
  border: 2px solid #fff;
}
.form ul li a {
  display: inline-block;
  padding: 10px;
  border: 2px solid #05a6ba;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 5px;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.3s linear;
  color: #05a6ba;
}
.form {
  text-align: center;
}
/*



.content-contactus h2 {
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 600;
}

.strengths-box-contact {
    border: 1px solid #ffcc28;
    margin: 25px 0px;
    padding: 20px 35px;
    height: 220px;
    transition: .4s;
    text-align: center;
}

.strengths-box-contact span {
    position: absolute;
    left: 45%;
    top: 0px;
    border: 1px solid #00afef;
    padding: 15px 15px;
    font-size: 25px;
    background: #fff;
    color: #00afef;
    transition: .4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 28px;
    display: block;
}

.strengths-box-contact h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ed3237;
    padding-top: 20px;
}

.strengths-box-contact p {
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 15px;
    color: #000;
}

.strengths-box-contact a {
    display: block;
    color: #000;
    text-decoration: none`;
}
*/

.main {
  padding: 40px 0;
}

.client-banner {
  background: #000;
  height: 300px;
  width: 100%;
}

.client-content,
.client-content2,
.client-content3 {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.client-content2 {
  top: 50%;
}

.client-content3 {
  top: 100%;
}

.client-content h2,
.client-content2 h2,
.client-content3 h2 {
  font-size: 55px;
}

@media (max-width: 1100px) {
  .custom-banner-content h1,
  .custom-banner-content-one h1 {
    font-size: 2rem;
  }

  .custom-inside-box img {
    width: 100%;
    height: 100%;
  }

  .top-enq a {
    padding: 15px 10px;
  }

  .custom.menu ul li a {
    padding: 15px 6px;
  }

  /*    bharat-auto-machine-tools*/
}

@media (max-width: 1200px) {
  .custom-column {
    height: 400px;
  }

  .custom.menu ul li a {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .client-content h2,
  .client-content2 h2,
  .client-content3 h2 {
    font-size: 35px;
  }

  .custom-column {
    height: 500px;
    padding: 20px 10px;
  }

  .custom-column h3.title {
    font-size: 18px;
  }

  .custom-banner-content p,
  .custom-banner-content-one p {
    padding-bottom: 0;
  }

  .custom-header-right a {
    padding: 14px;
  }

  .bamt-three-discription {
    bottom: -144%;
  }

  .bamt-three-discription h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /*
    .bamt-full-secreen-inside-wrapn p {

        padding-top: 0;

    }*/

  .bmt-full-secreen-wrapper {
    /*padding: 50px 0;*/
  }

  section.bamt-two-col-with-right-sidebar {
    padding: 3rem 0;
  }

  .bamt-two-col-heading-wrapper span {
    font-size: 1rem;
  }

  .bamt-two-col-heading-wrapper h3 {
    font-size: 1.8rem;
  }

  span.bamt-two-col-sub {
    font-size: 1rem;
  }

  section.bamt-why-chosse-wrapper {
    /*padding: 3rem 0;*/
  }

  .heading-wrapper span {
    font-size: 1rem;
  }

  .bamt-our-product-description h4 {
    font-size: 1rem;
  }

  .bamt-our-product-description p {
    font-size: 1rem;
  }

  section.bamt-our-client-wrapper h3 {
    font-size: 1rem;
  }

  button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -35px;
  }

  .custom-header-bottom .container .row {
    min-height: auto;
  }

  .custom.menu ul {
    flex-direction: column;
    padding: 1rem;
  }

  .custom.menu ul li {
    margin-bottom: 0.2rem;
  }

  #collapsibleNavbar {
    position: absolute;
    background-color: #ffff;
    width: 100%;
    top: 100%;
    z-index: 999;
  }

  .custom-header-right ul li a {
    padding-right: 0;
  }

  .bamt-three-col {
    margin-bottom: 2rem;
  }

  .bamt-three-col3 {
    margin-bottom: 0;
  }

  .bamt-full-secreen-inside-wrapn h4 {
    padding-bottom: 1rem;

    font-size: 1.7rem;
  }

  .bmt-two-col-heading-wrapper h3 {
    font-size: 2rem;
  }

  .custom-banner-content,
  .custom-banner-content-one {
    right: 10%;
  }

  .custom-banner-content h1,
  .custom-banner-content-one h1 {
    font-size: 1.5rem;
  }

  .custom-banner-content p,
  .custom-banner-content-one p {
    font-size: 14px;
    line-height: 1.5;
  }

  .custom-column-box {
    margin: 15px 0;
  }
  .box .title {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .box {
    margin-bottom: 15px;
  }
  .strengths-box-contact {
    height: 259px;
  }
}

@media (max-width: 767px) {
  .custom-column {
    height: auto !important ;
    padding: 20px;
    margin-bottom: 15px;
  }

  .desktop_whatsapp {
    display: none !important;
  }

  .mobile_whatsapp {
    display: block !important;
  }
  .box {
    margin-bottom: 15px;
  }

  .carousel-item.active .custom-banner-content-one {
    transform: translateX(-150%);
  }

  .bamt-three-col.bamt-three-col img {
    width: 100%;
  }

  .dropdown-menu.dropdown-main-wrapper {
    width: 100%;
  }

  .custom-link h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .custom-link h2:after {
    display: block;
  }

  .bamt-full-secreen-inside-wrapn h4 {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .bamt-two-col-heading-wrapper h3 {
    text-align: center;
  }

  .bamt-two-col-heading-wrapper h3:after {
    margin: 0 auto;
  }

  .bmt-two-col-heading-wrapper h3:after {
    margin: 0 auto;
  }

  .bmt-two-col-heading-wrapper span {
    text-align: center;
  }

  .bamt-two-col-heading-wrapper span {
    text-align: center;
  }

  .bmt-two-col-heading-wrapper h3 {
    text-align: center;
  }

  .bamt-why-chosse-box span {
    display: inline-block;
  }

  /*.bamt-why-chosse-box {
        text-align: center;
    }
*/
  a.bmt-btn-one,
  a.bmt-btn-two {
    display: none;
  }

  .custom-banner-content,
  .custom-banner-content-one {
    right: 8%;
  }

  .custom-header-left ul li a,
  .custom-header-center ul li a,
  .custom-header-right ul li a,
  .custom.menu ul li a {
    font-size: 13px;
  }

  .custom-column-box {
    margin: 15px 0;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }

  ul.footer-social {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .custom-banner-content,
  .custom-banner-content-one {
    right: 15%;
  }
  .box .title {
    font-size: 15px;
  }
  section.line-boring-machine h2 {
    font-size: 1.5rem;
  }
  .custom-banner-content h1,
  .custom-banner-content-one h1 {
    font-size: 1rem;
  }

  .custom-banner-content p,
  .custom-banner-content-one p {
    font-size: 11px;
  }

  .carousel-item.active .custom-banner-content-one {
    transform: translateX(-200%);
  }
}

@media (max-width: 400px) {
  .carousel-item.active .custom-banner-content-one {
    transform: translateX(-180%);
  }
}

@media (max-width: 468px) {
  .custom-banner-content p,
  .custom-banner-content-one p {
    font-size: 9px;
  }
}

@media (max-width: 392px) {
  .custom-banner-content h1,
  .custom-banner-content-one h1 {
    font-size: 0.8rem;
  }

  .custom-banner-content p,
  .custom-banner-content-one p {
    font-size: 8px;
  }

  .carousel-item.active .custom-banner-content-one {
    transform: translateX(-138%);
  }
}

/*New Additional CSS*/

#mb {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
}

/*Footer Start*/

.footer-logo {
  max-width: 300px;
  margin-bottom: 15px;
}

.footer-add {
  display: flex;
  /*align-items: center;*/
}

.footer-add i {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  /*border-radius: 50%;*/
  line-height: 2;
}

.footer-add p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  footer {
    padding: 30px 0 !important;
  }

  .custom-link {
    margin-bottom: 20px !important;
  }
}
/*Footer End*/

/*Title Section*/
.title-sec {
  margin-bottom: 25px;
  text-align: center;
}

.title-sec h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 3px;
  color: #177b7d;
  font-family: "Ubuntu", sans-serif;
}

.title-sec h2 {
  text-transform: uppercase;
  color: #253038;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.title-sec span {
  /*color: #177B7D ;*/
}

.title-sec div {
  width: 100px;
  height: 3px;
  background: #f58634;
  margin: auto;
}

/*Title End*/

/*Product Carousel Start*/
.pro-sec {
  background: url(../images/sec-3-bg.jpg);
  background-size: cover;
  padding: 50px 0;
}

.pro-desc {
  padding: 10px 20px 10px;
  /*background: #e4e4e4;*/
}

.pro-desc h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  color: #000;
  letter-spacing: 1px;
}

.pro-desc a {
  background: #f58634;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: 0.2s ease-in;
  text-decoration: none;
}

.pro-desc a:hover {
  background: #000;
}

.pro-desc .pro-m-btn {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  margin-left: 120px;
  transition: 0.2s ease-in;
}

.pro-desc .pro-m-btn:hover {
  background: transparent;
  color: #f58634 !important;
}
/*Product Carousel End*/

/*Testimonial Carousel Start*/
.testimonial-sec {
  padding: 50px 0;
}

.testimonial-box {
  background-color: #177b7d;
  /*border-radius: 10px;*/
}

.testimonial-content img {
  width: 70px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: auto;
  /*padding: 1px;*/
}

.testimonial-content {
  position: relative;
  text-align: center;
  /*border: 3px solid gray;*/
  border-radius: 10px;
  padding: 20px;
}

.testimonial-content .i1 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #f58634;
}

.testimonial-content .i2 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: #f58634;
}

.testimonial-content p {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(256, 256, 256, 0.6);
}

.testimonial-content h5 {
  color: #fff;
}

.title-sec.tml {
  text-align: center;
}

.title-sec.tml div {
  margin: auto;
  width: 50px;
}

/*Testimonial Carousel End*/

/*Counter Section Start*/

/*Home-Counter Section*/
#counter-sec {
  background-image: url("../imgs/c-img.jpg");
  background-position: center;
  background-attachment: fixed;
}

.overlay-counter {
  width: 100%;
  height: 100%;
  background: rgba(23, 123, 125, 0.9);
  /*background: rgba(245, 134, 52, .9);*/
  padding: 30px 0;
}

.counter-title {
  color: #fff;
}

.counter-box {
  background-color: transparent;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.counter-box i {
  background: #fff;
  color: #f58634;
  padding: 15px;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}

.counter-box h2 {
  color: #fff;
  font-size: 3rem;
  transition: 0.3s ease-in-out;
}

.counter-box h5 {
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  text-transform: uppercase;
}

.counter-box:hover {
  background-color: var(--color-1);
  text-align: center;
  border-radius: 10px;
}

/*Counter-sec End*/

/*Counter Section End*/

/*about section Start*/

.title-sec.about {
  text-align: left;
}
.about-sec {
  padding: 50px 0;
}

.about-sec img {
  /*border-radius: 50px 0px 50px 0;*/
  /*border:  5px solid #177B7D;*/
  padding: 10px;
  width: 100%;
}

.ab-m-div {
  position: relative;
  border: 15px solid #f58634;
}

.about-content {
  padding: 80px 0 30px;
}

.about-content h3 {
  color: #177b7d;
  font-size: 18px;
  text-transform: uppercase;
}

.about-content p {
  line-height: 2;
  text-align: justify;
}

/*about section End*/

/*Inner Banner Start*/

.breadcrumb {
  background: transparent !important;
  padding: 0 !important  ;
}

.breadcrumb-item.active {
  color: lightblue;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: lightblue;
}

.breadcrumb a {
  color: #fff;
}

.inner-banner {
  background: url("../imgs/in-b.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-banner .overlay {
  width: 100%;
  height: 100%;
  background: rgba(23, 123, 125, 0.9);
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inner-banner h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 767px) {
  .inner-banner h2 {
    font-size: 18px;
  }
}

/*Inner Banner End*/

/*Contact Us Page Start*/

.contact-sec {
  padding: 50px 0;
}

.contact-box {
  display: flex;
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 20px;
}

.contact-box i {
  color: #177b7d;
  font-size: 40px;
  margin-right: 20px;
}

.contact-box p {
  padding-top: 5px;
}

.contact-info h2 {
  text-transform: uppercase;
  font-size: 23px;
}

.contact-btn {
  background: #f58634;
  padding: 5px 30px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #f58634;
  transition: 0.2s ease-in;
}

.contact-btn:hover {
  background: #000;
  border: 1px solid #000;
}

/*Contact Us Page End*/

/*Gallery Start*/
.gallery-sec {
  padding: 30px 0;
}

.wg-box-content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.wg-box-content .wg-box-content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
  opacity: 1;
}

.wg-box-content-image {
  width: 100%;
  border: 1px solid #ccc;
}

.wg-box-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.wg-box-content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.wg-box-content-details i {
  color: #177b7d;
  font-size: 25px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;

  transition: 0.2s ease-in;
}

.wg-box-content-details i:hover {
  background: #fff;
  color: #000;
}

.wg-box-content-details p {
  color: #fff;
  font-size: 0.8em;
}

.wg-box-fadeIn-bottom {
  top: 80%;
}

/*Gallery End*/

/*About Us Page start */

.custom-column i {
  background: #177b7d;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 10px;
}

.custom-column h3 {
  font-size: 18px !important;
  text-transform: uppercase;
}

.team-sec {
  padding-bottom: 30px;
}

.custom-bottom {
  padding: 30px 0;
}

.fact-sec {
  padding: 30px 0;
}

/*About us page end*/

/*Category Page Start*/
.category-sec {
  padding: 30px 0;
}

.category-box {
  border: 2px solid #ccc;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.category-box .cat-zoom {
  position: absolute;
  top: 120px;
  right: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.category-box .cat-zoom a {
  background: #f58634;
  color: #fff;
  padding: 10px 3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  letter-spacing: 1px;
}

.category-box .cat-zoom a:hover {
  background: #000;
}

.category-content {
  padding: 20px;
}

.category-content h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.catogory-btn a {
  background: #f58634;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  transition: 0.2s ease-in;
  letter-spacing: 1px;
}

.catogory-btn a:hover {
  background: #000;
  outline: none;
}

/*Category Page End*/

/*Product Page Start*/

.product-page {
  padding: 30px 0;
}

.product-desc {
  padding-bottom: 20px;
}

.product-box {
  border: 2px solid #ccc;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.product-btn {
  padding: 15px 20px;
}

.product-btn a {
  background: #f58634;
  color: #fff;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.product-btn a:hover {
  background: #000;
}

.pro-desc h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #177b7d;
}

.pro-desc p {
  line-height: 1.8;
  color: rgba(0, 0, 0.7);
  text-align: justify;
}

.acc-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

.acc-box h5 {
  text-transform: uppercase;
  color: #177b7d;
}

.acc-box ul {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.acc-box ul li {
  line-height: 1.8;
}

/*Product Page End*/

/*Application Page Start*/
.app-sec {
  padding: 30px 0;
}

.app-box {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0 0 20px 20px;
  margin-bottom: 25px;
  overflow: hidden;
  transition: 0.5s ease-in;
}

.app-main-cont h2 {
  text-transform: uppercase;
  color: #177b7d;
  font-size: 25px;
  margin-bottom: 10px;
}

.app-main-cont h5 {
  width: 50%;
  font-size: 16px;
  border-left: 2px solid #177b7d;
  padding-left: 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  margin-top: 20px;
}

.app-main-cont p {
  line-height: 1.8;
}

.app-box .app-cont {
  padding: 10px;
}

.app-box .img-box {
  overflow: hidden;
}

.app-box img {
  transition: 0.2s ease-in;
  width: 100%;
}

.app-box:hover img {
  transform: scale(1.1, 1.1);
}

.app-box h5 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .app-main-cont h2 {
    color: #177b7d;
    font-size: 20px;
  }

  .app-main-cont h5 {
    width: 100%;
    font-size: 16px;
  }
}

/*Application Page End*/

.bamt-our-client-wrapper .owl-carousel .owl-item img {
  border: 2px solid #ccc !important;
}

/*Table CSS*/
.pro-table {
  overflow-x: auto !important;
}

thead {
  background: transparent;
  color: #177b7d;
}

thead {
  background: #177b7d;
  color: #fff;
}

thead th {
  text-transform: uppercase;
  /*text-align: center;*/
  letter-spacing: 1px;
  font-size: 16px;
}

@media (max-width: 767px) {
  thead th {
    font-size: 14px;
  }
}

/*Table CSS End*/

/*Modal css Start*/

.modal-header {
  background: #177b7d;
  color: #fff;
  text-transform: uppercase;
}

.modal-header .close {
  color: #fff;
}

.modal-body {
  background: rgba(23, 123, 125, 0.1);
}

/*Modal css End*/

@media (max-width: 768px) {
  .pro-desc .pro-m-btn {
    margin-left: 90px;
  }
  .about-sec {
    padding: 30px 0;
  }

  .about-content {
    padding: 20px 0;
  }

  .title-sec h2 {
    font-size: 20px;
  }

  .about-content h3 {
    font-size: 16px;
  }

  .pro-sec {
    padding: 30px 0;
  }

  .bamt-why-chosse-box {
    margin-bottom: 20px;
    padding: 20px;
  }

  section.bamt-why-chosse-wrapper .overlay {
    padding: 30px 0;
  }

  .testimonial-sec {
    padding: 30px 0;
  }

  .bamt-our-client-wrapper {
    padding: 30px 0;
  }

  .bamt-full-secreen-inside-wrapn {
    text-align: left;
  }
  .bamt-full-secreen-inside-wrapn span {
    text-align: left;
  }
  .bamt-full-secreen-inside-wrapn h4 {
    text-align: left;
  }
  .bamt-full-secreen-inside-wrapn h4:after {
    margin: 0;
  }
  .bamt-full-secreen-inside-wrapn p {
    width: 100%;
  }

  a.bamt {
    padding: 5px 30px;
  }

  .copyright {
    padding: 15px 0 50px;
  }

  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
  }

  .icon-menu.fa-bars {
    background: #177b7d;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
  }

  #demo {
    display: none;
  }

  #mb {
    display: block;
  }

  .top_bar_section {
    display: none;
  }
}

/*991 media*/

@media (max-width: 991px) {
  .dropdown-menu {
    position: relative !important;
  }

  .custom-header-bottom {
    padding: 15px 0;
  }
}

/*Key Frame*/

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/**/

.footer-add a {
  color: rgba(256, 256, 256, 0.8);
}

.contact-box a {
  color: rgba(0, 0, 0, 0.8);
}

.contact-box p {
  margin-bottom: 3px;
}

/**/
.fixed_enquiry_btn_web {
  position: fixed;
  bottom: 30%;
  right: 1%;
  z-index: 99;
}

.fixed_enquiry_btn_web a {
  background-color: #177b7d;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

.mobile_call_whatsapp_fixed_main_div {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1;
}

.mobile_whatsapp {
  display: none;
}

.call_icon_div {
  text-align: center;
}

.call_icon_div > a {
  background-color: #dc3545;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: moveUpDown 2s ease-in-out infinite;
  display: inline-block;
  margin-bottom: 8px;
}

@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* Adjust the distance */
  }
}

.call_icon_div > a > img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}

.whatsapp_icon_div {
  text-align: center;
}

.whatsapp_icon_div > a {
  background-color: #008000;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: zigzag 0.5s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: steps(1, end);
  position: relative;
  animation: zigzag 8s infinite;
  display: inline-block;
}

@keyframes zigzag {
  0% {
    left: 0px;
  }
  1% {
    left: -5px;
  }
  2% {
    left: 5px;
  }
  3% {
    left: -5px;
  }
  4% {
    left: 5px;
  }
  5% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}

.whatsapp_icon_div > a > img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}
