body {
  font-size: 1.1rem !important;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none;
}

.newsblog .box .read-more-container{font-weight:bold;}
.newsblog .box p {display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 80px;}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
}
.logo {
  max-height: 60px;
}

.header-bg {
  background: #e77e23;
  position: relative;
  z-index: 1;
}

.header-bg .logodiv a {
  z-index: 1;

  position: relative;
}

.header-bg .logodiv:after {
  width: 455px;

  min-height: 85px;

  -webkit-clip-path: polygon(0 0, 0 100%, 100% 75%, 100% 100%, 100% 0);

  clip-path: polygon(0 0, 0 100%, 100% 100%, 91% 100%, 100% 0);

  background: white;

  content: "";

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  box-shadow: 2px 0px 15px 5px rgb(0 0 0 / 89%);

  position: absolute;

  z-index: 0;

  left: -120px;

  top: 0;
}

.header-bg .navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 650;
}

.header-bg .navbar-expand-lg .navbar-nav .nav-link {
  color: white;
}

.nav-link{
  transition: color .05s ease-in-out,background-color 2.1s ease-in-out,border-color .10s ease-in-out;
  /* transition: 0.3s ease-in-out !important; */
}

.dropdown-menu{
   transition: 20s ease-in-out !important;
}

.newsletter .btn-secondary {
  background: #e77e23;

  border-color: #e77e23;

  padding: 6px 20px;

  font-weight: 500;
}

.banner {
  background-image: url("../../assets/images/banner.jpg");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
}

.banner .data {
  display: flex;

  align-items: center;

  gap: 20px;
}

.banner .data .social {
  text-align: center;
  position: relative;
}

.banner .data .social:before {
  content: "";

  position: absolute;

  height: 180px;

  width: 1px;

  background: #fff;

  left: 50%;

  margin-left: -1px;

  bottom: -128%;

  margin-bottom: -38px;
}

.banner .data .social:after {
  content: "";

  position: absolute;

  height: 180px;

  width: 1px;

  background: #fff;

  left: 50%;

  top: -135%;

  margin-left: -1px;

  margin-top: -45px;
}

.banner .data .social a {
  color: white;
}

.banner .data .social a i {
  border: 1px solid white;

  margin-bottom: 15px;

  padding: 5px;

  border-radius: 100%;

  width: 35px;

  height: 35px;

  display: block;
}

.banner .data .text h1 {
  color: white;
  margin-bottom: 100px;
}

.banner .data .text h2 {
  color: white;

  margin-bottom: 30px;

  height: 230px;
}

.overview h2 {
  color: #2a80b9;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 50px;
}

.overview h2 {
  color: #2a80b9;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 24px;
}

.overview h1 {
  color: #e77e22;
  margin-bottom: 15px;
  font-size: 28px;
  padding-top: 78px;
}

.overview .slant {
  position: relative;

  margin-bottom: 30px;

  line-height: 37px;

  list-style-type: square;
}
.overimg {
  height: 690px !important;
}

.overview .slant li {
  color: #676767;
}

.products {
  background-image: url("../../assets/images/product.png");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
  padding: 30px 0px 100px 0px;
}

.products h2 {
  color: white;
  font-size: 50px;
  margin-bottom: 30px;
}

.products h2:after {
  content: "";

  height: 5px;
  max-width: 120px;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 2px solid #e77e23;

  display: block;
}

.products .subs {
  padding: 15px 20px 15px 0px;

  border-right: 1px solid white;

  margin-bottom: 35px;
}

.subs a {
  text-decoration: none;
}

.products .subs-zero {
  border-right: 0px;
}

.products .subs h3 {
  color: white;
  min-height: 67px;
}

.products .subs p {
  color: white;
  min-height: 211.2px;
  text-align: center;
}

.products .subs img {
  max-height: 50px;
  margin-bottom: 15px;
}

.products .subs a i {
  font-size: 45px;

  color: white;
}

.countesec {
  margin-top: -4rem;
}

.countesec .box h3 {
  font-size: 50px;
  color: #e77e23;
  font-weight: bold;
  z-index: 1;

  position: relative;
}

.countesec .box h4 {
  z-index: 1;

  position: relative;
}

.countesec .box {
  position: relative;
  padding: 20px 10px;
}

