@import url("owl.carousel.css");
@import url("owl.theme.default.css");
@import url("fonts.css");
body {
  font-family: DIN2014Light, sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 167%;
  letter-spacing: 0em;
  overflow-x: hidden;
  padding-left: 60px;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a,
button,
.text,
.supply-logo li {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
b, strong {
    font-weight: 600;
}
a::after, a::before,
button::after,
button::before,
.text::after,
.text::before,
.supply-logo li::after,
.supply-logo li::before {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0em;
}

h2 {
    font-family:Industry-Light, sans-serif;
	font-weight: 600;
	font-size: 44px;
    line-height: 1.2;
    text-transform: normal;
    color: #474c56;
	margin-bottom: 20px;
}
h3 {
    font-family:Industry-Book, sans-serif;
	font-size: 30px;
    line-height: 1.2;
    color: #75787B;
    text-transform: normal;
    letter-spacing: 0.015em;
    margin-bottom: 4px;
}
h4 {
	font-family:Industry-Bold, sans-serif;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0em;
    margin-bottom: 0;
    line-height: 30px;
}
h6{
	font-family: Industry-Bold, sans-serif;
	font-size: 16px;
	color: #a7a8aa;
	font-weight:600;
}
p {    
    font-size: 18px;
    letter-spacing: 0em;
	margin-bottom: 39px;
	font-weight: 300;
}
.brand-logo {
  width: 250px;
  display: block;
  margin-top: 10px;
  margin-left: 120px;
  transition: all 0.4s ease 0s;
}
.brand-logo img {
  max-width: 100%;
}
.brand-logo img.d-sticky-logo {
    display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.4s ease 0s;
  z-index: 90;
}
header.srolled {
    background: #ffffff;
    box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.5);
	    z-index: 222;
}
header.srolled .brand-logo {
    width: 145px;
    margin-top: 3px;
}
.srolled .brand-logo img {
    display: none;
}
.srolled .brand-logo img.d-sticky-logo {
    display: block;
    width: 100%;
}

.desktop-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border: none;
}
.desktop-menu li {
  list-style: none;
}
.desktop-menu li.desktop-contact {
  cursor: pointer;
  padding: 10px 36px;
  background-color: #1C1E59;
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.desktop-menu li.desktop-contact:hover {
    background-color: #009FE2;
}
.desktop-menu li.desktop-contact a {
  color: #ffffff;
      letter-spacing: 0em;
    text-transform: uppercase;
}
.desktop-menu li.desktop-contact i {
  margin-left: 14px;
}
.desktop-menu li.desktop-search {
  margin-right: 30px;
  font-size: 14px;
  color: #ffffff;
}
.desktop-menu li.desktop-search a {
  color: #ffffff;
}
.desktop-menu li.desktop-search span {
  cursor: pointer;
}
.desktop-menu li.menu-lavel-1 {
	margin-right: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.desktop-menu li.menu-lavel-1 > a {    
	color: #ffffff;
    align-items: center;
    font-size: 18px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.05em;
	text-transform:uppercase;
	
}
header.srolled .desktop-menu li.menu-lavel-1 > a {
    color: #75787B;
}
.desktop-menu li.menu-lavel-1 > a.search-show-icon i {
    font-size: 14px;
}
.desktop-menu li.menu-lavel-1 > a:hover {
  text-decoration: none;
  color: #009FE2;
}
.desktop-menu li.menu-lavel-1 > a i {
  margin-left: 6px;
  font-size: 11px;
}
.menu-lavel-1 > a.active {
    color: #007bff !important;
}
footer {
  background-color: #1C1E59;
  padding: 36px 58px;
}

footer .copyright a:hover{color:#009FE2;}

.footer-logo {
  width: 164px;
  display: block;
}
.footer-logo img {
  width: 100%;
}

.copyright {
  font-size: 14px;
  letter-spacing: 0em;
  color: #ffffff;
}
.copyright a {
    color: #ffffff;
    position: relative;
    margin-left: 10px;    
    padding-left: 10px;
    letter-spacing: 0em;
	font-weight: 300;
}
.copyright a:before {
    content: "";
    width: 1px;
    height: 90%;
    background-color: #fff;
    position: absolute;
    top: 46%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.copyright a:hover{
	color:#47763b;
}

.full-screen {
  min-height: 100vh;
  position: relative;
}

.Home-top {
  min-height: 100vh;
}

.owl-home-top .owl-dots {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.owl-home-top .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.3;
}
.owl-home-top .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-home-top .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  display: block;
}

.slider-img {
  background-size: cover;
  min-height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  background-image: url(../images/home-slide.png);
  -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
    padding-bottom: 120px;
}
.slider-img.bg-none {
  background-image: none;
}
.slider-img video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-img .text {
    position: relative;
    z-index: 3;
    max-width: 700px;
    margin-left: 58px;
    margin-right: auto;
    color: #ffffff;
    width: 100%;
    text-transform: normal;    
}
.slider-img .text h1, .slider-img .text h2 {
    margin-bottom: 22px;
    font-weight: 300;
    letter-spacing: 0em;
    font-weight: 600;
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
}
.slider-img .text p{
    font-size: 24px;  
	margin-bottom:15px;
}
.slider-img .text h1 b {
 /* display: block;*/
}

.pattern-bradcrum {
  background-image: url(../images/pattern-2.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.home-insights {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.home-insights > div {
  width: 100%;
  padding-top: 50px;
}
.home-insights .container {
  max-width: 1680px;
}

.news-list-home .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 48px;
}
.news-list-home .title h1, .news-list-home .title h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 72px;
  letter-spacing: 0em;
  line-height: 100%;
}
.news-list-home .title a {
  margin-left: 22px;
  transform: translateY(-3px);
}
.news-list-home ul {
  display: flex;
  padding: 0;
  margin-top: 7px;
}
.news-list-home ul li {
  list-style: none;
  width: 33%;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 24px;
  border-right: solid 1px #e4e7e9;
  margin-right: 30px;
  padding-right: 30px;
}
.news-list-home ul li:last-child {
  border-right: solid 0px #e4e7e9;
  margin-right: 0;
}
.news-list-home ul li b {
  display: block;
  margin-bottom: 10px;
}
.news-list-home ul li small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.news-list-home ul li a {
  color: #76BC21;
}
.news-list-home ul li a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.news-list-home ul li a:hover {
  text-decoration: none;
}
.news-list-home ul li a:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
}

.readmore1 {
  color: #009FE2;
  letter-spacing: 0.05em;
  font-family:Industry-Bold, sans-serif;
  font-size: 20px;
  transition: ease 0.35s all;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}
.readmore1::before {
  content: attr(data-text);
  color: #009FE2;
  position: absolute;
  top: -30px;
  transition: ease 0s all;
}
.readmore1 i {
  transition: all 0.28s ease;
  margin-left: 4px;
  width: 20px;
  font-size: 17px;
  transform: translateY(0px);
}
.readmore1 i:last-child {
  position: absolute;
  top: -30px;
  right: 0;
  transition: all 0.28s ease;
}
.readmore1.left {
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.readmore1.left::before {
  content: attr(data-text);
  color: #009FE2;
  position: absolute;
  top: -30px;
  left: 26.5px;
  transition: ease 0s all;
}
.readmore1.left i {
  margin-right: 5px;
  margin-left: 0;
}
.readmore1.left i:first-child {
  position: absolute;
  top: -30px;
  left: 0;
  transition: all 0.28s ease;
}
.readmore1.left:hover i:first-child {
  top: 9px;
}
.readmore1:hover {
  line-height: 90px;
  text-decoration: none;
  color: #009FE2;
}
.readmore1:hover i:last-child {
  top: 7px;
}

.talk-to-expert {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 38px 21px 38px 0;
}

.talk-to-expert a {
    font-family:Industry-Book, sans-serif;
	color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 41px;
    transition: ease 0.35s all;
    display: inline-block;
    overflow: hidden;
    height: 41px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.talk-to-expert a::before {
  content: attr(data-text);
  color: #ffffff;
  position: absolute;
  top: -41px;
  transition: ease 0s all;
}
.talk-to-expert a i {
  transition: all 0.28s ease;
  margin-left: 14px;
  transform: translateY(2px);
  line-height: 41px;
  position: relative;
  top: -3px;
}
.talk-to-expert a:hover i:last-child {
    top: 0;
}
.talk-to-expert a i:last-child {
  position: absolute;
  top: -41px;
  right: 0;
  transition: all 0.28s ease;
}
.talk-to-expert a:hover {
  line-height: 123px;
  text-decoration: none;
  color: #ffffff;
}
.talk-to-expert a:hover i:last-child {
  top: -5px;
}

.readmore span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.readmore:hover {
  color: #76BC21;
  text-decoration: none;
}
.readmore:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
}

.news-text-home {
  padding-left: 70px;
  max-width: 712px;
}
.news-text-home a {
  color: #76BC21;
}

.text-news {
  min-height: 220px;
  letter-spacing: 0em;
}
.text-news h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
.text-news p {
  margin-bottom: 20px;
}

.home-bottom-slider {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/slide2.png);
  position: relative;
}
.home-bottom-slider.bg-none {
  background-image: none;
}
.home-bottom-slider video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bottom-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.home-bottom-slider .overlay {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(8, 25, 55, 0.6) 0%, rgba(8, 25, 55, 0) 100%);
}
.home-bottom-slider .overlay .text {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.home-bottom-slider .overlay .text .text-wrap {
  max-width: 427px;
  color: #ffffff;
}
.home-bottom-slider .overlay .text .text-wrap h1, .home-bottom-slider .overlay .text .text-wrap h3 {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0em;
}
.home-bottom-slider .overlay .text .text-wrap p {
  margin-bottom: 20px;
}
.home-bottom-slider .overlay .text .text-wrap a {
  color: #76BC21;
}
.home-bottom-slider .overlay .text .text-wrap a:hover {
  text-decoration: none;
}
.home-bottom-slider .overlay::after, .home-bottom-slider .overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-bottom-slider .overlay::after {
  background-image: url(../images/pattern-3.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.home-bottom-slider .overlay::before {
  background-image: url(../images/pattern-4.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
section.figures_module {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.tabs-content {
    padding-left: 101px;
    padding-top: 14px;
}

.tab-img {
  width: 560px;
  float: left;
  margin-right: 140px;
  max-width: 100%;
}
.tab-img img {
  max-width: 100%;
}

.tab-img-right {
  width: 420px;
  float: right;
  margin-left: 140px;
  max-width: 100%;
}
.tab-img-right img {
  max-width: 100%;
}
.tab-img-right img + img {
  margin-top: 27px;
}

.tab-text h2 {
  margin-bottom: 20px;
  font-weight: 400;
}
.tab-text p {
  margin-bottom: 20px;
  letter-spacing: 0em;
}

.readmore {
  display: flex;
  font-size: 20px;
  color: #76BC21;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0em;
}
.readmore i {
  margin-left: 12px;
}
.readmore:hover {
  text-decoration: none;
}

.industry-home {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.industry-home .container {
  max-width: 1680px;
  padding-top: 86px;
  padding-bottom: 86px;
}
.industry-home .title {
  margin-bottom: 25px;
}
.industry-home .title h1, .industry-home .title h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 72px;
  letter-spacing: 0em;
}

.tablink .hr {
  height: 1px;
  background-color: #d9d9d6;
}
.tablink button {
   	font-family:Industry-Book, sans-serif;
    border-radius: 0;
    display: flex;
    color: #1C1E59;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    align-items: center;
    letter-spacing: 0em;
	padding: 30px 0;
}
.tablink button:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.tablink button.active {
  color: #1C1E59;
	font-family:Industry-Bold, sans-serif;
}

.arrow-nav {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -20px;
}
.arrow-nav .owl-prev,
.arrow-nav .owl-next {
  position: absolute;
  background: none;
  border: none;
  display: flex;
  align-items: center;
}
.arrow-nav .owl-prev.disabled,
.arrow-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: no-drop;
}
.arrow-nav .owl-prev span,
.arrow-nav .owl-next span {
  margin-left: 20px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0em;
}
.arrow-nav .owl-prev {
  margin-left: 34px;
}
.arrow-nav .owl-prev::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='41' viewBox='0 0 21 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3666 0.77863C20.6638 1.0759 20.8125 1.43262 20.8125 1.8488C20.8125 2.20552 20.6936 2.53252 20.4557 2.82979L4.31399 20.3984L20.4557 37.9671C20.9908 38.6805 20.9611 39.3643 20.3666 40.0182C19.6531 40.5533 18.9694 40.5236 18.3154 39.9291L1.19266 21.3794C0.717027 20.7254 0.717027 20.0714 1.19266 19.4174L18.3154 0.867811C18.9694 0.273271 19.6531 0.243544 20.3666 0.77863Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 40px;
}
.arrow-nav .owl-next {
  margin-right: 34px;
  right: 0;
}
.arrow-nav .owl-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='41' viewBox='0 0 21 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.617814 0.77863C0.320545 1.0759 0.17191 1.43262 0.17191 1.8488C0.17191 2.20552 0.290817 2.53252 0.528633 2.82979L16.6704 20.3984L0.52863 37.9671C-0.00645558 38.6805 0.0232714 39.3643 0.617811 40.0182C1.33126 40.5533 2.01498 40.5236 2.66897 39.9291L19.7917 21.3794C20.2673 20.7254 20.2673 20.0714 19.7917 19.4174L2.66898 0.867811C2.01498 0.273271 1.33126 0.243544 0.617814 0.77863Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 40px;
}

.slider-container {
  position: relative;
  min-height: 100vh;
}

.side-pannel {
  width: 60px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #ffffff;
  z-index: 101;
  border-right: solid 1px #d9d9d6;
  display: flex;
  flex-direction: column;
}

.promo-bar {
  width: 60px;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  border-bottom: solid 1px #e8edf1;
}
.promo-bar .promo-center {
  width: 60px;
  height: 60px;
  position: relative;
  transform: rotate(-90deg);
}
.promo-bar .promo-center .promo-text {
  position: absolute;
  width: 50vh;
  height: 60px;
  transform: translateX(calc(-50% + 30px));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
  font-size: 20px;
  letter-spacing: -0.05en;
  font-weight: 600;
  color: #75787B;
}
.promo-bar .promo-center .promo-text span {
    display: block;
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    /* background-image: url(../images/arrow1.svg); */
    margin-left: 8px;
    margin-top: 3px;
    overflow: hidden;
}
.promo-bar:hover {
  background-color: #1C1E59;
}
.promo-bar:hover .promo-text {
  color: #ffffff;
}

.promo-social {
  display: flex;
  align-items: baseline;
  align-self: center;
  width: 60px;
  height: 50vh;
}
.promo-social ul {
  padding: 0;
}
.promo-social ul li {
  list-style: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.promo-social ul li a {
  display: block;
  color: #75787B;
}
.promo-social ul li a:hover {
  color: #1C1E59;
}

.promo-outer, .promo-outer1 {
  z-index: 99;
  position: fixed;
  overflow: hidden;
  height: 0vh;
  width: 0vw;
  left: 60px;
  top: 0;
  transition: all 0.4s ease 0s;
}

.promo-left-fade, .promo1-left-fade {
  position: fixed;
  width: 0vw;
  height: 100vw;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.promo-left-main, .promo1-left-main {
  background-color: #ffffff;
  width: calc(60% - 30px);
  position: fixed;
  left: 60px;
  top: 0;
  height: 100vh;
  z-index: 2;
  transition: all 0.4s ease 0s;
  transform: translateX(-100%);
  overflow: auto;
}

.popup-text-flex {
  display: flex;
  justify-content: space-between;
}
.popup-text-flex .promo-img,
.popup-text-flex .promotext {
  width: calc(50% - 30px);
}
.popup-text-flex .promo-img .textwrap,
.popup-text-flex .promotext .textwrap {
	padding-right: 62px;
	padding-top: 56px;
}
.popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {
    color: #75787B;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 24px;
    text-transform: normal;
    letter-spacing: 0.12em;
    line-height: 1.2;
}
.popup-text-flex .promotext .textwrap a {
    text-transform: normal;
    letter-spacing: 0.00;
}
.popup-text-flex .promotext .textwrap p {
    margin-bottom: 19px;
}
.popup-text-flex .promo-img img,
.popup-text-flex .promotext img {
  width: 100%;
}

.modal-open::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(7, 16, 31, 0.7);
  width: 100%;
  height: 100%;
  z-index: 98;
}
.modal-open .promo-left-fade {
  opacity: 1;
  width: 100vw;
}
.modal-open .promo-outer {
  z-index: 99;
  height: 100vh;
}
.modal-open .promo-left-main {
  transform: translateX(0);
}
.modal-open .promo-bar {
  background-color: #1C1E59;
}
.modal-open .promo-bar .promo-text {
  color: #ffffff;
}
.modal-open .promo-bar .promo-text span {
  background-image: url(../images/close.svg);
}

.modal-open1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(7, 16, 31, 0.7);
  width: 100%;
  height: 100%;
  z-index: 98;
}
.modal-open1 .promo1-left-fade {
  opacity: 1;
  width: 100vw;
}
.modal-open1 .promo1-outer {
  z-index: 99;
  height: 100vh;
}
.modal-open1 .promo1-left-main {
  transform: translateX(0);
}
.modal-open1 .chat-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #75787B;
}
.modal-open1 .chat-left svg {
  fill: #fff;
}

.mobile-show {
  display: none;
}

.pagination-line {
  height: 5px;
  position: fixed;
  bottom: 0;
  left: 0px;
  background-color: #0077c8;
  z-index: 80;
  transition: all 1s ease 0s;
}

.inner-top-section {
  background-position: center center;
  background-size: cover;
  min-height: 740px;
  position: relative;
}
.inner-top-section .disply-text {
  font-family:Industry-Light, sans-serif;
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #47763b;
  font-size: 360px;
  line-height: 260px;
  left: 0;
  bottom: 0;
  opacity: 0.30;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: uppercase;
  z-index: 1;
}
.inner-top-section .overlay {
  background: rgba(9, 36, 81, 0.4);
  position: relative;
  width: 100%;
  min-height: 740px;
  display: flex;
  align-items: flex-end;
}
.inner-top-section .overlay::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inner-top-section .overlay::after {
  z-index: 1;
  background: linear-gradient(57deg, rgba(51, 51, 51, 0.75) 0%, rgba(167, 168, 170, 0) 93.22%);
}

.top-text {
    position: relative;
    color: #ffffff;
    z-index: 2;
    padding-bottom: 47px;
    max-width: 630px;
    padding-left: 0;
    padding-right: 60px;
}
.top-text h1 {
    font-family:Industry-Light, sans-serif;
    font-size:54px;
	font-weight:600;
	margin-bottom: 0;
    letter-spacing: 0.12em;
    text-transform: normal;
    line-height: 1.1;
    margin-bottom: 26px;
}
.top-text h2 {
    color: #fff;
   font-family: Din2014Light, sans-serif;
    font-size: 30px;
	font-weight: normal;
    letter-spacing: 0.024;
    line-height: 1.36;
}
.top-text h4 {
    letter-spacing: 0em;
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
}

.background-1 {
  background-image: url(../images/c1.jpg);
}

.h2-green-section {
  max-width: 825px;
}
.h2-green-section .text {
  padding-left: 40px;
  color: #ffffff;
  padding-top: 51px;
  padding-bottom: 51px;
}
.h2-green-section .text h2 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.overflow-x-hide {
  overflow-x: hidden;
}

.breadcum {
  position: relative;
  z-index: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 12px;
}
.breadcum .link {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #75787B;
  display: flex;
  flex-wrap: wrap;
}
.breadcum .link a {
  color: #75787B;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcum .link a:first-child {
  margin-left: 0;
}
.breadcum .link a:hover {
  text-decoration: none;
  color: #1C1E59;
}
.breadcum .link b {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
}

.main {  
  position: relative;
  overflow: hidden;
}

.form-code-here {
  min-height: 305px;
}

.form-rihgt {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}

.form-rihgt.form-rihgt-2 .text {
  padding: 0px 0px 0px 115px;
}
.form-rihgt.form-rihgt-2::after {
  display: none;
}
.form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
    padding: 0 31px 0px 106px;
}
.form-rihgt.form-rihgt-2 .form-right-inner.full, .form-rihgt.form-rihgt-2 .text-only.full {
  padding: 80px 0px 0px 115px;
}
.form-rihgt::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.form-rihgt .form-right-inner {
  background-color: #ffffff;
  padding: 80px 0px 0px 80px;
  position: relative;
  z-index: 1;
}
.form-rihgt .form-right-inner h3 {
  color: #76bc21;
  margin-bottom: 20px;
  font-size: 42px;
  letter-spacing: 0;
}
.form-rihgt .form-right-inner p {
  margin-bottom: 40px;
  font-size: 21px;
}
.form-rihgt .text-only {
  padding: 80px 0px 0px 80px;
  position: relative;
  z-index: 1;
}

.green-bg {
  background-color: #1C1E59;
}

.container1 {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    padding: 0 60px;
}

.hr-main {
  border-top: solid 1px #d9d9d6;
  position: relative;
  z-index: 1;
}

.spacer-100 {
  height: 100px;
}

.spacer-190 {
  height: 190px;
}

.fullscreen-bg {
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 196px 0 138px 0;
  background-image: url(../images/ae.png);
  position: relative;
}
.fullscreen-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(57deg, rgba(0, 17, 47, 0.75) 0%, rgba(0, 17, 47, 0) 93.22%);
}
.fullscreen-bg .container {
  max-width: 1400px;
}
.fullscreen-bg .container .advanced-engineering {
    padding-left: 50px;
    max-width: 600px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.advanced-engineering h2 {
    color: #fff;
    margin-bottom: 19px;
}
.fullscreen-bg .container .advanced-engineering p {
  font-size: 18px;
  line-height: 2;
}

.fix-bottom-resources {
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - -60px);
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.fix-bottom-resources.position-absolute {
  margin-left: -30px;
}

.resources-center-button {
  display: flex;
}
.resources-center-button a {
  width: 100%;
}
.resources-center-button a.btn {
  padding: 17px 42px;
  background-color: #76BC21;
  font-size: 24px;
  color: #ffffff;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0em;
  display: flex;
}
.resources-center-button a.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.resources-center-button a.btn.collapsed {
  background-color: #768692;
}
.resources-center-button a.btn:hover {
  background-color: #76BC21;
}
.resources-center-button a.btn.btn-blue {
  background-color: #0075C9;
}
.resources-center-button a.btn.btn-blue.collapsed {
  background-color: #768692;
}
.resources-center-button a.btn.btn-blue.collapsed:hover {
  background-color: #0075C9;
}
.resources-center-button a.btn i {
  margin-left: 16px;
}

.resources-center {
  max-width: 1119px;
  margin: auto;
  width: 100%;
}

.fill-white {
  fill: #ffffff;
  transition: all 0.4s ease 0s;
}

.active .resources-text-list {
  height: 450px;
}

.resources-text-list {
  background-color: #76BC21;
  padding: 56px 70px 42px 70px;
  color: #ffffff;
  height: 450px;
  overflow-y: auto;
  transition: all 0.4s ease 0s;
}
.resources-text-list.bg-blue {
  background-color: #0075C9;
}
.resources-text-list p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
}
.resources-text-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.resources-text-list ul li {
  width: 50%;
  padding: 13px 0;
}
.resources-text-list ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
.resources-text-list ul li a:hover {
  color: #475057;
}
.resources-text-list ul li a:hover .fill-white {
  fill: #475057;
}
.resources-text-list ul li a i {
  margin-right: 6px;
}

.text-block-main {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.text-block-main .alignleft {
  float: left;
  margin-right: 30px;
  max-width: 100% !important;
}
.text-block-main .alignleft img {
  margin-bottom: 1rem;
  width: 100%;
}
.text-block-main .alignleft figcaption {
    border-left: solid 3px #6ba43a;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0;
    color: #75787B;
    padding-left: 13px;
}
.text-block-main .alignright {
  margin-left: 30px;
  float: right;
  max-width: 100% !important;
}
.text-block-main .alignright img {
  margin-bottom: 1rem;
  width: 100%;
}
.text-block-main .alignright figcaption {
    border-left: solid 3px #6ba43a;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #75787B;
    padding-left: 13px;
    font-weight: 300;
}
.text-block-main a, .contact-page-address .address-list a, .tab-text p a {
    color: #009FE2;
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#90dd4d));
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #009FE2) !important;
    background-size: 100% 1.5px, 0 1.5px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
    font-weight: 400;
}
.text-block-main a:hover, .contact-page-address .address-list a:hover, .tab-text p a:hover {  
	color:#009FE2;
  text-decoration: none;
  background-size: 0 1.5px, 100% 1.5px !important;
}
.text-block-main p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.97;
}
.text-block-main p a {
   font-family: Din2014Bold, sans-serif;
   margin-bottom: 4px;
}
.text-block-main p:last-child {
  margin-bottom: 0;
}

.text-block-main h2 {
    margin-bottom: 31px;
}
.text-block-main ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.text-block-main ul li {
  position: relative;
  padding: 4px 0;
  list-style: none;
  padding-left: 30px;
}
.text-block-main ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #75787B;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: 50%;
}
.text-block-main ul ul li::before {
    background-color: #a7a8aa;
}
.text-block-main ul ul {
  margin-bottom: 0;
}
.text-block-main ul ul li:last-child {
  padding-bottom: 0;
}
.alt-bg {
  background-color: #f3f3f3;
}
.text-block-main h4 {
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}

.spacer-105 {
  height: 105px;
}

.gutter-1 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.gutter-1 .col-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.services-list .img {
  margin-bottom: 31px;
}
.services-list .img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.services-list .img a img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.services-list .img a:hover img {
  transform: scale(1.1);
}
.services-list .text h3 {
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-bottom: 9px;
}
.services-list .text p {
  margin-bottom: 8px;
}

.row.gutter-2 {
  margin: -30px -37.5px;
}
.row.gutter-2 .col-12 {
  padding: 30px 37.5px;
}

.spacer-30 {
  height: 30px;
}

.blue-bg-text {
  background-color: #0077c8;
  color: #ffffff;
  position: relative;
  margin-top: -203px;
}
.blue-bg-text .text {
  padding: 75px 0 75px 105px;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0em;
}
.blue-bg-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #0077c8;
  z-index: 0;
}

