@import url("font-awesome.min.css");

:root {
  --primary-color: #f1db25;
}


body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #f1db25;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*header section*/
.hero_area {
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .header_bottom {
  background-color: black;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #1c1c1c;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #f1db25;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 25px 15px 20px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #1c1c1c;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.slider_section .slide .carousel-item .banner-box {
  position: relative;
}

.slider_section .slide .carousel-item .banner-box .img-box {
  position: relative;
}

.slider_section .slide .carousel-item .banner-box .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .4;
}

.slider_section .slide .carousel-item .banner-box .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #f1db25;
}

.slider_section .detail-box p {
  margin-top: 25px;
  color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #f1db25;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: 60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #f1db25;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #f1db25;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}

.service_section {
  background-color: #1c1c1c;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #1c1c1c;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #f1db25;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}

.client_section {
  text-align: center;
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #f1db25;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 35px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #f1db25;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_bg_box .img-box {
  width: 100%;
}

.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

/* end contact section */
.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
  box-shadow: 0px 4px 6px gray;
}

.team_section .box .img-box {
  width: 100%;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.75);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f1db25;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}

.info_section {
  background-color: #101010;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row>div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f1db25;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #101010;
  border-top: 1px solid white;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */


/* my extra css add  */

/* header css  */

.header-container {
  max-width: 1440px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: .6rem;
  border-radius: 0;
  margin: 0;
  width: 18rem;
  background-color: #1c1c1c;
  list-style: none;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.dropdown .dropdown-box.product-dropdown {
  width: 28rem;
}

.dropdown .dropdown-box.engineering-consultancy-dropdown {
  width: 20rem;
}

.dropdown:hover .dropdown-box {
  visibility: visible;
  display: block;
  opacity: 1;
  transition: all .10s ease-in-out;
}

.dropdown .dropdown-box .dropdown-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
}

.dropdown .dropdown-box .dropdown-link a {
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 12px;
  transition: all .2s ease-in;
}

.dropdown .dropdown-box .dropdown-link.sub-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown .dropdown-box .dropdown-link.sub-dropdown .sub-dropdown-box {
  background-color: #eee;
  padding: .1rem;
  padding-left: 2.6rem;
  width: 100%;
  height: 0rem;
  overflow: hidden;
  transition: height .4s ease-in;
}

.dropdown .dropdown-box .dropdown-link.sub-dropdown:hover .sub-dropdown-box {
  height: 8rem;
}


.dropdown .dropdown-box .dropdown-link.sub-dropdown .sub-dropdown-box .sub-dropdown-link {
  border-bottom: 1px solid black;
}

.dropdown .dropdown-box .dropdown-link.sub-dropdown .sub-dropdown-box .sub-dropdown-link:last-child {
  border-bottom: none;
}

.dropdown .dropdown-box .dropdown-link:last-child {
  border-bottom: none;
}

.dropdown .dropdown-box .dropdown-link a:hover {
  background-color: black;
}

.submenu {
  position: relative;
}

.submenu .submenu-box {
  position: absolute;
  display: none;
  top: -10px;
  right: 101%;
  padding: 0.6rem;
  border-radius: 0;
  margin: 0;
  width: 18rem;
  background-color: #1c1c1c;
  list-style: none;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.submenu:hover .submenu-box {
  display: block;
  visibility: visible;
  opacity: 1;
}

.submenu .submenu-box .sub-link {
  border-bottom: 1px solid white;
}

.submenu .submenu-box .sub-link:last-child {
  border-bottom: none;
}



/* header css  */

/* index page css  */

.about_section {
  position: relative;

}

.about_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .1;
  z-index: -1;
}


.contact_section .form-box {
  background-color: #000000c9;
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 2rem 0;
}

/* index page css  */


/* about us css  */
.default-banner-section {
  position: relative;
}

.default-banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bf;
}


.default-banner-section .default-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}

.default-banner-section .default-bg h1 {
  color: white;
  text-align: center;
}

.default-banner-section .default-bg ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-banner-section .default-bg ul li {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.default-banner-section .default-bg ul li:nth-child(2) {
  background-color: var(--primary-color);
  width: 3px;
  height: 2rem;
  padding: 0;
  margin: 5px 8px;
}

.about_section {
  position: relative;

}

.about_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .1;
  z-index: -1;
}

