.fg--search {
  position: relative;
  width: 100%;
  color: #000;
  background-color: #ffffff;
}
.pt-50 {
	padding-top:50px!important;
}
.fg--search input {
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 12px 40px 12px 10px !important;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
  border-radius: 2px;
  background-color: #ffffff;
}
.fg--search button {
  background: none !important;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 1px;
  right: -6px;
  z-index: 2;
  color: #000;
}
.fg--search button:hover {
  
  color: #000;
}
.fg--search input:focus + button .fa-search {
  color: #000;
}
.banner-width {
  width: 100%;
}
.sixteen.columns {
  width: 1112px;
}
.featured-block {
  border-radius: 10px;
  border: 1px solid var(--neutral-neutral-light, #C3C8CD);
  background: #FFF;
  width: 70%;
  flex-shrink: 0;
  margin-top: -100px !important;
  z-index: 0;
  position: relative;
  padding: 30px;
  margin: auto;
}
.T12-Tagline-Small {
  color: #F5BB35;
  text-align: center;
  /* Desktop & Tablet/#T12 Tagline Small */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.T3Display3 {
  color: var(--neutral-neutral-black, #000);
  text-align: center;
  /* Desktop & Tablet/#T3 Display 3 */
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  margin-top: 10px;
}
.T8BodyRegular {
  color: var(--neutral-neutral-black, #000);
  text-align: center;
  /* Desktop & Tablet/#T8 Body Copy Medium (Regular) */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-top: 10px;
  margin-bottom: 10px;
}
.primary-btn {
  border-radius: 4px;
  background: var(--primary-primary-base, #F5BB35);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--neutral-neutral-black, #000);
  /* Desktop & Tablet/#C3 Button | Link Semibold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  color: var(--neutral-neutral-black, #000);
  /* Desktop & Tablet/#C3 Button | Link Semibold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 120%; /* 19.2px */
  padding: 15px 25px 15px 25px;
}
.primary-btn a:link {
  font-weight: 700;
}
#content1 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.SearchFilter {
  background: #EEF3F5;
  flex-shrink: 0;
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  z-index: 0;
  position: relative;
  margin: auto;
  padding: 22px;
  align-items: center;
  gap: 32px;
}
.article_label {
  color: var(--neutral-neutral-white, #FFF);
  border-radius: 5px 0px 0px 0px;
  background: var(--Additional-azure_blue, #008BEF);
  /* Desktop & Tablet/#T12 Tagline Small */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 8px 5px 8px;
}
.article_type {
  width: 50px!important;
  height: 50px!important;
  flex-shrink: 0;
  background: #F5BB35;
  /* Desktop & Tablet/#T12 Tagline Small */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  right: 0px; 
}
.article_date {
  color: var(--neutral-neutral-base, #6A7682);
  /* Desktop & Tablet/#T11 Body Copy Small (Semibold) */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
}
.article-text {
  color: var(--neutral-neutral-black, #000);
  padding-top: 10px;
  /* Desktop & Tablet/#T8 Body Copy Medium (Regular) */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16 0%; /* 25.6px */
}
.list-container {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.mr-2 {
  margin-right: 10px;
}
.flex-container {
  display: flex;
  flex-direction: row;
	justify-content: left;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mr-2 {
    margin-bottom: 10px;
    width: 100%;
  }
  .select {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .select {
    width: 100%;
    ;
  }
}
@media only screen and (max-width: 640px) {
  .select {
    width: 100%;
  }
}
.option {
  padding: 5px 0px;
  color: #000;
}
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.portfolio-image {
  padding: 20px 0 10px 0;
}
.wpb_wrapper {
  padding-bottom: 40px;
}
.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.featured-content {
  padding-top: 50px;
  width: 920px;
  padding-bottom: 50px;
  margin: auto;
}
.featured-text {
  color: var(--neutral-neutral-black, #000);
  /* Desktop & Tablet/#T8 Body Copy Medium (Regular) */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.920-container {
  display: flex;
  width: 920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
} 

/* Tabbed Panel Start*/
ul#tabs-nav {
  list-style: none;
  margin: 0;
  border-radius: 35px 35px 35px 35px;
  overflow: auto;
  background-color: var(--e-global-color-ae81a1e);
  border-width: 1px 1px 1px 1px;
  border-color: #E1E4E6;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 35px 35px 35px 35px;
  border: none;
  border-bottom: none;
  cursor: pointer;
  padding: 15px 20px 15px 20px;
}
ul#tabs-nav li:hover, ul#tabs-nav li.active {
  background-color: #08E;
  color: #fff !important;
  background-color: #193343;
}
#tabs-nav li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
}
#tabs-nav li:hover, ul#tabs-nav li.active a, ul#tabs-nav li:hover a {
  color: #fff !important;
}
.tab-content {
  background-color: #fff;
}
/* Just for CodePen styling - don't include if you copy paste */
.tabcontent-bg {
  background-image: url(/wp-content/uploads/2024/08/CaseStudy-Bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  border-style: none;
  line-height: 33px;
}
.casestudy-txtcontent {
  padding: 90px 50px 10px 50px;
}
.casestudy-title {
  color: var(--primary-primary-base, #F5BB35);
  /* Desktop & Tablet/#T13 Tagline Large */
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 20px
}
.casestudytext {
  color: var(--neutral-neutral-white, #FFF);
  /* Desktop & Tablet/#T4 Display 4 */
  font-family: Roboto;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  padding-bottom: 20px
}
.casestudyauthor {
  color: var(--neutral-neutral-white, #FFF);
  /* Desktop & Tablet/#T10 Body Copy Small (Regular) */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  padding-bottom: 20px width: 430px;
}
.casestury-featuredimg {
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  border-style: none;
  height: 488px !important;
  width: 100% !important;
}
.sliderpaddingtop {
  padding-top: 25px;
}
.elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated .flex-control-paging {
  width: 50%;
  bottom: 50px;
  text-align: left;
  padding-left: 50px
}
.elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated .flex-control-paging li a.flex-active {
  background: #00ADEF;
  opacity: 1;
}
/* Tabbed Panel End */

/* Home Page Featured Start */
.elementor-container.elementor-column-gap-default a.flex-prev {
  display: none;
}
.elementor-container.elementor-column-gap-default a.flex-next {
  display: none;
}
.featuredhome-bg-homne {
  background-image: url(/wp-content/uploads/2024/08/HomePageFeature-ContentBg.png);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  border-style: none;
  height: 305px;
  border-radius: 0px 0px 10px 10px;
}

.featuredhome-bg {
 background-color:#fff;
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  border-style: none;
  height: auto;
  border-radius: 0px 0px 10px 10px;
}
.featuredtxt-block {
  padding: 50px 20px 10px 40px;
}
.featuredhome-title {
  color: var(--primary-primary-base, #F5BB35);
  /* Desktop & Tablet/#T12 Tagline Small */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 10px;
}
.featuredhomehead {
  color: var(--neutral-neutral-white, #FFF);
  /* Desktop & Tablet/#T3 Display 3 */
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
}
.featuredhome-slider {
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  border-style: none;
  padding-top: 12px;
  height: auto;
  width: 100% !important;
}
.elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated .flex-control-paging {
  width: 50%;
  bottom: 50px;
  text-align: left;
  padding-left: 50px
}
.swiper-pagination.ekit-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.home .elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated .flex-control-paging {
    position: relative;
    padding-left: 40px;
}

/* Home Page Featured End */
