@charset "utf-8";
/* CSS Document */
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
i {
  font-family: fontawesome !important;
}
@font-face {
  font-family: Verdana-regular;
  src: url('../fonts/verdana/verdana.ttf');
}
@font-face {
  font-family: Verdana-bold;
  src: url('../fonts/verdana/verdana-bold.ttf');
}
@font-face {
  font-family: Segoe-regular;
  src: url('../fonts/segoe/Segoe UI.ttf');
}
@font-face {
  font-family: Segoe-bold;
  src: url('../fonts/segoe/Segoe UI Bold.ttf');
}
/*
@font-face { font-family: Arkibal-regular;  src: url('../fonts/arkibal/Arkibal Regular.ttf');} 
@font-face { font-family: Arkibal-bold;  src: url('../fonts/arkibal/Arkibal Bold.ttf');} 
@font-face { font-family: Arkibal-heavy; src: url('../fonts/arkibal/Arkibal Heavy.ttf');} 
@font-face { font-family: Ageo-regular; src: url('../fonts/ageo/Ageo.otf');} 
@font-face {font-family: Ageo-extra-bold; src: url('../fonts/ageo/Ageo-ExtraBold.otf');}
*/
body, html {
  font-family: Verdana-regular;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: Verdana-bold;
}
h2 {
  font-family: Verdana-regular;
}
h3 {
  font-family: Verdana-bold;
}
h4 {
  font-family: Verdana-bold;
}
p {
  font-family: Segoe-regular;
  font-size: 18px;
}
* {
  margin: 0;
  padding: 0;
}
li a {
  cursor: pointer;
}
.btn {
  cursor: pointer;
}
a {
  cursor: pointer;
}

.carousel-item{min-height: auto !important; }

.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fixed-top-margin {
  margin-left: -15px !important;
  margin-right: -30px !important;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.video-background-content {  position: relative;  z-index: 2; margin-top: 50px;}
.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(77 99 152);
/*  background: linear-gradient(0deg, rgba(28, 29, 73, 1) 0%, rgba(36, 37, 93, 1) 40%, rgba(56, 57, 146, 1) 72%, rgba(56, 57, 146, 1) 100%);*/
  opacity: 0.73 !important;
  z-index: 1;
}
.video-background-holder .navbar {
  z-index: 900;
  background-color: transparent !important;
  color: #FFFFFF;
}
.menu_1 {
  height: 90vh;
}
.lead {
  font-family: Segoe-bold;
  font-size: 2.25rem !important;
}
.lead-2 {
  font-family: Segoe-regular;
  font-size: 2.5rem !important;
}
.safeguard {
  color: transparent;
  font-size: 50px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.display-3 {
  font-family: Verdana-bold;
  font-size: 4rem !important;
}
.display-4 {
  font-family: Verdana-bold;
  font-size: 4.5rem !important;
}
.video-footer { /*   position: absolute; bottom: 70px;*/ width: 100%;
}
.video-footer h4 {
  color: #20BABF;
  font-size: 19px;
  width: 100%;
}
.video-footer a {
  color: #fff;
  font-size: 20px !important;
  padding: 10px 10px;
  border-radius: 8px;
  width: 100%;
}
.video-footer a:hover {
  color: #20BABF;
  font-size: 20px;
  text-decoration: none;
}
.video-footer i {
  padding-top: 3px;
}
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #20BABF !important;
  border-color: #20BABF !important;
}
.btn-outline-success {
  color: #20BABF !important;
  border-color: #20BABF !important;
}
.btn-outline-success-1:hover {
  color: #fff !important;
  background-color: #20BABF !important;
  border-color: #20BABF !important;
}
.btn-outline-success-1 {
  color: #FFF !important;
  border-color: #FFF !important;
}
/*----------sticky-icons----------*/
div.sticky-1 {
  position: fixed;
  padding: 10px;
  width: 100px;
  z-index: 6;
  top: 268px
}
.stickyBox-1 {
  width: 60px;
  height: 60px;
  background: #ff7f50;
  margin: 0 10px 15px;
  border-radius: 40px;
  font-size: 35px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 9px;
  transition: .5s all ease-in;
  overflow: hidden;
  color: #fff;
}
.stickyBox-1 span {
  opacity: 0;
  color: #fff;
  font-size: 26px
}
.stickyBox-1 a {
  color: #fff;
  text-decoration: none
}
.stickyBox-1 a:hover {
  color: #fff !important;
  text-decoration: none
}
.stickyBox-1 a:visited {
  color: #fff !important;
  text-decoration: none
}
.stickyBox-1:hover {
  color: #fff !important;
  width: 320px;
  height: 60px;
  border-radius: 50px
}
.stickyBox-1:hover span {
  transition: .5s all ease-in;
  font-size: 26px;
  margin-left: 15px;
  transition-delay: .4s;
  color: #fff;
  opacity: 1;
}
.stickyBox_2 {
  background-color: #6495ED;
  font-size: 25px !important;
}
/*----------settingStandard----------*/
.setting {
  font-family: Verdana-bold;
  font-weight: normal;
  color: #4D6398;
  font-size: 4rem;
}
.modallinks {
  cursor: pointer;
}
.tech-modallinks {
  cursor: pointer;
}
.topnav a {
  font-family: Verdana-regular;
  color: rgb(255 255 255 / 78%);
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #20BABF !important;
}
.dropdown-item:hover {
  color: #383992 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255 255 255 / 90%) !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 255 255) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255 / 50%) !important;
}
.topnav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
}
.topnav .nav-tabs {
  border: none !important;
}
.top-nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
}
.aw-8 {
  width: 80%;
  height: auto;
}
.aw-7 {
  width: 70%;
  height: auto;
}
.aw-6 {
  width: 60%;
  height: auto;
}
.aw-5 {
  width: 50%;
  height: auto;
}
.astm {
  font-weight: 600;
  padding-bottom: 15px;
}
#lifescience {
  margin-top: 2px;
  background: url(../images/lifescience.webp) no-repeat left center;
  background-size: cover;
  color: #FFFFFF;
}
.wrapper {
  width: 100%;
}
#foodandnutrition {
  margin-top: 2px;
  background: url(../images/foodandnutrition-bg.webp) no-repeat left top;
  background-size: cover;
  color: #FFFFFF;
}
#plastics {
  margin-top: 2px;
  background: url(../images/plasticsbg.webp) no-repeat left top;
  background-size: cover;
  color: #FFFFFF;
}
#applications {  margin-top: 2px;  width: 100%;  background-color: #4D6398;  padding-bottom: 50px; padding-top: 50px}