section.mission-vision-section {
  padding: 45px 0;
  background-color: #002744;
}

.mission-vision-section .mission-vission-box {
  padding: 8px;
}

.mission-vision-section .mission-vission-box .button-box {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 5px;
}

.mission-vision-section .mission-vission-box .button-box .button.btn-active {
  position: relative;
  color: #fff;
  background-color: #0052eb;
}

.mission-vision-section .mission-vission-box .button-box .button {
  position: relative;
  display: inline-block;
  border: 1px solid #0052eb;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #0052eb;
  padding: 6px 20px;
}

.mission-vision-section .mission-vission-box .content-box {
  padding: 5px;
}

.mission-vision-section .mission-vission-box .content-box .box {
  padding: 5px;
}

.box-active {}

.mission-vision-section .mission-vission-box .content-box .box h2 {
  color: var(--primary-color);
  margin-top: 8px;
  margin-bottom: 12px;
}

.mission-vision-section .mission-vission-box .content-box .box p {
  color: #fff;
}

.mission-vision-section .mission-vission-box .content-box .box .image-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-vision-section .mission-vission-box .content-box .box .image-box img {
  display: block;
  max-width: 480px;
}

.box-hide {
  display: none;
}

.our_team_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.our_team_box .team_box {
  max-width: 23%;
  width: 100%;
  height: auto;
  border: 5px solid black;
}

.our_team_box .team_box .img_box {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.our_team_box .team_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our_team_box .team_box .name_box {
  width: 100%;
  background-color: rgb(20, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .3rem;
  padding: .4rem;
}

.our_team_box .team_box .name_box h2 {
  font-size: 1.4rem;
  color: white;
  margin: 0;
  padding: 0;
}

.our_team_box .team_box .name_box span {
  color: yellow;
  font-size: 1rem;
  text-align: center;
}

/* about us css  */

/* manufacturing service css  */
.service-container {
  max-width: 1420px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.service-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.2rem;
  width: 100%;
}

.service-box .left-box {
  max-width: 72%;
  width: 100%;
  height: auto;
  padding: .5rem;
}

.service-box .right-box {
  position: sticky;
  top: 3%;
  max-width: 28%;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 4px rgb(202, 202, 202);
  padding: .5rem;
}

.service-box .image-box {
  width: 100%;
  height: auto;
  border-radius: .3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0px 3px 6px gray;
}

.service-box .image-box img {
  border-radius: .3rem;
}

.service-box .right-box .product-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  width: 100%;
}

.service-box .right-box .product-links li {
  width: 100%;
  border-bottom: 2px solid var(--primary-color);
}

.service-box .right-box .product-links li a {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  margin: 0;
  padding: .6rem;
}

.service-box .right-box .product-links li a i {
  margin-right: .3rem;
}

.service-box .right-box .form-box {
  margin-top: 1.2rem;
  padding: 1rem;
  width: 100%;
  height: auto;
  background-color: #007bff;
}

.service-box .right-box .form-box h4 {
  color: white;
  margin-bottom: .7rem;
}

.service-box .right-box .form-box form .input-box {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
}

.service-box .right-box .form-box form .input-box label {
  display: block;
  text-align: left;
  margin-bottom: .3rem;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 400;
}

.service-box .right-box .form-box form .input-box input {
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  padding: .8rem;
  color: rgb(0, 0, 0);
  font-size: .9rem;
}

.service-box .right-box .form-box form .input-box button {
  width: 100%;
  background-color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 500;
  color: black;
  padding: .6rem;
  border: none;
  margin-top: .5rem;
  transition: all .2s ease-in;
}

.service-box .right-box .form-box form .input-box button:hover {
  filter: blur(1px);
}

.manufactur-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  padding: .2rem;
  border-bottom: 2px solid black;
  margin-bottom: 1rem;
}

.manufactur-card:last-child {
  border-bottom: 0;
}

.manufactur-card .image-box {
  position: relative;
  max-width: 50%;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
}

/* .manufactur-card .image-box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 95%;
  background-color: black;
} */


/* .manufactur-card:nth-child(even) .image-box::after {
  right: 99%;
} */




.manufactur-card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.manufactur-card .content-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  padding: .8rem;
}

