/******** Hero Banner Styling*************/
.banner_hero {
  width: 100%;
  min-height: 660px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading_banner p span.lower{
text-transform: none!important;
}
.banner_inner_container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: middle;
  justify-content: left;
  padding-top: 140px;
  position: relative;
  z-index: 10;
}

.banner_overlay {
  background: linear-gradient(102.15deg,
      #355579 37.28%,
      rgba(0, 31, 65, 0) 79.82%);
  mix-blend-mode: multiply;
  min-height: 660px;
  position: absolute;
  width: 100%;
  top: 0;
    bottom: 0;
}

.heading_banner {
  margin-bottom: 20px;
}

.heading_banner p {
  font-family: "DM Sans", Sans-serif;
  font-size: 32px;
  font-weight: 400;
   font-style: normal;
  color: #fff;
   line-height: 42px;
 }

.subheading_banner {
  margin-bottom: 60px;
}

.scroll_up {
  position: absolute;
  bottom: 43px;
  /* changed by zubair from 45 to 43 august 31*/
  left: 50%;
  z-index: 99;
}

/* .page-template p{
      line-height: 19.07px;
  } */

/* .page-template p strong{
      font-weight: 600;
      line-height: 21.79px;
      font-size: 16px;
  } */

.sliderimagebox {
  background-color: #001125;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .banner_hero {
    background-position: top right;
    min-height: 506px !important;
  }

  .banner_overlay {
    min-height: 506px !important;
    position: absolute;
    width: 100%;
  }

}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body #news-section .row .col-md-6::before {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner_inner_container {
    padding-top: 85px;
  }

  .scroll_up {
    position: absolute;
    bottom: 8px;
    left: 50%;
  }

  .heading_banner p {
    font-size: 25px;
    line-height: 33px;
    text-transform: capitalize;
  }

  .subheading_banner {
    margin-bottom: 40px;
  }

  .scroll_up {
    bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .banner_hero {
    background-position: top right;
    min-height: 660px !important;
  }

  .banner_overlay {
    min-height: 660px !important;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .meetingaccordian_section .meetingaccordian_content,
  .meetingaccordian .accordion-body p {
    margin-left: 0px !important;
  }

  .meetingaccordian_section img {
    width: 30% !important;
  }

  .banner_hero {
    background-position: top right;
    min-height: 369px;
    height: 369px;
  }

  .banner_overlay {
    min-height: 369px;
    height: 369px;
    position: absolute;
    width: 100%;
  }

  .banner_inner_container {
    padding-top: 70px;
    padding-left: 10px;
    max-width: 540px !important;
  }

  .heading_banner {
    margin-left: 2px;
    margin-bottom: 15px;
  }

  .heading_banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .button_primary_light a {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    padding: 14px 32px;
    margin-left: 2px;
  }

  .subheading_banner {
    margin-bottom: 30px;
  }

  .scroll_up {
    display: none;
  }

  .footerLinks {
    padding-top: 30px;
  }

  .button_primary_light {
    line-height: 22.79px !important;
  }
}

@media (max-width: 560px) {
  .banner_hero {
    background-position: top right;
    min-height: 336px;
    height: 336px;
  }

  .banner_overlay {
    min-height: 336px;
    height: 336px;
    position: absolute;
    width: 100%;
  }

  .banner_inner_container {
    padding-left: 16px;
    padding-top: 70px;
    max-width: 560px !important;
  }
}

/**ameer**/
.scroll_up img {
  cursor: pointer;
  animation: a9 0.5s infinite linear alternate;
}

@keyframes a9 {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

/******** Elementor Cards *********/
.banner_who_we_are {
  width: 100%;
  height: 759px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner_who_we_are::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 500.53%);
  height: 100%;
  z-index: 0;
}

.banner_inner {
  padding-top: 0px;
  position: relative;
  z-index: 9999;
}

.section_heading {
  margin-top: 60px;
}

.section_heading:after {
  background: #0057b7;
  content: "";
  display: inherit;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: relative;
  top: -7px;
  left: 86px;
}

.section_heading h2 {
  font-family: "DM Sans", Sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52.08px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.section_heading h2:after {
  background: #0057b7;
  content: "";
  display: inherit;
  width: 74px;
  height: 7px;
  left: 184px;
  border-radius: 5px;
  /*transform: matrix(1, 0, 0, -1, 0, 0);*/
  margin-top: 22px;
}

/* cards CSS */
.featureimage {
    position: relative;
}

.featureimage img {
    border-radius: 10px;
}

.featureimage h4 {
    font-family: "DM Sans", Sans-serif;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 26.04px;
    padding: 20px 20px 20px 20px;
    transition: 0.4s;
    color: #fff;
}


.featuretitlebox {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 17, 37, 0) 0%, #001125 100%);
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.featureimage:hover .featuretitlebox {
    background: #0057b7;
    /* transition: 0.4s; */
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
}
.cards-list {
  z-index: 0;
  display: inline-block;
  align-items: center;
  width: 100%;
  margin-left: 0px;
}

.card {
  width: 31.3%;
  height: auto;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 32px;
  margin-right: 32px;
  float: left;
  border: 0px !important;
}

#store_section .card {
  width: 31.3% !important;
}

.card:nth-child(3n) {
  margin-right: 0;
}

.card .card_image {
  width: 100%;
  height: inherit;
  border-radius: 10px;
}

.card .card_image img {
  width: 100%;
  height: 239px;
  /* changed by zubair from 240px to 239px 31 august*/
  border-radius: 10px;
  object-fit: cover;
}

.card .card_title {

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 17, 37, 0) 0%, #001125 100%);
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.card:hover>.card_title {
  background: #0057b7;
  /*transition: 0.4s;*/
  border-radius: 0px 0px 10px 10px;
  font-weight: 400;
}

.card_title h3 {
  font-family: "DM Sans", Sans-serif;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 26.04px;
  padding: 20px 20px 20px 20px;

  transition: 0.4s;
}

.card:hover .card_title>h3 {
  font-size: 20px;
  padding: 20px 73px 20px 20px;
  /*transition: 0.4s;*/
}

.readmore_icon {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  opacity: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;

}

.card:hover .readmore_icon {
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 20px;
  opacity: 1;
}

.title-black {
  color: black;
}

.card_link {
  color: #fff;
  display: inline-block;
  width: 100%;
}

.card_link:hover {
  color: #fff;
}

.elementor-widget-Who-We-Are-Cards .card .readmore_icon svg:hover {
  fill: #ffffff;
}

.elementor-widget-Who-We-Are-Cards .card .readmore_icon svg:hover>path {
  fill: #1957b5;
}

/* Responsive settings for who we are section */
@media (min-width: 1025px) and (max-width: 1199px) {
  .card {
    width: 31%;
    height: auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
  }

  .card .card_image img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
  }

  .readmore_icon {
    bottom: 15px;
  }

  .card:hover .readmore_icon {
    bottom: unset;
  }

  .card .card_title {
    /* height: 60px;
    margin-top: -60px; */
  }

  .card .card_title>h3 {
    font-size: 18px;
    padding: 15px 20px;
  }

  .card:hover .card_title>h3 {
    font-size: 18px;
    padding: 20px 55px 20px 20px;
  }

  .policy-card .card-body {
    padding: 20px 20px 20px 0px;

  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card {
    width: 31%;
    height: auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 24px;
    float: left;
  }

  #store_section .card {
    width: 31% !important;
  }

  .card:nth-child(3n) {
    margin-right: 0px;
  }

  .card .card_image img {
    width: 100%;
    height: 170.71px;
    border-radius: 10px;
    object-fit: cover;
  }

  .card .card_title>h3 {
    font-size: 16px;
    padding: 20px 12px;
    line-height: 21px;
  }

  .card:hover .card_title>h3 {
    font-size: 14px;
    padding: 20px 40px 20px 20px;
  }

  .card .card_title {
    /* height: 55px;
      margin-top: -55px; */
  }

  .readmore_icon {
    position: absolute;
    bottom: 12px;
  }

  .readmore_icon img {
    width: 24px;
  }

  .card:hover .readmore_icon {

    display: none;
  }

}

