@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --primary-color: #00a2a2;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: verdana;
  font-weight: 400;
}

/* Modal */
.file-text {
  margin: 0;
  padding-top: 0;
  font-size: 10px;
}

.modal-text {
  padding-top: 0;
}

.modal-body button.close {
  position: relative;
  top: -27px;
  left: 25px;
  background-color: #000;
  border-radius: 50%;
  padding: 0.2em 0.3em;
  font-size: 1em;
}

.modal-body button.close:hover {
  color: white !important;
}
/* Modal */
a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--primary-color);
  text-decoration: none !important;
}

/* p {
	   font-size: 1.6em;
	   font-family: mon-regular;
   } */

img {
  outline: none;
  -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px inset;
  background-color: rgb(233, 233, 233);
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgb(209, 209, 209);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

.dropdown__menu_items > ::-webkit-scrollbar-thumb {
  background-color: grey;
}
.gap {
  height: 15px;
  clear: both;
}

.mid-gap {
  height: 30px;
  clear: both;
}

.big-gap {
  height: 45px;
  clear: both;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext'); */

body {
  font-family: "verdana", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  /* background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
	   background-position: center;
	   background-repeat: repeat;
	   background-size: 7%;
	   background-color: #fff;
	   overflow-x: hidden; 
	   transition: all 200ms linear;*/
}

nav::selection {
  color: #fff;
  background-color: #8167a9;
}

nav::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}

/*--------- Section1 navbar------------ */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* .start-header.scroll-on .navbar-brand img{
	   height: 24px;
	   -webkit-transition : all 0.3s ease-out;
	   transition : all 0.3s ease-out;
   } */
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* .navbar {
	padding: 0;
} */

/* .navbar-brand img{
	   height: 28px;
	   width: auto;
	   display: block;
	 filter: brightness(10%);
	   -webkit-transition : all 0.3s ease-out;
	   transition : all 0.3s ease-out;
   } */
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar .nav-link {
  color: #00a2a2 !important;
  font-weight: 400;
  /* font-size: 1.1em; */
  font-size: 1.2vw;
  margin-left: 0.5em;
  transition: all 200ms linear;
}

.navbar .nav-item:hover .nav-link {
  color: #8167a9 !important;
}

.navbar .nav-item.active .nav-link {
  color: #00a2a2 !important;
  font-weight: 700;
}

.navbar .nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.navbar .nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear;
}

.navbar .nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.navbar .nav-item.active:hover:after {
  opacity: 0;
}

.navbar .nav-item {
  position: relative;
  transition: all 200ms linear;
  /* font-size: 14px; */
}
.font-pri {
  color: var(--primary-color);
}

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #eaeaea;
}
.bg-darkgray {
  background: #cfcfcf;
}
.bg-pri {
  background: var(--primary-color);
  color: #fff;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}

p {
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
  /* transition: all 300ms linear;
	   transition-delay: 1700ms; */
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, 0.6);
}

body.dark {
  color: #fff;
  background-color: #1f2029;
}

body.dark h1 {
  color: #fff;
}

body.dark h1 span {
  transition-delay: 0ms !important;
}

body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
  color: #fff !important;
}

body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.carousel_home {
  margin-top: 122px;
}