.countesec .box:after {
  width: 100%;

  min-height: 100%;

  -webkit-clip-path: polygon(10% 0, 0 100%, 100% 90%, 100% 100%, 100% 0);

  clip-path: polygon(10% 0, 0 100%, 100% 100%, 90% 100%, 100% 0);

  background: #ffffff;

  content: "";

  position: absolute;

  z-index: 0;

  left: 0;

  top: 0;
  border-bottom: 5px solid #e77e23;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  box-shadow: 2px 0px 15px 5px rgb(0 0 0 / 89%);
}

.footer h3 {
  color: #2a80b9;
  margin-bottom: 15px;
  font-size: 27px;
}

.footer h4 i {
  color: #e77e23;
}

.footer h4 {
  color: #2a80b9;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer {
  padding: 15px 0px;
}

.footer h3:after {
  content: "";

  height: 5px;

  max-width: 100px;

  margin-right: auto;

  border-bottom: 2px solid #e77e23;

  display: block;

  margin-top: 5px;
}

.footer ul li {
  list-style: none;
  margin-bottom: 5px;
}

.footer ul li a {
  text-decoration: none;
  color: #2a80b9;
}

.footer ul {
  padding-left: 0px;
}

.footer .con a i {
  color: #e77e23;
}

.address {
  color: #e77e23;
}

.footer .con a {
  text-decoration: none;
  color: #2a80b9;
  margin-bottom: 15px;
  display: block;
}

.footer .socials a i {
  color: #e77e23;
 background: #e77e23;
    margin-right: 10px;
    color: white;
    padding: 4px 6px;
    border-radius: 5px;
}

.bottombar {
  background: #e4e4e4;

  padding: 10px 0px;
  border-top: 2px solid #237cb4;
}

.bottombar p {
  margin-bottom: 0px;
  color: #237cb4;

  font-weight: 500;
}

.bottombar p a {
  color: #237cb4;

  font-weight: 500;
  text-decoration: none;
}

.newsletter {
  padding: 35px 0px;
  background: #2a80b9;
}

.newsletter h2 {
  color: white;
  margin-bottom: 20px;
}

.newsletter p {
  color: white;
}

.newsblog {
  padding: 30px 0px;
  margin-top: 3rem;
}

.newsblog h2 {
  color: #2a80b9;

  font-size: 50px;

  margin-bottom: 30px;
}

.newsblog h2:after {
  content: "";

  height: 5px;

  max-width: 120px;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 2px solid #e77e23;

  display: block;
}

.newsblog .box {
  padding: 10px 15px;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(193 193 193);

  -moz-box-shadow: 0px 0px 5px 0px rgba(193 193 193);

  box-shadow: 0px 0px 5px 0px rgb(193 193 193);
}

.newsblog .box h4 {
  font-size: 20px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
}

.box a {
  text-decoration: none;
  color: black;
}

.box a:hover {
  color: black;
}

.newsblog .box a i {
  color: black;

  font-size: 21px;
}

.data .carousel-inner {
  z-index: 0;
}

.testimonials h2 {
  color: white;

  font-size: 50px;

  margin-bottom: 30px;
}

.testimonials h2:after {
  content: "";

  height: 5px;

  max-width: 120px;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 2px solid #e77e23;

  display: block;
}

.testimonials .carousel-inner {
  text-align: center;
}

.testimonials .carousel-item p {
  color: white;
  margin-bottom: 0;
}

.testimonials .carousel-item p:before {
  content: "“";
  font-size: 100px;

  color: #e77e23;

  font-family: fantasy;

  position: absolute;

  left: 61px;

  z-index: 1;

  top: -9%;
}

.testimonials .carousel-item h4 {
  color: white;
}

.testimonials .carousel-item h5 {
  color: #e77e23;
}

.testimonials .carousel-item h5:after {
  content: "";

  height: 5px;

  max-width: 80px;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 2px solid #e77e23;

  display: block;
}

.testimonials {
  background-image: url("../../assets/images/testimonials.png");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
  padding: 100px 0px 100px 0px;
}

.inquiry-sec {
  background-image: url("../../assets/images/equ.png");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
  padding: 30px 0px 30px 0px;
}