@media (max-width: 767px) {
  .card {
    width: 47%;
    height: auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 24px;
    margin-right: 24px;
    float: left;
  }

  .card:nth-child(3n) {
    margin-right: 24px;
  }

  .card:nth-child(2n) {
    margin-right: 0px;
  }

  .card .card_image img {
    height: 165px;
  }

  .card .card_title>h3 {
    font-size: 16px;
  }

  .card:hover .card_title>h3 {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .card:nth-child(2n) {
    margin-right: 0%;
  }

  .card:nth-child(3n) {
    margin-right: 0%;
  }

  .card .card_image img {
    height: 220px;
  }
}

/********* Store Section **********/
.firstdiv {
  width: 100%;
  padding: 60px 0px;
  height: 654.15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.firstdiv .row {
  margin-top: 35px;
  --bs-gutter-x: 0px;
}

.firstdiv .card {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 74, 153, 0.1);
  border-radius: 10px;
  z-index: 6;
}

.firstdiv .card .card-body {
  padding: 25px 25px 30px;
}

.firstdiv img.logo_img {
  margin-bottom: 30px;
  /* height: 49px; */
}

img.maiin {
  height: 280px;
}

.firstdiv .card a.btn {
  display: inline-block;
  margin-top: 30px;
  background: #0057b7;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 17px 2px;
  width: 93%;
}

.firstdiv .card a.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}

.firstdiv .card a.btn span {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border: none;
}

.firstdiv .card a.btn span::before {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 25px;
  position: absolute;
  border-radius: 10px;
  right: 22px;
}

.firstdiv .card a.btn span img {
  width: 14px;
}

.firstdiv .cards {
  display: inline-flex;
}

.belowdiv {
  width: 100%;
  height: 305.19px;
  margin-top: -197px;
  z-index: -1;
  background: #ffffff;
  transform: skewY(-6deg);
}

#store_section .card {
  cursor: default !important;
}

@media screen and (min-width: 1800px) {
  .belowdiv {
    margin-top: -230px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .firstdiv .card a.btn {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }

  .firstdiv .card a.btn span {
    margin-left: 6px;
    padding-left: 6px;
  }

  .firstdiv .card a.btn span::before {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 25px;
    position: absolute;
    border-radius: 10px;
    right: 19px;
    top: -2px;
  }

  #store_section .card {
    width: 31% !important;
  }

  .firstdiv .card .card-body {
    padding: 30px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .firstdiv .card a.btn {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }

  .firstdiv .card a.btn span::before {
    height: 20px;
  }

  .firstdiv .card a.btn span {
    margin-left: 6px;
    padding-left: 6px;
    display: none;
  }

  .firstdiv .card .card-body figure:first-child img {
    height: 49px;
  }

  .firstdiv .card .card-body img.maiin {
    width: 85%;
    height: 180px;
  }

  .firstdiv .card .card-body {
    padding: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .firstdiv {
    height: auto;
  }

  .firstdiv .card {
    width: 320px;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .firstdiv .card a.btn {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }

  .firstdiv .card a.btn span {
    margin-left: 13px;
    padding-left: 6px;
  }

  .firstdiv .card a.btn span::before {
    height: 20px;
  }

  .firstdiv .card .card-body img.maiin {
    width: auto;
  }

  #store_section .card {
    width: 320px !important;
  }

  .firstdiv .card .card-body {
    padding: 30px;
  }

  .belowdiv {
    height: 1500px;
    position: absolute;
    margin-top: -1270px;
    z-index: 0;
    transform: skewX(0deg) skewY(337deg);
  }
}

/********** News APis Section *********************/

/**********************  Home Page News Section Starts **************************/

#news-section {
  position: relative;
  margin-top: 38px;
  margin-bottom: 60px;
}

#news-section img.featur_img {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 0 20px 0 0;
}

#news-section .parentdiv {
  overflow: hidden;
  height: 100%;
}

#news-section .shade_overlay {
  background: linear-gradient(355.84deg,
      #001125 1.57%,
      rgba(0, 17, 37, 0) 95.15%);
  filter: drop-shadow(0px 4px 10px rgba(0, 74, 153, 0.1));
  position: absolute;
  height: 40%;
  width: 50%;
  bottom: 0;
  pointer-events: none;
  z-index: 9;
  left: 0;
  border-radius: 0;
}

#news-section .row .col-md-6::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/08/image-59.jpg);
  left: 0;
  background-position: center center;
  bottom: 0;
  z-index: 4;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0px;
}

#news-section .row .col-md-6:nth-child(2)::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #001125 0%, rgba(0, 17, 37, 0.85) 100%),
    url(/wp-content/uploads/2022/09/aashto-news.webp);
  right: 0;
  background-position: center center;
  z-index: 4;
  left: auto;
  width: 50%;
  bottom: 0;
  height: calc(100% - 30px);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#news-section .bg-img {
  /*background-image: url(/wp-content/uploads/2022/08/new-york-city-manhattan-bridge-1.jpg);
        background-size: cover;*/
  padding: 60px 0px 60px 30px;
  position: relative;
  top: 25px;
  background-position: bottom;
  height: 100%;
  display: flex;
  align-items: center;
}

#news-section .title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

#news-section .underline {
  width: 78px;
  border-bottom: 7px solid #fff;
  border-radius: 10px;
  transition: 0.7s;
  margin: 20px 0 50px 0;
  position: relative;
}

#news-section .underline::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50px;
  top: 0;
  right: -17px;
}

#news-section .title p.date {
  color: #fff;
  line-height: 21px;
  font-weight: 600;
  opacity: 60%;
}

#news-section .title h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
  color: #fff;
  font-weight: 400;
}

#news-section .title p.cat_name {
  color: #63c9ff;
  margin-bottom: 30px;
}

#news-section .title .parent1 .cat_name {
  color: #62d0a4;
}

#news-section .title .parent2 .cat_name {
  color: #d07dde;
}

#news-section .title .parent3 .cat_name {
  color: #ffca80;
}

#news-section .viewstory {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  margin-right: 5px;
}

#news-section .viewstory span {
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0 10px;
  border-right: 1px solid #fff;
  padding: 0 10px 0 0;
  transition: 0.7s;
}

#news-section .viewstory img {
  transition: 0.7s;
  z-index: 9999;
}

#news-section .date-box {
  position: absolute;
  right: 0px;
  top: 30px;
  padding: 10px 23px 10px 20px;
  background: linear-gradient(270deg, #001125 6.42%, rgba(0, 17, 37, 0) 150%);
  backdrop-filter: blur(194px);
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  z-index: 5;
}

#news-section a.cat_name {
  background: #63c9ff;
  opacity: 0.8;
  backdrop-filter: blur(194px);
  color: #001125;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-radius: 10px;
  text-transform: uppercase;
  transition: 0.7s;
  padding: 13px 20px;
}

#news-section a.cat_name:hover {
  opacity: 1;
}

#news-section .border-line {
  position: relative;
}

#news-section .border-line:before {
  border-left: 3px solid #63c9ff;
  position: absolute;
  content: "";
  left: 4px;
  height: 52px;
  border-radius: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.border-line {
  padding-left: 23px;
}

#news-section .border-line.parent1:before {
  border-left: 3px solid #62d0a4;
}

#news-section .border-line.parent2:before {
  border-left: 3px solid #d07dde;
}

#news-section .border-line.parent3:before {
  border-left: 3px solid #ffca80;
}

#news-section .left-side {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: flex-center;
  margin-left: auto;
}

#news-section .all_data {
  position: relative;
  z-index: 9;
}

#news-section .position_set {
  padding: 40px 50px 40px 5px;
}

#news-section .left-side.title h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  width: auto;
  margin: 21px 0 0 0;
}

#new_details {
  padding: 70px 0;
}

#new_details .entry-footer {
  display: none;
}

#news-section .right-side .right_side_inner {
  margin-right: 0px;
  z-index: 5;
}

#news-section .right-side .right_side_inner .heading_primary_light {
  margin-bottom: 50px;
}

#news-section .parentdiv .shade_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 4;
}

.bg_story_focus a.cat_name {
  background: #63c9ff;
}

.bg_story_focus1 a.cat_name {
  background: #62d0a4 !important;
}

.bg_story_focus2 a.cat_name {
  background: #d07dde !important;
}