#applications h2 {margin-bottom: 50px;  margin-top: 0; padding: 0;}
#services {
  margin-top: 2px;
  height: auto;
  width: 100%;
  background-color: #f7f7ff;
  padding-bottom: 100px;
}
#services h1 {
  color: #FFFFFF;
  margin: 40px 0;
}
#services h2 {
  color: #212529;
  padding: 40px 0 0;
}
#testimonials {
  margin-top: 2px;
  width: 100%;
  padding-top: 50px;
  background: #586EA3;
	
}
.quote-box {
  background: #fff;
  padding: 40px 100px 40px 100px;
  min-height: 450px;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 0.2);
  box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 0.2);
  border-radius: 15px;
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
}
.whypti-1 {
  width: 100%;
  background-color: white !important;
  color: #727171;
  min-height: auto;
  padding: 10% 20px 0;
  box-sizing: border-box;
  font-style: italic;
}
.know-more-btn a {
  font-family: Verdana-bold;
  font-size: 14px;
}
.b-top {
  border-top: 1px solid hsl(0deg 0% 89% / 40%);
}
footer {
  height: auto;
  padding: 60px 0 20px;
  width: 100%;
  background-color: #4D6398;
  color: #fff;
}
#videogallery {
  margin-top: 2px;
  width: 100%;
}
#technologies {
  margin-top: 2px;
  width: 100%;
}
.toper {
  margin-top: 5%;
}
#slider {
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
#specialApplications {
  margin-top: 2px;
  background: url(../images/SpecialApp-bg.webp) no-repeat left top;
  background-size: cover;
  color: #fff;
}
.b-right {
  border-right: 1px solid hsl(0deg 0% 89% / 40%);
}
.phone {
  border-right: 1px solid hsl(0deg 0% 89% / 40%);
  text-align: center;
}
.phone-1 {
  border-right: 0px solid hsl(0deg 0% 89% / 40%);
  text-align: center;
}
#applications h1 {
  color: #FFFFFF;
}
.carousel-indicators {
  bottom: -60px !important;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #a4a3a3 !important;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card {
  color: #000000;
  padding: 40px;
  text-align: left;
  margin: 20px 0;
  line-height: 1.5rem;
  font-size: 90px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.carousel .card p {  font-size: 18px;  font-weight: 400; overflow: hidden;    display: -webkit-box;    -webkit-line-clamp: 4;    -webkit-box-orient: vertical;    text-overflow: ellipsis;}

.carousel .card-1 {
  background: #ffff;
}
.carousel .card-2 {
  background: #ffff;
}
.carousel .card-3 {
  background: #ffff;
}
.owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-dot {
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid white !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.owl-dot.active, .owl-dot:hover {
  background: white !important;
}
.owl-item {
  width: 600px;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: transparent !important;
  background-image: url(../images/prev-arrow.png) !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain !important;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent !important;
  background-image: url(../images/next-arrow.png) !important;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain !important;
  outline: none;
}
.owl-nav {
  float: right !important;
}
.owl-carousel .card {
  min-height: 300px !important;
}
#lifescience .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 0;
  color: #ffff !important;
  background-color: transparent !important;
  border: transparent;
}
#lifescience .list-group-item a {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
/*#lifescience .list-group-item a::before {content: '';  position: absolute; width: 35px; height: 4px; background: #fff; display: block; top: 12px;}*/
#lifescience .list-group-item a:hover {
  text-decoration: none;
  color: #20BABF !important;
}
#foodandnutrition .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 0rem;
  color: #ffff !important;
  background-color: transparent !important;
  border: transparent;
}
#foodandnutrition .list-group-item a {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
/*#foodandnutrition .list-group-item a::before {content: '';  position: absolute; width: 35px; height: 4px; background: #fff; display: block; top: 12px;}*/
#foodandnutrition .list-group-item a:hover {
  text-decoration: none;
  color: #20BABF !important;
}
#plastics .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 0rem;
  color: #ffff !important;
  background-color: transparent !important;
  border: transparent;
}
#plastics .list-group-item a {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
/*#plastics .list-group-item a::before {content: '';  position: absolute; width: 35px; height: 4px; background: #fff; display: block; top: 12px;}*/
#plastics .list-group-item a:hover {
  text-decoration: none;
  color: #20BABF !important;
}
/*tab*/
/* Style the tab */
#applications .tab {
  float: left;
  color: #FFFFFF;
  background-color: transparent;
  height: auto;
  width: 80%;
}
/* Style the buttons inside the tab */
#applications .tab button {
  display: block;
  background-color: transparent !important;
  color: #FFFFFF;
  opacity: 0.5;
  padding: 22px 16px 22px 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid rgb(255 255 255 / 31%);
  position: relative;
}
#applications .tab button:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 0%;
  transition: all 600ms ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* Change background color of buttons on hover */