.inquiry-sec h2 {
  color: white;
}

.inquiry-sec h2:after {
  content: "";

  height: 5px;

  max-width: 140px;

  border-bottom: 2px solid #e77e23;

  display: block;

  margin-top: 10px;
}

.inquiry-sec h3 {
  color: white;
  font-size: 45px;
  font-weight: 400;
}

.inquiry-sec .btn-primary {
  background: #e77e23;
  border: 1px solid #e77e23;
  padding: 5px 30px;
  text-transform: uppercase;
}

.inquiry-sec input {
  margin-bottom: 10px;
}

.prod-overview {
  background-image: url("../../assets/images/prod-background.png");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
  padding: 30px 0px 30px 0px;
}

.prod-overview h2,
.prod-overview h3,
.prod-overview h4,
.prod-overview p {
  color: white;
}

.prod-overview h2 {
  margin-bottom: 15px;
}

.prod-overview h3 {
  margin-bottom: 50px;
}

.prod-overview h4 {
  margin-bottom: 10px;

  font-weight: 400;
  font-size: 20px;
}

.prod-overview p {
  margin-bottom: 15px;
  margin-top: 30px;
}

.prod-overview .icon {
  max-height: 40px;
  margin-bottom: 5px;
}

.prod-overview .prod-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prod-specs {
  padding: 30px 0px 30px 0px;
}

.prod-specs h2 {
  text-transform: uppercase;
  color: #2a80b9;
}

.prod-specs h2:after {
  content: "";

  height: 5px;

  max-width: 150px;

  border-bottom: 4px solid #e77e23;

  display: block;

  margin-top: 10px;
}

.prod-specs p {
  text-align: justify;
}

.prod-specs .tabs {
  width: 100%;
}

.prod-specs .tabs td {
  padding: 10px;

  border: 1px solid lightgray;
  text-align: center;
}

.prod-specs .tabs tr td:first-child {
  background: #2980b9;
  color: white;
  text-transform: uppercase;

  font-weight: 500;
}

.breadcumb {
  background-image: url("../../assets/images/breadcrumb.jpg");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
  padding: 35px 0px 25px 0px;
}

.breadcumb h1 {
  color: white;
  margin-bottom: 10px;
}

.testimonials .carousel-item .sls:before {
}

.testimonials .carousel-item .sls:after {
}

.testimonials .carousel-item .angle {
  background-image: url(../../assets/images/angle.png);
  background-size: contain;

  background-repeat: no-repeat;
  padding-left: 65px;

  padding-right: 65px;
  padding-bottom: 15px;
  padding-top: 35px;
}

.testi h5 {
  color: #2a80b9;
}

.testi h6 {
  color: #e77e23;
}

.testi .card {
  border-color: #2a80b9;
}

.bottombar .dsd p {
  color: #237cb4;
  font-size: 14px;
}

.bottombar .dsd p a {
  color: #237cb4;
  font-size: 14px;
}

.contactus {
  padding: 40px 0px;
}

.contactus .con a {
  text-decoration: none;

  color: #2a80b9;

  margin-bottom: 15px;

  display: block;
}

.contactus h3 {
  color: #e77e23;
  margin-bottom: 20px;
}

.contactus .con a i {
  color: #e77e23;
}

.contactus h4 i {
  color: #e77e23;
}

#scroller {
  width: 10000%;
}

#scroller1 {
  width: 10000%;
}

#scroller.ready > * {
  display: inline-block;

  float: left;

  overflow: hidden;

  webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

  -webkit-animation-duration: 25s;

  animation-duration: 25s;

  -webkit-animation-name: marginator;

  animation-name: marginator;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

#scroller1.ready > * {
  display: inline-block;

  float: left;

  overflow: hidden;

  webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

  -webkit-animation-duration: 25s;

  animation-duration: 25s;

  -webkit-animation-name: marginator;

  animation-name: marginator;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

#scroller:hover > * {
  -webkit-animation-play-state: paused;

  animation-play-state: paused;
}

#scroller1:hover > * {
  -webkit-animation-play-state: paused;

  animation-play-state: paused;
}

#scroller img {
  margin-right: 5px;
  margin-left: 5px;
}

#scroller1 img {
  margin-right: 5px;
  margin-left: 5px;
}