.bannerimages img {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerimages p {
  position: absolute;
  font-size: 2.4vw;
  color: white;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.bannerimages p span {
  font-weight: 800;
}

.bannerimages .font-green_2 {
  color: #185862;
  line-height: 1;
}

.carousel-control-next,
.carousel-control-prev {
  width: 0%;
  color: #000;
  top: 0;
  bottom: 2%;
  align-items: end;
  /* left: 35%; */
  /* transform: translateX(50%); */
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: absolute;
  /* bottom: 22%; */
  /* left: 0; */
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-control-next {
  right: 42%;
}

.carousel-control-prev {
  left: 42%;
}

.carousel-control-prev-icon {
  left: 15%;
}

.carousel-control-next-icon {
  right: 15%;
}

.carousel-indicators li {
  width: 10px;
  height: 9px;
  border-radius: 50%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.carousel-indicators .active {
  background-color: #df2226 !important;
}

/* section 3 life */
.service-block{
  position: relative;
  overflow: hidden;
  height: 380px;
}
.service-block:hover .hover_div {
  opacity: 1;
  visibility: visible;
  bottom: 0%;
  cursor: pointer;
}
.hover_div {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 430px;
  display: block;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.inner_content {
  width: 90% !important;
  color: #fff;
  /* text-transform: uppercase; */
  margin: 0 auto;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 22px !important;
}
.service-block span {
  border-radius: 50%;
  display: block;
  font-size: 58px;
  height: 90px;
  text-align: center;
  width: 90px;
}
.bg_yellow2 {
  background: #009688c7;
  /* display: none; */
}
.valign {
  position: relative;
  cursor: pointer;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fxcenter {
  justify-content: center;
}

.life_title {
  color: var(--primary-color);
  font-size: 1.3em;
  font-weight: 700;
}

.sec_life {
  background: #f7f8fc;
  border-radius: 15px;
  padding: 20px 25px;
  margin: 10px;
}

.arrow {
  color: var(--primary-color);
  position: relative;
  animation: mymove 1s infinite;
  animation-timing-function: linear;
}

@keyframes mymove {
  from {
    left: 0px;
  }

  to {
    left: 20px;
  }
}

/* section 4 */
.bg-green {
  background-color: #00a2a2;
  /* background:
	   url(../images/bg_green.jpg) center no-repeat;
	   background-size: cover; */
}

/* #facebook-icon,
   #facebook-icon ~ span {display:inline-block;}
   .MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
   .MultiCarousel{ Height: 189px;}
	   .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
		   .MultiCarousel .MultiCarousel-inner .item { float: left;}
		   .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#666;}
	   .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
	   .MultiCarousel .leftLst { left:0; }
	   .MultiCarousel .rightLst { right:0; }
	   
		   .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; } */

.item1 img {
  /* width: 48%; */
  float: left;
  margin: 0 1% 4%;
}

.item1 h2 {
  color: #fff;
  width: 48%;
  float: left;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 1% 2%;
}

/* .MultiCarousel .rightLst, .leftLst  {
	   
	   background: transparent !important;
	   border: none;
	   color: #fff;
   } */
.Pillars {
  justify-content: space-evenly;
}

.Pillars h3 {
  color: #fff;
  font-weight: 600;
  margin: auto;
}

.Pillars p img {
  float: left;
  margin-right: 10px;
}

.Pillars p {
  color: #fff;
  font-weight: 600;
  line-height: 0.8;
  /* background: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}

.Pillars div {
  transition: transform 0.2s;
}

.Pillars div:hover {
  transform: scale(1.3);
}

/* section 6 accolades */
.bg-accolades {
  background: url(../images/bg_Accolades.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.bg-awards {
  background: url(../images/bg_award.png) center no-repeat;
  background-size: contain;
  height: 170px;
  /* width: 20%; */
  margin: 20px;
  position: relative;
}

.bg-awards p {
  position: absolute;
  top: 0;
  left: 42%;
  top: 50%;
  transform: translate(-38%, -58%);
  text-align: center;
  font-style: italic;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.72em;
}

.accolades_year {
  position: absolute;
  top: 0;
  left: 40%;
  top: 57%;
  transform: translate(-33%, -50%);
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 0.745em;
}

.bg-awards p:hover {
  color: #8b73b4;
}

.main_title {
  color: var(--primary-color);
  font-weight: 600;
  /* padding: 1.4em; */
}

/* .accolades::before{
	   content: "";
	   display: inline-block;
	   background: #ccc url(../images/leftbefore_img.jpg) no-repeat;
	   width: 10px;background-size: contain;
	   height: 10px;
	   } */
/* section 6 Accreditations */
.Accreditations {
  /* background-color: #00a2a2; */
}

.Accreditations ul {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  font-weight: 600;
}

.Accreditations li {
  background: #fff;
  font-size: 1.9em;
  padding: 9px;
  text-align: center;
  transition: transform 0.2s;
  height: 103px;
  border-radius: 10px;
}

.Accreditations ul li img {
  /* width: 100%; */
  width: auto;
  height: 45px;
}

/* .Accreditations .main_title {
	color: #fff;
} */

.Accreditations li:hover {
  transform: scale(1.2);
  box-shadow: 1px 4px 16px -6px #777;
  /* box-shadow: 0 0px 20px 0px rgb(138 155 165 / 74%); */
  /* box-shadow: 0px 0px 31px 1px rgb(237 235 235); */
  border-radius: 10px;
}
#img_11 {
  width: 85%;
  display: inline-block;
}
#img_12 {
  width: 35%;
  margin: 0 auto;
}
/*FOOTER*/

footer {
  /* background: #16222A;
	   background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
	   background: linear-gradient(59deg, #3A6073, #16222A); */
  background: #f7f8fc;
  /* color: white; */
  /* margin-top:100px; */
}

footer a {
  color: #504c4c;
  font-size: 12px;
  font-weight: 300;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #007bb7;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #ffffff;
}

.footer-middle {
  padding-top: 2em;
  /* color: white; */
  color: #504c4c;
}

/*SOCÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â°AL ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â°CONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 1px;
}
ul.social-network li img {
  width: 35px;
}
.mainfooter hr {
  border-top: 2px solid rgb(157 155 155 / 90%);
}
.line_gap {
  margin-bottom: 8px;
}
/* form */
#register {
  padding: 4%;
}
#InquiryModalLabel {
  color: #fff;
}
#inquiryModal .modal-header {
  background-color: var(--primary-color);
}
.inquiry_btn {
  border: none;
  background: var(--primary-color);
  color: #fff;
  /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #4caf50); */
  padding: 0.7em 44px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.close {
  opacity: 1;
  color: #fff;
}
#registration .form-control {
  background: none;
  border: none;
  border-bottom: 1.1px solid #1f3197;
  color: #1f3197;

  outline: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
  box-shadow: none;

  border-radius: 0px;
}
/* footer social icons */

/* .social-network a.icoFacebook:hover {
	background-color: #00a2a2;
}

.social-network a.icoLinkedin:hover {
	background-color: #00a2a2;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
	color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD;
} */

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #f9f9f9;
}

.fxfooter {
  display: flex;
  justify-content: space-around;
}

.footer-pad ul li {
  position: relative;
  transition: all 200ms linear;
}

.footer-pad ul li:before {
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  content: "";
  border: none;
  background-color: #504c4c;
  vertical-align: 0;
}

.footer-pad ul li a {
  margin-left: 1.2em;
}

.footer-heading {
  font-size: 14px;
  font-weight: 600;
}

.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}

.owl-carousel .owl-nav {
  /* overflow: hidden; */
  /* height: 0px; */
  width: 90%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  /* right: 10%; */
}
.owl-carousel1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  /* right: 0; */
}

.owl-prev {
  position: absolute;
  left: 0;
}

.owl-next {
  position: absolute;
  right: 0;
}

/*  */
.owl-carousel1 .owl-item img {
  display: inline;
  width: auto;
  width: 100%;
}

.Pillars-owl-carousel .owl-item img {
  width: auto !important;
}

.Pillars-owl-carousel {
  color: #fff;
}

/* .Pillars-owl-carousel .owl-nav{
	display: flex;
    justify-content: center;
    align-items: center;
} */
.Pillars-owl-carousel .owl-nav .owl-prev,
.Pillars-owl-carousel .owl-nav .owl-next {
  /* width: 100%; */
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

/* .Pillars-owl-carousel .owl-nav .owl-prev{
	left:0;
}
.Pillars-owl-carousel .owl-nav .owl-next{
	right:0;
} */
.carousel-wrap {
  width: 100%;
  /* max-width: 1000px;  */
  margin: auto;
  position: relative;
}

#homebanner .carousel-indicators {
  z-index: 1 !important;
}

.carousel_home {
  position: relative;
}
.testimonial .nav-tabs .nav-link {
  color: #595a5c;
  padding: 20px 80px 10px 80px;
}
.testimonial .testiwrap {
  background: #f2f2f2;
  text-align: center;
  margin-top: 65px;
  padding: 0px 30px 20px;
  border-radius: 20px;
  height: 31em;
}
.testimonial .testiwrap p {
  font-size: 0.81em;
}
.testimonial .testiwrap img {
  width: 130px;
  margin-top: -65px;

  outline: 6px solid #ffffff;
  /* height: 130px; */
  border-radius: 50%;
  margin-bottom: 20px;
}
#Employee img {
  border: 5px solid #233e89;
}
#Customer img {
  border: 5px solid #faca1c;
}
#Story img {
  border: 5px solid red;
}
.activetab {
  background-color: #00a2a2;
  color: #fff;
}
.activetab a {
  color: #fff !important;
}
#Customer,
#Story {
  display: none;
}
/* tab style start*/
.mg_top {
  margin-top: 122px;
  /* position: relative; */
  padding: 0;
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  position: absolute;
  color: #fff;
}
.sidetab a {
  color: var(--primary-color);
}
.sidetab .nav-link:first-child {
  font-weight: 700;
}
.sidetab .nav-link.active {
  display: block;
  padding: 0.2rem 1rem;
  /* margin: 0.3rem; */
  border-left: 3px solid var(--primary-color);
}
.sidetab .nav-pills .nav-link {
  border-radius: 0rem;
}
.sidetab .nav-pills .nav-link.active,
.sidetab .nav-pills .show > .nav-link {
  color: var(--primary-color);
  background-color: #007bff00;
}

