<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url("owl.carousel.css"); */
@import url("owl.theme.default.css");
@import url("fonts.css");
body {
  font-family: 'Roboto';
  color: #0c4778;
  font-size: 18px;
  letter-spacing: -0.024em;
  overflow-x: hidden;
  padding-left: 60px;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
font-weight: 300;		
}
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: 54px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff;
    font-weight: 300;    
}

h2 {
    font-size: 50px;
    line-height: 1.2;    
    text-transform: uppercase;
    color: #df3aa0;
	font-weight: 300;
	margin-bottom: 20px;
    letter-spacing: -0.01em;
}
h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #0c4778;    
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 20px;
}
h4 {
    font-size: 30px;
    color: #0c4778;
    letter-spacing: -0.05em;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
}
h6{
	font-size: 16px;
	color: #89a4d5;
	font-weight:600;
}
p {    
    font-size: 24px;    
	margin-bottom: 20px;
	font-weight: 300;
    color: #00162b;
}
.brand-logo {
    width: 250px;
    display: block;
    margin-top: 82px;
    margin-left: 0;
    transition: all 0.4s ease 0s;
    z-index: 111;
    position: relative;
}
.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#header-top {
    padding-left: 60px;
}
.header-inner {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 60px;
}
header.srolled {
    background: #0c4778;
    box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.5);
	    z-index: 222;
}
header.srolled .brand-logo {
    width: 195px;
    margin-top: 16px;
}
.srolled ul.desktop-menu {
    padding-top: 15px;
}
.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;
padding-top: 72px;
}
.desktop-menu li {
  list-style: none;
}
.desktop-menu li.desktop-contact {
  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;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    margin-top: -8px; 
}

.desktop-menu li.desktop-contact:last-child {
    margin-right: 0;
}
.desktop-menu li.desktop-contact a {
  color: #ffffff;
      letter-spacing: -0.12em;
    text-transform: uppercase;
    font-size: 21px;
}
.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: 39px;
	padding-top: 8px;
	padding-bottom: 18px;
}
.desktop-menu li.menu-lavel-1:last-child {
    margin-right: 0;
}
.desktop-menu li.menu-lavel-1 &gt; a {    
    color: #ffffff;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    letter-spacing: -0.008em;
    text-transform: uppercase;
}
.desktop-menu li.menu-lavel-1 &gt; a.search-show-icon i {
    font-size: 14px;
}
.desktop-menu li.menu-lavel-1 &gt; a svg {
    margin-left: 3px;
    font-size: 13px;    
-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.menu-lavel-1 &gt; a:hover svg {
    -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}
.dropdown-full .wf-container1 {
    max-width: 949px;
    margin-right: 199px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
footer {
    background-color: #0c4778;
    padding: 13px 0 13px 0;
}

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

.copyright {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.copyright a {
    color: #ffffff;
    position: relative;
    margin-left: 10px;    
    padding-left: 10px;
    letter-spacing: -0.011em;
	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:#fe4485;
}

.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: uppercase;    
}
.slider-img .text h1, .slider-img .text h2 {
    margin-bottom: 22px;
    font-weight: 300;
    letter-spacing: 0.12em;
    font-weight: 600;
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
}
.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 &gt; 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: -0.05em;
  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: -0.05em;
  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: #df3aa0;
  letter-spacing: -0.05em;
  font-size: 20px;
  transition: ease 0.35s all;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.readmore1::before {
  content: attr(data-text);
  color: #df3aa0;
  position: absolute;
  top: -30px;
  transition: ease 0s all;
}
.readmore1 i, .readmore1 svg {
  transition: all 0.28s ease;
  margin-left: 4px;
  width: 20px;
  font-size: 17px;
  transform: translateY(0px);
}
.readmore1 i:last-child, .readmore1 svg:last-child {
  position: absolute;
  top: -30px;
  right: 0;
  transition: all 0.28s ease;
}
.readmore1.left {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.readmore1.left::before {
  content: attr(data-text);
  color: #df3aa0;
  position: absolute;
  top: -30px;
  left: 26.5px;
  transition: ease 0s all;
}
.readmore1.left i, .readmore1.left svg {
  margin-right: 5px;
  margin-left: 0;
}
.readmore1.left i:first-child, .readmore1.left svg:first-child {
  position: absolute;
  top: -30px;
  left: 0;
  transition: all 0.28s ease;
}
.readmore1.left:hover i:first-child, .readmore1.left:hover svg:first-child {
  top: 9px;
}
.readmore1:hover {
  line-height: 90px;
  text-decoration: none;
  color: #df3aa0;
}
.readmore1:hover i:last-child {
  top: 5px;
}

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

.talk-to-expert a {
    color: #ffffff;
    letter-spacing: -0.05em;
    font-size: 20px;
    letter-spacing: -0.05em;
    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: -0.05em;
}
.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: -0.05em;
}
.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;
}

.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: 600;
}
.tab-text p {
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}

.readmore {
  display: flex;
  font-size: 20px;
  color: #76BC21;
  align-items: center;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.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: -0.05em;
}

.tablink .hr {
  height: 1px;
  background-color: #c1cce9;
}
.tablink button {
    border-radius: 0;
    display: flex;
    color: #89a4d5;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    align-items: center;
    font-weight: 600;
    letter-spacing: -0.05em;
    padding: 30px 0;
}
.tablink button:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.tablink button.active {
  color: #223f7d;
}

.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: -0.05em;
}
.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: 1111;
  border-right: solid 1px #c1cce9;
  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: #df3aa0;
}
.promo-bar .promo-center .promo-text span {
    display: block;
    background-repeat: no-repeat;
    width: 18px;
    height: 21px;
    margin-left: 8px;
    margin-top: 7px;
    overflow: hidden;
}
.promo-bar:hover {
  background-color: #223f7d;
}
.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: #df3aa0;
}
.promo-social ul li a:hover {
  color: #0c4778;
}

.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;
    padding-left: 50px;
    padding-right: 50px;
    
}

.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: #223f7d;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.2;
}
.popup-text-flex .promotext .textwrap a {
    text-transform: uppercase;
    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%;
}
.readmore1:hover svg:last-child {
    top: 6px;
}

.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: 999;
  height: 100vh;
}
.modal-open .promo-left-main {
  transform: translateX(0);
}
.modal-open .promo-bar {
  background-color: #0c4778;
}
.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: #223f7d;
}
.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 {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #223f7d;
  font-size: 360px;
  line-height: 260px;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  z-index: 1;
}
.inner-top-section .overlay {
  background: rgba(9, 36, 81, 0.4);
  position: relative;
  width: 100%;
  min-height: 922px;
  display: flex;
  align-items: flex-end;
}
.inner-top-section .overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/banner-gradiont.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.7;
}
.top-text {
    position: relative;
    color: #ffffff;
    z-index: 2;
    padding-bottom: 250px;
    max-width: 870px;
    padding-left: 0;
    padding-right: 60px;
}
.top-text h1 {
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 14px;
    font-weight: 300;
}
.top-text h2 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.36;
    text-transform: none;
    letter-spacing: 0.005em;
    max-width: 720px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.top-text h4 {
    letter-spacing: -0.05em;
    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: #223f7d;
  display: flex;
  flex-wrap: wrap;
}
.breadcum .link a {
  color: #223f7d;
  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: #e01453;
}
.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: #223f7d;
}

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

.hr-main {
  border-top: solid 1px #c1cce9;
  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: -0.05em;
  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: 30px;
  letter-spacing: -0.02em;
}
.text-block-main .alignleft {
  float: left;
  margin-right: 60px;
  max-width: 100% !important;
}
.text-block-main .alignleft img {
  margin-bottom: 1rem;
  width: 100%;
}
.text-block-main .alignleft figcaption {
    border-left: solid 3px #e01453;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0;
    color: #223f7d;
    padding-left: 13px;
}
.text-block-main .alignright {
  margin-left: 60px;
  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 #e01453;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #223f7d;
    padding-left: 13px;
    font-weight: 300;
}
.text-block-main a, .contact-page-address .address-list a, .tab-text p a {
  color: #E01453;
  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(#f7c4d4));
  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, #f7c4d4) !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: 600;
}
.text-block-main a:hover, .contact-page-address .address-list a:hover, .tab-text p a:hover {  
  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-weight: 600;
    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: #223f7d;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: 50%;
}
.text-block-main ul ul li::before {
    background-color: #89a4d5;
}
.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: -0.05em;
}
.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: #e01453;
  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: #fe4485;
}
.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;
}
.icon-grid .text h4 {
    color: #223f7d;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.icon-grid .text p {
  margin-bottom: 0;
}


.table-block .table {
  margin-bottom: 0;
}
.table-block .table th {
  font-size: 18px;
  font-weight: 600;
  color: #223f7d;
  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: #223f7d!important;
}
.search-result-page .news-page-title h1 {
    margin-bottom: 0 !important;
}
.main.search-result-page {
    padding-top: 50px;
}
.news-page-title h1 {
    margin-bottom: 0;
    color: #223f7d;
    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;
}
.upcoming-links {
    text-align: center;
}
.single-post .main {
    display: flex
;
    max-width: 1720px;
    margin: 0 auto;
   
}
.main .content {
    width: 66.6%;
}
.main .sidebar {
    width: 33.3%;
	padding: 0px 50px;
}
.main .sidebar h4{
	padding-top: 52px;
    margin-bottom: 10px;
    font-weight: 400;
	line-height:1;
}
.sidebar ul.post-tags{
	padding:0;
}
.sidebar ul.post-tags li {
    list-style: none;
    display: inline-block;
    background: #df3aa0;
    color: #ffffff;
    padding: 5px 20px;
    margin-right: 15px;
    border-radius: 50px;
    margin-top: 10px;
	letter-spacing: 0.3px;
}
.side_bar_cta {
    padding: 55px 67px;
    background: #0c4778;
    margin: 50px 0px;
}
.side_bar_cta h2 {
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 3rem;
    margin-bottom: 30px;
}
.side_bar_cta a {
    color: #ffffff;
    padding: 7px 30px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.recent_news div {
    margin: 40px 0px;
}
.recent_news span {
    color: #0c4778;
    font-weight: 400;
	font-size: 16px;
}
.recent_news h2 {
    font-weight: 500;
}
.main .sidebar .recent_news h4 {
    padding: 10px 0px;
    font-size: 28px;
    color: #df3aa0;
    margin-bottom: 0px;
}
.recent_news a {
    color: #0c4778;
    font-weight: 600;
    text-decoration: underline;
}
.main .content&gt;.container1 {
    border-right: 1px solid #f4f4f4;
}
.single-post section.coman-full-section .container1 {
    padding: 0px;
}
.image-caption img {
    width: 100%;
}
.image-caption figcaption {
    font-size: 12px;
    line-height: 1.5;
    color: #727272;
    margin-top: 30px;
}
.single-post section.coman-full-section {
    padding-top: 20px;
    padding-bottom: 30px;
}
.single-post section#two_column_content .container1 {
    padding: 0;
}
select.wpml-language-dropdown {
    background: transparent;
    color: white;
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: -13px;
    cursor: pointer;
}
select.wpml-language-dropdown option {
    color: #000000;
}
select.wpml-language-dropdown:focus-visible {
    border: 0;
    outline: 0;
}
.lang-switch{ margin-top: -10px; }
@media screen and (min-width: 1440px) {
	h2{
		letter-spacing: -0.04em;
		font-weight: bolder;
		font-size: 34px
	}    
}
@media screen and (min-width: 1200px) {
  .wf-container {
    width: 100%;
  }
}
.Filter-block {
  background-color: #89a4d5;
  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:#89a4d5;
  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: -0.05em;
  font-weight: 600;
  margin-bottom: 4px;
}
.rcl .text .readmore1 {
  font-size: 16px;
}

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