.bg_story_focus3 a.cat_name {
  background: #ffca80 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  section#news-section {
    margin-top: -35px;
  }

  #news-section .bg-img {
    padding: 60px 0px 60px 37px;
  }

  #news-section .title h3 {
    font-size: 18px;
    line-height: 23px;
  }

  #news-section .left-side.title h3 {
    font-size: 25px;
    line-height: 33px;
  }

  #news-section a.cat_name {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 17px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  section#news-section {
    margin-top: -71px;
  }

  #news-section .row .col-md-6 {
    position: relative;
    /*   height: 484px; */
    /* commented by zubair */
  }

  #news-section .row .col-md-6::before,
  #news-section .row .col-md-6:nth-child(2)::before {
    display: none;
  }

  #news-section .row .col-md-6:nth-child(2) {
    background: linear-gradient(180deg, #001125 0%, rgba(0, 17, 37, 0.85) 100%),
      url(/wp-content/uploads/2022/09/aashto-news.webp);
  }

  #news-section .shade_overlay {
    width: 100%;
    height: 207px;
  }

  #news-section .left-side.title {
    padding: 0px 12px;
  }

  #news-section .title h3 {
    font-size: 18px;
    line-height: 23px;
  }

  #news-section .bg-img {
    padding: 42px 10px 42px 0px;
    top: 0px;
  }

  #news-section .bg-img {
    padding: 30px 10px 42px 0px;
    /* style modified by zubair */
    top: 0px;
  }

  #news-section .left-side.title h3 {
    font-size: 25px;
    line-height: 33px;
  }

  #news-section a.cat_name {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 17px;
  }

  #news-section .border-line::before {
    left: 2px;
  }

  #news-section .border-line p,
  #news-section .border-line h3 {
    padding-left: 18px;
  }

  #news-section img.featur_img {
    object-position: 0% 50%;
    /* style added by zubair for centing the image */
  }

  .border-line {
    padding-left: 3px;
    /* style added by zubair for centing the image */
  }

  #news-section .position_set {
    padding: 40px 50px 40px 0px;
    /* style added by zubair for centing the image. padding left */
  }
}

/************* News API CLOSE ***************/

/*********** VERTICAL SLIDER ***************/

.upcoming-meetings {
  /*height:  697px;*/
  position: relative;
  background-size: cover;
}

.upcoming-meetings .slidervertical::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 500.53%);
  /* height: 100%; */
  z-index: 0;
}

.primarydot {
  padding-top: 50px;
}

/*****Additional******/
#carousel .carousel-inner .item {
  /* -webkit-transition-property: opacity;
  transition-property: opacity; */
}

#carousel .carousel-inner .item,
#carousel .carousel-inner .active.left,
#carousel .carousel-inner .active.right {
  /* opacity: 0; */
}

#carousel .carousel-inner .active,
#carousel .carousel-inner .next.left,
#carousel .carousel-inner .prev.right {
  /* opacity: 1; */
}

#carousel .carousel-inner .next,
#carousel .carousel-inner .prev,
#carousel .carousel-inner .active.left,
#carousel .carousel-inner .active.right {
  /* left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}

/******Additional*******/

.box-shadow .card-title {

  margin-bottom: 0px;
}

.box-shadow {
  padding: 20px 0px;
  box-shadow: 0px 4px 10px rgb(0 74 153 / 10%);
}

div#vertical-carousel {
  height: 400px;
}

.inner_carousal_control {
  position: relative;
  display: inline-block;
  width: 100%;
}

#vertical-carousel .post_date p {
  color: #001125;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 21.79px;
  font-weight: 600;
  padding-top: 20px;
}

#vertical-carousel .post_title {
  margin-bottom: 40px;
}

#vertical-carousel .post_title h3 {
  color: #001125;
  font-family: "DM Sans";
  font-weight: 800;
  font-size: 32px;
  line-height: 41.66px;
}

#vertical-carousel .logofd {
  margin: 0;
  padding-left: 10px;
  padding-top: 24px;
}

#vertical-carousel .carousel-inner,
.carousel,
.carousel-item,
.carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

#vertical-carousel .carousel-item-prev:not(.carousel-item-end),
#vertical-carousel .active.carousel-item-start {
  transform: translate3d(0, -100%, 0);

  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

#vertical-carousel .carousel-item-next:not(.carousel-item-start),
#vertical-carousel .active.carousel-item-end {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

#vertical-carousel .carousel-indicators {
  top: -27px;
  margin: 0;
  height: 257px;
  right: 3px;
  left: auto;
  display: flex;
  flex-direction: column;
}

#vertical-carousel .carousel-indicators [data-bs-target] {
  background: transparent;
  background-clip: border-box;
  border: 0px solid #000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-bottom: 13px;
  background-clip: unset;
  padding: 4.7px;
  opacity: 1;
  position: relative;
}

#vertical-carousel .circle_active,
#vertical-carousel .circle_inactive {
  position: absolute;
  top: 0;
  right: 0;
}

.carousel-indicators button.active .circle_inactive,
.carousel-indicators button .circle_active {
  display: none;
}

.carousel-indicators button.active .circle_active,
.carousel-indicators button .circle_inactive {
  display: block;
}

#vertical-carousel .carousel-indicators li.active {
  padding: 3.9px;
  width: 8.5px;
  height: 8.5px;
}

#vertical-carousel .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  /* position: fixed;*/
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate3d(-50%, -50%) rotate(90deg);
  -moz-transform: translate3d(-50%, -50%) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%) rotate(90deg);
  -o-transform: translate3d(-50%, -50%) rotate(90deg);
  z-index: -1;
}

#vertical-carousel .carousel-control-prev-icon {
  top: 5%;
}

.slidervertical button.carousel-control-prev img,
.slidervertical button.carousel-control-next img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.slidervertical button.carousel-control-prev {
  right: 4px;
  opacity: 1;
  top: 25px;
  left: auto;
  width: 20px;
  z-index: 4;
}

.slidervertical button.carousel-control-next {
  right: 4px;
  opacity: 1;
  top: 166px;
  width: 20px;
  z-index: 3;
}

/* tabs section */
section#cards-services {
  margin-top: -73px;
}

section#cards-services .col-md-4 {
  width: 336px;
  height: 155px;
  margin-right: 32px;
}

section#cards-services .col-md-4:nth-child(3) {
  margin-right: 0px;
}

section#cards-services .card {
  background: #eff3fe;
  width: 100%;
  padding: 10px 20px 10px 20px;
  height: 180px;
  width: 336px;
  border-radius: 10px;
}

#cards-services .card-service .card-header {
  border-bottom: 1px solid #eff3fe;
  margin-top: 10px;
}

section#cards-services .card-service {
  background: #0057b7;
}

#cards-services .inner_container {
  flex-direction: row;
}

#cards-services .card-header {
  padding: 0px;
  background: none;
  border-bottom: 1px solid #b2b7bd;
}

#cards-services .card-title {
  font-size: 20px;
  font-family: "DM Sans";
  font-weight: 500;
  line-height: 27.74px;
  color: #0057b7;
  margin-bottom: 13px;
}

span.date-int {
  font-size: 53px;
  line-height: 56px;
}

span.month-text,
span.day-text {
  font-size: 20px;
}

#cards-services .card-service a.card-link {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 21.79px;
  text-decoration: none;
  color: #fff;
  margin-top: 8px;
}

span.arrow-white {
  position: relative;
}

span.arrow-white::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-right: 1px solid #f8f8f8;
  height: 25px;
  font-size: 20px;
  border-width: 1px;
  left: 10px;
  top: -2px;
}

.arrow-white img {
  margin-left: 16px;
}

#cards-services .card-service .card-title {
  font-size: 20px;
  padding-right: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 27.74px;
  color: #fff;
  margin-bottom: 16px;
}

#cards-services .card .card-body {
  padding: 0px 0px;
  height: 55px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#cards-services .card .card-body p {
  color: #001125;
  font-family: "Open Sans";
  line-height: 21.79px;
  font-weight: 400;
  font-size: 16px;
}

.card.conf-cards span.date-int {
  line-height: 69.26px;
  font-size: 36px;
}

.card.conf-cards h5.card-title {
  line-height: 27.7px;
  font-size: 21.28px;
  text-transform: uppercase;
}

.card.conf-cards .card-header {
  margin-bottom: 11px;
}

a.card-link img {
  width: 14px;
  height: 12px;
  margin-left: 15px;
}

.elementor-widget-vertical-slider .heading_primary_dark .elementor-widget-container::after {
  top: -15px;
}

#vertical-carousel .carousel-indicators [data-bs-target] {
  margin-right: 0 !important;
}

.slidervertical button.carousel-control-prev {
  right: 1px;
}