#v-pills-tab {
  background: #f4f5fb;
  padding: 0.8rem 0;
}
#v-pills-tabContent span {
  color: var(--primary-color);
  font-weight: 600;
}
/* tab style close */
/* capabilities start */
.box {
  background: #e4e4e4;
  padding: 4px;
  border-right: 3px solid var(--primary-color);
}
.box2 {
  font-size: 1.1em;
  font-weight: 600;
  background: var(--primary-color);
  color: #fff;
  padding: 5px 12px;
}
ul.equipment {
  line-height: normal;
  list-style-image: url(../images/bullet.png);

  text-align: left;
  font-weight: 00;
  color: #57575b;
  margin-right: 20px;
}
ul.equipment li {
  margin: 0.2em;
}
ul.equipment li::marker {
  color: hotpink;
}
.Capacity span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.5em;
}
.bborder {
  border-bottom: 3px solid var(--primary-color);
}
.text-center-vertically {
  display: flex;
  align-items: center;
}

/* capabilities close */
/* product start*/
.list_title {
  font-weight: 600;
  margin-top: 1em;
}
#myInput,
#openinginput {
  width: 100%;
  padding: 0.4em;
  background: transparent;
  border: 1px solid var(--primary-color);
}
.boxproduct ul {
  list-style: none;
  display: inline-flex;
  justify-content: space-between;
}
.boxproduct li {
  background: var(--primary-color);
  color: #fff;
  margin: 10px;
  padding: 20px;
}
.boxproduct li > span {
  font-size: 1.4em;
  font-weight: 600;
}
/* product close */
/* career start*/
#v-pills-registration .box1,
#v-pills-opening .box1 {
  background: #01a1a1;
  padding: 20px;
  color: #fff;
}
.card-header button {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
}
.card-header button  p{
  text-align: left;
  width: 100%;
}