@-webkit-keyframes marginator {
  0% {
    -webkit-transform: translate(0, 0);

    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);

    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marginator {
  0% {
    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);

    transform: translate(-100%, 0);

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

#scroller-wrapper {
  overflow: hidden;
  padding: 20px 0px 20px 0px;

  background: white;
}

#scroller-wrapper1 {
  overflow: hidden;
  padding: 20px 0px 20px 0px;

  background: white;
}

.clients {
  padding: 50px 0px;
}

.clients h2 {
  color: #2a80b9;

  font-size: 50px;

  margin-bottom: 30px;
}

.clients h2:after {
  content: "";

  height: 5px;

  max-width: 120px;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 2px solid #e77e23;

  display: block;
}
.certificationss {
  background-image: url(../../assets/images/bge.jpg);
  background-repeat: no-repeat;
  background-size: 100% 76%;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.newsline {
  position: relative;
}
.newsline:before {
  position: absolute;
  width: 4px;
  height: 100px;
}

.newsline::after {
  content: "";
  height: 5px;
  max-width: 128px;
  /* margin-left: auto; */
  margin-right: auto;
  border-bottom: 3px solid #e77e23;
  display: block;
}
.samecolor {
  color: #237cb4;
}

/* gallery */
.menu,
.nav-icon span {
  transition: all 0.3s ease-in-out;
}

.menu .nav-menu li a,
.nav-menu li a {
  line-height: 56px;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.effectTab-header .caption,
.effectTab-header .title {
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #555;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.effectTab-header .title {
  font-size: 36px;
  font-family: Oswald, sans-serif;
}

.effectTab-header .caption {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
}

.effectTab-header .title::after,
.effectTab-header .title::before {
  position: absolute;
  background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
  content: "";
}

.effectTab-header .title::before {
  left: 0;
  width: 156%;
  height: 3px;
  margin-left: -28%;
  bottom: -1.5px;
}

.effectTab-header .title::after {
  left: 50%;
  width: 25px;
  height: 25px;
  bottom: -26px;
  margin: 0 0 0 -10px;
  -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
  clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
}

.nav-icon,
.navigation {
  float: right;
}

.custom-row::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.header {
  background-color: #485666;
  padding: 8px 0;
  position: static;
  z-index: 2000;
}

.header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 2.2rem;
  padding-left: 40px;
}

.rotate {
  position: absolute;
  transform: rotate(-20deg);
  left: 0;
  font-size: 2.8rem;
  top: 5px;
}

.ex_padd {
  padding-top: 170px !important;
}

.nav-icon-container {
  display: block;
}

.nav-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.nav-icon span {
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-icon-1 {
  top: 30%;
}

.nav-icon-2 {
  top: 50%;
}

.nav-icon-3 {
  top: 70%;
}

.nav-icon.active .nav-icon-1 {
  top: 50%;
  transform: rotate(45deg);
  left: 22%;
}

.nav-icon.active .nav-icon-3 {
  top: 50%;
  transform: rotate(-45deg);
  left: 22%;
}

.nav-icon.active .nav-icon-2 {
  width: 0;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.nav-menu li {
  list-style: none;
  position: relative;
}

.nav-menu li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}

.nav-menu li:after,
.nav-menu li:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.nav-menu li:before {
  left: 0;
}

.nav-menu li:after {
  right: 0;
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
  width: 50%;
}

.nav-menu li.active:after,
.nav-menu li.active:before {
  background-color: rgba(0, 128, 128, 1);
}

.menu {
  width: 200px;
  background-color: #0b466c;
  text-align: center;
  padding: 40px;
  position: fixed;
  top: 96px;
  right: -200px;
  overflow: scroll;
  height: calc(100% - 96px);
  z-index: 1000;
}

.menu.active {
  right: 0;
}

.menu .nav-menu {
  flex-direction: column;
  width: 150px;
}

.menu .nav-menu li {
  margin: 10px 0;
  width: 80%;
}

.box-tab {
  margin: 10px 0;
}

.effect {
  margin: auto;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: 5px solid #f5f5f5;
}

.tab-container {
  padding: 50px 0;
}

.tab-head {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab .effect {
  position: relative;
  overflow: hidden;
  max-height: 240px;
  max-width: 350px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid-width3,
.grid-width6 {
  max-height: 270px !important;
  max-width: 530px !important;
}

.grid-width8 {
  max-width: 700px !important;
}

.tab .effect img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}

.tab .effect .tab-text {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-text h2 {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

.tab-text p {
  color: #fff;
  margin: 0;
  font-size: 1rem;
}

.effect.effect-six {
  background-color: #3a1f1f;
}

.effect.effect-six h2 {
  text-align: left;
}

.effect.effect-six img {
  transition: all 0.35s;
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: all 0.35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
}

.effect.effect-six:hover img {
  opacity: 0.4;
  transform: translate3d(0px, 0, 0) scale(1);
  -webkit-transform: translate3d(0px, 0, 0) scale(1);
}

.effect.effect-six .icons-block {
  z-index: 1000;
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  text-align: left;
  padding-left: 15px;
}

.effect.effect-six .icons-block .social-icon-1,
.effect.effect-six .icons-block .social-icon-2,
.effect.effect-six .icons-block .social-icon-3 {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.effect.effect-six:hover .social-icon-1 {
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.5s;
}

.effect.effect-six:hover .social-icon-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transition-duration: 0.5s;
}

.effect.effect-six:hover .social-icon-3 {
  opacity: 1;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.effect.effect-six .icons-block i {
  color: rgba(255, 255, 255, 1);
  padding-left: 10px;
  font-size: 1.3rem;
}

.effect.effect-six p {
  max-width: 130px;
  padding: 0 10px;
  margin: 30px;
  text-align: right;
  font-size: 0.9rem;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 3px solid #fff;
  opacity: 0;
  transition: all 0.35s;
  font-family: Poppins;
  font-family: var(--bs-body-font-family) !important;
}

.effect.effect-six:hover p {
  opacity: 1;
}

.effect.effect-six .tab-text:before {
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -101%, 0);
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -101%, 0);
  -webkit-transition: all 0.6s;
}

.effect.effect-six:hover .tab-text:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 101%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 101%, 0);
}

.effect.effect-seven .tab-text:after,
.effect.effect-six .tab-text:before {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: "";
}

.btn:hover,
.btn:focus,
.btn:active,
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}


@media only screen and (max-width: 767px) {
 .coreteam .team .img-fluid {width:100%;}
 
 #carouselExampleFade img {padding-top:15px !important;}
 
 
.footer .opacity-0 {display:none}
 
}


/* gallery */

@media screen and (max-width: 1200px) {
  .header-bg .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;

    padding-left: 20px;
  }
  .overimg {
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .header-bg .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  p.p-5.pad-zero {
    padding: 0px !important;
  }
}
@media screen and (max-width: 720px) {
  .header-bg .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;

    padding-left: 20px;
  }
  .testimonials .carousel-item p:before {
    font-size: 0px !important;
  }
}
@media screen and (max-width: 578px) {
  .header-bg .logodiv:after {
    width: 390px !important;
    min-height: 62px !important;
  }
  img.img-fluid.logo {
    width: 231px;
  }

  .footer .col-md-3 .mb-5 {
    margin-bottom: 20px !important;
  }
  .footer img.img-fluid.logo {
    margin-bottom: 20px !important;
  }
  .certificationss {
    background-size: 100% 100%;
  }
  .bottombar .dsd p {
    text-align: center;
  }
  .banner .data .text h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
    height: auto;
  }




  .banner .data {
    gap: 10px;
  }
  .products .subs {
    border-right: 0px;
    padding: inherit;
  }
  .products .subs h3 {
    min-height: 35px;
  }
  .products .subs p {
    min-height: initial;
  }
  .overview h4 {
    padding-top: 40px;
  }
  .newsblog h2,
  .products h2,
  .overview h3,
  .clients h2 {
    font-size: 35px;
  }
  .testimonials {
    padding: 30px 0px 30px 0px;
  }
  .testimonials .carousel-item .angle {
    padding: 15px;
    padding-top: 15px;
    background-image: none;
  }

  .testimonials .carousel-item p:before {
    content: "" !important;
    font-size: -1px !important;
    display: hidden;
  }
  .testimonials .carousel-item .angle {
    background-position: bottom;
  }
}
.banner .btn-primary {
  background: #297fb8;

  border-color: #297fb8;

  padding: 10px 20px;

  font-weight: 500;
}
p.display-1.fw-bold.color-t {
  color: #f5ac62;
}
a.color-t.btn.btn-warning.text-white.nav-link.fs-3 {
  color: #ffffff !important;
}
p.display-6.py-5.fw-bold.color-t {
  color: #f5ac62;
}
.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-btn {
  border: none;
  cursor: pointer;
  position: relative;

  text-decoration: none;
}