.manufactur-card .content-box .p_name {
  display: block;
  width: fit-content;
  background-color: #007bff;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .5rem;
}

.manufactur-card .content-box ul {
  padding: 0;
  width: 100%;
  list-style: none;
}

.manufactur-card .content-box ul li {
  border-bottom: 1px solid black;
  width: 100%;
  padding-left: .5rem;
  margin-bottom: .6rem;
}

.manufactur-card .content-box ul li p {
  margin-bottom: .2rem;
}

.manufactur-card .content-box ul li strong {
  margin-right: .4rem;
}

/* manufacturing service css  */



/* tour page css  */
.service-container {
  max-width: 1420px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.service-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.2rem;
  width: 100%;
}

.service-box .left-box {
  max-width: 72%;
  width: 100%;
  height: auto;
}

.service-box .right-box {
  max-width: 28%;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 4px rgb(202, 202, 202);
  padding: .5rem;
}

.service-box .image-box {
  width: 100%;
  height: auto;
  border-radius: .3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0px 3px 6px gray;
}

.service-box .image-box img {
  border-radius: .3rem;
}

.service-box .right-box .product-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  width: 100%;
}

.service-box .right-box .product-links li {
  width: 100%;
  border-bottom: 2px solid var(--primary-color);
}



.service-box .right-box .form-box {
  margin-top: 1.2rem;
  padding: 1rem;
  width: 100%;
  height: auto;
  background-color: #007bff;
}

.service-box .right-box .form-box h4 {
  color: white;
  margin-bottom: .7rem;
}

.service-box .right-box .form-box form .input-box {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
}

.service-box .right-box .form-box form .input-box label {
  display: block;
  text-align: left;
  margin-bottom: .3rem;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 400;
}

.service-box .right-box .form-box form .input-box input {
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  padding: .8rem;
  color: rgb(0, 0, 0);
  font-size: .9rem;
}

.service-box .right-box .form-box form .input-box button {
  width: 100%;
  background-color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 500;
  color: black;
  padding: .6rem;
  border: none;
  margin-top: .5rem;
  transition: all .2s ease-in;
}

.service-box .right-box .form-box form .input-box button:hover {
  filter: blur(1px);
}

/* tour page card stylling start  */


.tour_card_container .tour_card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0px 2px 3px gray;
  padding: .3rem;
  margin-bottom: 1rem;
}

.tour_card_container .tour_card .image-box {
  max-width: 35%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.tour_card_container .tour_card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour_card_container .tour_card .content-box {
  max-width: 65%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour_card_container .tour_card .content-box .left-box {
  max-width: 75%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  padding: 0 .5rem;
}

.tour_card_container .tour_card .content-box .left-box .time {
  color: #007bff;
  font-size: 1rem;
}

.tour_card_container .tour_card .content-box .left-box .place-name {
  color: black;
  font-size: 1.6rem;
  font-weight: 500;
}

.tour_card_container .tour_card .content-box .right-box {
  max-width: 25%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: none;
}

.tour_card_container .tour_card .content-box .right-box .price span {
  display: block;
}

.tour_card_container .tour_card .content-box .right-box .price span:nth-child(1) {
  color: black;
  font-size: 2.2rem;
}

.tour_card_container .tour_card .content-box .right-box .price span:nth-child(2) {
  color: #007bff;
  font-size: 1rem;
}

.tour_card_container .tour_card .content-box .right-box .button button {
  outline: none;
  background: green;
  border: 1px solid #007bff;
  color: white;
  padding: .6rem 1rem;
  margin-bottom: 1rem;
}

/* tour page card stylling start  */

/* tour page css  */




/* contact page css  */
section.map {
  padding: 0;
}

.contant-form-body {
  position: relative;
  background-color: white;
  padding: 60px 0;
  z-index: 1;
}



section.contact-body {
  position: relative;
  background-color: white;
  padding: 60px 0;
  z-index: 1;
  border-bottom: .1px solid gray;
}

section.contact-body .contact-card-container {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin: 0;
  padding: 10px;
  gap: 20px;
  height: auto;
}

section.contact-body .contact-card-container .contact-card-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 35px 20px 20px;
  height: auto;
  background-color: var(--white-color);
  border-radius: 0;
  border: 3px solid var(--primary-color);
  box-shadow: 0px 4px 5px rgb(194 194 194);
}


section.contact-body .contact-card-container .contact-card-box h2 {
  font-size: 24px;
  color: var(--primary-color);
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

section.contact-body .contact-card-container .contact-card-box p {
  margin-bottom: 8px;
}

section.contact-body .contact-card-container .contact-card-box p a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: center;
  display: block;
}

section.contact-body .contact-card-container .contact-card-box p a:hover {
  color: var(--primary-color);
}



.contact-form-container .contact-form-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
}