.accordiontem .teamcard {
  border-bottom: solid 1px #E4E7E9;
}
.accordiontem .teamcard .btn {
  border-radius: 0;
  color: #6ba43a;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: left;
  padding: 12px 0;
  width: 100%;
  line-height: 30px;
  position: relative;
}
.accordiontem .teamcard .btn:hover {
	color: #90dd4d;
}
.accordiontem .teamcard .btn.collapsed::after {
  background-image: url(../images/plus.svg);
}
.accordiontem .teamcard .btn::after {
  content: "";
  background-image: url(../images/sub.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}
.accordiontem .teamcard .btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.accordiontem .teamcard .card-body-team {
  padding: 8px 0 20px 0;
}

.spacer-60 {
  height: 60px;
}

.icon-grid .text {  
  padding-left: 10px;
  padding-right: 10px;
  margin: 15px 0;
  text-align: center;
}
.icon-grid .text i {
    width: 101px;
    height: 84px;
    margin: 0 auto 23px auto;
    display: inline-block;
    cursor: pointer;
}
.icon-grid .text h4 {
    color: #75787B;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1px;
    text-transform: normal;
    letter-spacing: 0.12em;
    cursor: pointer;
}
.icon-grid .text p {
  margin-bottom: 0;
  margin-bottom: 0;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.icon-grid .text:hover p {
  display: block;
  opacity: 1;
  height: auto;
}

.table-block .table {
  margin-bottom: 0;
}
.table-block .table th {
  font-size: 18px;
  font-weight: 600;
  color: #75787B;
  text-transform: uppercase;
}
.table-block .table td,
.table-block .table th {
  text-align: right;  
}
.table-block .table td{
	color: #000000;
}
.table-block .table td:first-child,
.table-block .table th:first-child {
  text-align: left;
}

/* News CSS */
.breadcum .container-fluid .link {
  padding-left: 45px;
}

.news-page-title {
    position: relative;
    z-index: 2;
    padding-left: 56px;
    padding-bottom: 20px;
}
.rc-bg .container1 div#show_resources {
    flex: 0 0 100%;
    max-width: 100%;
}
.text-white {
    color: #75787B!important;
}
.search-result-page .news-page-title h1 {
    margin-bottom: 0 !important;
}
.main.search-result-page {
    padding-top: 100px;
}
.news-page-title h1 {
    margin-bottom: 0;
    color: #75787B;
    font-weight: 600;
    margin-top: -9px;
    letter-spacing: 0.12em;
    margin-bottom: 23px !important;
}
.contact-page-form h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.34;
}