.dropdown-content {
  padding: 0px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style-type: none;
  top: 35px;
  left: -62px;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f9f9f9;
  color: black;
}

.logo-sliders {
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.logo-sliders:hover div {
  animation-play-state: paused;
}
.logo-sliders div {
  display: flex;
  position: relative;
  animation: marquee 5s linear infinite;
  justify-content: space-around;
}
.logo-sliders img {
  display: block;

  margin: 0 1vw;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 9px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
  vertical-align: 0.15em !important;
}

#carouselExampleFade img {
  position: relative;
  animation-name: example;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: backwards;
  padding-top:100px;
}
#carouselExampleFade .text {
  position: relative;
  animation-name: examples;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: backwards;
}

@keyframes example {
  from {
    left: 100%;
  }
  to {
    left: 0px;
  }
}

@keyframes examples {
  from {
    top: 400px;
  }
  to {
    top: 0px;
  }
}
.infra {
  padding: 30px 0;
}

.infra p {
  color: #ffffff;
}
.infra h2 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

/* .infra h2:after {
  content: "";
  height: 5px;
  max-width: 150px;
  border-bottom: 4px solid #e77e23;
  display: block;
  margin-top: 10px;
} */

.infra {
  /* background-image: url("../../assets/images/prod-background.png"); */
  background-color: rgb(41, 128, 185);
  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
  padding: 0px 0px 0px 0px;
}
.infratab {
  padding: 15px 0px;
}
.infratab .bi {
  font-size: 50px;
}