#applications .tab button:hover {
  color: #FFFFFF;
  background-color: transparent;
  opacity: 1;
}
#applications .tab button:hover:before {
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -moz-transform: rotate(450deg);
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}
/* Create an active/current "tab button" class */
#applications .tab button.active {
  color: #19C0C3;
  opacity: 1;
  border-bottom: 1px solid #19C0C3;
}
#applications .tab button.active:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 0%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
}
/* Style the tab content */
#applications .tabcontent {
  float: right;
  padding: 40px;
  border: 1px solid #ccc;
  border-left: none;
  min-height: 300px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  color: #000000;
  box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green);
}
.card-image-container {
  width: 100%;
  margin-top: 7%;
}
.card-image-container img {
  border-radius: 50%;
  border-radius: 100% !important;
  width: 130px !important;
  height: 130px !important;
}
.card-image-container-1 {
  width: 100%;
  margin-top: 10%;
}
.card-image-container-1 img {
  border-radius: 50%;
  border-radius: 100% !important;
  width: 130px !important;
  height: 130px !important;
}
.inner-tab .list-group-item.active {
  z-index: 2;
  color: #19C0C3;
  background-color: transparent;
  border-color: transparent;
}
.inner-tab .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: transparent;
 margin-top: 0 !important;
}

.nav-tabs { border-bottom: 1px solid #dee2e6 !important;}

.no-padding_01 {  padding: 0rem 1rem !important; }

.tab-content {
    text-align: left;
    padding:0 !important;
    box-sizing: border-box;
    line-height: 30px;
}

.inner-tab img {
  width: 100%;
  float: right;
}
.video-main {
  width: 100%;
  border-radius: 20px;
}
.video_img {
  width: 85%;
  height: auto;
}
/* Style the tab */
#technologies .tab {
  float: left;
  color: #000000;
  background-color: transparent;
  height: auto;
  width: 100%;
}
/* Style the buttons inside the tab */
#technologies .tab button {
  display: block;
  background-color: transparent !important;
  color: #000000;
  opacity: 0.5;
  padding: 22px 0px 22px 0px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid rgb(0 0 0 / 35%);
  position: relative;
}
#technologies .tab button:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 0%;
  transition: all 600ms ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* Change background color of buttons on hover */