.wf-box p {
  margin-bottom: 9px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.wf-box figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.wf-box figure img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.wf-box img {
  width: 100%;
  margin-bottom: 0px;
}
.wf-box a {
  color: #ffffff;
}
.wf-box a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#fff)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #fff) !important;
  background-size: 100% 2px, 0 2px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.wf-box a:hover {
  color: #ffffff;
  text-decoration: none;
}
.wf-box a:hover img {
  transform: scale(1.1);
}
.wf-box a:hover span {
  background-size: 0 2px, 100% 2px !important;
}

.wf-container {
  margin: 0 auto;
  background-color: #005fa0;
}

.load-more-button {
  display: flex;
  justify-content: center;
  background-color: #005fa0;
  padding: 45px 0;
}

.wf-container:before,
.wf-container:after {
  content: "";
  display: table;
}

.wf-container:after {
  clear: both;
}

.wf-box {
  margin: 0px;
  padding: 56px 60px;
  border-top: solid 1px #0077C8;
}

.wf-column {
  border-left: solid 1px #0077C8;
  border-right: solid 1px #0077C8;
  margin-left: -1px;
}
.wf-column:last-child {
  border-right: solid 0px #0077C8;
}

.wf-box img {
  display: block;
  width: 100%;
}

.wf-box .content {
  border-top-width: 0;
  padding: 0;
}

.wf-column {
  float: left;
}

@media screen and (min-width: 1200px) {
  .wf-container {
    width: 100%;
  }
}
.Filter-block {
  background-color: #a7a8aa;
  padding: 52px 0;
  position: relative;
}

.filter-form .custom-select,
.filter-form .form-control {
  border: none;
  border-bottom: solid 1px #99b0db;
  border-radius: 0;
  background-color:#a7a8aa;
  height: calc(1.5em + 1.38rem + 2px);
  font-size: 18px;
  color: #ffffff;
	padding-left: 10px;
}

.filter-form .custom-select::-moz-placeholder, .filter-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-form .custom-select:-ms-input-placeholder, .filter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-form .custom-select::placeholder,
.filter-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-form .custom-select:focus,
.filter-form .form-control:focus {
  border-bottom: solid 1px #fff;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.filter-form .custom-select {
  background-image: url(../images/dropdown.svg);
  background-size: 12px 7px;
}
.filter-form .form-control {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.Filter-block .filter-form .custom-select{
	background-image: url(../images/dropdown-white.svg);
}

.filter-form.row {
  margin: 0 -10px;
}
.filter-form.row .col-6 {
  padding: 0 10px;
}

.resource-center-top {
  background-image: url(../images/rc.png);
  position: relative;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 290px;
}
.resource-center-top::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(57deg, rgba(0, 17, 47, 0.75) 0%, rgba(0, 17, 47, 0) 100%);
  z-index: 2;
}
.resource-center-top::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/pattern-1.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}
.resource-center-top h1 {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.resource-list {
  background-color: #ffffff;
  padding: 104px 0 77px 0;
  margin-top: -210px;
  position: relative;
  z-index: 3;
}
.resource-list .row .row {
  margin: 0 -35px;
}
.resource-list .row .row .col-12 {
  padding: 0 35px;
}

.rcl {
  position: relative;
}
.rcl a.img-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.rcl a.img-link img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.rcl a.img-link:hover img {
  transform: scale(1.1);
}
.rcl .text {
  background-color: #e8edf1;
  position: absolute;
  right: 0;
  bottom: -110px;
  padding: 30px 42px;
  width: 100%;
  max-width: 300px;
  min-height: 220px;
}
.rcl .text b {
  display: block;
  color: #0077c8;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
.rcl .text p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 4px;
}
.rcl .text .readmore1 {
  font-size: 16px;
}

.rc-bg {  
  padding-top: 20px;
  padding-bottom: 30px;
}

.rc-pagination {
  padding: 60px 0;
}
.rc-pagination ul {
  list-style: none;
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0;
}
.rc-pagination ul li {
  list-style: none;
  margin: 0 3px;
}
.rc-pagination ul li.active a {
  background-color: #76BC21;
  color: #ffffff;
}
.rc-pagination ul li a {
  color: #6ba43a;
  display: block;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
}
.rc-pagination ul li a:hover {
  background-color: #ffffff;
  color: #005FA0;
  text-decoration: none;
}

.rc-title {
    color: #75787B;
    font-size: 30px;
    line-height: 24px;
    border-bottom: solid 1px #d9d9d6;
    margin-bottom: 70px;
}
.rc-list {
  border-top: solid 1px #d9d9d6;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 19px;
  line-height: 30px;
  letter-spacing: 0em;
  font-size: 18px;
}
.rc-bg .resources-list-remove:first-child {
    border: none !important;
}
.rc-list a {
  color: #6ba43a;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.rc-list a:after {
    content: "\f061";
    margin-left: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.rc-list a:hover {
  color: #75787B;
}

.map-w {
  background-color: #75787B;
}
.map-w .Filter-block {
    padding-left: 50px;
    padding-right: 50px;
}
.map-result {
  padding: 50px 15px 84px 55px;
  background-color: #75787B;
}
.map-result .table-dark {
  background-color: #75787B;
}
.map-result .table td, .map-result .table th {
  border-top: solid 0px #2274AD;
  border-bottom: solid 1px #425b90;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 25px;
  color: #ffffff;
}
.map-result .table td b, .map-result .table th b {
  display: block;
}
.map-result .table th {
  font-size: 20px;
  padding: 0;
  padding-top: 13px;
  padding-bottom: 13px;
   color: #ffffff;
}
.map-result .table .no-border td {
  border-bottom: solid 0px #2274AD;
  padding-top: 13px;
  padding-bottom: 13px;
}
.img-div {
  display: inline-block;
}
.desc-div {
  padding-left: 20px;
  display: inline-block;
}
.direction-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #6ba43a;
      display: inline-block;
}
.direction-link i {
    margin-right: 6px;
    width: 20px;
    display: inline-block;
}
.direction-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.map-result-title {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 16px;
}

.contact-form-w {
  background-color: #f0f0f0;
}

.contact-form-top-bg {
  background-color: #ffffff;
  padding-top: 50px;
}

.contact-page-form {
  padding-right: 60px;
}

.form-here {
    padding-top: 43px;
    min-height: 400px;
}
.form-here .wpcf7 {
    margin-top: 33px;
}

.contact-page-address {
    padding: 84px 90px 84px 60px;
}
.contact-page-address .address-list {
  margin-bottom: 30px;
  line-height: 30px;
}
.contact-page-address .address-list b {
    display: block;
    color: #75787B;
    font-size: 24px;
    letter-spacing: 0.12em;
    text-transform: normal;
    margin-bottom: 4px;
    line-height: 1.2;
}
.contact-page-address .address-list p {
    line-height: 2.15;
    margin-bottom: 39px;
}

.article-title h1 {
  font-weight: 600;
  color: #0077c8;
}

.social-share {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-share li {
  font-size: 20px;
  margin-left: 19px;
  margin-right: 19px;
  position: relative;
}
.social-share li:first-child {
  margin-left: 0;
}
.social-share li:last-child {
  margin-right: 0px;
}
.social-share li a {
  color: #009FE2;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.social-share li a i {
  display: block;
  width: 20px;
  text-align: center;
}
.social-share li a span {
  position: absolute;
  width: 84px;
  top: -20px;
  transform: translate(-50%, -100%);
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background-color: #475057;
  left: 50%;
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.social-share li a span b {
  position: relative;
  z-index: 2;
}
.social-share li a span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: calc(50% - 7.5px);
  bottom: -7px;
  background-color: #475057;
  transform: rotate(45deg);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.social-share li a:hover {
  color: #0077c8;
}
.social-share li a:hover span {
  display: block;
}

.article-social {
  padding-top: 52px;
  margin-bottom: 26px;
}
.map-result .table .no-border td:nth-of-type(2n), .map-result .table .no-border td:first-child {
    padding-right: 10px;
}
.article-meta {
  border-top: solid 1px #E8EDF1;
  border-bottom: solid 1px #E8EDF1;
  padding: 28px 0;
  margin-bottom: 54px;
}
.article-meta a {
  color: #009FE2;
  font-weight: 600;
}

.featured {
  margin-bottom: 60px;
}
.featured img {
  width: 100%;
}
.additional_details img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.additional_details td>span {
  margin-left: 20px;
}
.additional_details a {
  color: #6ba43a;
  font-weight: 600;
}
.figure-right {
  float: right;
  max-width: 360px;
  margin-left: 40px;
}

.figure-left {
  float: left;
  margin-right: 30px;
  max-width: 701px;
}

.figure .figure-img {
  margin-bottom: 28px;
}
.figure .figure-caption {
  border-left: solid 3px #0077C8;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
  color: #475057;
  padding-left: 13px;
}

.blockquote-blue, .text-block-main blockquote {
  position: relative;
  float: right;
  background-color: #75787B;
  color: #ffffff;
  padding: 73px 0 61px 88px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  max-width: 628px;
  margin-left: 30px;
  margin-right: -280px;
}
.text-block-main blockquote .blockquote-text, .text-block-main blockquote p {
    position: relative;
    z-index: 1;
    font-size: 30px;
    text-transform: normal;
    letter-spacing: 0.12em;
    line-height: 1.21;
    margin-bottom: 12px;
	font-weight: 600;
}
.blockquote-blue::after, .text-block-main blockquote::after {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #75787B;
  position: absolute;
}

.text-blog {
  padding-bottom: 55px;
}

.wf-container1 {
  margin: 0 0 0 auto;
}

.wf-container1:before,
.wf-container1:after {
  content: "";
  display: table;
}

.wf-container1:after {
  clear: both;
}

.wf-box1 {
  margin: 0px;
  padding: 0px;
}

.wf-column1 {
  margin-left: 0px;
}

.wf-box .content {
  border-top-width: 0;
  padding: 0;
}

.wf-column1 {
  float: left;
  width: 100% !important;
}

.dropdown-full {
    position: absolute;
    width: 200px;
    z-index: 1;
    background-color: #fff;
    opacity: 0;    
    transition: opacity 0.3s;
	top: 49px;	
	display: none;
}
.dropdown-full .container1 {
  overflow-y: auto;
  max-height: calc(100vh - 142px);
  overflow-x: hidden; 
}

.menu-lavel-1:hover {
  opacity: 1;
}
.menu-lavel-1:hover a {
  z-index: 2;
  position: relative;
}
.menu-lavel-1:hover .dropdown-full {
    margin-top: 0;    
    opacity: 1;
    transition: all 0.5s ease-in-out;
    display: block;
}

.menu-lavel {
    position: relative;
    padding: 9px 24px;
    transition: all 0.5s ease-in-out;
}
.dropdown-full .menu-lavel:hover {
    background-color: #6ba43a;
}
.dropdown-full .menu-lavel:hover a{
    color: #fff;
}
.dropdown-full .menu-lavel a {
    color: #6ba43a;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.menu-links ul {
  padding: 0;
  margin: 0;
}
.menu-links ul li {
  list-style: none;
  padding-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
.menu-title a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
.menu-title a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#ffffff)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #ffffff) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
  white-space: normal;
}
.dropdown-full .menu-title a:hover {
  color: #ffffff;
}
.dropdown-full .menu-title a:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
  position: relative;
}
.dropdown-full .menu-title a i {
  background-image: url(../images/menu-arrow-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(1px);
}
.dropdown-full .menu-lavel .menu-links {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    width: 150px;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.dropdown-full .menu-lavel:hover .menu-links {
    opacity: 1;
	display: block;
}
header.srolled .desktop-menu li.menu-lavel-1 > a:hover {
    color: #009FE2;
}
.dropdown-full .menu-lavel .menu-links ul li a {display: inline-block !important;width: 100%;}

.dropdown-full .menu-lavel .menu-links ul li {
    transition: all 0.5s ease-in-out;
    padding: 9px 24px;
    line-height: 167%;
	margin-bottom: 0;
}
.dropdown-full .menu-lavel .menu-links ul li:hover {
    background-color: #6ba43a;
}

.green-down-arrow {
  background-image: url(../images/green-down-arrow.svg);
  background-position: center center;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
  cursor: pointer;
}

.chat-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.chat-left svg {
  fill: #768692;
}
.chat-left:hover {
  background-color: #75787B;
}
.chat-left:hover svg {
  fill: #fff;
}

.popup-form {
  padding: 60px;
}
.promo1-left-main .text {
    margin-top: 10px;
}
.popup-form h3 {
    margin-bottom: 10px;
}
.form-here .hs-form-private {
  margin-left: -30px;
  margin-right: -30px;
}
.form-here .hs-submit {
  display: flex;
  justify-content: end;
  margin-left: 30px;
  margin-right: 30px;
}
.form-here .hs-submit .hs-button {
  background-color: #76bc21;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  border: none;
  border-radius: 0;
  padding: 14px 35px;
  font-weight: 600;
}
.form-here .hs-submit .hs-button:hover {
  background-color: #0075C9;
}
.form-here fieldset {
  max-width: inherit !important;
  display: flex;
}
.form-here fieldset label {
  display: none;
}
.form-here fieldset ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between;	
}
.form-here fieldset ul li {
  list-style: none;
  font-size: 14px;
}
.form-here fieldset li label {
  display: block;
}
.form-here fieldset .hs-form-field {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 37px;
  width: 100%;
}
.form-here fieldset .hs-form-field .hs-input {
  width: 100% !important;
}
.form-here fieldset .hs-form-field .input {
  margin: 0 !important;
}
.form-here fieldset .hs-form-field input, .form-here fieldset .hs-form-field textarea {
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  letter-spacing: 0em;
  color: #475057;
  font-size: 20px;
  border: none;
  border-bottom: solid 1px #475057;
  padding: 5px 0;
}
.form-here fieldset.form-columns-1 .hs-dependent-field .field.hs-form-field {
    margin: 0;
	margin-bottom: 37px;
}
.form-here fieldset.form-columns-1 .hs-dependent-field {
    width: 100%;
	margin-left: 30px;
    margin-right: 30px;    
}
.form-here fieldset .hs-form-field .input select {
    border-radius: 0;
    letter-spacing: 0em;
    color: #000000;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px #475057;
    padding: 5px 0;
    outline: none !important;
    opacity: 1 !important;
}

.form-here fieldset .hs-form-field input::-moz-placeholder, .form-here fieldset .hs-form-field textarea::-moz-placeholder, .form-here fieldset .hs-form-field .input select::-moz-placeholder {
  opacity: 1;
}
.form-here fieldset .hs-form-field input:-ms-input-placeholder, .form-here fieldset .hs-form-field textarea:-ms-input-placeholder, .form-here fieldset .hs-form-field .input select:-ms-input-placeholder {
  opacity: 1;
}
.form-here fieldset .hs-form-field input::placeholder, .form-here fieldset .hs-form-field textarea::placeholder, .form-here fieldset .hs-form-field .input select::placeholder{
  opacity: 1;
}
.form-here fieldset .hs-form-field input:focus, .form-here fieldset .hs-form-field textarea:focus, .form-here fieldset .hs-form-field .input select:focus {
  outline: 0;
  border-bottom: solid 1px #0076BD;
}

.filter_topic {
  position: relative;
}
.filter_topic select {
  display: none;
}
.filter_topic .select-selected {
  background-image: url(../images/dropdown.svg);
  background-size: 12px 7px;
  border-bottom: solid 1px #298DD1;
  border-radius: 0;
  background-color: #0077C8;
  height: calc(1.5em + 1.38rem + 2px);
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
}
.filter_topic .select-items {
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #000;
  z-index: 9;
}
.filter_topic .select-items div {
  background-color: #fff;
  color: #000;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.filter_topic .select-items div:hover, .filter_topic .select-items div.same-as-selected {
  background-color: #eee;
  color: #0077C8;
}

.select-hide {
  display: none;
}
.popup-text-flex .promo-img {
    height: 50vh;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.tab-text ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.tab-text ul li {
    position: relative;
    padding: 5px 0;
    list-style: none;
    padding-left: 30px;
}
.tab-text ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #1C1E59;
    position: absolute;
    left: 10px;
    top: 15px;
	
}
.tab-text ul ul {
    margin-bottom: 0;
}
.tab-text ul ul li::before {
    background-color: #768692;
}

.left-text-block ul{
	padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.left-text-block ul li{
	position: relative;
	padding: 5px 0;
	list-style: none;
	padding-left: 30px;
}
.left-text-block ul li:before{
	content: "";
    width: 7px;
    height: 7px;
    background-color: #0077C8;
    position: absolute;
    left: 10px;
    top: 15px;
}
.left-text-block ul li a {
    color: #76BC21;
}
.left-text-block ul li a{
	background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background-size 400ms !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.left-text-block ul li a:hover {
    background-size: 0 0.1em, 100% 0.1em !important;
}
.scrollTop {
    width: 60px;
    height: 60px;
    background-color: #76bc21;
    border-radius: 50%;
    position: fixed;
    bottom: 67px;
    right: 90px;
    z-index: 1111;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;	
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;
}

.scrollTop span i {
    color: #fff;
}
.scrollTop span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
    font-size: 20px;
}
.scrollTop:hover {
    background-color: #0077c8;
}
.page-404 .inner-top-section {
    background-color: #091529;
    height: calc(100vh - 97px);
    min-height: inherit;
}
.page-404 .inner-top-section .top-text{
	    padding-bottom: 150px;
}
.page-404 a.readmore1 {
    font-size: 32px;
    font-weight: 300;
    height: 28px;
    margin-top: 10px;
}
.page-404 .top-text h1 {
    margin-bottom: 12px;
}
.page-404 .inner-top-section .disply-text{
	color: #62717d;
	font-size: 388px;
    line-height: 284px;
    left: 30px;
    letter-spacing: 0.02em;
}
.Filter-block .row.filter-form .filter-solution, .Filter-block .row.filter-form .filter-industry {
    display: none;
}
.page-404 .inner-top-section .overlay{
	min-height: 100%;
}
.form-here .input ul.inputs-list label.hs-form-checkbox-display input {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-right: 10px;
}

.form-here .input ul.inputs-list label.hs-form-checkbox-display input span {
    display: inline-block;
    vertical-align: middle;
}

.form-here .input ul.inputs-list label.hs-form-checkbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 2px;
	font-size: 16px;	
}
.form-here .hs_services_interest legend.hs-field-desc {
    font-size: 20px;
    margin-bottom: 15px;
}

.form-here .input ul.inputs-list label.hs-form-checkbox-display span {
    color: #000000 !important;
    font-weight: 300;
	display: inline-block !important;
    line-height: 1.4;
}
.popup-form .form-here {
    padding-top: 10px;
}
.popup-form .form-here fieldset .hs-form-field {
    margin-bottom: 25px;
}
.form-here .submitted-message {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    color: green;
}
.form-here fieldset ul li {
    width: 48%;
    margin-bottom: 9px;
}
.fix-bottom-resources.footer-touched {
    bottom: 96px;
}
.form-here fieldset .hs-dependent-field {
    width: 50%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 37px;
}
.form-here fieldset .hs-dependent-field .hs-form-field {
    width: 100% !important;    
    margin: 0;
}
.form-here fieldset .hs-form-field ul.no-list.hs-error-msgs {
    display: none;
}
.gm-style .gm-style-iw-a {
    margin-left: -9px;
}
.gm-style .gm-style-iw-c{
	padding: 15px !important;
}
.see_directions p {
    margin-bottom: 0;
}
.gm-style .gmwdtitle {
    font-weight: 600; 
    color: #75787B;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
    font-size: 16px;
	font-family: GothamPro;
}
.gm-style .gmwdbranch {
    font-weight: normal;
    margin-bottom: 10px;
    color: #75787B;
    font-size: 16px;
	font-family: GothamPro;
}
.gmwddescription p {
    margin-bottom: 4px;
	font-family: GothamPro;
	font-size: 16px;
}
.gm-style .gmwdaddress {
    margin: 0 0 10px;
    line-height: 1.2;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
	font-family: GothamPro;
}
.gm-style .gmwddescription p a {
    color: #6ba43a;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
	font-family: GothamPro;
}
.gm-style .see_directions p a {
    color: #6ba43a;
    font-weight: 300;
    font-size: 16px;
    font-weight: 600;
}
.gm-style .see_directions p a i img {
    max-width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.gm-ui-hover-effect>span {
    background-color: #6ba43a !important;
	width: 21px !important;
    height: 21px !important;
    margin: 5px !important;
    position: relative !important;
    right: -20px !important;
    top: -10px !important;
}
button.gm-ui-hover-effect {
    height: 20px !important;
}
.gm-style .gmwddescription p a:hover, .gm-style .see_directions p a:hover {
    color: #47763b;
}
.gm-style .see_directions {
    margin-top: 8px;
}
.gm-style .map_info_box {
    max-width: 300px;
}
.map {
    height: 742px; 
    width: 100%;
    background-color: transparent;
	position: relative
}
.map div#map_canvas {
    height: 100% !important;
}
div#map_canvas {
    height: 720px !important;
}
.recent-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.recent-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.recent-section .investor-materials {
    height: 100%;
    background-color: #768692;
    padding: 53px 71px 30px 65px;
}
.recent-section .investor-materials h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 28px;
}
.recent-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.recent-section .investor-materials .material-links ul {
    margin: 0;
    padding: 0;
}
.recent-section .recent-releases h2 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 32px;
}
.recent-section .recent-releases .news-item {
    margin-bottom: 20px;
}
.recent-section .recent-releases .news-item p.date {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}
.recent-section .recent-releases .news-item a.news-title {
    color: #76bc21;
    line-height: 1.1;
	letter-spacing: -0.003em;
}
.recent-section .recent-releases .news-item a.news-title:hover {
    color: #212529;
}
.recent-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.recent-section .investor-materials .material-links ul li {
    list-style: none;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #919ea8;
    letter-spacing: -0.051em;
}
.recent-section .investor-materials .material-links ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.recent-section .investor-materials .material-links ul li a:hover {
    color: #76bc21;
}
.recent-section .recent-releases h2 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.recent-section .recent-releases .news-item {
    margin-bottom: 29px;
}
.recent-section .recent-releases .news-item p.date {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.recent-section .shareholder-tools h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.recent-section .shareholder-tools {
    height: 100%;    
    background-color: #76bc21;
}
.recent-section .shareholder-tools .inner {
    padding: 54px 60px 34px 67px;
}
.recent-section .shareholder-tools .material-links ul {
    padding: 0;
}
.recent-section .shareholder-tools .search-bar {
    width: 100%;
    padding: 23px 61px 23px 67px;
    background-color: #60a111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.recent-section .shareholder-tools .search-bar button {
    background-color: transparent;
    border: none;
    color: #fff;
}
.recent-section .shareholder-tools input.news-events-search {
    width: 100%;
    border: none;
    border-radius: 0;    
    background-color: #60a111;
    color: #fff;
	outline: none;
	padding: 0;
	font-size: 20px;
	letter-spacing: -0.05em;
	outline: none;
	box-shadow: none;
}
.recent-section .shareholder-tools input.news-events-search::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.recent-section .shareholder-tools input.news-events-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.recent-section .shareholder-tools input.news-events-search::placeholder {
  color: #fff;
}
.recent-section .shareholder-tools .material-links ul li {
    list-style: none;
    margin-bottom: 26px;
    padding-bottom: 23px;
    border-bottom: 1px solid #91c94d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recent-section .shareholder-tools .material-links ul li a {
    color: #fff;
	margin-left: 12px;
}
.recent-section .shareholder-tools .material-links ul li i {
    color: #fff;
    margin-right: 20px;
    font-size: 30px;
}
.recent-section .shareholder-tools .material-links ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.recent-section .shareholder-tools .material-links ul li a:hover {
    color: #000;
    color: #212529;
}
.investor-r-section .h2-green-section {
    padding-top: 45px;
    padding-right: 110px;
    padding-bottom: 45px;
}
.investor-r-section .h2-green-section h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.17;
}

.investor-r-section .blue-bg-text {
    margin: 0; 
}

.investor-r-section .blue-bg-text .flexrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 -webkit-box-align: start;    -ms-flex-align: start;    align-items: flex-start;
}


.investor-r-section .h2-green-section {
    padding-top: 45px;
    padding-right: 110px;
    padding-bottom: 45px;
}