.slidervertical button.carousel-control-next {
  right: 1px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  #vertical-carousel .logofd {
    padding-top: 23px;
    padding-left: 20px;
  }

  #vertical-carousel .logofd img {
    width: 180px;
  }

  #vertical-carousel .carousel-indicators {
    right: 0px;
    top: -27px;
  }

  .slidervertical button.carousel-control-prev,
  .slidervertical button.carousel-control-next {
    right: -2px;
  }

  .slidervertical button.carousel-control-prev {
    top: 24px;
  }

  .slidervertical button.carousel-control-next {
    top: 164px;
  }

  #vertical-carousel .post_title {
    width: auto;
  }

  section#cards-services .col-md-4 {
    width: 275px;
    height: 155px;
    margin-right: 28px;
  }

  section#cards-services .card {
    height: 155px;
    width: 275px;
  }

  #cards-services .card-service .card-title {
    font-size: 18px;
  }

  #cards-services .card-service a.card-link {
    font-size: 15px;
  }

  .card.conf-cards span.date-int {
    line-height: 69.26px;
    font-size: 44px;
  }

  span.month-text,
  span.day-text {
    font-size: 16px;
  }

  #cards-services .card .card-body p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div#vertical-carousel {
    height: 366px;
  }

  #vertical-carousel .post_date p {
    font-size: 14px;
    line-height: 19.07px;
  }

  #vertical-carousel .post_title {
    width: auto;
  }

  #vertical-carousel .post_title h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 32.55px;
  }

  #vertical-carousel .logofd {
    padding-top: 24px;
    padding-left: 0px;
    width: 184px;
  }

  #vertical-carousel .logofd img {
    width: 158px;
  }

  #vertical-carousel .carousel-indicators {
    right: 2px;
    top: 57px;
    height: 90px;
  }

  .slidervertical button.carousel-control-prev {
    right: 3px;
    top: 145px;
  }

  .slidervertical button.carousel-control-next {
    right: 3px;
    top: 26px;
  }

  #vertical-carousel .post_title {
    width: auto;
  }

  section#cards-services .col-md-4 {
    width: 216.33px;
    height: 149px;
    margin-right: 24px;
  }

  section#cards-services .col-md-4:nth-child(3) {
    margin-right: 0px;
  }

  section#cards-services .card {
    width: 216.33px;
    height: 149px;
  }

  #cards-services .card-service .card-title {
    font-size: 16px;
    line-height: 21.79px;
  }

  #cards-services .card-service a.card-link {
    font-size: 14px;
    line-height: 19.07px;
  }

  a.card-link img {
    width: 14px;
    height: 12px;
  }

  .card.conf-cards span.date-int {
    line-height: 46.26px;
    font-size: 35.53px;
    font-weight: 600;
  }

  #cards-services .card .card-body p {
    color: #001125;
    font-family: "Open Sans";
    line-height: 16.34px;
    font-size: 12px;
    font-weight: 400;
  }

  #cards-services .card-service .card-title {
    margin-bottom: 20px;
  }

  #cards-services .card-title {
    font-size: 14.21px;
    line-height: 18.51px;
  }

  span.month-text,
  span.day-text {
    font-size: 14.21px;
    font-weight: 500;
  }

  section#cards-services {
    margin-top: -57px;
  }
}

@media (max-width: 767px) {
  .upcoming-meetings {
    margin-top: 116px;
  }

  #news-section .border-line a:focus h3,
  #news-section .border-line a:active h3,
  #news-section .border-line a:visited h3 #news-section .border-line a:focus p,
  #news-section .border-line a:active p,
  #news-section .border-line a:visited p {

    color: #0057b7;

  }

  .primary_heading h2::after {
    margin-top: 19px;
  }

  div#vertical-carousel {
    height: 373px;
  }

  #vertical-carousel .post_date p {
    padding-top: 20px;
    line-height: 19.07px;
    margin-bottom: 10px;
  }

  #vertical-carousel .post_title {
    margin-bottom: 20px;
  }

  #vertical-carousel .post_title h3 {
    line-height: 32.55px;
    font-size: 25px;
  }

  .logofd {
    display: none;
  }

  #vertical-carousel .carousel-indicators {
    right: 2.5px;
    top: 54px;
    height: 83px;
  }

  .slidervertical button.carousel-control-prev {
    right: 0px !important;
    top: 33px;
  }

  .slidervertical button.carousel-control-next {
    right: 0px !important;
    top: 152px;
  }

  section#cards-services {
    margin-top: -40px !important;
  }

  section#cards-services .col-md-4 {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
  }

  section#cards-services .card {
    width: 100%;
    height: 150px;
  }

  section#cards-services .card.card-service {
    height: 130px;
  }

  #cards-services .card-service .card-title {
    font-size: 18px;
    line-height: 24.51px;
  }

  #cards-services .card-service a.card-link {
    font-size: 14px;
    line-height: 19.07px;
  }

  .card.conf-cards span.date-int {
    line-height: 66.26px;
    font-size: 35.53px;
  }

  #cards-services .card-title {
    font-size: 28.43px;
    line-height: 37.01px;
  }

  #cards-services .card .card-body p {
    line-height: 16.34px;
    font-size: 12px;
  }

  section#cards-services .col-md-4:nth-child(3) {
    margin-top: 20px;
  }

  .m-separator {
    font-size: 14.21px;
    line-height: 18.51px;
  }
}

@media (min-width: 320px) and (max-width: 560px) {
  #vertical-carousel .post_title {
    width: 308px;
  }

  #vertical-carousel .carousel-indicators {
    right: 0px;
  }

  .slidervertical button.carousel-control-prev,
  .slidervertical button.carousel-control-next {
    right: -2px !important;
  }

  .m-separator {
    font-size: 14.21px;
    line-height: 18.51px;
  }
}

.button_primary_light img,
.btn-primary img,
.card-link img,
.viewstory img {
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 320px) and (max-width: 390px) {}

/********** Vertical Slider End*****************/

/********** News Slider Start *****************/

/* News slider CSS */
.section-bg-dark {
  padding: 0px 0px;
  position: relative;
  height: 432px;
}

section#news-slider .primary_heading_light h2 {
  padding: 0px;
  margin: 0px;
}

section#news-slider .container {
  padding-left: 0px;
  padding-right: 0px;
}

.post_date p {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 21.79px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.post_title {
  margin-bottom: 60px;
  min-height: 84px;
  overflow: hidden;
  padding-right: 30px;
}

.post_title h3 {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 32px;
  line-height: 41.66px;
  margin-bottom: 0px;
}

#news-slider .post_title,
#news-slider .post_date,
#news-slider .post_btn_link,
#news-slider .post-image img {

  animation: fade 22s infinite;
  -webkit-animation: fade 22s infinite;

}


@keyframes fade {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  40% {
    opacity: 0
  }

  60% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

div#carousel {
  margin-top: -46px;
}

#carousel .post_image {
  max-width: 100%;
  border-radius: 10px;
}

#carousel .post-image img {
  height: 420px;
  border-radius: 10px;
}

.button_primary_light a {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  fill: #001125;
  color: #001125;
  background-color: #eff3fe;
  padding: 17px 36px;
  border-radius: 10px;
  text-decoration: none;
}

#carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 9;
  width: 110px;
  height: 3px;
  padding-left: 0;
  text-align: center;
  top: 268px;
  display: inline-block;
  left: 149px;
}

#carousel .carousel-indicators [data-bs-target] {
  width: auto;
  background-color: transparent;
  margin-top: 3px;
  background-clip: unset;
  height: auto;
  background-clip: none;
  border: 0px solid #fff;
  border-radius: 50%;
  text-indent: unset;
  margin-right: 11.33px;
  margin-left: 0px;
  opacity: 1;
}

#carousel .carousel-indicators [data-bs-target] .circle_inactive,
#carousel .carousel-indicators .active[data-bs-target] .circle_active {
  display: block;
  width: 16px;
  height: 16px;
}

#carousel .carousel-indicators [data-bs-target] .circle_active,
#carousel .carousel-indicators .active[data-bs-target] .circle_inactive {
  display: none;
  width: 16px;
  height: 16px;
}

.carousel-indicators .active {
  background-clip: unset;
  border: 0px solid #fff;
  border-radius: 50%;
}

