/* GENERAL STYLES */

@font-face {
  font-family: "Avenir LT Std Light";
  font-weight: 300;
  src: url("fonts/AvenirLTStd-Light_0.otf");
}

@font-face {
  font-family: "Avenir LT Std Light Oblique";
  font-weight: 350;
  src: url("fonts/AvenirLTStd-LightOblique_0.otf");
}

@font-face {
  font-family: "Avenir LT Std Book";
  font-weight: 400;
  src: url("fonts/AvenirLTStd-Book_0.otf");
}

@font-face {
  font-family: "Avenir LT Std Medium";
  font-weight: 600;
  src: url("fonts/AvenirLTStd-Medium.otf");
}

@font-face {
  font-family: "Avenir LT Std Heavy";
  font-weight: 800;
  src: url("fonts/AvenirLTStd-Heavy_0.otf");
}

@font-face {
  font-family: "Avenir LT Std Black";
  font-weight: 900;
  src: url("fonts/AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "Avenir Next Condensed";
  font-weight: 600;
  src: url("fonts/AvenirNextCondensed-DemiBold-03.otf");
}

@font-face {
  font-family: "FontAwesome";
  font-weight: 900;
  src: url("fonts/fa-solid-900.ttf") format("truetype");
}

html {
  margin: 0;
  padding: 0;
  font-family: "Avenir LT Std Light", sans-serif !important;
  color: #252525;
  /* scroll-behavior: smooth; */
}

body {
  height: 100%;
  width: 100vw;
  font-family: "Avenir LT Std Light", sans-serif !important;
  color: #252525;
  overflow-x: hidden !important;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  display: block;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

.container,
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.container .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.special-fluid {
  width: 1450px;
  max-width: 95vw;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
}

p {
  /* font-size: 1.08rem; */
  font-size: 1rem;
  /* line-height: 1.8rem; */
  line-height: 1.6rem;
  letter-spacing: 0em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

a.gwx-link {
  color: #252525;
  border-bottom: 2px solid #ff6f61;
  padding-bottom: 2px;
  text-decoration: none !important;
  transition: all ease 0.3s;
  cursor: pointer !important;
}

a.gwx-link:hover {
  color: #ff6f61;
}

a img,
a div {
  border-bottom: 0 !important;
  padding-bottom: inherit;
  transition: inherit;
}

/* a:hover {
  color: #ff6f61;
} */

a.green {
  color: #719500;
}

a.green:active,
a.green:hover {
  color: #008c43;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

button {
  font-family: inherit;
}

.btn {
  border-radius: 7px !important;
  height: 50px;
  min-width: 150px;
  outline: none !important;
}

.svg-inline--fa {
  margin-left: 10px;
  vertical-align: -0.205em;
}

.link-arrow.svg-inline--fa {
  margin-left: 10px;
  vertical-align: -2px;
  height: 13px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.black-text {
  color: #252525 !important;
}

.white-text {
  color: #ffffff !important;
}

.blue-text {
  color: #0079c1 !important;
}

.bold-text {
  font-family: "Avenir LT Std Heavy", sans-serif;
}

.page-subtitle {
  font-family: "Avenir LT Std Light", sans-serif;
  font-size: 35px;
  letter-spacing: -1px;
  margin-bottom: 0;
  line-height: 45px;
}

.page-subtitle-sm {
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
  font-family: "Avenir LT Std Light", sans-serif;
  line-height: 35px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.body-btn {
  padding: 12px 25px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Avenir LT Std Medium", sans-serif;
  min-width: 250px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border: 2px solid #252525;
}

.default-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.small-text {
  font-size: 11px;
  opacity: 0.6;
  font-family: "Avenir LT Std Book", sans-serif;
}

.div-shadow {
  -webkit-box-shadow: 0px -19px 45px -17px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -19px 45px -17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -19px 45px -17px rgba(0, 0, 0, 0.4);
}

.tooltip {
  text-align: left !important;
}

.tooltip-inner {
  white-space: nowrap;
  max-width: none;
  border-radius: 7px;
  font-family: "Avenir LT Std Book", sans-serif;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #4c4c4c;
  transition: 0.2s;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #4c4c4c;
  transition: 0.2s;
}

.avenir-light {
  font-family: "Avenir LT Std Light", sans-serif;
}

.avenir-light-oblique {
  font-family: "Avenir LT Std Light Oblique", sans-serif;
}

.avenir-book {
  font-family: "Avenir LT Std Book", sans-serif;
}

.avenir-medium {
  font-family: "Avenir LT Std Medium", sans-serif;
}

.avenir-heavy {
  font-family: "Avenir LT Std Heavy", sans-serif;
}

.avenir-black {
  font-family: "Avenir LT Std Black", sans-serif;
}

.loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.is-hidden {
  display: none !important;
}

.loading-spinner {
  width: 50px;
  height: 50px;
}

.gwx-everyday-textarea {
  /* resize: none; */
  font-size: 23px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid rgba(255, 111, 97, 0.3);
  box-shadow: none !important;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #252525;
  letter-spacing: -0.8px;
  display: block;
  max-height: 200px;
  min-height: 67px;
}

.gwx-everyday-textarea:focus {
  border-bottom: 3px solid rgba(255, 111, 97, 1);
}

.gwx-everyday-textarea::placeholder {
  color: rgba(70, 70, 70, 0.2);
}

.gwx-everyday-textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.gwx-everyday-textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

.gwx-everyday-textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

.gwx-everyday-textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

.body-gradient {
  background-image: linear-gradient(
    45deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(242, 68, 63, 1) 25%,
    rgba(252, 157, 24, 1) 75%,
    rgba(252, 157, 24, 1) 100%
  );
  background-attachment: fixed;
}

.gwx-bg {
  height: 880px;
}

.dubai-bg {
  background-image: url("assets/gwx19-images/dubai-sketch.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden !important;
}

.white-shape-1 {
  width: 1170px;
  position: relative;
  top: 0;
}

.white-shape-1-con {
  position: absolute;
  top: 0;
}

.white-shadow-1 {
  position: relative;
  top: 0;
  width: 1200px;
  opacity: 0.1;
}

.blue-shape-1 {
  position: relative;
  bottom: 0;
  right: -660px;
  width: 1030px;
}

.blue-shape-1-con {
  position: absolute;
  bottom: -160px;
}

.blue-shadow-1 {
  position: relative;
  bottom: 0;
  right: -750px;
  width: 900px;
}

.blue-shadow-1-con {
  position: absolute;
  bottom: -110px;
}

.dblue-shape-1 {
  position: relative;
  bottom: 0;
  right: -1280px;
  width: 530px;
}

.dblue-shape-1-con {
  position: absolute;
  bottom: -170px;
}

.dblue-shape-2 {
  position: relative;
  width: 100px;
  right: -1420px;
  bottom: 0;
}

.dblue-shape-2-con {
  position: absolute;
  bottom: 280px;
}

.yellow-shape-1 {
  position: relative;
  bottom: 0;
  width: 360px;
  left: -140px;
}

.yellow-shape-1-con {
  position: absolute;
  bottom: 110px;
}

.yellow-shape-2 {
  position: absolute;
  bottom: 370px;
  width: 80px;
  left: 290px;
}

.tagline-font {
  color: #ffffff;
  font-size: 90px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  letter-spacing: -3px;
  line-height: 75px;
  cursor: default;
}

.tagline-font-big {
  font-size: 120px;
  line-height: 120px;
}

.page-par {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.gwx-lp-form input {
  font-size: 20px;
  line-height: initial;
  padding: 12px 15px;
  border-radius: 5px;
}

.gwx-lp-form input::placeholder {
  color: #cccccc;
}

.gwx-btn {
  min-width: 280px;
  outline: none !important;
  background-image: linear-gradient(
    45deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(242, 68, 63, 1) 25%,
    rgba(252, 157, 24, 1) 75%,
    rgba(252, 157, 24, 1) 100%
  ) !important;
  border: none !important;
  border-radius: 5px !important;
  box-shadow: inset 0px -9px 0px -5px rgba(0, 0, 0, 0.2) !important;
  font-family: "Avenir LT Std Book", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff !important;
  line-height: unset;
}

.body-btn > .btn-text {
  position: relative;
  right: -10px;
  transition: 0.3s ease-out !important;
}

.body-btn .link-arrow {
  height: 13px;
  vertical-align: -2px;
  margin-left: 10px;
  position: relative;
  opacity: 0;
  right: 28px;
  transition: 0.3s ease-out !important;
}

.body-btn:hover > .btn-text {
  right: 0;
}

.body-btn:hover .link-arrow {
  right: 0;
  opacity: 1;
}

.gwx-details {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: initial;
  max-width: max-content;
  color: #ffffff;
}

.gisworx-logo {
  width: 410px;
}

.gwx-text-area {
  padding: 100px;
  height: 880px;
}

.arab-man-bg {
  height: 880px;
}

.text-area-height {
  height: 140%;
}

iframe .stkv-t-font--raleway {
  font-family: "Avenir LT Std", sans-serif !important;
}

.gwx-everyday-container {
  height: 500px;
  border-radius: 10px;
}

.gwx-everyday-container iframe {
  height: 100%;
}

.gwx-everyday-container iframe #root {
  border-radius: 10px !important;
}

.page-heading {
  font-size: 70px;
  letter-spacing: -3.05px;
  line-height: 80px;
  margin-bottom: 0;
}

.gisworx-logo-sm {
  width: auto;
  height: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.dubai-bg-sm {
  background-image: url("assets/gwx19-images/dubai-sketch.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.gwx-carousel .carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.gwx-carousel .carousel-indicators li {
  background-color: rgba(255, 111, 97, 0.3);
  height: 5px;
  border-radius: 3px;
  cursor: pointer;
  width: 20px;
}

.gwx-carousel .carousel-indicators .active {
  background-color: #f2504c;
}

.gwx-carousel-height {
  min-height: 220px;
  padding-top: 30px;
}

.small-caps-heading {
  font-size: 15px;
  margin-bottom: 40px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  letter-spacing: 1px;
  color: #ff6f61;
}

.gwx-carousel-container {
  background-color: #ffffff;
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.15);
  border-radius: 10px;
  padding: 60px;
}

/* FOOTER */

gistec-footer {
  color: #252525;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: #e4e4e4;
}

#social-media {
  text-align: left;
}

.social {
  margin: 0 auto;
  padding: 0;
  /*text-align: right;*/
}

.social ul {
  margin: 0;
  padding: 1px;
}

div #socialmediaicons {
  /*float: right;*/
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  /* margin-left: 50px; */
  margin-top: 17px;
}

#socialmediaicons ul li {
  margin-left: 0;
  margin-right: 6px;
  list-style: none outside none;
  display: inline-block;
  text-align: center;
}

.social .svg-inline--fa {
  width: 35px;
  height: 35px;
  background-color: #ebebeb;
  font-size: 16px;
  text-align: center;
  padding: 9px;
  /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;*/
  border-radius: 8px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  margin-left: 0;
  /* padding-bottom: 9px; */
}

.social .svg-inline--fa:hover {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
  background: #1877f2;
  color: white;
}

.social .fa-facebook {
  color: #252525;
}

.social .fa-twitter:hover {
  background: #00abe3;
  color: white;
}

.social .fa-twitter {
  color: #252525;
}

.social .fa-instagram:hover {
  background: #c13584;
  color: white;
}

.social .fa-instagram {
  color: #252525;
}

.social .fa-linkedin-in:hover {
  background: #0094bc;
  color: white;
}

.social .fa-linkedin-in {
  color: #252525;
}

.social .fa-youtube:hover {
  background: #ff1f25;
  color: white;
}

.social .fa-youtube {
  color: #252525;
}

.footer-title {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  /* opacity: 0.4; */
  margin-bottom: 15px;
}

.footer-link {
  list-style: none;
  -webkit-padding-start: 0;
}

.footer-link li {
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  width: max-content;
}

.footer-link li:hover {
  color: #0079c1;
}

.footer-hr {
  border-top: 1px solid #cccccc;
  /* border-image: linear-gradient(to right, #185abb 0%, #008c43 100%); */
  /* border-image-slice: 1; */
  width: 100px;
  margin-left: 0;
}

.footer-arrow {
  left: -30px;
  position: relative;
  transition: 0.3s ease-in-out;
  opacity: 0;
  color: #0079c1;
}

.footer-link li:hover > .footer-arrow {
  transform: translate(25px);
  opacity: 1;
}

.footer-contact {
  -webkit-padding-start: 0;
  margin-left: 20px;
  margin-top: 20px;
}

.footer-contact li {
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 30px;
}

.desk-address {
  display: block;
}

.tab-address {
  display: none;
}

.footer-copy {
  margin: 0;
  font-size: 14px !important;
  line-height: initial !important;
  opacity: 0.7;
}

.hide-on-fallback {
  display: block;
  position: absolute;
  left: -100%;
  height: 0;
  width: 0;
  overflow: hidden;
}

.gwx-modal .modal-header {
  border-bottom: 0;
}

.gwx-modal .modal-body {
  padding: 60px;
  padding-top: 0;
}

.nav-archive .btn-text {
  color: #ffffff !important;
  position: relative;
  right: -13px;
  transition: 0.3s ease-out !important;
}

.nav-archive .nav-link,
.nav-archive .btn-text {
  font-family: "Avenir LT Std Medium", sans-serif;
  font-size: 15px;
}

.nav-archive .link-arrow {
  position: relative;
  opacity: 0;
  right: 28px;
  transition: 0.3s ease-out !important;
}

.nav-archive .nav-link:hover > .btn-text {
  right: 0;
}

.nav-archive .nav-link:hover .link-arrow {
  right: 0;
  opacity: 1;
}

.archive-collapse .card {
  background-color: transparent;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.archive-collapse .card-body {
  padding: 10px;
}

.archive-collapse-btn .fa-caret-down {
  transition: all 0.2s ease-in-out;
  position: relative;
}

.archive-collapse-btn[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}

.story-modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.story-modal .carousel-indicators {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
}

.story-modal .carousel-indicators li {
  background-color: rgba(255, 111, 97, 0.3);
  height: 5px;
  border-radius: 3px;
  cursor: pointer;
  width: 20px;
}

.story-modal .carousel-indicators li.active {
  background-color: #f2504c;
}

.story-modal .modal-body {
  padding: 60px;
  padding-top: 20px;
}

.story-modal-icon {
  height: 80px;
  margin-bottom: 30px;
  max-width: 80px;
}

.close:focus,
.close:hover {
  outline: none;
}

.modal-content {
  border-radius: 10px;
}

.story-modal p {
  text-align: center;
}

.story-subtitle-container {
  position: absolute;
  top: 0;
  padding-top: 40px;
}

.story-subtitle {
  font-size: 55px;
}

#loading {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: #fff;
  z-index: 2000;
  text-align: center;
  opacity: 0.5;
}

#loading-image {
  width: 10vw;
  z-index: 2010;
}

.curve-6 {
  width: 101%;
  position: relative;
  top: -10px;
  left: -2px;
}

.gwx-activity {
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 0;
}

.gwx-activity-text {
  padding: 100px;
  height: 600px;
}

.gwx-activity-image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url("assets/gwx19-images/gis-everyday-new.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.gwx-activity-image-2 {
  background-image: url("assets/gwx19-images/gis-everyday-videos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.gwx-activity-curve {
  height: -webkit-fill-available;
}

.footer-curve-gradient {
  background-image: linear-gradient(
    90deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(252, 157, 24, 1) 100%
  );
}

.archive-gradient {
  background-image: linear-gradient(
    90deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(252, 157, 24, 1) 100%
  );
}

.footer-gradient {
  background-image: linear-gradient(
    90deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(252, 157, 24, 1) 100%
  );
}

#gwx-activity-carousel .carousel-inner {
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 0;
}

.strmp-body {
  background-image: linear-gradient(
    90deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(252, 157, 24, 1) 100%
  );
}

.story-map-body {
  background-color: #ffffff;
  background-image: url("assets/gwx19-images/map-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.strmp-form-wrapper {
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.5);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 70px;
  margin-top: 160px;
  margin-bottom: 160px;
}

.strmp-form input {
  border-radius: 8px;
  border: 0;
  background-color: #f1f3f4;
  font-size: 1rem;
  border: 0;
  padding: 7px 12px;
}

.strmp-form input:focus {
  box-shadow: inset 0px 0px 0px 2px #fc9d18;
  background-color: #f1f3f4;
}

.strmp-form label {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "Avenir LT Std Book", sans-serif;
  opacity: 0.9;
}

.strmp-form .form-group {
  margin-bottom: 20px;
}

.strmp-form .gwx-btn {
  width: 100%;
}

.strmp-heading {
  /* margin-top: 60px; */
}

.strmp-text-wrapper {
  padding-right: 180px;
}

.strmp-logo {
  padding-bottom: 20px;
}

.simple-arrow-link {
  text-decoration: none !important;
  margin-top: 20px;
}

.simple-arrow-link .btn-text-only {
  border-bottom: 2px solid #ff6f61;
  padding-bottom: 2px;
  color: #ff6f61;
}

.simple-arrow-link .btn-text {
  color: #252525 !important;
  position: relative;
  /* right: -13px; */
  transition: 0.3s ease-out !important;
  text-decoration: none !important;
}

.simple-arrow-link .btn-text {
  font-family: "Avenir LT Std Medium", sans-serif;
  font-size: 1rem;
}

.simple-arrow-link .link-arrow {
  position: relative;
  opacity: 0;
  right: 28px;
  transition: 0.3s ease-out !important;
  color: #ff6f61;
}

/* .simple-arrow-link:hover > .btn-text {
  right: 0;
} */

.simple-arrow-link:hover .link-arrow {
  right: 0;
  opacity: 1;
}

.default-shadow {
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.2);
}

.default-shadow-inverted {
  box-shadow: 5px -5px 30px -5px rgba(6, 30, 70, 0.2);
}

.gwx-activity-icon {
  height: 100px;
  width: 100px;
}

.gwx-main-feature {
  border-radius: 20px;
  height: 100%;
}

.gwx-main-feature .default-bg {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.gwx-main-feature .gwx-feature-text {
  background-color: #ffffff;
  padding: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gwx-sub-feature {
  padding: 40px;
  padding-right: 0;
}

.sub-feature-icon {
  text-align: right;
  padding-right: 40px;
}

.egi-cri-icon {
  height: 35px;
  margin-bottom: 25px;
  padding-bottom: initial;
}

.egi-criteria {
  cursor: pointer;
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.egi-criteria:hover {
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.6);
}

.egi-modal .modal-header {
  padding: 60px;
  padding-bottom: 0;
  border-bottom: 0;
}

.egi-modal .modal-body {
  padding: 60px;
  padding-top: 10px;
}

.egi-cri-icon-modal {
  height: 25px;
  margin-right: 15px;
}

.egi-modal .modal-content {
  border: 0;
}

.egi-submit-btn {
  background-image: none !important;
  background-color: #ffffff;
}

.egi-submit-btn .btn-text {
  color: #162e4f;
  font-family: "Avenir LT Std Medium", sans-serif;
}

.egi-selection-p {
  padding-right: 60px;
}

.egi-selection-no {
  font-size: 40px;
}

.egi-trophy-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
}

.egi-trophy-con {
  text-align: right;
}

.egi-gwx-logo {
  padding: 15px 20px;
  background-color: #fff;
  width: max-content;
  margin-top: 30px;
  border-radius: 10px;
}

.egi-deadline {
  background-color: #162e4f;
  padding: 100px;
  border-radius: 20px;
  background-image: url("assets/gwx19-images/egi-nom-bg.svg");
  background-size: cover;
  background-position: bottom;
}

/* EXHIBITION PAGE */

.exhibition-graphics {
  padding-left: 100px;
}

.exhibition-bg {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: 86px;
}

.experience-bg {
  margin-top: 86px;
}

.ex-partner-container {
  padding-left: 60px;
  padding-right: 60px;
}

.exhibition-form .form-group {
  margin-bottom: 17px;
}

.exhibition-form .form-control {
  border: 1px solid #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #ffffff;
}

.exhibition-form .form-control:focus {
  box-shadow: 0 0 0 1px #fc9d18;
  border: 1px solid #fc9d18;
}

.exhibition-form .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.ex-heading {
  padding-top: 160px;
  padding-bottom: 160px;
}

.exhibition-form .form-group {
  position: relative;
}

.exhibition-form .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 10px 16px;
  transition: all 200ms;
  opacity: 0.3;
  font-size: 1rem;
}

.exhibition-form .form-control:focus + .form-control-placeholder,
.exhibition-form .form-control:valid + .form-control-placeholder {
  font-size: 60%;
  transform: translate3d(0, -5px, 0);
  text-transform: uppercase;
  opacity: 1;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Avenir LT Std Medium", sans-serif;
  color: #fc9d18;
  padding: 0;
  line-height: normal;
  margin-left: 14px;
  background-color: #ffffff;
  padding-left: 3px;
  padding-right: 3px;
}

/* .exhibition-form .form-check-inline .form-check-input {
  margin-top: -5px;
  margin-right: 10px;
} */

.exhibition-form .form-check-inline {
  margin-right: 30px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #cccccc;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fc9d18;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ex-benefits .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.ex-benefits .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 20px 20px 0 0;
  color: #252525;
  padding-left: 20px;
  padding-right: 20px;
}

.ex-benefits .nav-tabs {
  border-bottom: 1px solid #252525;
}

.ex-benefits .nav-tabs .nav-item.show .nav-link,
.ex-benefits .nav-tabs .nav-link.active {
  border-color: #252525 #252525 #fff;
  color: #252525;
}

.exhibition-inquiry {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.exhibition-inquiry-padding {
  padding: 100px;
}

.egi-online-poll .smcx-embed {
  max-width: 100%;
  border: 0;
  border-radius: 20px;
  height: 3120px;
}

.egi-online-poll .smcx-embed > .smcx-iframe-container {
  max-width: 100%;
  height: 3085px;
}

.egi-org {
  cursor: pointer;
  box-shadow: inset 0px -9px 0px -5px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.egi-org-logo {
  filter: grayscale(100%);
  transition: all ease 0.2s;
}

.egi-org:hover .egi-org-logo {
  filter: grayscale(0%);
}

.egi-org-row {
  height: 80px;
  padding: 0;
}

.egi-org-modal .egi-modal .modal-header {
  padding-top: 50px;
}

.egi-adwec {
  height: 50px;
}

.egi-adnoc {
  height: 65px;
}

.egi-aadc {
  height: 70px;
}

.egi-al-dhafra {
  height: 50px;
}

.egi-aiou {
  height: 70px;
}

.egi-dibba-mun {
  height: 70px;
}

.egi-dm {
  height: 45px;
}

.egi-ead {
  height: 50px;
}

.egi-etisalat {
  height: 40px;
}

.egi-fcsa {
  height: 40px;
}

.egi-gastat {
  height: 50px;
}

.egi-haya {
  height: 40px;
}

.egi-iga {
  height: 65px;
}

.egi-modon {
  height: 60px;
}

.egi-mpda {
  height: 80px;
}

.egi-nakheel {
  height: 55px;
}

.egi-saudi-aramco {
  height: 50px;
}

.egi-scth {
  height: 70px;
}

.egi-sewa {
  height: 40px;
}

.egi-shj-mun {
  height: 50px;
}

.egi-tatweer {
  height: 65px;
}

.egi-uaeu {
  height: 50px;
}

.modal-xl {
  max-width: 1140px;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* .story-modal .modal-dialog {
  margin-top: 150px;
  margin-bottom: 60px;
} */

.lp-bg {
  background-image: url("assets/gwx19-images/lp-bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 84px;
}

.nav-margin {
  margin-top: 86px;
}

.gwx-nav {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: 86px;
}

.gwx-nav .nav-link:hover {
  border-bottom: 3px solid #ffffff;
}

.gwx-nav .nav-item {
  padding: 10px 15px;
}

.gwx-nav .nav-register {
  background-color: #ffffff;
  padding: 10px 30px !important;
  border-radius: 5px;
  font-family: "Avenir LT Std Book", sans-serif;
  letter-spacing: 1px;
  box-shadow: inset 0px -9px 0px -5px rgba(0, 0, 0, 0.2) !important;
  color: #162e4f !important;
  border: 0 !important;
}

.gwx-nav #nav-register {
  padding-right: 0;
}

.nav-register > .btn-text {
  position: relative;
  right: -13px;
  transition: 0.3s ease-out !important;
}

.nav-register .link-arrow {
  position: relative;
  opacity: 0;
  right: 28px;
  transition: 0.3s ease-out !important;
}

.nav-register:hover > .btn-text {
  right: 0;
}

.nav-register:hover .link-arrow {
  right: 0;
  opacity: 1;
}

.gwx-nav .dropdown-menu {
  top: 65px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
  background-color: #195591;
  border: 0;
}

.gwx-nav .dropdown-item {
  transition: all 0.3s ease;
}

.gwx-nav .dropdown-item {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
}

.gwx-nav .dropdown-item:focus,
.gwx-nav .dropdown-item:hover {
  background-color: #ffffff;
  color: #162e4f;
}

.gwx-nav .navbar-toggler {
  padding: 0;
  background-color: #ffffff;
  border: 0;
  box-shadow: none !important;
  outline: none !important;
  padding: 15px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  margin-right: 15px;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: translateX(3px) translateY(-3px) rotate(45deg);
  transform-origin: left;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: translateX(3px) translateY(0px) rotate(-45deg);
  transform-origin: left;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0) translateY(-3px);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  transform: translateY(-2px);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

nav.sticky-top {
  position: fixed !important;
  width: 100vw;
  top: 0;
}

.gwx-nav-toggle {
  overflow-y: hidden;
}

.nav-toggle-initial {
  top: 80px;
  z-index: -1;
}

.nav-toggle {
  top: 0;
  z-index: -1;
}

/* .gwx-lp-logo-container {
  padding-bottom: 230px;
} */

.gwx-man {
  height: calc(100vh - 100px);
  padding-top: 20px;
  padding-left: 60px;
}

.arrow-bounce {
  -moz-animation: arrow-bounce 2s infinite;
  -webkit-animation: arrow-bounce 2s infinite;
  animation: arrow-bounce 2s infinite;
}

@keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.right-arrow-bounce {
  -moz-animation: right-arrow-bounce 2s infinite;
  -webkit-animation: right-arrow-bounce 2s infinite;
  animation: right-arrow-bounce 2s infinite;
}

@keyframes right-arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(5px);
  }
}

.gwx-lp-height {
  height: calc(100vh - 84px);
}

.egi-poll-con {
  padding: 60px;
  border-radius: 20px;
  background-color: #ffffff;
}

@-webkit-keyframes arrow-jump {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -0-transform: translateX(15px);
    transform: translateY=X(15px);
  }
}

.moving-arrow {
  -webkit-animation: arrow-jump 1.5s infinite;
  /* Safari 4+ */
  -moz-animation: arrow-jump 1.5s infinite;
  /* Fx 5+ */
  -o-animation: arrow-jump 1.5s infinite;
  /* Opera 12+ */
  animation: arrow-jump 1.5s infinite;
  /* IE 10+, Fx 29+ */
}

.egi-blue-btn {
  background-color: #00a3e1 !important;
  color: #ffffff !important;
}

.egi-blue-btn .btn-text {
  color: #ffffff;
}

.egi-login-label {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.egi-login-input {
  border-radius: 8px;
  box-shadow: none;
  /* border: 1px solid #cccccc; */
  border: none;
  font-size: 1rem;
  padding: 7px 12px;
  color: #252525;
  outline: none !important;
  transition: all 0.3s ease;
  background-color: #f1f3f4;
}

.egi-login-input:focus {
  /* box-shadow: inset 0px 0px 0px 1px #00a3e1; */
  /* border: 1px solid #00a3e1; */
  box-shadow: inset 0px 0px 0px 2px #fc9d18;
}

#v_description {
  background-color: #f1f3f4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 60px;
}

.register-bg {
  /* margin-top: 166px; */
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 86px;
}

.mygistec-login .form-control {
  padding: 7px 12px;
  background-color: #f1f3f4;
  border: none;
  outline: none;
}

.mygistec-login .form-control:focus {
  box-shadow: inset 0px 0px 0px 2px #fc9d18;
}

.mygistec-faq-btn {
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 7px;
  color: #252525;
  border: 0;
  outline: 0 !important;
  box-shadow: 0 !important;
  cursor: pointer;
  border: 1px solid #ebebeb;
  font-family: "Avenir LT Std Medium", sans-serif;
  transition: all ease-in-out 0.2s;
}

.mygistec-faq-btn:disabled {
  cursor: default;
  border-color: #ebebeb !important;
}

/* .mygistec-faq-btn:hover {
  border-color: #0064fa;
  color: #0064fa;
} */

.mygistec-faq-btn svg.fa-plus {
  transition: all ease-in-out 0.2s;
  position: relative;
  top: 0;
  right: -20px;
  opacity: 1;
  height: 14px;
}

.mygistec-faq-btn svg.fa-minus {
  transition: all ease-in-out 0.2s;
  position: relative;
  opacity: 0;
  height: 14px;
}

/* .mygistec-faq-btn:hover svg {
  color: #0064fa;
} */

.mygistec-faq .card {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding-top: 0;
}

.fmewt-agenda-faq .card {
  padding: 20px 30px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
}

.fmewt-agenda-faq {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 60px;
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.15);
}

/* .fmewt-faq-btn[aria-expanded="true"]{
  border-color: #0064fa !important;
} */

.mygistec-faq-btn[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.mygistec-faq-btn[aria-expanded="true"] svg.fa-plus {
  transform: rotate(180deg);
  opacity: 0;
}

.mygistec-faq-btn[aria-expanded="true"] svg.fa-minus {
  transform: rotate(180deg);
  opacity: 1;
}

.faq-padding {
  padding-left: 0;
  padding-right: 30px;
}

.faq-symbol-padding {
  padding-right: 0;
}

.mygistec-faq .multi-collapse {
  width: 100%;
}

.mygistec-faq-btn.simple-btn,
.mygistec-faq-btn:disabled {
  margin: 0 !important;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}

.mygistec-faq-btn.simple-btn[aria-expanded="true"] {
  border-bottom: 0;
}

.faq-multi-expand,
.faq-multi-expand-collapse {
  padding: 0;
  height: max-content;
  border: 0;
  box-shadow: none;
  background-color: transparent !important;
  -webkit-appearance: initial !important;
  position: relative;
  right: -28px;
  top: -10px;
}

.faq-multi-expand svg.fa-chevron-down {
  transition: all ease-in-out 0.2s;
}

.faq-multi-expand[aria-expanded="true"] svg.fa-chevron-down {
  transform: rotate(180deg);
}

.fmewt-agenda-date {
  padding-left: 0;
}

.fmewt-agenda-collapse {
  text-align: right;
}

.gwx-faq .card {
  border-radius: 0;
  border: 0;
}

.gwx-faq .multi-collapse {
  border-radius: 0;
}

.gwx-faq .mygistec-faq-btn {
  padding: 15px 0;
  border-radius: 0;
  border: 0;
}

.gwx-faq .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}

.gwx-faq .faq-border {
  border-top: 1px solid #dee2e6;
}

.gwx-faq .faq-border:first-of-type {
  border-top: 0;
}

.gwx-faq #faq-collapse .faq-border {
  border-top: 1px solid #dee2e6;
}

.register-graphics {
  padding-top: 30px;
}

.register-bg {
  background-attachment: fixed;
  background-position: top right;
  /* background-position-y: 84px; */
}

.gwx-login-input:focus {
  /* box-shadow: inset 0px 0px 0px 1px #fc9d18; */
  /* border: 1px solid #fc9d18; */
  box-shadow: inset 0px 0px 0px 2px #fc9d18;
}

.gwx-registration .dropdown-toggle {
  border-radius: 8px !important;
  padding: 5px 10px;
  height: initial;
  font-size: 18px;
  border: 1px solid #cccccc;
  color: #252525;
}

.new-date {
  height: 280px;
  width: auto;
}

.reg-status-pending {
  background-color: #fff5e7;
}

.reg-status-pending p {
  color: #fc8318;
}

.reg-status-confirmed {
  background-color: #e5f6fc;
}

.reg-status-confirmed p {
  color: #162e4f;
}

.reg-status-rejected {
  background-color: #feeceb;
}

.reg-status-rejected p {
  color: #f2443f;
}

.gwx-logo-par {
  height: 70px;
  margin-bottom: 60px;
}

.gwx-heading {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 50px;
}

.gwx-facts {
  padding-left: 100px;
  margin-bottom: 60px;
}

.gwx-main-carousel .carousel-item {
  height: 480px;
}

.gwx-main-carousel .carousel-indicators li {
  width: 15px;
  height: 8px;
  border-radius: 10px;
  background-color: #f3f3f3;
  cursor: pointer;
}

.gwx-main-carousel .carousel-indicators .active {
  background-color: #cccccc;
}

.gwx-main-carousel .carousel-indicators {
  position: relative;
  top: 15px;
  bottom: 0;
  justify-content: start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gwx-main-carousel .gwx-main-text {
  padding: 60px;
  color: #ffffff;
}

.gwx-main-carousel .home-slide {
  background-size: cover;
  background-position: center;
}

.gwx-counter-icon {
  height: 100px;
  width: auto;
  margin-bottom: 30px;
}

.gwx-counter {
  padding: 0 40px;
  margin-bottom: 60px;
}

.gwx-main-carousel-con {
  padding-left: 80px;
}

.gwx-counter-con {
  padding: 80px;
  padding-bottom: 20px;
}

.gwx-reg-con {
  border-radius: 20px;
  /* background-image: url('assets/gwx19-images/register-bg-new.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 80px;
}

/* header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
} */

/* header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
} */

/* header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
} */

.video-banner-con {
  margin-top: 86px;
}

.act-carousel .gwx-sub-feature {
  height: 200px;
}

.act-img .gwx-sub-feature {
  height: 200px;
  padding: 40px;
  padding-right: 40px;
}

.act-carousel-item {
  margin-top: 40px;
  margin-bottom: 40px;
}

#nav-last {
  border-bottom: 0;
  padding-bottom: 40px;
}

.nav-expand-con .nav-item {
  width: 100%;
  padding: 15px 0;
  /* border-bottom: 1px solid #ffffff; */
}

.nav-expand-con .nav-link,
.nav-expand-con .nav-link:focus,
.nav-expand-con .nav-link:hover {
  border-bottom: 0 !important;
}

.nav-expand-con .navbar-nav {
  margin-top: 40px;
}

.nav-expand-con .nav-register {
  margin-bottom: 40px;
  width: fit-content;
}

.nav-expand-con .dropdown-menu {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-expand-con .dropdown-item {
  padding: 7px 10px;
  background-color: transparent !important;
  color: white !important;
}

.nav-expand-con .nav-border {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.gwx-details-con {
  margin-left: 20px;
}

.nav-expand-con .nav-link {
  padding: 0 !important;
  font-size: 23px;
  color: #ffffff !important;
  font-family: "Avenir LT Std Black", sans-serif;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.nav-expand-con .nav-link:hover,
.nav-expand-con .nav-exp:hover {
  opacity: 1;
}

.nav-expand-con .nav-link.active {
  opacity: 1;
}

.nav-expand-con .nav-exp {
  padding-top: 7px;
  padding-bottom: 7px;
  /* border-bottom: 1px solid #ffffff; */
  font-family: "Avenir LT Std Medium", sans-serif;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.nav-exp.active a {
  opacity: 1;
}

.nav-exp a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.drop-nav-link svg.fa-plus {
  transition: all ease-in-out 0.2s;
  position: relative;
  top: -5px;
  right: -5px;
  opacity: 1;
  height: 14px;
}

.drop-nav-link svg.fa-minus {
  transition: all ease-in-out 0.2s;
  position: relative;
  opacity: 0;
  height: 14px;
  top: -5px;
  right: 15px;
}

.drop-nav-link[aria-expanded="true"] svg.fa-plus {
  transform: rotate(180deg);
  opacity: 0;
}

.drop-nav-link[aria-expanded="true"] svg.fa-minus {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-expand-con {
  padding-top: 120px;
  background-color: #162e4f;
}

.nav-reg-btn {
  background-image: linear-gradient(
    45deg,
    rgba(242, 68, 63, 1) 0%,
    rgba(242, 68, 63, 1) 25%,
    rgba(252, 157, 24, 1) 75%,
    rgba(252, 157, 24, 1) 100%
  ) !important;
  padding: 10px 30px !important;
  border-radius: 5px;
  font-family: "Avenir LT Std Book", sans-serif;
  letter-spacing: 1px;
  box-shadow: inset 0px -9px 0px -5px rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
  border: 0 !important;
  transition: all 0.3s ease;
  font-size: 13px;
  margin: 10px 20px;
  line-height: 31px;
}

.nav-reg-btn-collapse {
  display: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* NEW */

.nav-expand-con .nav-sub-link {
  font-size: 1rem;
  font-family: "Avenir LT Std Medium", sans-serif;
  margin-top: 15px;
}

.nav-expand-con .no-link:hover {
  opacity: 0.5;
}

/* END NEW */

.lock-scroll {
  /* overflow: hidden !important; */
  /* height: 100vh !important; */
  /* position: fixed !important; */
}

body {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
}

.act-img-con {
  height: 160px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.act-img-icon {
  font-size: 50px;
  color: #ffffff;
  margin-left: 0;
}

.workshop-graphics {
  margin-top: 80px;
}

.gwx-wrk-embed .smcx-embed {
  max-width: 100%;
  border-radius: 20px;
  border: 0;
  height: calc(90vh - 90px);
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.2);
}

.gwx-wrk-embed .smcx-embed > .smcx-iframe-container {
  height: calc(90vh - 90px);
}

.gwx-wrk-embed .smcx-embed > .smcx-iframe-container {
  max-width: 100%;
}

.gwx-wrk-embed .smcx-embed-footer {
  display: none;
}

.gwx-wrk-embed .page-title {
  font-family: "Avenir LT Std Book", sans-serif !important;
}

.gwx-wrk-embed header {
  display: none !important;
}

.gwx-wrk-embed .survey-page .survey-page-body {
  margin-top: 0 !important;
}

.wrk-icons {
  height: 90px;
  width: 90px;
}

.wrk-reg-graphics {
  padding-left: 120px;
}

.nav-display {
  opacity: 1;
}

.nav-hide {
  opacity: 0;
}

.govworx-bg {
  background-image: url("assets/gwx19-images/govworx-bg.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.youthcamp-bg {
  background-image: url("assets/gwx19-images/youthcamp-bg.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.experience-graphics {
  text-align: right;
}

.experience-graphics img {
  width: 550px;
  margin-top: 80px;
}

.gwx-body {
  transition: all 0.3s ease;
}

.yc-heading {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wood-bg {
  background-image: url("assets/gwx19-images/wood-bg.jpg");
  padding: 80px;
}

.yc-img {
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.yc-map .embed-container {
  position: relative;
  height: 0;
  max-width: 100%;
}

.yc-map .embed-container iframe,
.yc-map .embed-container object,
.yc-map .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
}

.yc-map small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
}

.yc-register {
  padding: 100px;
}

.wood-con {
  padding-bottom: 160px;
}

.yc-map {
  height: 60vh;
}

.footer-powered {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.footer-powered-con {
  text-align: right;
}

.yc-reg-closed {
  padding: 80px;
}

.yc-strmp {
  padding: 100px;
}

.yc-strmp-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.conf-hg {
  height: 210px;
  background-color: #cccccc;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.conf-hg-con {
  border-radius: 20px;
  height: 210px;
  overflow: hidden;
  margin-bottom: 20px;
}

.conf-con:hover .conf-hg {
  transform: scale(1.1);
}

.conf-con .link-arrow {
  position: relative;
  opacity: 0;
  right: 28px;
  transition: 0.3s ease-out !important;
}

.conf-con:hover .link-arrow {
  right: 0;
  opacity: 1;
}

.conf-con:hover {
  cursor: pointer;
}

.conf-soon:hover {
  cursor: default;
}

.exp-hg-con {
  padding-left: 100px;
}

.exp-govworx-graphics {
  height: 450px;
  transition: all 0.3s ease;
}

.exp-hg-main:hover .exp-govworx-graphics {
  height: 470px;
}

.text-soon {
  font-size: 10px;
  opacity: 0.5;
  border: 1px solid #252525;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  line-height: initial;
  padding-top: 5px;
  padding-bottom: 4px;
  border-radius: 7px;
  margin-top: 20px;
}

.footer-exp {
  cursor: pointer;
  color: #252525 !important;
}

.footer-exp .link-arrow {
  position: relative;
  opacity: 0;
  right: 28px;
  transition: 0.3s ease-out !important;
}

.footer-exp:hover .link-arrow {
  right: 0;
  opacity: 1;
}

.exp-hg-main {
  background-position: center left;
  height: 500px;
  border-radius: 20px;
}

.footer-new p {
  font-size: 1rem;
  line-height: 25px;
}

.swoc-banner {
  height: 460px;
  background-image: url("assets/gwx19-images/swoc-banner.jpg");
}

.esri-swoc-con {
  margin-top: 100px;
}

#hmpg-ex {
  margin-top: 40px;
}

.swoc-text {
  font-family: "Avenir Next Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
}

.swoc-esri-logo {
  height: 50px;
  width: auto;
}

.light.cc_dialog {
  position: fixed !important;
  font-family: "Avenir LT Std Light", sans-serif;
  bottom: 0 !important;
  top: initial !important;
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}

.light.cc_dialog button.cc_b_ok {
  background-color: #fc9d18 !important;
}

.light.cc_dialog .cc_dialog_text {
  font-size: 14px !important;
}

.light.cc_dialog .cc_dialog_headline {
  display: none;
}

.light.cc_dialog {
  position: fixed !important;
}

.nreg-label {
  font-size: 12px;
}

.nreg-link {
  color: #252525;
  border-bottom: 2px solid #ff6f61;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.nreg-link:hover {
  color: #ff6f61 !important;
}

.nreg-con {
  padding: 100px;
}

.nreg-checkbox .egi-login-label {
  font-size: 1rem !important;
  text-transform: initial !important;
  letter-spacing: initial;
}

.nreg-experience {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
}

#sum_regStatus {
  text-transform: uppercase;
}

.exp-details-con {
  padding: 100px;
}

.exp-details-con .fa-ul > li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.egi-com {
  height: 180px;
  margin-bottom: 0;
}

.egi-com-flag {
  height: auto;
  width: 50px;
}

.egi-flag-con {
  text-align: right;
}

.at4-share {
  z-index: 1000 !important;
}

.workshop-con {
  padding: 60px;
}

.footable .caret {
  display: none;
}

.footable .btn {
  min-width: initial;
  height: 40px;
  border-radius: initial !important;
  width: 40px;
}

.footable .btn-primary {
  background-color: #fc9d18 !important;
  border-color: #fc9d18 !important;
  color: #000000 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.footable .label {
  padding: 5px 10px 3px 10px !important;
  background-color: #f1f3f4 !important;
  color: rgba(70, 70, 70, 0.5) !important;
}

.footable .dropdown-toggle {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.footable .dropdown-toggle::after {
  margin-left: 0;
  display: none;
}

.footable.table > thead:first-child > tr:first-child > th {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  margin-top: -9px !important;
  margin-left: 10px;
  right: initial !important;
  color: #fc9d18;
}

.footable .form-inline .input-group > .form-control {
  width: 250px !important;
  font-family: "Avenir LT Std Light", sans-serif;
  padding-top: 10px;
  height: 40px !important;
  border-radius: 10px;
  font-size: 1rem;
  box-shadow: none;
}

.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
  vertical-align: middle !important;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  border-top: 0 !important;
  min-width: 170px !important;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-word !important;
  border-top: 0 !important;
}

.footable > tbody > tr {
  cursor: pointer !important;
}

table.footable > tbody > tr.footable-detail-row > td {
  border-top: 0 !important;
  padding-left: 0 !important;
}

.footable.table th,
.footable-details.table th {
  font-family: "Avenir LT Std Heavy", sans-serif;
}

table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox
  > label {
  font-family: "Avenir LT Std Light, sans-serif";
}

.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.footable .pagination > li:last-child > a {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.footable .pagination > li > a,
.footable .pagination > li > span {
  height: 40px;
  width: 40px;
  padding-top: 9px !important;
}

.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
  background-color: #fc9d18 !important;
  border-color: #fc9d18 !important;
  color: #000000 !important;
}

.footable .pagination > li > a,
.footable .pagination > li > span {
  color: #fc9d18 !important;
}

.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  color: #777777 !important;
}

table.footable > tbody > tr.footable-empty > td {
  font-size: 1.2rem !important;
  padding: 60px !important;
}

.footable-filtering-search {
  margin-left: auto !important;
}

.footable-filtering select.form-control {
  font-family: "Avenir LT Std Light", sans-serif !important;
  font-size: 1rem !important;
  min-width: 200px;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: normal !important;
}

.footable .dropdown-toggle.btn-default {
  display: none !important;
}

.wrk-list-title {
  margin-bottom: 20px;
}

.gov-agenda-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #162e4f;
}

.egi-lightbox .img-fluid {
  margin-bottom: 30px;
  border-radius: 10px;
}

/* .video-wrapper {
  	padding-bottom: 56.25%;
  	padding-top: 25px;
  	height: 0;
  } */

.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.ekko-lightbox.modal .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}

.ekko-lightbox.modal .modal-title {
  font-size: 1rem;
}

.gwx-socmed .card {
  border: 0;
  margin: 0;
  background-color: transparent;
}

.gwx-socmed .twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ekko-lightbox .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.gwx-partner .partner-box {
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.gwx-partner .partner-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.partner-label {
  color: #ffff;
  line-height: initial;
  padding-top: 6px;
  padding-bottom: 3px;
  border-radius: 5px;
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.partner-box-name {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.gold-partner {
  background-color: #fc9d18;
}

.silver-partner {
  background-color: #c0c0c0;
}

.bronze-partner {
  background-color: #cd7f32;
}

.exhibitor-partner {
  background-color: #162e4f;
}

.item-partner {
  background-color: #ff6f61;
}

.gwx-adda {
  height: 90px;
}

.gwx-rak {
  height: 140px;
}

.gwx-mpda {
  height: 55px;
}

.gwx-aed-sicad {
  height: 60px;
}

.gwx-ajman-fz {
  height: 45px;
}

.gwx-alan {
  height: 60px;
}

.gwx-al-fajer {
  height: 50px;
}

.gwx-aus {
  height: 120px;
}

.gwx-aurecon {
  height: 40px;
}

.gwx-baps {
  height: 120px;
}

.gwx-barajeel {
  height: 120px;
}

.gwx-bayanat {
  height: 130px;
}

.gwx-bounceback {
  height: 70px;
}

.gwx-cad-gulf {
  height: 90px;
}

.gwx-cadd {
  height: 90px;
}

.gwx-canon {
  height: 35px;
}

.gwx-capital {
  height: 80px;
}

.gwx-cellular-expert {
  height: 75px;
}

.gwx-cyme {
  height: 60px;
}

.gwx-dsc {
  height: 45px;
}

.gwx-adnan {
  height: 115px;
}

.gwx-epson {
  height: 50px;
}

.gwx-eurocommand {
  height: 35px;
}

.gwx-feds {
  height: 70px;
}

.gwx-fujisoft {
  height: 43px;
}

.gwx-garsdale {
  height: 100px;
}

.gwx-geodyn {
  height: 50px;
}

.gwx-geomatex {
  height: 70px;
}

.gwx-geosolutions {
  height: 45px;
}

.gwx-geotech3d {
  height: 45px;
}

.gwx-gisfy {
  height: 70px;
}

.gwx-gistec {
  height: 50px;
}

.gwx-globolive3d {
  height: 50px;
}

.gwx-hp {
  height: 120px;
}

.gwx-iconnect {
  height: 65px;
}

.gwx-ispatialtec {
  height: 45px;
}

.gwx-microdrones {
  height: 90px;
}

.gwx-micromap {
  height: 60px;
}

.gwx-netsoft {
  height: 60px;
}

.gwx-ordnance {
  height: 50px;
}

.gwx-rak-css {
  height: 110px;
}

.gwx-securtime {
  height: 60px;
}

.gwx-shugah {
  height: 70px;
}

.gwx-siis {
  height: 80px;
}

.gwx-sime {
  height: 60px;
}

.gwx-skillzme {
  height: 45px;
}

.gwx-spatialitics {
  height: 65px;
}

.gwx-stallion {
  height: 55px;
}

.gwx-topaz {
  height: 60px;
}

.gwx-uaeu {
  height: 45px;
}

.gwx-urban {
  height: 60px;
}

.partner-link {
  margin-top: 40px;
  margin-bottom: 0;
}

.partner-link a {
  color: #252525;
  border-bottom: 2px solid #00a3e1;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.partner-link a:hover {
  color: #00a3e1;
}

#adda-gold {
  padding-top: 70%;
}

#afz-bronze {
  padding-top: 50%;
}

.home-partner-box {
  width: 100%;
  padding-top: 240px;
  position: relative;
  /* If you want text inside of it */
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.home-partner-label {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Avenir LT Std Heavy", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.home-partner-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.home-partner-ex {
  height: 195px !important;
  outline: none;
}

.home-partner-ex img {
  transform: scale(0.8);
}

.slick-prev:before,
.slick-next:before {
  color: #cccccc !important;
}

.act-carousel-prev,
.act-carousel-next {
  opacity: 1 !important;
}

.act-carousel-prev {
  margin-left: auto;
  margin-right: 45px;
  position: relative;
}

.act-carousel-next {
  margin-right: 15px;
}

.act-class .slick-dots li button:before {
  color: #ffffff;
  font-size: 10px;
}

.act-class .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.act-carousel-item a {
  outline: none !important;
}

.conf-box {
  width: 100%;
  padding-top: 50%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
  border-radius: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.conf-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding: 60px;
}

.conf-overlay {
  background-color: rgba(37, 37, 37, 0.7);
  position: absolute;
  top: 0;
  padding-top: 50%;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.conf-box:hover .conf-overlay {
  background-color: rgba(0, 163, 225, 0.8);
}

.gwx-video-con {
  position: absolute;
}

.gwx-video-bg {
  position: relative;
  z-index: 1;
}

.video-header {
  position: relative;
  background-color: #fc9d18;
  height: max-content;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container-fluid {
  position: relative;
  z-index: 2;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

.conf-headline {
  font-size: 550%;
  line-height: 110%;
}

#back-to-top {
  display: inline-block;
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  visibility: hidden;
}

.agenda-tabs .nav-tabs {
  border: 0;
}

.agenda-tabs .nav-link {
  padding: 0;
  opacity: 0.3;
  border: 0;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.agenda-tabs .nav-link:hover {
  border-bottom: 4px solid #252525;
}

.agenda-tabs .nav-link.active {
  opacity: 1;
  color: #252525;
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #fc9d18 !important;
}

.agenda-tabs #profile-tab.active {
  border-bottom: 4px solid #00a3e1 !important;
}

.agenda-tabs .tab-content {
  padding-top: 40px;
}

.agenda-tabs .time-bar {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}

.agenda-tabs .time-bar p {
  font-size: 20px;
}

.agenda-tabs .time-bar::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cccccc;
  top: 12px;
  width: 100%;
  /* left: 110px; */
  left: 230px;
}

.agenda-tabs .event-con {
  /* border-radius: 10px; */
  /* background-color: #f1f3f4; */
  color: #252525;
  padding-left: 0;
  /* padding: 20px 30px; */
  /* border-bottom: 10px solid rgba(0, 0, 0, 0.1); */
  /* height: 100%; */
}

/* .agenda-tabs #event-dblue {
  background-color: #162e4f;
  color: #ffffff;
}

.agenda-tabs #event-wrk {
  background-color: #00a3e1;
  color: #ffffff;
}

.agenda-tabs #event-demo {
  background-color: #fc9d18;
} */

/* .agenda-tabs #event-wrk {
  border-bottom: 10px solid #00a3e1;
} */

.agenda-tabs .time-info {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 19px;
}

.agenda-tabs .work-info {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
  background-color: #fc9d18;
  width: max-content;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #ffffff;
  opacity: 1;
}

.agenda-tabs .demo-info {
  background-color: transparent;
  color: #fc9d18;
  border: 2px solid #fc9d18;
}

.agenda-tabs #profile .work-info {
  background-color: #00a3e1;
}

.agenda-tabs #profile .demo-info {
  background-color: transparent;
  color: #00a3e1;
  border: 2px solid #00a3e1;
}

.agenda-tabs-modal .work-info {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
  background-color: #162e4f;
  width: max-content;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #ffffff;
  opacity: 1;
}

.agenda-table td {
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}

.conf-con {
  margin-bottom: 40px;
}

.conf-hg,
.conf-hg-con {
  height: 250px;
}

.exp-feature-main {
  padding-top: 160px;
  padding-bottom: 160px;
}

.video-btn {
  cursor: pointer;
}

.video-play-btn {
  opacity: 0.8;
  transition: all 0.1s ease;
  font-size: 100px;
}

.video-btn:hover .video-play-btn {
  opacity: 1;
}

#video-modal .modal-body {
  padding: 0;
}

#video-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.modal-video-max {
  max-height: 500px;
}

#video-modal .modal-content {
  background-color: transparent;
}

.json-link {
  border-bottom: 2px solid #fc9d18;
  transition: all 0.2s ease;
}

.json-link:hover {
  color: #fc9d18;
}

.workshop-con .footable .fa-file-pdf,
.workshop-con .footable .fa-link {
  margin-right: 5px !important;
}

.footable tbody tr {
  transition: all 0.3s ease;
}

.footable tbody tr:hover {
  background-color: #f1f3f4;
}

.footable-details tr,
.footable-details tr:hover,
.footable-detail-row {
  background-color: #ffffff !important;
}

.workshop-con .footable-last-visible {
  min-width: 170px;
}

.gtc-logo {
  margin-top: 15px;
  margin-bottom: 11px;
}

.gtc-nav,
.gtc-nav-navbar {
  width: 960px;
  margin: auto;
  font: 62.5%/1.2 Verdana, Helvetica, sans-serif;
}

.gtc-nav .utility-con,
.gtc-nav-navbar {
  font-size: 1.3em;
}

.gtc-utility-link,
.gtc-nav-navbar {
  font-size: 9.75px;
  margin-top: 15px;
  margin-bottom: 0;
}

/*.gtc-utility-link {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}*/

.gtc-nav-navbar {
  margin-top: 0;
  width: 960px;
}

.gtc-utility-link a {
  color: #2c6892;
  text-decoration: none;
}

.gtc-utility-link a:hover {
  text-decoration: underline;
}

#searchHolder form {
  margin: 20px 0 0 0;
  padding: 0;
}

input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 11px system-ui;
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

#searchHolder input {
  padding: 2px 3px;
  margin: 0;
  border: 2px solid inset #dfdfdf;
}

#esri_searchbox input.button {
  color: #fff;
  background-color: #2d7104;
  cursor: pointer;
  height: 24px;
  padding: 2px 10px;
  border: 0;
  display: -moz-inline-stack;
  display: inline-block;
}

#esri_searchbox input.button {
  color: #fff;
  display: block;
  display: inline-block;
  background: #2d7104 url("assets/images/buttonbg.jpg") repeat-x center center;
  border: none;
  margin: 0 0 0 10px;
  margin-left: 0;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

#esri_searchbox input.button:hover {
  background: #326f99;
  text-decoration: underline;
}