.investor-r-section .blue-bg-text .text {
    padding-top: 52px;
    padding-left: 80px;
    padding-bottom: 42px;
}
.investor-r-section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recent-section .investor-materials .material-links ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-section .recent-releases {
    padding-top: 54px;
}
.rightcolpadding .image-block-1 img {
    width: 100%;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
    font-size: 65px;
    color: #fff !important;
    margin-bottom: -1px;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title span.sep {
    color: #fff !important;
    display: inline-block;
    margin: 0 8px;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title .b2iarrow {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #43b610;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title div .b2iQuoteHeader {
    font-size: 24px;
}
.investor-r-section .blue-bg-text .b2iClientQuoteDataRow .bid span.b2iClientQuote_Data, .investor-r-section .blue-bg-text .b2iClientQuoteDataRow .bid span.b2iClientQuote_Data span {
    color: #76bc21 !important;
}
.investor-r-section .blue-bg-text .b2iClientQuoteDataRow .ask span.b2iClientQuote_Data, .investor-r-section .blue-bg-text .b2iClientQuoteDataRow .ask span.b2iClientQuote_Data span {
    color: #b9b9b9 !important;
}
.left-text-block a.link-btn{
	margin-top: 18px;
}
a.link-btn {
    padding: 15px 36px 13px 36px;
    background-color: #76BC21;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
a.link-btn:hover {
    background-color: #0077c8;
}
.rightcolpadding .amChartsPeriodSelectorButtonDiv input {
    background-color: #76bc21;
    color: #fff;
    border: 1px solid #76bc21;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 15px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.rightcolpadding .amChartsPeriodSelectorButtonDiv input:hover, .rightcolpadding .amChartsPeriodSelectorButtonDiv input.amcharts-period-input-selected {
    background-color: #0077c8;
    border-color: #0077c8;
}
.rightcolpadding text {
    fill: #76bc21 !important;
}
.rightcolpadding g text {
    fill: #0077c8 !important;
}
.text-block-main .b2iLibToolsContainer {
    padding: 0 20px 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.text-block-main .b2iLibToolsContainer input.b2ibutton {
    background-color: #76bc21;
    border: 1px solid #76bc21;
    color: #fff;
    padding: 2px 20px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 38px;
    line-height: 1.1;
    outline: none;
}
.text-block-main .b2iLibToolsContainer span#b2iLibSearch input.b2ibutton:hover, .text-block-main .b2iLibToolsContainer span#b2iLibSearch input.b2ibutton:focus {
    background-color: #768692;
	border-color:#768692;
}
.text-block-main .b2iLibToolsContainer input.b2iTextbox {
    background-color: transparent;
    border: solid 1px #298DD1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    width: calc(100% - 99.05px);
    height: 38px;
    color: #000000;
}
.text-block-main .PressItem19 {    
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
	position: relative;
}
.text-block-main .PressItem19 .PressItem19itemLinks_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 22px;
    padding-bottom: 19px;
    border-bottom: solid 1px #2274AD;
}
.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
    width: 190px;
    color: #000;
}
.text-block-main .PressItem19 .PressItem19Icon a {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    display: inline-block !important;
    width: 30px;
}
.text-block-main .PressItem19 .PressItem19Icon a div {
    padding: 0 !important;
    text-align: right;
    border: none;
}
.text-block-main .PressItem19 .PressItem19Icon a:hover {
    color: #76bc21;
	background: none !important;
}
.text-block-main .PressItem19 .PressItem19Icon {
    padding-left: 40px;
}
.text-block-main .b2iPressContainer .b2iNav, .text-block-main .b2iSecContainer .b2iNav { 
    padding-top: 50px;    
    position: relative;
    text-align: center;
}
.b2iPressContainer, .b2iSecContainer {
    padding-bottom: 100px;
}
.text-block-main .b2iPressContainer .b2iNav span {
    color: #000;
    padding: 0 3px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.text-block-main .b2iPressContainer .b2iNav a {
    color: #0077c8;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.text-block-main .b2iPressContainer .b2iNav a:hover {
    color: #76bc21;
}
.b2iLibToolsContainer span#TagDDL {
    display: none;
}
.b2iPressContainer .select-items {    
    position: absolute;    
    width: 29%;
    background-color: #fff;
    color: #000;
    z-index: 9;
    overflow: auto;
    height: 100%;
    min-height: 336px;
    top: 42px;
}

.b2iPressContainer .select-items div {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    background-color: #475057;
    color: #fff;
}
.b2iPressContainer .select-items div:hover {
    color: #0077c8;
    background-color: #fff;
}
.b2iLibToolsContainer .select-selected {
    border: 1px solid #0077C8;
    width: 30%;
    padding: 9px 40px 11px 11px;
    font-weight: 300;
    line-height: 1.1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    position: relative;
    margin-right: 30px;
    height: 38px;
	border-radius: 5px;
}
.b2iPressContainer span#b2iLibSearch {
    width: 30%;
}
.b2iLibToolsContainer .select-selected:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0077C8;
    position: absolute;
    right: 10px;
	 -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.b2iLibToolsContainer .select-selected.select-drop-down-created.select-arrow-active:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.b2iLibToolsContainer .RssIconContainer {
    display: none;
}
.B2iQuoteContainer .b2iClientQuote_Label.smaller {
    color: #fff !important;
    letter-spacing: 0.04em;
    display: inline-block;
}
.B2iQuoteContainer .b2iClientQuote_Label.smaller span.sep {
    color: #fff !important;
}
.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {
    padding-bottom: 50px;
    padding-top: 30px;
}
.b2iSECtopSelect tr td.b2iSECtopSelectCell2 span.FilterLabel {
    margin-right: 6px;
    color: #000;
}
.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {padding-bottom: 50px;padding-top: 30px;}
.b2iSECtopSelect tr td input.b2iButton {
    background-color: #76bc21;
    border-color: #76bc21;
    color: #fff;
    line-height: 1.3;
    height: 42px !important;
    min-height: 42px;
}

.b2iSECtopSelect tr td input.b2iButton:hover {
    background-color: #0077c8;
    border-color: #0077c8;
}
.b2iSECtopTitleTable tr {
    border-bottom: solid 1px #2274AD;
}
.b2iSECtopTitleTable tr td {
    padding-bottom: 17px !important;
    padding-top: 20px !important;
}
.b2iSECtopTitleTable tr td.b2iSecData a {
    color: #76bc21;
}
.b2iSECtopTitleTable tr td.b2iSecData a {
    color: #76bc21;
}
.b2iSECtopTitleTable tr td.b2iSecData a:hover {
    text-decoration: none !important;
    background-size: 0 1px, 100% 1px !important;
}
.b2iSECtopTitleTable tr td.b2iSecData a.SecLinkIcon {
    color: #0077c8;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
	padding: 0 1px;
}

.b2iSECtopTitleTable tr td.b2iSecData a.SecLinkIcon:hover {
    background: inherit !important;
    color: #76bc21;
}
.b2iSECtopTitleTable tr:first-child {
    border-bottom: 3px solid #2274AD;
}
.b2iSECtopTitleTable tr:last-child {
    border: none;
}
.b2iSECtopSelect .b2iSelect {
    margin-right: 5px;
    border-color: #0077c8;
    background-color: #0077c8;
    border-radius: 5px;
    color: #fff;
	outline: none;
}
.b2iSECtopTitleTable tr:hover {
    background-color: inherit;
}
.b2iSECtopTitleTable tr td.b2iSECIconsCell {
    text-align: right;
}
.b2iSECtopTitleTable tr td.b2iSecData img {
    display: none;
}
.b2iSECtopTitleTable tr td.b2iSecData a.SecLinkIcon img {
    display: block;
}

/*board team*/
.teambio .container {
    max-width: 1680px;
}
.teambio {
	padding: 10px 0 0 0;	
	width: 100%;
}

.teambio_item {
	margin: 20px 0 10px;    
    cursor: pointer;
    width: 31%;
    margin-right: 4.6%;
    margin-bottom: 40px;
}
.teambio_box .teambio_item:nth-of-type(3n + 3) {
    margin-right: 0;
}
.teambio_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.teambio_item .pvr {
    padding: 0 0 100% 0;
    margin: 0 0 34px 0;
    overflow: hidden;
    position: relative;
}
.teambio_item .pvr .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: 2s all;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	-webkit-filter: grayscale(100%);filter: grayscale(100%);
}
.top_txt h2 {
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}
.teambio .secin {
    max-width: 1170px;
	    margin: 0 auto;
}

.team_titlebox h3 {
    font-weight: 300;
    font-size: 30px;
    color: #222222;
    margin-bottom: 12px;
    text-transform: capitalize;
	    padding-right: 34px;
}
.teambio_info {
	display: none;
	padding-top: 2px;
}

.team_titlebox .arrowclose {
	position: absolute;
	right: 13px;
	top: 9px;
}

.team_titlebox {
	position: relative;
}

.team_titlebox .arrowclose:after,
.team_titlebox .arrowclose:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 13px;
	transition: 0.5s all;
	background-color: #76bc21;
}
.team_titlebox .arrowclose:after {
	transform: rotate(45deg);
}
.team_titlebox .arrowclose:before {
	transform: translateX(-8px) rotate(-45deg);
}
.teambio_item.bioopen .team_titlebox .arrowclose:after,
.teambio_item.bioopen .team_titlebox .arrowclose:before {
	width: 2px;
	height: 20px;
}
.teambio_item.bioopen .team_titlebox .arrowclose:before {
	transform: translateX(0px) rotate(-45deg);
}
.teambio_info p {
	line-height: 1.66;
	font-size: 18px;
}
.teambio_info address ul {
	padding: 0;
	margin: 14px 0 0 0;	
}
.teambio_info address ul li:last-child {
    padding-bottom: 0;
}
.teambio_info address {
    margin-bottom: 0;
}


.teambio_info address ul li .bio-links {
    font-weight: normal;
    color: #0077c8;
    transition: 0.5s all;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0em;
	cursor: default;
}
.teambio_info address ul li .bio-links img {
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: 7px;
}

.rc-bg.Filter-block.press-rel-section {
    background-color: #fff;
}
.press-rel-section .rc-list {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding-bottom: 22px;
    padding-top: 22px;		
}
.press-rel-section ul li.financial-pagination a {
    color: #000;
}
.press-rel-section ul li.financial-pagination a:hover {
    background-color: #76bc21;
    color: #fff;
}
.press-rel-section ul li.financial-pagination.active a {
    color: #fff;
}
.press-rel-section .rc-list a {
    font-weight: 300;
	background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
    background-size: 100% 1.5px, 0 1.5px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
}
.press-rel-section .rc-list a:hover{
	color: #76BC21;
    text-decoration: none;
    background-size: 0 1.5px, 100% 1.5px !important;
}
.pdf-wrap .PressItem19.PressItem19PDF:before {
    font-family: 'B2ijoe';
    content: "\e907";
    padding-right: 5px;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
.press-rel-section .rc-list .text-wrap {
    width: 100%;
	padding-right: 20px;
}

.press-rel-section .rc-list .pdf-wrap {
    width: 60px;
    text-align: right;
}
.PressItem19PDF::before {
    content: "\f1c1" !important;
    font-family: "Fontawesome" !important;
}
.pdf-wrap .PressItem19.PressItem19PDF:before {
    padding-right: 5px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.press-rel-section .rc-list .pdf-wrap a {
    color: #000;
}
.press-rel-section .rc-list .pdf-wrap a:hover {
    color: #76bc21;
}
.press-rel-section .rc-list .date-wrap {
    width: 190px;
    padding-right: 25px;
	margin-bottom: 0;
}
.press-rel-section .rc-list .date-wrap p{
	margin-bottom: 0;
}
.text-block-main .hbspt-form fieldset {
    width: 100%;
    max-width: 100%;
}
.text-block-main .hbspt-form .hs-form-field input, .text-block-main .hbspt-form .hs-form-field textarea {
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 0em;
    color: #475057;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px #475057;
    padding: 5px 0;
	outline: none;
	height: 42px !important;
}
.text-block-main .hbspt-form fieldset .hs-form-field .input {
    margin-bottom: 10px !important;
}
.text-block-main .hbspt-form fieldset .hs-form-field .hs-input {
    width: 100% !important;
}
.text-block-main .hbspt-form .hs-submit {    
    margin-top: 20px;
}
.text-block-main .hbspt-form .hs-submit .hs-button {
    background-color: #76bc21;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    padding: 14px 35px;
    font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
	outline: none;
}
.text-block-main .hbspt-form .hs-submit .hs-button:hover {
    background-color: #0075C9;
}
.text-block-main .hbspt-form fieldset .hs-form-field .input select {
    border-radius: 0;
    letter-spacing: 0em;
    color: #000000;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px #475057;
    padding: 5px 0;
    outline: none !important;
    opacity: 1 !important;
}
.text-block-main .hbspt-form .input ul.inputs-list label.hs-form-checkbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    font-size: 16px;
}
.text-block-main .hbspt-form fieldset ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.text-block-main .hbspt-form .input ul.inputs-list label.hs-form-checkbox-display input {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-right: 10px;
}
.text-block-main .hbspt-form .input ul.inputs-list label.hs-form-checkbox-display span {
    color: #000000 !important;
    font-weight: 300;
    display: inline-block !important;
    line-height: 1.4;
}
.text-block-main .hbspt-form fieldset ul li {
    width: 48%;
    margin-bottom: 9px;
}
.text-block-main .hbspt-form fieldset .hs-form-field input.invalid.error, .text-block-main .hbspt-form fieldset .hs-form-field textarea.invalid.error {
    border-bottom: solid 1px red;
}
.text-block-main .hbspt-form fieldset .hs-form-field ul.no-list.hs-error-msgs {
    display: none;
}
.text-block-main .hbspt-form .submitted-message {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    color: green;
}
.text-block-main .hbspt-form fieldset .hs-form-field input::-moz-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field textarea::-moz-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field .input select::-moz-placeholder, .text-block-main .b2iEmailSignupRow input::-moz-placeholder {
  opacity: 1;
  color: #475057;
}
.text-block-main .hbspt-form fieldset .hs-form-field input:-ms-input-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field textarea:-ms-input-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field .input select:-ms-input-placeholder, .text-block-main .b2iEmailSignupRow input:-ms-input-placeholder {
  opacity: 1;
  color: #475057;
}
.text-block-main .hbspt-form fieldset .hs-form-field input::placeholder, .text-block-main .hbspt-form fieldset .hs-form-field textarea::placeholder, .text-block-main .hbspt-form fieldset .hs-form-field .input select::placeholder, .text-block-main .b2iEmailSignupRow input::placeholder{
  opacity: 1;
  color: #475057;
}
.text-block-main .hbspt-form fieldset .hs-form-field input:focus, .text-block-main .hbspt-form fieldset .hs-form-field textarea:focus, .text-block-main .hbspt-form fieldset .hs-form-field .input select:focus {
  outline: 0;
  border-bottom: solid 1px #0076BD;
}
.form-text-wrap-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding-top: 20px;
	max-width: 910px;
    margin: 0 auto;
}
.form-text-wrap-area .hub-s-form {
    width: 68%;
    float: left;
    padding-right: 100px;
}
.form-text-wrap-area .hb-right-block {
    width: 32%;
    float: left;
}
.hub-s-form br {
    display: none;
}
.hb-right-block h3 {
    display: block;
    color: #0077c8;
    font-weight: bolder;
}
.form-text-wrap-area h2 {
    margin-bottom: 0 !important;
    font-weight: 600;
	font-size: 30px !important;
	line-height: 1.35 !important;
}
.form-here fieldset .hs-form-field textarea {
    height: 42px;
}
.text-block-main .b2iEmailContainer {
    padding: 80px 0 110px;
}
.text-block-main .b2iEmailSignupRow label.b2iFormLabel {
    display: none !important;
}
.text-block-main #b2iEmailSignUp {
    width: 100%;
}
.text-block-main .b2iEmailSignupRow input {
    width: 98% !important;
    border-radius: 0 !important;
    letter-spacing: 0em;
    color: #475057;
    font-size: 20px;
    border: none !important;
    border-bottom: solid 1px #475057 !important;
    padding: 5px 0 !important;
}
.text-block-main .b2iEmailSignupRow {
    margin-bottom: 37px;
}
.text-block-main .b2iEmailSignupRow input:focus {
    box-shadow: none !important;
}
.text-block-main .b2iEmailContainer fieldset.b2iEmailFieldset label {
    font-size: 16px;
    color: #000000 !important;
    font-weight: 300;
    display: inline-block !important;
    line-height: 1.4;
	margin-bottom: 9px;
}
.text-block-main .b2iEmailContainer fieldset.b2iEmailFieldset label input {
    margin-right: 6px;
    width: 16px !important;
    position: relative;
    top: -1px;
}
.text-block-main .b2iEmailAlertRow {
    padding: 0 !important;
}
.text-block-main .b2iEmailContainer .b2iform input[type=button] {
    background-color: #76bc21;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    padding: 14px 35px;
    font-weight: 600;
}
.text-block-main .b2iEmailContainer .b2iform input[type=button]:hover, .text-block-main .b2iEmailContainer .b2iform input[type=button]:focus {
    background-color: #0075C9;
}
.text-block-main .b2iEmailContainer fieldset.b2iEmailFieldset {
    margin-bottom: 27px;
}
.text-block-main fieldset.b2iEmailFieldset label input:focus {
    box-shadow: none;
}
.text-block-main .b2iEmailContainer .b2iEmailAlertSubList .b2iFormRow {
    margin-right: 11px;
}
.text-block-main .b2iEmailContainer .b2iEmailAlertSubList {
    margin-left: 5px;
}
.investor-r-section .h2-green-section a {
    color: #ffffff;
    margin-top: 6px;
}
.investor-r-section .h2-green-section a:before {
    color: #fff !important;
} 
section.Digitals-Section {
    width: 100%;
    padding: 118px 0 120px;
}

section.Digitals-Section {
    width: 100%;
    padding: 100px 0 100px;
}

section.Digitals-Section .digi-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.Digitals-Section .digi-wrap .digi-wrap-div {float: left;width: 50%; padding-left:80px;}

.digi-wrap-div .digital-content {
    margin-bottom: 88px;
    padding-bottom: 67px;
    border-bottom: 1px solid #d9d9d6;
       margin-right: 128px;
}

.digi-wrap-div .digital-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #a7a8aa;
    margin-bottom: 15px;
    letter-spacing: 0.12em;
}

.digi-wrap-div .digital-content h2 { 
    color: #474c56;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: 0.12em;
    text-transform: normal;
    font-weight: 600;
}

.digi-wrap-div .digital-content p {
    color: #222222;
    font-weight: 300;
    margin-bottom: 10px;
}
.digi-wrap .digi-wrap-div .digital-content:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.digi-wrap .digi-wrap-rightdiv {
    width: 50%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
    padding: 30px 87px 54px;
	    overflow: hidden;
}

.digi-wrap .digi-wrap-rightdiv .digi-wrap-bg {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
	z-index: 0;
    opacity: 0.18;
}

.digi-wrap-rightdiv .who-we-are-wrap {
    position: relative;
    z-index: 1;
}

.digi-wrap-rightdiv .who-we-are-wrap h6 {
    color: #fff;
	font-size:14px;
    text-transform: normal;
    letter-spacing: 0.12em;
    margin-bottom: 21px;
}

.digi-wrap-rightdiv .who-we-are-wrap h2 {
    text-transform: normal;
    color: #fff;
    margin-bottom: 19px;
}

.digi-wrap-rightdiv .who-we-are-wrap p {
    color: #fff;
	margin-bottom:20px;
}
.post-clm-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f0f0;
}

.post-clm-section .post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding: 0 92px;	
}

.post-clm-section .post-wrap .post-inner-wrap {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	
}

.post-wrap .post-inner-wrap .post-left-img {
    width: 27%;
    margin-right: 61px;
}

.post-wrap .post-inner-wrap .post-right-c {
    width: 60%;
    padding-right: 80px;
}

.post-wrap .post-inner-wrap .post-right-c h2 {
    text-transform: normal;
    color: #474c56;
    font-weight: 600;
	margin-bottom: 9px;
}
.post-wrap .post-inner-wrap .post-right-c p {
    margin-bottom: 15px;
}
.post-wrap .post-inner-wrap .post-left-img a {
    display: block;
    overflow: hidden;
}
.post-wrap .post-inner-wrap .post-left-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.post-wrap .post-inner-wrap .post-left-img a:hover img {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
}
section.three-clm-img-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
section.three-clm-img-section .supply-chain-wrap{
    width: 33.33%;
    position: relative;
    min-height: 615px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    border: 1px solid #fff;
    border-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
section.three-clm-img-section .supply-chain-wrap:first-child {
    border-left: 0;
}
.supply-chain-wrap .supply-chain-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.supply-chain-wrap .bg-multicolor {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.supply-chain-wrap:hover .supply-chain-bg{
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    background-blend-mode: multiply;
/*     background-color: #47763b; */
}
section.three-clm-img-section .supply-chain-wrap:first-child .supply-chain-bg {
    background-color: #009FE2;
}
section.three-clm-img-section .supply-chain-wrap:nth-child(2) .supply-chain-bg {
    background-color: #979797;
}
section.three-clm-img-section .supply-chain-wrap:last-child .supply-chain-bg {
    background-color: #005B96;
}
.supply-chain-wrap .supply-content {
    position: relative;
    z-index: 1;
    padding: 35px 45px;
}

.supply-chain-wrap .supply-content h6 {
    font-size: 18px;
    letter-spacing: 1.3px;
    margin-bottom: 8px;
    color: #fff;
}

.supply-chain-wrap .supply-content h3 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.3px;
    line-height: 1;
    margin-bottom: 8px;
    font-size: 26px !important;
    font-family: 'Industry-Bold';
    line-height: 30px !important;
}

.supply-chain-wrap .supply-content p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.00;
    line-height: 1.2;
    margin-bottom: 14px;
}
.supply-chain-wrap .supply-content a.readmore1{
    color: #009FE2;
    font-size: 20px;
}
.post-clm-section .post-wrap .post-inner-wrap:nth-of-type(2n + 2) .post-right-c {
    padding-right: 0;
}
section.red-section {
    width: 100%;
    background-color: #6ba43a;
    padding-top: 48px;
    padding-bottom: 25px;
}