.rc-pagination {
  padding: 30px 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: #df3aa0;
    color: #ffffff;
}
.load-more-section {
    display: block;
    width: 100%;
}
.rc-pagination ul li a {
  color: #e01453;
  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: #223f7d;
    font-size: 30px;
    line-height: 24px;
    border-bottom: solid 1px #c1cce9;
    margin-bottom: 70px;
}
.rc-list {
  border-top: solid 1px #c1cce9;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 19px;
  line-height: 30px;
  letter-spacing: -0.05em;
  font-size: 18px;
}
.rc-bg .resources-list-remove:first-child {
    border: none !important;
}
.rc-list a {
  color: #e01453;
  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: #223f7d;
}

.map-w {
  background-color: #223f7d;
}
.map-w .Filter-block {
    padding-left: 58px;
    padding-right: 50px;
}
.map-result {
  padding: 50px 62px 84px;
  background-color: #223f7d;
}
.map-result .table-dark {
  background-color: #223f7d;
}
.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;
}

.direction-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #e01453;
      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: #223f7d;
    font-size: 24px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    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: #0c4778;
}

.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: #df3aa0;
  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: #0c4778;
}
.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: #df3aa0;
  font-weight: 600;
}

.featured {
  margin-bottom: 60px;
}
.featured img {
  width: 100%;
}

.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: #223f7d;
  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: uppercase;
    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: #223f7d;
  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: 100%;
    z-index: 1;
    background-color: #0c4778;
    opacity: 0;
    transition: opacity 0.3s;
    top: -500%;
    left: 0;
    left: 0;    
    -webkit-transition: all 0.7s ease-in-out !important;-o-transition: all 0.7s ease-in-out !important;transition: all 0.7s ease-in-out !important;
}
.dropdown-full .container1 {
  overflow-y: auto;
  max-height: calc(100vh - 142px);
  overflow-x: hidden; 
}
li.desktop-contact i {
    position: relative;
    top: -5px;
}
.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;    
    padding-top: 142px;
    padding-bottom: 83px;
    top: 0;
}

.menu-lavel {
    position: relative;
    padding: 9px 24px 6px 24px;
    transition: all 0.5s ease-in-out;
}
.dropdown-full .wf-container1 .header-left-text {
    width: 27%;
    float: left;
    margin-right: 14px;
    position: relative;
}
.dropdown-full .wf-container1 .header-left-text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 92%;
    background-color: #fff;
    right: 0;
    bottom: 0;
}
.dropdown-full .menu-lavel a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    line-height: 1.3 !important;
}
.dropdown-full .menu-lavel a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
}
.dropdown-full .menu-lavel a:hover:after, .dropdown-full .menu-lavel a.active:after {
    width: 100%;
}
.header-right-text a.links-btn:hover {
    color: #df3aa0;
}

.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: -0.05em;
  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;
}

.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: #dfe5f3;
}

.green-down-arrow {
  background-image: url(../images/green-down-arrow.svg);
  background-position: center center;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 115px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
  cursor: pointer;
}
.inner-top-section:before {
    content: "";
    background-image: url(../images/banner-line.png);
    width: 1159px;
    height: 735px;
    position: absolute;
    right: -167px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    bottom: 0;
    z-index: 2;
    opacity: 1;
}
.inner-top-section:after {
    content: "";
    background-image: url(../images/round-banner.svg);
    width: 1018px;
    height: 389px;
    position: absolute;
    right: -190px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    bottom: -348px;
    z-index: -1;
    opacity: 0.06;
}

.gateway-section .container1 {
    position: relative;
    z-index: 1;
}
.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: #223f7d;
}
.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: -0.05em;
  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: -0.05em;
    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: #0077C8;
    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: #223f7d;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
    font-size: 16px;	
}
.gm-style .gmwdbranch {
    font-weight: normal;
    margin-bottom: 10px;
    color: #223f7d;
    font-size: 16px;
	
}
.gmwddescription p {
    margin-bottom: 4px;
	
	font-size: 16px;
}
.gm-style .gmwdaddress {
    margin: 0 0 10px;
    line-height: 1.2;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
	
}
.gm-style .gmwddescription p a {
    color: #e01453;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
	
}
.gm-style .see_directions p a {
    color: #e01453;
    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&gt;span {
    background-color: #e01453 !important;
	width: 21px !important;
    height: 21px !important;
    margin: 5px !important;
    position: relative !important;
    right: 11px !important;
    top: 9px !important;
}
.gm-style .gmwddescription p a:hover, .gm-style .see_directions p a:hover {
    color: #fe4485;
}
.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;
}
.dynamic-left-right .right-images-wrap img {
    width: 100%;
}
.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_box .teambio_item:nth-of-type(4n + 4) {
    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%;
    margin-top: 68px;
}
.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;
}
.team_titlebox h3 {
    font-weight: 400;
    font-size: 30px;
    color: #df3aa0;
    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: #df3aa0;
}
.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: -0.05em;
	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: -0.05em;
    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: -0.05em;
    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: -0.05em;
    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%;}

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

.digi-wrap-div .digital-content h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #89a4d5;
    margin-bottom: 19px;
    letter-spacing: 0.12em;
}

.digi-wrap-div .digital-content h2 { 
    color: #223f7d;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 21px;
}

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

.digi-wrap-rightdiv .who-we-are-wrap p {
    color: #fff;
}
.post-clm-section {
    width: 100%;
    padding-top: 214px;
    padding-bottom: 179px;
    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: uppercase;
    color: #223f7d;
    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;
    padding: 30px 26px 41px;
    height: 642px;
    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: #80a3ef;
}
.supply-chain-wrap .supply-content {
    position: relative;
    z-index: 1;
    max-width: 268px;
}

.supply-chain-wrap .supply-content h6 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 11px;
}

.supply-chain-wrap .supply-content h3 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.14em;
    line-height: 1;
    margin-bottom: 21px;
}

.supply-chain-wrap .supply-content p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.00;
    line-height: 1.3;
    margin-bottom: 14px;
}
.supply-chain-wrap .supply-content a.readmore1 {
    text-transform: uppercase;
}
.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: #e01453;
    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: uppercase;
    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: #223f7d;
}
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: #223f7d;
    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;
}

.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: #e01453 !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.button-text {
    color: #fff;
    padding: 9px 33px;
    transition: all 0.5s ease-in-out !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
}
a.button-text:hover {
    background-color: #00162b;
    border-color: #00162b;
}
a.button-bg {
    background-color: #0c4778;
    border: none;
}


.bussion-box a {
    margin-top: 25px;
}


.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: #e01453;
    letter-spacing: -0.05em;
    transition: ease 0.35s all !important;
    display: inline-block !important;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 30px;
}
.text-block-main blockquote p a.readmore1:hover {
    line-height: 90px;
    text-decoration: none;
    color: #fe4485;
}
.form-rihgt .text-block-main p a{
	margin-top: 31px;
}
.promo-bar .promo-center .promo-text span i, .promo-bar .promo-center .promo-text span svg {
    font-size: 17px;
    color: #df3aa0;
    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, .promo-bar:hover .promo-center .promo-text span svg {
    color: #fff;
}
.modal-open .promo-bar .promo-center .promo-text span i, .modal-open .promo-bar .promo-center .promo-text span svg {
    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: #223f7d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    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 #223f7d;
    margin-right: 40px;
    outline: none;
    color: #223f7d;
    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: #223f7d;
  opacity: 1; /* Firefox */
}

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

.newsform .wpcf7-form-control-wrap input::-ms-input-placeholder { /* Microsoft Edge */
  color: #223f7d;
}
.newsform .wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #223f7d;
  opacity: 1; /* Firefox */
}
.newsform .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control-wrap input:focus {
    border-color: #e01453;
}
.newsform form.wpcf7-form .wpcf7-submit:hover, .newsform form.wpcf7-form .wpcf7-submit:focus {
    background-color: #89a4d5;
	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 #c1cce9;
    /* 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 #c1cce9;
    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 #223f7d !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: #e01453;
	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 #c1cce9;
    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: #223f7d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    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;
    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: #89a4d5;
    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: #223f7d;
    opacity: 1;
  }
.newsform .nf-form-cont .nf-field .nf-field-element input:-ms-input-placeholder {
    color: #223f7d;
    opacity: 1;
  }
.newsform .nf-form-cont .nf-field .nf-field-element input::placeholder {
    color: #223f7d;
    opacity: 1;
  }
.newsform .nf-form-cont .nf-field .nf-field-element input {
    color: #223f7d;
    border-color: #223f7d;
}
.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: #e01453;
}
.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 {
	padding: 121px 0 55px 0;
}
.teambio h2 {
    margin-bottom: 16px;
}
.teambio .heading-coman-top p {
    margin-bottom: 30px;
}
.teambio_item .pvr {
    padding: 0 0 100% 0;
    margin: 0 0 18px 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: #0c4778;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.team_titlebox h6 {
    color: #00162b;
    font-weight: 400;
}
.team_titlebox a {
    color: #0c4778;
    font-size: 20px;
}
.team_titlebox a:hover {
    color: #df3aa0;
}
.teambio_item {
    cursor: pointer;
    padding-bottom: 18px;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 57px;
}
.teambio_item.bioopen{
	border-bottom: 1px solid #e4e4e4;
}
.teambio_info {
	display: none;
}
.secin .heading-coman-top {
    margin-bottom: 80px;
}

.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 &gt; ul &gt; li {
    line-height: 1.9;
    letter-spacing: 0.0;
    margin-bottom: 11px;
}
.teambio_info &gt; 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, .teambio_info address ul li svg {
    position: absolute;
    left: 0;
    color: #e01453;
    top: 9px;
}
ul.social-icons li a i{
	transition: all 0.5s ease-in-out;
}
ul.social-icons li a i:hover {
    color: #0c4778 !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: #df3aa0;
    transition: 0.5s all;
    font-size: 18px;
    font-weight: 600;
}
.teambio_info address ul li a:hover {
	color: #0a3c65;
}

.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: #e01453;
}
.teambio_info .team_social ul li a:hover {
    color: #fe4485;
}
/*-&amp;-*/
.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: #c1cce9;
}
.contact-page-form form.wpcf7-form p input, .contact-page-form form.wpcf7-form p textarea{
	border-color: #c1cce9;
}
.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 #e01453;
    background-color: #e01453;
    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: uppercase;
    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: #223f7d;
}

.map-fw .filter-form .custom-select, .map-fw .filter-form .form-control{
	border-bottom: solid 1px #ffffff;
    background-color: #223f7d;
}
.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: #fe4485;
}
.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: 355px;
    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&gt;span:hover {
    background-color: #fe4485 !important;
}
.container1 .hr-main {
    max-width: 1170px;
    margin: 0 auto;
}
.bioopen .arrowclose {
    top: 4px;
}
.desktop-menu li.menu-lavel-1 &gt; a.search-show-icon {
    position: relative;
    top: 2px;
}
.secin h2 {
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.table thead th { 
    border-bottom: 1px solid #c1cce9;
	    border-top: 0;
}
.table td, .table th {
    border-top: 1px solid #c1cce9;
}
.btn-bg.btn-color-dark-blue {
    background-color: #223f7d !important;
}
.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(0,17,47);
	background: linear-gradient(90deg, rgba(0,17,47,1) 0%, rgba(0,17,47,0.5046393557422969) 95%);
}
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;
}
/* Icon List Section Start */
.gateway-section .gateway-list-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 90px;
}

.gateway-section .gateway-list-wrap .gateway-inner-list {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
}