.gtc-nav-navbar .navbar {
  padding: 0;
  background-color: transparent !important;
}

.gtc-nav-navbar .nav-link {
  display: block;
  padding: 3px 20px 4px 17px !important;
  background-image: url("assets/images/blank.gif");
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  top: 0;
}

.gtc-nav-navbar .nav-link.on {
  color: #bacfdd !important;
}

.gtc-nav-navbar .nav-link:hover {
  color: #bacfdd !important;
  text-decoration: underline;
}

.gtc-navbar-con {
  background-image: linear-gradient(to bottom, #007ac2 0%, #006eb2 100%);
  height: 23px;
  border-top: 1px solid #1f8aca;
}

.gtc-nav-navbar .navbar-toggler {
  margin-left: auto;
}

.gtc-nav-navbar .navbar-toggler {
  padding: 0;
  background-color: #333333;
  border: 0;
  box-shadow: none !important;
  outline: none !important;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #333333;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.gtc-nav-navbar .navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  position: relative;
  bottom: -2px;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.gtc-nav-right .navbar-toggler {
  display: none;
}

.arrow-bounce {
  -moz-animation: arrow-bounce 2s infinite;
  -webkit-animation: arrow-bounce 2s infinite;
  animation: arrow-bounce 2s infinite;
}

@keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* INTERNAL NAV */

#fmewt-nav {
  background-color: #333333 !important;
}

.fmewt-navbar {
  /* display: none; */
  position: fixed;
  width: 100%;
  transition: all 0.3s ease;
  top: -70px;
  opacity: 0;
}

.fmewt-navbar .nav-link {
  font-size: 1rem;
  color: #ffffff !important;
  border-bottom: 3px solid transparent;
  transition: all ease 0.3s;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 60px;
  font-family: "Avenir LT Std Medium";
}

.fmewt-navbar .nav-link:hover {
  /* background-color: #353535; */
}

.fmewt-navbar .nav-link.active {
  border-bottom: 3px solid #fc9d18;
  /* background-color: #292929; */
}

.fmewt-navbar .navbar-brand h4 {
  font-size: 18px !important;
  color: #ffffff;
  letter-spacing: 0.1px;
}

.fmewt-btn {
  background-color: #247331;
  color: #ffffff !important;
  min-width: 180px;
  border: none !important;
  transition: all ease 0.3s;
  margin-left: 40px;
  line-height: unset;
}

.fmewt-btn:hover {
  filter: brightness(120%);
  border: none !important;
  box-shadow: none !important;
}

.fmewt-btn-link {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

.fmewt-btn-link.active {
  border-bottom: 0 !important;
}

.fmewt-navbar .navbar-collapse.collapse {
  padding-bottom: 0;
}

.fmewt-navbar svg.fa-times,
.fmewt-navbar i.fa-times {
  transition: all ease-in-out 0.2s;
  position: relative;
  opacity: 0;
}

.fmewt-navbar svg.fa-chevron-down,
.fmewt-navbar i.fa-chevron-down {
  transition: all ease-in-out 0.2s;
  position: relative;
  opacity: 1;
  right: -20px;
}

.fmewt-navbar .navbar-toggler[aria-expanded="true"] svg.fa-chevron-down,
.fmewt-navbar .navbar-toggler[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
  opacity: 0;
}

.fmewt-navbar .navbar-toggler[aria-expanded="true"] svg.fa-times,
.fmewt-navbar .navbar-toggler[aria-expanded="true"] i.fa-times {
  transform: rotate(180deg);
  color: #247331;
  opacity: 1;
}

.fmewt-navbar .navbar-brand h4 {
  font-size: 18px !important;
  color: #ffffff;
  letter-spacing: 0.1px;
}

.nav-appear {
  top: 0;
  opacity: 1;
}

.nav-disappear {
  top: -70px;
  opacity: 0;
}

.json-free {
  font-size: 12px;
  background-color: #fc9d18;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Avenir LT Std Medium", sans-serif;
  border-radius: 5px;
}

.json-training-btn {
  border-bottom: 2px solid #fc9d18;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.json-training-btn:hover {
  color: #fc9d18;
}

.act-train-carousel {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 50px;
}

.act-train-row {
  padding-bottom: 0;
  height: 160px;
}

.course-tab .nav-tabs .nav-link {
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
  transition: all 0.2s ease;
  padding-top: 10px;
  padding-bottom: 4px;
}

.course-tab .nav-tabs .nav-link:hover {
  /* border-color: #ebebeb #ebebeb #fc9d18; */
  background-color: #f1f3f4;
}

.course-tab .nav-tabs .nav-link.active {
  /* border-color: #fc9d18 #fc9d18 #ffffff; */
  background-color: #fc9d18;
  color: #ffffff;
}

.course-tab .nav-tabs {
  border-bottom: 3px solid #fc9d18;
}

.course-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}

.webinar-vid-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.webinar-vid-con {
  padding-left: 30px;
  padding-right: 0;
  height: 521.23px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.webinar-nav .nav-link {
  padding: 12px;
}

.webinar-nav .nav-link p {
  font-size: 14px;
  line-height: 20px;
}

.webinar-nav .nav-link.active {
  background-color: #fc9d18;
  color: #252525;
}

#webinar-desktop {
  display: flex;
}

#webinar-mob {
  display: none;
}