.infratab .nav-tabs .nav-item.show .nav-link,
.infratab .nav-tabs .nav-link.active {
  color: #2980b9;
  border: 0;
  border-bottom: 4px solid #e77e23;
}
.infratab .nav-tabs {
  border: 0;
}
.infratab .nav-tabs .nav-link {
  color: #2980b9;
  border: 0;
  padding: 0;
}
.infratab .nav-tabs .nav-link span {
  color: gray;
}

.infratab .nav-tabs .nav-link .dfk {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infratab .nav-tabs .nav-link .dfk .dfk1 h5 {
  margin-bottom: 0;
}
.infratab .nav-tabs .nav-link .dfk .dfk1 {
  text-align: left;
}
.coreteam {
  padding: 30px 0;
}
.coreteam h2 {
  text-transform: uppercase;
  color: #2a80b9;
  margin-bottom: 20px;
}

.coreteam h2:after {
  content: "";
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  max-width: 150px;
  border-bottom: 4px solid #e77e23;
  display: block;
  margin-top: 10px;
}
.coreteam .team {
  margin-bottom: 15px;
}
.coreteam .teamd {
  background: #2980b9;
  padding: 10px 15px;
}
.coreteam .teamd h4 {
  color: #ffffff;
}
.coreteam .teamd h5 {
  color: #ffffff;
  font-weight: 400;
}
.coreteam .teamd p {
  color: #ffffff;
  font-size: 17px;
}
.coreteam .teamd h5:after {
  content: "";
  height: 5px;
  max-width: 150px;
  border-bottom: 2px solid #e77e23;
  display: block;
  margin-top: 10px;
}

.product-overview {
  /* border: 1px solid black; */
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-specification {
  /* border: 1px solid black; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-specification h2:after {
  content: "";
  height: 5px;
  max-width: 150px;
  border-bottom: 4px solid #e77e23;
  display: block;
  margin-top: 10px;
}

.product-specification ul li {
  /* list-style: none; */
  text-decoration: none;
  margin-bottom: 15px;
}

.product-specification ul li a {
  text-decoration: none;
  color: white;
  margin-left: 5px;
}

.product-specification ul li a:hover {
  color: white !important;
}

.other-product {
  /* border: 1px solid black; */
  padding-top: 30px;
  padding-bottom: 30px;
}

.other-product h2:after {
  content: "";
  height: 5px;
  max-width: 150px;
  border-bottom: 4px solid #e77e23;
  display: block;
  margin-top: 10px;
}

.carousel-indicators button {
  width: 30px; /* Adjust the width to control the size of the circles */
  height: 30px; /* Adjust the height to control the size of the circles */
  border-radius: 50%; /* Make the buttons circular */
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Background color for inactive indicators */
  border: none; /* Remove any borders */
  margin: 5px; /* Adjust the margin to control the spacing between indicators */
  color: black;
}

.carousel-indicators .active {
  background-color: #007bff; /* Background color for the active indicator */
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  background-color: rgb(42, 128, 185) !important;
}

.carousel-indicators {
  bottom: -60px !important;
}

.slid {
  padding-top: 50px;
  padding-bottom: 10px;
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.custom-list li::before {
  content: "\2022";
  color: white;
  display: inline-block;
  width: 1em;
  margin-left: 0.2em;     margin-right: 12px;
}

.nextbutton {
  /* border: 10px solid blue; */
  position: relative;
  left: 65%;
  color: black;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgb(42, 128, 185);
}

.previousbutton {
  /* border: 10px solid blue; */
  position: relative;
  right: 70%;
  color: black;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgb(42, 128, 185);
}

.carousel-control-next-icon {
  background-size: 60% !important;
}

.carousel-control-prev-icon {
  background-size: 60% !important;
}

.nextbuttons {
  position: relative;
  /* left: 10%; */
  color: black;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgb(42, 128, 185);
}

.other-product h2 {
  color: rgb(42, 128, 185);
}

.list li ::before {
  display: none;
}

.custom-list-after li {
  list-style: none;
}

.prev {
  /* border: 10px solid blue; */
  position: relative;
  /* right: 100%; */
  color: black;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgb(47, 56, 71);
}

.next {
  position: relative;
  /* left: 70%; */
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgb(47, 56, 71);
  font-weight: 550;
}

.buttonss {
  /* border: 10px solid black !important; */
  width: 10% !important;
  position: relative;
  top: 0% !important;
  bottom: 4% !important;
  left: -9% !important;
}

.para:after {
  content: "";
  height: 5px;
  max-width: 150px;
  border-bottom: 4px solid #e77e23;
  display: block;
  margin-top: 10px;
}

.slick-prev,
.slick-next {
  font-size: 24px;
  line-height: 1;
  color: black;
  /* background-color: #ccc; */
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.slick-prev {
  /* border: 1px solid black; */
  left: -50px;
  color: black;
}

.slick-prev:before {
  color: gray;
}

.slick-next {
  right: -50px;
  /* border: 1px solid black; */
  color: black;
}

.slick-next:before {
  color: gray;
}

.item {
  margin: 0 10px;
}

.caption{
  height: 16%;
  color: white;
  position: absolute;
  top: 70%;
  text-align: center;
  background-color: rgb(231,126,35);
  opacity: 0.8;
}


.caption .m-0{line-height:1.8;}


@media screen and (max-width:991px) {
  .loadpara{
    font-size: 11px;
  }

  .slick-prev{
    left: -22px;
  }

  .slick-next{
    right: -22px;
  }
}


#dropdownabout{

  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  perspective: 1000px;
}

#dropdownul{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
}

.dropdown_item-1 {
  transform-origin: top center;
  animation: rotateX 1000ms 60ms ease-in-out forwards;
}
.dropdown_item-2 {
  transform-origin: top center;
  animation: rotateX 1000ms 60ms ease-in-out forwards;
}
.dropdown_item-3 {
  transform-origin: top center;
  animation: rotateX 1000ms 60ms ease-in-out forwards;
}
 

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.carousel-control-next{
  /* border: 1px solid black !important; */
  width: 5% !important;
  right: -57px !important;
}

.carousel-control-prev{
  /* border: 1px solid black !important; */
  width: 5% !important;
  left: -4% !important;
}

@media screen and (max-width:991px) {
  .carousel-control-next{
    right: 0px !important;
  }

  .carousel-control-prev{
    left: 0px !important;
  }
}