section.red-section ul {
    list-style: none;
    padding: 0;
}

section.red-section ul li {
    margin-bottom: 20px;
}

section.red-section ul li a {
    color: #fff;
    text-transform: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.12em;
}

section.red-section ul li a i {
    margin-right: 18px;
}
section.red-section ul li a:hover {
    color: #75787B;
}
section.testimonials-section {
    width: 100%;
    padding-top: 105px;
    padding-bottom: 125px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
section.testimonials-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    top: 0;
    opacity: 0.95;
}
.testimonials-section .testimonial-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 11;
	 -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
	    max-width: 1105px;
    margin: 0 auto; 
}

.testimonial-wrap .testimonia-title {
    float: left;
    width: 76%;
    padding-right: 120px;
}

.testimonial-wrap .testimonia-quote {
    float: left;
    width: 24%;
}

.testimonial-wrap .testimonia-title h2 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.0;
	text-transform: initial;
	margin-bottom: 0;
	font-size:36px;
}

.testimonia-quote p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0.0;
}

.testimonia-quote h5 {
    font-size: 20px;
    color: #fff;
    margin-top: 1px;
    letter-spacing: 0;
    font-weight: 600;
}

.testimonia-quote img {
    display: block;
    margin-bottom: 32px;
}
.testimonials-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-section .owl-nav button.owl-prev {
    left: 0;
    color: #fff;
    font-size: 101px;
    background-color: transparent;
}

.testimonials-section .owl-nav button:hover {
    background-color: transparent !important;
    color: #6ba43a !important;
}

.testimonials-section .owl-nav button.owl-next {
    right: 0;
    color: #fff;
    font-size: 93px;
}
section.footprint-section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footprint-heading p {
    line-height: 1.9;
    margin-bottom: 56px;
}
section.footprint-section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footprint-heading p {
    line-height: 1.9;
    margin-bottom: 56px;
}

.footprint-logos ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 37px -20px 0;
}

.footprint-logos ul li {
    width: 25%;
    margin-bottom: 43px;
    padding: 0 20px;
	text-align: center;	
}
.footprint-logos ul li a {
    opacity: 1;
}
.footprint-logos ul li a:hover {
    opacity: 0.5;
}
.footprint-logos ul li img {
    display: block;
    margin: 0 auto;
}
a.btn-bg {
    color: #fff;
    padding: 9px 30px;
    display: inline-block !important;
    background-size: inherit !important;
    background-position: inherit !important;
    background-repeat: initial !important;
    transition: inherit !important;
    background: #1C1E59 !important;
    transition: all 0.5s ease-in-out !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;

}

a.btn-bg:hover {color:#fff; background: initial !important;background-color: #1C1E59 !important;} 
.tab-img-right .video-popup {
    background-size: cover;
    height: 236px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.tab-img-right .video-popup:hover a {
    opacity: 0.8;
}
.text-block-main blockquote p a.readmore1 {
    background: initial !important;
    color: #6ba43a;
    letter-spacing: 0em;
    transition: ease 0.35s all !important;
    display: inline-block !important;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 30px;
	font-size:x-large;
}
.text-block-main blockquote p a.readmore1:hover {
    line-height: 90px;
    text-decoration: none;
    color: #47763b;
}
.form-rihgt .text-block-main p a{
	margin-top: 31px;
}
.promo-bar .promo-center .promo-text span i {
    font-size: 17px;
    color: #75787B;
    font-family: "Font Awesome 6 Free";
    height: 20px;
    display: inline-block;
    width: 16px;
    position: relative;
    top: -9px; 
    transition: all 0.5s ease-in-out;
}
.promo-bar:hover .promo-center .promo-text span i {
    color: #fff;
}
.modal-open .promo-bar .promo-center .promo-text span i {
    display: none;
}
section.newslatter-section {
    padding-top: 198px;
    padding-bottom: 215px;
}
.newsform h2 {
    margin-bottom: 13px;
}
.newsform p {
    letter-spacing: -0.005em;
    margin-bottom: 0;
}
.newsform form.wpcf7-form p br {
    display: none;
}
.newsform p {
    letter-spacing: -0.005em;
    margin-bottom: 20px;
}
.newslatter-section .newsform {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.newsform form.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;	
	-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;	
}
.wpcf7-form-control-wrap input.wpcf7-not-valid {
    border-color: red;
}
.newsform form.wpcf7-form p {
    margin-bottom: 0;
}
.newsform form.wpcf7-form .wpcf7-submit {
    background-color: #75787B;
    color: #fff;
    font-size: 16px;
    text-transform: normal;
    font-weight: 600;
    padding: 6px 30px;
    height: 48px;
    border: none;
	  -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
	      margin-left: 10px;
	border-radius: 0 !important;	  
	
}
.newsform .wpcf7-form-control-wrap input {
    height: 48px;
    border: none;
    border-bottom: 1px solid #75787B;
    margin-right: 40px;
    outline: none;
    color: #75787B;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 93%;
	font-weight: 300;
	    border-radius: 0 !important;
		
}
.newsform .wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #75787B;
  opacity: 1; /* Firefox */
}

.newsform .wpcf7-form-control-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #75787B;
}

.newsform .wpcf7-form-control-wrap input::-ms-input-placeholder { /* Microsoft Edge */
  color: #75787B;
}
.newsform .wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #75787B;
  opacity: 1; /* Firefox */
}
.newsform .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control-wrap input:focus {
    border-color: #6ba43a;
}
.newsform form.wpcf7-form .wpcf7-submit:hover, .newsform form.wpcf7-form .wpcf7-submit:focus {
    background-color: #a7a8aa;
	outline: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    width: 100%;
    border: none;
    color: green;
    font-weight: 300;
    font-size: 17px;
}

section.contect-form {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.newsform .wpcf7-form-control-wrap input.wpcf7-not-valid {
    border-color: red;
}
.newsform .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}
.contect-form form.wpcf7-form input, .contect-form form.wpcf7-form textarea, .contact-page-form form.wpcf7-form p input, .contact-page-form form.wpcf7-form p textarea {
    height: 43px;
    border: none;
    border-bottom: 1px solid #d9d9d6;
    /* margin-right: 40px; */
    outline: none;
    color: #222222;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    letter-spacing: -0.03em;
	border-radius: 0 !important;
}
.nf-form-cont .nf-field .nf-field-element input, .nf-form-cont .nf-field .nf-field-element textarea {
    height: 43px;
    border: none;
    border-bottom: 1px solid #d9d9d6;
    outline: none;
    color: #222222;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    letter-spacing: -0.03em;
    border-radius: 0 !important;
    background-color: transparent;
	opacity: 1;
	padding: 9px 20px 9px 0;
}
.nf-form-cont .nf-field .nf-field-element select:focus {
    border-bottom: 1px solid #75787B !important;
    background-image: url(./images/select-bolx.svg);
    background-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: 98% 54% !important;
}
.form-here form {
    margin-top: 20px;
}
.nf-error .nf-error-msg, .nf-error.field-wrap .nf-field-element:after {    
    display: none !important;
}
.nf-form-cont .nf-field .nf-field-element input:focus, .nf-form-cont .nf-field .nf-field-element textarea:focus {
    border-color: #009FE2;
	color: #222222;
}
.nf-form-cont .nf-field span.ninja-forms-req-symbol {
    display: none;
}
.nf-form-cont .nf-field .nf-field-element select + div {
    display: none;
}
.nf-form-cont .nf-field .nf-field-element input:-ms-input-placeholder, .nf-form-cont .nf-field .nf-field-element textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222222;
}

.nf-form-cont .nf-field .nf-field-element input::-ms-input-placeholder, .nf-form-cont .nf-field .nf-field-element textarea::-ms-input-placeholder{ /* Microsoft Edge */
  color: #222222;
}
.nf-form-cont .nf-field .nf-field-element input::placeholder, .nf-form-cont .nf-field .nf-field-element textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222222;
  opacity: 1; /* Firefox */
}

.contect-form form.wpcf7-form input:-ms-input-placeholder, .contect-form form.wpcf7-form textarea:-ms-input-placeholder, .contact-page-form form.wpcf7-form p input:-ms-input-placeholder, .contact-page-form form.wpcf7-form p textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222222;
}

.contect-form form.wpcf7-form input::-ms-input-placeholder, .contect-form form.wpcf7-form textarea::-ms-input-placeholder, .contact-page-form form.wpcf7-form p input::-ms-input-placeholder, .contact-page-form form.wpcf7-form p textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #222222;
}
.contect-form form.wpcf7-form input::placeholder, .contect-form form.wpcf7-form textarea::placeholder, .contect-form form.wpcf7-form textarea::placeholder, .contact-page-form form.wpcf7-form p input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222222;
  opacity: 1; /* Firefox */
}

.contect-form form.wpcf7-form label br {
    display: none;
}

.contect-form form.wpcf7-form select, .contact-page-form form.wpcf7-form select, .nf-form-cont .nf-field .nf-field-element select {
    height: 43px !important;
    border: none;
    border-bottom: 1px solid #d9d9d6;
    outline: none;
    color: #222222;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 0;
    width: 100%;
    background-image: url(../images/select-bolx.svg) !important;
    appearance: none;
    background-size: 11px;
    background-repeat: no-repeat !important;
    background-position: 98% 54%;
    padding-right: 20px;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none;
    padding:5px 20px 5px 0;
}
.nf-form-cont .nf-field .nf-field-element textarea {
    height: 110px;
}
.contect-form form.wpcf7-form .wpcf7-submit, .contact-page-form form.wpcf7-form .wpcf7-submit, .nf-form-cont .nf-form-wrap .nf-field .submit-wrap input {
    background-color: #1C1E59;
    color: #fff;
    font-size: 18px;
	letter-spacing:0em;
    text-transform: uppercase;
    padding: 6px 30px;
    height: 48px;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: auto;
    float: left;
    margin-right: 0;
	cursor: pointer;
}
.nf-response-msg p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    color: green;
    font-weight: 300;
}
.nf-response-msg p:first-child {
    margin-top: 30px;
}
.popup-form p {
    margin-bottom: 10px;
}
.contect-form form.wpcf7-form .wpcf7-submit:hover, .contect-form form.wpcf7-form .wpcf7-submit:focus, .contact-page-form form.wpcf7-form .wpcf7-submit:hover, .contact-page-form form.wpcf7-form .wpcf7-submit:focus, .nf-form-cont .nf-form-wrap .nf-field .submit-wrap input:hover, .nf-form-cont .nf-form-wrap .nf-field .submit-wrap input:focus {
    background-color: #1C1E59;
    outline: none;
}
.form-here .nf-form-title h3, .contect-form .nf-form-title h3 {
    display: none;
}
.form-here .nf-form-fields-required, .contect-form .nf-form-fields-required {
    display: none;
}
.newsform .nf-form-title {
    display: none;
}
.newsform .nf-form-fields-required {
    display: none;
}
.newsform .nf-row nf-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;		
}
.newsform .nf-after-form-content .nf-error-msg {
    display: none;
}
.contact-page-form form.wpcf7-form p textarea {
    height: 104px;
}
.newsform .nf-form-cont .nf-field .nf-field-element input::-moz-placeholder {
    color: #75787B;
    opacity: 1;
  }
.newsform .nf-form-cont .nf-field .nf-field-element input:-ms-input-placeholder {
    color: #75787B;
    opacity: 1;
  }
.newsform .nf-form-cont .nf-field .nf-field-element input::placeholder {
    color: #75787B;
    opacity: 1;
  }
.newsform .nf-form-cont .nf-field .nf-field-element input {
    color: #75787B;
    border-color: #75787B;
}
.newsform .nf-form-cont .nf-field .submit-wrap input {
    color: #fff;
}
.contect-form form.wpcf7-form label {
    width: 100%;
}
.contect-form h2 {
    text-align: center;
    margin-bottom: 17px;
}
.contect-form p {
    letter-spacing: -0.005em;
    margin-bottom: 60px;
	    text-align: center;
}
.contect-form form.wpcf7-form p {
    margin-bottom: 17px;
} 
.contect-form form.wpcf7-form textarea {
    height: 84px;
}
.contect-form form.wpcf7-form input:focus, .contect-form form.wpcf7-form textarea:focus, .contact-page-form form.wpcf7-form p input:focus, .contact-page-form form.wpcf7-form p textarea:focus {
    border-color: #6ba43a;
}
.contect-form form.wpcf7-form .wpcf7-not-valid, .contact-page-form form.wpcf7-form .wpcf7-not-valid{
    border-color: red;
}
.contect-form form.wpcf7-form .wpcf7-response-output {
    display: none;
}
.tab-content .tabs-content .tab-text .comman-link{
    display: inherit;
    margin-bottom: 5px;
}
.inner-top-section video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	    z-index: 0;
}
/*board team*/
.teambio_box {
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	grid-gap: 30px;
}

.teambio {
	padding: 0 0 55px 0;
}

.teambio_item .pvr {
    padding: 0 0 99% 0;
    margin: 0 0 44px 0;
    overflow: hidden;
}

.teambio_item .pvr .bgimg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: scale(1);
	transition: 2s all;
}

.teambio_item h2 {
	font-weight: normal;
	margin: 0 0 12px 0;
}
.team_titlebox h5 {
    color: #a7a8aa;
    letter-spacing: -0.00em;
    font-size: 16px;
	font-weight: 600;
}
.teambio_item {
    margin: 12px 0 0;
    cursor: pointer;
    
    padding-bottom: 18px;
}
.teambio_item.bioopen{
	border-bottom: 1px solid #d9d9d6;
}
.teambio_info {
	display: none;
}

.team_titlebox .arrowclose {
	position: absolute;
	right: 17px;
	top: 11px;
}

.team_titlebox {
	position: relative;
}

.team_titlebox .arrowclose:after,
.team_titlebox .arrowclose:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 15px;
	background: #e2245e;
	transition: 0.5s all;
}

.team_titlebox .arrowclose:after {
	transform: rotate(45deg);
}

.team_titlebox .arrowclose:before {
	transform: translateX(-10px) rotate(-45deg);
}

.teambio_item:hover .bgimg {
	transform: scale(1.2);
	filter: inherit;
}

.teambio_item.bioopen .team_titlebox .arrowclose:after,
.teambio_item.bioopen .team_titlebox .arrowclose:before {
	width: 2px;
	height: 29px;
}

.teambio_item.bioopen .team_titlebox .arrowclose:before {
	transform: translateX(0px) rotate(-45deg);
}

.teambio_info p {
    font-size: 18px;
    letter-spacing: -0.005em;
    line-height: 1.99;
	margin-bottom: 19px;
}

.teambio_info > ul > li {
    line-height: 1.9;
    letter-spacing: 0.0;
    margin-bottom: 11px;
}
.teambio_info > ul {
	padding: 0 0 0 18px;
	margin: 0 0 -7px 0;
}

.teambio_info address ul {
    margin: 25px 0 5px 0;
}
.teambio_info address ul li {
    list-style: none;
    position: relative;
    padding: 0 0 2px 29px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 11px;
}
.teambio_info address ul li i {
    position: absolute;
    left: 0;
    color: #6ba43a;
    top: 9px;
}
ul.social-icons li a i{
	transition: all 0.5s ease-in-out;
}
ul.social-icons li a i:hover {
    color: #47763b !important;
}
.contact-page-form .wpcf7-spinner{
    display: inline-block !important;
    width: 24px !important;
    margin: 9px 24px 0;
}

.teambio_info address ul li a {
    font-weight: normal;
    color: #6ba43a;
    transition: 0.5s all;
    font-size: 18px;
    font-weight: 600;
}

.teambio_info address ul li a:hover {
	color: #47763b;
}

.teambio_info .team_social ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 0;
}

.teambio_info .team_social ul li {
    list-style: none;
    padding: 0 27px 0 0;
}

.teambio_info .team_social ul li a {
    font-size: 19px;
    color: #6ba43a;
}
.teambio_info .team_social ul li a:hover {
    color: #47763b;
}
/*-&-*/
.contect-form form.wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}
.contact-page-form form.wpcf7-form p {
    margin-bottom: 7px;
}
.contact-page-form form.wpcf7-form select {
    width: 100%;
    border-color: #d9d9d6;
}
.contact-page-form form.wpcf7-form p input, .contact-page-form form.wpcf7-form p textarea{
	border-color: #d9d9d6;
}
.contact-page-form form.wpcf7-form span {
    width: 100%;
    display: block;
}

.contact-page-form form.wpcf7-form label {
    width: 100%;
}
.contact-page-form form.wpcf7-form p br {
    display: none;
}
.contact-page-form form.wpcf7-form p label {
    color: #000;
}
.contact-page-form form.wpcf7-form .full-width-div {
    width: 100%;
    padding: 0 15px;
}
.contact-page-form .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		padding: 0 15px;
	margin-bottom: 25px;	
}
.contact-page-form form.wpcf7-form .wpcf7-submit {
    float: left;
}
.contact-page-form form.wpcf7-form .full-width-div p {
    margin-bottom: 8px;
}
.contact-page-form .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.contact-page-form form.wpcf7-form .checkbox p label input {
    width: auto;
    width: 22px;
    margin-right: 30px;
    color: red !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Checkbox wrapper */
span.wpcf7-list-item {
  display: block;
  position: relative;
      margin: 0;
}
.contact-page-form .checkbox .col-6 {
    padding-left: 0;
}
span.wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
span.wpcf7-list-item label {
  position: relative;
  padding-left: 32px; /* Adjust as needed */
  cursor: pointer;
}
span.wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
	left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    border: 1px solid #6ba43a;
    background-color: #6ba43a;
    border-radius: 2px;
}
.contact-page-form .checkbox label {
    margin-bottom: 4px;
}
span.wpcf7-list-item .wpcf7-list-item-label:after {
    content: "\2713";
    position: absolute;
    left: 4px;
    top: -1px;
    font-size: 11px;
    color: #fff;
    opacity: 0;
}
span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact-page-form form.wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}
.contact-page-form .form-here .wpcf7-response-output {
    display: none;
}
.map-result .table tr:last-child td {
    border: none;
}
.Filter-block .filter-form h3 {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 26px;
    color: #fff;
    letter-spacing: 0.12em;
}
.map-fw .news-page-title {
    padding-bottom: 47px;
    padding-top: 58px;
    padding-right: 30px;
}