.bg-career {
  background: url(../images/career_banner2.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.btn-outline-primary {
  background: #fff;
  padding: 0.3em 0.5em;
  font-weight: 600;
  color: var(--primary-color);
}
#resumeform .form-label {
  font-weight: 600;
}
.form-label2 {
  font-size: 0.9em;
}
/*input[type="file"]::file-selector-button {
  border: none;
  color: transparent;
  padding: 0.8em !important;
  height: 100% !important;
  border-radius: 0.2em;
  background: url(../images/browse_file_img.png) no-repeat;
  background-size: cover;
  transition: 1s;
}*/
.card-body {
  color: #646464;
}
/* career close */
/* #Media
   ================================================== */

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  .boxproduct ul {
    display: block;
  }
  .service-block{
    height: auto;
  }
  .pdy{
    padding:15px 0 !important;
  }
  .navbar .nav-item:after {
    display: none;
  }
  .navbar .nav-link {
    font-size: 1.2em;
    margin-left: 1em;
  }
  .navbar .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0px;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .navigation-wrap {
    padding: 10px 0px;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -43px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }

  /* section accolades */
  .bg-awards {
    width: -webkit-fill-available;
    /* zoom: .4; */
  }

  .main_title {
    font-size: 1.4em;
    padding: 0.5em;
  }

  .carousel-wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
  }

  .owl-carousel1 .owl-nav {
    /* width: 73%; */
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
  }

  .Pillars {
    width: 100%;
  }

  .Pillars {
    /* justify-content: flex-start; */
    padding-left: 30px;
  }

  .Pillars p {
    zoom: 0.8;
    font-size: 0.9em;
  }

  .carousel-control-prev {
    left: 32%;
  }

  .carousel-control-next {
    right: 32%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 5%;
  }

  .Pillars-owl-carousel .owl-nav .owl-prev {
    left: 2%;
  }

  .Pillars-owl-carousel .owl-nav .owl-next {
    right: 2%;
  }

  .Pillars h3 {
    font-size: 1.4em;
  }

  /* object {
    width: 30% !important;
  } */
  .testimonial .nav-tabs .nav-link {
    padding: 12px;
  }
}

/* #Link to page
   ================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

body.dark .logo img {
  filter: brightness(100%);
}

/* close navbar */

.gallery_model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000d1;
  z-index: 9999;
  padding: 2%;
  display: none;
}
.image_wrap {
  width: 100%;
  height: 78%;
  text-align: center;
  margin-bottom: 2%;
}
#img_large {
  width: auto;
  height: 100%;
}
.img_thumbs {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.img_thumb {
  width: auto;
  height: 100%;
  margin: 0 5px;
  cursor: zoom-in;
}
.cancel {
  display: block !important;
  position: absolute;
  top: 5%;
  right: 11%;
  font-size: 36px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.submitBtn {
    background: #00a2a2;
    border-radius: 0;
    color: white;
}
strong {
    font-weight: bold;
}
/* General container styling */
.job-details-container, .apply-form-container {
     
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .job-details-container h2, .apply-form-container h3 {
        color: #333;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .job-details-container p strong {
        color: #555;
        display: inline-block;
        min-width: 120px; /* Align labels */
    }
.job-details-container label{ font-weight:bold;}
/* Modern custom file upload styling */
/*.custom-file {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
}

.custom-file-input {
    width: 100%;
    height: 40px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.custom-file-label {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    line-height: 22px;
    color: #495057;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: border-color 0.2s;
}

.custom-file-input:focus + .custom-file-label {
    border-color: #80bdff;
    outline: 0;
}*/