#technologies .tab button:hover {
  color: #000000;
  background-color: transparent;
  opacity: 1;
}
#technologies .tab button:hover:before {
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -moz-transform: rotate(450deg);
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}
/* Create an active/current "tab button" class */
/*#technologies .tab button.active {
  color: #19C0C3;
	opacity: 1;
}*/
#technologies .tab button.active {
  color: #19C0C3;
  opacity: 1;
  border-bottom: 1px solid #19C0C3;
}
#technologies .tab button.active:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 0%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
}
/* Style the tab content */
#technologies .tabcontent-tech {
  float: right;
  padding: 40px;
  border-left: none;
  min-height: 300px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  color: #000000;
}
#services .list-group-item {
  position: relative;
  display: block;
  color: #fff;
  padding: .75rem 1.25rem;
  background-color: transparent;
  border-bottom: 1px solid rgb(26 14 14 / 13%);
}
#whyPTI {
  min-height: 600px;
}
/*nav*/
.topnav {
  position: relative;
}
.topnav #navLinks {
  display: none;
}
.contact-btn {
  color: #FFFFFF;
}
.topnav a.icon {
  float: right;
  color: #b9b5b5;
}
.topnav a:hover { /* background-color: #ddd; */ color: #b9b5b5;
  text-decoration: none;
}
.topnav .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: none !important;
}
.topnav .active {
  color: white;
}
.contact-btn-specialapp, .contact-btn-specialapp-de {
  background: #4D6398;
  color: #fff;
  border-radius: 20px;
  border: none;
  padding: 12px 50px;
  font-size: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.contact-btn-specialapp:hover, .contact-btn-specialapp-de:hover {
  color: #fff;
  text-decoration: none;
}


footer form input {
  color: #fff;
  background: transparent;
}
footer .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
footer .form-control::placeholder {
  color: #fff !important;
}
input, select, textarea {
  color: #fff;
}
textarea:focus, input:focus {
  color: #fff !important;
}
footer a:hover {
  color: #E2DFDF !important;
}
.getintouch-btn {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #20BABF;
  color: #20BABF !important;
  padding: 10px;
}
footer h1 {
  font-display: Verdana-regular;
  color: #fff;
}
.footer-nav a {
  color: #fff;
  margin-top: 20px;
  width: 100%;
  display: flex;
}
.footer-nav a:hover { background-color: transparent !important; }

.fa-long-arrow-right {
  color: #20BABF;
  font-size: 14px;
}
.know-more-dark {
  color: black;
  margin-right: 5px;
  font-size: 14px;
  font-family: Verdana-bold;
}
.know-more-dark i {
  padding-top: 3px;
}
.know-more-white {
  color: #fff;
  font-size: 14px;
}
.know-more-lite {
  color: #727171;
}
.link_1 {
  color: #212529;
}
.link_1:hover {
  color: #20BABF;
  text-decoration: none;
}
.contact-link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.whypti {
  width: 100%;
  background-color: white !important;
  color: #727171;
}
.l-h {
  line-height: 30px;
}
.footer-nav-style {
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* padding: 2px; */ margin-top: 45px;
}
.social a {
  color: #fff;
  font-family: Verdana-bold;
  font-size: 16px;
}
.application-inner-tab .nav-tabs .navlink {
  color: rgb(2 16 55 / 52%);
}
.application-inner-tab .nav-tabs .navlink.active {
  color: #19C0C3;
  border-left: 3px solid #19C0C3;
  padding-left: 8px;
}
#application-sm, #tech-sm {
  display: none;
}
#application-lg, #tech-lg {
  display: block;
}
.yearnav .nav-link:before {
    content: unset !important;
}
.white {
  color: #fff;
}
.Tablet {
  display: none;
}
.text-size {
  font-size: 18px;
  padding-top: 20px;
  color: #fff;
}
.h4_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
.p-left {
  line-height: 28px;
}
.footer-email {
  font-size: 18px;
  padding-top: 20px;
}
.footer-icon {
  font-size: 18px;
}
.fa-ico {
  padding: 10px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa-linkedin {
  background: #007bb5;
  color: #fff;
}
.fa-youtube {
  background: #b00;
  color: #fff;
}
.contact-page {
  width: 122px !important;
}
.g-recaptcha {
  transform: scale(0.84);
}
/*-------------Vision Section------------*/
#vision {
  background: url(../images/vision-bg.webp) no-repeat left top;
  background-size: cover;
}
/*------------------------------------Youtube popup---------------------------------------*/
#video-popup-container {
  display: none;
  position: fixed;
  z-index: 1031 !important;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}
#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9999;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}
.fade {
  opacity: 1 !important;
}
#video-popup-iframe-container {
  position: absolute;
  z-index: 1005;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}