.map-fw .news-page-title h1 {
    text-transform: normal;
    margin-bottom: 20px !important;
}

.map-fw .news-page-title h3 {
    font-size: 30px;
    font-weight: 300;
    max-width: 680px;
    line-height: 1.4;
}
.map-fw .Filter-block {
    background-color: #75787B;
}

.map-fw .filter-form .custom-select, .map-fw .filter-form .form-control{
	border-bottom: solid 1px #ffffff;
    background-color: #75787B;
}
.map-fw .map-result {
    padding: 50px 62px 33px;
    background-color: #fff;
}
.map-fw .map-result .table-dark {
    background-color: #fff;
}
.map-fw .map-result .table td, .map-fw .map-result .table th {
    color: #222222;
}
.map-fw .map-result .table td, .map-result .table th {
    border-top: solid 0px #d6ddf0;
    border-bottom: solid 1px #d6ddf0;
}
.map-fw .Filter-block .row.filter-form {
    max-width: 870px;
    width: 100%;
}
.map-fw .Filter-block {    
    padding: 56px 0; 
}
.map-fw .map-result-title {    
    color: #222222;    
}
.map-fw .direction-link:hover {
    color: #47763b;
}
.map-fw .map-result .table td:first-child br {
    display: none;
}
.map-fw .map-result .table tr.no-border td {
    border: 0;
}
.map-fw .map-result .table tr.no-border td:last-child {
    text-align: right;
}
.map-fw .map-result .table th:last-child {
    text-align: right;
}
.page-id-5231 header, .page-id-5220 header {
    background: linear-gradient(180deg, rgba(34, 63, 125, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-id-5231 header.srolled, .page-id-5220 header.srolled {
    background: #fff;
}
.map-fw .Filter-block .container1 {
    max-width: 100%;
    padding: 0 60px;
}
.box-images {
    width: 100%;
    height: 375px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.newslatter-section .newsform .wpcf7-response-output {
    display: none;
}
.testimonia-quote img {
    width: 110px !important;
    display: inline-block !important;
}
ul.social-icons {
    padding-left: 0;
    margin-bottom: 0;
}
ul.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}
.gm-ui-hover-effect {
    opacity: 1;
}
.gm-ui-hover-effect>span:hover {
    background-color: #47763b !important;
}
.container1 .hr-main {
    max-width: 1170px;
    margin: 0 auto;
}
.bioopen .arrowclose {
    top: 4px;
}
.desktop-menu li.menu-lavel-1 > a.search-show-icon {
    position: relative;
    top: 2px;
}
.secin h2 {
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.table thead th { 
    border-bottom: 1px solid #d9d9d6;
	    border-top: 0;
}
.table td, .table th {
    border-top: 1px solid #d9d9d6;
}
.btn-bg.btn-color-dark-blue {
    background-color: #75787B !important;
}
.inner-top-section .container1 {
    max-width: 100%;
    padding-left: 59px;
}
.map-result h3.location-no-found {
    color: #fff;
}
.search-box-form .container1 {
    padding: 0 !important;
}
.text-block-main blockquote p a.readmore1:hover {line-height: 30px;}
.map-w .Filter-block .container1 {
    padding: 0;
}
.nf-error-msg, .ninja-forms-req-symbol {
    display: none;
}
.nf-form-cont .nf-form-wrap .nf-field .submit-wrap input{
	    z-index: 11;
    position: relative;
}
.owl-home-top .slider-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;    
    top: 0;
    z-index: 1;
	background: rgb(51,51,51);
	  background: linear-gradient(57deg, rgba(20, 20, 20, 1) 0%, rgba(167, 168, 170, 0) 90%);
}
header .slide-menu .top-lavel-link a.hide-link {
    display: none;
}
.newsform .submit-container .nf-field .submit-wrap .nf-field-element {
    text-align: center;
    display: flex;
    justify-content: center;
}
.rc-title + .rc-list {
    border: none;
}


.form-sedron ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}

.form-sedron ul li.three {
    float: left;
    width: 33.33%;
   
}

.form-sedron ul li label {
    display: none;
}

.form-sedron ul li:before {
    display: none;
}

.form-sedron ul li {
    width: 100%;
     padding: 0 10px;
    margin-bottom: 20px;
}

.form-sedron ul li input, .form-sedron ul li textarea {
    height: 43px;
    border: none;
    border-bottom: 1px solid #d9d9d6;
    outline: none;
    color: #222222;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    letter-spacing: -0.03em;
    border-radius: 0 !important;
    background-color: transparent;
    opacity: 1;
    padding: 9px 20px 9px 0;
}
.form-sedron ul li input:-ms-input-placeholder, .form-sedron ul li textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222222;
}

.form-sedron ul li input::-ms-input-placeholder, .form-sedron ul li textarea::-ms-input-placeholder{ /* Microsoft Edge */
  color: #222222;
}
.form-sedron ul li input::placeholder, .form-sedron ul li textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222222;
  opacity: 1; /* Firefox */
}


.form-sedron ul li select {
    height: 43px !important;
    border: none;
    border-bottom: 1px solid #d9d9d6;
    outline: none;
    color: #222222;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 0;
    width: 100%;
    background-image: url(../images/select-bolx.svg) !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-size: 11px;
    background-repeat: no-repeat !important;
    background-position: 98% 54%;
    padding-right: 20px;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 5px 20px 5px 0;
}

.form-sedron ul li textarea {
    height: 110px;
}

.form-sedron ul li input:focus {
    border-color: #6ba43a;
    color: #222222;
}

.form-sedron ul li input[type="submit"] {
    background-color: #6ba43a;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: uppercase;
    padding: 6px 30px;
    height: 48px;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: auto;
    float: left;
    margin-right: 0;
    cursor: pointer;
}

.form-sedron ul li input[type="submit"]:hover, .form-sedron ul li input[type="submit"]:focus {
    background-color: #90dd4d;
    outline: none;
}

.form-sedron {
    padding-bottom: 50px;
}
.home .green-bg.talk-half, .home .breadcum {
    display: none;
}
/**** Responsive Media Query****/
@media (min-width: 1199px) {
	.tabs-content .tab-text {
		width: 50%;
	}
}
@media (max-width: 1790px) {
  .slider-img .text, .home-insights .container, .industry-home .container, .container1 {
    max-width: 1500px;
	padding: 0 0;
  }
  .tabs-content {
    padding-left: 40px;
  }
  .tab-img {
    margin-right: 40px;
  } 
	.slider-img .text {
		max-width: 590px !important;
	}		
	.container1 {
    max-width: 100% !important;
    padding: 0 60px;
}	
.desc-div {
  max-width: 790px;
}
	.box-images {		
		height: 267px;
	}
}
@media (max-width: 1599px) {
.supply-chain-wrap .supply-content h3 {
    font-size: 30px;
    line-height: 32px;
}
	.supply-chain-wrap .supply-content p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.00;
    line-height: 1.1;
    margin-bottom: 14px;
}
  .slider-img .text, .home-insights .container, .industry-home .container, .container1 {
    max-width: 1300px;
  }
  .home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: 1024px;
    }
  .news-text-home {
    padding-left: 0px;
  }
  .tabs-content {
    padding-left: 0;
  }
  .tab-img {
    margin-right: 40px;
    max-width: 460px;
  }
  .tab-img-right {
    margin-left: 40px;
    max-width: 360px;
  }
  .resource-list .row .row .col-12 {
    padding: 0 15px;
  }
  .row.gutter-2 .col-12 {
    padding: 30px 15px;
  }
  .row.gutter-2 {
    margin: -30px -15px;
  }  
  .form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
    padding: 0px 40px 0px 40px;
  }
  .form-rihgt.form-rihgt-2 .text {
    padding-left: 40px;
  }
	.recent-section .investor-materials {
		padding: 53px 45px 30px 45px;
	}
	.recent-section .shareholder-tools .inner {
		padding: 54px 45px 34px 45px;
	}
	.recent-section .shareholder-tools .search-bar {
		padding: 23px 45px 23px 45px;
	}
	.b2iLibToolsContainer .select-selected, .b2iPressContainer span#b2iLibSearch{
		    width: 36%;
	}
	.popup-text-flex .promo-img, .popup-text-flex .promotext {
		width: calc(50% - 20px);
	}	
	.popup-text-flex .promo-img .textwrap, .popup-text-flex .promotext .textwrap {
		padding-right: 40px;
		padding-top: 40px;
	}
	.popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {		
		font-size: 24px;
		margin-bottom: 20px;
	}
	  .digi-wrap-div .digital-content {
		margin-bottom: 60px;
		padding-bottom: 50px;
		margin-right: 60px;
	}
	.digi-wrap .digi-wrap-rightdiv {
		padding: 30px 70px 54px;
	}
	section.three-clm-img-section .supply-chain-wrap{
/* 		height: 570px; */
	}
	.inner-top-section .disply-text {
		font-size: 240px;
		line-height: 170px;
	}
	section.newslatter-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.slider-img .text h1, .slider-img .text h2 {
		letter-spacing: 0.1em;
		font-size: 48px;
	}
	.rc-title {		
		font-size: 24px;
		margin-bottom: 50px;
	}
	.box-images {		
		height: 267px;
	}

}
.talk-half {
  position: relative;
}
.talk-half::after {
  content: "";
  width: calc(50vw - 60px);
  height: 101%;
  background-color: #ffffff;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}

@media (max-width: 1500px) {
	.desktop-menu li.menu-lavel-1 {
		margin-right: 13px;
	}.box-images {		
		height: 267px;
	}
}
@media (max-width: 1439px) {
  h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3,  .slider-img .text h2  {
    font-size: 42px;
  }
  
  h2 {
		font-size: 32px;
  }
  .top-text h1 {
    line-height: 100%;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1, .resources-center {
    max-width: 1020px;
  }
  .home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: 768px;
  }
  .tab-img {
    max-width: 360px;
  }
  .brand-logo {
    margin-left: 100px;
  }
  .desktop-menu li.desktop-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop-menu li.menu-lavel-1 > a {
    font-size: 12px;
  }
  .is-search-submit {		
		font-size: 15px;
	}
	.desk-search-input {
		font-size: 14px;
		width: 125px;
	}
	.desktop-menu li.desktop-contact {
		font-size: 14px;
	}  
  .news-list-home ul {
    flex-direction: column;
  }
  .news-list-home ul li {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-top: solid 1px #e4e7e9;
    padding: 15px 0;
  }
  .form-rihgt .form-right-inner, .form-rihgt .text-only {
    padding: 40px 0px 0px 40px;
  }
  .h2-green-section .text h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .h2-green-section .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .spacer-190 {
    height: 100px;
  }
  .blue-bg-text .text {
    padding: 60px 0px 60px 60px;
    font-size: 20px;
    line-height: 167%;
  }
  .blockquote-blue, .text-block-main blockquote {
    max-width: 500px;
    margin-right: -180px;
    padding: 40px 0 40px 48px;
    font-size: 24px;
    line-height: 167%;
  }  
  .page-404 .top-text h4 {
    font-size: 30px;
	}
	.page-404 a.readmore1 {
		font-size: 30px;
		height: 27px;
	}
	.services-list a.readmore1 i {
		font-size: 16px;
		width: 16px;
	}
	.services-list a.readmore1 {
		font-size: 16px;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 28px;
	}
	.investor-r-section .h2-green-section {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
	.investor-r-section .blue-bg-text .text {
		padding-left: 65px;
	}		
	.recent-section .investor-materials {
		padding: 30px 25px 30px 25px;
	}
	.recent-section .shareholder-tools .inner {
		padding: 30px 25px 30px 25px;
	}
	.recent-section .shareholder-tools .search-bar {    
		padding: 15px 25px 15px 25px;
	}
	.recent-section .investor-materials h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.recent-section .shareholder-tools h2 {
		font-size: 32px;
	}
	.recent-section .recent-releases {
		padding-top: 30px;
	}
	.recent-section .recent-releases h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}	
	.recent-section .investor-materials .material-links ul li {		
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.recent-section .recent-releases .news-item {
		margin-bottom: 20px;
	}
	.recent-section {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
		width: 270px;
	}
	.b2iPressContainer span#b2iLibSearch {
		width: 50%;
	}
	.b2iLibToolsContainer .select-selected{
		width: 50%;
		margin-right: 15px;
	}	
	.b2iPressContainer span#b2iLibSearch {
		width: 50%;
	}
	.teambio_item h2 {
		font-size: 32px;
	}
	.teambio_item {
		margin-bottom: 30px;
	}
	.teambio_info address ul li .bio-links {
		font-size: 18px;
	}
	.desktop-menu li.menu-lavel-1 {
    margin-right: 12px;
	}
	.slider-img .text {
		margin-left: 38px;
	}
	.post-clm-section {
		padding-top: 120px;
		padding-bottom: 90px;
	}
	.post-wrap .post-inner-wrap .post-left-img {
		width: 23%;
		margin-right: 25px;
	}
	.post-wrap .post-inner-wrap .post-right-c {
		width: 73%;
		padding-right: 20px;
	}
	.post-clm-section .post-wrap{
		    padding: 0 0;
	}
	section.three-clm-img-section .supply-chain-wrap {
		
	}
	.icon-grid .text {
		margin: 15px 0;
	}
	section.red-section ul li a {
		font-size: 26px;
	}
	.footprint-logos ul li {
		width: 33.33%;
		margin-bottom: 30px;
	}
	.Filter-block .filter-form h3 {
		padding-left: 15px;
	}
	.map-fw .news-page-title h3 {
		font-size: 24px;		
		max-width: 600px;
	}
	.box-images {		
		height: 239px;
	}
	.testimonials-section .testimonial-wrap {
		padding: 0 90px;
	}
	.testimonials-section .owl-nav button.owl-next, .testimonials-section .owl-nav button.owl-prev {
    font-size: 82px;
}
.testimonials-section .testimonial-wrap{
	    padding: 0 90px;
}
.popup-text-flex .promo-img .textwrap, .popup-text-flex .promotext .textwrap { 
    padding-top: 80px;
}
.inner-top-section .container1 {
    padding-left: 40px;
}
.container1 { 
    padding: 0 41px;
}
.news-page-title {
    padding-left: 40px;
}
.contact-page-address {
    padding: 84px 50px 84px 40px;
}
.breadcum .container-fluid .link {
    padding-left: 26px;
}
.desc-div {
  max-width: 425px;
}
}
@media (max-width: 1400px) {
	.grid-icon .col-12.col-lg-10.col-xl-8 {
		flex: 0 0 92%;
		max-width: 92%;
	}
	.icon-grid .text h4 {
		letter-spacing: 0.08em;
	}
}
@media (max-width: 1366px) {
	.fullscreen-bg .container {
		max-width: 100%;
	}
	.fullscreen-bg .container .advanced-engineering {
		padding-left: 41px;
	}
}

