/* .grecaptcha-badge { visibility: hidden; }  */

.items {
  width: 90%;
  margin: 0px auto;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  width: 60%;
  margin: 0 auto;
}

.slick-prev::before {
  font-family: ETmodules !important;
  content: "4" !important;
  font-size: 75px !important;
  color: rgba(68, 84, 106, 0.2) !important;
}

.slick-next::before {
  font-family: ETmodules !important;
  content: "5" !important;
  font-size: 75px !important;
  color: rgba(68, 84, 106, 0.2) !important;
}

.slick-prev,
.slick-next {
  top: 15% !important;
}

.slick-text {
  font-size: 20px !important;
  text-align: center !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.cool-timeline .pull-left img {
  border: none !important;
}

.cool-timeline.white-timeline.compact
  .timeline-post
  .timeline-content
  h2.content-title {
  color: #333;
}

.hardware-slider .et_pb_bg_layout_dark .et_pb_slide_description {
  width: 450px;
  margin-right: 0px;
  text-align: left;
  text-shadow: none !important;
}

.ncds-box {
  width: 23% !important;
  margin-right: 2% !important;
}

@media only screen and (max-width: 600px) {
  .items {
    width: 100% !important;
  }
  .slick-slide img {
    width: 100% !important;
  }
  .ncds-box {
    width: 100% !important;
    margin-right: 0% !important;
  }
  /*   .slick-next {
    right: -5px !important;
  } */
  .slick-next {
    right: 0px !important;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 769px) {
  #fpga-page .fpga-padding {
    padding: 0px 240px !important;
  }
}

/* .single-post #main-content .et_pb_text_inner h1 {
  font-size: 40px !important;
} */

.single-post #main-content .et_pb_text_inner h5 {
  font-size: 28px !important;
}