.webinar-more-btn[aria-expanded="true"] {
  display: none;
}

.course-tab-new .nav-tabs {
  background-color: #fc9d18;
  padding: 15px;
  border-bottom: 0;
  border-radius: 10px;
  padding-bottom: 20px;
}

.course-tab-new .nav-item {
  padding-left: 20px;
  padding-right: 20px;
}

.course-tab-new .nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 3px solid transparent;
}

.course-tab-new .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #ffffff;
}

.course-tab-new .nav-tabs .nav-link.active {
  border-bottom: 3px solid #ffffff;
}

.track-legend .json-track {
  width: 80px;
  line-height: initial;
  text-align: center;
  margin: 0;
}

.json-track#arc1 {
  background-color: #c6d599;
}

.json-track#bldg {
  background-color: #99ceec;
}

.json-track#arc3 {
  background-color: #c2c7e2;
}

.json-track#dewd {
  background-color: #ffc999;
}

.json-track#imag {
  background-color: #99dfdd;
}

.json-track#wgnu {
  background-color: #a2abb9;
}

.json-track#apew {
  background-color: #ffc5c0;
}

.json-track#gdat {
  background-color: #b89ded;
}

.json-track#fida {
  background-color: #99b6eb;
}

.training-nav {
  position: absolute;
  top: initial;
  opacity: 1;
}