@media (max-width: 1199px) {
  .icon-grid .text {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1, .resources-center {
    max-width: 868px !important;
  }
  .slider-img .text{
    max-width: 464px !important;
}
  .container1 {
    max-width: 100% !important;
}
  .home-bottom-slider .overlay .text {
    max-width: 560px;
  }
  h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3,  .slider-img .text h2  {
    font-size: 36px;
  }
  h2 {
		font-size: 28px;	
	}
  
  .text-news h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .promo-left-main, .promo1-left-main {
    width: calc(90% - 60px);
  }
  .popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {
    font-size: 26px;    
  }
  .desktop-menu {
    padding: 0;
  }
  .desktop-menu li.menu-lavel-1 {
    margin-right: 15px;	    
  }
  .brand-logo {
    max-width: 100px;
    margin-top: 30px;
  }
  .footer-logo {
    max-width: 100px;
  }
  .desktop-menu li.menu-lavel-1 > a {
    font-size: 12px;
  }
  .brand-logo {
    width: 120px;
}
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-accrordian .tabs-content {
    padding-left: 0;
    padding: 0 0 30px 0;
  }
  .mobile-accrordian button.btn {
    font-family:Industry-Book, sans-serif;
	border: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    color: #6ba43a;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    padding: 20px 0;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .mobile-accrordian button.btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  }
  .mobile-accrordian button.btn.collapsed {
    color: #a7a8aa;
  }
  .mobile-accrordian .hr {
    height: 1px;
    background-color: #E4E7E9;
  }
  .tabs-content .tab-img,
.tabs-content .tab-img-right {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 30;
  }
  .form-rihgt {
    margin-top: 0;
    background-color: transparent;
    min-height: inherit;
  }
  .form-rihgt.form-rihgt-2 {
    margin-top: 0;
  }
  .form-rihgt::after {
    display: none;
  }
  .form-rihgt .form-right-inner {
    background-color: transparent;
  }
  .form-rihgt .form-right-inner, .form-rihgt .text-only {
    padding-left: 0;
  }
  .top-text {
    padding-left: 0;
  }
  .h2-green-section .text {
    padding-left: 0;
  }
  .spacer-100 {
    height: 60px;
  }
  .rcl .text {
    position: static;
    padding: 20px;
    min-height: inherit;
  }
  .blue-bg-text {
    margin-top: 30px;
  }
  .blue-bg-text .text {
    padding: 40px;
  }
  .row.gutter-1 {
    padding-top: 30px;
  }
  .blockquote-blue, .text-block-main blockquote {
    max-width: 400px;
    margin-right: -80px;
    padding: 30px 0 30px 38px;
    font-size: 20px;
    line-height: 167%;
  }  
  .talk-half::after {
    display: none;
  }
  .form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
    padding-left: 0;
    padding-right: 0;
  }
  .form-code-here {
    min-height: inherit;
  }
  .form-rihgt.form-rihgt-2 .text {
    padding-left: 0;
  }
  .right-img {
    padding-top: 30px;
  }
  .readmore1 {
    line-height: 30px;
    height: inherit;
  }
  .readmore1::before {
    display: none;
  }
  .readmore1:hover {
    line-height: 30px;
  }
  .readmore1 i:last-child {
    display: none;
  }
	.scrollTop {
		width: 50px;
		height: 50px;
		bottom: 57px;
		right: 40px;
	}
	.page-404 .inner-top-section {		
		height: calc(100vh - 79px);
	}
	.services-list a.readmore1 i {
		font-size: 17px;
		width: 20px;
	}		
	.fix-bottom-resources.footer-touched {
		bottom: 79px;
	}
	div#map_canvas {
		height: 630px !important;
	}
	.investor-r-section .blue-bg-text:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		background-color: #0077c8;
		z-index: 0;
		width: 100%;
		left: -100%;
	}
	.investor-r-section .blue-bg-text .text {
		padding-top: 40px;
		padding-left: 0;
		padding-bottom: 42px;
	}
	.rightcolpadding .B2iChartContainer {
		width: 100% !important;
		margin-top: 30px;
	}
	.text-block-main .b2iPressContainer .b2iNav, .text-block-main .b2iSecContainer .b2iNav {
		padding-top: 40px;
	}
	.b2iPressContainer, .b2iSecContainer{
		padding-bottom: 60px;
	}
	.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.teambio_item h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.teambio_item {
		margin-bottom: 20px;
	}
	.teambio_info p {
		font-size: 16px;
	}
	.teambio_info address ul li .bio-links {
		font-size: 16px;
	}
	.desktop-menu li.menu-lavel-1 > a.search-show-icon.main {
		display: block;
	}
	.desk-search-input {
		width: 180px;
		color: #75787B;
	}
	.srolled .desk-search-input {
		border-bottom: none;
	}
	.search-box-form {
		display: none;
	}
	.search-box-form.main {
		position: absolute;
		top: 48px;
		left: -191px;
		background-color: #fff;
		padding: 3px 13px;
		display: block;
	}
	.desktop-menu li.menu-lavel-1{
		position: relative;
	}
	.is-search-submit {
		color: #75787B;
	}
	.dropdown-full {
		top: 49px;
	}
	.digi-wrap .digi-wrap-rightdiv {
		padding: 30px 50px 50px;
	}
	.digi-wrap-div .digital-content {
		margin-bottom: 40px;
		padding-bottom: 30px;
		margin-right: 50px;
	}
	.digi-wrap-rightdiv .who-we-are-wrap h6 {
		margin-bottom: 15px;
	}
	.fullscreen-bg {
		padding: 110px 0 98px 0;
	}
	.services-list .text h3 {
		letter-spacing: 0.07em;
	}	
	.tab-img .video-popup {
		background-size: cover;
		height: 236px;
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.tab-img .video-popup:hover a {
		opacity: 0.8;
	}
	.text-block-main blockquote .blockquote-text, .text-block-main blockquote p {
		letter-spacing: 0.08em;
	}
	.map-result {
		padding: 50px 40px 50px;
	}
	.map-w .Filter-block {
		padding-left: 40px;
		padding-right: 40px;
	}
	.contact-page-form h3 {
		font-size: 24px;
	}	
	.box-images {    
		height: 375px;
	}
	.map-result .table .no-border td:nth-of-type(2n){
		width: 190px;
	}
	.teambio_item .pvr {		
		margin: 0 0 30px 0;
	}
	.team_titlebox h3 {		
		font-size: 26px;
	}
	.teambio_item.bioopen .team_titlebox .arrowclose:after, .teambio_item.bioopen .team_titlebox .arrowclose:before {
		height: 23px;
	}
	.teambio_info > ul > li {
		font-size: 16px;
	}
	.top-text {
		max-width: calc(50vw - 10px);		
		padding-right: 20px;
	}
	.teambio_item {
		width: 29.7%;
		margin-right: 1.5%;
	}
	.teambio_box .teambio_item:nth-of-type(2n + 2) {
		margin-right: 0 !important;
	}
	.teambio_box .teambio_item:nth-of-type(3n + 3) {
		margin-right: 1.5%;
	}
  .desc-div {
    max-width: 360px;
  }
	.supply-chain-wrap .supply-content h3 {
        font-size: 28px;
        line-height: 30px;
    }
	    .supply-chain-wrap .supply-content p {
        font-size: 22px;
    }
		.tab-text h2 {display:none;}
}
.mobile-header {
  display: none;
}