#carousel button.carousel-control-prev,
#carousel button.carousel-control-next {
  top: 277.5px;
  z-index: 9;
  display: flex;
  height: 3px;
  width: 19px;
}

#carousel button.carousel-control-prev img,
#carousel button.carousel-control-next img {
  width: 18.5px;
  height: 16px;
}

#carousel button.carousel-control-prev {
  left: 282px;
}

#carousel button.carousel-control-next {
  left: 414px;
}

#carousel .carousel-item {
  /* transition: transform 0.6s ease-in-out; */
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.titletablt {
  display: none;
}

/* responsive CSS */
.post-content {
  padding-top: 56px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .slider_section_1 {
    padding-top: 51px !important;
  }

  .section-bg-dark {
    height: 429px;
  }

  #carousel .carousel-indicators {
    width: 100px;
    top: 265px;
    left: 133px;
  }

  #carousel .carousel-indicators [data-bs-target] {
    margin-left: 4px;
    margin-right: 4px;
  }

  #carousel button.carousel-control-prev,
  #carousel button.carousel-control-next {
    top: 275px;
  }

  #carousel button.carousel-control-prev {
    left: 248px;
  }

  #carousel button.carousel-control-next {
    left: 367px;

  }

  #carousel .post-image img {
    height: 350px;
    margin-top: 32px;
  }

  .post_title {
    margin-bottom: 52px;
    min-height: 90px;
  }

  .post_title h3 {
    font-size: 29px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  slider_section_1 {
    padding-top: 60px;
  }

  .section-bg-dark {
    height: 409px;
  }

  #carousel .post-image img {
    width: 345px;
    height: 296px;
  }

  .titledesktop {
    display: none;
  }

  .titletablt {
    display: block;
    position: absolute;
    padding-top: 0px;
    margin-top: 0px;
    top: 0;
  }

  div#carousel {
    margin-top: 0px !important;
  }

  section#carousel .carousel-inner {
    margin-top: -24px;
  }

  .titletablt h2 {
    font-size: 38px;
    line-height: 49.48px;
  }

  .post-content {
    padding-top: 127px;
  }

  .post_date p {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 19.07px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
  }

  .post_title h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 32.55px;
    margin-bottom: 0px;
  }

  .post_title {
    margin-bottom: 58px;
    min-height: 68px;
    overflow: hidden;
  }

  #carousel button.carousel-control-prev,
  #carousel button.carousel-control-next {
    top: 344px;
  }

  #carousel .carousel-indicators {
    position: absolute;
    width: 110px;
    top: 334.6px;
    left: 272px;
  }

  #carousel button.carousel-control-prev {
    left: 350px;
  }

  #carousel button.carousel-control-next {
    left: 480px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .section-bg-dark {
    height: 490px;
  }

  .post-content {
    padding-top: 36px;
  }

  .post_date p {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .post_title {
    min-height: 85px;
    margin-bottom: 21px;
  }

  .post_title h3 {
    font-family: "DM Sans";
    font-size: 25px;
    line-height: 32.55px;
    margin-bottom: 0px;
  }

  .post_btn_link .button_primary_light {
    margin-bottom: 40px;
  }

  #carousel .carousel-indicators {
    width: 100px;
    left: 317px;
    /* top: 200px;  */
  }

  #carousel button.carousel-control-prev,
  #carousel button.carousel-control-next {
    /* top: 208px; */
  }

  #carousel button.carousel-control-prev {
    left: 365px;
  }

  #carousel button.carousel-control-next {
    right: 5px;
    left: auto;
  }

  #carousel .post-image img {
    width: 100%;
    height: 306px;
  }
}

@media (min-width: 561px) and (max-width: 767px) {
  #carousel .carousel-indicators {
    top: 220px;
  }

  #carousel button.carousel-control-prev,
  #carousel button.carousel-control-next {
    top: 230px;
  }
}

@media (min-width: 320px) and (max-width: 560px) {
  #carousel .carousel-indicators {
    /*  width: 117px;*/
    left: auto;
    top: 220px;
    right: 16px;
    margin-right: 0px;
  }

  #carousel button.carousel-control-prev {
    left: auto;
    right: 125px;
  }

  #carousel button.carousel-control-next {
    right: 0px;
  }

  #carousel .post-image img {
    width: 100%;
    height: 306px;
  }

  #carousel button.carousel-control-prev,
  #carousel button.carousel-control-next {
    top: 230px;
  }
}

@media screen and (min-width: 320px) and (max-width: 390px) {

  button.carousel-control-prev,
  button.carousel-control-next {
    top: 208px;
  }


}

#news-slider .post-image img,
#news-slider .post_title h3,
#news-slider .post_date p {
  /* animation: fadeIn 1.5s; */
}

/********** News Slider End *****************/

/********** Offer Card start *****************/

.offer-card {
  border: none;
  border-radius: 10px;
  text-align: center;
}

.offer-card .card-body {
  padding: 0rem 1rem;
}

.card-image {
  margin: 0 auto;
  /* padding: 13px;
    background: #eff3fe;
    width: 88px;

    border-radius: 10px;*/
}

.offer-card h4.card-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 21.79px;
  color: #001125;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

/********** Offer card End *****************/

/********** Transportation services card End *****************/
.policy-card {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 74, 153, 0.1);
  padding: 0px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.policy-card a {
  color: #001125;
}

.policy-card .card-body {
  display: flex;
  padding: 20px 72px 20px 0px;
  align-items: center;
}

.policy-card .card-body .bar {
  width: 4px;
  border-left: 5px solid #0057b7;
  border-radius: 10px;
  margin-right: 10px;
  height: 44px;
  transform: rotate(-180deg);
  margin-right: 20px;
}

.policy-card .card-text {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
}

.policy-card .card-text .card-pre-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0057B7;
}

.policy-card:hover .card-text .card-pre-title {
  color: #fff;
}

.policy-card:hover {
  background: #0057b7;
}

.policy-card:hover p.card-text {
  color: #fff;
}

.policy-card .readmore_icon {
  /* bottom: 25px;*/
}

.policy-card:hover .pdftype svg>path {
  fill: #ffffff;
}

.policy-card:hover .readmore_icon {
  /*display: block;*/
  opacity: 1;
  right: 20px;
}

.policy-card .readmore_icon svg:hover {
  fill: #ffffff;
}

.policy-card .readmore_icon svg:hover>path {
  fill: #1957b5;
}

.policy-card .readmore_icon.pdfdownload svg:hover>path {
  fill: #1957b5 !important;
}

/********** transportation card End *****************/

/********** Subcommitees start *****************/
.subcommitee-information {
  display: flex;
}

p.subcommitees-txt {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}

div.subcommitee-information:before {
  content: "";
  width: 4px;
  height: 25px;
  background: #0057B7;
  float: left;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  transform: rotate(-180deg);
  vertical-align: middle;
  margin: auto 0;
}

.subcommitee-member-detail {
  vertical-align: middle;
}

/********** Subcommitees End *****************/

/**********  transportation Guide start *****************/

.guide-card {
  background: #0057B7;
  /*box-shadow: 0px 4px 10px rgba(0, 74, 153, 0.1);*/
  padding: 20px 60px 20px 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.guide-card .readmore_icon {
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 20px;
  opacity: 1;
}

.guide_card_link,
.guide_card_link:hover {
  color: #fff;
}

/**********  transportation Guide End *****************/

/********** Governing card start *****************/
.inner_div {
  background: #eff3fe;
  border-radius: 10px;
  padding: 20px;
}

.inner_div h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.inner_div h4 span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  vertical-align: text-top;
}

.inner_div .view-all span.arrow-right::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-right: 1px solid #0057b7;
  height: 25px;
  font-size: 20px;
  border-width: 1px;
  /* left: 0px; */
  top: -1.4px;
  background: #0057b7;
}

.inner_div p {
  margin-bottom: 10px;
}

span.arrow-right svg {
  margin-left: 20px;
}

/* span.arrow-right {
    margin-left: 6px;
  } */

a.view-all {
  color: #0057b7;
}

a.view-all:hover {
  color: #0057b7;
}

a.view-all svg {
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}

a.view-all:hover svg {
  transform: translateX(5px);

}

.inner_div p {
  margin-bottom: 10px;
}

.inner_div p.docs_links {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}

.inner_div p.docs_links a {
  color: #001125;
}

#transcomm_meeting_card p a {
  color: #001125;
}

#transcomm_meeting_card p.docs_links {
  color: #0057b7;
}