#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
#video-popup-close:hover {
  color: #DE0023;
}
.ml_4 {
  margin-left: 1.5rem !important;
}
/*-----media query-----*/
@media (min-width: 844px) and (max-width: 991px) {
  #lifescience .list-group-item a {
    font-size: 18px;
    padding-left: 0px;
  }
  .menu {
    height: 75vh;
  }
  .card-deck .card {
    -ms-flex: 1 0 45% !important;
    flex: 1 0 45% !important;
    margin-right: 15px;
    margin-bottom: 30px !important;
    margin-left: 15px;
  }
  .card_image {
    min-height: 200px !important;
  }
  #solutions h3 {
    font-size: 1.2rem !important;
  }
  #vision {
    display: none !important;
  }
  #vision-xs {
    background: url(../images/vision-bg.webp) no-repeat left top;
    background-size: cover;
    /*min-height: 50vh;*/
    display: block !important;
  }
  .overlay {
    background-color: rgb(232 237 248 / 84%);
    height: 100%;
    text-align: center;
    padding: 50px 50px;
    box-sizing: border-box;
  }
  .vision-text-xs p {
    color: black;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .video-footer h4 {
    color: #20BABF;
    font-size: 19px;
    height: 55px;
  }
  /*.menu { height: 87vh;}*/
  .nav-link {
    font-size: 15px !important;
  }
  #lifescience .list-group-item a {
    font-size: 18px;
    padding-left: 0px;
  }
  #lifescience .list-group-item a::before {
    width: 25px;
  }
  #settingStandard .card {
    width: 50% !important;
  }
  .card-scroll {
    max-height: 185px;
    overflow: scroll;
  }
  #foodandnutrition .list-group-item a {
    font-size: 18px;
  }
  .carousel .card {
    padding: 40px 20px;
    min-height: 350px !important;
  }
  .card-image-container img {
    border-radius: 50%;
    border-radius: 100% !important;
    width: 100px !important;
    height: 100px !important;
  }
  .card-image-container-1 img {
    border-radius: 50%;
    border-radius: 100% !important;
    width: 100px !important;
    height: 100px !important;
  }
  .g-recaptcha {
    transform: scale(0.70) !important;
  }
  #solutions h3 {
    font-size: 1.5rem !important;
  }
  #vision {
    display: none !important;
  }
  #vision-xs {
    background: url(../images/vision-bg.webp) no-repeat left top;
    background-size: cover;
    min-height: 50vh;
    display: block !important;
  }
  .overlay {
    background-color: rgb(232 237 248 / 84%);
    height: 100%;
    text-align: center;
    padding: 50px 50px;
    box-sizing: border-box;
  }
  .vision-text-xs p {
    color: black;
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .menu_1 {
    height: 63vh;
  }
  .setting {
    font-size: 2rem !important;
  }
  .card_image {
    min-height: 140px !important;
  }
  #video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    top: 30%;
    background-color: #fff;
  }
  .quote-box {
    padding: 40px 30px 40px 30px;
    min-height: 300px;
    box-sizing: border-box;
  }
  .whypti-1 {
    min-height: auto;
  }
  .whypti-1 h3 {
    font-size: 16px !important;
  }
  .center-1 {
    text-align: center;
  }
  .disp-none {
    display: none !important;
  }
  .phone {
    border-right: 1px solid hsl(0deg 0% 89% / 40%);
    text-align: left;
  }
  .phone-1 {
    border-right: 0px solid hsl(0deg 0% 89% / 40%);
    text-align: left;
  }
  .h4_title {
    padding-left: 0;
  }
  .p-left {
    padding-left: 0px;
  }
  .footer-email {
    padding-left: 0px;
  }
  .footer-icon {
    padding-left: 0px;
  }
  .Tablet {
    display: none;
  }
  .tag-title h1 {
    font-size: 30px !important;
  }
  .vision-text-xs h3 {
    font-size: 2.5rem !important;
  }
  .vision-text-xs p {
    color: black;
    font-size: 1rem !important;
  }
  .g-recaptcha {
    transform: scale(1.02) !important;
  }
}
/*ipad landscape*/
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  #solutions h3 {
    font-size: 1.5rem;
  }
  #applications .tab {
    width: 95%;
  }
  #applications .tabcontent {
    padding: 60px;
  }
  /* #vision .card-title {   margin-left: 40px;}*/
  #vision .card-title {
    color: #2f3074;
    font-size: 4.5rem;
    font-weight: 600;
  }
  #vision .card-text {
    margin-left: 40px;
  }

 
}
@media (max-width: 820px) {
  .contact-link {
    font-size: 11px !important;
    font-weight: bold;
    color: #fff;
  }
  .contact-btn-specialapp {  font-size: 15px !important; padding: 12px 25px !important; }

  .contact-btn-specialapp-de {  font-size: 13px !important; padding: 12px 25px !important; }

  #applications h2 {margin-bottom: 30px;  margin-top: 0; padding: 0;}

  .video-background-holder {
    height: 50vh;
  }
  .menu_1 {
    height: 50vh;
  }
  #mList {
    max-width: 100% !important;
  }
  .setting {
    font-size: 3rem;
  }
  .card-deck .card {
    -ms-flex: 1 0 45% !important;
    flex: 1 0 45% !important;
    margin-right: 15px;
    margin-bottom: 30px !important;
    margin-left: 15px;
  }
  .card_image {
    min-height: 200px !important;
  }
  .aw-7 {
    width: 100%;
    height: auto;
  }
  .display-3 {
    font-family: Verdana-bold;
    font-size: 3.2rem !important;
  }
  .lead-2 {
    font-family: Segoe-regular;
    font-size: 2.5rem !important;
  }
  #lifescience .list-group-item a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    position: relative; /*padding-left: 20px;*/
  }
  #lifescience .list-group-item a:hover {
    text-decoration: none;
    color: #20BABF !important;
  }
  /*#lifescience .list-group-item a::before {content: '';  position: absolute; width: 15px; height: 4px; background: #fff; display: block; top: 12px;}
*/
  #foodandnutrition .list-group-item a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    position: relative; /*padding-left: 20px;*/
  }
  #foodandnutrition .list-group-item a:hover {
    text-decoration: none;
    color: #20BABF !important;
  }
  /*#foodandnutrition .list-group-item a::before {content: '';  position: absolute; width: 15px; height: 4px; background: #fff; display: block; top: 12px;}*/
  #plastics .list-group-item a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    position: relative; /*padding-left: 20px;*/
  }
  #plastics .list-group-item a:hover {
    text-decoration: none;
    color: #20BABF !important;
  }
  /*#plastics .list-group-item a::before {content: '';  position: absolute; width: 15px; height: 4px; background: #fff; display: block; top: 12px;}
*/
  .owl-carousel .card {
    height: 400px !important;
  }
  #solutions h3 {
    font-size: 1.2rem !important;
  }
  .dis-none {
    display: none;
  }
  .vision-text-xs h3 {
    font-size: 2.5rem;
  }
  .vision-text-xs p {
    color: black;
    font-size: 1rem !important;
  }
  .Tablet {
    display: block;
  }
  textarea {
    color: #fff;
    min-height: 85px;
  }
  .g-recaptcha {
    transform: scale(1.11);
  }
  #applications .tab {
    width: 100%;
  }
  .carousel .card {
    color: #000000;
    padding: 40px 15px;
    text-align: left;
    margin: 20px 0;
    line-height: 1.5rem;
    font-size: 90px;
    border-radius: 30px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
    /*overflow-y: scroll; */
    box-sizing: border-box;
    padding-bottom: 15px;
  }
  .card-scroll {
    max-height: 175px;
    overflow: scroll;
  }
  .topnav a {
    color: rgb(29 29 29 / 78%);
  }
  .contact-btn-specialapp {
    padding: 12px 35px;
  }
}
.nav-bg-sm {
  background-color: transparent;
}
@media (max-width: 992px) {
  #lifescience .list-group-item a {
    padding-left: 0 !important;
}
  .nav-bg-sm {
    background-color: #383992;
    padding: 20px;
  }
  .dis-none {
    display: none;
  }
  .Tablet {
    display: block;
  }
  .contact-btn-specialapp {
    padding: 12px 35px;
    font-size: 18px;
  }
  .contact-btn-specialapp-de {
    padding: 12px 35px;
    font-size: 16px;
  }
  #solutions h3 {
    font-size: 1.2rem !important;
  }
   .nav-link { padding: 22px 10px 22px 0px !important;}
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

}
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  #lifescience, #foodandnutrition, #plastics, #applications, #services, #testimonials, #technologies, #footer {
    height: auto !important;
  }
  #application-lg, #tech-lg {
    display: none;
  }
  #application-sm, #tech-sm {
    display: block !important;
  }
  .display-4 {
    font-size: 3rem !important;
  }
  .lead {
    font-size: 1rem !important;
  }
  .display-3 {
    font-size: 1.5rem !important;
    padding-top: 20px;
  }
  .lead-2 {
    font-size: 1rem !important;
  }
  .video-background-holder {
    position: relative;
    background-color: black;
    height: auto;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  #lifescience-tab, #food-tab, #bottles-tab {
    display: none !important;
  }
  #lifescience h3 {
    font-size: 1.2rem !important;
    font-weight: bold;
    margin-top: 20px;
  }
  #foodandnutrition h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
  }
  #plastics h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
  }
  .card-scroll {
    max-height: 185px;
    overflow: scroll;
  }
  .owl-carousel .card {
    height: 340px !important;
  }
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 10 0%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal-content {
  border-radius: 0 !important;
  border: none;
}
.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
.modallinks {
  color: white;
  font-family: Segoe-regular;
  padding: 20px 0px;
  list-style: none;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}