.gateway-inner-list h3 {
    max-width: 313px;
    margin: 28px auto 30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.gateway-inner-list h3 i, .gateway-inner-list h3 svg {
    font-size: 15px; 
    position: absolute;
    margin-top: 6px;
    margin-left: 8px;
}

section.gateway-section {
    display: block;
    padding-top: 106px;
    padding-bottom: 67px;
    position: relative;
    overflow: hidden;

}

.gateway-section p {
    font-size: 24px;
    letter-spacing: -0.002em;
    max-width: 96%;
    line-height: 1.5;
}

.gateway-section h2 {
    margin-bottom: 10px;
}
.gateway-inner-list a:hover h3 {
    color: #df3aa0;
}
.bussion-community {
    padding-top: 140px;
    padding-bottom: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;    
    width: 100%;    
    position: relative;
    overflow: hidden;
}
.bussion-community .full-cta-images {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}

.bussion-community .bussion-box {
    background-color: #df3aa0;
    max-width: 810px;
    padding: 55px 68px 50px 67px;
    position: relative;
    z-index: 1;
}
.bussion-box h2 {
    color: #fff;
    margin-bottom: 6px;
}

.bussion-box p {
    color: #fff;
    letter-spacing: -0.005em;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 18px;
}
.center-alingbox .container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.right-aling-box .container1 {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
section.footprint {
    padding-top: 305px;
    text-align: center;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

section.footprint .foot-pring-mid {
    max-width: 1560px;
    margin: 0 auto;
}

section.footprint .foot-pring-mid p {
    color: #fff;
    letter-spacing: -0.002em;
    line-height: 1.5;
    margin-bottom: 36px;
    font-size: 18px;
}

.footprint .footprint-three-clm {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 131px;
}

.footprint-three-clm .list-print {
    float: left;
    width: 33.33%;
}

.footprint-three-clm .list-print h3 {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    line-height: 1;
    max-width: 333px;
    margin: 0 auto 44px;
    letter-spacing: 0.00em;
      -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}

.footprint-three-clm .list-print img {
    width: 64%;
}

.footprint h2 {
    margin-bottom: 10px;
    color: #fff;
}
section.footprint .foot-pring-mid a.button-text {
    padding-left: 38px;
    padding-right: 38px;
}
.footprint-three-clm .list-print a:hover h3 {
    color: #df3aa0;
}

section.franch-tech-section .container1 {
    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;
    background-position: center center;
    
}

section.franch-tech-section .franch-back-bg {
    width: 48%;
    float: left;
    position: relative;
}
.franch-tech-section .franch-left-img {
    position: absolute;
    left: 24%;
    width: 131%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    top: -28px;
}

section.franch-tech-section .franch-back-text {
    float: right;
    width: 48%;
    padding-top: 133px;
    padding-right: 54px;
    padding-bottom: 246px;
        position: relative;
    z-index: 1;
}
section.franch-tech-section {
    padding-top: 180px;
    padding-bottom: 50px;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.large_cta_bg {
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
}
section.franch-tech-section .franch-back-text p {
    letter-spacing: -0.003em;
    line-height: 1.5;
    margin-bottom: 37px;
    font-size: 18px;
}
.franch-back-text a.button-text {
    margin-top: 13px;
}
section.cta-about-section {
    display: block;
    width: 100%;
    background-color: #03a3d6;
    padding: 53px 0 45px;
}

section.cta-about-section h2 {
    color: #fff;
    text-transform: math-auto;
    letter-spacing: -0.037em;
    margin-bottom: 13px;
}

section.cta-about-section p {
    color: #fff;
    letter-spacing: -0.002em;
    line-height: 1.5;
    font-size: 18px;
}

section.cta-about-section .container1 {
    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;
}
section.members-section {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 126px;
}

.cta-about-section .cta-left-head {
    width: 63%;
}

.cta-about-section .cta-button-right {
    float: left;
    width: 37%;
    padding-left: 30px;
   
    text-align: right;
}


.members-section .members-heading {
    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%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.members-section .members-heading .member-blog {
    width: 70%;
    float: left;
    padding-right: 30px;
}

.members-section .members-heading .member-explore {
    float: left;
    width: 30%;
    text-align: right;
}

.members-heading h2 {
    color: #0c4778;
    letter-spacing: -0.015em;
    margin-bottom: 7px;
}

.members-heading p {
    font-size: 30px;
    letter-spacing: -0.0025em;
}
a.links-btn {
    color: #df3aa0;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.01em;
}
a.links-btn i {
    font-size: 14px;
}
a.links-btn:hover {
    color: #0c4778;
}

.company-logo .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.company-logo .owl-stage .item {
    padding: 0 15px;
}
.company-logo .logo-slider .owl-item img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.company-logo .logo-slider .owl-item a:hover img {
    filter: none;
}
.company-logo {
    margin-top: 30px;
}
section.upcoming-events {
    padding-top: 126px;
    padding-bottom: 82px;
    display: block;
    width: 100%;
}

.upcoming-header {
    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-bottom: 45px;
}

.upcoming-header h2 {
    margin-bottom: 0;
    /* letter-spacing: 0.00em; */
    color: #0c4778;
    width: 70%;
    padding-right: 20px;
}

.upcoming-header .upcoming-links {
    width: 30%;
    text-align: right;
}

.upcoming-links i.fas.fa-chevron-left, .upcoming-links svg {
    margin-right: 2px;
}

.events-text-area h6 {
    display: block;
    margin-top: 32px;
    color: #0c4778;
    font-weight: bold;
    letter-spacing: 0.00em;
    margin-bottom: 12px;
}

.events-text-area h6 span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 9px;
    border-left: 1px solid #000;
    line-height: 0.8;
    margin-left: 5px;
    font-weight: 400;
}

.events-text-area h4 {
    letter-spacing: -0.001em;
    font-size: 18px;
    color: #df3aa0;
    margin-bottom: 8px;
}
.upcoming-slider .owl-nav button{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);    
    height: 60px;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.upcoming-slider .owl-nav button.owl-prev {
    left: -50px;
}
.upcoming-slider .owl-nav button.owl-next {
    right: -50px;    
}

.upcoming-slider .owl-nav button span {
       color: #1c5381;
    font-size: 80px;
    line-height: 1.5;
    height: auto !important;
    min-height: auto;
    display: inline-block;
    font-weight: 100;
    -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;
}

.upcoming-slider .owl-nav button:hover {
    background-color: transparent !important;
}
.upcoming-slider .owl-nav button span:hover {
    color: #df3aa0;
}
section#counter_section {
    width: 1;
}

.counter-wrap {
    width: 100%;
    padding-top: 62px;
    padding-bottom: 65px;
    background-color: #134275;
}

.counter-wrap .counter-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.counter-wrap .counter-section .conter-wrap {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 20px;
}
.counter-section .conter-wrap .conter-heading {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.1;
    width: 100%;
}

.counter-section .conter-wrap .conter-heading span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -14px;
}

.counter-section .conter-wrap .conter-heading .counter {
    display: inline-block;
    vertical-align: middle;
}

.counter-section .conter-wrap h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.00em;
}
.banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.banner-btn a {
    margin-right: 24px;
    letter-spacing: 0.02em;
    padding-top: 9px;
    padding-bottom: 8px;
}
.upcoming-events-wrap a.links-btn {
    display: block;
    margin-top: 6px;
}
a.events-text-area h4 {
  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(#df3aa0)) !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, #df3aa0) !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;
}
a.events-text-area:hover h4{
  background-size: 0 1.5px, 100% 1px !important;
}
.events-text-area .events-img {
    width: 100%;
    overflow: hidden;
}
.owl-carousel .owl-item img, .events-wrap-sec .events-img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.events-img {
    overflow: hidden;
}
.upcoming-slider.owl-carousel .owl-item:hover img, .event-listed .events-text-area:hover img {
/*  -webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);    */
}
.dropdown-full .wf-container1  .header-cta {
    float: left;
    width: 70%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
}

.dropdown-full .wf-container1 .header-cta h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.00em;
    margin-bottom: 11px;
}
.header-cta .header-left-img {
    margin-right: 34px;
    width: 50%;
}
.header-left-img img {
    width: 100%;
}

.header-right-text p {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.0048em;
    line-height: 1.5;
    margin-bottom: 8px;
}
.header-right-text a.links-btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.008em;
}

.header-right-text a.links-btn i, .header-right-text a.links-btn svg {
    font-size: 13px;
}
.desktop-menu li.menu-lavel-1:hover &gt; a i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        position: relative;
    top: -3px;
}
.srolled .menu-lavel-1:hover .dropdown-full {
    padding-top: 80px;
    padding-bottom: 50px;
}
.main-footer .container1 {
    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;
    -webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;
}
.main-footer .footer-left {
    float: left;
    width: 40%;
}

.main-footer .footer-right {
    float: left;
    text-align: right;
    width: 56%;
}

.footer-left span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.footer-left span img {
    display: inline-block;
    width: 35px;
}

.footer-left p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.005em;
}