/********** Governing card end *****************/

/********** Proposal card start *****************/

.action_proposal {
  background: #0057b7;
  border-radius: 10px;
  padding: 20px;
}

.action_proposal h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #F8F8F8;
}

.action_proposal hr {
  margin: 20px 0px !important;
  color: inherit;
  border: 0;
  opacity: 0.5;
  border-bottom: 1px solid #eff3fe;
}

.action_proposal a.card-link img {
  margin-left: 0px;
  margin-top: -2px;
}

.action_proposal a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
}

.action_proposal a span {
  position: relative;
  margin-left: 20px;
  line-height: 20px;

}

.action_proposal a span::before {
  content: "";
  position: absolute;
  border-radius: 4px;
  height: 25px;
  left: -10px;
  background-color: #f8f8f8;
}

.action_proposal a:hover {
  color: #fff;
}

/********** Proposal card end *****************/

/****** Resources and Guides *******/
.resources_quides {
  padding: 10px 0px;
}

.inner_half_div {
  /* background-color: #ddd;*/
  padding: 30px 20px !important;
  border-radius: 10px;
  display: flex;
  width: 100%;
}

.inner_half_div .resource-img {
  width: 32%;
  text-align: center;
}

.inner_half_div .resource_content {
  width: 68%;
  padding: 0px 0px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner_half_div .resource-img img {}

.inner_half_div h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0057b7;
  margin-bottom: 10px;
}

.inner_half_div p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
}

/******** Borad of Directors ***********/
.portfolio-inner-div {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgb(0 74 153 / 10%);
  border-radius: 10px;
  display: flex;
}

.director-portfolio .col-6.p-0 {
  max-width: 520px;
  width: 520px;
  margin-right: 32px;
}

.director-portfolio .col-6.p-0:nth-child(2n) {
  margin-right: 0px;
}

/*.portfolio-inner-div .profile-image {
    height: 131px;
    max-width: 131px;
  }*/
.portfolio-inner-div .profile-image img {
  border-radius: 10px 0px 0px 10px;
  height: 131px;
  width: 131px;
  max-width: 131px;
}

.portfolio-inner-div .portfolio-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
}

.portfolio-inner-div .portfolio-detail h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #001125;
  margin-bottom: 10px;
}

.portfolio-inner-div .portfolio-detail p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.87);
}

.page-template-inner_page_template .elementor-container.elementor-column-gap-default {
  padding: 0;
}

/* .home .elementor-container.elementor-column-gap-default .elementor-column {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 32px;
  } */
.page-template-committee_page_template .elementor-inner-column[data-element_type="column"],
.page-template-inner_page_template .elementor-column .elementor-inner-column[data-element_type="column"] {
  margin-right: 16px;
  margin-left: 16px;
  margin-top: 10px;
  margin-bottom: 22px;
}

.page-template-committee_page_template .elementor-column .elementor-inner-column[data-element_type="column"],
.page-template-inner_page_template .elementor-column .elementor-inner-column[data-element_type="column"]:first-child {
  margin-left: 0px;
  margin-right: 16px;
}

.page-template-committee_page_template .elementor-column .elementor-inner-column[data-element_type="column"],
.page-template-inner_page_template .elementor-column .elementor-inner-column[data-element_type="column"]:last-child {
  margin-left: 16px;
  margin-right: 0px;
}



.elementor-column.elementor-col-25,
.elementor-column[data-col="25"] {
  margin-top: 0;
  margin-bottom: 22px;
}

.page-template-inner_page_template .elementor-container.elementor-column-gap-default .elementor-column:first-child {
  margin-left: 0px;
}

.page-template-inner_page_template .elementor-container.elementor-column-gap-default .elementor-column:last-child {
  margin-right: 0px;
}


/*offer card responsive */
@media (min-width: 768px) and (max-width: 1023px) {
  .offer-card h4.card-title {
    font-size: 14px;
    line-height: 19px;
  }

  .policy-card .card-text {
    font-size: 14px;
    line-height: 19px;
  }

  .inner_div h4 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 13px;
  }

  .gov-subtitle {
    display: none;
  }

  .inner_div p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .inner_div p.docs_links {
    font-size: 12px;
    line-height: 16px;
  }

  .inner_div p.docs_links a {
    font-size: 12px;
    line-height: 16px;
  }

  .action_proposal h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .action_proposal a {
    font-size: 14px;
    line-height: 19px;
  }

  .elementor-container.elementor-column-gap-default .elementor-column {
    margin-right: 0px;
    margin-left: 0px;
    /* margin-bottom: 24px;*/
    padding-right: 12px;
  }

  .elementor-container.elementor-column-gap-default .elementor-column:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }

  .elementor-container.elementor-column-gap-default .elementor-column:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }

  .inner_half_div h4 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .inner_half_div p {
    font-size: 12px;
    line-height: 16px;

  }

  .inner_half_div .resource_content {
    padding: 0px 0px 0 15px;
    justify-content: flex-start;
  }

  .portfolio-inner-div .portfolio-detail h4 {
    font-size: 14px;
    line-height: 19px;
  }

  .inner_half_div .resource-img {
    display: flex;
  }

  .portfolio-inner-div .portfolio-detail p {
    font-size: 12px;
    line-height: 16px;
  }

  .portfolio-inner-div .profile-image img {
    height: 131px;
    max-width: 131px;
  }

  .inner_half_div {
    padding: 20px 20px !important;
    min-height: 215px;
  }

  .portfolio-inner-div .portfolio-detail {

    justify-content: start;
    padding: 20px 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .elementor-container.elementor-column-gap-default .elementor-column {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;

    padding-right: 0px;
  }

  .elementor-container.elementor-column-gap-default .elementor-column:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }

  .elementor-container.elementor-column-gap-default .elementor-column:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
}

#inner_divsame {
  background-color: #EFF3FE;
}

.seperator_m_l {
  display: inline-block;
  color: #001125;
}

.multiple_links_all {
  display: inline-block;
}

.multiple_buttons_widget h3 {
  font-size: 16px;
  line-height: 22px;
}

.multiple_buttons_widget a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

#inner_divsame h3 {
  color: #001125;

}

#inner_divsame a {
  color: #0057B7;
}
#inner_divsame a[href="#"] {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}

#inner_divsame a span::before {
  background-color: #0057B7;
}

#inner_divsame span.arrow-white::before {
  border-right: 1px solid #0057B7;
}

#inner_divsame hr {
  margin: 20px 0px !important;
  color: inherit;
  border: 0;
  opacity: 0.5;
  border-bottom: 1px solid #b2b7bd;
}

#inner_divsame p {
  color: #001215;
}

/****** Profile Widget Styling *********/
.chair_image {
  position: relative;
}

.chair_detail {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 17, 37, 0) 0%, #001125 100%);
  left: 0;
  right: 0;
  padding: 0 20px;
  color: #fff;
  border-radius: 10px 10px;
}

.chair_image img {
  width: 100%;

  border-radius: 10px;
}

.chair_detail span {
  background-color: #0057B7;
  border-radius: 8px;
  padding: 8px 16px;
  display: inline-block;
  font-weight: 600;
  line-height: 21.79px;
}

.chair_detail h4 {
  line-height: 26.04px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 3px;

}

.chair_detail p {
  margin-bottom: 20px;
  line-height: 26.04px;
  font-size: 20px;
  font-weight: 400;
}