.page-heading-training {
  font-size: 50px;
  line-height: 60px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.track-link {
  border-bottom: 1.5px solid #fc9d18;
  transition: all 0.2s ease;
}

.track-link:hover {
  color: #fc9d18 !important;
}

.tsched-filter-1 {
  background-color: #f1f3f4;
  /* border: 2px solid #cccccc; */
  padding: 30px;
  border-radius: 20px;
  background-color: #f1f3f4;
  transition: all 0.3s ease;
  cursor: pointer;
  /* box-shadow:  5px 5px 14px #bababa,-5px -5px 14px #ffffff;
  border: 2px solid transparent; */
}

.tsched-filter-1:hover {
  /* border-color: #fc9d18; */
}

#custom-search-input {
  padding: 5px 10px;
  border: 0;
  background-color: #dedede;
  border-radius: 40px;
  width: calc(100% - 270px);
  margin-bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
  font-family: "Avenir LT Std Medium";
  background-color: transparent;
  color: #464646;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

#custom-search-input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(70, 70, 70, 0.5);
  opacity: 1;
  /* Firefox */
}

#custom-search-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.75);
}

#custom-search-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.75);
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0 !important;
  padding: 0 8px 0 13px;
  /* border-left: solid 1px #cccccc; */
  min-width: initial;
  border-radius: 0 !important;
  height: initial;
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