@media (max-width: 1100px) {
	.desktop-menu li.menu-lavel-1 {
		margin-right: 11px;
	}
	.desktop-menu li.menu-lavel-1 > a {
		font-size: 12px;
	}
	.desktop-menu li.menu-lavel-1 > a.search-show-icon i {
		font-size: 14px;
		top: 3px;
		position: relative;
	}
	section.testimonials-section {    
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.desktop-menu li.menu-lavel-1 > a.search-show-icon {
		top: -2px;
	}
	.main.search-result-page {
    	padding-top: 30px;
}
}

@media (max-width: 992px) {
	.figures_module .counter-list .counter-box .counter-box-cover .number-box span.counter {
        font-size: 50px;
    }
  .text-block-main .alignleft, .text-block-main .alignright {
    float: none;
    margin-right: auto;
    margin-right: auto;	
  }
  a.link-btn {
    font-size: 16px;    
}
  .text-block-main .alignleft figcaption, .text-block-main .alignright figcaption {
    border-left: solid 3px #6ba43a;
    font-size: 14px;    
    line-height: 15px;
    letter-spacing: 0;
    color: #75787B;
    padding-left: 13px;
  }
  .rcl {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .green-down-arrow {
    margin-left: -10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    bottom: 40px;
  }
  .owl-home-top .owl-dots {
    bottom: 10px;
  }
  .contact-form-top-bg {
    width: 100vw;
  }
  .form-here {
    min-height: inherit;
  }
  .blockquote-blue, .text-block-main blockquote {
    float: none;
    margin-left: 0;
    max-width: inherit;
    margin-right: 0;
  }
  .figure-right, .figure-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
    width: 100%;
  }
  body {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 100px;
  }
  .mobile-header {
    display: flex;
    padding: 10px 23px 10px 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: solid 1px #E8EDF1;
  }
  .btn.slide-menu-control {
    padding: 0;
    width: 26px;
    height: 18px;
    align-items: center;
    justify-content: center;
	box-shadow: none;	
  }  
  .side-pannel {
    width: 100vw;
    height: 100px;
    top: inherit;
    bottom: 0;
  }
  .promo-bar {
    width: 100vw;
    height: 50px;
  }
  .promo-bar .promo-center {
    transform: rotate(0deg);
    width: 100vw;
    height: 50px;
  }
  .promo-bar .promo-center .promo-text {
    transform: translate(0, 0);
  }
  .promo-bar .promo-center .promo-text {
    width: 100vw;
    height: 50px;
  }
  .promo-bar .promo-center {
    border-top: solid 1px #E8EDF1;
  }
  .promo-bar .promo-center .promo-text {
    font-size: 18px;
  }
  .promo-left-main, .promo1-left-main {
    width: 100%;
    left: 0;
  }
  .promo-social {
    width: 100vw;
    height: 50px;
    justify-content: center;
  }
  .promo-social ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
  .promo-social ul li {
    width: 100%;
    height: 50px;
    border-left: solid 1px #E8EDF1;
  }
  .promo-social ul li:first-child {
    border-left: solid 0px #E8EDF1;
  }
  header {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  }
  .brand-logo, header.srolled .brand-logo {
    max-width: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .mobile-search {
    padding: 20px;
  }
  .form-control.ds-input {
    border-radius: 0;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 72px;
    height: calc(1.5em + 1.4rem + 2px);
    background-image: url(../images/mobile-search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 26px) center;
    border: none;
    background-color: #47763b;
    color: #ffffff;
  }
  .form-control.ds-input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .form-control.ds-input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .form-control.ds-input::placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .form-control.ds-input:focus {
    background-color: #6ba43a;
  }
  .header-inner {
    display: none;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1 {
    max-width: 560px !important;
  }
  .container1 {
    max-width: 100% !important;
  }
  .resources-center {
    max-width: inherit;
    width: 100%;
  }
  .home-bottom-slider .overlay .text {
    max-width: 460px;
  }
  .home-insights, .industry-home .container {
    padding: 45px 0;
  }
  .tabs-content .tab-img, .tabs-content .tab-img-right {
    max-width: inherit;
    margin-bottom: 30px;
    float: none;
  }
  .resources-center-button a.btn {
    font-size: 20px;
    padding: 16px 32px;
  }
  .resources-text-list {
    padding: 30px;
  }
  .resources-text-list ul {
    display: block;
  }
  .resources-text-list ul li {
    width: 100%;
  }
  .fix-bottom-resources {
    z-index: 99;
    bottom: 100px;
  }
  
  .fix-bottom-resources.position-absolute {
    margin-left: 0px;
    bottom: 0px;
  }
  .Filter-block {
    padding: 40px 0;
  }
  .resource-center-top {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .resource-list {
    margin-top: -100px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .resource-list .row .row {
    margin: 0;
  }
  .rcl .text {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .rc-pagination {
    padding: 30px 0;
  }
  .inner-top-section .overlay, .inner-top-section {
    min-height: 550px;
  }
  .top-text h4 {
    font-size: 28px;
  }
  .services-list .img {
    margin-bottom: 20px;
  }  
  .promo-left-main, .promo1-left-main {
    transform: translate(0%, 100%);
  }
  .modal-open .promo-left-main {
    transform: translate(0, 0%);
  }
  .modal-open1 .promo1-left-main {
    transform: translate(0, 0%);
  }
  .container1-rc {
    max-width: 98%;
  }
  .text-block-main .alignright {
    margin-left: 0;
  }
  .promo-bar .promo-center .promo-text span {
		width: 20px;
		height: 20px;		
	}
	.modal-open .promo-bar .promo-center .promo-text span {
		margin-left: 8px;
		margin-top: -6px;
	}
	.popup-text-flex .promo-img {
		height: auto;
	}
	.scrollTop {
		bottom: 117px;
		right: 11px;
		width: 45px;
		height: 45px;
	}
	.scrollTop span {
		font-size: 18px;
		padding-top: 3px;
	}
	.page-404 .inner-top-section .top-text {
		width: 100%;
		max-width: 100%;
	}
	.page-404 .inner-top-section {
		height: auto;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 179px;
	}
	div#map_canvas {
		height: 600px !important;
	}	
	.recent-section .col-12.col-md-6.col-xl-4:first-child {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0;
	}
	.recent-section .shareholder-tools .material-links ul li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.recent-section .shareholder-tools .material-links ul li i {
		margin-right: 15px;
		font-size: 26px;
	}
	.recent-section .shareholder-tools input.news-events-search{
		font-size: 16px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
		font-size: 54px;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
		width: 463px;
		padding-right: 14px;
	}	
	.text-block-main .PressItem19 .PressItem19Icon {
		padding-left: 20px;
	}
	.b2iSECtopSelect tr td.b2iSECtopSelectCell2 span#FilingsLabelContainer {
		display: block;
		margin-bottom: 10px;
	}
	.teambio_info {
		padding-top: 15px;
	}	
	.teambio_item h2 {
		font-size: 26px;
	}
	.teambio_item .pvr {		
		margin: 0 0 20px 0;
	}
	.teambio_item {
		width: 46.1%;
		margin-right: 1.5%;
		margin-top: 0;
		margin-bottom: 5px;
	}		
	.teambio_box .teambio_item:nth-of-type(3n + 3) {
		margin-right: 1.5%;
	}
	.teambio_box .teambio_item:nth-of-type(2n + 2) {
		margin-right: 0 !important;
	}
	.teambio {
		padding: 10px 5px 25px 5px;
	}
	.form-text-wrap-area .hub-s-form {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.form-text-wrap-area .hb-right-block {
		width: 100%;
	}
	.srolled .brand-logo img {
		display: block;
	}
	.slider-img .text {
		margin-left: 41px;
		padding-right: 30px;
	}
	section.Digitals-Section .digi-wrap .digi-wrap-div {
		width: 100%;
		padding-left: 0;
        margin-top: 30px;
	}
	.digi-wrap-div .digital-content {
		margin-bottom: 30px;
		padding-bottom: 20px;		
		margin-right: 0;
	}
	.digi-wrap .digi-wrap-rightdiv {
		width: 100%;
		padding: 60px 30px 50px;
/* 		margin-top: 30px; */
	}
	.digi-wrap-div .digital-content h6 {
		margin-bottom: 15px;
	}
	.post-wrap .post-inner-wrap .post-right-c {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}
	.post-wrap .post-inner-wrap .post-left-img {
		width: 100%;
		margin-right: 0;
	}
	.post-clm-section .post-wrap .post-inner-wrap {
		display: block;
		width: 48%;
	}
	.post-clm-section .post-wrap {
		padding: 0 0;
		justify-content: space-between;
	}
	.post-clm-section {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	section.Digitals-Section {
		padding: 60px 0 60px;
	}
	section.three-clm-img-section .supply-chain-wrap {
		width: 50%;
	}
	section.three-clm-img-section .supply-chain-wrap:nth-of-type(3n + 3) {
		width: 100%;
	}
	section.three-clm-img-section .supply-chain-wrap {
		height: 410px;
		    border-left: 0;
	}
	.row.gutter-2 .col-12 {
		padding: 20px 15px;
	}
	.top-text {
		max-width: 100%;
		padding-right: 0;
	}
	.top-text h2 {
		font-size: 26px;
	}
	.talk-to-expert {
		padding: 30px 21px 30px 0;
	}
	.text-block-main h2 {
		margin-bottom: 20px;
	}
	.text-block-main blockquote .blockquote-text, .text-block-main blockquote p {
		font-size: 24px;
	}
	.promo-bar .promo-center .promo-text span i {
		top: 0;
	}
	section.newslatter-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.newsform form.wpcf7-form {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	.contect-form p { 
		margin-bottom: 30px;    
	}
	.contect-form form.wpcf7-form select, .contect-form form.wpcf7-form input, .contect-form form.wpcf7-form textarea{font-size: 16px;}
	.testimonial-wrap .testimonia-quote {width: 32%;}
	.testimonial-wrap .testimonia-title {width: 68%;padding-right: 20px;}
	.footprint-logos ul li {width: 50%;}
	.srolled .slide-menu .slider {top: 45px !important;	}
	.map-result .table th {font-size: 16px;	}
	.box-images {height: 238px;}
	.testimonials-section .testimonial-wrap {padding: 0 55px;	}
	.testimonial-wrap .testimonia-title {width: 100%;padding-right: 0;}
	.testimonial-wrap .testimonia-quote {width: 100%;text-align: center;}
	.testimonial-wrap .testimonia-title h2 {text-align: center;margin-bottom: 30px;}
	.inner-top-section .container1 {max-width: 560px;padding-left: 0;padding-right: 0;}
	.promo-bar .promo-center .promo-text span i {top: -3px;}
	.inner-top-section .container1 {
		padding: 0 41px;
	}
	.top-text {max-width: 500px;
	}
	.btn.slide-menu-control img {
    display: none;
	}

	.btn.slide-menu-control span {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #75787B;
		margin-bottom: 4px;
		border-radius: 1px;
		-webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);-o-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
		position: relative;	
	}

	.btn.slide-menu-control:hover  span:nth-of-type(2n) {
		width: 15px;
	}

	.btn.slide-menu-control:hover span {
		width: 30px;
	}
	.slide-menu .btn.slide-menu-control img {
		display: block;
	}
	.btn.slide-menu-control.btn-remove span {
		transform: rotate(45deg);
		top: 5px;
	}
	.btn.slide-menu-control.btn-remove span:nth-of-type(2n) {
		transform: rotate(-45deg);
		bottom: 5px;
	}
	.mobile-header {
		position: relative;
		z-index: 1111;
	}
	
	.btn.slide-menu-control.btn-remove span, .btn.slide-menu-control.btn-remove:hover span {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 5px;
		width: 25px;
	}
	.btn.slide-menu-control.btn-remove span:nth-of-type(2n), .btn.slide-menu-control.btn-remove:hover span:nth-of-type(2n) {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: -1px;
	}	
  .desc-div {
    max-width: 600px;
  }
	
}
h3 {font-size: 24px;}

@media (max-width: 800px) {
	.nf-form-cont .nf-field .nf-field-label {
		display: none;
	}

}

@media (max-width: 767px) {
	    .figures_module .counter-list {
        flex-wrap: wrap;
        margin: 10px 0 20px 0;
    }
	.figures_module .counter-list .counter-box {
        width: 100%;
        margin: 20px 0;
    }
	
	h3 {
		font-size: 22px;
	}
  .popup-text-flex .promotext .textwrap {
    padding-bottom: 40px;
  }
  .news-list-home .title {
    margin-bottom: 8px;
  }
  .news-list-home .title a {
    transform: translateY(1px);
    margin-left: 10px;
  }
  .news-list-home ul li {
    border-top: solid 0px #e4e7e9;
    border-bottom: solid 1px #e4e7e9;
  }
  .contact-page-address {
    padding: 45px 24px;
  }
  .contact-page-address .address-list {
    margin-bottom: 10px;
  }
  .map-w .Filter-block {
    padding-left: 24px;
    padding-right: 24px;
  }
  .map-result {
    padding: 45px 24px;
  }
  .map-result .table-dark {
    min-width: 500px;
  }
  .contact-page-form {
    padding-right: 24px;
  }  
  .img-3-row .col-12 {
    margin-bottom: 30px;
  }
  .featured {
    margin-bottom: 45px;
  }
  .mobile-accrordian .tabs-content {
    padding-bottom: 0;
  }
  body {
    font-size: 16px;
    padding-bottom: 100px;
  }
  .tab-text p {
    letter-spacing: -0.02em;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1,
.home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: calc(100vw - 44px);
  }  
  .popup-form {
    padding: 24px;
  }
  .form-here {
    padding-top: 30px;
  }
  .popup-text-flex, .popup-form {
    display: block;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .popup-text-flex .promo-img, .popup-text-flex .promotext {
    width: 100%;
  }
  .popup-text-flex .promo-img .textwrap, .popup-text-flex .promotext .textwrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {
    font-size: 24px;
    line-height: 110%;
  }
  
  .inner-top-section, .inner-top-section .overlay, .form-code-here {
    min-height: inherit;
  }
  .inner-top-section .disply-text {
    font-size: 100px;
    line-height: 75px;
  }
  .top-text {
    padding-top: 140px;
  }
  .top-text h4, .form-rihgt .form-right-inner h3 {
    font-size: 24px;
    line-height: 110%;
  }
  .h2-green-section .text h2 {
    font-size: 20px;
  }
  .spacer-190, .spacer-100, .spacer-105 {
    height: 45px;
  }
  .fullscreen-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fullscreen-bg .container .advanced-engineering {
    padding-left: 0;
    max-width: inherit;
  }
  .fullscreen-bg .container .advanced-engineering p {
    font-size: 16px;    
	line-height: 1.6;
  }
  p {
		margin-bottom: 25px;
	}
  h2 {
    font-size: 28px;
  }
  .form-rihgt .form-right-inner {
    padding-top: 20px;
  }
  .form-rihgt .form-right-inner p {
    font-size: 18px;
  }
  .fullscreen-bg .container .advanced-engineering h1 {
    margin-bottom: 20px;
  }
  .top-text h1, h1, .fullscreen-bg .container .advanced-engineering h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3 {
    font-size: 28px;
    line-height: 105%;
  }
  .pattern-bradcrum {
    background-image: none;
  }  
  .full-screen, .Home-top, .home-bottom-slider, .slider-container {
    min-height: inherit;
  }
  .slider-img {
    min-height: 450px;
    align-items: flex-end;
  }  
  .slider-img::after {
    background-image: none;
  }
  .home-bottom-slider .overlay {
    min-height: 100%;
  }
  .secin h2 {
		margin-bottom: 30px;
	}
  .home-bottom-slider .overlay .text {
    padding: 120px 0;
    min-height: 590px;
  }
  .home-bottom-slider .overlay::before, .home-bottom-slider .overlay::after {
    display: none;
  }
  .arrow-nav {
    top: inherit;
    bottom: 30px;
  }
  .resources-center-button a.btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: left;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcum .container-fluid .link {
    padding-left: 9px;
  }
  .news-page-title {
    padding-bottom: 45px;
    padding-left: 24px;
  }
  .wf-box {
    padding: 24px;
  }
  .wf-box p {
    font-size: 18px;
  }
  .arrow-nav .owl-prev {
    margin-left: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .arrow-nav .owl-next {
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .arrow-nav .owl-prev::before, .arrow-nav .owl-next::after {
    background-size: contain;
    width: 16px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .arrow-nav .owl-prev span, .arrow-nav .owl-next span {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(50vw - 60px);
    line-height: 16px;
  }
  .arrow-nav .owl-prev span {
    text-align: left;
  }
  .arrow-nav .owl-next span {
    text-align: right;
  }
  .form-here .hs-form-private {
    margin-left: 0px;
    margin-right: 0px;
  }  
  .form-here fieldset .hs-form-field, .form-here .hs-submit {
    margin-left: 10px;
    margin-right: 10px;
  }
  .popup-text-flex .promo-img {
		height: 262px;
	}
	.form-here fieldset.form-columns-1 .hs-dependent-field {
		margin-left: 0;
	}	
	.page-404 .top-text h1 {
		font-size: 36px;
	}
	.page-404 .top-text h4 {
		font-size: 26px;
	}
	.page-404 a.readmore1 {
		font-size: 26px;
	}
	.form-here fieldset .hs-form-field input, .form-here fieldset .hs-form-field textarea {		
		font-size: 18px;
	}
	.form-here fieldset .hs-form-field .input select{
		font-size: 18px;
	}
	.form-here .submitted-message {
		font-size: 20px;
	}
	.form-here .hs_services_interest legend.hs-field-desc {
		font-size: 18px;
	}
	.form-here .input ul.inputs-list label.hs-form-checkbox-display {
		font-size: 14px;
	}
	footer .col-12, footer .col {
		width: 100% !important;
		max-width: 100%;
		text-align: end;
	}
	footer {
		padding: 15px 22px;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 159px;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 26px;
	}
	.recent-section .shareholder-tools .material-links ul li a {
		font-size: 20px;
	}
	.recent-section .col-12.col-md-6.col-xl-4 {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.recent-section {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.text-block-main .b2iLibToolsContainer {
		padding: 0 0 20px;
	}
	.text-block-main .hbspt-form fieldset .hs-form-field input, .text-block-main .hbspt-form fieldset .hs-form-field textarea {
		font-size: 18px;
	}
	.text-block-main .b2iEmailSignupRow input{
		font-size: 18px;
	}
	.text-block-main .b2iEmailContainer {
		padding: 40px 0 60px;
	}
	.text-block-main p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}
	.top-text h1 {
		margin-bottom: 13px;
	}
	.top-text h2 {
		font-size: 22px;
	}
	.form-rihgt .text-block-main p a {
		margin-top: 20px;
	}
	.form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
		padding: 10px 0 0 0;
	}
	.icon-grid .text {
		text-align: center;
	}
	.tab-text p {
		font-size: 16px;
	}
	.text-block-main ul li {				
		font-size: 16px;
		line-height: 1.6;
	}
	.text-block-main ul {
		margin-bottom: 20px;
	}
	.slide-menu .slider {		
		top: 48px !important;
	}
	.newsform .wpcf7-form-control-wrap input {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.newsform form.wpcf7-form{
		display:block;
	}
	.newsform form.wpcf7-form .wpcf7-submit {
		margin: 8px auto;
		text-align: center;
		display: inherit;
		
	}
	section.newslatter-section {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3{
		letter-spacing: 0.1em;
	}
	.contect-form form.wpcf7-form .col-4 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.testimonial-wrap .testimonia-title {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.testimonial-wrap .testimonia-quote {
		width: 100%;
		text-align: center;
	}
	.testimonia-quote img {		
		margin: 10px auto 17px;
		width: 70px;
	}
	.footprint-heading p {
		line-height: 1.6;
		margin-bottom: 30px;
	}
	p {
		font-size: 16px;
	}
	section.red-section ul li a {
		font-size: 21px;
	}
	.Filter-block .filter-form h3 {
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}
	.contact-page-address .address-list b {
		font-size: 22px;
	}
	.contact-page-address .address-list p {
		margin-bottom: 30px;
	}
	.contact-page-address {
		padding: 40px 24px 20px;
	}
	.contact-page-form h3 {		
		font-size: 22px;
	}
	.news-page-title h1 {
		margin-bottom: 16px !important;
		margin-top: 10px;
	}
	.map-fw .Filter-block .container1 {
		padding: 0 15px;
	}
	.map-fw .Filter-block .row.filter-form {
		margin: 0 0;
	}
	.map-fw .news-page-title h3 {
		font-size: 20px;
		max-width: 450px;
	}
	.map-fw .map-result {
		padding: 40px 25px 20px;		
	}
	.box-images {
		height: 318px;
		width: 70%;
		margin: 0 auto;
		background-size: cover;
	}	
	.teambio_info address ul li i {
		top: 6px;
	}
	.inner-top-section .container1 {
		max-width: 100%;		
		padding-right: 20px;
	}
	.box-images {		
		width: 100%;
	}
	.col-12.col-md-4.one-images {
		flex: 0 0 33.33%;
		max-width: 100%;
	}
	h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3, .slider-img .text h2 {
		font-size: 28px;
	}
	.slider-img .text {
		margin-left: 41px; 
	}
	.page-id-5245 .container1 + .spacer-60 {height: 0;}
	.spacer-60 {height: 40px;}
	.rc-title {		
		font-size: 20px;
		margin-bottom: 40px;
	}
  .additional_details td>span {
    margin-left: 20px;
    display: block;
    /* width: 100%; */
    margin: 15px 0px;
    
}
.form-sedron ul li.three { 
    width: 50%;
}    
.form-sedron {
    padding-bottom: 20px;
}    
    
.supply-chain-wrap .supply-content h3 {
    font-size: 22px;
    line-height: 1.2;
}
	.supply-chain-wrap .supply-content p {
    font-size: 18px;
    line-height: 1.6;
}
	.supply-chain-wrap .supply-content h6 {
    font-size: 14px;
}
	.supply-chain-wrap .supply-content a.readmore1 {
    font-size: 16px;
    line-height: 30px;
}
	section.three-clm-img-section .supply-chain-wrap {
    min-height: 540px;
	}
}

@media (max-width: 680px) {
	table.b2iSECtopTitleTable tbody tr td:first-child {
		background: #0077c8 !important;				
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	.b2iSECtopTitleTable tr {
		border-bottom: 0 !important;
	}
	.b2iSECtopSelect select {		
		margin-bottom: 10px;
	}
	.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {
		padding-bottom: 10px;
	}
	.b2iSECtopTitleTable tr td {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.b2iSECtopTitleTable tbody {
		border: 2px solid #768692 !important;
	}
	.FilterLabel {
		padding-right: 0;
	}
	.b2iSECtopSelect .b2iSelect{
		    margin-bottom: 15px
	}
	.text-block-main #b2iEmailSignUp {
		grid-template-columns: inherit !important;
	}
	.text-block-main .b2iEmailSignupRow {
		margin-bottom: 30px;
	}
	.text-block-main .b2iEmailContainer .b2iform input[type=button] {
		font-size: 18px;
		padding: 12px 25px;
	}
	section.three-clm-img-section .supply-chain-wrap {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	.supply-chain-wrap .supply-content {
		max-width: 300px;
	}
	.text-block-main blockquote .blockquote-text, .text-block-main blockquote p {
		font-size: 22px;
	}
	.table-block .table td:first-child, .table-block .table th:first-child {
		font-size: 16px;
	}
	.teambio_item {
		width: 46%;
	}
	.box-images {
		height: 150px;
	}	
	.slider-img {padding-bottom: 70px;}
	.container1, .inner-top-section .container1 {
		padding: 0 20px;
	}
	.slider-img .text {
		margin-left: 20px;
	}
	section.three-clm-img-section .supply-chain-wrap:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0;
		background: rgb(34,34,34);
		background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.1) 100%);
	}
	.supply-chain-wrap .supply-content {
		max-width: 100%;
	}
	.supply-chain-wrap .supply-content h3 {
		margin-bottom: 15px;
	}
	.supply-chain-wrap .supply-content p {
		margin-bottom: 10px;
	}
	section.three-clm-img-section .supply-chain-wrap{
		padding: 30px 20px 20px;
	}
	.desc-div {
    max-width: 420px;
  }
}

@media (max-width: 600px) {
	footer .col-12, footer .col {
		width: 100% !important;
		max-width: 100%;
	}
	.copyright {
		margin-top: 5px;
	}
	footer {
		padding: 10px 22px;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 181px;
	}		
	.investor-r-section .blue-bg-text .text {
		padding-top: 30px;
		padding-left: 0;
		padding-bottom: 30px;
		padding-right: 0;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 24px;
	}	
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
		font-size: 42px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div .b2iQuoteHeader {
		font-size: 20px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title span.sep {
		margin: 0 4px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuoteDataRow span {
		font-size: 18px;
	}
	.investor-r-section .h2-green-section {
		padding-right: 0;
	}
	.text-block-main .b2iLibToolsContainer{
		display: block;
	}
	.b2iLibToolsContainer .select-selected {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.b2iPressContainer span#b2iLibSearch {
		width: 100%;
	}
	.b2iSECtopSelect .b2iSelect{
		max-width: 100% !important;
	}
	.teambio_item h2 {
		font-size: 24px;
	}
	.teambio_item {
		width: 45.3%;
	}
	
}

@media (max-width: 480px) {
	h2 {
		font-size: 26px;
		line-height: 1.12;
	}
	h6 {
		font-size: 14px;
	}
	.form-here fieldset .hs-form-field, .form-here .hs-submit {
		margin-left: 5px;
		margin-right: 5px;
	  }
	  .form-here fieldset ul li {
		width: 100%;
	}
	div#map_canvas {
		height: 550px !important;
	}
	 .recent-section .investor-materials .material-links ul li a, .recent-section .shareholder-tools .material-links ul li a {
		font-size: 18px;
	} 
	.recent-section .investor-materials h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.recent-section .shareholder-tools h2 {
		font-size: 30px;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
		width: 100%;
		padding-right: 0;
		text-align: center;		
		margin-bottom: 10px;
		display: block;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container{
		display: block;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Headline {
		width: 100%;
		display: block;
		text-align: center;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.text-block-main .PressItem19 .PressItem19Icon {
		padding-left: 0;
		text-align: center;
		padding-right: 0;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container {
		padding-top: 17px;
		padding-bottom: 10px;
	}
	.text-block-main .b2iPressContainer .b2iNav, .text-block-main .b2iSecContainer .b2iNav {
		padding-top: 30px;
		
	}
	.b2iPressContainer, .b2iSecContainer{
		padding-bottom: 40px;
	}
	.text-block-main .b2iPressContainer .b2iNav span {		
		font-size: 16px;
	}
	.teambio_item {
		width: 100%;				
		margin: 0 0 10px !important;
	}
	.teambio {
		padding: 10px 0 15px 0;
		width: 100%;
	}
	.team_titlebox h5 {
		margin-bottom: 0;
	}
	.press-rel-section .rc-list {
		display: block;
		text-align: center;
	}
	.press-rel-section .rc-list .text-wrap {
		padding-right: 0;
	}
	.press-rel-section .rc-list .pdf-wrap {
		width: 100%;
		text-align: center;
	}
	.press-rel-section .rc-list .date-wrap {
		width: 100%;
		padding-right: 0;
		margin-bottom: 9px;
	}
	.text-block-main .hbspt-form fieldset .hs-form-field .input {
		margin-bottom: 0 !important;
	}
	.investor-r-section .h2-green-section a{
		font-size: 18px;
	}
	.digi-wrap .digi-wrap-rightdiv {
		padding: 50px 30px 40px;
	}
	.post-clm-section .post-wrap .post-inner-wrap {		
		margin-bottom: 20px;
		width: 100%;
	}
	.post-clm-section {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.top-text h2 {
		font-size: 20px;
	}
	.talk-to-expert {
		padding: 25px 21px 25px 0;
	}
	h3 {
		font-size: 20px;
	}
	a.btn-bg {
		color: #fff;
		padding: 8px 24px;
	}
	.services-list .text p {
		font-size: 16px;
	}
	.inner-top-section .disply-text {
		font-size: 70px;
		line-height: 55px;
	}
	.newsform p {
		font-size: 16px;
	}
	.contect-form form.wpcf7-form p {
		margin-bottom: 10px;
	}
	section.testimonials-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footprint-logos ul li img {
		width: 90%;
	}
	section.red-section ul li a {
		font-size: 18px;
	}
	section.red-section ul li a i {
		margin-right: 5px;
	}
	section.red-section ul li {
		margin-bottom: 10px;
	}
	.contact-page-form form.wpcf7-form.init .row .col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contact-page-form form.wpcf7-form p textarea {
		height: 70px;
	}
	.testimonials-section .owl-nav button.owl-next, .testimonials-section .owl-nav button.owl-prev {
		font-size: 54px;
	}
	.testimonials-section .testimonial-wrap {
		padding: 0 30px;
	}
	.testimonia-quote p {
		font-size: 18px;
	}	
	.testimonia-quote h5 {
		font-size: 18px;
	}
	.testimonial-wrap .testimonia-title h2 {
	
		font-size: 22px;
	}
	.testimonia-quote img {
		width: 80px !important;
	}
	.gmwddescription p, .gm-style .gmwdaddress, .gm-style .gmwdbranch, .gm-style .gmwdtitle, .gm-style .gmwddescription p a {font-size: 15px;}
	 .fullscreen-bg {background-position: 39% center !important;}	 
	 section.footprint-section {padding-top: 10px;	}
	 .container1 {padding: 0 20px;}
	 .slider-img .text {margin-left: 20px; }
	 .inner-top-section .container1 {padding: 0 20px;}
	 h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3, .slider-img .text h2 {font-size: 26px;}	 
	 .newsform .nf-row nf-cells {display: block;}
	 .newsform .nf-form-cont .nf-field .nf-field-element input {
		text-align: center;
	}
	.newsform .nf-form-cont .nf-field .submit-wrap input {
		color: #fff;
		margin: 0 auto;
		float: none;
	}
	.newsform .nf-row nf-cells .nf-cell:last-child {
		width: 100% !important;
		text-align: center;
	}
	.three-img-con .img-3-row .one-images {
		padding: 0 4px;
	}
	.three-img-con .img-3-row {
		margin-right: -4px;
		margin-left: -4px;
	}
	.form-sedron ul li.three {     
        width: 100%;
    }
    .form-sedron ul li {        
        padding: 0 0;
        margin-bottom: 10px;
    }
    .form-sedron ul {
        margin: 0;
    }
    .nf-form-cont .nf-field .nf-field-element textarea {
        height: 70px;
    }	
	

	
}
@media (max-width: 420px) {
	.copyright {
		font-size: 11px;
	}
	.copyright a {
		margin-left: 5px;
		padding-left: 5px;
		letter-spacing: -0.02em;
	}

}

@media (max-width: 400px) {
	.form-here fieldset .hs-form-field, .form-here .hs-submit {
		margin-left: 0;
		margin-right: 0;
	  }
	  .form-here fieldset {
		display: block;
	  }
	  .investor-r-section .blue-bg-text .b2iClientQuoteDataRow span {
		font-size: 16px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
		font-size: 34px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div .b2iQuoteHeader {
		font-size: 18px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title .b2iarrow {
		font-size: 20px;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 22px;
	}
	.rightcolpadding .amChartsPeriodSelectorButtonDiv input{font-size: 12px;margin-left: 5px;} 
	.text-block-main .b2iEmailContainer .b2iform div#b2iEmailButtons {
		grid-template-columns: inherit;
	}
	.text-block-main .b2iEmailContainer .b2iform input[type=button] {
		margin: 0;
		margin-bottom: 10px;
	}
	section.red-section {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	section.red-section ul li a {
		font-size: 16px;
	}
	.box-images {		
		width: 100%;
	}
	.slider-img .text h2 {
		font-size: 24px;
	}
	.slider-img {
		padding-bottom: 60px;		
	}
	.slider-img .text h2{
		margin-bottom: 18px
	}
}
@media (max-width: 370px) {
	.box-images {
		height: 140px;
	}
	.three-img-con .img-3-row .one-images {
		padding: 0 4px;
		margin-bottom: 15px;
	}
}
.hs-error-msg {
  color: #ff1100;
}/*# sourceMappingURL=style.css.map */


/*Homepage video fix*/
#homevideotrigger { margin-left:-350px;width:1920px;height:1080px;overflow:hidden;}
#homevideoheader {color:#fff; font-size: 72px;}
#homevideodescription {color:#fff/*474c56*/; font-size: 36px;line-height:1.2;}
#homevideocontainer { width:480px;z-index:9999;margin: 50px 0px 0px 70px;position:absolute; }
/*#homevideotrigger:hover #homevideocontainer {display:none;}*/

#video iframe {min-width:100%; width:100%; height: 33.6vw;}
#TabMunicHeadline {position:absolute; left:0;}