.contact-form-container .form-body {
  position: relative;
  width: 100%;
  padding: 10px;
}


.contact-form-container .form-body form {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-form-container .form-body .input-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.contact-form-container .form-body .input-item .input-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0;
  padding: 0px 8px;
  width: 100%;
}

.contact-form-container .form-body .input-item .input-box label {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin: 0;
  margin-left: 4px;
  margin-bottom: 6px;
  padding: 0;
}

.contact-form-container .form-body .input-item .input-box input,
.contact-form-container .form-body .input-item .input-box select,
.contact-form-container .form-body .input-item .input-box textarea {
  border: 1px solid black;
  color: black;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 0;
  font-weight: 600;
}

.contact-form-container .form-body .input-item .input-box input:focus-visible,
.contact-form-container .form-body .input-item .input-box textarea:focus-visible {
  outline: 2px solid var(--primary-color);
  border-radius: 0;
  border: none;
}

.contact-form-container .form-body .input-item .input-box select::-webkit-scrollbar {
  width: .2rem;
  height: .2rem;
}

.contact-form-container .form-body .input-item .input-box select::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 12px;
}

.contact-form-container .form-body .input-item .input-box input::placeholder,
.contact-form-container .form-body .input-item .input-box select option:first-child {
  color: var(--primary-color);
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
}

.contact-form-container .side-contact-details-card {
  width: 53%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.submit-btn {
  position: relative;
  display: block;
  width: fit-content;
  border: none;
  outline: none;
  margin: 0 12px 0;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 20px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  box-shadow: 0px 0px 1px gray;
  transition: background .3s ease-in;
  z-index: 1;
}

.submit-btn:focus-visible {
  outline: none;
}

.submit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(123deg, var(--primary-color), var(--primary-color), #0091ff, #0091ff);
  z-index: -2;
  opacity: 1;
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff33;
  backdrop-filter: blur(20px);
  z-index: -1;
}

.submit-btn::after:hover {
  background: linear-gradient(-48deg, var(--primary-color), var(--primary-color), #0f96ff, #0f96ff);
}

.let-us-con {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

.side-contact-details-card-box {
  position: relative;
  display: block;
  width: 100%;
  height: 82%;
  overflow: hidden;
  padding: 35px 15px;
  margin-top: 40px;
  z-index: 1;
}

.side-contact-details-card-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000d6, #000000cf), url("../images/contact-info-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.side-contact-details-card-box h2 {
  font-size: 30px;
  color: white;
  margin-bottom: 16px;
}

.side-contact-details-card-box p {
  color: white;
  margin-bottom: 14px;
}

.side-contact-details-card-box .d-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.side-contact-details-card-box .d-box img {
  width: 40px;
}

.side-contact-details-card-box .d-box p {
  margin-bottom: 0;
}

.side-contact-details-card-box .d-box p a {
  text-decoration: none;
  text-align: start;
  color: white;
  padding-left: 8px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}



/* contact page css  */

/* footer page css  */
.footer-container {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.footer-container .footer-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .5rem;
  width: 100%;
}

.footer-container .footer-box .box {
  width: 100%;
  height: auto;
}

.footer-container .footer-box .box:nth-child(1) {
  max-width: 25%;
}

.footer-container .footer-box .box:nth-child(2) {
  max-width: 20%;
  padding-left: 1rem;
}

.footer-container .footer-box .box:nth-child(3) {
  max-width: 20%;
  padding-left: 1rem;
}

.footer-container .footer-box .box:nth-child(4) {
  max-width: 35%;
}



.social_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.social_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: 45px;
  height: 45px;
  background-color: yellow;
  padding: 0;
  margin: 0;
  border-radius: .1rem;
}

/* footer page css  */




/* responsive css  */

@media screen and (max-width:992px) {

  .footer-container .footer-box {
    flex-wrap: wrap;
  }

  .footer-container .footer-box .box:nth-child(1) {
    max-width: 48%;
  }

  .footer-container .footer-box .box:nth-child(2) {
    max-width: 48%;
    padding-left: 0rem;
  }

  .footer-container .footer-box .box:nth-child(3) {
    max-width: 48%;
    padding-left: 0rem;
  }

  .footer-container .footer-box .box:nth-child(4) {
    max-width: 48%;
  }




  section.contact-body {
    padding: 25px 0;
  }

  section.contact-body .contact-card-container {
    justify-content: center;
    align-items: center;
    gap: 0;
    height: auto;
    padding: 0;
    flex-direction: column;
  }

  section.contact-body .contact-card-container .contact-card-box {
    margin: 0;
    margin-bottom: 18px;
    padding-bottom: 15px;
  }

  .contant-form-body {
    padding: 25px 0;
  }

  .contact-form-container .contact-form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    flex-direction: column;
  }

  .contact-form-container .form-body {
    padding: 0;
  }

  .contact-form-container .form-body .input-item {
    display: block;
    margin: 0;
    padding: 0;
  }

  .contact-form-container .form-body .input-item .input-box {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
  }

  .submit-btn {
    margin: 0 auto;
  }

  .contact-form-container .side-contact-details-card {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }

  .side-contact-details-card-box {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
  }

  .side-contact-details-card-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .side-contact-details-card-box .d-box p a {
    font-size: 15px;
    font-weight: 500;
  }

  .side-contact-details-card-box .d-box img {
    width: 32px;
  }

  .let-us-con {
    font-size: 28px;
  }

  .header_top {
    display: none;
  }

  .slider_section .detail-box h1 {
    font-size: 1.1rem;
  }

  .slider_section .detail-box p {
    font-size: .9rem;
  }
}