#custom-search-input .fa-search {
  font-size: 20px;
  color: #464646;
  margin: 0;
}

.tsched-dropdown button {
  width: 100%;
  text-align: left;
}

.tsched-dropdown .dropdown-menu {
  padding: 30px;
  width: 100%;
}

.tsched-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 20px;
}

.tsched-dropdown .form-check {
  margin-top: 5px;
}

.tsched-filter .tsched-filter-1 {
  margin-bottom: 30px;
}

.tsched-filter .modal-header,
.tsched-filter .modal-body {
  padding: 30px;
}

.tsched-filter .modal-body {
  padding-top: 40px;
  padding-bottom: 50px;
  overflow-y: scroll;
  max-height: 65vh;
}

.tsched-filter .modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
}

.tsched-filter .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
}

.tsched-filter .form-check-label {
  line-height: 0;
}

.tsched-filter-btn {
  margin-left: 15px;
  height: 48px;
  border-radius: 10px !important;
  background-color: #dedede !important;
  border: 0;
  color: #464646 !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Avenir LT Std Medium";
  min-width: 120px;
}

.tsched-filter-btn:hover {
  background-color: #dedede;
  color: inherit;
}

.tsched-filter-btn-on {
  background-color: #464646 !important;
  color: #ffffff !important;
}

/* HIDE RADIO */
#tsched-sort-modal [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.image-radio-con {
  padding: 15px;
  background-color: #dedede;
  border-radius: 10px;
}

.image-radio-label {
  width: 100%;
}

/* IMAGE STYLES */
#tsched-sort-modal [type="radio"] + .image-radio-con {
  cursor: pointer;
}

#tsched-sort-modal .image-radio-con p {
  margin-top: 5px;
}

/* CHECKED STYLES */
#tsched-sort-modal [type="radio"]:checked + .image-radio-con {
  background-color: #464646;
  color: #ffffff;
  fill: #ffffff;
}

.upcoming-webinar-box {
  padding: 80px;
}

.upcoming-webinar-box td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 0;
}

.upcoming-webinar-box table > tbody > tr > td:nth-child(1) {
  width: 100px;
}

/*image gallery*/

#tsched-filter-modal .image-checkbox {
  min-height: 130px;
}

#tsched-filter-modal #tsched-margin:nth-of-type(5),
#tsched-filter-modal #tsched-margin:nth-of-type(6),
#tsched-filter-modal #tsched-margin:nth-of-type(7) {
  margin-bottom: 0;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* border: 3px solid transparent; */
  margin-bottom: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.image-checkbox svg {
  fill: #252525;
}

.image-checkbox-checked svg {
  fill: #ffffff;
}

.image-checkbox svg#svg-analytics,
.image-checkbox svg#svg-data,
.image-checkbox svg#svg-mobility,
.image-checkbox svg#svg-sharing {
  stroke: #252525;
}

.image-checkbox-checked svg#svg-analytics,
.image-checkbox-checked svg#svg-data,
.image-checkbox-checked svg#svg-mobility,
.image-checkbox-checked svg#svg-sharing {
  stroke: #ffffff;
}

.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
  color: #ffffff;
}

.image-checkbox p {
  line-height: initial;
}

/* .image-checkbox svg {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
} */

.tsched-filter .custom-control {
  margin-right: 40px;
  padding-left: 32px;
  margin-top: 5px;
}

.tsched-filter .custom-checkbox .custom-control-label::before {
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.2s ease;
  background-color: #dedede;
  top: 1px;
  height: 20px;
  width: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  height: 25px;
  width: 25px;
  left: -2px;
  top: -2px;
}

.tsched-filter
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #464646;
}

.tsched-filter .clear-filter-btn {
  padding: 0;
  min-width: initial;
  background-color: transparent !important;
  color: #252525;
  border: 0;
  font-size: 1rem;
  text-decoration: underline;
  font-family: "Avenir LT Std Medium";
  box-shadow: none !important;
  outline: none !important;
}

.tsched-filter .tsched-modal-btn {
  min-width: initial;
  box-shadow: none !important;
  border-radius: 10px !important;
  background-image: none !important;
  background-color: #dedede;
  color: #464646 !important;
  text-transform: initial;
  letter-spacing: initial;
  font-family: "Avenir LT Std Medium";
  font-size: initial;
  line-height: initial;
  height: 48px;
  padding-top: 16px;
}

.tsched-box-con {
  border-radius: 20px;
  border: 0;
  padding: 0;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.tsched-box-con:hover {
  box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.5);
}

.tsched-box {
  padding: 40px;
  border: 0;
}

.tsched-box-margin {
  margin-bottom: 30px;
}