.entry-meta-cat {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.mejs-container .mejs-controls {
  background-color: transparent !important;
  opacity: 9 !important;
}

.home-audio {
  margin-top: -20px;
}

.cd-horizontal-timeline .events-content li img {
  display: none;
}

.entry-content ul {
  padding-bottom: 15px !important;
}

/* h3.et_pb_gallery_title {
        display: none !important;
    } */

.entire-row {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.single-row {
  display: inline-block;
  width: 10.5%;
  margin: 0 auto;
  padding: 1px 10px;
  text-align: center;
}

.wp-playlist-tracks {
  display: none;
}

.wp-playlist {
  border: none !important;
  padding: 0px !important;
}

.mejs-controls {
  display: none !important;
}

.tabs-section .et_pb_tabs_controls {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 1920px) and (min-width: 769px) {
  .tabs-section .et_pb_tabs_controls li {
    width: 33.33% !important;
  }
}

.slick-track {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Home page insights */

.home-page-insights .et_pb_blog_grid .et_pb_post {
  height: 525px;
  border-radius: 20px 20px;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .et_pb_image_container img {
  border-radius: 20px 20px 0px 0px;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .row-tag {
  top: 25px;
  left: -15px;
  opacity: 0.8;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .row-tag a {
  background: #878787 0% 0% no-repeat padding-box;
  border-radius: 15px;
  color: #e5bc14 !important;
  font-weight: bold;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .post-tag {
  top: 230px;
  left: 15px;
  bottom: 250px;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .post-tag a {
  color: #e5bc14;
  background-color: #fff;
  font-size: 12px;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .post-tag a:hover {
  text-decoration: underline;
  padding-bottom: 3px;
}

.home-page-insights .et_pb_blog_grid .et_pb_post h2 a {
  color: #7a739e !important;
}

.home-page-insights .et_pb_blog_grid .et_pb_post .post-content a {
  color: #846e96 !important;
}

/* Companies */

.grayscale-images .et_pb_image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.grayscale-images .et_pb_image img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* Footer */

footer #footer-widgets {
  padding: 40px 0 !important;
}

footer .footer-widget {
  margin-left: 5% !important;
  margin-right: 0px !important;
}

.footer-widget #media_image-2 {
  padding-top: 35px;
  padding-bottom: 0px !important;
}

.footer-widget h2 {
  margin-bottom: 0px;
}

.button-white {
  background-color: #846e96;
  border: 1px solid #846e96;
  color: #fff;
}

#footer-bottom .container {
  max-width: 1080px;
}

/* Circle animation on techology */

.circle-button {
  font-size: 2rem;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.circle-button:hover {
  animation: circle-anim 0.3s ease forwards;
  transition: all 0.4s ease;
}

.to-red:hover {
  background: #7b6c93;
}

@keyframes circle-anim {
  0% {
  }

  90% {
    padding: 0.65em;
    margin: -0.65em;
  }

  100% {
    padding: 0.55em;
    margin: -0.55em;
  }
}

.engi-centers h4 {
  padding: 0px 25px;
}

.engi-centers .et_pb_blurb_description {
  padding: 25px 25px;
}

.concepts-text {
  padding-bottom: 5em;
}

/* relevant styles */
.img__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 215px;
  width: 315px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #44546a24;
  overflow: hidden;
}

.img__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000a3;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.2s,
    visibility 0.2s;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #44546a24;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

.img__description span {
  position: absolute;
  padding: 10px 10px;
  bottom: 10px !important;
}

.subtitle-caps {
  text-transform: uppercase;
  font-weight: 500 !important;
}

/* why rt-rk */
.why-rt-rk-wrapper {
  margin-top: 90px;
  margin-bottom: 90px;
}

/* NSDC circle */
@media only screen and (max-width: 1200px) {
  .nsdc-technology-circle {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  .nsdc-technology-circle {
    max-width: 250px !important;
  }
  .why-rt-rk-wrapper {
    margin-top: 30px;
  }
}

/* Students corner */
.students-corner-content .examples-list.three-columns .insights-article {
  padding-bottom: 0px;
}

.students-corner-content .examples-list.three-columns .google-maps {
  height: 235px !important;
  border-radius: 20px 20px 20px 20px;
}

.office-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.office-content .office-columns {
  grid-template-columns: repeat(2, 1fr);
}

.office-content .office-columns .insights-article {
  padding: 60% 40px 20px 40px;
  padding-bottom: 0px;
}

.office-content
  .office-columns
  .insights-article
  .insights-article-entry-title {
  margin-bottom: 40px;
}

.office-bg {
  background-color: #f6f7f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 650px) {
  .office-content .office-columns {
    grid-template-columns: repeat(1, 1fr);
  }
  .office-content .office-columns .insights-article {
    padding: 0% 0px 0px 0px;
    padding-bottom: 0px;
  }
  .office-content
    .office-columns
    .insights-article
    .insights-article-entry-title {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .gallery-layout .et_pb_column {
    width: 100%;
  }
  .gallery-layout .et_pb_column .img__wrap {
    width: 100%;
    height: 100%;
  }
}

/* .examples-list.three-columns .insights-article {
        padding-bottom: 50px;
    } */

@media (min-width: 1201px) and (max-width: 1500px) {
  .img__wrap {
    height: 210px;
    width: 260px;
  }
}

@media (min-width: 971px) and (max-width: 1200px) {
  .img__wrap {
    height: 180px;
    width: 200px;
  }
}

@media (min-width: 870px) and (max-width: 970px) {
  .img__wrap {
    height: 280px;
    width: 360px;
  }
}

@media only screen and (max-width: 870px) {
  .img__wrap {
    height: 220px;
    width: 100%;
  }
}

.example-products-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  max-width: 1290px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .example-products-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 1290px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .example-products-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 1290px;
    margin: 0 auto;
  }
}

.students-city-title {
  color: #fff;
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .students-city-title {
    font-size: 18px;
  }
}
.footer-news p {
  color: #44546a;
}

.footer-contact-us p {
  color: #44546a;
}

.student-corner-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  max-width: 1290px;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  .student-corner-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 1290px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .student-corner-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 1290px;
    margin: 0 auto;
  }
  .select-grid {
    display: none;
  }
  .insights-search {
    margin-right: 0px;
  }
}

.product-1 {
  line-height: 1.9em;
}

.inline-link {
  display: inline !important;
}

.checkbox-type .tl-checkbox {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
}

.mobile-continuous-trainings {
  display: inline-flex;
  align-items: center;
  padding-bottom: 10px !important;
}

.mobile-continuous-trainings img {
  margin-right: 10px;
  width: 45px;
}

.mobile-continuous-trainings span {
  font-size: 17px;
}

.mobile-training {
  margin-bottom: 20px;
}

.mobile-training ul {
  padding-left: 32px !important;
}