@media screen and (max-width:768px) {


  .footer-container .footer-box .box:nth-child(1) {
    max-width: 100%;
  }

  .footer-container .footer-box .box:nth-child(2) {
    max-width: 100%;
    padding-left: 0rem;
  }

  .footer-container .footer-box .box:nth-child(3) {
    max-width: 100%;
    padding-left: 0rem;
  }

  .footer-container .footer-box .box:nth-child(4) {
    max-width: 100%;
  }


  .custom_nav-container.navbar-expand-lg {
    padding: 0 20px;
  }

  .custom_nav-container .navbar-toggler {
    margin-bottom: 0;
  }

  .slider_section {
    padding: 0;
  }

  .slider_section .detail-box {
    display: none;
  }

  .slider_section ol.carousel-indicators {
    bottom: 10px;
  }

  .slider_section ol.carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  .info_section {
    padding: 20px 0;
  }

  .footer-container {
    overflow: hidden;
  }

  .client_section #carouselExampleControls {
    padding: 0;
  }

  .contact_section .form-box {
    width: 100% !important;
    padding: 15px !important;
    margin: 0 !important;
  }

  .layout_padding {
    padding: 30px 0;
  }

  .default-banner-section img {
    height: 12rem;
  }

  .our_team_box .team_box {
    max-width: 100% !important;
  }

  .custom_nav-container .navbar-nav li {
    display: block;
    width: 100%;
  }

  .dropdown .dropdown-box {
    position: static !important;
    width: 100% !important;
  }

  .submenu .submenu-box {
    position: static;
    width: 100%;
  }

  .service-box {
    flex-wrap: wrap !important;
  }

  .service-box .left-box {
    max-width: 100% !important;
  }

  .service-box .right-box {
    max-width: 100% !important;
  }

  .tour_card_container .tour_card .image-box {
    max-width: 100% !important;
  }

  .tour_card_container .tour_card .content-box {
    max-width: 100% !important;
  }

  .manufactur-card {
    flex-wrap: wrap;
  }

  .manufactur-card .image-box {
    max-width: 100% !important;
  }

  /* .manufactur-card .image-box::after {
    top: 100% !important;
    width: 100% !important;
    height: 3px !important;
  } */

  /* .manufactur-card:nth-child(even) .image-box::after {
    top: 0 !important;
    right: 0 !important;
  } */
}

/* responsive css  */

/* my extra css add  */