.modallinks:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 6%;
  transition: all 600ms ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* ----- MODAL STYLE ----- */
.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tech-modallinks {
  color: #000000;
  font-family: Segoe-regular;
  padding: 20px 0px;
  list-style: none;
  border-bottom: 1px solid rgb(0 0 0 / 18%);
}
.tech-modallinks:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 6%;
  transition: all 600ms ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
i {
  margin-left: 8px !important;
}
.inner-sm-tab .list-group-item.active {
  z-index: 2;
  color: #19C0C3;
  background-color: transparent;
  border-color: transparent;
}
.inner-sm-tab .navlink.active {
  color: #19C0C3;
  border-left: 3px solid #19C0C3;
  padding-left: 8px;
}
.inner-sm-tab .navlink {
  color: rgb(2 16 55 / 52%);
}
.inner-sm-tab .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: transparent;
}
.btn-primary {
  color: #fff;
  background-color: #383992 !important;
  border-color: #383992 !important;
}
/*---floating button-----*/
@media (max-width:991px) {
  .stickyBox-1 {
    width: 40px;
    height: 40px;
    background: #ff7f50;
    margin: 0 10px 15px;
    border-radius: 20px;
    font-size: 20px !important;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 4px;
    transition: .5s all ease-in;
    overflow: hidden;
    color: #fff;
  }
  div.sticky-1 {
    position: fixed;
    padding: 0;
    width: 100px;
    z-index: 2;
    top: 434px;
  }
  .stickyBox_2 {
    background-color: #6495ed !important;
    font-size: 20px !important
  }
  .stickyBox-1:hover {
    color: #fff !important;
    width: 320px;
    height: 40px;
    border-radius: 40px 40px 40px 40px;
  }
  .stickyBox-1:hover span {
    transition: .5s all ease-in;
    font-size: 16px;
    margin-left: 15px;
    transition-delay: .4s;
    color: #fff;
    opacity: 1
  }
  .owl-carousel .card {
  min-height: 325px !important;
}
}
.card {
  text-align: center;
}
.card_image {
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
  min-height: 140px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
}
.card_image img {
  width: 50%;
  text-align: center;
}
.CI {
  width: 40% !important;
}
.card-title {
  color: #4D6398;
  font-size: 2.5rem;
  font-weight: 600;
}
.card-footer {
  border-radius: 0 0 23px 23px !important;
}
.card-footer a {
  color: #333;
}
.card-footer a:hover {
  text-decoration: none;
}
#settingStandard .card-img, .card-img-top {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
#settingStandard .card {
  border-radius: 30px !important;
}
#solutions {
  background-color: #F7F7FF;
  padding: 40px 0;
}
#solutions .card {
  border: none !important;
  background-color: transparent !important;
}
#vision {
  height: 80vh;
  /*
	background-image: url("../images/vision-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
*/
}
.vision-text {
  text-align: left;
  width: 50%;
  position: absolute;
  right: 0;
}
.vision-text .card-title {
  font-size: 3.5rem;
  font-family: Verdana-regular;
}
.vision-text .card-text {
  font-size: 1.5rem;
  color: #000000;
}
#solutions h3 {
  font-size: 2rem;
}
#videogallery {
  background-color: #F8F8F8;
}
#vision-xs {
  display: none;
}
@media (max-width: 820px) {
  .card {
    background-color: transparent;
  }
  .overlay {
    background-color: rgb(232 237 248 / 84%);
    height: 100%;
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .mission-img {
    display: none;
  }
  #vision {
    display: none !important;
  }
  #vision-xs {
    background: url(../images/vision-bg.webp) no-repeat left top;
    background-size: cover;
    display: block;
  }
  .vision-text-xs p {
    color: black;
    font-size: 1.5rem;
  }
  .vision-text-xs h3 {
    font-size: 2rem !important;
  }
  .tag-title {
    margin-left: 50px !important;
  }
  .tag-sub-title {
    margin-left: 50px;
  }
  .tag-title h1 {
    font-size: 65px;
  }
  .tag-sub-title h3 {
    font-size: 18px;
    line-height: 1.5rem !important;
    font-family: Segoe-regular;
  }
}
.tag-sub-title h3 {
  line-height: 2.5rem;
  font-family: Segoe-regular;
}
.display-5 {
  font-size: 4.5rem !important;
}
.setting-std-card:hover {
  cursor: pointer;
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
/*
.setting-std-card:hover h5{

	color: white !important;
	
}
*/
@media (min-width:992px) and (max-width:1056px) {
  nav a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contact-btn-specialapp-de {  font-size: 16px; padding: 12px 25px !important; }
}
footer form input {
  color: #fff;
  background: transparent;
}
footer .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  /*	margin-left: 35px;*/
  line-height: 1.5;
  color: #fff;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.getintouch-btn {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #20BABF;
  color: #20BABF !important;
  padding: 10px;
}
@media only screen and (min-width: 360px) and (max-width: 900px) and (orientation: landscape) {
  .card-title {
    color: #2f3074;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px;
  }
  .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #vision {
    height: 100vh;
  }
  .contact-btn-specialapp {
    padding: 12px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 900px) and (orientation: landscape) {
  .card-title {
    color: #2f3074;
    font-size: 3.8rem;
    font-weight: 600;
    margin-top: 20px;
  }
  .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #vision {
    height: 100vh;
  }
  .contact-btn-specialapp {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 650px) and (orientation: landscape) {
  .card-title {
    color: #2f3074;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px;
  }
  .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #vision {
    height: 100vh;
  }
  .contact-btn-specialapp {
    padding: 12px;
  }
}
/*   Banner popup */
div#popUpForm {
            position: fixed;
            width: 100%;
            background-color: #00000082;
            display:none;
            height: 100%;
            top: 0;
            z-index: 9999;
            }
            #popContainer {
            width: 30%;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            background-color: #fff;
            min-height: auto;
            margin-top: 80px;
            padding:5px 10px 10px 10px;
            border-radius:30px;
            top: 20%;
            left:35%;
            position: absolute;
            }
            #close{
            width:35px;
            font-size: 24px;
            background-color:e4e4e4;
            margin:0 5px;
            float:right;
            cursor:pointer;
            border-radius:2px;
            font-weight:bold;
            }
            #close:hover{
            background-color:rgba(239,241,247,1.00);
            }
            @media only screen and (max-width: 1024px) {
            /* For mobile phones: */
            #popContainer {
            width: 80%;
            margin: 10px auto;
            min-height: auto;
            top:8vh;
            left:10%;
            }
            }