.tsched-box .home-partner-label {
  opacity: 0.3;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

.tsched-box .page-subtitle-sm {
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}

.tsched-box .tsched-date {
  margin-top: 30px;
}

.tsched-box-con .tsched-duration {
  text-align: right;
}

.tsched-box-header {
  padding: 12px 40px;
  background-color: #cccccc;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tsched-box-footer {
  border: 0;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background-color: #ffffff;
  padding: 40px;
  padding-top: 0;
}

.tsched-box-header:first-child {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tsched-box-header#analytics,
.image-checkbox-checked#analytics,
.tsched-course#analytics #tsched-course-header,
.tsched-course#analytics .tsched-modal-btn {
  background-image: linear-gradient(135deg, #0085cf, #00c4a7) !important;
}

.tsched-box-header#getting-started,
.image-checkbox-checked#getting-started,
.tsched-course#getting-started #tsched-course-header,
.tsched-course#getting-started .tsched-modal-btn {
  background-image: linear-gradient(135deg, #719500, #b5c050) !important;
}

.tsched-box-header#data-management,
.image-checkbox-checked#data-management,
.tsched-course#data-management #tsched-course-header,
.tsched-course#data-management .tsched-modal-btn {
  background-image: linear-gradient(135deg, #6773b7, #b0a7db) !important;
}

.tsched-box-header#field-mobility,
.image-checkbox-checked#field-mobility,
.tsched-course#field-mobility #tsched-course-header,
.tsched-course#field-mobility .tsched-modal-btn {
  background-image: linear-gradient(135deg, #ff7900, #f7c126) !important;
}

.tsched-box-header#scripting-development,
.image-checkbox-checked#scripting-development,
.tsched-course#scripting-development #tsched-course-header,
.tsched-course#scripting-development .tsched-modal-btn {
  background-image: linear-gradient(135deg, #e9364b, #ff9e61) !important;
}

.tsched-box-header#sharing-collaboration,
.image-checkbox-checked#sharing-collaboration,
.tsched-course#sharing-collaboration #tsched-course-header,
.tsched-course#sharing-collaboration .tsched-modal-btn {
  background-image: linear-gradient(135deg, #ff55aa, #ffb8b1) !important;
}

.tsched-details {
  display: none;
}

.tsched-pagination .page-link {
  margin-left: 3px;
  margin-right: 3px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  color: #464646;
  font-family: "Avenir LT Std Medium";
  padding: 10px;
}

.tsched-pagination .page-link:hover {
  background-color: #dedede;
}

.tsched-pagination .page-item.active .page-link {
  background-color: #464646;
}

.tsched-pagination .page-item.disabled .page-link {
  color: #cccccc;
}

#tsched-margin {
  margin-bottom: 30px;
}

#tsched-sort-modal .modal-body {
  padding-bottom: 10px;
}

.tsched-breadcrumb {
  background-color: transparent;
  padding: 0;
  color: #ffffff;
  font-family: "Avenir LT Std Medium";
}

.tsched-breadcrumb li.active,
.tsched-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.tsched-breadcrumb li > a {
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

.tsched-breadcrumb li > a:hover {
  border-color: #ffffff;
}

.tsched-course-heading {
  letter-spacing: -1.5px;
  line-height: 50px;
  font-size: 50px;
  line-height: 1.3;
}

.tsched-table {
  margin-bottom: 0;
}

.tsched-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tsched-table tr:last-of-type td {
  border-bottom: 0;
  padding-bottom: 0;
}

.tsched-table tr:first-of-type td {
  border-top: 0;
  padding-top: 0;
}

.tsched-table tr td:first-of-type {
  padding-left: 0;
}

.tsched-table tr td:last-of-type {
  padding-right: 0;
}

.standard-padding {
  padding: 40px;
}

.tsched-prereq-ul {
  padding-left: 0;
  margin-bottom: 0;
}

.tsched-prereq-ul li {
  display: block;
  background-color: #f1f3f4;
  padding: 10px 20px;
  border-radius: 10px;
  /* box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.2); */
  margin-bottom: 15px;
}

.tsched-prereq-ul li:last-of-type {
  margin-bottom: 0;
}

.tsched-popover-popup {
  padding: 30px;
  border-radius: 10px;
  /* border-color: #dedede; */
  border: 0;
  /* box-shadow: 5px 5px 13px -5px rgba(0,0,0,0.4); */
  background-color: #464646;
  color: #ffffff;
}

.tsched-popover-popup .arrow::before {
  border: 0;
  /* box-shadow: 5px 5px 13px -5px rgba(0,0,0,0.4); */
}

.tsched-popover-popup .arrow::after {
  border-right-color: #464646;
  border-left-color: #464646;
}

.tsched-popover-popup .popover-header {
  font-family: "Avenir LT Std Medium", sans-serif;
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}

.tsched-popover-popup .popover-body {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0em;
  font-family: "Avenir LT Std Light", sans-serif;
  padding: 0;
  color: #ffffff;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.tsched-page .paginationjs .paginationjs-pages li > a {
  font-family: "Avenir LT Std Heavy";
  height: initial;
  line-height: 16px;
  font-size: 16px;
  padding: 9px 12px;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.tsched-page .paginationjs .paginationjs-pages li.active > a {
  height: initial;
  line-height: 16px;
  background-color: #464646;
}

.tsched-page .paginationjs .paginationjs-pages li:last-child {
  border-right: 0;
}

.tsched-page .paginationjs .paginationjs-pages li:first-child,
.tsched-page .paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 5px;
}

.tsched-page .paginationjs .paginationjs-pages li:last-child > a,
.tsched-page .paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 5px;
}

.tsched-page .paginationjs .paginationjs-pages li:first-child > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}

.tsched-page .paginationjs .paginationjs-pages li:last-child > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}

.tsched-page .paginationjs .paginationjs-pages li {
  border: 0;
}

.tsched-page .paginationjs .paginationjs-pages li:first-of-type {
  margin-left: 0;
}

.tsched-page .paginationjs .paginationjs-pages li:last-of-type {
  margin-right: 0;
}

.tsched-nav-bg {
  background-color: rgba(241, 243, 244, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter,
    -webkit-backdrop-filter;
  padding: 0.5rem 1rem;
}

.tsched-nav-bg-white {
  background-color: rgba(250, 250, 250, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter,
    -webkit-backdrop-filter;
  padding: 0;
}

#training-nav .navbar-brand h4 {
  color: #252525;
}

#training-nav .nav-link {
  color: #252525 !important;
}

.tsched-slide-box {
  position: absolute;
  top: -100%;
  z-index: 100;
  opacity: 0;
  transition: all 0.6s ease;
}

.tsched-box-con:hover .tsched-slide-box {
  top: 0;
  opacity: 1;
}

.tsched-slide-box p {
  opacity: 0;
  visibility: hidden;
}

.tsched-box-con:hover .tsched-slide-box p {
  opacity: 1;
  visibility: visible;
}

.tsched-slide {
  background-color: #f1f3f4;
  /* color: #ffffff; */
  padding: 12px 40px;
}

.tsched-padding {
  padding: 40px;
  height: 100%;
}

.tsched-margin {
  margin-bottom: 30px;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -300px;
  background-image: linear-gradient(to bottom, #0049cc, #008f00);
  overflow-x: hidden;
  transition: all 0.3s ease;
  padding: 30px;
  padding-top: 60px;
  z-index: 2000;
}

.sidenav-inner {
  background-image: linear-gradient(to bottom, #f75c26, #ffac33);
  /* background-color: #fc9d18; */
}

.sidenav .sidenav-link {
  /* padding: 0 30px 0 30px; */
  /* margin-left: 30px; */
  text-decoration: none;
  font-size: 21px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  margin-bottom: 10px;
  opacity: 0.5;
  background-position: 100% calc(100% - 0.05em);
  background-repeat: no-repeat;
  background-size: 200% 2px;
  position: relative;
  -webkit-transition: background-position-x 0.3s;
  transition: background-position-x 0.3s;
  background-image: -webkit-linear-gradient(
    left,
    #ffffff calc(50% - 1px),
    transparent calc(50% - 1px)
  );
  background-image: linear-gradient(
    90deg,
    #ffffff calc(50% - 1px),
    transparent calc(50% - 1px)
  );
  display: block;
  width: max-content;
  padding-bottom: 3px;
}

.sidenav .sidenav-link:last-of-type {
  margin-bottom: 0;
}

.sidenav a:hover,
.sidenav a.active {
  opacity: 1;
  background-position-x: 0;
}

.sidenav-social {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sidenav-social i {
  font-size: 16px;
  color: #ffffff;
  margin: auto;
  transition: all 0.3s ease;
}

.sidenav-social:hover {
  background-color: #ffffff;
}

.sidenav-social:hover i {
  color: rgba(0, 0, 0, 0.5);
}

.sidenav-mygistec-btn {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  width: 100%;
  min-width: 120px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  color: #ffffff;
}

.sidenav-mygistec-btn:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}

.sidenav .closebtn {
  position: relative;
  top: 0;
  left: 30px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 30px;
}

.slide-menu-btn {
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #0049cc, #008f00) !important;
  color: #ffffff;
  border-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  height: 60px;
  position: relative;
  right: 0;
  right: 0px;
  padding: 0;
  min-width: initial;
}

.slide-menu-btn-inner {
  font-size: 18px !important;
  line-height: initial;
  padding-left: 30px;
  padding-right: 55px;
}

.opaque-bg {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter,
    -webkit-backdrop-filter;
  position: fixed;
  transition: all 0.15s ease;
  height: 100vh;
  bottom: 0;
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
}

.main-body {
  transition: all 0.3s ease;
  position: relative;
  right: 0;
}

#mySidenav #sidenav-times {
  transition: all ease-in-out 0.5s;
  transition-delay: 0.1s;
  position: relative;
}

#slidemenu-bars {
  visibility: visible;
}

#slidemenu-bars,
#sidenav-times {
  transition: transform 0.3s ease;
  /* transition-delay: 0.1s; */
  margin-left: 10px;
  position: absolute;
  right: 30px;
  font-size: 16px;
  color: #ffffff;
  z-index: 5000;
  top: -39px;
  cursor: pointer;
  transform: rotate(0);
}

#sidenav-times {
  right: 31px;
  font-size: 18px;
  top: -40px;
  opacity: 0;
  visibility: hidden;
}

#slidemenu-bars.opened {
  transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
}

#sidenav-times.opened {
  transform: rotate(90deg);
  opacity: 1;
  visibility: visible;
}

.mygistec-nav-btn {
  transition: all 0.3s ease;
  background-color: #e5e6e6;
  height: 60px;
  min-width: 120px;
  border-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  position: relative;
  right: 0;
}