.ctsobusinessmeeting {
  background: linear-gradient(179deg, #FFFFFF 7.71%, rgba(255, 255, 255, 0.25) 96.3%), url(../images/bottombanner.png);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 30px 20px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}

.ctsobusinessmeeting .post_date p {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 21.79px;
  text-transform: uppercase;
  color: #001125;
}

.ctsobusinessmeeting .post_title h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 40px;
}

/**Blue Button**/
.ctsobusinessmeeting a.bluebtn {
  display: inline-block;
  background: #0057b7;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  border: 0;
  color: #fff;
  padding: 16px 32px;
  font-family: "Open Sans", Sans-serif;
  margin-right: 32px;

}

@media (min-width: 320px) and (max-width: 767px) {
  .page-id-5 .ctsobusinessmeeting a.bluebtn {
    margin-bottom: 20px;
  }

  /*--.home .elementor-container.elementor-column-gap-default .elementor-column{
        margin-bottom: 30px;
    }*/
  .chair_image img {
    height: auto;
  }
}


.ctsobusinessmeeting a.bluebtn span {
  /* margin-left: 10px;
      padding-left: 10px; */
  position: relative;
  border: none;
  /* border-left: 1px solid #fff; */
}

.ctsobusinessmeeting a.btbluebtnn span::before {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 25px;
  position: absolute;
  border-radius: 10px;
  right: 30px;
}

.ctsobusinessmeeting a.bluebtn span img {
  width: 14px;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
  margin-left: 20px;
  width: 14px;
  height: 12px;
}

.ctsobusinessmeeting a.bluebtn:hover span img {
  transform: translateX(5px);

}

/**Blue Button**/
.ctsobusinessmeeting .whitebtn {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  color: #001125;
  background-color: #EFF3FE;
  padding: 16px 32px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
}

.ctsobusinessmeeting .whitebtn:hover {
  background-color: #E4E8F2;
  color: #001125;
}

.ctsobusinessmeeting .whitebtn span {
  position: relative;
  /* border-left: 1px solid #001125; */
  /* margin-left: 9px;
      padding-left: 10px; */

}

.ctsobusinessmeeting .whitebtn span img {

  position: relative;

}

.ctsobusinessmeeting .whitebtn span {
  position: relative;
}

.ctsobusinessmeeting a.whitebtn span img {
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
  vertical-align: inherit;
  margin-left: 20px;
}

.ctsobusinessmeeting a.whitebtn:hover span img {
  transform: translateX(5px);

}

/*****Table styling ******/
.aashto-table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #001125;
  padding: 16px 16px;
  border: 1px solid rgb(0 17 37 / 10%);
  width: 25%;
  border-left: 0px solid rgb(0 17 37 / 10%);
  border-right: 0px solid rgb(0 17 37 / 10%);
}

.aashto-table:first-child tbody tr:first-child td {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0057B7;
  padding-bottom: 16px;
  background: #EFF3FE;
  border: 0px solid rgb(0 17 37 / 10%);
}

.aashto-table:nth-child(2) tbody tr:first-child td {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0057B7;
  padding-bottom: 16px;
  background: #EFF3FE;
}

/* .aashto-table tbody tr:first-child td{
  font-weight:600;

  font-size: 16px;
  line-height: 21px;
  color: #0057B7;
  padding-bottom: 16px;
  background: #EFF3FE;
  } */
table.aashto-table {
  /* margin-bottom: 40px; */
  border: 0px solid rgb(0 17 37 / 10%);
}

table.aashto-table tbody tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px;
}

table.aashto-table tbody tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px;
}

table.aashto-table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}

table.aashto-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}



table.aashto-table tbody tr:nth-child(2) td:first-child {
  border: 0;
}

table.aashto-table tbody tr:nth-child(2) td:nth-child(2) {
  border: 0;
}

table.aashto-table tbody tr:nth-child(2) td:nth-child(3) {
  border: 0;
}

table.aashto-table tbody tr:nth-child(2) td:nth-child(4) {
  border: 0;
}

/* table.aashto-table tbody tr:first-child{
    border-left: 0px solid #000;
  }
  table.aashto-table tbody tr:first-child:hover{
    border-left: 0px solid #000;
  } */
/* table.aashto-table tbody tr{
    border-left: 4px solid #ffffff;
    transition: 0.4s;
  }
  table.aashto-table tbody tr:hover{
    border-left: 4px solid #0057B7;
  } */
table.aashto-table tbody tr:not(:first-child) td:first-child {
  border-left: 2px solid rgb(0 17 37 / 10%);
}

table.aashto-table tbody tr:not(:first-child) td:last-child {
  border-right: 1px solid rgb(0 17 37 / 10%);
}

table.aashto-table tbody tr:not(:first-child) td:last-child {
  border-right: 1px solid rgb(0 17 37 / 10%);
}

table.aashto-table thead tr th {
  font-size: 19px;
  line-height: 23px;
  padding: 18px 16px;

  border: 1px solid rgb(0 17 37 / 10%);
  border-bottom: 1px solid rgb(0 17 37 / 10%);
}

.table.aashto-table>:not(:last-child)>:last-child>* {
  border-bottom: 1px solid rgb(0 17 37 / 10%);
}

/*****Table styling******/


/****************/
.upcomingmeeting {
  background-color: #EFF3FE;
  border-radius: 10px;
  padding: 20px;
}

.upcomingmeeting .meetingdiv p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #001125;
  margin-bottom: 10px;
}

.upcomingmeeting .meetingdiv span:nth-last-of-type(1) {
  color: #0057B7;
  line-height: 27.7px;
  text-transform: uppercase;
  font-weight: 500;
}

.upcomingmeeting .meetingdiv span:nth-last-of-type(2) {
  color: #0057B7;
  line-height: 27.7px;
  text-transform: uppercase;
  font-weight: 500;
}

.upcomingmeeting .meetingdiv span:nth-last-of-type(3) {
  color: #0057B7;
  line-height: 27.7px;
  text-transform: uppercase;
  font-weight: 500;
}

.upcomingmeeting .meetingdiv span:nth-last-of-type(4) {
  color: #0057B7;
  font-size: 53.2px;
  line-height: 69.3px;
  font-weight: 500;
  margin-right: 10px;
}

.upcomingmeeting h3 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #001125;
  margin-bottom: 20px;
  text-align: left;
}

.upcomingmeeting h5 {
  font-family: "DM Sans";
}

.upcomingmeeting hr {
  margin: 10px 0px !important;
  opacity: 0.5;
  border: 1px solid #B2B7BD;
}

.upcomingmeeting a {

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.07px;
  color: #0057B7;
  position: relative;
  display: block;
  text-align: right;
}

.upcomingmeeting a span {
  position: relative;
  margin-left: 0px;
}

.upcomingmeeting a span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  left: 7px;
  border: 1px solid #0057B7;

}

/***************/



.webinar_accordion .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: none;
}

.webinar_accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.webinar_accordion .accordion-header button {
  display: block;
  padding: 12px 52px 12px 20px;
  background: #EFF3FE;
  line-height: normal;
  position: relative;
  border-radius: 10px;
}

.webinar_accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.webinar_accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.webinar_accordion .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
}

.webinar_accordion .accordion-header button span:nth-child(1),
#accordionExample .accordion-header button span:nth-child(2) {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #001125;
  font-family: 'Open Sans';
}

.webinar_accordion .accordion-header button span:nth-child(3) {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #0057B7;
  font-family: 'Open Sans';
}

.webinar_accordion .accordion-header button:before,
.webinar_accordion .accordion-header button.collapsed:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #001125;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 20px;
}

.webinar_accordion .accordion-header button:after,
.webinar_accordion .accordion-header button.collapsed:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #001125;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 25px;
  transition: all 0.3s ease 0s;
}

.webinar_accordion .accordion-header button:after {
  height: 0;
}

.webinar_accordion .accordion-body {
  padding: 20px 20px 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 17, 37, 0.05);
  border-radius: 0px 0px 10px 10px;
}

.webinar_accordion .accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.webinar_accordion .accordion-body .speakerbtn {
  border-top: 1px solid rgb(178 183 189 / 50%);
}

.webinar_accordion .accordion-body .speakerbtn a {

  padding: 20px 0px;
  display: block;
  color: #0057B7;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.webinar_accordion .accordion-body .speakerbtn a span.arrow-white::before {
  display: none;
}

.webinar_accordion .accordion-body .speakerbtn a span.arrow-right svg {
  margin-left: 10px;
}

/*******Listing************/
.webinar_accordion .accordion-body h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 0px 15px;
  margin-bottom: 0;
  color: #001125;
}

.webinar_accordion .accordion-body p {
  margin-bottom: 20px;
  color: #001125;
  display: inline-block;
}

.webinar_accordion .accordion-body ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px !important;
}

.webinar_accordion .accordion-body ul li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 20px;
}

.webinar_accordion .accordion-body ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  background: #001125;
  border-radius: 3px;
  top: 12px;
}



.texteditor {
  padding: 20px;
  ;
  background: #EFF3FE;
  border-radius: 10px;
}

.texteditor p {
  color: #001125;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}

.texteditor p a {
  color: #0057B7;
}

/****************/
.signupctpp_newletter {
  padding: 20px;
  ;
  background: #EFF3FE;
  border-radius: 10px;
}

.signupctpp_newletter h3 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}