.footer-right ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-right ul li {color: #fff;margin-left: 17px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

.footer-right ul li a {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 0.00em;
    line-height: 0.9;
}

.footer-right ul li i {
    font-size: 14px;
    margin-right: 7px;
}
.footer-right ul li a:hover {
    color: #df3aa0;
}
.members-heading .member-blog h4 {
    margin-bottom: 0;
    font-size: 24px;
}
.activehader .brand-logo img {
    display: none;
}
.activehader .brand-logo img.d-sticky-logo{
    display: block;
}
.mobile-menu-main .header-cta {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mobile-menu-main .header-cta .header-left-img {
    width: 23%;
}
.mobile-menu-main .header-cta .header-right-text {
    float: left;
    width: 71%;
}
.mobile-menu-main li:last-child {
    border: none;
}
.mobile-menu-main .header-cta .header-right-text h2 {
    font-size: 22px;
    font-weight: bold;
}
.mobile-menu-main .header-cta .header-right-text p {
    color: #00162b;
}
.mobile-menu-main .header-cta .header-right-text a.links-btn {
    padding: 0;
    margin-top: 20px;
        color: #df3aa0;
}
.mobile-menu-main .header-cta .header-left-img img {
    width: 100%;
}
.slide-menu ul a.slide-menu-control {
    color: #DF3AA0 !important;
}
.mobile-menu-main li {
  border-bottom: solid 1px #E4E4E4 !important;
}
.slide-menu ul a {
    color: #0c4778 !important;
}
section.tab-section {
    padding: 75px 0 50px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.tab-section ul.tabs {
    margin: 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-section ul.tabs li {
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 24px;
    color: #0c4778;
    font-weight: 900;
    text-align: center;
    margin: 0 5px;
    padding-bottom: 30px;
    border-bottom: 3px solid #e4e4e4;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.tab-section ul.tabs li:hover, .tab-section ul.tabs li.active {
    border-color: #df3aa0;
    color: #df3aa0;
}

.tab_container {
    padding-top: 63px;
}

.tab-two-clm {
    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;
    width: 100%;
}

.tab-two-clm .tab-inner-wrap {
    width: 48%;
    float: left;
    margin-bottom: 45px;
}

.tab-two-clm .tab-inner-wrap .tab-full-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 232px;
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}
.tab-inner-wrap h3 {
    letter-spacing: -0.005em;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.tab-inner-wrap p {
    color: #00162b;
    font-size: 20px;
    margin-bottom: 14px;
    letter-spacing: -0.001em;    
}
.tab-inner-wrap a.links-btn i.fas, .tab-inner-wrap a.links-btn svg {
    margin-left: 6px;
    font-size: 16px;
}
.tab-inner-wrap a.links-btn {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.00em;
}
.right-algin-content .container1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
h3.tab_drawer_heading {
    display: none;
}
section.left-right-section {
    padding-top: 70px;
    padding-bottom: 100px;
    width: 100%;
}
section.left-right-section h1{
	font-size:50px;
}
section.left-right-section .dynamic-left-right {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;}

.dynamic-left-right .left-contenct {
    float: left;
    width: 48%;
}

.dynamic-left-right .right-images-wrap {
    float: left;
    width: 48%;
}

.left-contenct h2 {
    letter-spacing: -0.015em;
    line-height: 1.1;
    margin-bottom: 22px;
}

.left-contenct p {
    font-size: 20px;
    letter-spacing: -0.001em;
    line-height: 1.78;
    margin-bottom: 30px;
}

.left-contenct h3 {
    letter-spacing: 0.00em;
    margin-bottom: 24px;
}
.left-contenct ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #00162b;
    font-size: 20px;
    letter-spacing: 0.00em;
    margin-bottom: 6px;
}

.left-contenct ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #0c4778;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}

.left-contenct ul {
    padding: 0;
    margin-bottom: 25px;
}
.left-image-move .dynamic-left-right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
section.full-images-section {
    padding-top: 40px;
    width: 100%;
    padding-bottom: 115px;
}


section.full-images-section .full-set-image {
    width: 100%;
    height: 965px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full-images-section .up-content-wrap {
    margin-top: -601px;
}

.full-images-section .up-content-wrap h2 {
    margin: auto;
    color: #fff;
    width: 100%;
    text-transform: none;
    font-size: 100px;
    padding: 20px 70px 37px 64px;
    letter-spacing: -0.002em;
    line-height: 1;
}
.up-content-wrap .inner-image-box {
    background-color: #fff;
    padding: 107px 130px 73px 135px;
}

.up-content-wrap .inner-image-box h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 38px;
    letter-spacing: -0.0020em;
    line-height: 1.4;
}

.up-content-wrap .inner-image-box h6 {
    font-size: 20px;
    color: #00162b;
    letter-spacing: 0.00em;
    margin-bottom: 8px;
}

.up-content-wrap .inner-image-box p {
    font-size: 20px;
    letter-spacing: -0.002em;
    margin-bottom: 9px;
}
section.business-mamber {
    width: 100%;
    padding-top: 122px;
    padding-bottom: 100px;
}

.heading-coman-top h2 {
    letter-spacing: -0.013em;
    margin-bottom: 8px;
}

.heading-coman-top h3 {
    font-size: 30px;
    letter-spacing: -0.002em;
    line-height: 1.5;
    margin-bottom: 33px;
    font-weight: 300;
}
.top-business-head ul {
    padding: 0;
    margin-bottom: 53px;
}
.top-business-head ul li {
    position: relative;
    list-style: none;
    padding-left: 24px;
    color: #00162b;
    font-size: 20px;
    letter-spacing: 0.00em;
    margin-bottom: 6px;
}
.top-business-head ul li:before {
      content: "";
    width: 4px;
    height: 4px;
    background-color: #0c4778;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}
.top-business-head h4 {
    font-size: 30px;
    letter-spacing: 0.00em;
    margin-bottom: 44px;
    color: #0c4778;    
    font-weight: 700;
}
.four-blocks {
    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%;
    JUSTIFY-CONTENT: space-between;
}

.four-blocks .single-block {
    float: left;
    width: calc(25% - 16px);
   
}

.single-block a {
    background-color: #fff;
    -webkit-box-shadow: 0 13px 32px rgba(0,0,0,0.30), 0 8px 12px rgba(0,0,0,0.22);
            box-shadow: 0 13px 32px rgba(0,0,0,0.30), 0 8px 12px rgba(0,0,0,0.22);
    display: block;
    width: 100%;
    padding: 23px 20px 123px 32px;
     position: relative;
    height: 100%;
}

.single-block h2 {
    font-size: 60px;
    color: #0c4778;
    text-transform: none;
    font-weight: 300;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    letter-spacing: 0.00em;
    margin-bottom: 0;
}

.single-block h3 {
    font-size: 48px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 9px;
}

.single-block p {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        position: absolute;
}

.single-block ul {
    margin-top: 105px;
    margin-bottom: 0;
}

.single-block ul li {
    line-height: 1.3;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-block ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    color: #65dbc8;
    font-weight: 100;
    font-size: 17px;
    width: auto;
    height: auto;
    background-color: transparent;
}
.single-block span.button-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.085em;
    background-color: #0c4778;
    width: 85%;
    line-height: 1.2;
    border-radius: 50px;
    padding: 14px 20px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 34px;
     -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.four-blocks .single-block a:hover h2, .four-blocks .single-block a:hover h3, .four-blocks .single-block a:hover p, .four-blocks .single-block a:hover ul li{
    color: #fff;
}
.single-block a:hover {
    background-color: #0a3b64;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 1;
}
.single-block a:hover span.button-text {
    background-color: #65dbc8;
}
.heading-coman-top p {
    font-size: 20px;
    letter-spacing: 0.00em;
    line-height: 1.75;
    margin-bottom: 38px;
}
.network-section .heading-coman-top {
    margin-bottom: 62px;
}
section.network-section {
    width: 100%;
    padding-top: 100px;
        padding-bottom: 106px;
}
section.network-section .heading-coman-top h3 {
    margin-bottom: 11px;
}
section.form-section {
    width: 100%;
    padding-top: 126px;
    padding-bottom: 108px;
}
section.form-section h2 {
    color: #0c4778;
    margin-bottom: 27px;
}
section.form-section p {
    font-size: 20px;
    letter-spacing: 0.00em;
    line-height: 1.7;
    margin-bottom: 33px;
}
section.form-section p {
    font-size: 20px;
}
.gform_body .gfield input, .gform_body .gfield textarea {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px !important;
    font-weight: 300;
    color: #00162b;
    padding-left: 2px !important;
    outline: none;
    letter-spacing: -0.01em;
    padding-bottom: 3px !important;
    margin-bottom: 10px !important;
}
.gform_body .gfield input::-ms-input-placeholder, .gform_body .gfield textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #00162b;
}

.gform_body .gfield input::placeholder, .gform_body .gfield textarea::placeholder {
  color: #00162b;
}
.gform_body .gfield select {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px !important;
    font-weight: 300;
    color: #00162b;
    padding-left: 2px !important;
    outline: none;
    background-image: url(../images/select-bolx.svg) !important;
    appearance: none;
    background-size: 13px;
    background-repeat: no-repeat !important;
    background-position: 99.79% 54%;
    padding-right: 20px;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.gform_body .gfield textarea {
    height: 82px !important;
}
.gform_footer.top_label input {
    color: #fff;
    padding: 11px 35px 9px 29px;
    transition: all 0.5s ease-in-out !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    background: rgb(12, 71, 120);
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.gform_footer.top_label {
    margin-top: 3px !important;
}
.gform_footer.top_label input:hover, .gform_footer.top_label input:focus{
    background-color: #65dbc8;
}
.timeline-slider .slick-list {
    overflow: initial;
}
.company-logo .logos {
    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;
}
.network-filter-section {
    padding-bottom: 42px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.company-logo .logos .item {
    width: 10%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
}
.logos .item img {
    width: 100%;
}

.history_timeline h2 {
    color: #0c4778;
}
section.coman-full-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.coman-full-section h3 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.00em;
    margin-bottom: 36px;
    line-height: 1.5;
}

.coman-full-section h2 {
    margin-bottom: 14px;
}

.coman-full-section p {
    letter-spacing: 0.00em;
    font-size: 20px;
    line-height: 1.73;
    margin-bottom: 39px;
}
.coman-full-section a.button-text.button-bg {
    padding: 15px 32px 15px 29px;
}

.coman-full-section a.button-text.button-bg:hover {
    background-color: #65dbc8;
}
.coman-full-section .text.text-block-main ul li:before {
    position: relative;
    left: 0;
    top: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.coman-full-section .text-block-main ul li {
    padding-left: 0;
    color: #0c4778;
    font-size: 20px;
}
.network-filter-section .network-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: 8px;
}
.desktop-menu li.menu-lavel-1:hover &gt; a, .desktop-menu li.menu-lavel-1.active &gt; a {
    color: #DF3AA0;
}
.gform_validation_errors {
    display: none;
}
.gform_body .gfield.gfield_error input, .gform_body .gfield.gfield_error textarea, .gform_body .gfield.gfield_error select {
    border: none;
    border-bottom: 1px solid red !important;
}
.gform_body .gfield.gfield_error .instruction.validation_message {
    display: none;
}

.gform_body .gfield.gfield_error .gfield_validation_message {
    display: none !important;
}
.gform_confirmation_message {
    text-align: center;
    font-weight: 700;
    color: #65dbc8;
}
.full-line .container1 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.full-line .container1 .hr-main {
    width: 100%;
    max-width: 100%;
    border-color: #e4e4e4;
}
.list-icons {
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.list-icons img {
    width: 90px;
}
.tab-inner-wrap p br {
    display: none;
}
.coman-full-section a.button-text {
    padding: 15px 30px 14px 32px;
}
.desktop-menu li.desktop-contact a:hover {
    color: #df3aa0;
}
.footer-right ul li a svg {
    margin-right: 7px;
    font-size: 16px;
}

.upcoming-events-wrap a.links-btn svg {
    font-size: 15px;
}
a.navy-blue, a.navy-blue-hover:hover {
    background-color: #000101;
    border-color: #000101 !important;
}
a.sky-blue, a.sky-blue-hover:hover {
    background-color: #03A3D6;
    border-color: #03A3D6 !important;
}
a.dark-royal-blue, a.dark-royal-blue-hover:hover {
    background-color: #0C4778;
    border-color: #0C4778 !important;
}
a.pale-turquoise, a.pale-turquoise-hover:hover {
    background-color: #65DBC8;
    border-color: #65DBC8 !important;
}
a.pink, a.pink-hover:hover {
    background-color: #df3aa0;
    border-color: #df3aa0 !important;
}
a.white, a.white-hover:hover {
    background-color: #ffffff;
    border-color: #ffffff !important;
}
a.powder-blue, a.powder-blue-hover:hover {
    background-color: #D6EBF2;
    border-color: #D6EBF2 !important;    
}
a.light-gray, a.light-gray-hover:hover {
    background-color: #E4E4E4;
    border-color: #E4E4E4 !important;    
}
/*text color*/
a.navy-blue-text, a.navy-blue-text-hover:hover {
    color: #000101 !important;
}
a.sky-blue-text, a.sky-blue-text-hover:hover {
    color: #03A3D6 !important;
}
a.dark-royal-blue-text, a.dark-royal-blue-text-hover:hover {
    color: #0C4778 !important;
}
a.pale-turquoise-text, a.pale-turquoise-text-hover:hover {
    color: #65DBC8 !important;
}
a.pink-text, a.pink-text-hover:hover {
    color: #df3aa0 !important;
}
a.white-text, a.white-text-hover:hover {
    color: #ffffff !important;
}
a.powder-blue-text, a.powder-blue-text-hover:hover {
    color: #D6EBF2 !important;
}
a.light-gray-text, a.light-gray-text-hover:hover {
    color: #E4E4E4 !important;
}
.transparent-hover:hover {
    background-color: transparent !important;
    border-color: #fff !important;
}
.event-listed {
    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 -45px;
    padding-top: 65px;
}

.event-listed .events-wrap-sec {
    float: left;
    width: 33.33%;
    padding: 0 45px;
    margin-bottom: 70px;
    position: relative;
}
.full-event-list {
    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-bottom: 60px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 58px;
}

.full-event-list .event-left-img {
    overflow: hidden;
    float: left;
    width: 48.7%;
}
.full-event-list .event-left-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.full-event-list .event-left-img a:hover img{
        -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.full-event-list .event-right-text h2 a {
    color: #0c4778;
}

.full-event-list .event-right-text h2 a:hover {
    color: #df3aa0;
}
.full-event-list .event-right-text {
    float: left;
    width: 51.3%;
    padding-left: 59px;
    padding-top: 51px;
}

.full-event-list .event-right-text h2 {
    color: #0c4778;
    font-size: 36px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.full-event-list .event-right-text h6 {
    display: block;
    margin-top: 25px;
    color: #0c4778;
    font-weight: bold;
    letter-spacing: 0.00em;
    margin-bottom: 19px;
}

.full-event-list .event-right-text h6 span.time {
    display: inline-block;
    vertical-align: middle;
    padding-left: 9px;
    border-left: 1px solid #000;
    line-height: 0.8;
    margin-left: 5px;
    font-weight: 400;
}

.full-event-list .event-right-text p {
    font-size: 36px;
    color: #df3aa0;
    line-height: 1.5;
    letter-spacing: 0.00em;
}
.events-wrap-sec a.events-text-area {
    display: block;
}
.full-event-page .network-filter-section {
    padding-bottom: 40px;
}
section.full-event-page {
    padding-bottom: 100px;
    padding-top: 34px;
}
.network-wrap input.form-control.events-search {
    border: none;
    border-bottom: 1px solid #df3aa0 !important;
    border-radius: 0;
    color: #000;
    outline: none;
    font-size: 21px;
    border: 1px solid transparent;
    border-radius: inherit;
    background-image: url(../images/icons8-search.png);
    opacity: 0.7;
    background-position: right 14px;
    background-repeat: no-repeat;
    background-size: 23px;
    box-shadow: none;
    padding-right: 30px;
}
.network-wrap input.form-control.events-search::-ms-input-placeholder { /* Edge 12-18 */
  color: #0c4778;
}

.network-wrap input.form-control.events-search::placeholder {
  color: #0c4778;
}
.event-listed .noData {
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
.article-social .readmore1.left:hover i:first-child, .article-social .readmore1.left:hover svg:first-child {
    top: 7px;
}
.single-events {
    padding-top: 50px;
}
.main-div {
    overflow: hidden;
}
.event-banner-sec {
    background-color: #01162b;
    padding-top: 200px;
    padding-bottom: 60px;
}
.single_event_listing {
    padding-top: 80px;
}
.event-banner-sec h1 {
    text-transform: uppercase;
    max-width: 1100px;
    letter-spacing: 0.02em;
}

.event-all {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.event-all .container1 &gt; img {
    width: 100%;
    display: block;
}

.event-all  .event-two-clm {
    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;
    padding-top: 100px;
}

.event-all .event-two-clm .event-one-side {
    float: left;
    width: 65%;
}

.event-all .event-two-clm  .event-side-bar {
    float: left;
    width: 30%;
}

.event-two-clm .event-side-bar ul li {
    list-style: none;
    padding: 35px 0;
    border-bottom: 1px solid #e3e3e3;
}

.event-two-clm .event-side-bar ul {
    padding: 0;
    margin: 0;
}

.event-two-clm .event-side-bar ul li:last-child {
    border: none;
}

.event-side-bar ul li p {
    margin: 0;
    color: #084679;
}

.event-two-clm .event-side-bar ul li h2 {
    font-weight: 300;
    margin-bottom: 9px;
}
.event-one-side h2 {
    text-transform: capitalize;
    font-weight: bold;
    color: #084679;
    margin-bottom: 10px;
}
.event-two-clm .event-side-bar ul li:first-child {
    padding-top: 0;
}
.event-sub-list {
    margin-bottom: 50px;
}

.event-sub-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.event-sub-list ul li {
    margin-right: 12px;
}

.event-sub-list ul li p span {
    color: #df3aa0;
    text-transform: uppercase;
}
.event-one-side p {
    line-height: 1.5;
}
.event-sub-list ul li p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}

.event-sub-list ul li span.wpem-event-ticket-type-text {
    background-color: #d3ecf1;
    padding: 5px 10px 3px 10px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 3px;
}

.wpem-event-details .wpem-event-title h3.wpem-heading-text {
    font-size: 40px;
    color: #134673;
    line-height: 1.2;
}

.wpem-event-details  .wpem-event-organizer-name a {color: #d93d91;}

.wpem-event-details .wpem-viewed-event, .wpem-event-details .wpem-viewed-event i {
    color: #1f456c !important;
    font-weight: 400;
}

.wpem-event-details .wpem-event-ticket-type {}

.wpem-event-details .wpem-event-ticket-type span {
    background-color: #d7ebf2 !important;
    color: #084a7e;
}

.wpem-single-event-ticket-information h3.wpem-heading-text {
    margin-bottom: 0 !important;
    color: #fff !important;
}
.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
    background: #df3aa0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 15px 20px;
    margin: 0;
}
.wpem-single-event-body {
    padding-top: 60px;
    padding-bottom: 50px;
}
.wpem-single-event-footer {
    display: none;
}

.wpem-single-event-body-content .wpem-ticket-information-body {
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
    border: none !important;
}

.wpem-single-event-body-content .wpem-ticket-information-body .wpem-ticket-info-wrap {
    background-color: #f7f7f7 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 20px 60px !important;
}

.wpem-single-event-body-content .wpem-ticket-information-body .wpem-ticket-info-wrap .wpem-ticket-type {
    color: #001927 !important;
    font-size: 24px !important;
    margin-bottom: 9px !important;
}

.wpem-single-event-body-content .wpem-ticket-information-body .wpem-ticket-info-wrap span.woocommerce-Price-amount.amount {
    color: #00162b !important;
    font-size: 20px !important;
    font-weight: 400;
}
.wpem-single-event-body-content .wpem-ticket-information-body .wpem-ticket-info-wrap .wpem-ticket-quantity select {
    background-color: transparent;
    border: none;
    color: #e73ba1;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    margin-bottom: 2px;
}
.wpem-single-event-body-content .wpem-ticket-information-body .wpem-ticket-info-wrap span.remaining-tickets-counter {
    color: #0d4a80;
    font-weight: 400;
    letter-spacing: -0.005em;
}
.wpem-single-event-body-content .wpem-ticket-register-button button {
    color: #fff;
    padding: 13px 33px 11px 33px;
    transition: all 0.5s ease-in-out !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    background: rgb(12, 71, 120);
    border-color: white;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.wpem-single-event-body-content .wpem-ticket-register-button button:hover {
    background-color: #00162b;
    border-color: #00162b;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-fotoer {
    padding: 0 20px;
}
.wpem-single-event-body-sidebar h3.wpem-heading-text, .wpem-single-event-body-sidebar .wpem-share-this-event {
    display: none;
}
.wpem-single-event-sidebar-info h3.wpem-heading-text {
    color: #df3aa0;
    font-size: 32px !important;
    font-weight: 300;
    border-top: 1px solid #e3e3e3;
    padding-top: 14px !important;
    display: block;
}


.wpem-single-event-sidebar-info .wpem-event-date-time {
    color: #0e4b7a;
    font-size: 18px !important;
    font-weight: 400;
}

.wpem-single-event-sidebar-info {
    color: #0e4b7a;
    font-size: 18px !important;
    font-weight: 400;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type{
    background-color: transparent;
    color: #0e4b7a;
    font-size: 18px !important;
    font-weight: 400;
    padding: 0;
    cursor: none;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
    cursor: default !important;
    color: #0e4b7a !important;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar {
    padding: 0;
}
.wpem-single-event-sidebar-info &gt; h3.wpem-heading-text:nth-of-type(1) {
    border: none !important;
    padding-top: 0 !important;
}
.single_event_listing .wpem-main.wpem-single-event-page {
    max-width: 1720px;
    margin: 0 auto;
    width: 100%;
    padding: 0 60px;
}
.wpem-single-event-page .wpem-single-event-wrapper {
    border: none !important;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-short-info, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body-content {
    padding-left: 0 !important;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after{
    display: none;
}
.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button {
    background-color: #0c4778;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img {
/*     height: 570px; */
	height: auto;
    object-fit: cover;
}
.wpem-reg-spots-left {
    padding: 9px 5px 9px 5px;
    font-weight: 400;
}
.woocommerce-page section.coman-full-section {
    padding-top: 200px;
    background-color: #dddddd !important;
}
.woocommerce table.shop_table  {
    border: 1px solid rgb(1 22 43 / 40%);
}
.woocommerce table.shop_table td{
    border-top: 1px solid rgb(1 22 43 / 40%);
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid rgb(1 22 43 / 40%);
}

.woocommerce a.remove {
    color: #df3aa0 !important;
}
.product-name .variation .variation-Event p {
    font-size: 16px;
    font-weight: 400;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    color: #00162b;
}
.woocommerce table.shop_table td {
    font-weight: 400;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased;
    padding: 18px 30px !important;
    transition: all 0.5s ease-in-out !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    display: inline-block;
    background: rgb(12, 71, 120);
    border-color: white;
    color: rgb(255, 255, 255);
    box-shadow: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: rgb(0, 22, 43);
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #d5d2d9;
}
.woocommerce-checkout .col-1 {max-width: 100%;     padding: 0;}
.woocommerce-checkout .col-2 {
    max-width: 100%;
    padding: 0;
}
.woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    max-width: 100%;
    display: block;
    padding: 8px 10px;
    background-color: #ffffff;
    border: 1px solid #0c4778;
}
.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #0c4778;
    padding: 7px 10px;
    outline: none;
    font-weight: 400;
}
.form-row.validate-required span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-additional-fields__field-wrapper span.woocommerce-input-wrapper {
    width: 100%;
}
.coman-full-section h3 {    
    font-size: 26px; 
    margin-bottom: 4px;
    line-height: 1.5;
    font-weight: 500;
}
.woocommerce .col2-set, .woocommerce-page .col2-set { 
    margin-bottom: 40px;
}
.woocommerce-additional-fields__field-wrapper {
    margin-bottom: 20px;
}
.woocommerce-info {
    border-top-color: #0c4778;
    font-weight: 400;
}
.woocommerce-info a.showcoupon {
    color: #df3aa0;
}
.woocommerce-info {
    border-top-color: #0c4778; 
}
.woocommerce-additional-fields .form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-additional-fields .form-row span.woocommerce-input-wrapper select {
    max-width: 100%;
    display: block;
    padding: 8px 10px;
    background-color: #ffffff;
    border: 1px solid #0c4778;
    outline: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th { 
    border-top: 1px solid rgb(1 22 43 / 40%);
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row { 
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    width: calc(100% - 180px);
        padding-right: 20px;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link {
    color: #df3aa0;
}
ul.woocommerce-error {
    list-style: none;
    padding: 35px 18px 18px 18px;
}

ul.woocommerce-error li:before {
    display: none !important;
}

ul.woocommerce-error li {
    font-size: 18px !important;
    line-height: 1.3;
}
.woocommerce-error::before {
    top: 5px;
}
.payment_box.payment_method_authnet p a {
    color: #df3aa0;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    font-size: 34px;
    line-height: 1.42;
    color: #0c4778;
    width: 100%;
    padding-right: 20px;
    font-weight: bolder;
}
.wpem-event-listings-header .wpem-event-layout-action-wrapper {
    display: none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner {
    overflow: hidden;
    
}
.wpem-main.wpem-event-listings .wpem-event-box-col:hover a.wpem-event-action-url {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}


.wpem-main.wpem-event-listings .wpem-event-box-col a.wpem-event-action-url .wpem-event-banner-img {
        background-size: cover !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    background-repeat: no-repeat;
}
.wpem-main.wpem-event-listings .wpem-event-box-col:hover a.wpem-event-action-url .wpem-event-banner-img {
/*     background-size: 110% !important; */
}


.wpem-main.wpem-event-listings .wpem-event-box-col a.wpem-event-action-url {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    letter-spacing: -0.001em;
    font-size: 18px;
    color: #df3aa0;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    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(#df3aa0)) !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, #df3aa0) !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;
}
.wpem-main.wpem-event-listings .wpem-event-box-col:hover .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    background-size: 0 1.5px, 100% 1px !important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title{
    margin: 0;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title { 
    margin-bottom: 15px !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: none;
    border-radius: 0;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding: 15px 0 10px 0;
    line-height: 18px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time {
    color: #0c4778;
    font-weight: bold;
    letter-spacing: 0.00em;
    margin-bottom: 12px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list:hover {
    box-shadow: none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{
    color: #0c4778;
    margin-bottom: 5px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: #0c4778;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: #df3aa0;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
    color: #df3aa0;
}
.woocommerce a.remove:hover {
    color: #00162b !important;
    background: transparent;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.1em;
}
.woocommerce form .wc-payment-form .form-row label {
    font-weight: 700;
    color: rgb(12, 71, 120) !important;
}
.payment_method_authnet p strong {
    color: rgb(12, 71, 120) !important;
}
.select2-container.select2-container--focus .select2-selection {
    border-color: none;
    box-shadow: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #df3aa0;
}
.woocommerce-checkout ul.payment_methods li:before {
    display: none !important;
}
.upcoming-events .upcoming-links a.links-btn:hover {
    background: none;
}
.book-pop .events-text-area .events-img {
    width: 100%;
    overflow: hidden;
    max-height: 447px;
}
  /* Styles for dialog window */
  .open-popup-code {
    background: white;
    padding: 30px 30px 30px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
  }


  /**
   * Fade-zoom animation for first dialog
   */

  /* start state */
  .my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 



    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 
  }

  /* animate in */
  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -o-transform: scale(1); 
    transform: scale(1); 
  }

  /* animate out */
  .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 

    opacity: 0;
  }

  /* Dark overlay, start state */
  .my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
  }
  /* animate in */
  .my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  /* animate out */
  .my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }



  /**
   * Fade-move animation for second dialog
   */

  /* at start */
  .my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

  }

  /* animate in */
  .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  }

  /* animate out */
  .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  }

  /* Dark overlay, start state */
  .my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
  }
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  /* animate out */
  .my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
  }

.read-block {
    color: #df3aa0;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.01em;
    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;
    cursor: pointer;
    margin-top: 6px;
    text-transform: uppercase;
}

.read-block:hover {color: #0c4778;}

.read-block .df-element.df-popup-button {
    position: absolute;
    left: 0;
    opacity: 0;
}
.events-img .df-popup-button {
    position: absolute !important;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
}
.event-listed .events-wrap-sec.book-pop {
    width: 25%;
    padding: 0 25px;
}
.upcoming-slider.owl-carousel .book-pop .owl-item:hover img, .event-listed .book-pop .events-text-area:hover img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/**** 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;
}	
.dropdown-full .wf-container1 {    
    margin-right: 30px;
    }
.full-images-section .up-content-wrap h2 {
    font-size: 80px;
}
.network-filter-section .network-wrap {
    width: 20%;
}
.book-pop .events-text-area .events-img {
    max-height: 398px;
}
    
}
@media (max-width: 1599px) {
  .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: 40px 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;
	}
     section.coman-full-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.history_timeline {
        padding: 90px 0px 70px 0px;
    }
    .menu-lavel {        
        padding: 6px 24px 5px 24px;
    }
    .gateway-section .gateway-list-wrap .gateway-inner-list {
        margin-bottom: 40px;
    }
    h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3, .slider-img .text h2 {
        font-size: 54px;
    }
    .event-listed .events-wrap-sec {
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .event-listed {
        margin: 0 -30px;
    }
    .book-pop .events-text-area .events-img {
        max-height: 368px;
    }
    
}
.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;
	}
    .desktop-menu li.desktop-contact {
        margin-right: 20px;
    }
    .desktop-menu li.desktop-contact a {
        font-size: 20px;
        position: relative;
        top: 0;
    }
        
    .main-footer .footer-left {        
        width: 100%;
        text-align: center;
    }
    .main-footer .footer-right {        
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }
    .footer-right ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
}
@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: 40px;
  }
    p {
        font-size: 22px;
    }
    .single_event_listing .wpem-main.wpem-single-event-page {
        padding: 0 41px;
    }
.inner-top-section:before {
    width: 437px;
    bottom: -6px;
    height: 395px;
    right: 0;
}
.inner-top-section:after {
    width: 542px;
    height: 389px;    
    right: -100px;
    bottom: -185px;
}
.gateway-section p {    
    max-width: 100%;    
}
  .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;
  }  
  .desktop-menu li.menu-lavel-1 &gt; a {
    font-size: 14px;
  }
  .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, .services-list a.readmore1 svg {
		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 {
		height: 520px;
	}
	.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: 255px;
	}
	.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;
}

.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;
}
.counter-section .conter-wrap .conter-heading {    
    font-size: 68px;
}
.counter-section .conter-wrap h3 {    
    font-size: 30px;
}
section.footprint {
    padding-top: 150px;
}    
.footprint-three-clm .list-print h3 {    
    font-size: 46px;
    margin: 0 auto 30px;    
}   
.footprint .footprint-three-clm {
    margin-top: 90px;
}    
section.upcoming-events {
    padding-top: 100px;
    padding-bottom: 60px;
}      
.upcoming-header {
    margin-bottom: 30px;
}  
.members-heading p {
    font-size: 24px;
}
section.footprint {
    padding-top: 200px;
}
.upcoming-events {
    padding: 0 30px;
}
.header-inner {
    padding: 0 40px;
}
.dropdown-full .wf-container1 {
    max-width: 855px;
}
.teambio_item {
    cursor: pointer;    
    width: 30.66%;
}    
.teambio_box .teambio_item:nth-of-type(3n + 3) {
    margin-right: 0;
}
.teambio_box .teambio_item:nth-of-type(4n + 4) {
    margin-right: 4%;
}
 .secin .heading-coman-top {
    margin-bottom: 50px;
}   
.single-block h2 {
    font-size: 48px;
}    
.single-block h3 {
    font-size: 38px;
}    
.top-business-head ul li {
    font-size: 18px;
}    
.single-block a {
    padding: 23px 20px 90px 32px;
}    
.single-block span.button-text {
    padding: 12px 20px;
    bottom: 25px;
}
.single-block ul {
    margin-top: 80px; 
}   
.heading-coman-top h3 {
    font-size: 28px;
    margin-bottom: 30px;
}  
.full-images-section .up-content-wrap h2 {
    font-size: 60px;
}
.up-content-wrap .inner-image-box { 
    padding: 45px 70px 45px 70px;
}   
section.form-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.company-logo .logos .item {
    width: 14.28%;
}  
.coman-full-section h3 {    
    font-size: 26px;
    margin-bottom: 25px;
}
 li.desktop-contact i {
    position: relative;
    top: -3px;
}
.members-heading .member-blog h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.full-event-list .event-right-text p {
    font-size: 26px;
}    
.full-event-list .event-right-text h2 {    
    font-size: 30px;
}    
    
    
}
@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;
	}
    .inner-top-section .overlay, .inner-top-section {
        min-height: 700px;
    }
    .top-text {
        padding-bottom: 150px;
    }
    .green-down-arrow {
        bottom: 50px;
    }
    section.franch-tech-section {
        padding-top: 110px;
        padding-bottom: 0;        
    }
    section.franch-tech-section {
        padding-top: 70px;
    }
    section.franch-tech-section .franch-back-text {
        padding-top: 133px;
        padding-right: 0;
        padding-bottom: 120px;
    }
   .four-blocks .single-block {    
        width: calc(33.33% - 16px);
       margin-bottom: 30px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img {
        height: auto;     
    }
    .book-pop .events-text-area .events-img {
        max-height: 319px;
    }
	.side_bar_cta {
    	padding: 45px 40px;
  	}
}
@media (max-width: 1366px) {
	.fullscreen-bg .container {
		max-width: 100%;
	}
	.fullscreen-bg .container .advanced-engineering {
		padding-left: 41px;
	}
    .tab-section ul.tabs li {        
        font-size: 20px;
        padding-bottom: 20px;
        line-height: 1.4;
    }
    .tab_container {
        padding-top: 50px;
    }
    .tab-inner-wrap a.links-btn {        
        font-size: 18px;     
    }
    .gform_body .gfield input, .gform_body .gfield textarea, .gform_body .gfield select {
        font-size: 18px !important;
    }
    .network-filter-section .network-wrap {
        width: 24%;
    }
    section.network-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.business-mamber {        
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .event-all .event-two-clm .event-side-bar {
        width: 35%;
    }
    .event-all .event-two-clm .event-one-side {     
        width: 60%;
    }
    .wpem-event-details .wpem-event-title h3.wpem-heading-text {
        font-size: 34px;     
    }
    .wpem-single-event-sidebar-info h3.wpem-heading-text {
        font-size: 30px !important;
    }
    .wpem-single-event-body-content .wpem-ticket-information-body .wpem-ticket-info-wrap {
        padding: 20px 30px !important;
    }
    .wpem-single-event-body {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
  .icon-grid .text {
    padding-left: 0;
    padding-right: 0;
  }
.book-pop .events-text-area .events-img {
    max-height: 362px;
}
  .slider-img .text, .home-insights .container, .industry-home .container, .container1, .resources-center {
    max-width: 868px !important;
  }
  .slider-img .text{
    max-width: 464px !important;
}
.desktop-menu li.menu-lavel-1:hover &gt; a i {
    top: -1px;
}
  .container1 {
    max-width: 100% !important;
}
    .gateway-section p {
        font-size: 22px;
    }
  .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: 36px;	
	}  
  .text-news h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .promo-left-main, .promo1-left-main {
    width: calc(90% - 60px);
  }
    .bussion-community {
        padding-top: 100px;
        padding-bottom: 100px;
    }
  .popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {
    font-size: 26px;    
  }
  .desktop-menu {
        padding-top: 19px;
    }
  .desktop-menu li.menu-lavel-1 {
    margin-right: 15px;	    
  }
  .brand-logo {
    max-width: 180px;
    margin-top: 30px;
    width: 100%;
  }
  .footer-logo {
    max-width: 100px;
  }
  .desktop-menu li.menu-lavel-1 &gt; a {
    font-size: 14px;
  }

  .mobile-show {
    display: block;
  }
    .gateway-inner-list h3 {
        max-width: 100%;
        margin: 28px auto 0;
        font-size: 22px;
    }
  .mobile-hide {
    display: none;
  }
  .mobile-accrordian .tabs-content {
    padding-left: 0;
    padding: 0 0 30px 0;
  }
  .mobile-accrordian button.btn {
    border: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    color: #223f7d;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 20px 0;
    align-items: center;
    font-weight: 600;
    letter-spacing: -0.05em;
  }
  .mobile-accrordian button.btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  }
  .mobile-accrordian button.btn.collapsed {
    color: #89a4d5;
  }
  .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, .readmore1 svg: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, .services-list a.readmore1 svg {
		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 &gt; a.search-show-icon.main {
		display: block;
	}
	.desk-search-input {
		width: 180px;
		color: #223f7d;
	}
	.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;
	}	
	.is-search-submit {
		color: #223f7d;
	}
	
	.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 &gt; ul &gt; li {
		font-size: 16px;
	}
	.top-text {
		max-width: 100%;		
		padding-right: 0;
	}
	 
    .counter-section .conter-wrap .conter-heading {
        font-size: 52px;
    }
    .counter-section .conter-wrap h3 {
        font-size: 24px;
    }
    .counter-section .conter-wrap .conter-heading span {
        left: -8px;
    }
    section.footprint {
        padding-top: 100px;
    }
     .franch-tech-section .franch-left-img {
        position: absolute;
        left: 5%;
        width: 131%;
        height: 100%;
        top: 110px;
    }
    section.franch-tech-section .franch-back-text {
        padding-top: 70px;        
        padding-bottom: 90px;
    }
    .menu-lavel-1:hover .dropdown-full {
        padding-top: 102px;
        padding-bottom: 30px;
    }
    .srolled .menu-lavel-1:hover .dropdown-full {
        padding-bottom: 30px;
    }
    .tab-inner-wrap h3 {        
        margin-bottom: 10px;
        font-size: 22px;
    }
    .heading-coman-top p {
        font-size: 18px;
    }
    .heading-coman-top h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    section.full-images-section .full-set-image {
        height: 810px;
    }
    .full-images-section .up-content-wrap {
        margin-top: -480px;
    }
    section.form-section p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .network-filter-section .network-wrap {
        width: 32%;
    }
    .coman-full-section h3 {        
        font-size: 24px;
    }
    .coman-full-section p {
        font-size: 18px;        
        margin-bottom: 30px;
    }
    .coman-full-section .text-block-main ul li {
        font-size: 18px;
    }
    section.history_timeline {
        padding: 60px 0px 40px 0px;
    }
    section.coman-full-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .gateway-inner-list h3 i, .gateway-inner-list h3 svg {
        margin-top: 4px;
        margin-left: 8px;
    }
    .left-contenct h4 {
        font-size: 24px;
    }
    .left-contenct ul li {
        font-size: 18px;
    }
    section.left-right-section {        
        padding-bottom: 70px;        
    }
    .teambio {
        padding: 90px 0 55px 0;
    }
    section.full-images-section {
        padding-bottom: 60px;
    }
    .event-listed .events-wrap-sec {
        padding: 0 15px;        
    }
    .event-listed {
        margin: 0 -15px;
    }
    .full-event-list .event-right-text p {
        font-size: 20px;
    }
    .full-event-list .event-right-text h2 {
        font-size: 28px;
    }
    .full-event-list .event-right-text {
        padding-left: 40px;
        padding-top: 20px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img {
        height: auto;     
    }
    .woocommerce-page section.coman-full-section {
        padding-top: 120px;     
    }
    .event-listed .events-wrap-sec.book-pop {
        width: 33.33%;
        padding: 0 15px;
    }
		.side_bar_cta {
    	padding: 45px 30px;
  	}
	.side_bar_cta h2 {
   
    font-size: 30px;
    line-height: 2.2rem;
}
	.side_bar_cta a {
   
    padding: 7px 20px;
    font-size: 16px;
}
    
}
.mobile-header {
  display: none;
}

@media (max-width: 1100px) {
	.desktop-menu li.menu-lavel-1 {
		margin-right: 11px;
	}
	.desktop-menu li.menu-lavel-1 &gt; a {
		font-size: 14px;
	}
	.desktop-menu li.menu-lavel-1 &gt; 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 &gt; a.search-show-icon {
		top: -2px;
	}
    section.members-section {     
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .members-section .members-heading .member-explore {        
        width: 100%;
        text-align: left;        
    }
    .desktop-menu li.menu-lavel-1 &gt; a {
        font-size: 13px;
    }
    .menu-lavel {        
        padding: 9px 24px 6px 24px;
    }
    .four-blocks .single-block {
        width: calc(50% - 16px);
    }
    .text-block-main .alignright {
        margin-left: 0;        
        max-width: 100% !important;
        width: 100% !important;
    }
    .text-block-main .alignleft {        
        margin-right: 0;        
        width: 100%;
        margin-bottom: 30px;
    }
    .coman-full-section p {              
        
        margin-bottom: 19px;
    }
    .single-block ul {
        margin-top: 50px;
    }
    .single-block p {
        position: relative;
    }
    .coman-full-section .text.text-block-main ul li:before {
        position: absolute;
        left: 0;
        top: 17px;
        margin-right: 0;
    }
    .coman-full-section .text-block-main ul li {
        padding-left: 15px;
    }
}

@media (max-width: 1023px) {
    .desktop-menu li.menu-lavel-1 &gt; a {
        font-size: 12px;
    }
    
    .desktop-menu li.desktop-contact a {
        font-size: 19px;
    }
    .tab-inner-wrap p {        
        font-size: 18px;
    }
    .tab-inner-wrap a.links-btn {     
        font-size: 16px;     
    }
    .tab-section ul.tabs li {
        font-size: 18px;
        padding-bottom: 18px;
        line-height: 1.3;
    }
    .full-images-section .up-content-wrap h2 {    
        font-size: 50px;
        padding: 20px 70px 37px 30px;
    }
    .up-content-wrap .inner-image-box {     
        padding: 30px 30px 30px 30px;
    }
    .up-content-wrap .inner-image-box h3 {
        font-size: 26px;        
        margin-bottom: 30px;
    }
    
}

@media (max-width: 992px) {
	    .side_bar_cta h2 {
        font-size: 24px;
        line-height: 2rem;
    }
	.side_bar_cta a {
        padding: 7px 16px;
        font-size: 14px;
    }
  .text-block-main .alignleft, .text-block-main .alignright {
    float: none;
    margin-right: auto;
    margin-right: auto;	
  }
  a.link-btn {
    font-size: 16px;    
}
.book-pop .events-text-area .events-img {
    max-height: 363px;
}
  .text-block-main .alignleft figcaption, .text-block-main .alignright figcaption {
    border-left: solid 3px #e01453;
    font-size: 14px;    
    line-height: 15px;
    letter-spacing: 0;
    color: #223f7d;
    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 30px 10px 30px;
    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;
    margin-top: 8px;
}
  .side-pannel {
    width: 100vw;
    height: 100px;
    top: inherit;
    bottom: 0;
    border-right: 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;
    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: 170px;
    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: #e01453;
    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: #223f7d;
  }
  .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;
  }  
  .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: -3px;
	}
	.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: 48%;
        margin-right: 4%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .teambio_box {
        margin-top: 40px;
    }
	.teambio_box .teambio_item:nth-of-type(3n + 3) {
		margin-right: 4%;
	}
	.teambio_box .teambio_item:nth-of-type(2n + 2) {
		margin-right: 0 !important;
	}
	.teambio {
        padding: 50px 0 25px 0;
    }
	.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%;
	}
	.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, .promo-bar .promo-center .promo-text span svg {
		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: 64px !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;}
	.inner-top-section .container1 {
		padding: 0 41px;
	}
	.top-text {max-width: 100%;}
    .top-text {
        padding-bottom: 90px;
    }
	.btn.slide-menu-control img {
    display: none;
	}

	.btn.slide-menu-control span {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #223f7d;
		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;
	}	
    .gateway-section .gateway-list-wrap .gateway-inner-list {        
        width: 50%;
        margin-bottom: 40px;
    }
    .gateway-section .gateway-list-wrap {
        margin-top: 70px;
    }
    section.gateway-section {        
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .bussion-community .bussion-box {
        padding: 40px 40px 40px 40px;
    }
    .footprint-three-clm .list-print h3 {
        font-size: 28px;
        margin: 0 auto 20px;
    }
    .members-heading p {
        font-size: 20px;        
    }
    .members-section .members-heading .member-blog {
        width: 100%;
        padding-right: 0;
    }
    header.srolled {
        background: #fff;
    }
    header#header-top {
        padding-left: 0;
    }
    .slide-menu {
        background: #fff !important;
    }
    section.franch-tech-section .franch-back-text p {
        margin-bottom: 19px;
    }
    p {
        font-size: 20px;
    }
    .full-images-section .up-content-wrap {
        margin-top: -400px;
    }
    section.full-images-section .full-set-image {
        height: 640px;
    }
    .gform_body .gfield input, .gform_body .gfield textarea, .gform_body .gfield select {        
        margin-bottom: 7px !important;
    }
    .sbSelector &gt; a {
        font-size: 22px;
    }
    .sbOptions a {
        font-size: 22px;
    }
    .company-logo .logos .item {
        width: 20%;
    }
    .dynamic-left-right .left-contenct { 
        width: 100%;
        order: 2;
    }
    .dynamic-left-right .right-images-wrap {        
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
    .left-contenct h4 {
        font-size: 22px;
    }
    .left-image-move .dynamic-left-right {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-wrap: column !important;
    }
    .left-contenct p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .members-heading .member-blog h4 {    
        font-size: 22px;
        margin-bottom: 15px;
    }
    .event-listed .events-wrap-sec {        
        width: 50%;
    }
    .full-event-list .event-right-text p {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .full-event-list {
        padding-bottom: 40px;    
    }
    .full-event-list {
        padding-bottom: 50px;                
    }
    section.full-event-page {
        padding-bottom: 50px;
    }
    .event-listed{        
        padding-top: 40px;
    }
    .event-all .event-two-clm .event-one-side {     
        width: 100%;
        margin-bottom: 30px;
    }
    .event-all .event-two-clm .event-side-bar {     
        width: 100%;
    }
    .event-all {     
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .event-all .event-two-clm {
        padding-top: 50px;
    }
    .event-banner-sec {     
        padding-top: 140px;
        padding-bottom: 40px;
    }
    .wpem-single-event-body {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-short-info, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body-content {
        padding-right: 0 !important;
    }
        .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img {
        height: auto;
    }
	.main .sidebar {
    
    padding: 0px 30px;
}
}

@media (max-width: 800px) {
	.nf-form-cont .nf-field .nf-field-label {
		display: none;
	}
    .footer-right ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-right ul li a {
        margin-left: 6px;     
        font-size: 13px;
    }
}

@media (max-width: 767px) {
	
	       .side_bar_cta {
        padding: 30px 15px;
    }
	    .side_bar_cta h2 {
        font-size: 20px;
        line-height: 1.7rem;
    }
	    .side_bar_cta a {
        padding: 7px 14px;
        font-size: 12px;
    }
	h3 {
		font-size: 22px;
	}
  .popup-text-flex .promotext .textwrap {
    padding-bottom: 40px;
  }
    .wpem-single-event-body {
        padding-top: 10px;
        padding-bottom: 60px;
    }
  .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: 61px !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, .teambio_info address ul li svg {
		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;
	}
    .tab-links-wrap {
		display: none;
	}
	.tab-content .tab-link {
		display: block;
	}
	.tab-content h2 {
		display: none;
	}
    .gateway-inner-list h3 {
        font-size: 20px;
    }
    .inner-top-section:before, .inner-top-section:after{
        display: none;
    }
    .gateway-section p {
        font-size: 18px;
    }
    .counter-section .conter-wrap .conter-heading {
        font-size: 46px;
    }
    .counter-section .conter-wrap h3 {
        font-size: 22px;
    }
    .counter-wrap {        
        padding-top: 40px;
        padding-bottom: 40px;     
    }
    .footprint-three-clm .list-print h3 {
        font-size: 22px;     
    }
    .footprint .footprint-three-clm {
        margin-top: 50px;
    }
    .franch-tech-section .franch-left-img {
        position: relative;
        left: 0;
        width: 100%;
        height: 350px;
        top: 0;
        background-size: contain;
    }
    section.franch-tech-section .franch-back-bg {
        width: 100%;
    }
    section.franch-tech-section .franch-back-text {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
    }
    section.franch-tech-section .franch-back-text p {
        margin-bottom: 20px;
    }
    .cta-about-section .cta-left-head {
        width: 100%;
    }
    .cta-about-section .cta-button-right {        
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    section.upcoming-events {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-right ul li {
        display: block;   
        margin-left: 0;
    }
    .footer-right ul {
        display: block;
    }
    .tabs {
		display: none !important;
	}
	.tab_drawer_heading {
		background-color: #0c4778;
		color: #fff;
		border-top: 1px solid #E4E4E4;
		margin: 0;
		padding: 11px 20px 9px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-weight: 500;
        display: block !important;
	}
	.d_active {
		background-color: #df3aa0;
		color: #fff;
	}
    .indroduction-section {
        padding-top: 30px;
    }
    .tab-two-clm .tab-inner-wrap {
        width: 100%;        
        margin-bottom: 30px;
    }
    .tab_container {
        padding-top: 0;
    }
    section.tab-section {
        padding: 50px 0 40px;     
    }
    .four-blocks .single-block {
        width: 100%;
    }
    .single-block ul {
        margin-top: 30px;
    }
    .heading-coman-top h3 {
        font-size: 20px;
    }
    .up-content-wrap .inner-image-box p {
        font-size: 18px;
    }
    section.full-images-section .full-set-image {
        height: 500px;
    }
    .full-images-section .up-content-wrap {
        margin-top: -300px;
    }
    section.form-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .network-filter-section .network-wrap {
        width: 100%;
        margin-bottom: 6px;
    }
    .sbHolder {
        display: inline-block;
        width: 100% !important;
    }
    .sbSelector {
       padding: 10px 20px 0 0px;
        height: 50px;
    }
    .network-wrap input.form-control.events-search {
        padding-left: 9px;
    }
    .sbOptions {
        top: 50px !important;
    }
    .network-section .heading-coman-top {
        margin-bottom: 30px;
    }
    .heading-coman-top p {
        margin-bottom: 20px;
    }
    section.network-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .coman-full-section h3 {
        font-size: 22px;
        margin-bottom: 20px;
    } 
    section.coman-full-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    section.history_timeline {
        padding: 50px 0px 20px 0px;
    }
    .popup-text-flex, .popup-form {        
        max-height: calc(100vh - 180px);        
    }
    .left-contenct p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .left-contenct ul li {
        font-size: 16px;
    }
    section.left-right-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .coman-full-section .text.text-block-main ul li:before {
        top: 15px;
    }
    section.full-images-section {
        padding-bottom: 20px;
    }
    section.business-mamber {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .srolled .slide-menu .slider {
        top: 62px !important;
    }
    .members-heading .member-blog h4 {        
        font-size: 20px;
    }
    .bussion-community .container1 {
        padding: 0;
        border-bottom: 1px solid #d761aa;
    }
    .bussion-community .full-cta-images {
        height: 300px;
        position: relative;
        margin-bottom: -1px;
    }
    .bussion-community .bussion-box {
        top: 1px;
    }
    .bussion-community {
        padding-top: 10px;
        padding-bottom: 0;
    }
    section.footprint .foot-pring-mid p, .bussion-box p, .gateway-section p, section.franch-tech-section .franch-back-text p, section.cta-about-section p {
        font-size: 16px;
    }
    h3.tab_drawer_heading br {
        display: none;
    }
    .coman-full-section .text-block-main ul li {
        font-size: 16px;
    }
    .large_cta_bg {
        position: relative;
        height: 300px;
    }
    section.franch-tech-section {
        padding-top: 0;
    }
    .full-event-list .event-left-img {
        width: 100%;
    }
    .full-event-list .event-right-text {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
     .full-event-list {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .event-listed .events-wrap-sec {        
        margin-bottom: 30px;
    }
    .event-listed{        
        padding-top: 30px;
    }
    .network-wrap input.form-control.events-search {
        font-size: 20px;
        margin-top: 5px;
    }
    .rc-pagination {
        padding: 25px 0;
    }
    .full-event-page .network-filter-section {
        padding-bottom: 30px;
    }
    .event-two-clm .event-side-bar ul li {        
        padding: 30px 0;     
    }
    .event-sub-list {
        margin-bottom: 30px;
    }
    .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 14px;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
        font-size: 28px;
    }
    .event-listed .events-wrap-sec.book-pop {
        width: 50%;    
    }
}


@media (max-width: 680px) {
	.single-post .main {
    display: flex
;
   
    flex-direction: column;
}
	.main .content {
    width: 100%;
}
	.main .sidebar {
    width: 100%;
		margin-top: -160px;
		margin-bottom:30px
   
}
	table.b2iSECtopTitleTable tbody tr td:first-child {
		background: #0077c8 !important;				
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
    .event-listed .events-wrap-sec.book-pop {
        width: 100%;
        padding: 0 0;
    }
    .book-pop .events-text-area .events-img {
        max-height: inherit;
    }
    .events-img .df-popup-button {        
        width: 100%;        
    }
    .single_event_listing .wpem-main.wpem-single-event-page {
        padding: 0 20px;
    }
	.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;
	}	
	.box-images {
		height: 190px;
	}	
	.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;
	}
    .counter-wrap .counter-section .conter-wrap {        
        width: 100%;
        padding: 0 0;
    }
    .franch-tech-section .franch-left-img {
        height: 260px;        
        background-size: cover;
        background-position: left bottom;
    }
    .footer-left span {
        margin-right: 0;
        width: 100%;
        margin-bottom: 6px;
    }
    .mobile-menu-main .header-cta .header-left-img {
        width: 41%;
    }
    .mobile-menu-main .header-cta .header-right-text h2 {
        font-size: 18px;     
        margin-bottom: 2px;
    }
    .tab-two-clm .tab-inner-wrap .tab-full-image {
        height: 200px;
        margin-bottom: 20px;
    }
    .tab-inner-wrap h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .tab-inner-wrap p {
        font-size: 16px;
    }
    .tab-inner-wrap a.links-btn i.fas, .tab-inner-wrap a.links-btn svg {
        margin-left: 5px;
        font-size: 13px;
        top: -1px;
        position: relative;
    }
    .full-images-section .up-content-wrap h2 {
        font-size: 36px;
        padding: 20px 30px 30px 30px;
    }
    .up-content-wrap .inner-image-box h3 {
        font-size: 24px;
    }
    .up-content-wrap .inner-image-box p {
        font-size: 16px;
    }
    .gform_footer.top_label {
        margin-top: 0 !important;
    }
    .gform_body .gfield input, .gform_body .gfield textarea, .gform_body .gfield select {
        margin-bottom: 0px !important;
    }
    .gform_footer.top_label input{
        font-size: 14px;
        padding: 9px 35px 7px 29px;
    }
    section.form-section h2 {   
        margin-bottom: 20px;
    }
    .company-logo .logos .item {
        width: 25%;
    }
    section.business-mamber {        
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gateway-inner-list h3 i, .gateway-inner-list h3 svg {
        margin-top: 5px;
    }
    .left-contenct h4 {
        font-size: 20px;
    }
    .event-listed .events-wrap-sec {
        padding: 0 0;
        width: 100%;
    }
    .event-listed {
        margin: 0 0;
    }
    .full-event-list .event-right-text h2 {
        font-size: 26px;
    }
    .full-event-list .event-right-text h6 {        
        margin-top: 20px;
        margin-bottom: 16px;
    }
    .full-event-page .network-filter-section {
        padding-bottom: 40px;
    }
}

@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: 100%;
        margin-right: 0 !important;
    }
	.gateway-section .gateway-list-wrap .gateway-inner-list {        
        width: 100%;
    }
    .gateway-section .gateway-list-wrap {
        margin-top: 40px;
    }
    section.gateway-section {        
        padding-top: 50px;
        padding-bottom: 30px;
    }
    a.button-text {        
        padding: 7px 33px 5px 33px;
        font-size: 14px;
    }
    .bussion-community .bussion-box {
        padding: 30px 30px 30px 30px;
    }
    .single-block h2 {
        font-size: 40px;
    }
    .single-block h3 {
        font-size: 34px;
    }
    .upcoming-header h2 {
        margin-bottom: 10px;
        width: 100%;
        padding-right: 0;
    }
    .upcoming-header .upcoming-links {
        width: 100%;
        text-align: left;
    }
    .list-icons {
        min-height: auto;
    }
}

@media (max-width: 480px) {
	h2 {
		font-size: 28px;
		line-height: 1.12;
	}
    .gateway-section p {
        font-size: 20px;
    }
	h6 {
		font-size: 14px;
	}
    .wpem-event-details .wpem-event-title h3.wpem-heading-text {
        font-size: 28px;
    }
    .wpem-single-event-sidebar-info h3.wpem-heading-text {
        font-size: 26px !important;
    }
    .wpem-single-event-sidebar-info {     
        font-size: 16px !important;     
    }    
    .wpem-single-event-sidebar-info .wpem-event-date-time {    
        font-size: 16px !important;     
    }
	.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%;
	}	
	.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;
	}	
	.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;
	}
    .teambio {
        padding: 40px 0 25px 0;
    }
	.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;
	}
	.banner-btn {
        display: block;
    }
    .banner-btn a {
        margin-bottom: 10px;
    }
	.footprint .footprint-three-clm {
        margin-top: 50px;
        position: relative;
        bottom: -2px;
    }
    .footprint .footprint-three-clm {
        margin-top: 50px;        
        bottom: -2px;
    }
    .footprint-three-clm .list-print {        
        width: 100%;
        margin-bottom: 20px;
    }
    .footprint-three-clm .list-print:last-child {
        margin-bottom: 0;
    }
    section.cta-about-section {
        padding: 40px 0 40px;
    }
    
    
    .mobile-menu-main .header-cta .header-left-img {
        width: 100%;
    }
    .mobile-menu-main .header-cta {
        display: block;
    }
    .mobile-menu-main .header-cta {
        padding: 20px 30px 20px;
        display: inline-block;
    }
    .copyright a {
		margin-left: 5px;
		padding-left: 5px;
		letter-spacing: -0.02em;
	}
    .mobile-menu-main .header-cta .header-left-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mobile-menu-main .header-cta .header-right-text {        
        width: 100%;
    }
    .single-block h2 {
        font-size: 36px;
    }
    .single-block h3 {
        font-size: 32px;
    }
    .top-business-head ul li {
        font-size: 16px;
    }
    .single-block ul li:before {
        top: 2px;
        font-size: 15px;
    }
    .single-block span.button-text {
        padding: 10px 20px;
        font-size: 15px;
    }
    .top-business-head ul li {
        font-size: 16px;
    }
    .full-images-section .up-content-wrap h2 {
        font-size: 32px;
        padding: 20px 0 20px 0;
        line-height: 1.1;
    }
    .up-content-wrap .inner-image-box {     
        padding: 30px 25px 30px 25px;
    }
    .up-content-wrap .inner-image-box h3 {
        font-size: 22px;
    }
    .up-content-wrap .inner-image-box h6 {
        font-size: 18px;
    }
    section.full-images-section .full-set-image {
        height: 350px;
    }
    .full-images-section .up-content-wrap {
        margin-top: -230px;
    }
    .company-logo .logos .item {
        width: 33.33%;
        padding: 0 5px;
    }
    .promo-left-main, .promo1-left-main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .promo-social ul li {
        font-size: 20px;
    }
     .bussion-community .full-cta-images {
        background-size: 200%;
    }
    .large_cta_bg {
        background-position: center 22%;
    }
    .event-sub-list ul li p {
        font-size: 16px;
    }
    .event-sub-list ul li span.wpem-event-ticket-type-text {
        padding: 4px 10px 2px 10px;
        font-size: 14px;
        line-height: 1.3;
    }
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {        
        padding: 15px 28px !important;
        font-size: 14px !important;
    }
    .woocommerce form .form-row label {
        font-size: 18px;
    }
    
}
@media (max-width: 420px) {
	.copyright {
		font-size: 11px;
	}
	
}

@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
	}
    .franch-tech-section .franch-left-img {
        height: 200px;
    }
   
}
@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 */</pre></body></html>