.mygistec-nav-btn.nav-visible {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

h1.new-h1 {
  font-size: 100px;
  letter-spacing: -3px;
  line-height: 1.3;
}

p.new-p {
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 1.6;
}

.navbar-new {
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.navbar-new.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.navbar-new .nav-link {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

#nav-bg-overlay {
  /* background-color: #ffffff; */
  transition: all 0.3s ease;
  border-radius: 10px;
}

.new-navbar-nav {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}

.seminar-card {
  text-align: center;
  width: calc(19% - 2px);
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.seminar-sub-section {
  width: 160px;
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

.seminar-sub-section img {
  width: 50px;
  height: 50px;
  margin: 20px 0;
}

.seminar-sub-section p {
  font-size: 0.9rem;
  color: #252525;
  line-height: 20px;
  margin-top: 7px;
}

.footable-sortable:nth-child(2) {
  padding-right: 14px !important;
}

.body-btn {
  height: 40px;
}

.body-btn > span {
  top: -1px;
}

.seminar-card > span {
}

.paragraph-admin {
  width: 50%;
}

.level-up-row {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.human-img{
  height: 400px;
  object-fit: contain;
}

.agenda-table{
  width: 15%;
}

.multi-collapse-table{
  position: absolute;
    left: 0px;
    border: unset;
}

.level-up-row b{
  margin-inline: auto;
}

.calendar-div-row{
      padding-inline: unset;
      display: flex;
    justify-content: space-between;
}

.calendar-disable-plus{
      opacity: 0.5 !important;
    pointer-events: none;
    cursor: not-allowed;
}

.calendar-table-container .mygistec-faq-btn, .calendar-table-container .card-body{
      background-color: #f1f3f4;
}

.calendar-disable-btn{
  pointer-events: none;
}

.calendar-table-container .card .no-padding{
  margin-left: 181px;
}

.calendar-table-container .no-padding p{
      /* width: 180px; */

}

.cal-agenda-row{
      width: calc(100% - 180px);
    display: flex;
    justify-content: space-between;
}

.cal-card-title{
  width:100% !important;
}

.cal-agenda-container .multi-collapse{
      padding-left: 4px;
}

/* MEDIA QUERY */

/* LAPTOP - LG */
@media (max-width: 1440px) {
  .gwx-text-area {
    padding: 80px;
    height: 730px;
  }

  .arab-man-bg {
    height: 730px;
  }

  .gisworx-logo {
    width: 440px;
  }

  .tagline-font {
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 75px;
  }

  .tagline-font-big {
    font-size: 100px;
    line-height: 100px;
  }

  .gwx-bg {
    height: 730px;
  }

  .white-shape-1 {
    width: 1060px;
    position: relative;
    top: 0;
  }

  .white-shape-1-con {
    position: absolute;
    top: 0;
  }

  .white-shadow-1 {
    position: relative;
    top: 0;
    width: 1080px;
    opacity: 0.1;
  }

  .white-shadow-1-con {
    position: absolute;
    top: 0;
  }

  .blue-shape-1 {
    position: relative;
    bottom: 0;
    right: -530px;
    width: 960px;
  }

  .blue-shape-1-con {
    position: absolute;
    bottom: -220px;
  }

  .blue-shadow-1 {
    position: relative;
    bottom: 0;
    right: -590px;
    width: 880px;
  }

  .blue-shadow-1-con {
    position: absolute;
    bottom: -180px;
  }

  .dblue-shape-1 {
    position: relative;
    bottom: 0;
    right: -1040px;
    width: 500px;
  }

  .dblue-shape-1-con {
    position: absolute;
    bottom: -220px;
  }

  .dblue-shape-2 {
    position: relative;
    width: 100px;
    right: -1190px;
    bottom: 0;
  }

  .dblue-shape-2-con {
    position: absolute;
    bottom: 210px;
  }

  .yellow-shape-1 {
    position: relative;
    bottom: 0;
    width: 360px;
    left: -160px;
  }

  .yellow-shape-1-con {
    position: absolute;
    bottom: 60px;
  }

  .yellow-shape-2 {
    position: absolute;
    bottom: 370px;
    width: 80px;
    left: 290px;
  }

  .gwx-sub-feature .page-subtitle {
    font-size: 28px;
    line-height: 1.3;
  }
}

/* END LAPTOP */

/* SMALL LAPTOP */

@media (max-width: 1200px){
  .calendar-div-row {
flex-direction: column;
}

.calendar-table-container .no-padding p {
    width: 100%;
}

.cal-agenda-row {
    width: 100%;
}

.calendar-table-container .card .no-padding {
    margin-left: 0px;
}
}

@media (max-width: 1024px) {
.calendar-div-row {
flex-direction: column;
}

.calendar-table-container .no-padding p {
    width: 100%;
}

.cal-agenda-row {
    width: 100%;
}

.calendar-table-container .card .no-padding {
    margin-left: 0px;
}

  .register-bg {
    background-image: url("assets/gwx19-images/register-bg-sm.jpg") !important;
    background-position: right bottom;
  }

  .act-carousel .sub-feature-icon {
    display: none;
  }
}

/* END SMALL LAPTOP */

/* TABLET - MD */
@media (max-width: 991px) {
.calendar-div-row {
flex-direction: column;
}

.calendar-table-container .no-padding p {
    width: 100%;
}

.cal-agenda-row {
    width: 100%;
}

.calendar-table-container .card .no-padding {
    margin-left: 0px;
}

  .seminar-container {
    justify-content: start !important;
  }

  .seminar-sub-section {
    width: 70%;
  }

  .seminar-card {
    text-align: center;
    width: 50%;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .footable-sortable:nth-child(2) {
    padding-right: 14px !important;
  }

  .page-par {
    width: 100%;
  }

  .gwx-bg,
  .arab-man-bg {
    height: 820px;
    position: relative;
  }

  .white-shape-1 {
    width: 850px;
  }

  .white-shadow-1 {
    width: 880px;
  }

  .gwx-text-area {
    padding: 60px;
    height: 880px;
  }

  .yellow-shape-1 {
    bottom: 0;
    width: 290px;
    left: -120px;
  }

  .tagline-font {
    font-size: 80px;
    line-height: 95px;
  }

  .arab-man {
    bottom: 0;
  }

  .text-area-height {
    height: 210%;
  }

  .blue-shape-1 {
    right: -70px;
    width: 770px;
    bottom: 0;
  }

  .blue-shadow-1 {
    bottom: 0;
    right: -110px;
    width: 690px;
  }

  .dblue-shape-1 {
    width: 400px;
    bottom: 0;
    right: -470px;
  }

  .dblue-shape-2 {
    width: 80px;
    right: -600px;
    bottom: 0;
  }

  .dblue-shape-2-con {
    bottom: 180px;
  }

  .yellow-shape-1-con {
    bottom: 230px;
  }

  .tagline-font-big {
    font-size: 140px;
    line-height: 120px;
  }

  .nav-archive .nav-link,
  .nav-archive .btn-text {
    font-size: 13px;
  }

  #loading-image {
    width: 30vw;
  }

  .gwx-activity-text {
    padding: 80px;
    height: initial;
  }

  .gwx-activity-image {
    height: 300px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .footer-curve-gradient {
    background-image: none;
    background-color: rgba(252, 157, 24, 1);
  }

  .archive-gradient {
    background-image: none;
    background-image: linear-gradient(
      0deg,
      rgba(242, 68, 63, 1) 0%,
      rgba(252, 157, 24, 1) 100%
    );
  }

  .footer-gradient {
    background-image: none;
    background-color: rgba(242, 68, 63, 1);
  }

  .strmp-heading {
    font-size: 50px;
    margin-top: 160px;
  }

  .strmp-text-wrapper {
    padding-right: 15px;
  }

  /* .strmp-form-wrapper {
    margin-top: 100px;
  } */

  .story-map-body {
    margin-bottom: 100px;
  }

  .strmp-form .gwx-btn {
    width: max-content;
  }

  .strmp-form-wrapper {
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .strmp-logo {
    padding-top: 50px;
  }

  .gwx-main-feature .default-bg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    height: 290px;
  }

  .egi-trophy-con {
    text-align: center;
  }

  .egi-trophy-wrapper {
    position: unset;
    margin-top: 40px;
  }

  .egi-trophy {
    width: 400px;
  }

  .egi-header-text {
    text-align: center;
  }

  .egi-gwx-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .egi-header-con {
    position: relative;
    top: -5px;
  }

  .exhibition-bg {
    background-image: url("assets/gwx19-images/exhibition-bg-mob.svg") !important;
    background-position: bottom right;
  }

  .workshop-bg {
    background-image: none !important;
  }

  .workshop-bg .ex-heading {
    padding-bottom: 100px;
  }

  /* .experience-bg {
    margin-top: 84px;
  } */

  .exhibition-graphics {
    padding: 0;
  }

  .ex-heading {
    padding-top: 80px;
    padding-bottom: 300px;
  }

  .ex-partner-text {
    margin-bottom: 60px;
  }

  .exhibition-form {
    margin-top: 40px;
  }

  .exhibition-inquiry {
    border-bottom-left-radius: 20px;
  }

  .egi-org .egi-adwec,
  .egi-org .egi-al-dhafra,
  .egi-org .egi-dm,
  .egi-org .egi-ead,
  .egi-org .egi-etisalat,
  .egi-org .egi-fcsa,
  .egi-org .egi-gastat,
  .egi-org .egi-iga,
  .egi-org .egi-modon,
  .egi-org .egi-mpda,
  .egi-org .egi-saudi-aramco,
  .egi-org .egi-scth,
  .egi-org .egi-sewa,
  .egi-org .egi-uaeu {
    height: auto;
  }

  .modal-xl {
    max-width: 670px;
  }

  #main-feature-margin {
    margin-top: 30px;
  }

  #feature-margin-temp {
    margin-bottom: 30px;
  }

  .lp-bg {
    margin-top: 67px;
    background-image: url("assets/gwx19-images/lp-bg-tab.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .gwx-lp-height {
    height: 100%;
  }

  .gwx-lp-logo-container {
    text-align: center;
    padding-top: 130px;
  }

  .gwx-lp-man-container {
    height: initial !important;
    padding-top: 80px;
  }

  .gwx-man {
    height: auto;
    width: calc(100% - 200px);
    padding-left: 0;
  }

  .gwx-lp-logo-container .gwx-details {
    max-width: initial;
    text-align: center;
  }

  /* .gwx-nav .navbar-toggler {
    padding-bottom: 5px;
  } */

  .tooltip {
    display: none !important;
  }

  .egi-poll-con {
    padding: 40px 10px;
  }

  .reg-heading {
    padding-bottom: 100px;
  }

  .register-graphics {
    padding: 0 80px;
  }

  .gwx-main-carousel-con {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 60px;
  }

  .gwx-main-carousel .carousel-item {
    height: 600px;
  }

  .gwx-main-carousel .home-slide {
    height: 400px;
  }

  .gwx-main-carousel .gwx-main-text {
    height: 200px;
    padding: 40px;
  }

  .video-banner-con {
    margin-top: 165px;
  }

  .act-carousel .gwx-sub-feature {
    padding-right: 40px;
  }

  .act-carousel .sub-feature-icon {
    display: none;
  }

  .act-img .gwx-sub-feature {
    height: 350px;
  }

  .wrk-reg-graphics {
    padding-left: 0;
    padding-right: 200px;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .experience-heading {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .govworx-bg {
    background-image: url("assets/gwx19-images/govworx-bg-tab.jpg") !important;
    background-position: bottom center !important;
  }

  .experience-graphics {
    text-align: center;
  }

  .experience-graphics img {
    margin-top: 0;
  }

  .wood-bg {
    padding: 40px;
  }

  .yc-wood-icon {
    margin-bottom: 20px;
  }

  .wood-con {
    padding-bottom: 84px;
  }

  .footer-powered {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .footer-powered-con {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .gwx-nav-toggle {
    overflow-y: auto;
  }

  .yc-strmp-img {
    height: 360px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }

  .video-banner-con {
    margin-top: 86px;
  }

  .conf-con {
    margin-bottom: 40px;
  }

  .exp-hg-main {
    height: initial;
  }

  .exp-hg-con {
    padding: 100px;
  }

  .exp-govworx-graphics {
    height: 370px;
  }

  #hmpg-ex {
    margin-top: 0;
  }

  .swoc-con {
    padding: 40px;
  }

  .swoc-con-row {
    padding-bottom: 0;
  }

  .esri-swoc-con {
    margin-top: 50px;
  }

  .swoc-banner {
    background-image: url("assets/gwx19-images/swoc-banner-tab.jpg");
  }

  .swoc-text {
    font-size: 40px;
    line-height: 45px;
  }

  .swoc-esri-logo {
    height: 43px;
    width: auto;
  }

  .govworx-padding {
    padding: 50px 30px;
  }

  .nreg-con {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .egi-com {
    height: 100%;
  }

  .egi-flag-con {
    text-align: left;
    margin-top: 20px;
  }

  table.footable > tbody > tr.footable-detail-row > td {
    padding-left: 0 !important;
  }

  .footable-filtering-search {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }

  .gwx-socmed .card-columns {
    column-count: 2;
  }

  #adda-gold {
    padding-top: 50%;
  }

  #afz-bronze {
    padding-top: 50%;
  }

  #back-to-top {
    display: none;
  }

  #socmed-margin {
    margin-bottom: 15px;
  }

  .conf-hg,
  .conf-hg-con {
    height: 210px;
  }

  .exp-feature-main {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .exp-feature-main .gwx-details {
    margin-left: auto;
    margin-right: auto;
  }

  .exp-feature-main .link-arrow {
    display: none;
  }

  .fmewt-navbar .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-top: 0;
    background-color: transparent !important;
    margin-left: 0;
    margin-bottom: 10px;
    width: max-content;
  }

  .fmewt-navbar .nav-link.active {
    border-bottom: 3px solid #fc9d18;
  }

  .fmewt-nav-btn {
    margin-left: 0;
    width: max-content;
  }

  .fmewt-nav-btn {
    margin-top: 30px !important;
  }

  .fme-lizard-con {
    display: none;
  }

  #nav-item-btn {
    padding-left: 0;
  }

  .egi-poll-con {
    padding: 40px 10px;
  }

  .nreg-con {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fmewt-navbar .navbar-nav {
    padding-bottom: 60px;
    text-align: left;
  }

  .fmewt-navbar .nav-item {
    width: 100%;
  }

  .gtc-nav {
    width: 100%;
    box-shadow: 5px 5px 30px -5px rgba(6, 30, 70, 0.2);
  }

  .gtc-nav-navbar {
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }

  .gtc-navbar-con {
    height: 100%;
  }

  .gtc-nav-right .navbar-toggler {
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    display: block;
    margin-left: auto;
  }

  /*.gtc-nav-right {
        padding-right: 15px !important;
    }*/

  .gtc-nav-navbar .nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: "Avenir LT Std Light", sans-serif;
    overflow-x: hidden !important;
    font-size: 1.08rem;
    line-height: 1.8rem;
    letter-spacing: 0em;
    -webkit-font-smoothing: subpixel-antialiased;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    line-height: 1.5;
    character-spacing: -0.1px;
  }

  .gtc-nav-right .navbar-toggler {
    margin-top: 30px !important;
  }

  .gtc-nav-navbar .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, #007ac2 0%, #006eb2 100%);
  }

  .gtc-nav .utility-con {
    display: none;
  }

  .gtc-navbar-con {
    border-top: 0;
    background-image: none;
  }

  .gtc-nav-navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #gtc-nav-mob {
    position: absolute;
  }

  #gtc-training-tab {
    padding-top: 95px;
  }

  .gtc-training-h4 {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0;
  }

  .act-train-carousel {
    padding: 30px 20px;
  }

  .gtc-nav-navbar .navbar-nav {
    margin-bottom: 10px;
  }

  .webinar-title-con {
    padding: 0;
    padding-top: 15px;
  }

  .webinar-vid-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .upcoming-webinar-box img {
    margin-top: 60px;
  }

  #tsched-margin {
    margin-bottom: 30px;
  }

  .image-checkbox {
    min-height: 130px;
  }

  #tsched-margin:nth-last-of-type(1),
  #tsched-margin:nth-last-of-type(2) {
    margin-bottom: 0;
  }

  .tsched-filter-modal .modal-body {
    overflow-y: scroll;
    height: 65vh;
  }

  .tsched-filter .custom-control {
    margin-top: 10px;
  }

  .image-radio-con {
    min-height: 130px;
  }

  #tsched-filter-modal #tsched-margin:nth-of-type(5) {
    margin-bottom: 30px;
  }

  .tsched-table-con {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  #tsched-header-padding {
    padding-top: calc(160px + 92px) !important;
  }
}

/* END TABLET */

@media screen and (min-width: 768px) {
  .act-carousel .carousel-inner .active,
  .act-carousel .carousel-inner .active + .carousel-item {
    display: block;
  }

  .act-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .act-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .act-carousel .carousel-inner .carousel-item-next,
  .act-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .act-carousel
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .act-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .act-carousel .carousel-item-next.carousel-item-left + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .act-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .act-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .act-carousel .carousel-item-prev.carousel-item-right + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }

  .partner-carousel .carousel-inner .active,
  .partner-carousel .carousel-inner .active + .carousel-item {
    display: block;
  }

  .partner-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .partner-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .partner-carousel .carousel-inner .carousel-item-next,
  .partner-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .partner-carousel
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .partner-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .partner-carousel .carousel-item-next.carousel-item-left + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .partner-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .partner-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .partner-carousel .carousel-item-prev.carousel-item-right + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }

  .footable-sortable:nth-child(2) {
    padding-right: 14px !important;
  }
}