.signupctpp_newletter p {
  color: #001125;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}


/****************/
.region_area_map {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 74, 153, 0.1);
  border-radius: 10px;
  padding: 40px 20px;
}

.region_area_map h6 {
  color: #001125;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.region_area_map hr {
  opacity: 0.5;
  border-top: 1px solid #B2B7BD;
  margin: 20px 0;
}

.region_area_map p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}

/********* Text Slider ***********/
#text_slider {
  padding: 20px;
  ;
  background: #EFF3FE;
  border-radius: 10px;
  height: 470px;

}

#text_slider .training_title_area {
  margin-bottom: 20px;
}

#text_slider span.training_title {
  color: #001125;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

#text_slider span.training_event {
  background: #EFF3FE;
  border: 1px solid #001125;
  border-radius: 10px;
  color: #001125;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  margin-left: 27px;
  padding: 6px 12px;
  display: inline-block;
}

#text_slider .course_format {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  margin-top: 19px;
  margin-bottom: 10px;
}

#text_slider .course_type {
  color: #001125;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

#text_slider .course_type_seperator {
  color: #001125;
}

#text_slider .course_type_seperator {
  color: #001125;
}

#text_slider .training_detail {
  color: #001125;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 20px 0px;
}

#text_slider .course_type_seperator {
  color: #001125;
}

#text_slider .training_requirements {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

#text_slider .training_requirements strong {
  font-weight: 600;

}

#text_slider .training_next_offering {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

#text_slider .training_next_offering strong {
  font-weight: 600;
}

#text_slider a.bluebtn {
  display: inline-block;
  background: #0057b7;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  border: 0;
  color: #fff;
  padding: 16px 32px;
  font-family: "Open Sans", Sans-serif;
  margin-top: 40px;
}

#text_slider a.bluebtn span {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border: none;
  border-left: 1px solid #fff;
}

#text_slider a.bluebtn span img {
  width: 14px;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}

#text_slider a.bluebtn:hover span img {
  transform: translateX(5px);
}


#text_slider_control {
  position: unset;
  display: unset;
  width: unset;
}

#text_slider_control .carousel-indicators {
  display: inline-block;
  text-align: end;
  bottom: 44px;
  right: 45px;
  justify-content: unset;
  margin-right: unset;
  margin-bottom: unset;
  margin-left: unset;
  left: inherit;
}

#text_slider_control .carousel-control-next,
#text_slider_control .carousel-control-prev {
  top: unset;
  bottom: 36px;
  display: inline;
  align-items: unset;
  justify-content: unset;
  width: unset;
  z-index: 2;
}

#text_slider_control .carousel-control-prev {
  right: 142px;
  opacity: 1;
  left: unset;
}

#text_slider_control .carousel-control-next {
  right: 20px;
  opacity: 1;
}

#text_slider_control .carousel-indicators button {
  background-color: #97818100;
  width: 20px;
  opacity: 1;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

#text_slider_control .carousel-indicators button img {}

/******** Meeting Info Card ***********/
.meetings_detail {
  background: #eff3fe;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  min-height: 160px;
}

.meetings_detail .date-int {
  line-height: 60px;
  font-size: 36px;
  padding-right: 0px;
  font-family: "DM Sans";
  font-weight: 500;
  color: #0057b7;
  font-weight: 600;
}

.meetings_detail .month-text {
  font-size: 20px;
  font-family: "DM Sans";
  font-weight: 500;
  color: #0057b7;
  font-weight: 600;
}

.meetings_detail .day-text {
  font-size: 16px;
  font-weight: 600;
  font-family: "DM Sans";
  color: #0057b7;
}

.meetings_detail .m-separator {
  color: #0057b7;
  font-size: 16px;
  font-family: "DM Sans";
  font-weight: 500;
  line-height: 27.74px;
  font-weight: 600;
}

.seperator_line {
  opacity: 0.5;
  border: 1px solid #B2B7BD;
  margin: 10px 0 !important;
}

.meetings_detail p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px;
  color: #001125;
}

.meetingsection .meeting_heading {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #001125;
}

.meetingsection .meeting_viewall a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #0057B7;
}

.meetingsection {
  margin-bottom: 30px;
}

#meeting_accordian .accordion-item {
  border: 0px;
}

.meetingaccordian {
  padding: 20px;
  background: #EFF3FE;
  border-radius: 10px;
  margin-bottom: 30px;
}

.meetingaccordian>div:first-of-type {
  cursor: pointer;
}

.meetingaccordian>div:nth-child(2n) {
  padding-top: 20px;
}

.meetingaccordian_section img {
  width: 100%;
}

.meetingaccordian_section .meetingaccordian_content {
  margin-left: -4px;
}

.meetingaccordian_section .meetingaccordian_content h6 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0057B7;
  margin-bottom: 11px;
}

.meetingaccordian_section .meetingaccordian_content p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  margin-bottom: 0px;
}

.meetingaccordian .accordion-body p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  margin-bottom: 10px;
  margin-left: -4px;
}

.meetingaccordian .accordion-body p a.button_primary_light {
  background: transparent;
  padding: 0;
  height: auto;
  margin-top: 10px;
}

.meetingaccordian .accordion-body p a.button_primary_light span.button_primary_text {
  margin-right: 5px;
}

.meetingaccordian .accordion-body p a.button_primary_light span.arrow:before {
  height: 100%;
  top: 0px;
  bottom: 0;
}

.tableradius {
  border: 1px solid rgba(0, 17, 37, 0.1);
  border-radius: 10px;
}

.tablecontent {
  table-layout: fixed;
}

.tablecontent tbody tr td {
  padding: 16px 30px;
}

.tablecontent tbody tr:last-child td {
  border-bottom-width: 0px;
}

.tablecontent tbody tr td a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0057B7;
  display: block;
  margin-bottom: 2px;
}

.tablecontent tbody tr td p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #001125;
  margin-bottom: 0px;
}

.regional_sections h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #001125;
  margin-bottom: 10px;
  padding-left: 26px;
}

.regional_sections h5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 40px;
  width: 16px;
  height: 16px;

}

.regional_sections h5.rg-1::before {
  background: #FFB001;
}

.regional_sections h5.rg-2::before {
  background: #4DB3E4;
}

.regional_sections h5.rg-3::before {
  background: #019992;
}

.regional_sections h5.rg-4::before {
  background: #FB475E;
}

.regional_sections p {
  padding-left: 26px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  margin-bottom: 30px;
}

@media only screen and (max-width: 350px) {
  #text_slider_control .carousel-control-prev {
    right: 53px;
  }

  #text_slider_control .carousel-indicators {
    display: none;
  }
}

.meetingaccordian .accordion-button {
    background-color: transparent;
}

.meetings_detail p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px;
  color: #001125;
}

.meetingsection .meeting_heading {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #001125;
}

.meetingsection .meeting_viewall a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #0057B7;
}

.meetingsection {
  margin-bottom: 30px;
}

#meeting_accordian .accordion-item {
  border: 0px;
}

.meetingaccordian {
  padding: 20px;
  background: #EFF3FE;
  border-radius: 10px;
  margin-bottom: 30px;
}

.meetingaccordian>div:first-of-type {
  cursor: pointer;
  background-color: transparent;
  align-items: flex-start;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
  padding: unset;
  font-size: unset;
  text-align: unset;
  width: unset;
  border: unset;
}

.meetingaccordian>div:nth-child(2n) {
  padding-top: 20px;
}

.meetingaccordian_section img {
  width: 100%;
}

.meetingaccordian_section .meetingaccordian_content {
  margin-left: -4px;
}

.meetingaccordian_section .meetingaccordian_content h6 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0057B7;
  margin-bottom: 11px;
}

.meetingaccordian_section .meetingaccordian_content p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  margin-bottom: 0px;
}

.meetingaccordian .accordion-body p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  margin-bottom: 10px;
  margin-left: -4px;
}

.meetingaccordian .accordion-body p a.button_primary_light {
  background: transparent;
  padding: 0;
  height: auto;
  margin-top: 10px;
}

.meetingaccordian .accordion-body p a.button_primary_light span.button_primary_text {
  margin-right: 5px;
}

.meetingaccordian .accordion-body p a.button_primary_light span.arrow:before {
  height: 100%;
  top: 0px;
  bottom: 0;
}
.elementor-widget-km-slider .sliderimagebox img { width: 100%; }