@media screen and (max-width: 991px)
{
/*#video-popup-container{width: 100% !important; margin-left: auto !important; left: auto !important;}*/
#lifescience .list-group-item a {
    padding-left: 0 !important;
}

.card h3 {
    font-size: 1.2rem !important;
    font-weight: normal !important;
}

.applications .leftbg {
min-height: auto !important; 

}
  

  .carousel-item:after{
background:none !important;
}

  .lang-select-btn {
    background-color: #20BABF !important;
    width: 150px !important;
    margin-left: 20px !important;
}

  .force-decay-bg h1{
    font-size: 30px !important;
}

.applications {
    min-height: 50vh !important;
    height: auto;
    margin-top: 30px;
}
.applications .rightbg {
    width: 100%;
    min-height: 50vh !important;
    height: auto;
}

.Airborne-bg h1{
    font-size: 23px !important;
}

.tag-title h1 {
    font-size: 2.5rem !important;
}
.tag-title {
    margin-left: 15px;
}

}
      .bg {
            background: #343581;
        }
		     .wid-1 {
                display: inline-block;
                line-height: 1;
                vertical-align: bottom;
                padding: 0px;
                margin: 0px;
                text-indent: 0px;
            }

            .widg1 {
                vertical-align: bottom;
                width: 151px;
                height: 24.6px;
            }

            .color {
                color: #ff7f50 !important;
                border: 1px solid #ff7f50;
            }

            .color:hover {
                color: #fff !important;
                background-color: #ff7f50;
                border: 1px solid #ff7f50;
            }

            .drop-right {
                min-width: 200px;
            }

            .drop-right_last {
                min-width: 200px;
                right: 0 !important;
            }

            .btn {
                font-size: 13px !important;
            }
		
	  .contact-us-btn{
		      color: #20BABF !important;
    border: 1px solid #20BABF !important;
    background-color: transparent !important;
		  padding: 10px !important;
		  border-radius: 5px;
	  }
	   .contact-us-btn:hover{
		      color: #fff !important;
    border: 1px solid #20BABF !important;
    background-color: #20BABF !important;
		 
	  }
	  .request-demo-btn{
		  color: #ff7f50 !important;
   border: 1px solid #ff7f50 !important;
    background-color: transparent !important;
		  padding: 10px !important;
		   border-radius: 5px;
	  }
	    .request-demo-btn:hover{
		  color: #fff !important;
   border: 1px solid #ff7f50 !important;
    background-color: #ff7f50 !important;
		 
	  }
	  .lang-select-btn{
		  color: #20BABF !important;
   border: 1px solid #20BABF !important;
    background-color: transparent;
		  padding: 6px 6px !important;
		   border-radius: 5px;
       font-family: Verdana;
       text-transform: uppercase;
        margin-left: 20px !important;
	  }
	   .lang-select-btn:hover{
		      color: #fff !important;
    border: 1px solid #20BABF !important;
    background-color: #20BABF !important;

		 
	  }
  footer p{ color: #fff !important;	}
  
  .sup { text-transform: lowercase; }

  .nav-link {
      display: block;
      padding: 22px 0px 22px 0px;
      font-size: 16px;
      border-radius: 0;
      color: #333;
      position: relative;
      border-bottom: 1px solid #dddddd;
      border-radius: 0 !important;
      -moz-transition: all 600ms ease;
      -webkit-transition: all 600ms ease;
      transition: all 600ms ease;
  }

  .nav-link:hover {
      color: #000000;
      background-color: transparent;
      opacity: 1;
  }

  .nav-link:hover:before {
      -moz-transition: all 600ms ease;
      -webkit-transition: all 600ms ease;
      transition: all 600ms ease;
      -moz-transform: rotate(450deg);
      -webkit-transform: rotate(450deg);
      transform: rotate(450deg);
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      color: #19C0C3;
      opacity: 1;
      border-bottom: 1px solid #19C0C3;
      border-radius: 0;
      background: transparent;
  }

  .nav-pills .nav-link.active:before, .nav-pills .show>.nav-link:before {
      content: '\f138';
      font-family: fontawesome !important;
      position: absolute;
      right: 0%;
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      transform-origin: center center;
      -moz-transition: all 600ms ease;
      -webkit-transition: all 600ms ease;
      transition: all 600ms ease;
  }

  .nav-link:before {
      content: '\f138';
      font-family: fontawesome !important;
      position: absolute;
      right: 0%;
      transition: all 600ms ease;
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  .nav-link_1 {
      color: #fff !important;
      opacity: 0.5;
      border-bottom: 1px solid rgb(255 255 255 / 31%) !important;
  }

  .nav-link_1.active {
      color: #19C0C3 !important;
      opacity: 1;
      border-bottom: 1px solid #19C0C3 !important;
      border-radius: 0;
      background: transparent;
  }

  .g-recaptcha {
      /*transform: scale(0.84);*/
      transform-origin: 0 0;
      /*margin-top: 20px !important;*/
  }

  .subscribe-label {
      font-size: 19px !important;
  }

  @media screen and (min-width: 992px) and (max-width: 1180px){
    .lang-select-btn { color: #fff !important; background-color: #20BABF !important; border:none; width: 150px !important; }

    .contact-btn-specialapp-de {  font-size: 16px; padding: 12px 25px !important; }
  }

  @media (max-width: 770px) {
      .g-recaptcha {
          transform: none;
          transform-origin: 0 0;
          margin-top: 0px !important;
          margin-bottom: 20px !important;
      }

      .text_center {
          text-align: center !important;
      }

      .left-padd {
          padding-left: 0px;
      }

      .w_100 {
          width: 100% !important;
      }
  }
/*
			.lang::before{
		content: url("../interior-images/globe.png");
				position: absolute;
				margin-right: 5px;
				z-index: 1;
	
	}
*/
.lang select{ background: transparent; border: none; color: #fff; outline: none; cursor: pointer;  text-transform: uppercase;}

.lang select option{ background: transparent; border: none; color: #fff; cursor: pointer; }

.lang-btn{ color: #fff !important; background-color: #20BABF !important; border:none;}
.menu_2{
	height:100vh;
}

#popContainer {
    width: 45%!important;
    left: 30%!important;
    }
@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    #popContainer {
    width: 80%!important;
    margin: 10px auto;
    min-height: auto;
    top:8vh;
    left: 10%!important;
    }}