/* Desktop and up */

@media screen and (min-width: 992px) {
  .act-carousel .carousel-inner .active,
  .act-carousel .carousel-inner .active + .carousel-item,
  .act-carousel .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .act-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .act-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .act-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .act-carousel .carousel-inner .carousel-item-next,
  .act-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .act-carousel
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .act-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .act-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .act-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .act-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .act-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .act-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .act-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .act-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .act-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }

  .partner-carousel .carousel-inner .active,
  .partner-carousel .carousel-inner .active + .carousel-item,
  .partner-carousel .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .partner-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .partner-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .partner-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .partner-carousel .carousel-inner .carousel-item-next,
  .partner-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .partner-carousel
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .partner-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .partner-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .partner-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .partner-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .partner-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .partner-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .partner-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .partner-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .partner-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* MOBILE (PORTRAIT) - XS */
@media (max-width: 576px) {
.mobile-agenda-table tr td:last-of-type{
  padding-inline: 0px;
}


.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top:none;
}

td.agenda-table {
    border-top: 1px solid #dee2e6 ;
}

  .level-up-row b {
  margin-inline: unset;
  }

  .mobile-agenda-table tr{
    display: grid;
    width: 75vw;
  }

   .mobile-agenda-table td{
    width: inherit;
  }

  .seminar-div-img{
    margin-inline: auto;
  }

  .human-img{
  height: 305px;
  width: 100%;
}

  .level-up-row {
    gap: 0px !important;
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: start;
            margin-left: 26px;

  }

  .paragraph-admin {
    width: 74%;
  }

  .seminar-series-img {
    height: 320px !important;
    object-fit: contain;
    padding: 20px;
    padding-inline: 5px !important;
  }

  .seminar-sub-section {
    width: 100%;
  }

  .seminar-sub-section p {
    margin-top: 4px;
  }

  .row {
    /* margin-left: 0px;
    margin-right: 0px; */
    gap: 25px;
  }

  p {
    font-size: 1.08rem;
    line-height: 1.8rem;
  }

  .yellow-shape-1 {
    bottom: 0;
    width: 190px;
    left: -100px;
  }

  .yellow-shape-1-con {
    bottom: 320px;
  }

  .gwx-bg,
  .arab-man-bg {
    height: 780px;
  }

  .blue-shape-1 {
    width: 570px;
    bottom: 0;
    right: 80px;
  }

  .blue-shape-1-con {
    bottom: -160px;
  }

  .blue-shadow-1 {
    width: 460px;
    bottom: 0;
    right: 0;
  }

  .blue-shadow-1-con {
    bottom: -120px;
  }

  .dblue-shape-1 {
    width: 280px;
    right: -190px;
  }

  .dblue-shape-1-con {
    bottom: -170px;
  }

  .dblue-shape-2 {
    right: -250px;
    bottom: 0;
  }

  .dblue-shape-2-con {
    bottom: 70px;
  }

  .text-area-height {
    height: 640px;
  }

  .gwx-text-area {
    padding: 30px;
    height: 890px;
  }

  .tagline-font {
    font-size: 35px;
    line-height: 65px;
  }

  .tagline-font-big {
    font-size: 100px;
  }

  /* .gwx-details {
    font-size: 16px;
  } */

  .gisworx-logo {
    margin-top: 40px;
  }

  .body-gradient {
    background-color: #ffffff;
  }

  .dubai-bg {
    /* background-image: linear-gradient(45deg, rgba(242,68,63,1) 0%, rgba(242,68,63,1) 25%, rgba(242,68,63,1) 75%, rgba(252,157,24,1) 100%); */
    background-image: linear-gradient(
      90deg,
      rgba(242, 68, 63, 1) 0%,
      rgba(252, 157, 24, 1) 100%
    );
  }

  .gwx-bg {
    background-image: url("assets/gwx19-images/dubai-sketch.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .gwx-carousel-height {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 540px;
  }

  .gwx-btn {
    width: 100%;
  }

  .gwx-carousel-container {
    padding: 30px;
  }

  .nav-archive .nav-link > .btn-text {
    right: 0;
  }

  .nav-archive .nav-link .link-arrow {
    right: 0;
    opacity: 1;
  }

  .nav-archive .nav-link,
  .nav-archive .btn-text {
    font-size: 15px;
  }

  .nav-archive .nav-item {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom: 10px;
  }

  .nav-archive-container,
  .archive-collapse .card-body {
    padding-bottom: 0 !important;
  }

  .story-subtitle {
    font-size: 35px;
  }

  .story-subtitle-container {
    padding-top: 25px;
  }

  .story-modal .modal-body {
    padding: 40px;
    padding-top: 0;
  }

  .gwx-modal-btn {
    width: max-content;
    min-width: max-content;
    padding-left: 25px;
    padding-right: 25px;
  }

  .gwx-activity-text {
    padding: 30px;
    text-align: center !important;
  }

  .gwx-activity-image {
    height: 220px;
  }

  .curve-6 {
    left: -10px;
    width: 110%;
  }

  .gwx-activity-subtitle {
    font-size: 25px;
    line-height: 35px;
  }

  .gwx-btn-container {
    text-align: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .gwx-activity-padding {
    padding-top: 230px !important;
  }

  .gwx-main-feature .default-bg {
    height: 200px;
  }

  .gwx-main-feature .gwx-feature-text {
    padding: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .gwx-sub-feature {
    padding: 40px;
  }

  .sub-feature-icon {
    /* text-align: left;
    padding: 25px;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 15px; */
    display: none;
  }

  .gwx-activity-icon {
    height: 60px;
    width: 60px;
  }

  .egi-header-text .page-heading {
    font-size: 40px;
    line-height: 1.3;
  }

  .egi-header-text .small-caps-heading {
    margin-bottom: 30px;
  }

  .egi-modal .modal-header {
    padding: 40px;
    padding-bottom: 0;
  }

  .egi-modal .modal-body {
    padding: 40px;
    padding-top: 10px;
  }

  .egi-deadline {
    padding: 40px;
  }

  .egi-selection-p {
    padding-right: 0;
  }

  .page-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .ex-heading {
    padding-bottom: 250px;
  }

  .ex-form-col {
    padding: 60px 20px !important;
  }

  .gwx-ex-btn {
    width: -webkit-fill-available;
  }

  .ex-partner-container {
    padding: 0 80px;
  }

  .long-btn {
    width: initial;
    min-width: initial;
    padding-left: 25px;
    padding-right: 25px;
    white-space: normal;
    max-width: 100%;
    height: auto;
  }

  .long-btn .btn-text {
    position: initial;
    right: initial;
  }

  .long-btn .link-arrow {
    display: none;
  }

  .exhibition-inquiry-padding {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .egi-org-logo {
    max-height: 100% !important;
    height: auto !important;
  }

  .egi-org-row {
    height: 60px;
  }

  .egi-online-poll .smcx-embed {
    height: 4200px;
  }

  .egi-online-poll .smcx-embed > .smcx-iframe-container {
    height: 4165px;
  }

  .gwx-lp-logo-container {
    padding-top: 80px;
  }

  .gwx-man {
    width: 100%;
  }

  .lp-bg {
    background-size: contain;
  }

  .gwx-lp-man-container {
    padding-top: 30px;
  }

  .gwx-nav .nav-register {
    width: 100%;
    text-align: center;
  }

  #egi-login-text {
    margin-bottom: 5px;
  }

  #egi-login-text,
  #egi-forgot-pw {
    text-align: left !important;
  }

  #egi-back-button {
    margin-bottom: 30px;
  }

  .mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .gwx-faq {
    padding: 20px 30px !important;
  }

  .register-graphics {
    padding: 0;
  }

  .reg-heading {
    padding-bottom: 100px;
  }

  .new-date {
    height: 200px;
  }

  .gwx-main-carousel .home-slide {
    height: 350px;
  }

  .gwx-main-carousel .gwx-main-text {
    height: 250px;
  }

  .gwx-counter-con {
    padding: 20px;
    padding-top: 80px;
  }

  .gwx-reg-con {
    background-size: cover;
    padding: 70px 20px;
  }

  .gwx-main-carousel .carousel-control-next {
    display: none;
  }

  /* .gwx-details {
    display: none;
  } */

  .nav-reg-btn {
    display: none;
  }

  .gwx-nav-toggler {
    margin-left: auto;
  }

  .nav-reg-btn-collapse {
    display: block;
  }

  .act-img .gwx-sub-feature {
    height: 460px;
  }

  /* .gwx-wrk-embed .smcx-embed {
    height: 700px;
  } */

  /* .gwx-wrk-embed .smcx-embed>.smcx-iframe-container {
    height: 700px;
  } */

  .workshop-graphics {
    margin-top: 0;
  }

  .wrk-reg-graphics {
    padding-left: 0;
    padding-right: 0;
  }

  .experience-heading {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .wood-bg {
    padding: 60px 20px;
    text-align: center;
  }

  .wood-con {
    padding-bottom: 41px;
  }

  .yc-detail-first {
    margin-bottom: 30px;
  }

  .yc-register {
    padding: 80px 20px;
  }

  .yc-strmp-img {
    height: 200px;
  }

  .yc-strmp {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .yc-reg-closed {
    padding: 30px;
  }

  .video-banner-con {
    margin-top: 86px;
  }

  .exp-hg-con {
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .exp-govworx-graphics {
    height: 280px;
  }

  .footer-exp .link-arrow {
    display: none;
  }

  .swoc-con {
    padding-bottom: 380px;
  }

  .swoc-banner {
    background-image: url("assets/gwx19-images/swoc-banner-mob.jpg");
    background-position: center bottom !important;
  }

  .swoc-text {
    font-size: 30px;
    line-height: 35px;
  }

  .exp-details-con {
    padding: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nreg-con {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .exp-details-con .fa-ul > li {
    font-size: 1.08rem;
  }

  .at-share-dock.atss {
    z-index: 1000 !important;
  }

  .workshop-con {
    padding: 40px 20px;
  }

  .footable .form-inline .input-group > .form-control {
    width: 100% !important;
  }

  table.footable > tbody > tr.footable-detail-row > td {
    padding-left: 0 !important;
  }

  .footable-filtering select.form-control {
    display: none;
  }

  .wrk-list-title {
    margin-bottom: 0;
  }

  .gwx-socmed .card-columns {
    column-count: 1;
  }

  #adda-gold {
    padding-top: 100%;
  }

  #afz-bronze {
    padding-top: 100%;
  }

  .partner-link a {
    font-size: 1.08rem;
    line-height: 1.8rem;
  }

  .conf-headline {
    font-size: 300%;
  }

  .conf-box,
  .conf-overlay {
    padding-top: 100%;
  }

  .conf-info {
    padding: 40px;
  }

  .video-header {
    background-image: url("assets/gwx19-images/exp-tour-bg.jpg");
    background-size: cover;
    background-position: center;
  }

  .video-header video {
    display: none;
  }

  #video-header-btn {
    background-color: #162e4f;
    background-image: none !important;
  }

  .exp-feature-main {
    padding-bottom: 80px;
  }

  .gtc-nav-right .navbar-toggler {
    margin-top: 20px !important;
  }

  .gtc-logo {
    width: 240px;
  }

  .gtc-training-h4 {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
    font-family: "Avenir LT Std Light", sans-serif;
    line-height: 35px;
  }

  .act-train-row {
    height: 200px;
  }

  .act-train-carousel {
    padding: 40px;
  }

  #gtc-header-padding {
    padding-bottom: 60px !important;
  }

  .footable td.footable-last-visible {
    min-width: 100px;
  }

  table.footable-details > tbody > tr > th:nth-child(1) {
    min-width: 100px !important;
  }

  .fmewt-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .webinar-nav-mob .webinar-title-con {
    padding-top: 0;
    padding-left: 15px;
  }

  .webinar-nav-mob .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  #webinar-desktop {
    display: none;
  }

  #webinar-mob {
    display: block;
  }

  .upcoming-webinar-box {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #tsched-margin {
    margin-bottom: 10px;
  }

  #tsched-margin:nth-last-of-type(2) {
    margin-bottom: 10px;
  }

  .image-checkbox {
    min-height: 80px;
  }

  .image-checkbox #image-checkbox-text {
    text-align: left;
  }

  .tsched-filter p {
    font-size: 1rem;
    line-height: 30px !important;
  }

  .tsched-filter .custom-checkbox .custom-control-label::before {
    top: 6px;
  }

  .image-radio-label #image-checkbox-text {
    text-align: left;
  }

  #custom-search-input {
    width: 100%;
  }

  .tsched-filter-btn {
    margin-top: 15px;
    width: calc(50% - 7.5px);
  }

  .tsched-filter-btn:first-of-type {
    margin-left: 0;
  }

  .tsched-filter .custom-checkbox .custom-control-label::before {
    top: 4px;
  }

  .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::after {
    top: 1px;
  }

  .image-radio-con {
    min-height: 70px;
  }

  .tsched-prereq-con {
    margin-top: 80px;
  }

  .seminar-card {
    text-align: center;
    width: 100%;
    align-self: anchor-center;
    height: fit-content;
    /* align-content: center; */
    align-items: flex-start;
    padding-inline: 25px;
  }

  .seminar-card > img {
    height: 60px;
    width: 60px;
  }

  .seminar-container {
    gap: 45px;
  }

  .seminar-card > b {
    height: 50px;
  }

  .workshop-con .footable-last-visible {
    /* min-width: 57px; */
    width: 120px !important;
    min-width: unset;
  }
}

/* END MOBILE */
