@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,500&display=swap");
@font-face {
  font-family: "ianawebfont";
  src: url("../fonts/ianawebfont.ttf") format("truetype"), url("../fonts/ianawebfont.woff") format("woff"), url("../fonts/ianawebfont.svg#iana") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ianafont-], [class*=" ianafont-"] {
  font-family: "ianawebfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ianafont-g-earth:before {
  content: "\e900";
}

.ianafont-lock:before {
  content: "\e901";
}

.ianafont-cost-effective:before {
  content: "\e902";
}

.ianafont-service:before {
  content: "\e903";
}

.ianafont-lcoation:before {
  content: "\e905";
}

/*------   Table of Contents ------

 01- Reset Styles

----------------------------*/
/*------    Reset Styles   ------*/
* {
  margin: 0;
  padding: 0;
}

/*
    1rem = 16px 
    100% =  16px  default font size

    10px default font size

    1px = 6.25%

    10/16 = 625 * 100 = 62.5%

*/
html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #9b9b9b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #52b967;
  color: #ffffff;
}

*,
:active,
:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

button {
  border: none;
}

blockquote,
q {
  quotes: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.mr-30 {
  margin-right: 30px;
}

a {
  color: #44a9dd;
}

h1 {
  font-size: 2.3rem;
}

p {
  line-height: 22px;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  html {
    font-size: 55.5%;
  }
}
/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-moz-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-ms-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-o-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-moz-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-ms-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-o-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/*------------------------------*\
    BUTTONS
\*--------------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  width: 170px;
  height: 50px;
  line-height: 48px;
  border-radius: 3px;
  text-align: center;
  padding: 0;
  letter-spacing: 0.4px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:focus, .btn.active, .btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn-block {
  width: 100%;
}

/* Button Primary */
.btn-primary {
  background-color: #52b967;
  color: #ffffff;
  border: 2px solid #52b967;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: transparent;
  color: #52b967;
}
.btn-primary.btn-hover2:active, .btn-primary.btn-hover2:focus, .btn-primary.btn-hover2:hover {
  background-color: #ffffff;
  color: #52b967;
  border-color: #ffffff;
}
.btn-primary.btn-hover3:active, .btn-primary.btn-hover3:focus, .btn-primary.btn-hover3:hover {
  background-color: #121c45;
  color: #ffffff;
  border-color: #121c45;
}

/* Button Secondary*/
.btn-secondary {
  background-color: #05103b;
  color: #ffffff;
  border: 2px solid #05103b;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #52b967;
  color: #ffffff;
  border-color: #52b967;
}
.btn-secondary.btn-hover2:active, .btn-secondary.btn-hover2:focus, .btn-secondary.btn-hover2:hover {
  background-color: #ffffff;
  color: #121c45;
  border-color: #ffffff;
}

/* Button White */
.btn-white {
  background-color: #ffffff;
  color: #121c45;
  border: 2px solid #ffffff;
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  background-color: #52b967;
  color: #ffffff;
  border-color: #52b967;
}
.btn-white.btn-hover2:active, .btn-white.btn-hover2:focus, .btn-white.btn-hover2:hover {
  background-color: #121c45;
  color: #ffffff;
  border-color: #121c45;
}
.btn-white.btn-secondary {
  color: #121c45;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-white.btn-secondary:active, .btn-white.btn-secondary:focus, .btn-white.btn-secondary:hover {
  color: #ffffff;
  background-color: #52b967;
  border-color: #52b967;
}

.btn-rounded {
  border-radius: 50px;
}

/* Button Link */
.btn-link {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
}
.btn-link.btn-primary {
  color: #52b967;
}
.btn-link.btn-primary:active, .btn-link.btn-primary:focus, .btn-link.btn-primary:hover {
  color: #121c45;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.btn-secondary {
  color: #121c45;
}
.btn-link.btn-secondary:active, .btn-link.btn-secondary:focus, .btn-link.btn-secondary:hover {
  color: #52b967;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.btn-white {
  color: #ffffff;
}
.btn-link.btn-white:active, .btn-link.btn-white:focus, .btn-link.btn-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}

/* Button Bordered */
.btn-bordered {
  background-color: transparent;
}
.btn-bordered.btn-primary {
  color: #52b967;
  border-color: #52b967;
}
.btn-bordered.btn-primary:active, .btn-bordered.btn-primary:focus, .btn-bordered.btn-primary:hover {
  color: #ffffff;
  background-color: #52b967;
  border-color: #52b967;
}
.btn-bordered.btn-secondary {
  color: #121c45;
  border-color: #121c45;
}
.btn-bordered.btn-secondary:active, .btn-bordered.btn-secondary:focus, .btn-bordered.btn-secondary:hover {
  color: #ffffff;
  background-color: #121c45;
  border-color: #121c45;
}
.btn-bordered.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-bordered.btn-white:active, .btn-bordered.btn-white:focus, .btn-bordered.btn-white:hover {
  color: #52b967;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-video.popup-video {
  padding-left: 50px;
  color: #ffffff;
}
.btn-video.popup-video .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn-video.popup-video .video-player > .fa-play {
  margin-top: 28px;
}

.btn-video-lg.popup-video {
  padding-left: 100px;
  width: 200px;
  height: 75px;
  line-height: 75px;
}
.btn-video-lg.popup-video .video-player {
  width: 75px;
  height: 75px;
  line-height: 75px;
}
.btn-video-lg.popup-video .video-btn-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}

.btn-lg {
  width: 220px;
}

.btn-auto {
  width: auto;
  padding: 10px 20px;
  height: auto;
  line-height: inherit;
}

.btn-underlined {
  padding-bottom: 5px;
}
.btn-underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #52b967;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-white.btn-underlined:after {
  background-color: #ffffff;
}

.btn-white.btn-underlined:hover {
  color: #121c45;
}
.btn-white.btn-underlined:hover:after {
  background-color: #121c45;
}

.btn span + i {
  margin-left: 6px;
}

.popup-video {
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -116px;
  bottom: 0;
  width: 200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 1000;
}
.popup-video .video-player {
  font-size: 18px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #52b967;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.popup-video .video-player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #52b967;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}
.popup-video .video-player-animation-2 {
  animation-delay: 1s;
}
.popup-video .video-player-animation-3 {
  animation-delay: 1.8s;
}
.popup-video .video-player-title {
  text-transform: uppercase;
  color: #121c45;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.popup-video:hover .video-player-animation {
  opacity: 0;
  animation-play-state: paused;
}

.video-btn-white .video-player {
  background-color: #ffffff;
  color: #52b967;
}
.video-btn-white .video-player-animation {
  border-color: #ffffff;
}

.video-btn-right-center {
  position: absolute;
  top: 50%;
  right: -163px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.download-pdf {
  background-image: url(/front/images/icon/pdf-icon-download.svg);
  background-size: 18px;
  padding-right: 40px;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif, sans-serif;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  /* background-position: right 10px bottom 10px; */
  background-position: right 10px bottom 7px;
  border-radius: 5px !important;
  border: 1px solid #e7e7e7;
}
.download-pdf:hover {
  background-image: url(/front/images/icon/pdf-icon-download_white.svg);
}

.pdficon, .PDFICON, .PdfIcon, .PDFicon {
  background-image: url(/front/images/icon/pdf-icon.svg);
  background-size: 14px;
  padding-right: 20px;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif, sans-serif;
  text-decoration: none;
  background-position: right 0px bottom 0px;
  content: "\f1c1";
}
.pdficon:hover , .PDFICON:hover, .PdfIcon:hover, .PDFicon:hover {
  background-image: url(/front/images/icon/pdf-icon.svg);
}


.download-danger-pdf {
  background-size: 17px;
  padding-right: 40px;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif, sans-serif;
  text-decoration: none;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  background-position: right 10px bottom 10px;
  border-radius: 5px !important;
  border: 1px solid #e7e7e7;
  background-image: url(/front/images/icon/pdf-icon-download_white.svg) !important;
}
.download-danger-pdf:hover {
  background-image: url(/front/images/icon/pdf-icon-download_white.svg);
}

.download-pdf-before {
  background-image: url(/front/images/icon/pdf-icon-download.svg);
  background-size: 18px;
  padding-left: 44px;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif, sans-serif;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  background-position: left 10px bottom 7px;
  border-radius: 5px !important;
  border: 1px solid #e7e7e7;
}
.download-pdf-before:hover {
  background-image: url(/front/images/icon/pdf-icon-download_white.svg);
}

.link-download-pdf {
  background-image: url(/front/images/icon/pdf-icon-download.svg);
  background-size: 18px;
  padding-right: 31px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: right 7px bottom 2px;
  display: inline-block;
  height: 26px;
  font-weight: 500;
}

.widget-download {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px !important;
  height: 52px;
  background-color: #ffffff;
  color: #52b967 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 4px !important;
  margin-bottom: 20px;
  position: relative !important;
  margin-top: 5px;
}
.widget-download span {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  width: 90%;
}
.widget-download svg {
  margin-left: 5px;
  fill: #52b967;
}
.widget-download:hover {
  color: #ffffff !important;
}
.widget-download:hover svg {
  fill: #ffffff;
}

.download-icon {
  position: relative;
}
.download-icon::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 10px;
  background-image: url(/front/images/icon/download_icon.svg);
  background-size: 18px;
  padding-right: 25px;
  height: 20px;
  width: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  filter: invert(73%) sepia(6%) saturate(3597%) hue-rotate(80deg) brightness(87%) contrast(80%);
}
.download-icon:hover {
  background: #52b967;
}
.download-icon:hover::after {
  filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(108%) contrast(100%);
}

.read-more {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 30px;
  height: auto;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  border: 2px solid rgba(37, 55, 69, 0.5);
  background-color: #ffffff;
  color: #121c45;
  transition: 0.3s ease-in-out;
}
.read-more i {
  background-color: #ffffff;
  color: #121c45;
  margin-left: 5px;
  padding: 3px 4px;
  border-radius: 100%;
}
.read-more:hover {
  -webkit-box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
  box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
  color: #ffffff;
  background-color: #121c45;
  border-color: #121c45;
}
.read-more:hover i {
  background-color: #ffffff;
  color: #121c45;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.btn-small {
  padding: 2px 14px !important;
  font-size: 13px;
}

.btn-danger {
  background-color: #e95a27 !important;
  border: 2px solid #e95a27 !important;
}

.btn-danger:focus, .btn-danger:hover {
  color: #f2f2f2 !important;
  background-color: #f16735 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121c45;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

.heading-title {
  font-size: 33px;
  margin-bottom: 10px;
}

.heading h2 {
  font-size: 2rem;
}
.heading h5 {
  font-size: 1.8rem;
}

.sub_main_heading h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
  margin-top: 10px;
}

.intro-text {
  font-size: 2rem;
  line-height: 28px;
  color: #2b3e4b;
  font-weight: 400;
  margin-bottom: 10px;
}

.default-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.default-list li {
  margin: 0;
  padding: 0;
  position: relative;
}
.default-list li::before {
  font-family: "Fontawesome";
  content: "\f101";
  font-size: 16px;
  color: #52b967;
  padding-right: 7px;
}
.default-list li a {
  font-weight: 500;
}

.col-padding-0 > .row {
  margin: 0;
}

.col-padding-0,
.col-padding-0 > .row > [class*=col-] {
  padding: 0;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

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

.mh-480 {
  min-height: 480px;
}

.mh-500 {
  min-height: 500px;
}

.mw-220 {
  min-width: 220px;
}

.mxw-220 {
  max-width: 220px !important;
}

.mw-320 {
  min-width: 320px;
}

.mxw-320 {
  max-width: 320px !important;
}

.mw-420 {
  min-width: 420px;
}

.mxw-420 {
  max-width: 420px !important;
}

.mrg-center {
  margin: 0 auto;
}

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

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

/*----------------------   Carousel -----------------------*/
[data-nav=false] .owl-nav,
[data-dots=false] .owl-dots {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.carousel-dots .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.carousel-dots .owl-dots .owl-dot {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 20px;
}
.carousel-dots .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.carousel-dots .owl-dots .owl-dot:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-dots .owl-dots .owl-dot:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-dots .owl-dots .owl-dot.active span {
  border-color: #52b967;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.carousel-dots .owl-dots .owl-dot.active:before,
.carousel-dots .owl-dots .owl-dot.active:after {
  background-color: #52b967;
}

.carousel-dots-white .owl-dots .owl-dot.active span,
.carousel-dots-white .owl-dots .owl-dot span {
  border-color: #fff;
}
.carousel-dots-white .owl-dots .owl-dot.active:before,
.carousel-dots-white .owl-dots .owl-dot.active:after {
  background-color: #fff;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  transform: translateY(-50%);
}
.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
  color: #52b967;
  background-color: transparent;
}
.carousel-arrows .owl-nav .owl-prev span,
.carousel-arrows .owl-nav .owl-next span {
  font-size: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  border-radius: 20px;
  padding: 0px 0px;
  line-height: 29px;
  display: block;
  color: #fff;
  width: 34px;
  height: 34px;
}
.carousel-arrows .owl-nav .owl-prev span:hover,
.carousel-arrows .owl-nav .owl-next span:hover {
  color: #52b967;
  background-color: rgba(255, 255, 255, 0.159);
}
.carousel-arrows .owl-nav .owl-prev {
  left: -50px;
}
.carousel-arrows .owl-nav .owl-next {
  right: -50px;
}
/*--------------------    Tabs  -------------------*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  display: block;
  position: relative;
  padding: 0 0 6px;
  margin: 0 30px 20px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #121c45;
}
.nav-tabs .nav-link:last-of-type {
  margin-right: 0;
}
.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #52b967;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #52b967;
}
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav-link {
  color: #ffffff;
}
.nav-tabs-white .nav-link.active, .nav-tabs-white .nav-link:hover {
  color: #ffffff;
}
.nav-tabs-white .nav-link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
.iana-tabs {
  font-family: "Roboto", sans-serif;
}
.iana-tabs > .nav-link {
  padding: 15px 20px;
  margin: 0 5px 0 0;
  background-color: #f3f3f3;
  border-radius: 4px 4px 0 0;
}
.iana-tabs > .nav-link:hover {
  background-color: #05103b;
  color: #fff;
}
.iana-tabs > .nav-link.show, .iana-tabs > .nav-link.active {
  background-color: #05103b;
  color: #fff;
  margin-top: -5px;
}

.uiia-tabs > .nav-link:after {
  background-color: #e95a27;
}

.v-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.v-tab > .v-nav-tab {
  max-width: 350px;
  padding: 15px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.253);
}
.v-tab > .v-nav-tab .nav-link {
  color: #14162e;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border-radius: 3px;
  padding: 12px 25px 12px 25px;
  justify-content: flex-end;
  border: 0px;
  text-align: left;
  margin-bottom: 0px;
}
.v-tab > .v-nav-tab .nav-link.active {
  background: #f3f3f3;
  color: #e95a27;
  font-weight: 600;
  border-left: 2px solid #e95a27;
}
.v-tab > .v-nav-content {
  width: 85%;
}

.inan-tab-content {
  background: #fafafa;
}
.inan-tab-content .tab-pane {
  padding: 20px;
}
.inan-tab-content .tab-pane p {
  color: #373740;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding: 5px;
  margin: 0;
}
.inan-tab-content .tab-pane h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0e2b3d;
  line-height: 22px;
  padding: 5px;
  margin: 0;
}

.tabs-md {
  margin-top: 20px;
}
.tabs-md > .nav-link {
  padding: 15px 18px;
}

.sponsors {
  padding: 60px 0;
  margin: 60px 0;
}
.sponsors .sponsors-section {
  padding: 10px;
}
.sponsors .sponsors-section h1 {
  font-size: 36px;
  margin: 10px 0;
}
.sponsors .sponsorslogo {
  margin-top: 20px;
  background: #f5f5f4;
  /* background: rgb(250, 250, 250); */
  padding: 10px;
}
.sponsors .client {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 130px;
  background-color: #fff;
}
.sponsors .client img {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
  height: 130px;
}
.sponsors .owl-carousel {
  z-index: 0;
}

/*--------------------    Accordion  -------------------*/
.iana-accordion > .accordion-item {
  margin-bottom: 30px;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  text-align: left;
}
.iana-accordion > .accordion-item .accordion-header {
  padding: 15px;
  margin: 0;
}
.iana-accordion > .accordion-item .accordion-header .accordion-button {
  font-size: 17px;
  font-weight: 600;
  color: #253745;
  padding: 7px;
}
.iana-accordion > .accordion-item .accordion-header .accordion-button::after {
  font-family: "Fontawesome";
  content: "\f077";
  border-image: none;
  padding: 5px 10px 10px 6px;
  border-radius: 50%;
  background-color: #253745;
  color: #fff;
  margin-left: auto;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-image: none;
}
.iana-accordion > .accordion-item .accordion-header .accordion-button:focus {
  z-index: 3;
  border-color: red;
  outline: 0;
  box-shadow: none;
}
.iana-accordion > .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #32c36c;
  background: none;
  box-shadow: none;
}
.iana-accordion > .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-color: #32c36c;
}
.iana-accordion > .accordion-item .accordion-body {
  font-family: "Roboto", sans-serif;
  padding: 10px 29px;
}
.iana-accordion > .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 23px;
  color: #616161;
}
.iana-accordion > .accordion-item:not(:first-of-type) {
  border-top: 2px solid #eaeaea;
}
.iana-accordion .active-ac {
  border: 2px solid #52b967 !important;
}

/*----------------------    Pagination -----------------------*/
.pagination {
  margin-top: 20px;
}
.pagination li {
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: transparent;
  color: #222;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}
.pagination li a:hover, .pagination li a.current {
  background-color: #52b967;
  border-color: #52b967;
  color: #ffffff;
}
.pagination li a .fa {
  font-size: 13px;
  margin-top: 17px;
}

.custome-pagination > nav{display: flex;flex-wrap: nowrap;justify-content: center;}
.custome-pagination > nav > .pagination{margin: 0 0 30px 0;padding: 0;}
.custome-pagination > nav > .pagination > .page-item{    font-size: 18px;font-weight: 600;display: block;
width: 50px;
height: 50px;
line-height: 38px;
background-color: transparent;
color: #222;
text-align: center;
margin: 0 5px;
padding: 0;
box-shadow: none;}
.custome-pagination > nav > .pagination > .page-item > a{font-size: 16px;
font-weight: 500;
display: block;
width: 48px;
height: 48px;
line-height: 40px !important;
background-color: transparent;
color: #222;
text-align: center;
border: 1px solid #eaeaea;
transition: all 0.3s linear;
border-radius: 3px;}

.custome-pagination > nav > .pagination > .page-item > .page-link{font-size: 16px;
font-weight: 500;
display: block;
width: 48px;
height: 48px;
line-height: 40px !important;
background-color: transparent;
color: #222;
text-align: center;
border: 1px solid #eaeaea;
transition: all 0.3s linear;
border-radius: 3px;}

.custome-pagination > nav > .pagination > .page-item:first-child > .page-link{font-size: 30px; line-height: 34px !important;font-weight: 400;}
.custome-pagination > nav > .pagination > .page-item:last-child > .page-link{font-size: 30px; line-height: 34px !important;font-weight: 400;}
.custome-pagination > nav > .pagination > .active > .page-link{  font-size: 16px;
font-weight: 500;
display: block;
width: 48px;
height: 48px;
line-height: 40px !important;
text-align: center;
transition: all 0.3s linear;
border-radius: 3px; background-color: #52b967;
border-color: #52b967;
color: #ffffff;}

.custome-pagination > nav > .pagination > .page-item.disabled > .page-link{background-color: #f9f9f9;color: #ccc;}

/*---------------------------         Forms     ----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #2b3e4b;
  margin-bottom: 10px !important;
}

.form-box {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  padding: 15px 24px;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  line-height: 50px;
  border: none;
  border: 1px solid #eaeaea;
  padding: 0 0 0 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  margin-bottom: 0px;
  background-color: #fdfdfd;
}
.form-control:focus {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 0 0 0.15rem rgba(82, 185, 102, 0.5019607843);
}

textarea.form-control {
  height: 122px;
  padding-top: 10px;
  line-height: 25px;
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

.form-group-select {
  position: relative;
}
.form-group-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #2b3e4b;
  cursor: pointer;
  font-weight: 500;
}
.form-group-select:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
}
.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}
.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #52b967;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* custom checkbox */
input.cust_chk[type=checkbox] {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid rgba(18, 69, 141, 0.4);
  border-radius: 3px;
  background: #fff;
  position: relative;
  margin-right: 10px;
}

input.cust_chk[type=checkbox]:checked {
  border: 1px solid rgba(18, 69, 141, 0.5);
  background: #093A80;
}

input.cust_chk[type=checkbox]:checked:before, input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}

/* input.cust_chk[type="checkbox"]:checked:before {width: 8px;top: 11px;left: 2px;transform: rotate(44deg);}
input.cust_chk[type="checkbox"]:checked:after {width: 14px;top: 8px;left: 5px;transform: rotate(-55deg);} */
input.cust_chk[type=checkbox]:checked::before {
  width: 7px;
  top: 10px;
  left: 3px;
  transform: rotate(44deg);
}

input.cust_chk[type=checkbox]:checked::after {
  width: 11px;
  top: 7px;
  left: 6px;
  transform: rotate(-55deg);
}

input.cust_chk[type=checkbox]:focus {
  outline: none;
}

input.cust_radio[type=radio] {
  height: 18px;
  width: 18px;
  margin: 1px 0 0 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid rgba(18, 69, 141, 0.4);
  border-radius: 100px;
  background: #fff;
  position: relative;
  margin-right: 10px;
  min-width: 18px;
}

input.cust_radio[type=radio]:checked {
  border: 1px solid rgba(18, 69, 141, 0.5);
  background: #093A80;
}

input.cust_radio[type=radio]:checked:before, input[type=radio]:checked:after {
  content: "";
  position: absolute;
  background: #fff;
}

input.cust_radio[type=radio]:checked::before {
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
  background: #093A80;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #fff;
}

/* input.cust_radio[type="radio"]:checked::after {width: 11px;top: 7px;left: 6px;transform: rotate(-55deg);} */
input.cust_radio[type=radio]:focus {
  outline: none;
}

.label_notes {
  display: block;
  font-size: 13px;
  color: #585858;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

.characters_rem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0 15px 0;
}
.characters_rem .char_title {
  font-size: 13px;
  color: #585858;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}
.characters_rem .char_title .characters_num {
  color: #000;
  font-weight: bold;
}

.form-box-bg {
  background: #ecebeb;
}
.form-box-bg .form-control {
  border: 1px solid #e1e1e1;
}
.form-box-bg .drop-container {
  border-color: #e1e1e1;
}

.sub_lb_bt {
  display: block;
  margin-top: 3px;
  padding: 0 !important;
  color: #444;
  font-size: 13px;
  font-weight: 500;
}

.timeline {
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline *::before,
.timeline *::after {
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal)::before {
  background-color: #DDD;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 1rem;
  padding: 10px 40px 10px 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item::after {
  background-color: #ffffff;
  border: 4px solid #52b967;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}
.timeline__item--right::after {
  left: -10px;
}
.timeline__item--right .timeline__content::before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content::after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #FFF;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px;
}

.timeline__content {
  background-color: #FFF;
  border: 1px solid #52b967;
  border-radius: 6px;
  color: #333;
  display: block;
  padding: 10px 10px;
  position: relative;
}
.timeline__content::before, .timeline__content::after {
  content: "";
  height: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content::before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #CCC;
  border-top: 10px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content::after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #FFF;
  border-top: 9px solid transparent;
  right: -10px;
  z-index: 2;
}
.timeline__content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
}
.timeline__content p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin-bottom: 0px !important;
  padding: 5px 0 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #DDD;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 40px;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: auto;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #52b967;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 40px 0 0;
}
.timeline--horizontal .timeline__item--bottom::after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::before {
  border-bottom: 12px solid #52b967;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::after {
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev::before {
  background-image: url("/front/images/arrow-left.svg");
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next::before {
  background-image: url("/front/images/arrow-right.svg");
}
.timeline-nav-button:hover {
  background: #fff;
  border: 2px solid #52b967;
}
.timeline-nav-button:hover::before {
  filter: invert(66%) sepia(13%) saturate(1730%) hue-rotate(80deg) brightness(94%) contrast(81%);
}

.timeline--mobile {
  padding: 0;
}
.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item::after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content::before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content::after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFF;
  border-left: none;
  border-top: 10px solid transparent;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
.header {
  position: relative;
  z-index: 1010;
}

/* Navbar */
.header_top {
  width: 100%;
  clear: both;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 5px;
  background: linear-gradient(to left, rgba(204, 204, 204, 0.2784313725), rgba(255, 255, 255, 0.72), rgba(134, 132, 157, 0), rgba(193, 191, 205, 0), rgba(255, 255, 255, 0));
  margin-top: -2px;
}
.header_top .event-nav-block {
  padding: 0 0 0 10px;
  margin: 0;
}
.header_top .event-nav-block a {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #2b2a64;
  position: relative;
}
.header_top .event-nav-block a:before {
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f105";
  position: absolute;
  top: -1px;
  right: -15px;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.header_top .event-nav-block a strong {
  font-weight: bold;
}
.header_top .nav-lnk-block {
  padding: 0;
  margin: 0;
}
.header_top .nav-lnk-block ul {
  margin: 0;
  padding: 0 0px 0 0;
  list-style: none;
}
.header_top .nav-lnk-block ul li {
  display: inline-block;
}
.header_top .nav-lnk-block ul li a {
  font-size: 1.3rem;
  color: #2b2a64;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 0px;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}
.header_top .nav-lnk-block ul li:last-child a {
  border-right: none;
}
.header_top .nav-lnk-block ul .logout > .dropdown-menu {
  display: none;
}
.header_top .nav-lnk-block ul .logout > .dropdown-menu > .nav-item {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.header_top .nav-lnk-block ul .logout > .dropdown-menu > .nav-item > .nav-link {
  color: #000;
  line-height: 42px;
}
.header_top .nav-lnk-block ul .logout > .dropdown-menu > .nav-item > .nav-link:hover {
  background: #52b967;
  color: #fff;
}
.header_top .nav-lnk-block ul .logout:hover .dropdown-menu {
  display: block !important;
}

.navbar {
  padding: 0;
  height: 140px;
  max-height: 140px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* navbar-modules */
}
.navbar > .container-fluid {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: none;
}
.navbar > .container-fluid .iana_logo {
  padding: 0;
  margin: 0;
  line-height: 100px;
}
.navbar > .container-fluid .iana_logo img {
  max-height: 82px;
}
.navbar > .container-fluid .iana_logo .logo-light {
  display: inline-block;
  filter: drop-shadow(5px 5px 5px #222222);
}
.navbar > .container-fluid .iana_logo .logo-dark {
  display: none;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}
.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}
.navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #05103b;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}
.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #05103b;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar .nav-item {
  position: relative;
  margin-right: 10px;
}
.navbar .nav-item:last-child {
  margin-right: 0;
}
.navbar .nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.navbar .nav-item .nav-link {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.4px;
  padding: 0 9px !important;
  background: rgba(49, 48, 115, 0.8);
  border-radius: 5px;
}
.navbar .nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  display: block;
  background-color: #ffffff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.navbar .nav-item .nav-link.active:before, .navbar .nav-item .nav-link:hover:before {
  width: 100%;
}
.navbar .nav-item > .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 5px 5px;
  border: none;
  margin: 0;
  background-color: #ffffff;
  padding: 15px 0px;
  width: auto;
  min-width: 235px;
  box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
  transition: all 0.5s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.navbar .nav-item > .dropdown-menu .nav-item {
  padding: 0 15px;
  margin-right: 0;
}
.navbar .nav-item > .dropdown-menu .nav-item .nav-link {
  color: #222020;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 40px !important;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.navbar .nav-item > .dropdown-menu .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #52b967;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.navbar .nav-item > .dropdown-menu .nav-item .nav-link:before {
  display: none;
}
.navbar .nav-item > .dropdown-menu .nav-item .nav-link:hover {
  color: #52b967;
}
.navbar .nav-item > .dropdown-menu .nav-item .nav-link:hover:after {
  width: 100%;
}
.navbar .nav-item > .dropdown-menu .nav-item:last-child > .nav-link {
  border-bottom: none;
}
.navbar .nav-item > .dropdown-menu .nav-item:last-child > .nav-link:after {
  display: none;
}
.navbar .nav-item .dropdown-toggle:after {
  content: "\f0d7";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar .nav-item .arrow_nav {
  padding-right: 20px !important;
}
.navbar .nav-item .arrow_nav::after {
  right: 6px !important;
}
.navbar .navbar-modules {
  margin-left: 5px;
  margin-right: 20px;
  padding: 0 0px;
}
.navbar .navbar-modules .modules-wrapper {
  margin-bottom: 0;
}
.navbar .navbar-modules .modules-wrapper li {
  margin-left: 6px;
}
.navbar .navbar-modules .modules-wrapper li a {
  position: relative;
  color: #ffffff;
}
.navbar .navbar-modules .modules-wrapper li a:hover {
  color: #ffffff;
}
.navbar .navbar-modules .modules-wrapper li .module-btn {
  padding: 6px 8px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  font-size: 13px;
  font-weight: normal;
}
.navbar .navbar-modules .modules-wrapper .discover_menu {
  display: flex;
  align-items: center;
}
.navbar .navbar-modules .modules-wrapper .discover_menu span.discover_text {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  background: rgba(49, 48, 115, 0.8);
  padding: 0px 10px;
  border-radius: 5px 0 0 5px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 36px;
}
.navbar .navbar-modules .modules-wrapper .discover_menu .ham_menu {
  height: 36px;
  background: #eb6331;
  margin-right: 4px;
  border-radius: 0 5px 5px 0;
  width: 48px;
}
.navbar .navbar-modules .modules-wrapper .discover_menu .ham_menu .ham {
  margin-top: -7px;
  margin-left: -2px;
}
.navbar .navbar-modules .modules-wrapper .discover_menu .ham_menu .ham .line {
  stroke-width: 4;
}
.navbar .navbar-modules .modules-wrapper .discover_menu .ham_menu .active {
  margin-left: 1px !important;
  margin-top: -8px !important;
}
.navbar .navbar-modules .modules-wrapper .hamburger-menu {
  z-index: 10;
  cursor: pointer;
}
.navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar1,
.navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar2,
.navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar3 {
  width: 2.5rem;
  height: 0.2rem;
  background-color: #ffffff;
  margin: 0.6rem 0px 0.6rem 5px;
  transition: 0.4s;
}
.navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar2 {
  width: 2rem;
  margin-left: auto;
}

.src_mbt {
  background: rgba(235, 99, 49, 0.87);
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  height: 36px;
}
.src_mbt > .module-btn {
  padding: 8px 8px;
  border: 0px solid #ffffff !important;
  border-radius: 40px;
  font-size: 15px;
  font-weight: normal;
}

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}
.fixed-navbar > .container-fluid {
  position: relative;
}
.fixed-navbar .nav-item .nav-link {
  color: #222020;
  background: transparent;
}
.fixed-navbar .logo-light {
  display: none !important;
}
.fixed-navbar .logo-dark {
  display: inline-block !important;
}
.fixed-navbar .navbar-nav {
  margin-top: 0;
}
.fixed-navbar .src_mbt > .module-btn {
  color: #fff !important;
}
.fixed-navbar .header_top {
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.fixed-navbar .header_top .event-nav-block a {
  color: #222020;
}
.fixed-navbar .header_top .nav-lnk-block ul li a {
  color: #222020;
  border-right: 1px solid rgba(229, 229, 229, 0.5);
}
.fixed-navbar .navbar-modules .modules-wrapper li a {
  color: #222020;
}
.fixed-navbar .navbar-modules .modules-wrapper li a:hover {
  color: #222020;
}
.fixed-navbar .navbar-modules .modules-wrapper li .module-btn {
  border: 1px solid #222020;
}
.fixed-navbar .navbar-modules .modules-wrapper .discover_menu span {
  color: #36a148;
}
.fixed-navbar .navbar-modules .modules-wrapper .discover_menu span.discover_text {
  color: #36a148;
  background: transparent;
}
.fixed-navbar .navbar-modules .modules-wrapper .discover_menu .ham_menu {
  background: transparent;
}
.fixed-navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar1,
.fixed-navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar2,
.fixed-navbar .navbar-modules .modules-wrapper .hamburger-menu .menu-bar3 {
  background-color: #36a148;
}
.fixed-navbar .navbar-modules .modules-wrapper .ham .line {
  stroke: #36a148;
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar {
    height: 100px;
  }
  .navbar .header_top {
    display: none;
  }
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .navbar-collapse {
    background-color: white;
    z-index: 50;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .navbar .nav-item {
    margin-right: 0;
    padding: 5px 0px 5px 0px;
  }
  .navbar .nav-item .nav-link {
    color: #DDDDDD;
    line-height: 35px;
    padding-left: 15px;
    border-bottom: none;
    color: #282828;
  }
  .navbar .nav-item .nav-link:hover {
    color: #52b967;
  }
  .navbar .nav-item .nav-link:before {
    display: none;
  }
  .navbar .nav-item > .dropdown-menu {
    box-shadow: none;
    padding: 0;
  }
  .navbar .nav-item:hover > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  .navbar .nav-item:hover .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-item .dropdown-toggle:after {
    right: 15px;
  }
  .navbar .navbar-modules {
    margin-right: 45px;
    margin-top: -2px;
    display: none;
  }
  .navbar .navbar-modules .hamburger-menu {
    display: none;
  }
}
.bg-overlay-grdient {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 59, 0.7);
  background-image: -webkit-linear-gradient(90deg, rgba(5, 16, 59, 0.65), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.65));
  background-image: -moz-linear-gradient(90deg, rgba(5, 16, 59, 0.65), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.65));
  background-image: -ms-linear-gradient(90deg, rgba(5, 16, 59, 0.65), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.65));
}

.bg-overlay-grdient-red {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.021);
  background: linear-gradient(134deg, rgba(255, 255, 255, 0) 0%, rgba(198, 54, 43, 0.08) 45%, rgba(176, 32, 25, 0.55) 55%, rgba(41, 29, 74, 0.35) 75%, rgba(46, 48, 127, 0.65) 100%);
}

.modules-wrapper .module-btn-search.icon-close {
  display: none;
}

.modules-wrapper.opened .module-btn-search.icon-search {
  display: none;
}

.modules-wrapper.opened .module-btn-search.icon-close {
  display: inline-block;
  padding: 6px 10px !important;
}

.search-area {
  z-index: 1000;
  background: #fff;
  position: absolute;
  right: 57px;
  top: 100px;
  width: 450px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-height: 0;
  overflow: hidden;
}
.search-area.opened {
  max-height: 100px;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
  box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
  height: 70px;
}

/* Google css */
.gsc-input-box {
  padding: 5px;
  margin: 12px;
}

table.gsc-search-box {
  margin-bottom: 0px !important;
}

form.gsc-search-box {
  margin-bottom: 0px !important;
}

.gsc-control-cse {
  padding: 0 !important;
  width: 100% !important;
  border: none !important;
}

.gsib_a {
  width: 83% !important;
}

.gsib_a,
.gsib_b {
  border: none !important;
}

.gsib_a > input {
  background: none !important;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  text-align: left;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.gssb_a > div > img {
  display: none;
}

.gs-title {
  color: #15c !important;
}

.gsc-control-wrapper-cse {
  width: 30% !important;
  margin: 14% auto 0 auto;
}
.gsc-control-wrapper-cse table.gsc-search-box {
  position: relative;
}
.gsc-control-wrapper-cse .gsc-search-button-v2 {
  width: auto;
  vertical-align: middle;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  transition: 0.3s ease;
  color: #52b967;
  background: transparent;
  border: none !important;
  height: 80px;
}
.gsc-control-wrapper-cse .gsc-search-button-v2:hover {
  background: none !important;
}
.gsc-control-wrapper-cse .gsc-search-button-v2 svg {
  fill: #52b967;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.gsc-control-wrapper-cse .gsc-input-box {
  border: none !important;
  border-bottom: 1px solid #dfe1e5 !important;
}
.gsc-control-wrapper-cse .gsc-input-box input.gsc-input {
  padding: 1px 6px 0 50px !important;
  width: 99%;
  z-index: 1;
  height: 80px;
  background: transparent;
  color: #121c45;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gsc-control-wrapper-cse .gsc-input-box input.gsc-input::-webkit-input-placeholder {
  color: #121c45;
}
.gsc-control-wrapper-cse .gsc-input-box input.gsc-input:-moz-placeholder {
  color: #121c45;
}
.gsc-control-wrapper-cse .gsc-input-box input.gsc-input::-moz-placeholder {
  color: #121c45;
}
.gsc-control-wrapper-cse .gsc-input-box input.gsc-input:-ms-input-placeholder {
  color: #121c45;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.pos_relative {
  position: relative;
}

/* module-search  */
.module__search-container {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module__search-container .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module__search-container .close-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: -1;
  opacity: 0;
  background-color: #52b967;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.module__search-container .close-search:hover {
  color: #fff;
}
.module__search-container .close-search:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.module__search-container .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.module__search-container .module__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #52b967;
  background: transparent;
}
.module__search-container .module__search-btn:hover {
  color: #121c45;
}
.module__search-container .search__input {
  z-index: 1;
  height: 80px;
  padding: 0 0 0 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  color: #121c45;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module__search-container .search__input::-webkit-input-placeholder {
  color: #121c45;
}
.module__search-container .search__input:-moz-placeholder {
  color: #121c45;
}
.module__search-container .search__input::-moz-placeholder {
  color: #121c45;
}
.module__search-container .search__input:-ms-input-placeholder {
  color: #121c45;
}
.module__search-container .logo_search {
  position: absolute;
  margin: 0 auto;
  left: calc(50% - 186px);
  top: 16%;
}

.module__search-container.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.module__search-container.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.module__search-container.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.module__search-container.inActive .module__search-form {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

.iana_menu .header_top {
  background: linear-gradient(to left, rgba(204, 204, 204, 0.74), rgb(204, 204, 204), rgba(204, 204, 204, 0.15), rgba(204, 204, 204, 0.6), rgba(204, 204, 204, 0.48)) !important;
}
.iana_menu .discover_menu .ham_menu {
  background: #52b967 !important;
}
.iana_menu .src_mbt {
  background: #52b967 !important;
}
.iana_menu .fixed-navbar .discover_menu .ham_menu {
  background: transparent !important;
}

.iana_menu .fixed-navbar .header_top {
  background: transparent !important;
}

.top-dropdown-menu > .nav-item > .nav-link {
  background: transparent !important;
  border-radius: 0 !important;
}
.top-dropdown-menu > .nav-item > .nav-link:hover {
  background: #52b967 !important;
  border-radius: 0 !important;
}

.mian-dropdown-menu > .nav-item > .nav-link {
  background: transparent !important;
  border-radius: 0 !important;
}
.mian-dropdown-menu > .nav-item > .nav-link:hover {
  background: #52b967 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.slider {
  margin-top: -140px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.slider .slide-item {
  height: 100vh;
  min-height: 750px;
  position: relative;
  z-index: 0;
}
.slider .slide-item .bg-img img {
  width: 100%;
}
.slider .slide-item .slide-content {
  position: absolute;
  width: 60%;
  left: 15%;
  top: 30%;
}
.slider .slide-item .slide-content .slide-title {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
  width: 80%;
}
.slider .slide-item .slide-content .sub-slide-title {
  color: #52b967;
  font-size: 3.5rem;
}
.slider .slide-item .slide-content .sub-slide-title strong {
  color: #121c45;
}
.slider .slide-item .slide-content .slide-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  padding-right: 50px;
  margin-bottom: 35px;
  width: 80%;
}
.slider .slide-item .custom_slide_box {
  position: absolute;
  top: 45%;
  right: 3%;
}
.slider .slide-item .custom_slide_box img {
  width: 90%;
}
.slider .carousel-arrows .owl-nav .owl-next, .slider .carousel-arrows .owl-nav .owl-prev {
  color: #ffffff;
  border: none;
  line-height: 46px;
  width: auto;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.4s ease;
  transform: scale(0.8);
  position: absolute;
  z-index: 11100000000;
}
.slider .carousel-arrows .owl-nav .owl-next i, .slider .carousel-arrows .owl-nav .owl-prev i {
  font-size: 5.6rem;
}
.slider .carousel-arrows .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.slider .carousel-arrows .owl-nav .owl-prev {
  left: 50px;
}
.slider .carousel-arrows .owl-nav .owl-next {
  right: 50px;
}
.slider .carousel-arrows:hover .owl-prev, .slider .carousel-arrows:hover .owl-next {
  opacity: 1;
  transform: scale(1);
}
.slider > .container {
  position: relative;
}
.slider > .container .thumbs-dots {
  position: absolute;
  left: 0px;
  right: 15px;
  bottom: 0;
  z-index: 3;
  display: flex;
}
.slider > .container .thumbs-dots .owl-thumb-item {
  flex-basis: 190px;
  max-width: 190px;
  text-align: left;
  padding: 23px;
  background-color: #121c45;
  margin-right: 3px;
  border-radius: 3px 3px 0 0;
}
.slider > .container .thumbs-dots .owl-thumb-item i {
  font-size: 45px;
  color: #DDDDDD;
  margin-bottom: 6px;
  display: block;
}
.slider > .container .thumbs-dots .owl-thumb-item span {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #DDDDDD;
  margin-bottom: 0;
}
.slider > .container .thumbs-dots .owl-thumb-item.active {
  transform: scaleY(1.04);
  background-color: #52b967;
}
.slider > .container .thumbs-dots .owl-thumb-item.active i,
.slider > .container .thumbs-dots .owl-thumb-item.active span {
  color: #ffffff;
}
.slider > .container .thumbs-dots .owl-thumb-item:hover {
  transform: scaleY(1.06);
  background-color: #52b967;
}
.slider > .container .thumbs-dots .owl-thumb-item:hover i,
.slider > .container .thumbs-dots .owl-thumb-item:hover span {
  color: #ffffff;
}
.slider .slid_one_demo > .bg-overlay-grdient {
  height: 140px;
  background-color: transparent;
}
.slider .slid_one_demo .slide-content {
  background-image: -webkit-linear-gradient(176deg, rgba(5, 16, 59, 0), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.1));
  padding: 10px;
}
.slider .slid_one_demo .slide-content .slide-title {
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_one_demo .slide-content .slide-desc {
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
  background-image: -webkit-linear-gradient(267deg, rgba(5, 16, 59, 0), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.13));
}
.slider .slid_one_demo .slide-content .sub-slide-title {
  color: #fff;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_one_demo .slide-content .sub-slide-title strong {
  color: #fff;
}
.slider .slid_one_demo .custom_slide_box {
  bottom: 2%;
  right: 3%;
  top: auto;
}
.slider .slid_tow_demo > .bg-overlay-grdient {
  height: 140px;
  background-color: transparent;
  background: none !important;
}
.slider .slid_tow_demo .slide-content .slide-title {
  border-left: 5px solid #52b967;
  padding-left: 20px;
  text-shadow: -2px 1px 2px #172c63;
}
.slider .slid_tow_demo .slide-content .slide-desc {
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
  background-image: -webkit-linear-gradient(267deg, rgba(5, 16, 59, 0), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.13));
}
.slider .slid_tow_demo .slide-content .sub-slide-title {
  color: #fff;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_tow_demo .slide-content .sub-slide-title strong {
  color: #fff;
}
.slider .slid_tow_demo .custom_slide_box {
  bottom: 2%;
  right: 3%;
  top: auto;
}
.slider .slid_three_demo > .bg-overlay-grdient {
  background-color: rgba(5, 16, 59, 0.24);
  background-image: -webkit-linear-gradient(90deg, rgba(5, 16, 59, 0.65), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.22));
}
.slider .slid_three_demo .slide-content .slide-title {
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_three_demo .slide-content .slide-desc {
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_three_demo .slide-content .sub-slide-title {
  color: #fff;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_three_demo .slide-content .sub-slide-title strong {
  color: #fff;
}
.slider .slid_four_demo > .bg-overlay-grdient {
  background-color: transparent;
  background-image: none;
}
.slider .slid_four_demo .custom_slide_box {
  bottom: 31%;
  left: 13%;
  top: auto;
  right: auto;
}
.slider .slid_four_demo .custom_slide_box img {
  width: 72%;
}
.slider .slid_five_demo > .bg-overlay-grdient {
  background-color: transparent;
  background-image: none;
}
.slider .slid_five_demo .slide-content {
  background: linear-gradient(90deg, rgba(18, 28, 69, 0.09) 0%, rgba(82, 185, 103, 0.43) 47%, rgba(255, 255, 255, 0) 68%);
  padding: 36px;
}
.slider .slid_five_demo .slide-content .slide-title {
  font-size: 4rem;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_five_demo .slide-content .slide-desc {
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
  margin-bottom: 15px;
}
.slider .slid_five_demo .slide-content .sub-slide-title {
  color: #fff;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.slider .slid_five_demo .slide-content .sub-slide-title strong {
  color: #fff;
}
.slider .slid_five_demo .slide-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 8px solid #fff;
  clip-path: polygon(0 0, 49% 0, 26% 100%, 0 100%);
}

/* ---------------------------------     Offset Canvas Menu Style ------------------------------------*/
.offset-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  right: -30%;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.offset-menu.show {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.offset-menu .offset-menu-wrapper {
  width: 360px;
  padding: 80px 30px;
}
.offset-menu .offset-menu-list {
  margin: 35px 0;
}
.offset-menu .offset-menu-list ul {
  padding: 0;
  margin: 0 0 0 5px;
}
.offset-menu .offset-menu-list ul li {
  margin-bottom: 5px;
}
.offset-menu .offset-menu-list ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  line-height: 20px;
}
.offset-menu #offset-menu-close-btn {
  position: fixed;
  right: 21px;
  font-size: 34px;
  transform: rotate(45deg);
  color: #212121;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 9;
  top: 26px;
}
.offset-menu #offset-menu-close-btn:hover {
  color: #52b967;
}
.offset-menu #offset-menu-close-btn .close {
  position: fixed;
  top: 12px;
  right: -26px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.offset-menu #offset-menu-close-btn .close:before, .offset-menu #offset-menu-close-btn .close:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  top: 50%;
  background-color: #212121;
  border-radius: 2px;
}
.offset-menu #offset-menu-close-btn .close:before {
  transform: translateY(-50%) rotate(-86deg);
}
.offset-menu #offset-menu-close-btn .close:after {
  transform: translateY(-50%) rotate(0deg);
}
.offset-menu .offset-menu-footer {
  margin-top: 35px;
}
.offset-menu .offset-search {
  margin-top: 35px;
}
.offset-menu .offset-search .serchinput {
  padding: 10px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #4c4c4c;
}
.offset-menu .offset-search .serchinput:focus {
  outline: 0 !important;
  border-color: #52b967;
  box-shadow: none;
}
.offset-menu .offset-search .input-group-text {
  border: none;
  margin-left: -35px;
  z-index: 100;
  position: relative;
  top: 10px;
}
.offset-menu .offset-search .input-group-text i {
  font-size: 16px;
  color: #9b9b9b;
}
.offset-menu .offset-getInTouch h3 {
  font-size: 20px;
  color: #121c45;
}
.offset-menu .offset-getInTouch h4 {
  font-size: 16px;
  color: #52b967;
  margin: 15px 0;
}
.offset-menu .offset-getInTouch p {
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
}
.offset-menu .social-icons a {
  border: 1px solid #eaeaea;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.offset-menu .social-icons a:last-of-type {
  margin-right: 0;
}
.offset-menu .social-icons a:hover {
  background-color: #52b967;
  color: #ffffff;
}
.offset-menu .social-icons a:hover i {
  color: #fff;
}
.offset-menu .social-icons a i {
  font-size: 18px;
}
.offset-menu .social-icons a .fa-facebook {
  color: #0d1741;
}
.offset-menu .social-icons a .fa-twitter {
  color: #4fb1e2;
}
.offset-menu .social-icons a .fa-instagram {
  color: #4fb1e2;
}
.offset-menu .social-icons a .fa-youtube {
  color: #ff0000;
}

.ianamenu-block {
  padding: 0;
  right: 0px !important;
  top: 140px;
  width: auto;
  height: auto;
}
.ianamenu-block .ianalink {
  padding: 20px 30px 50px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ianamenu-block .ianalink .menu_bg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.ianamenu-block .ianalink .menu_bg img {
  width: 350px;
  opacity: 0.08;
}
.ianamenu-block .ianalink .link-block {
  padding-right: 20px;
  min-width: 210px;
}
.ianamenu-block .ianalink .link-block h1 {
  font-size: 16px;
  color: #52b967;
}
.ianamenu-block .ianalink .link-block ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.ianamenu-block .ianalink .link-block ul li {
  padding: 7px 0;
  max-width: 210px;
  line-height: 18px;
}
.ianamenu-block .ianalink .link-block ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #121c45;
  line-height: 18px !important;
  position: relative;
  padding-left: 13px;
  display: block;
}
.ianamenu-block .ianalink .link-block ul li a:before {
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f101";
  position: absolute;
  top: 1px;
  left: 0px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(82, 185, 103, 0.7019607843);
}
.ianamenu-block .ianalink .link-block ul li a:hover {
  color: #52b967;
}
.ianamenu-block .ianalink .link-block ul li:first-child a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  padding-left: 0px;
  display: flex;
  color: #52b967;
}
.ianamenu-block .ianalink .link-block ul li:first-child a:before {
  content: "" !important;
}
.ianamenu-block .ianalink .link-block ul li:first-child a i {
  margin-right: 5px;
}
.ianamenu-block .m_menu {
  display: none;
  opacity: 0;
  width: 100%;
}
.ianamenu-block .m_menu .mobile_loing {
  margin: 0;
  padding: 0;
}
.ianamenu-block .m_menu .mobile_loing li {
  padding: 5px 0;
  line-height: 18px;
}
.ianamenu-block .m_menu .mobile_loing li:first-child a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  padding-left: 0px;
  display: flex;
  color: #52b967;
}
.ianamenu-block .m_menu .mobile_loing li:first-child a:before {
  content: "" !important;
}
.ianamenu-block .m_menu .mobile_loing li:first-child a i {
  margin-right: 5px;
}
.ianamenu-block .m_menu .mobile_loing li a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #121c45;
  line-height: 18px !important;
  position: relative;
  padding-left: 13px;
  display: block;
}
.ianamenu-block .m_menu .mobile_loing li a:before {
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f101";
  position: absolute;
  top: 1px;
  left: 0px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(82, 185, 103, 0.7019607843);
}
.ianamenu-block .m_menu .mobile_loing li a:hover {
  color: #52b967;
}
.ianamenu-block .m_menu .mobile_loing .welcome p {
  font-size: 1.5rem;
  color: rgba(82, 185, 103, 0.7019607843);
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 0 0px;
}
.ianamenu-block .m_menu .mobile_loing .welcome p span {
  color: #121c45;
}

/***** Start Menu V2 ******/
.iamabox_menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.iamabox_menu .menu_bg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.iamabox_menu .menu_bg img {
  width: 350px;
  opacity: 0.05;
}
.iamabox_menu .boxmenu_left {
  margin: 0;
  padding: 50px 40px;
}
.iamabox_menu .boxmenu_left .bx-menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(32.33%, 1fr));
}
.iamabox_menu .boxmenu_left .bx-menu li {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.iamabox_menu .boxmenu_left .bx-menu li .bx-menu-icon {
  padding: 0;
  margin: 0 15px 0 0;
}
.iamabox_menu .boxmenu_left .bx-menu li .bx-menu-icon i {
  font-size: 20px;
  color: #52b967;
  margin-top: 5px;
}
.iamabox_menu .boxmenu_left .bx-menu li .bx-menu-name h1 {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 5px 0;
}
.iamabox_menu .boxmenu_left .bx-menu li .bx-menu-name span {
  font-size: 13px;
  line-height: 18px;
  color: #6b6b6b;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.iamabox_menu .boxmenu_left .bx-menu li:hover {
  background: rgba(82, 185, 103, 0.14);
  border-radius: 8px;
}
.iamabox_menu .boxmenu_left .bx-menu li:hover .bx-menu-icon i {
  color: #52b967;
}
.iamabox_menu .boxmenu_left .bx-menu li:hover .bx-menu-name h1 {
  color: #52b967;
}
.iamabox_menu .boxmenu_left .bx-menu li:hover .bx-menu-name span {
  color: #05103b;
}
.iamabox_menu .boxmenu_left .bx-menu li.active {
  background: rgba(82, 185, 103, 0.14);
  border-radius: 8px;
}
.iamabox_menu .boxmenu_left .bx-menu li.active .bx-menu-icon i {
  color: #52b967;
}
.iamabox_menu .boxmenu_left .bx-menu li.active .bx-menu-name h1 {
  color: #52b967;
}
.iamabox_menu .boxmenu_left .bx-menu li.active .bx-menu-name span {
  color: #05103b;
}
.iamabox_menu .boxmenu_right {
  min-width: 25%;
  margin: 0;
  padding: 50px 40px;
  background: rgba(82, 185, 103, 0.08);
  position: relative;
}
.iamabox_menu .boxmenu_right:before {
  content: "";
  background-image: url(/front/images/favicon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 90%;
  left: 7%;
  top: 6%;
  position: absolute;
  opacity: 0.04;
}
.iamabox_menu .boxmenu_right .hover-menu ul {
  margin: 0;
  padding: 0;
  z-index: 100000;
  position: relative;
}
.iamabox_menu .boxmenu_right .hover-menu ul li {
  margin: 5px 0;
  padding: 0;
}
.iamabox_menu .boxmenu_right .hover-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
  color: #121c45;
}
.iamabox_menu .boxmenu_right .hover-menu ul li a:hover {
  color: #52b967;
}

/***** End Menu V2 ******/
.tabs_menu .nav {
  margin: 0px;
  padding: 30px;
  flex-direction: column !important;
  border-right: 1px solid #DDDDDD;
}
.tabs_menu .nav .nav-link {
  margin: 0;
  color: #222020;
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
}
.tabs_menu .nav .nav-link i {
  font-size: 16px;
  color: #52b967;
  margin: 3px 10px 0 0;
}
.tabs_menu .nav .nav-link:hover {
  color: #52b967;
  font-weight: 600;
}
.tabs_menu .nav .nav-link:last-child {
  border-bottom: none;
}
.tabs_menu .nav .nav-link.active {
  color: #52b967;
  font-weight: 600;
}
.tabs_menu .tab-content {
  padding: 30px;
  width: 80%;
}
.tabs_menu .tab-content .tab-bx-menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
}
.tabs_menu .tab-content .tab-bx-menu li {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #f7f7f7;
  align-items: flex-start;
  border-radius: 6px;
}
.tabs_menu .tab-content .tab-bx-menu li .bx-menu-name a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 5px 0;
  color: #05103b;
  display: block;
}
.tabs_menu .tab-content .tab-bx-menu li .bx-menu-name span {
  font-size: 12px;
  line-height: 16px;
  color: #6b6b6b;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.tabs_menu .tab-content .tab-bx-menu li:hover {
  background: rgba(82, 185, 103, 0.14);
  border-radius: 8px;
}
.tabs_menu .tab-content .tab-bx-menu li:hover .bx-menu-name a {
  color: #52b967;
}
.tabs_menu .tab-content .tab-bx-menu li:hover .bx-menu-name span {
  color: #05103b;
}
.tabs_menu .tab-content .tab-bx-menu li.active {
  background: rgba(82, 185, 103, 0.14);
  border-radius: 8px;
}
.tabs_menu .tab-content .tab-bx-menu li.active .bx-menu-name a {
  color: #52b967;
}
.tabs_menu .tab-content .tab-bx-menu li.active .bx-menu-name span {
  color: #05103b;
}

.slider {
  z-index: 2;
}

.bhgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

/*-----    About    ----- */
.mapbg {
  background: url(/front/images/bg/map.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.aboutiana {
  padding: 0 0 0 0;
}
.aboutiana > .container .heading {
  margin: 60px 0 60px 0;
  padding-right: 30px;
}
.aboutiana > .container .heading .heading-title {
  line-height: 36px;
}
.aboutiana > .container .heading .view-more {
  color: #05103b;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  float: right;
  padding-right: 30px;
}
.aboutiana > .container .heading .view-more:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  color: #52b967;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.aboutiana > .container .heading .view-more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.aboutiana > .container .aboutiana-item {
  position: relative;
  background-color: #fff;
  padding: 15px;
  margin: 30px 0px 70px 5px;
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  text-align: center;
  min-height: 240px;
}
.aboutiana > .container .aboutiana-item img {
  height: 100px;
}
.aboutiana > .container .aboutiana-item:hover img {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}
.aboutiana > .container .aboutiana-item .heading-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 5px;
}
.aboutiana > .container .aboutiana-item .heading-title a {
  color: #002d72;
}
.aboutiana > .container .counters {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutiana > .container .counters .counter-item {
  text-align: center;
  padding: 10px 30px;
}
.aboutiana > .container .counters .counter-item h4 {
  font-size: 6.6rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #52b967;
  font-weight: 500;
}
.aboutiana > .container .counters .counter-item .counter-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #05103b;
}

.joiniana {
  min-height: 500px;
  background: #52b967;
}
.joiniana .joinianaimg {
  position: relative;
  width: 100%;
  height: 100%;
}
.joiniana .joinianaimg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(27, 26, 26, 0.15);
}
.joiniana .joinianaimg .bg-img {
  width: 100%;
  height: 100%;
}
.joiniana .joinianaimg .bg-img img {
  width: 100%;
  height: 100%;
}
.joiniana .joinianadic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding: 42px 90px;
}
.joiniana .joinianadic h2 {
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
}
.joiniana .joinianadic h3 {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.joiniana .joinianadic p {
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
}
.joiniana .joinianadic .list-items {
  padding: 0;
  margin: 0;
}
.joiniana .joinianadic .list-items li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ffffff;
  line-height: 22px;
}
.joiniana .joinianadic .list-items li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
}

.newevent {
  padding: 0 0 0 0;
  background: #fbfbfb;
}
.newevent > .container .heading {
  margin: 0px 0 0px 0;
}
.newevent > .container .heading .heading-title {
  line-height: 36px;
}
.newevent > .container .heading .heading-title span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #52b967;
}
.newevent > .container .heading p {
  font-size: 15px;
  padding-right: 10px;
}

/*-----------------------     news  ------------------------*/
.news-item {
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  margin: 5px;
  border-radius: 6px;
}
.news-item .news__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 50%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.news-item .news__img img {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.news-item .news__img .news_date {
  background: rgba(5, 16, 59, 0.6784313725);
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.news-item .news__img .news_date span {
  display: block;
  font-size: 30px;
}
.news-item:hover .news__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-item .news__content {
  background-color: #ffffff;
  width: 50%;
  padding: 20px;
  position: relative;
  box-shadow: rgba(40, 40, 40, 0.05) 0px 5px 83px 0px;
}
.news-item .news__content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #05103b;
  line-height: 22px;
}
.news-item .news__content h2 a {
  text-decoration: none;
  color: #05103b;
}
.news-item .news__content .news__desc {
  color: #939393;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: normal;
}
.news-item .news__content .autor {
  position: absolute;
  background: #52b967;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px 0 8px 0;
}
.news-item .news__content .autor a {
  color: #fff;
}

.memberlist {
  position: relative;
  margin-bottom: 30px;
  min-height: 500px;
  background: url(/front/images/bg/3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.memberlist:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 16, 59, 0.9411764706);
}
.memberlist > .container {
  position: relative;
}
.memberlist > .container .heading {
  margin: 0px 0 0px 0;
}
.memberlist > .container .heading .heading_title {
  font-size: 33px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 10px;
}
.memberlist > .container .heading p {
  font-size: 16px;
  font-weight: normal;
}
.memberlist .member-item {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  border-radius: 4px;
  padding: 10px;
}
.memberlist .member-item .member_icon {
  line-height: 1;
  margin-bottom: 0px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.memberlist .member-item .member_icon img {
  width: 94px;
}
.memberlist .member-item .member_title {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #fff;
  padding: 0 0 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.memberlist .member-item .member_desc {
  font-size: 14px;
  line-height: 24px;
  height: 42px;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 15px;
}
.memberlist .member-item .member_desc li {
  font-size: 14px;
  line-height: 20px;
  color: #eeeeee;
}
.memberlist .member-item:hover .member_icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}
.memberlist .member-item:hover .member_title {
  color: #52b967;
}

.member_box {
  background-color: #fff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  z-index: 2;
}

.memberTabs {
  margin-top: -160px;
}

.memberTabs .member_box {
  position: relative;
  border-radius: 5px;
}
.memberTabs .member_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
  width: 41px;
  height: 130px;
  background-color: #05103b;
  border-radius: 5px 0 0 0;
}
.memberTabs .member_box:after {
  content: "";
  position: absolute;
  top: 0;
  right: -41px;
  width: 41px;
  height: 130px;
  background-color: #05103b;
  border-radius: 0 5px 0 0;
}
.memberTabs .member_box .nav-tabs {
  background-color: #05103b;
  padding-left: 50px;
}
.memberTabs .member_box .nav-tabs .nav-link {
  padding: 20px 10px;
  margin: 0 10px;
  color: #ffffff;
  background: transparent;
  border: none;
}
.memberTabs .member_box .nav-tabs .nav-link:after {
  height: 3px;
}
.memberTabs .member_box .nav-tabs .nav-link.active {
  color: #52b967;
}
.memberTabs .member_box .tab-content {
  padding-top: 0;
  min-height: 500px;
}
.memberTabs .member_box .member-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.memberTabs .member_box .member-form-body {
  flex-basis: 78.3%;
  max-width: 78.3%;
  padding: 35px;
}
.memberTabs .member_box .member-form-body h3 {
  font-size: 16px;
  color: #52b967;
  margin: 20px 0 0 0;
}
.memberTabs .member_box .member-form-body .list-items {
  padding: 0;
  margin: 20px 0 20px 0;
}
.memberTabs .member_box .member-form-body .list-items li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.memberTabs .member_box .member-form-body .list-items li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  color: #52b967;
}

/* Large Size Screens */
@media only screen and (max-width: 1200px) {
  .member_box .member-form-body {
    padding: 50px 20px;
  }
}
/* Medium Size Screens */
@media only screen and (max-width: 992px) {
  .memberTabs .member_box .member-panel {
    display: block;
  }
  .memberTabs .member_box .member-panel .member-form-body,
  .memberTabs .member_box .member-panel .member-right {
    max-width: none;
  }
}
.member-right {
  position: relative;
  padding: 40px 30px;
  background: url(/front/images/bg/3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  flex-basis: 21.7%;
  max-width: 21.7%;
}
.member-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 18, 60, 0.062745098);
}
.member-right:last-child {
  margin-bottom: 0;
}
.member-right .member-content {
  position: relative;
  z-index: 5;
  height: 100%;
}
.member-right .member-content h1 {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.member-right .member-content a {
  position: absolute;
  bottom: 5%;
  left: 10%;
}

/*---------    Footer   -------*/
.footer {
  background: #fff;
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
  padding-bottom: 0px;
}
.footer .footer-title {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  color: #121c45;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
}
.footer .footer-content .footer-logo {
  height: 85px;
  margin-bottom: 24px;
}
.footer .footer-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-right: 20px;
}
.footer .footer-content li a {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 30px;
}
.footer .footer-content li a:hover {
  color: #52b967;
}
.footer .footer-content .address {
  font-size: 14px;
}
.footer .footer-content h5 {
  color: #52b967;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
.footer .social-icons a {
  border: 1px solid #eaeaea;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .social-icons a:last-of-type {
  margin-right: 0;
}
.footer .social-icons a:hover {
  background-color: #52b967;
  color: #ffffff;
}
.footer .social-icons a:hover i {
  color: #fff;
}
.footer .social-icons a i {
  font-size: 18px;
  margin-top: 10px;
}
.footer .social-icons a .fa-facebook {
  color: #0d1741;
}
.footer .social-icons a .fa-twitter {
  color: #4fb1e2;
}
.footer .social-icons a .fa-instagram {
  color: #4fb1e2;
}
.footer .social-icons a .fa-youtube {
  color: #ff0000;
}
.footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  font-size: 13px;
  line-height: 33px;
}
.footer .footer-bottom .footer-copyright-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.footer .footer-bottom .footer-copyright-links li {
  list-style: disc;
  margin-left: 30px;
  position: relative;
}
.footer .footer-bottom .footer-copyright-links li a {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 33px;
}
.footer .footer-bottom .footer-copyright-links li a:hover {
  color: #52b967;
  font-weight: 500;
}
.footer .footer-bottom .footer-copyright-links li:hover {
  color: #52b967;
  font-weight: 500;
}
.footer .dic_in_block {
  display: inline-block;
}

.chatWithUs .modal-dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 550px;
}
.chatWithUs .modal-dialog .modal-title {
  font-size: 16px;
}

/************  subheader  ***************/
.sub_header {
  margin-top: -140px;
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.sub_header .bg-overlay-grdient {
  background-color: transparent;
  background-image: none !important;
  background-image: -webkit-linear-gradient(90deg, rgba(5, 16, 59, 0), rgba(255, 94, 20, 0) 0%, rgba(82, 185, 103, 0.36));
  background: none;
}
.sub_header .bg-overlay-grdient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 45%;
  height: 170px;
}
.sub_header .bg-overlay-grdient::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 35%;
  height: 200px;
}
.sub_header .header_img {
  max-height: 300px;
}
.sub_header .header_img img {
  width: 100%;
  object-fit: cover;
}
.sub_header .header-conent {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.sub_header .header-conent .header-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 320px;
  flex-wrap: wrap;
  flex-direction: column;
}
.sub_header .header-conent .header-text .header-titel {
  font-family: Poppins;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin: 70px 5% 0 5%;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
  z-index: 15;
  background: rgba(27, 36, 88, 0.0901960784);
  padding: 5px 10px;
  border-radius: 4px;
}
.sub_header .header-conent .header-text .header-subtext {
  font-family: Poppins;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.37);
}
.sub_header .header-conent .header-text .header-subtext-sm {
  font-family: Poppins;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.sub_header .header-conent .header-text .breadcrumb {
  background-color: rgba(82, 185, 103, 0.8);
  position: relative;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  bottom: 0;
  margin: 0;
}
.sub_header .header-conent .header-text .breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
.sub_header .header-conent .header-text .breadcrumb li {
  display: inline-block;
  margin: 0.5em 0;
}
.sub_header .header-conent .header-text .breadcrumb li:after {
  display: inline-block;
  content: "»";
  margin: 0 0.6em;
  color: #fff;
}
.sub_header .header-conent .header-text .breadcrumb li:last-of-type {
  font-weight: bold;
}
.sub_header .header-conent .header-text .breadcrumb li:last-of-type:after {
  display: none;
}
.sub_header .header-conent .header-text .breadcrumb li a {
  color: #fff;
}
.sub_header > .header-conent .header-text .header-titel {
  background: rgb(40, 39, 101);
  padding: 10px 14px;
  border-left: 4px solid #52b967;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 600;
}

.sub_header_big {
  min-height: 350px;
}
.sub_header_big .header_img {
  max-height: 530px;
}
.sub_header_big .header-conent .header-text {
  min-height: 530px;
}
.sub_header_big .header-conent .header-text .header-titel {
  margin-top: 0;
}

.bus_header {
  min-height: 350px !important;
}
.bus_header .header-conent .header-text {
  min-height: 360px;
}
.bus_header .header-conent .header-text .header-titel {
  margin-top: 0;
}

.sub_header_one > .bg-overlay-grdient::before {
  width: 100%;
  height: 220px;
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #121c45, rgba(77, 77, 112, 0.71), rgba(134, 132, 157, 0)) !important;
}
.sub_header_one > .bg-overlay-grdient::after {
  background-image: none !important;
}
.sub_header_one > .header-conent .header-text .header-titel {
  background: rgb(40, 39, 101);
  padding: 10px 14px;
  border-left: 5px solid #ea5f2d;
  border-radius: 2px;
  font-size: 28px;
  font-weight: 600;
}

.sub_header_menu .bg-overlay-grdient::before {
  background-color: none !important;
  background-image: none !important;
}
.sub_header_menu .header-conent .header-text .header-titel {
  font-size: 28px;
  background: rgba(27, 36, 88, 0.6);
  padding: 7px 15px;
}

.main-section {
  position: relative;
  margin-bottom: 30px;
}
.main-section .heading_box {
  margin: 10px 0 25px 0;
}
.main-section .heading_box > .heading_title {
  font-size: 2rem;
  position: relative;
  padding-left: 0px;
}
.main-section .heading_box > .heading_title::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.main-section h2 {
  color: #121c45;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 13px;
}
.main-section h2 img {
  height: 42px;
  vertical-align: middle;
}
.main-section h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.main-section h4 {
  font-size: 1.9rem;
  margin-bottom: 5px;
}
.main-section .text-green {
  color: #4ab25b !important;
}
.main-section .text-red {
  color: #d93527 !important;
}
.main-section .intro-text {
  font-size: 1.8rem !important;
  line-height: 26px !important;
  color: #010202 !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
}
.main-section .intro-sub-text {
  font-size: 1.8rem !important;
  line-height: 28px !important;
  color: #616161 !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
}
.main-section .text-small {
  font-size: 1.4rem !important;
  line-height: 23px;
  margin: 10px 0 0 0;
}
.main-section .text-x-small {
  font-size: 1.2rem !important;
  line-height: 23px;
  margin: 10px 0 0 0;
}
.main-section .link-title {
  color: #121c45;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.main-section .link-title:hover {
  color: #52b967;
}
.main-section p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #616161;
}
.main-section p em strong {
  color: #373740;
}
.main-section ul {
  list-style: none;
}
.main-section ul li {
  line-height: 22px;
  font-size: 1.5rem;
  color: #616161;
  margin-bottom: 10px;
}
.main-section .sidebar {
  position: relative;
  margin-right: 30px;
  z-index: 2;
}
.main-section .sidebar .widget {
  position: relative;
  background-color: #f4f4f4;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.main-section .sidebar .widget .widget-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
.main-section .sidebar .widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.main-section .sidebar .widget p {
  color: #2d2d2d;
  font-weight: 400;
}
.main-section .sidebar .widget .widget-content {
  margin: 0;
  padding: 0;
}
.main-section .sidebar .widget .widget-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
.main-section .sidebar .widget .widget-content ul li {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.main-section .sidebar .widget .widget-content ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #253745;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s linear;
  border-radius: 4px !important;
  box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11);
  height: auto;
  margin-bottom: 15px;
}
.main-section .sidebar .widget .widget-content ul li a:hover {
  background-color: #52b967;
  color: #ffffff;
}
.main-section .blockquote {
  font-size: 1em;
  width: 99%;
  margin: 30px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 40px 1.2em 65px;
  border-left: 6px solid #52b967;
  line-height: 1.5;
  position: relative;
  background: #EDEDED;
  font-family: "Poppins", sans-serif;
}
.main-section .blockquote::after {
  content: "";
}
.main-section .blockquote::before {
  font-family: Arial;
  content: "“";
  color: #52b967;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.main-section .blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.main-section .download_list > li {
  margin: 0;
  padding: 5px 0;
  position: relative;
  font-weight: 500;
  color: #44a9dd;
  font-size: 14px;
}
.main-section .download_list > li > a {
  border: none !important;
  font-weight: 500;
  color: #44a9dd;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  display: flex;
  font-size: 14px;
}
.main-section .download_list > li > a:hover {
  color: #121c45;
}
.main-section .download_list > li > a::before {
  font-family: "Fontawesome";
  content: "\f101";
  font-size: 16px;
  color: #52b967;
  padding-right: 7px;
}
.main-section .download_list > li > a.downloadpdf {
  background-image: url(/front/images/icon/pdf-icon-download.svg);
  background-size: 15px;
  padding-right: 33px;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif, sans-serif;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: none;
  background-position: right 12px bottom 4px;
  border-radius: 5px !important;
}
.main-section .download_list > li .li_date {
  padding: 0 0 0 7px;
  color: #616161 !important;
}
.main-section .download_list > li .n-flex {
  display: inline-block;
}
.main-section .d_list_w50 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-section .d_list_w50 > li {
  width: 48.5%;
}
.main-section .d_list_w50 > li a {
  display: unset;
}
.main-section .item-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.main-section .item-content .items-box {
  background: #ffffff;
  position: relative;
  display: flex;
  margin: 5px 10px 30px 10px;
  border-radius: 6px;
  width: 23%;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.main-section .item-content .items-box:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.main-section .item-content .items-box .items-img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  max-height: 440px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  padding: 15px;
}
.main-section .item-content .items-box .items-img img {
  width: inherit;
  min-height: 350px;
  max-height: auto;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.main-section .item-content .items-box:hover .items-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main-section .item-content .items-box .img-ht-300 img {
  min-height: 300px;
}
.main-section .item-content .items-box .items-content {
  width: 100%;
  padding: 20px;
  position: relative;
}
.main-section .item-content .items-box .items-content h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0e2b3d;
  line-height: 22px;
}
.main-section .item-content .items-box .items-content h2 a {
  text-decoration: none;
  color: #05103b;
}
.main-section .item-content .items-box .items-content .p {
  color: #939393;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-section .item-content .items-box .items-content .view-more {
  color: #05103b;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  float: right;
  padding-right: 30px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  margin: 15px auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-section .item-content .items-box .items-content .view-more:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  color: #52b967;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-section .item-content .items-box .items-content .view-more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  color: #fff;
  top: 6px;
  right: 14px;
}
.main-section .item-content .items-box .items-content .view-more:hover {
  background-color: #52b967;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  color: #fff;
  padding: 8px 22px;
  border-radius: 2px;
}
.main-section .three-item-content .items-box {
  width: 23%;
}
.main-section .three-item-content .items-box .items-content .address {
  line-height: 23px;
  margin: 0;
  padding: 0;
  color: #212529;
}
.main-section .three-item-content .items-box .items-content .phone {
  margin-top: 5px;
  color: #212529;
  font-weight: 500;
  margin-bottom: 5px;
}
.main-section .three-item-content .items-box .items-content .phone strong {
  color: #05103b;
  font-size: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
.main-section .three-item-content .items-box .items-content .price {
  margin-top: 8px;
  color: #212529;
  font-weight: 500;
}
.main-section .three-item-content .items-box .items-content .price strong {
  color: #05103b;
  font-size: 20px;
  vertical-align: bottom;
  margin-left: 10px;
}
.main-section .three-item-content .items-box .items-content .ianacode {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.main-section .big-item-content .items-box {
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  box-shadow: none;
}
.main-section .big-item-content .items-box:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}
.main-section .big-item-content .items-box .items-img {
  width: auto;
  max-height: fit-content;
}
.main-section .big-item-content .items-box .items-img img {
  width: 100%;
  height: 100%;
  max-height: inherit;
}
.main-section .big-item-content .items-box:hover .items-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.main-section .big-item-content .items-box .items-content {
  width: 90%;
  padding-left: 30px;
}
.main-section .date_update {
  background: #52b967;
  font-size: 15px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  width: fit-content;
  font-weight: 500;
  margin: 10px 0;
}
.main-section .date_update {
  background: #52b967;
  font-size: 15px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  width: fit-content;
  font-weight: 500;
  margin: 10px 0;
}
.main-section .bg-blue {
  background-color: #121c45 !important;
}
.main-section .time_set_width {
  width: 45%;
  margin: 0 auto;
}

.link_titel {
  font-size: 16px;
  font-weight: 500;
  color: #44a9dd;
}

.iana-vedio {
  text-align: center;
  margin: 0;
  width: 100%;
}
.iana-vedio .ianaVedioWrap {
  margin: 50px auto;
  max-width: 750px;
  padding: 0px;
  /* padding: 50px;
  margin: 0 auto; */
}
.iana-vedio .ianaVedioWrap iframe {
  min-width: 750px;
  min-height: 450px;
}
.iana-vedio .full_vedio {
  margin: 40px auto;
  max-width: 1276px;
  padding: 0;
  width: 100%;
}
.iana-vedio .full_vedio iframe {
  min-width: 100%;
  min-height: 650px;
}
.iana-vedio .wiframe80 {
  width: 80%;
}
.iana-vedio .wiframe80 iframe {
  min-width: 80%;
  min-height: 550px;
}
.iana-vedio .sub_full_vedio {
  margin: 0px auto;
  max-width: 1276px;
  padding: 0;
  width: 100%;
  border-radius: 4px;
}
.iana-vedio .sub_full_vedio iframe {
  min-width: 100%;
  min-height: 400px;
  height: 100%;
  width: 100%;
}
.iana-vedio .vedio_expo {
  text-align: center;
  margin: 0px auto;
  width: 100%;
}

.inner_box {
  padding: 20px;
  box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11);
  margin: 0 0 30px 0;
}

.grid-three-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.date_block {
  background: #52b967;
  font-size: 15px;
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 3px;
  width: fit-content;
  font-weight: 500;
  margin: 10px 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

sup {
  top: 0.5em;
}

.text-link {
  font-size: 16px !important;
  margin: 10px 0;
  display: block;
  font-weight: 600 !important;
}

.learn-more {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #121c45;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 6px;
  margin: 10px 0;
  display: block;
}
.learn-more .fa {
  color: #52b967;
  margin-left: 2px;
  font-size: 12px;
}
.learn-more:hover {
  color: #52b967;
}
.learn-more:hover .fa {
  transform: translateX(3px);
  color: #121c45;
}

.modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 175px);
}

.modal-header {
  padding: 1rem 1.4rem;
}

.justify_start {
  justify-content: flex-start !important;
}

.map_box {
  padding: 30px;
  width: 90%;
  margin: 0 auto;
}

.rich-text__small {
  font-size: 13px !important;
}

.w-99 {
  width: 99% !important;
}

.what_is_Int {
  padding: 0 0 0 0;
}
.what_is_Int > .container .mn-heading {
  margin: 20px 0 20px 0;
}
.what_is_Int > .container .mn-heading h1 {
  font-size: 2.78rem;
  position: relative;
  padding-left: 0px;
}
.what_is_Int > .container .mn-heading h1::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.what_is_Int > .container .sub_hed {
  margin: 40px 0 40px 0;
  text-align: center;
}
.what_is_Int > .container .sub_hed h2 {
  font-size: 3.48rem;
  position: relative;
  padding-left: 0px;
  font-weight: 700;
}
.what_is_Int > .container .sub_hed h2 span {
  color: #4ab25b;
  font-weight: 600;
}
.what_is_Int > .container .what_is_box > p {
  font-size: 17px;
  padding: 10px;
  line-height: 26px;
  margin: 10px 0 0 0;
  color: #000;
}
.what_is_Int > .container .what_int_dic {
  font-size: 20px;
  line-height: 32px;
  margin-top: 90px;
  margin-bottom: 80px;
  text-align: center;
}
.what_is_Int > .container .revenue-item {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #f5f5f5;
  border-radius: 7px;
  padding: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.what_is_Int > .container .revenue-item > .icon {
  padding: 10px;
}
.what_is_Int > .container .revenue-item > .icon img {
  width: 110px;
}
.what_is_Int > .container .revenue-item > .item_cont {
  padding: 10px;
}
.what_is_Int > .container .revenue-item > .item_cont > .heading-title {
  padding: 0;
  font-size: 5.8rem;
  line-height: 1;
  color: #52b967;
  font-weight: 500;
  margin: 0;
}
.what_is_Int > .container .revenue-item > .item_cont > p {
  margin: 3px 0 0 2px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.9rem;
  letter-spacing: 0.5px;
  color: #05103b;
}
.what_is_Int > .container .what_is_vedio {
  width: 85%;
}
.what_is_Int > .container .what_is_vedio iframe {
  min-width: 85%;
  min-height: 445px;
}

/*
.what_is_Int > .container .who_marke_box {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.what_is_Int > .container .who_marke_box .item-0 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
.what_is_Int > .container .who_marke_box .item-1 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
.what_is_Int > .container .who_marke_box .item-2 {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.what_is_Int > .container .who_marke_box .item-3 {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}
.what_is_Int > .container .who_marke_box .item-4 {
  grid-row-start: 1;
  grid-column-start: 4;
  grid-row-end: 3;
  grid-column-end: 5;
} */
.what_is_Int > .container .who_marke_box {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.what_is_Int > .container .who_marke_box .item-0 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
.what_is_Int > .container .who_marke_box .item-1 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
.what_is_Int > .container .who_marke_box .item-2 {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}
.what_is_Int > .container .who_marke_box .item-3 {
  grid-row-start: 1;
  grid-column-start: 4;
  grid-row-end: 3;
  grid-column-end: 5;
}
.what_is_Int > .container .who_marke_box .item-4 {
  grid-row-start: 1;
  grid-column-start: 5;
  grid-row-end: 3;
  grid-column-end: 0;
}
.what_is_Int > .container .who_marke_box .who_marke_item {
  box-shadow: 0px 5px 83px rgba(14, 43, 61, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}
.what_is_Int > .container .who_marke_box .who_marke_item > .wm-title {
  padding: 0 10px 10px 10px;
}
.what_is_Int > .container .who_marke_box .who_marke_item > .wm-title > .wm_sub_txt {
  background: #58b35d;
  font-size: 18px;
  color: #fff;
  padding: 0;
  text-align: center;
  width: max-content;
  margin: 0 auto !important;
  border-radius: 0 0 10px 10px;
  min-width: 140px;
  font-weight: 500;
  max-width: 75%;
}
.what_is_Int > .container .who_marke_box .who_marke_item > .wm-title > .wm_sub_txt a {
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
  display: block;
  border-radius: 0 0 10px 10px;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_img {
  padding: 5px;
  text-align: center;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_img img {
  width: 120px;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic {
  padding: 0;
  margin: 0;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic > .wm_dic_list {
  margin: 0 0 30px 0;
  padding: 0;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic > .wm_dic_list > li {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  padding-top: 10px;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic > .wm_dic_list > li::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 50%;
  height: 1px;
  background-color: #efeaea;
  margin: 0 auto;
  left: 25%;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic > .wm_dic_list > li:last-child::before {
  content: none;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic > .wm_dic_list > li > h3 {
  padding: 0;
  font-size: 3rem;
  line-height: 1;
  color: #073674;
  font-weight: 500;
  margin: 10px 0 10px 0;
}
.what_is_Int > .container .who_marke_box .who_marke_item .wm_dic > .wm_dic_list > li p {
  margin: 10px 10px 5px 10px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.9rem;
  color: #545454;
}
.what_is_Int > .container .why_it_works {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.what_is_Int > .container .why_it_works > .why_it_item {
  list-style: none;
  text-align: center;
  background: #ffffff;
  padding: 5px 15px 25px 15px;
  border-radius: 6px;
  /* min-width: 240px;
  max-width: 240px; */
  min-width: 290px;
  max-width: 290px;
  box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.021);
  transition: 0.4s all ease-in-out;
  /* transition: all 0.4s ease 0s; padding: 18px; */
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_img {
  width: 120px;
  margin: -60px auto 20px auto;
  background: #f1f0f0;
  padding: 15px;
  border-radius: 200px;
  height: 120px;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_img > img {
  width: auto;
  padding: 3px;
  margin: 0;
  height: 100%;
}
.what_is_Int > .container .why_it_works > .why_it_item > p {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #121212;
  font-weight: 600;
  padding: 5px 5px 5px 5px;
  text-align: center;
  line-height: 24px;
  min-height: 60px;
  margin: 0;
}
.what_is_Int > .container .why_it_works > .why_it_item:hover {
  background-color: #58b35d;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 200ms ease-in;
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.what_is_Int > .container .why_it_works > .why_it_item:hover > p {
  color: #fff;
}
.what_is_Int > .container .why_it_works > .why_it_item:hover .wy_it_dic .wy_it_dic_list {
  color: #fff;
}
.what_is_Int > .container .why_it_works > .why_it_item:hover .wy_it_dic .wy_it_dic_list h3 {
  color: #fff;
}
.what_is_Int > .container .why_it_works > .why_it_item:hover .wy_it_dic .wy_it_dic_list p {
  color: #fff;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic {
  padding: 0;
  margin: 0;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic > .wy_it_dic_list {
  margin: 0 0 30px 0;
  padding: 0;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic > .wy_it_dic_list > li {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  padding-top: 10px;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic > .wy_it_dic_list > li::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #e9e9e9;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic > .wy_it_dic_list > li:last-child::before {
  content: none;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic > .wy_it_dic_list > li > h3 {
  padding: 0;
  font-size: 1.8rem;
  color: #52b967;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height: 2rem;
}
.what_is_Int > .container .why_it_works > .why_it_item .wy_it_dic > .wy_it_dic_list > li p {
  margin: 10px 10px 5px 10px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.9rem;
  color: #545454;
}
.what_is_Int > .container .why_it_works .why_it_color_01 {
  border: 1px solid #37a449 !important;
}
.what_is_Int > .container .why_it_works .why_it_color_01 .wy_it_img > img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(13%) saturate(2345%) hue-rotate(78deg) brightness(90%) contrast(82%);
}
.what_is_Int > .container .why_it_works .why_it_color_01:hover {
  background-color: #37a449;
}
.what_is_Int > .container .why_it_works .why_it_color_02 {
  border: 1px solid #a4a5a9 !important;
}
.what_is_Int > .container .why_it_works .why_it_color_02:hover {
  background-color: #a4a5a9;
}
.what_is_Int > .container .why_it_works .why_it_color_02 .wy_it_img > img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(4903%) hue-rotate(39deg) brightness(104%) contrast(72%);
}
.what_is_Int > .container .why_it_works .why_it_color_03 {
  border: 1px solid #50b1e2 !important;
}
.what_is_Int > .container .why_it_works .why_it_color_03:hover {
  background-color: #50b1e2;
}
.what_is_Int > .container .why_it_works .why_it_color_03 .wy_it_img > img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(56%) saturate(3925%) hue-rotate(172deg) brightness(92%) contrast(93%);
}
.what_is_Int > .container .why_it_works .why_it_color_04 {
  border: 1px solid #073674 !important;
}
.what_is_Int > .container .why_it_works .why_it_color_04:hover {
  background-color: #073674;
}
.what_is_Int > .container .why_it_works .why_it_color_04 .wy_it_img > img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(1423%) hue-rotate(188deg) brightness(97%) contrast(98%);
}
.what_is_Int > .container .why_it_works .why_it_color_05 {
  border: 1px solid #ea5a26 !important;
}
.what_is_Int > .container .why_it_works .why_it_color_05:hover {
  background-color: #ea5a26;
}
.what_is_Int > .container .why_it_works .why_it_color_05 .wy_it_img > img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(18%) saturate(4500%) hue-rotate(344deg) brightness(94%) contrast(95%);
}
.what_is_Int > .container .what_in_cont {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.what_is_Int > .container .what_in_cont > .what_in_item {
  list-style: none;
  text-align: center;
  background: #ffffff;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.021);
  transition: 0.4s all ease-in-out;
  max-width: 410px;
  width: 100%;
  min-width: 32.33%;
  position: relative;
  min-height: 205px;
}
.what_is_Int > .container .what_in_cont > .what_in_item .bg_wht {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
}
.what_is_Int > .container .what_in_cont > .what_in_item .what_in_img {
  width: 75px;
  margin: 19px auto 5px auto;
  padding: 0;
  border-radius: 200px;
  height: 75px;
  z-index: 10;
}
.what_is_Int > .container .what_in_cont > .what_in_item .what_in_img > img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(5%) saturate(4292%) hue-rotate(77deg) brightness(101%) contrast(99%);
  width: auto;
  padding: 0px;
  margin: 0;
  height: 100%;
}
.what_is_Int > .container .what_in_cont > .what_in_item > h4 {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 1px 10px 5px 10px;
  text-align: center;
  line-height: 24px;
  margin: 0;
  z-index: 10;
}
.what_is_Int > .container .what_in_cont > .what_in_item > p {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  z-index: 10;
  margin: 0 30px;
}
.what_is_Int > .container .what_in_cont .what_in_color_01 > img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(1793%) hue-rotate(290deg) brightness(96%) contrast(87%);
}
.what_is_Int > .container .what_in_cont .what_in_color_02 > img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(4763%) hue-rotate(178deg) brightness(93%) contrast(91%);
}
.what_is_Int > .container .what_in_cont .what_in_color_03 > img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(20%) saturate(5178%) hue-rotate(203deg) brightness(94%) contrast(92%);
}

/*-----------------------     Intermodal News  ------------------------*/
.intermodalNews {
  position: relative;
  margin-bottom: 30px;
}
.intermodalNews .iananewscontent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.intermodalNews .iananewscontent .iananews-item {
  background: #ffffff;
  position: relative;
  display: flex;
  margin: 5px 10px 30px 10px;
  border-radius: 6px;
  width: 31.53%;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.intermodalNews .iananewscontent .iananews-item:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.intermodalNews .iananewscontent .iananews-item .iananews__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  max-height: 250px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.intermodalNews .iananewscontent .iananews-item .iananews__img img {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.intermodalNews .iananewscontent .iananews-item .iananews__img .iananews_date {
  background: rgba(5, 16, 59, 0.6784313725);
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
}
.intermodalNews .iananewscontent .iananews-item .iananews__img .iananews_date span {
  display: block;
  font-size: 30px;
  line-height: 40px;
}
.intermodalNews .iananewscontent .iananews-item .iananews__img .autor {
  position: absolute;
  background: #52b967;
  right: 10px;
  bottom: 10px;
  font-size: 13px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.intermodalNews .iananewscontent .iananews-item:hover .iananews__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.intermodalNews .iananewscontent .iananews-item .iananews__content {
  width: 100%;
  padding: 20px;
  position: relative;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0e2b3d;
  line-height: 22px;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content h2 a {
  text-decoration: none;
  color: #05103b;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content .iananews__desc {
  color: #939393;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content .view-more {
  color: #05103b;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  float: right;
  padding-right: 30px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  margin: 15px auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content .view-more:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  color: #52b967;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content .view-more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  color: #fff;
  top: 6px;
  right: 14px;
}
.intermodalNews .iananewscontent .iananews-item .iananews__content .view-more:hover {
  background-color: #52b967;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  color: #fff;
  padding: 8px 22px;
  border-radius: 2px;
}

.business-meeting {
  position: relative;
  margin-bottom: 30px;
}
.business-meeting p {
  color: #373740;
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.business-meeting p strong {
  color: #373740;
  font-size: 17px;
  font-weight: 600;
}
.business-meeting p a {
  font-weight: 500;
}
.business-meeting .business_img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin: 30px auto;
}
.business-meeting .business_img_box > .img_cont {
  margin: 0;
}
.business-meeting .business_img_box > .img_cont > img {
  width: 100%;
  margin: 0;
}
.business-meeting .save_date {
  margin: 25px 0;
  text-align: center;
}
.business-meeting .save_date > .d_date_txt {
  font-family: Poppins;
  font-size: 20pt;
  color: #59b35e;
  font-weight: 600;
}
.business-meeting .save_date > .db_adrd {
  font-size: 13pt;
  line-height: 27px;
  font-weight: 500;
  color: #2e307f;
}
@media only screen and (max-width: 600px) {
  .business-meeting .img_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.business-meeting .buss_schedule .buss_date {
  padding: 10px 15px;
  background: #ffffff;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
  width: max-content;
  font-size: 21px;
  font-weight: 700;
  border-left: 4px solid #1c2459;
  color: #1c2459;
  border-radius: 2px 0 0 2px;
  margin-bottom: 30px;
}
.business-meeting .buss_schedule .buss_pro_time {
  padding: 0;
  margin: 20px 0 0 0;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item {
  margin: 0 0 24px 0;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-info {
  background-color: #44ad54;
  padding: 1px 7px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  width: fit-content;
  border-radius: 4px 4px 0 0;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content p {
  padding: 0;
  margin: 0;
  color: #05103b !important;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content p:first-child {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0px 0 5px 0;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .sub_lst_ul {
  list-style: disc !important;
  padding: 0;
  margin: 5px 0 0 15px;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .sub_lst_ul > li {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  color: #000000 !important;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .sub_lst_ul > li p {
  color: #05103b !important;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .buss_sub_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .buss_sub_box .spe_mod_block {
  width: 49%;
  background: #f7f7f7;
  padding: 15px 20px;
  margin-top: 5px;
  position: relative;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .buss_sub_box .spe_mod_block b {
  font-size: 13px;
  color: #fff;
  background: #484848 !important;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  top: -30px;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .buss_sub_box .spe_mod_block p {
  margin: 0;
  padding: 0 0 7px 12px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.business-meeting .buss_schedule .buss_pro_time .buss_pro_time-item .buss_pro_time-content .buss_sub_box .spe_mod_block p::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #52b967;
  font-weight: 600;
}

/*-----------------------    Officers & Directors  ------------------------*/
.officersDirectors {
  position: relative;
  margin-bottom: 30px;
}
.officersDirectors .directors .d_box {
  margin: 0 auto;
  padding: 0;
  display: flex;
  max-width: 1080px;
}
.officersDirectors .directors .d_box .d-content {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 33.33%;
  padding: 0;
  margin: 20px;
}
.officersDirectors .directors .d_box .d-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 2;
  background: rgba(13, 119, 31, 0.8);
  transform: rotate(8deg);
  top: 60%;
  left: -90%;
  transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
}
.officersDirectors .directors .d_box .d-content .dir_img {
  overflow: hidden;
}
.officersDirectors .directors .d_box .d-content .dir_img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease-out;
}
.officersDirectors .directors .d_box .d-content .dir_img:hover img {
  transform: scale(1.1);
}
.officersDirectors .directors .d_box .d-content .dir_desc {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 6;
  bottom: 7%;
  transition: all 0.4s ease-out;
  padding: 0 15px;
}
.officersDirectors .directors .d_box .d-content .dir_desc .pos_title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
}
.officersDirectors .directors .d_box .d-content .dir_desc .dir_name {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin: 0;
  padding: 0px 0px;
}
.officersDirectors .directors .d_box .d-content .dir_desc p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  margin: 0;
  padding: 1px 0;
}
.officersDirectors .directors .d_box .d-content:hover::before {
  transform: rotate(20deg);
  top: 45%;
  left: -90%;
}
.officersDirectors .directors .d_box .d-content:hover .dir_img:hover img {
  transform: scale(1.1);
}
.officersDirectors .directors .d_box .d-content:hover .dir_desc {
  bottom: 20%;
  transition: all 0.8s ease-out;
}
.officersDirectors .board_of_dir .board_box {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.officersDirectors .board_of_dir .board_box .sm_title {
  width: 100%;
}
.officersDirectors .board_of_dir .board_box .sm_title h3 {
  font-size: 20px;
  margin: 25px auto;
  width: max-content;
  text-align: center;
  position: relative;
}
.officersDirectors .board_of_dir .board_box .sm_title h3::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.officersDirectors .board_of_dir .board_box .board_cont {
  margin: 0;
  text-align: center;
  background: #f2f2f2;
  padding: 12px 10px;
  border-radius: 3px;
  margin-right: 20px;
  min-width: 22%;
}
.officersDirectors .board_of_dir .board_box .board_cont h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.officersDirectors .board_of_dir .board_box .board_cont p {
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  line-height: 23px;
  color: #8e8e8f;
  font-weight: 500;
  word-wrap: break-word;
}
.officersDirectors .board_of_dir .board_box .board_cont p.adss {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.officersDirectors .board_of_dir .board_box .board_cont p.adss strong {
  color: #686868;
}

.term_box {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-evenly;
  max-width: 1080px;
}

.our-team {
  padding: 20px 20px 20px 20px;
  background: #f7f7f7;
  border-radius: 5px;
  text-align: center;
  margin: 0 20px;
  width: 26%;
}
.our-team .pic {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 5px;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
  border-radius: 50%;
}
.our-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.our-team:hover .pic {
  background: #52b967;
  border-radius: 50%;
}
.our-team .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2e282a;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.our-team .title a {
  color: #2e282a;
}
.our-team .dir_name {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
.our-team .post {
  display: block;
  font-size: 14px;
  color: #686868;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
}
.our-team .cname {
  display: block;
  font-size: 14px;
  color: #686868;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
}
.our-team:hover {
  background-color: #fff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}
.our-team:hover .title {
  color: #52b967;
}

.board_of_dir_list .board_box_list {
  justify-content: flex-start !important;
  display: block !important;
}
.board_of_dir_list .board_box_list .sm_title_list h3 {
  margin-left: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.board_of_dir_list .board_box_list .board_cont {
  margin: 0 0 20px 0 !important;
  text-align: center;
  background: #ffffff !important;
  padding: 8px 15px !important;
  border-radius: 0px !important;
  min-width: 22%;
  display: flex;
  width: max-content !important;
  border-left: 2px solid #4ab25b;
}
.board_of_dir_list .board_box_list .board_cont > h4 {
  font-size: 15px !important;
  color: #44a9dd;
  margin: 0 !important;
}
.board_of_dir_list .board_box_list .board_cont > p {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #686868 !important;
  font-weight: 500 !important;
  margin-top: 0px !important;
}
.board_of_dir_list .board_box_list .board_cont > .post_com {
  color: #2b3e4b !important;
  font-weight: 600 !important;
}

.expo-box {
  position: relative;
  margin-bottom: 30px;
  margin-top: -102px;
}
.expo-box .expo-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.expo-box .expo-menu li {
  width: 16.6%;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
}
.expo-box .expo-menu li:first-child {
  margin-left: 0;
}
.expo-box .expo-menu li:last-child {
  margin-right: 0;
}
.expo-box .expo-menu li .ex-icon {
  background-color: rgba(68, 173, 84, 0.62);
  padding: 15px 10px;
  border-radius: 4px 4px 0px 0;
}
.expo-box .expo-menu li .ex-icon img {
  width: 70px;
  height: 70px;
  filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(21deg) brightness(108%) contrast(100%);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.expo-box .expo-menu li a {
  font-size: 16px;
  border: 1px solid rgba(92, 129, 78, 0.1);
  width: 100%;
  display: block;
  padding: 10px 5px;
  color: #3b3a3a;
  font-weight: 500;
  border-top: none;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
}
.expo-box .expo-menu li:hover .ex-icon {
  background-color: rgba(68, 173, 84, 0.82);
}
.expo-box .expo-menu li:hover .ex-icon img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.expo-box .expo-menu li:hover a {
  background-color: rgb(68, 173, 84);
  color: #fff;
}

.buss_expo {
  margin-top: -99px !important;
}

.red_box .expo-menu li .ex-icon {
  background-color: rgba(200, 53, 44, 0.48) !important;
  border: 1px solid rgba(200, 53, 44, 0.49) !important;
  border-bottom: none;
  box-shadow: -2px -10px 19px 0px rgba(40, 40, 40, 0.2);
}
.red_box .expo-menu li:hover .ex-icon {
  background-color: rgba(200, 53, 44, 0.7) !important;
}
.red_box .expo-menu li:hover a {
  background-color: #c8352c !important;
  color: #fff;
}

.blue_box .expo-menu li {
  cursor: pointer;
}
.blue_box .expo-menu li .ex-icon {
  background-color: rgba(5, 16, 59, 0.48);
  border: 1px solid rgba(5, 16, 59, 0.1) !important;
  border-bottom: none;
  box-shadow: -2px -10px 19px 0px rgba(40, 40, 40, 0.2);
}
.blue_box .expo-menu li:hover .ex-icon {
  background-color: rgba(5, 16, 59, 0.7);
}
.blue_box .expo-menu li:hover a {
  background-color: #05103b;
  color: #fff;
}

.intermodalExpo {
  position: relative;
  margin-bottom: 30px;
}
.intermodalExpo .expo_logo {
  margin: 10px 0 30px 0;
}
.intermodalExpo .expo_logo img {
  width: 80%;
}
.intermodalExpo .expo_date {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 30px 0;
}
.intermodalExpo .expo_date h3 {
  font-size: 24px;
  margin: 0;
  color: #c8352c;
}
.intermodalExpo .expo_date p {
  color: #3b3a3a;
  margin: 5px 0 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.intermodalExpo .expo_notes {
  background: #f7f5f5;
  font-size: 13px;
  color: #ff0707;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 20px;
  padding: 10px;
}
.intermodalExpo .expo_notes a {
  color: #e03e2d;
}
.intermodalExpo .expo_counter_block {
  position: absolute;
  left: 0;
  bottom: 0;
}
.intermodalExpo .expo_counter_block .expo_counter li {
  display: inline-block;
}
.intermodalExpo .expo_counter_block .expo_counter li .numday {
  font-size: 34px;
  color: #44ad54;
  font-weight: 600;
  min-width: 100px;
  display: block;
  text-align: center;
  width: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.intermodalExpo .expo_counter_block .expo_counter li p {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 5px;
  background-color: #44ad54;
  color: #fff;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.intermodalExpo .expo_counter_block_big {
  right: 60px !important;
  bottom: 10% !important;
  left: auto !important;
}
.intermodalExpo .expo_counter_block_big li .numday {
  padding: 10px;
  min-width: 125px !important;
  color: #05103b !important;
  font-size: 40px !important;
}
.intermodalExpo .expo_counter_block_big li p {
  min-width: 125px !important;
  padding: 8px !important;
}
.intermodalExpo .expo_cont {
  padding: 50px 0;
}
.intermodalExpo .expo_cont h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.intermodalExpo .expo_cont .exp_update {
  text-align: center;
}
.intermodalExpo .expo_cont .exp_update h5 {
  color: #373740;
  margin: 50px auto 20px auto;
}
.intermodalExpo .expo_cont .exp_update h5 a {
  color: #c8352c;
}
.intermodalExpo .expo_attend {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.intermodalExpo .expo_attend .expo-cont-img {
  width: 50%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.intermodalExpo .expo_attend .expo-cont-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.intermodalExpo .expo_attend .expo-cont-img:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.intermodalExpo .expo_attend .expo-txt {
  width: 50%;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
  padding: 50px;
}
.intermodalExpo .expo_attend .expo-txt h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.intermodalExpo .expo_attend .expo-txt p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: justify;
  color: #525252;
}
.intermodalExpo .expo_attend .expo-txt .normal-list {
  padding: 0;
  margin: 0;
}
.intermodalExpo .expo_attend .expo-txt .normal-list li {
  position: relative;
  padding-left: 26px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin-bottom: 8px;
  color: #525252;
}
.intermodalExpo .expo_attend .expo-txt .normal-list li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
}
.intermodalExpo .expo_attend .expo-txt:hover {
  background: #44ad54;
}
.intermodalExpo .expo_attend .expo-txt:hover h2 {
  color: #fff;
}
.intermodalExpo .expo_attend .expo-txt:hover p {
  color: #fff;
}
.intermodalExpo .expo_attend .expo-txt:hover .normal-list li {
  color: #fff;
}
.intermodalExpo .expo_attend .expo-txt:hover .normal-list li:before {
  color: #fff;
}
.intermodalExpo .expo-chart h6 {
  font-size: 2.1rem;
}
.intermodalExpo .expo-chart img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.intermodalExpo .expo-chart img:hover {
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -o-transform: scale(1.11);
  transform: scale(1.11);
}
.intermodalExpo .exhibit_with_out_logo {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
}
.intermodalExpo .exhibit_with_out_logo li {
  margin: 15px 8px 10px 0;
  text-align: center;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  width: calc(33.3333333333% - 8px);
  font-size: 16px;
  font-weight: 500;
  color: #8e8e8f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease-out;
}
.intermodalExpo .exhibit_with_out_logo li:hover {
  background: rgba(204, 204, 204, 0.1019607843);
  transform: scale(1.05);
  color: #000;
}
.intermodalExpo .airportTransfers {
  background: #ffffff;
  position: relative;
  margin: 0px 0;
  border-radius: 6px;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  text-align: center;
  padding: 30px 20px;
}

/*--------------------
    Tabs
--------------------*/
/* Mobile Phones and tablets */
/* is-sticky */
.stuck {
  position: fixed;
  top: 140px;
  width: 100%;
}

.expo-leftside,
.expo-rightside {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 1000 !important;
}
.expo-leftside li,
.expo-rightside li {
  width: 100px !important;
  margin: 5px 0px !important;
  text-align: center !important;
  cursor: pointer;
}
.expo-leftside li a,
.expo-rightside li a {
  padding: 5px 5px !important;
  font-size: 13px !important;
  line-height: 15px;
}
.expo-leftside li .ex-icon,
.expo-rightside li .ex-icon {
  padding: 10px 5px !important;
  border-radius: 0px !important;
  background-color: rgb(5, 16, 59) !important;
}
.expo-leftside li .ex-icon img,
.expo-rightside li .ex-icon img {
  width: 40px !important;
  height: 40px !important;
}
.expo-leftside li:hover .ex-icon,
.expo-rightside li:hover .ex-icon {
  background-color: #05103b !important;
}
.expo-leftside li:hover a,
.expo-rightside li:hover a {
  background-color: rgba(82, 185, 103, 0.8) !important;
  color: #fff;
}

.expo-leftside {
  left: 0;
}

.expo-rightside {
  right: 0;
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .expo-leftside li,
  .expo-rightside li {
    width: 110px !important;
  }
  .expo-leftside li a,
  .expo-rightside li a {
    padding: 4px 4px !important;
    line-height: 14x;
  }
  .expo-leftside li .ex-icon,
  .expo-rightside li .ex-icon {
    padding: 9px 5px !important;
  }
  .expo-leftside li .ex-icon img,
  .expo-rightside li .ex-icon img {
    width: 40px !important;
    height: 40px !important;
  }
}
@media only screen and (min-width: 1436px) and (max-width: 1537px) {
  .expo-leftside li,
  .expo-rightside li {
    width: 80px !important;
  }
  .expo-leftside li a,
  .expo-rightside li a {
    padding: 4px 4px !important;
    line-height: 14x;
  }
  .expo-leftside li .ex-icon,
  .expo-rightside li .ex-icon {
    padding: 7px 5px !important;
  }
  .expo-leftside li .ex-icon img,
  .expo-rightside li .ex-icon img {
    width: 35px !important;
    height: 35px !important;
  }
}
.expo_sub_page {
  min-height: 300px;
}
.expo_sub_page > .header_img {
  max-height: 360px;
}
.expo_sub_page > .header-conent > .header-text {
  min-height: 360px;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.expo_sub_page > .header-conent > .header-text > img {
  position: absolute;
  right: 0.5%;
}
.expo_sub_page > .header-conent > .header-text .header-titel {
  position: absolute;
  left: 0.5%;
  background-color: rgba(5, 16, 59, 0.98);
  padding: 10px 35px 15px 35px;
  font-size: 23px;
  border-left: 6px solid #52b967;
  margin-left: 0 !important;
}
.expo_sub_page > .header-conent > .header-text .center-header-t {
  left: 42%;
}

.registered_comp {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.registered_comp li {
  line-height: 40px;
  flex-basis: 33.33%;
  color: #222020 !important;
  font-size: 14px;
  position: relative;
  margin: 10px 0;
  padding-right: 10px;
}
.registered_comp li strong {
  font-weight: 700;
  color: #121c45;
}
.registered_comp li strong:hover {
  color: #52b967 !important;
  font-weight: 500;
}
.registered_comp li:hover {
  color: #52b967 !important;
  font-weight: 500;
}
.registered_comp li::before {
  content: "\f111";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0px;
  position: absolute;
  top: 45%;
  left: -18px;
  font-size: 6px;
  color: #52b967;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .registered_comp li {
    flex-basis: 49.5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .registered_comp li {
    flex-basis: 100%;
  }
}
.host_sponsor {
  justify-content: center !important;
}
.host_sponsor li {
  width: 25% !important;
}
.host_sponsor li a img {
  max-width: 280px !important;
}
.host_sponsor li a .big_img_sop {
  max-width: 380px !important;
}

.imp_notice {
  background-color: #f5f5f5;
  border-left: 6px solid #ef8177;
  margin: 0 0 24px;
  padding: 12px;
}
.imp_notice p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #d93527;
}

.list-decimal {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  list-style: decimal !important;
}
.list-decimal li {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  width: 100%;
  line-height: 23px;
  font-size: 1.5rem;
  color: #616161;
}
.list-decimal li > span {
  font-weight: 600;
}
.list-decimal li > strong {
  margin-left: 5px;
  margin-right: 5px;
}
.list-decimal li a {
  font-weight: 500;
}

.expo_cont_info {
  padding: 50px 0 30px 0;
}
.expo_cont_info h1 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.expo_cont_info .exp_update_lab {
  text-align: center;
}
.expo_cont_info .exp_update_lab h5 {
  font-size: 1.8rem;
  color: #373740;
  margin: 20px auto 20px auto;
  text-transform: none;
}
.expo_cont_info .exp_update_lab h5 a {
  color: #c8352c;
}
.expo_cont_info .exp_update_lab h5 .email_txt {
  color: #44a9dd;
}

.expo_show_cont {
  padding: 0;
  margin: 0;
}
.expo_show_cont li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding: 15px 15px;
  margin: 5px;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.expo_show_cont li:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.expo_show_cont li:first-child {
  margin-left: 0;
}
.expo_show_cont li:last-child {
  margin-right: 0;
}
.expo_show_cont li p {
  padding: 0;
  margin: 0;
  line-height: 26px;
}
.expo_show_cont li p strong {
  line-height: 20px;
}

.expbx {
  display: flex;
}
.expbx .dxbx_left {
  width: 80%;
}
.expbx .dxbx_right {
  width: 20%;
  text-align: center;
}
.expbx .dxbx_right img {
  width: 60%;
}

.office_vendor_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.office_vendor_cont > li {
  background: #ffffff;
  position: relative;
  display: flex;
  margin: 5px 10px 30px 10px !important;
  border-radius: 6px;
  width: 31%;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.office_vendor_cont > li:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.office_vendor_cont > li .off_vend_img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  padding: 15px;
  text-align: center;
  min-height: 166px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.office_vendor_cont > li .off_vend_img img {
  text-align: center;
  margin: 0 auto 15px auto;
  width: inherit;
  max-width: 250px;
  max-height: 140px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.office_vendor_cont > li:hover .off_vend_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.office_vendor_cont > li > p {
  font-size: 16px;
  font-weight: 500;
  color: #0e2b3d;
  line-height: 22px;
  padding: 10px;
  text-align: center;
}

.conn-adver {
  max-width: 100% !important;
  display: flex;
}
.conn-adver table.SponsTable {
  width: auto;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #eaeaea;
  border-style: solid;
}
.conn-adver table.SponsTable td,
.conn-adver table.SponsTable th {
  border-width: 1px;
  border-color: #eaeaea;
  border-style: solid;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
}
.conn-adver table.SponsTable thead {
  background-color: #1a285d;
  color: #fff;
}
.conn-adver .add_rate {
  min-width: 443px;
  margin-right: 45px;
}
.conn-adver .ad_img_box {
  width: 80%;
  text-align: center;
}
.conn-adver .ad_img_box > img {
  width: 90%;
  max-width: 1010px;
}
.conn-adver .ad_img_box .shadow_box {
  border: 1px solid #dddddd;
  box-shadow: 12px 12px 0px 0px rgba(144, 202, 232, 0.1019607843);
}
.conn-adver .bg2 {
  color: #2f3636;
  background: #cad9ee;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .conn-adver .Conn-Adver {
    flex-wrap: wrap;
  }
  .conn-adver .Conn-Adver > img {
    width: auto;
    max-width: inherit;
  }
  .conn-adver .add_rate {
    min-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}

table.expo_SponsTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #eaeaea;
  border-style: solid;
}
table.expo_SponsTable td,
table.expo_SponsTable th {
  border-width: 1px;
  border-color: #eaeaea;
  border-style: solid;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
}
table.expo_SponsTable th {
  font-weight: 500;
}
table.expo_SponsTable td {
  color: #000 !important;
}
table.expo_SponsTable .bod_none {
  border: none !important;
}

.add_rate {
  min-width: 270px;
  margin-right: 35px;
}

.bg2 {
  color: #000000;
  background: #f9dedc;
  font-size: 16px;
  font-weight: 400;
}

.bg3 {
  color: #ffffff;
  background: #d93527;
  font-size: 18px;
  font-weight: 500;
}

.tab_bg_01 {
  background: #fdfdfd;
}

.exp_program .pro_time {
  padding: 0;
  margin: 20px 0 0 0;
}
.exp_program .pro_time .pro_time-item {
  margin: 0 0 24px 0;
}
.exp_program .pro_time .pro_time-item .pro_time-info {
  background-color: #44ad54;
  padding: 1px 7px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  width: fit-content;
  border-radius: 4px 4px 0 0;
}
.exp_program .pro_time .pro_time-item .pro_time-content {
  padding: 10px 15px;
  background: #ffffff;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
  position: relative;
}
.exp_program .pro_time .pro_time-item .pro_time-content p {
  padding: 0;
  margin: 0;
  color: #05103b !important;
}
.exp_program .pro_time .pro_time-item .pro_time-content .sub_lst_ul {
  list-style: disc !important;
  padding: 0;
  margin: 5px 0 0 15px;
}
.exp_program .pro_time .pro_time-item .pro_time-content .sub_lst_ul > li {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  color: #000000 !important;
}
.exp_program .pro_time .pro_time-item .pro_time-content .sub_lst_ul > li p {
  color: #05103b !important;
}
.exp_program .pro_time .pro_time-item .pro_time-content .expo_sub_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.exp_program .pro_time .pro_time-item .pro_time-content .expo_sub_box .spe_mod_block {
  width: 49%;
  background: #f7f7f7;
  padding: 15px 20px;
  margin-top: 5px;
  position: relative;
}
.exp_program .pro_time .pro_time-item .pro_time-content .expo_sub_box .spe_mod_block b {
  font-size: 13px;
  color: #fff;
  background: #484848 !important;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  top: -30px;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
}
.exp_program .pro_time .pro_time-item .pro_time-content .expo_sub_box .spe_mod_block p {
  margin: 0;
  padding: 0 0 7px 12px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.exp_program .pro_time .pro_time-item .pro_time-content .expo_sub_box .spe_mod_block p::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #52b967;
  font-weight: 600;
}
.exp_program .pro_time .pro_time-item .pro_time-content .dialogue_arrow_ic {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.exp_program .pro_time .pro_time-item .pro_time-content .dialogue_arrow_ic > i {
  color: #43a853;
  font-size: 23px;
  padding: 3px 5px;
}
.exp_program .pro_time .pro_time-item .pro_time-content .dialogue_arrow_ic:hover {
  color: #05103b;
}
.exp_program .pro_time .pro_time-item .pro_time-content .dialogue_box {
  background: rgba(204, 204, 204, 0.1019607843);
  padding: 15px 15px;
  margin: 10px 0;
}
.exp_program .pro_time .pro_time-item .pro_time-content .dialogue_box > ul {
  margin: 0;
  padding: 0;
}
.exp_program .pro_time .pro_time-item .pro_time-content .dialogue_box > ul li .small_txt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}

.partnership-program {
  position: relative;
  margin-bottom: 30px;
}
.partnership-program .nav-pills .nav-link {
  min-width: 200px;
  padding: 15px 30px 15px 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #121c45;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.partnership-program .nav-pills .nav-link:focus, .partnership-program .nav-pills .nav-link.active, .partnership-program .nav-pills .nav-link:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #4cb55f;
  font-weight: 600;
  color: #ffffff;
}
.partnership-program .nav-pills .nav-link:focus:before, .partnership-program .nav-pills .nav-link.active:before, .partnership-program .nav-pills .nav-link:active:before {
  content: "";
  display: block;
  border-top: 18px solid transparent;
  border-left: 18px solid #4cb55f;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 10;
}
.partnership-program .program-content {
  width: 100%;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
  min-height: 620px;
  padding: 30px;
}
.partnership-program .program-content .program-dic {
  position: relative;
  padding: 30px;
}
.partnership-program .program-content .program-dic .price {
  position: absolute;
  right: -30px;
  top: -30px;
  background: #05103b;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  border-radius: 0 10px;
  font-weight: 500;
}
.partnership-program .program-content .program-dic .sub_txt {
  padding: 10px 20px;
  font-size: 18px;
}
.partnership-program .program-content .program-dic .benefits {
  margin: 0 0 23px 0;
  padding: 0 20px;
}
.partnership-program .program-content .program-dic .benefits li {
  line-height: 32px;
  font-size: 16px;
}
.partnership-program .program-content .program-dic .benefits li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  font-weight: 700;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 10px;
  color: #05103b;
}
.partnership-program .program {
  display: flex;
}
.partnership-program .program .program-inner {
  box-shadow: 0px 5px 83px rgba(14, 43, 61, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background-color: #fff;
  width: 20%;
}
.partnership-program .program .program-inner .box-title {
  padding: 0 10px 10px 10px;
}
.partnership-program .program .program-inner .box-title .sub_txt {
  background: #073674;
  font-size: 15px;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  width: max-content;
  margin: 0 auto !important;
  border-radius: 0 0 10px 10px;
  min-width: 140px;
  font-weight: 400;
}
.partnership-program .program .program-inner .price {
  font-size: 35px;
  font-weight: 500;
  color: #0e2b3d;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.partnership-program .program .program-inner .price .prc-currency {
  margin-left: 0;
  margin-right: -10px;
  font-size: 30px;
  font-weight: 500;
}
.partnership-program .program .program-inner .benefits .sub_txt {
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
  color: #0e2b3d;
  line-height: 1.5;
  border-bottom: 1px solid #e5e8ea;
  border-top: 1px solid #e5e8ea;
}
.partnership-program .program .program-inner .benefits .benefits-dic {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 5px 15px;
  margin-top: 10px;
}
.partnership-program .program .program-inner .benefits .benefits-dic li {
  padding: 5px;
  position: relative;
  display: flex;
  line-height: 22px;
  font-weight: 400;
}
.partnership-program .program .program-inner .benefits .benefits-dic li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  font-weight: 700;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 12px;
  color: rgb(82, 185, 103);
}
.partnership-program .opportunitie > .program-inner {
  width: 25%;
}
.partnership-program .opportunitie > .program-inner .none_list {
  margin: 20px;
}
.partnership-program .opportunitie > .program-inner .none_list li {
  line-height: 23px;
}

.partnership-opport {
  position: relative;
  margin-bottom: 30px;
}
.partnership-opport .part_opp_box .part_opp_item {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  overflow: hidden;
  border-radius: 4px;
}
.partnership-opport .part_opp_box .part_opp_item:before {
  opacity: 0.95;
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.partnership-opport .part_opp_box .part_opp_item .po-img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  width: 100%;
  height: 310px;
}
.partnership-opport .part_opp_box .part_opp_item:hover .po-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.partnership-opport .part_opp_box .part_opp_item .view-btn {
  text-align: center;
  padding: 8px 20px 7px;
  background-color: #36a148;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  border-radius: 0px 0 0px 10px;
}
.partnership-opport .part_opp_box .part_opp_item .view-btn a {
  text-decoration: none;
  color: #fff;
}
.partnership-opport .part_opp_box .part_opp_item .op-content {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 3;
  background: rgba(29, 35, 86, 0.8117647059);
}
.partnership-opport .part_opp_box .part_opp_item .op-content .op-title {
  color: #ffffff;
  font-size: 20px;
}
.partnership-opport .part_opp_box .part_opp_item .op-content .op-title a {
  text-decoration: none;
  color: #ffffff;
}
.partnership-opport .part_opp_box .part_opp_item .op-content .op-deccription {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  transition: 0.4s ease-out;
}
.partnership-opport .part_opp_box .part_opp_item .op-content:hover {
  min-height: 50%;
}
.partnership-opport .part_opp_box .part_opp_item .op-content:hover .op-deccription {
  transform: translateY(5px);
  -webkit-line-clamp: 5;
}

/*-----------------------    Key Staff  ------------------------*/
.header_bef {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
.header_bef::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}

.key-staff .staff_text {
  display: flex;
  justify-content: center;
}
.key-staff .staff_text p {
  margin: 0 20px 10px 0;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #f1f1f1;
}
.key-staff .staff_text p:last-child {
  border-right: none;
}
.key-staff .staff_text p a {
  font-size: 16px;
  font-weight: 500;
}
.key-staff .staff_text p span.pos {
  font-size: 14px;
  line-height: 18px;
  color: #2b3e4b;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.key-staff .staff_text p span.ext {
  font-size: 12px;
  padding: 3px 5px;
  color: #909090;
  border-radius: 3px;
  background: #efefef;
  margin-left: 10px;
  font-weight: 500;
}
.key-staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
.key-staff .staff_list P {
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  width: auto;
  background: #FFFFFF;
  border: 1px solid rgba(231, 227, 255, 0.2);
  box-shadow: 0px 4px 14px rgba(185, 185, 185, 0.12);
  border-radius: 0px;
  border-left: 2px solid #4ab25b;
}
.key-staff .staff_list span.pos {
  font-size: 14px;
  line-height: 18px;
  color: #2b3e4b;
  font-weight: 500;
  margin-top: 5px;
}
.key-staff .staff_list span.ext {
  font-size: 12px;
  padding: 3px 5px;
  color: #FFFFFF;
  border-radius: 3px;
  background: rgba(7, 54, 116, 0.6901960784);
  margin-left: 10px;
  font-weight: 500;
}

/*-----------------------    Partners  ------------------------*/
.partners {
  position: relative;
  margin-bottom: 30px;
}
.partners .partner_block {
  margin: 0;
  padding: 0;
}
.partners .partner_block > .heading {
  margin: 40px 0 40px 0;
}
.partners .partner_block > .heading h2 {
  font-size: 2.78rem;
  position: relative;
  padding-left: 0px;
}
.partners .partner_block > .heading h2::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.partners .partner_block .partner_logo {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  justify-content: flex-start;
}
.partners .partner_block .partner_logo li {
  padding: 20px;
  width: calc(16.6666666667% - 0px);
  margin-bottom: 0px;
  border-right: 1px solid rgba(158, 158, 158, 0.1568627451);
  border-bottom: 1px solid rgba(158, 158, 158, 0.1568627451);
  text-align: center;
}
.partners .partner_block .partner_logo li:hover {
  background: rgba(204, 204, 204, 0.1019607843);
}
.partners .partner_block .partner_logo li:hover a img {
  transform: scale(1.1);
}
.partners .partner_block .partner_logo li a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.7s ease-out;
  max-width: 190px;
}
.partners .partner_block .partner_logo li:first-child {
  border-left: none;
}
.partners .partner_block .partner_logo li:last-child {
  border-right: none;
}
.partners .partner_block .partner_logo li:nth-child(6n+1) {
  border-left: none;
}
.partners .partner_block .partner_logo li:nth-child(6), .partners .partner_block .partner_logo li:nth-child(12), .partners .partner_block .partner_logo li:nth-child(18), .partners .partner_block .partner_logo li:nth-child(24), .partners .partner_block .partner_logo li:nth-child(30), .partners .partner_block .partner_logo li:nth-child(36), .partners .partner_block .partner_logo li:nth-child(42), .partners .partner_block .partner_logo li:nth-child(48), .partners .partner_block .partner_logo li:nth-child(54), .partners .partner_block .partner_logo li:nth-child(60) {
  border-right: none;
}
.partners .partner_block .partner_logo li:nth-last-child(-n+6), .partners .partner_block .partner_logo li:nth-last-child(-n+2), .partners .partner_block .partner_logo li:last-child {
  border-bottom: none;
}
.partners .partner_block .p_with_out_logo {
  margin: 0 8px 10px 0;
  text-align: center;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  width: calc(16.6666666667% - 8px);
  font-size: 16px;
  font-weight: 500;
  color: #8e8e8f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease-out;
}
.partners .partner_block .p_with_out_logo:hover {
  background: rgba(204, 204, 204, 0.1019607843);
  transform: scale(1.05);
  color: #000;
}
.partners .partner_with_out_logo {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
}
.partners .partner_with_out_logo li {
  margin: 0 8px 10px 0;
  text-align: center;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  width: calc(16.6666666667% - 8px);
  font-size: 16px;
  font-weight: 500;
  color: #8e8e8f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease-out;
}
.partners .partner_with_out_logo li:hover {
  background: rgba(204, 204, 204, 0.1019607843);
  transform: scale(1.05);
  color: #000;
}

/*-----------------------    Federal Legislative  ------------------------*/
.federal-legislative {
  position: relative;
  margin-bottom: 30px;
}
.federal-legislative .federal_content > .heading {
  margin: 40px 0 40px 0;
}
.federal-legislative .federal_content > .heading h2 {
  font-size: 2.78rem;
}
.federal-legislative .federal_content > .heading h2::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.federal-legislative .federal_content .sub_titel {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #121c45;
}
.federal-legislative .federal_content .date_update {
  background: #52b967;
  font-size: 15px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  width: fit-content;
  font-weight: 500;
  margin: 10px 0;
}
.federal-legislative .federal_content > ul {
  margin: 30px 0 0 0;
  padding: 0;
}
.federal-legislative .federal_content > ul li {
  font-family: "Roboto", sans-serif;
  color: #373740;
  font-size: 16px;
  border-left: 4px solid #162c64;
  margin: 15px 0;
  padding: 10px;
  background: #f7f7f7;
  line-height: 22px;
}
.federal-legislative .federal_content > ul li strong {
  padding-left: 5px;
}

/*-----------------------    INTERMODAL SYSTEM MAPS & DIRECTORIES  ------------------------*/
.intermodalsystem {
  position: relative;
  margin-bottom: 30px;
}
.intermodalsystem .inter_system_content {
  margin-bottom: 40px;
}
.intermodalsystem .inter_system_content > .heading {
  margin: 40px 0 40px 0;
}
.intermodalsystem .inter_system_content > .heading h2 {
  font-size: 2.78rem;
}
.intermodalsystem .inter_system_content > .heading h2::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.intermodalsystem .inter_system_content p {
  line-height: 22px;
}
.intermodalsystem .inter_system_content strong {
  color: #373740;
}
.intermodalsystem .text-right {
  text-align: right !important;
}
.intermodalsystem .tplegan {
  text-align: center;
  margin: 0px auto 0 auto;
  width: 447px;
  background: #ffffff;
  padding-top: 30px;
}
.intermodalsystem .key_t {
  font-size: 20px;
  margin: 15px 0 10px 0;
  padding: 0;
}
.intermodalsystem .map-key {
  border: 1px solid #f3f3f3;
  padding: 15px;
  width: 100%;
  margin: 0px 0 15px 0;
  background: #ffffff;
}
.intermodalsystem .map-key .map-key-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.intermodalsystem .map-key .map-key-list li {
  margin: 0 15px;
  padding: 0;
}
.intermodalsystem .map-key .map-key-list li img {
  width: auto;
  height: 30px;
}
.intermodalsystem .map-key .map-key-list li span {
  font-size: 15px;
  color: #05103b;
  font-weight: 500;
  margin-left: 10px;
}
.intermodalsystem .map_box {
  display: flex;
}

.iframe {
  border: none;
  height: 100vh;
  width: 100%;
}
.iframe #mapbase #infobox {
  top: 600px !important;
}

/*-----------------------    State Legislative Activities  ------------------------*/
.state-leg-act {
  position: relative;
  margin-bottom: 30px;
}
.state-leg-act .max_map {
  max-width: 1250px;
  margin: 0 auto !important;
}

/*-----------------------   Federal Regulatory Activities  ------------------------*/
.regulatory {
  position: relative;
  margin-bottom: 30px;
}
.regulatory .federal_content > .heading {
  margin: 40px 0 40px 0;
}
.regulatory .federal_content > .heading h2 {
  font-size: 2.78rem;
}
.regulatory .federal_content > .heading h2::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.regulatory .federal_content .sub_titel {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #121c45;
}
.regulatory .federal_content .date_update {
  background: #52b967;
  font-size: 15px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  width: fit-content;
  font-weight: 500;
  margin: 10px 0;
}
.regulatory .federal_content > ul {
  margin: 30px 0 0 0;
  padding: 0;
}
.regulatory .federal_content > ul li {
  font-family: "Roboto", sans-serif;
  color: #373740;
  font-size: 16px;
  border-left: 4px solid #162c64;
  margin: 15px 0;
  padding: 10px;
  background: #f7f7f7;
  line-height: 22px;
}
.regulatory .federal_content > ul li strong {
  padding-left: 5px;
}

.intermodal-glossary {
  position: relative;
  margin-bottom: 30px;
}
.intermodal-glossary .glossary-top {
  margin: 0;
  padding: 0 0 0 12px;
  border-left: 4px solid #52b967;
}
.intermodal-glossary .glossary-top .glos-text {
  font-size: 2.9rem;
  line-height: 28px;
  color: #52b967;
  font-weight: 500;
  margin-bottom: 10px;
}
.intermodal-glossary .glossary-top .glos-text span {
  color: #121c45;
  padding: 3px;
}
.intermodal-glossary .glossary-top .glos-text em {
  color: #121c45;
}
.intermodal-glossary .glossary-top .glos-sub-text {
  font-size: 2.1rem;
  line-height: 28px;
  color: #2b3e4b;
  font-weight: 400;
  margin-bottom: 10px;
}
.intermodal-glossary .inan-tab-content {
  background: #fdfdfd;
}
.intermodal-glossary .inter_glossary p {
  line-height: 22px;
}
.intermodal-glossary .inter_glossary h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0e2b3d;
  line-height: 17px;
  padding: 10px 5px 2px 5px;
  margin: 0;
}
.intermodal-glossary .inter_glossary .default-list {
  margin: 10px;
  padding: 0;
  list-style: none;
}
.intermodal-glossary .inter_glossary .default-list li {
  color: #373740;
  font-size: 15px;
  font-weight: 400;
  padding: 5px;
  margin: 0;
}
.intermodal-glossary .inter_glossary .default-list li a {
  font-weight: 500;
}
.intermodal-glossary .inter_glossary .default-list li strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.white_tab {
  background: #fff;
}

/*-----------------------   Education on Demand  ------------------------*/
.education-on-demand {
  position: relative;
  margin-bottom: 30px;
}
.education-on-demand .educationcontent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.education-on-demand .educationcontent .education-item {
  background: #ffffff;
  position: relative;
  display: flex;
  margin: 0 0 20px 0;
  border-radius: 6px;
  width: 49.5%;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.education-on-demand .educationcontent .education-item:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.education-on-demand .educationcontent .education-item .edu_top {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  align-items: flex-start;
}
.education-on-demand .educationcontent .education-item .edu_top .education_date {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
}
.education-on-demand .educationcontent .education-item .edu_top .education_date .date {
  background: #19295f !important;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
}
.education-on-demand .educationcontent .education-item .edu_top .education_date .time {
  background: #52b561;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
}
.education-on-demand .educationcontent .education-item .edu_top .education_btn {
  text-align: right;
  display: flex;
}
.education-on-demand .educationcontent .education-item .edu_top .education_btn .edu-btn {
  padding: 5px 10px !important;
  width: auto;
  height: auto;
  line-height: 22px;
  margin: 0 0 0 10px;
  font-size: 13px;
}
.education-on-demand .educationcontent .education-item .edu_top .education_btn .edu-btn i {
  font-size: 16px;
  margin: 0 5px 0 0;
}
.education-on-demand .educationcontent .education-item .edu_top .education_btn .edu-btn:hover {
  border-color: #52b967;
}
.education-on-demand .educationcontent .education-item .education__content {
  padding: 0px 20px 20px 20px;
}
.education-on-demand .educationcontent .education-item .education__content .up_ed_titel {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 5px 0;
}
.education-on-demand .educationcontent .education-item .education__content p {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 16px;
  text-align: justify;
  color: #787878;
}
.education-on-demand .educationcontent .education-item .education__content .edu_text {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 16px;
  text-align: justify;
  color: #565872;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 90px;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic {
  text-emphasis: none !important;
  display: block !important;
  font-size: 16px;
  color: #565872;
  line-height: 23px;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic > p {
  font-size: 16px !important;
  color: #5d5b5b !important;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic h1 {
  font-size: 16px !important;
  color: #121c45;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic h2 {
  font-size: 16px !important;
  color: #121c45;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic h3 {
  font-size: 16px !important;
  color: #121c45;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic h4 {
  font-size: 16px !important;
  color: #121c45;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic ul {
  margin: 0;
  padding: 0;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic ul li {
  font-size: 15px;
  line-height: 23px;
  position: relative;
}
.education-on-demand .educationcontent .education-item .education__content .edu_dic ul li::before {
  font-family: "Fontawesome";
  content: "\f101";
  font-size: 16px;
  color: #52b967;
  padding-right: 7px;
}
.education-on-demand .educationcontent .education-item .education__content .members_only {
  background: #0888d9;
  font-size: 13px;
  color: #fff;
  padding: 0px 7px;
  border-radius: 2px;
  width: fit-content;
  font-weight: 500;
  margin: 5px 0 10px 0;
  border: 1px solid #0888d9;
}
.education-on-demand .educationcontent .education-item .education__content .freewebinar {
  background: #eef4f7;
  font-size: 13px;
  color: #0888d9;
  padding: 0px 7px;
  border-radius: 2px;
  width: fit-content;
  font-weight: 500;
  margin: 5px 0 10px 0;
  border: 1px solid #0888d9;
}
.education-on-demand .educationcontent .education-item .education__content .members_only1 {
  background: rgb(68, 70, 72);
  font-size: 13px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px 0 3px 0;
  width: fit-content;
  font-weight: 500;
  margin: 5px 0 10px 0;
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.education-on-demand .educationcontent .education-item .education__content .speak-inc-title {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  color: #121c45;
  width: max-content;
  margin: 0px 0 10px 0;
  min-width: 110px;
  font-family: "Roboto";
  border-radius: 2px;
  font-weight: 600;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox {
  display: flex;
  margin-top: 10px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .spon_box {
  margin-right: 25px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .spon_box .up_ed_sub_titel {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  color: #121c45;
  width: max-content;
  margin: 0px 0 10px 0;
  min-width: 110px;
  font-family: "Roboto";
  border-radius: 2px;
  font-weight: 600;
  background: transparent;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .spon_box .sponsored_by {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .spon_box .sponsored_by img {
  width: 100%;
  max-width: 165px;
  box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.09);
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box {
  width: 100%;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .up_ed_sub_titel {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  color: #121c45;
  width: max-content;
  margin: 0px 0 10px 0;
  min-width: 110px;
  font-family: "Roboto";
  border-radius: 2px;
  font-weight: 600;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item {
  position: relative;
  width: 48%;
  display: inline-block;
  margin: 0 5px;
  max-width: 370px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner {
  padding: 5px;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 20px rgba(99, 130, 255, 0.05);
  position: relative;
  margin-bottom: 10px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner .author-area {
  padding: 0;
  margin: 0;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner .author-area .thumb {
  margin: 0 auto 0px;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner .author-area .thumb img {
  width: 100%;
  max-width: 85px;
  border-radius: 4px;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner .content-area {
  width: 100%;
  padding-left: 15px;
  padding-top: 5px;
  max-width: calc(100% - 100px);
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner .content-area strong {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  font-family: "Roboto";
  color: #2b2b2b;
}
.education-on-demand .educationcontent .education-item .education__content .sponsoredbox .pres_spon_box .presenters_box .presenters-item .presenters-inner .content-area p {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  text-align: left;
}
.education-on-demand .filter_box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.education-on-demand .filter_box .form-group {
  margin: 0;
}
.education-on-demand .filter_box .webinars_search {
  width: 30%;
}
.education-on-demand .filter_box .webinars {
  width: 240px;
  margin-left: 15px;
}
.education-on-demand .filter_box .months {
  width: 150px;
  margin-left: 15px;
}
.education-on-demand .filter_box .year {
  width: 120px;
  margin-left: 15px;
}
.education-on-demand .chk_box {
  display: flex !important;
  align-content: center;
}
.education-on-demand .chk_box .chk_cont {
  display: flex;
  height: 50px;
  align-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0 0px 0 10px;
  color: #2b3e4b;
  font-weight: 500;
}
.education-on-demand .chk_box .chk_cont .check_lable {
  white-space: nowrap;
}

/*-----------------------    Policy  ------------------------*/
.policy {
  position: relative;
  margin-bottom: 30px;
}
.policy .heading_policy {
  margin: 10px 0 40px 0;
}
.policy .heading_policy > .heading__title {
  font-size: 2rem;
  position: relative;
  padding-left: 0px;
}
.policy .heading_policy > .heading__title::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.policy .board_of_dir_policy .board_box_policy {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.policy .board_of_dir_policy .board_box_policy .sm_title {
  width: 100%;
}
.policy .board_of_dir_policy .board_box_policy .sm_title h3 {
  font-size: 20px;
  margin: 25px auto;
  width: max-content;
  text-align: center;
  position: relative;
}
.policy .board_of_dir_policy .board_box_policy .sm_title h3::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.policy .board_of_dir_policy .board_box_policy .board_cont {
  margin: 0;
  text-align: center;
  background: #f2f2f2;
  padding: 12px 10px;
  border-radius: 3px;
  margin-right: 20px;
  min-width: 25%;
}
.policy .board_of_dir_policy .board_box_policy .board_cont h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.policy .board_of_dir_policy .board_box_policy .board_cont p {
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  line-height: 18px;
  color: #8e8e8f;
  font-weight: 500;
  word-wrap: break-word;
}

/*-----------------------    scholarship Program  ------------------------*/
.scholarshipProgram {
  position: relative;
  margin-bottom: 30px;
}
.scholarshipProgram .heading_sc_po {
  margin: 10px 0 40px 0;
}
.scholarshipProgram .heading_sc_po > .heading__title {
  font-size: 2rem;
  position: relative;
  padding-left: 0px;
}
.scholarshipProgram .heading_sc_po > .heading__title::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.scholarshipProgram .sch_pro {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.scholarshipProgram .sch_pro .bg-img-vd {
  width: 100%;
}
.scholarshipProgram .sch_pro .bg-img-vd img {
  width: 100%;
  height: auto;
}
.scholarshipProgram .sch_pro .video-center {
  top: 39%;
  left: 44%;
}
.scholarshipProgram .accordion-body p {
  font-size: 15px !important;
  line-height: 23px !important;
  color: #616161 !important;
  padding: 0 0 10px 0 !important;
}

.careers-section {
  margin: 0;
  /* Mobile Phones & tablets and Small Screens */
}
.careers-section .noOpenings {
  font-size: 16px;
  text-align: center;
  padding: 30px;
  color: #05103b;
  font-weight: 500;
}
.careers-section .job-item {
  padding: 40px 38px 30px;
}
.careers-section .job-item:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.careers-section .job-item .job-item-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.careers-section .job-item .job-item-type {
  font-size: 13px;
  text-transform: capitalize;
  background-color: #47a145;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 2px;
  margin-right: 20px;
}
.careers-section .job-item .job-item-location {
  font-size: 13px;
}
.careers-section .job-item .job-item-title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
}
.careers-section .job-item p {
  line-height: 25px;
  color: #414a53;
}
@media (max-width: 992px) {
  .careers-section .job-item {
    padding: 15px;
  }
  .careers-section .job-item .job-item-meta {
    margin-bottom: 10px;
  }
  .careers-section .job-item .job-item-title {
    margin-bottom: 10px;
  }
  .careers-section .job-item .btn-wrap {
    margin-top: 10px;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/*-----------------------    industry Provided Solutions  --------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-item:not(.service-item-custom) {
  background-color: #ffffff;
}
.service-item:not(.service-item-custom):before {
  content: "";
  position: absolute;
  top: 0;
  right: 110px;
  left: 110px;
  opacity: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #52b967;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-item:not(.service-item-custom) .btn {
  height: 40px;
  line-height: 38px;
  min-width: 138px;
  padding: 0 20px;
}
.service-item:not(.service-item-custom) .btn span {
  display: inline-block;
}
.service-item:not(.service-item-custom) .btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  opacity: 0;
  color: #52b967 !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.service-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.service-item:hover:before {
  opacity: 1;
  left: 30px;
  right: 30px;
}
.service-item .service__content {
  padding: 10px;
}
.service-item .service__content .service__title {
  font-size: 16px;
  margin-bottom: 5px;
  min-height: 36px;
}
.service-item .service__content .service__img {
  color: #05103b;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.service-item .service__content .service__img img {
  width: 100%;
}
.service-item .service__content .d_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  background-color: #52b967;
  font-size: 12px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
  width: max-content !important;
  margin: 0 auto 15px auto;
  padding: 7px 8px;
}
.service-item .service__content .d_icon i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 17px;
}
.service-item .service__content .d_icon span {
  font-size: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 0px;
  color: #ffffff;
}
.service-item .service__content .d_icon:hover {
  background-color: #52b967;
  padding-left: 15px;
  padding-right: 15px;
}
.service-item .service__content .d_icon:hover i {
  color: #ffffff;
}
.service-item .service__content .d_icon:hover span {
  font-size: 14px;
  opacity: 1;
  margin-left: 10px;
}

/* Mobile Phones & tablets and Small Screens */
.stu_case_cont {
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.06);
  padding: 20px 24px;
  margin-bottom: 24px;
}
.stu_case_cont:hover {
  box-shadow: 0px 5px 43px 0px rgba(32, 32, 32, 0.1);
}
.stu_case_cont .student-case-year {
  display: block;
  font-style: italic;
  color: #52b967;
  font-weight: 500;
  transform: translate3d(0);
  transition: 0.4s ease 1.6s;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 42px;
}
.stu_case_cont .student-case-title {
  font-weight: 800;
  font-size: 22px;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.stu_case_cont .student-sub-cont > p {
  margin: 0px 0 5px 0;
  line-height: 24px;
  padding: 0;
}
.stu_case_cont .default-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stu_case_cont .default-list li {
  margin: 10px 0;
  padding: 0;
  position: relative;
  display: flex;
  line-height: 23px;
}
.stu_case_cont .default-list li::before {
  font-family: "Fontawesome";
  content: "\f101";
  font-size: 16px;
  color: #52b967;
  padding-right: 7px;
}
.stu_case_cont .default-list li a {
  font-weight: 500;
}

.data-st-box {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.data-st-box .data-st-block {
  padding: 15px 24px;
  margin: 10px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  width: 33%;
}
.data-st-box .data-st-block > p {
  font-size: 14px;
  line-height: 23px;
}
.data-st-box .data-st-block > .learn-more {
  margin: 5px 0 0 0;
  text-align: right;
}

.task-forces .data-st-block .link-title1 {
  color: #121c45;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.6rem;
  min-height: 40px;
  display: block;
}
.task-forces .data-st-block > .learn-more {
  margin: 0;
  text-align: right;
  background-color: #52b967;
  display: block;
  width: max-content;
  float: right;
  padding: 3px 8px 6px 8px !important;
  line-height: 16px;
  color: #fff !important;
  font-size: 13px;
  border-radius: 4px;
}
.task-forces .data-st-block > .learn-more .fa {
  color: #ffffff;
  margin-left: 2px;
  font-size: 12px;
}
.task-forces .data-st-block > .learn-more:hover {
  background-color: #121c45;
}

.img-box {
  text-align: center;
}
.img-box .pro-img {
  position: relative;
}
.img-box .pro-img .pro-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(74, 178, 91, 0.5764705882);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.img-box .pro-img .pro-action a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.img-box .pro-img .pro-action .fa-eye {
  color: #ffffff;
  font-size: 24px;
  z-index: 1;
}
.img-box .pro-img img {
  margin: 0;
  padding: 0;
}
.img-box .pro-img:hover .pro-action {
  opacity: 1;
  visibility: visible;
}

.intermodal-pro-box {
  padding: 0;
  margin: 0;
  display: flex;
}
.intermodal-pro-box > .intermodal-img-pro {
  padding: 0;
  margin: 0;
  max-width: 450px;
}
.intermodal-pro-box .intermodal-pro-dic {
  padding: 0 24px;
  margin: 0;
}
.intermodal-pro-box .intermodal-pro-dic > p {
  margin: 5px 0;
}
.intermodal-pro-box .intermodal-pro-dic > ul.default-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0;
}
.intermodal-pro-box .intermodal-pro-dic > ul.default-list > li {
  width: 100%;
  display: flex;
}
.intermodal-pro-box .intermodal-pro-dic > ul.default-list > li > span {
  font-weight: 600;
}
.intermodal-pro-box .intermodal-pro-dic > ul.default-list > li > strong {
  margin-left: 5px;
  margin-right: 5px;
}

.img-box-shadow {
  position: relative;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-right: 20px;
  border: 1px solid #f6f4f4;
  border-radius: 5px;
}

/*-----------------------    Officers & Directors  ------------------------*/
.press-room {
  position: relative;
  margin-bottom: 30px;
}
.press-room .pressrmcontent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(3, 1fr); */
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.press-room .pressrmcontent .pressrm-list {
  display: flex;
  border-radius: 6px;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  position: relative;
  transition: all 0.4s;
  box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
}
.press-room .pressrmcontent .pressrm-list .pressrm-date {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  color: #fff;
  min-width: 129px;
  padding: 16px 20px 42px 40px;
  overflow: hidden;
}
.press-room .pressrmcontent .pressrm-list .pressrm-date::after {
  display: block;
  position: absolute;
  content: "";
  top: -38px;
  left: 0px;
  width: 114%;
  height: 123%;
  border-radius: 55px 0 32px 101px;
  pointer-events: none;
  z-index: -1;
  background: #00aa55;
}
.press-room .pressrmcontent .pressrm-list .pressrm-date .day {
  font-size: 36px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.press-room .pressrmcontent .pressrm-list .pressrm-date .month {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.press-room .pressrmcontent .pressrm-list .pressrm-content {
  padding: 32px 55px 20px 30px;
  /* padding: 32px 135px 20px 40px; */
}
.press-room .pressrmcontent .pressrm-list .pressrm-content .pressrm-category {
  margin-bottom: 20px;
  transition: all 0.45s;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  background: #121c45;
}
.press-room .pressrmcontent .pressrm-list .pressrm-content .pressrm-title {
  font-size: 18px;
  line-height: 24px;
  transition: all 0.45s;
  color: #121c45;
  margin: 10px 0;
  font-weight: 500;
}
.press-room .pressrmcontent .pressrm-list .pressrm-content .pressrm-title > a {
  color: #121c45;
}
.press-room .pressrmcontent .pressrm-list .pressrm-content > a {
  font-size: 16px;
  font-weight: 500;
}
.press-room .pressrmcontent .pressrm-list .pressrm-content > p {
  margin: 5px 0;
}
.press-room .pressrmcontent .pressrm-list .pressrm-content > p > a{
  line-height: 20px;
}
.press-room .pressrmcontent .pressrm-list:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  background: rgb(0, 170, 85);
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-date::after {
  background: #fff;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-date .day {
  color: #00aa55;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-date .month {
  color: #00aa55;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content .pressrm-category {
  color: #121c45;
  background: #ffffff;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content .pressrm-title {
  color: #ffffff;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content .pressrm-title > a {
  color: #ffffff;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content .pressrm-title > a:hover {
  color: #e9e9e9;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content > a {
  color: #121c45;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content > p {
  color: #ffffff;
}
.press-room .pressrmcontent .pressrm-list:hover .pressrm-content > p > a {
  color: #121c45;
}

.pressrm-navigation {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pressrm-navigation .prev-link-pressrm,
.pressrm-navigation .next-link-pressrm {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: 30%;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-box,
.pressrm-navigation .next-link-pressrm .pressrm-sub-box {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  padding: 15px 20px;
  position: relative;
  border-radius: 4px;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-box .day,
.pressrm-navigation .next-link-pressrm .pressrm-sub-box .day {
  font-size: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #00aa55;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-box .month,
.pressrm-navigation .next-link-pressrm .pressrm-sub-box .month {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #00aa55;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-box .hove-link-press,
.pressrm-navigation .next-link-pressrm .pressrm-sub-box .hove-link-press {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-link > a,
.pressrm-navigation .next-link-pressrm .pressrm-sub-link > a {
  line-height: 22px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #212121;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-link > a:hover,
.pressrm-navigation .next-link-pressrm .pressrm-sub-link > a:hover {
  color: #00aa55;
}
.pressrm-navigation .prev-link-pressrm:hover .hove-link-press,
.pressrm-navigation .next-link-pressrm:hover .hove-link-press {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgb(0, 170, 85);
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.pressrm-navigation .prev-link-pressrm:hover .hove-link-press > .fa,
.pressrm-navigation .next-link-pressrm:hover .hove-link-press > .fa {
  color: #fff;
  font-size: 26px;
  transition: all 0.3s ease;
}
.pressrm-navigation .prev-link-pressrm:hover .pressrm-sub-link > a,
.pressrm-navigation .next-link-pressrm:hover .pressrm-sub-link > a {
  color: #00aa55;
}
.pressrm-navigation .prev-link-pressrm .pressrm-sub-link > a {
  text-align: left;
  padding-left: 10px;
}
.pressrm-navigation .next-link-pressrm .pressrm-sub-link > a {
  text-align: right;
  padding-right: 10px;
}

.ianadashboard .info-card-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.ianadashboard .info-card-box .info-card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  width: 100%;
}
.ianadashboard .info-card-box .info-card > .card-body {
  padding: 0 20px 20px 20px;
}
.ianadashboard .info-card-box .info-card > .card-body .card-title {
  padding: 20px 0 10px 0;
  font-size: 17px;
  font-weight: 600;
  color: #05103b;
  text-align: center;
  min-height: 68px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ianadashboard .info-card-box .info-card > .card-body .card-dic {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ianadashboard .info-card-box .info-card > .card-body .card-dic .card-num {
  padding-left: 1rem;
}
.ianadashboard .info-card-box .info-card > .card-body .card-dic .card-num h6 {
  font-size: 32px;
  color: #52b967;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.ianadashboard .info-card-box .info-card > .card-body .card-dic .card-num .small-txt {
  color: #6c757d !important;
  padding-left: 0.25rem !important;
  padding-top: 0.8rem !important;
  font-size: 0.875em;
}
.ianadashboard .chart-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.ianadashboard .chart-section .chart-box {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  width: 100%;
}
.ianadashboard .chart-section .chart-box .card-title {
  padding: 20px 0 5px 20px;
  font-size: 17px;
  font-weight: 600;
  color: #05103b;
  text-align: left;
}
.ianadashboard .chart-section .chart-box .chart_cont {
  padding: 10px;
}
.ianadashboard .grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.contact-us {
  margin: 0;
  padding: 0;
}
.contact-us .map {
  position: relative;
  height: 370px;
  z-index: 100;
  margin: 0 auto;
  padding-right: .70rem;padding-left: .70rem;
}
.contact-us .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.contact-us .map iframe.map-gray {
  -webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
  filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.contact-us .content-box {
  width: 70% !important;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  z-index: 1000;
  margin-top: -100px;
  background: #fff;
  position: relative;
}
.contact-us .bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contact-us .bg-overlay-theme {
  position: relative;
  z-index: 0;
}
.contact-us .bg-overlay-theme:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 195, 108, 0.8509803922)), color-stop(82%, #32C36C));
  background-image: -o-linear-gradient(top, rgba(50, 195, 108, 0.8509803922) 0%, #32C36C 82%);
  background-image: linear-gradient(180deg, rgba(50, 195, 108, 0.8509803922) 0%, #32C36C 82%);
}
.contact-us .img-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  padding: 33px 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  text-align: center;
  background-image: url("/front/images/header/about_us.png");
  z-index: 0;
}
.contact-us .img-card .card-content {
  max-width: 100%;
  z-index: 1;
}
.contact-us .img-card .card-content h3 {
  color: #ffffff;
}
.contact-us .img-card .card-content h4 {
  color: #ffffff;
  font-size: 15px;
}
.contact-us .img-card .card-content p {
  color: #ffffff;
}
.contact-us .img-card .card-content p a {
  color: #121c45;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.contact-us .img-card .card-content p a:hover {
  color: #121c45;
}
.contact-us .img-card .card-content .contact-infos {
  margin: 0 0 26px 0;
  padding: 0;
}
.contact-us .img-card .card-content .contact-infos .contact-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.contact-us .img-card .card-content .contact-infos .contact-info i {
  color: #f4f4f4;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.contact-us .img-card .card-content .contact-infos .contact-info .fa-map-marker {
  font-size: 19px;
  margin-top: 4px;
}
.contact-us .img-card .card-content .contact-infos .contact-info p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #f4f4f4;
}
.contact-us .img-card .card-content .contact-infos .contact-info p a {
  font-weight: 500;
}
.contact-us .contact-card {
  position: relative;
  margin: 0;
  padding: 10px 30px 0 30px;
}
.contact-us .contact-card .contact-body h6 {
  font-size: 16px;
}
.contact-us .contact-card .contact-body .cnt_list {
  margin: 10px 0;
  padding: 0;
}
.contact-us .contact-card .contact-body .cnt_list > li {
  margin: 5px 0;
  padding: 0;
  color: #121c45;
  font-size: 14px;
  font-weight: 500;
}
.contact-us .contact-card .contact-body > .contactForm {
  margin: 20px 0 0 0;
  padding: 0;
}
.contact-us .contact-card .contact-body > .contactForm .form-box {
  box-shadow: none !important;
  padding: 15px 24px;
}
@media screen and (min-width: 992px) {
  .contact-us .img-card {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us .img-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .contact-us .img-card .card-content .content-top {
    margin-bottom: 30px;
  }
}

.commonPages {
  position: relative;
}
.commonPages h3 {
  font-size: 2rem;
  position: relative;
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.commonPages h3::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.commonPages ul.default-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0;
}
.commonPages ul.default-list > li {
  width: 100%;
  display: flex;
}
.commonPages ul.default-list > li > span {
  font-weight: 600;
}
.commonPages ul.default-list > li > strong {
  margin-left: 5px;
  margin-right: 5px;
}
.commonPages .list-decimal {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  list-style: decimal !important;
}
.commonPages .list-decimal li {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  width: 100%;
  line-height: 23px;
  font-size: 1.5rem;
  color: #616161;
}
.commonPages .list-decimal li > span {
  font-weight: 600;
}
.commonPages .list-decimal li > strong {
  margin-left: 5px;
  margin-right: 5px;
}
.commonPages .list-decimal li a {
  font-weight: 500;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 4px;
  border: 2px dashed #ededed;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.drop-container:hover {
  background: #fafafa;
  border-color: #52b967;
}
.drop-container:hover .drop-title {
  color: #222;
}
.drop-container .drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.drop-container input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #b8b7b7;
}
.drop-container input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #121c45;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.drop-container input[type=file]::file-selector-button :hover {
  background: #0d45a5;
}

.eu-gdprc {
  position: relative;
  margin-bottom: 30px;
}
.eu-gdprc .eu_checkbox {
  margin: 5px 0 8px 0;
}
.eu-gdprc .eu_checkbox .eu_label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
}
.eu-gdprc .eu_checkbox .check_description {
  margin: 0px 0 0 30px;
  padding: 0;
  line-height: 20px;
}
.eu-gdprc .eu_checkbox > input.cust_chk[type=checkbox] {
  vertical-align: middle;
  margin-right: 7px;
}
.eu-gdprc .with_out_sub_lab {
  margin-right: 20px;
}
.eu-gdprc .with_out_sub_lab .eu_label {
  vertical-align: middle;
}
.eu-gdprc .form-group-select:after {
  transform: none;
}

.ianamemberspotlight .form-group-select:after {
  transform: none;
}

.leadership {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.leadership .sm_title {
  width: 100%;
}
.leadership .sm_title h3 {
  font-size: 20px;
  margin: 25px auto 35px auto;
  width: max-content;
  text-align: center;
  position: relative;
}
.leadership .sm_title h3::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0px;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.leadership .current_led {
  margin: 0;
  text-align: center;
  background: #f2f2f2;
  padding: 12px 10px;
  border-radius: 3px;
  margin-right: 20px;
  min-width: 22%;
}
.leadership .current_led h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.leadership .current_led p {
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  line-height: 23px;
  color: #8e8e8f;
  font-weight: 500;
  word-wrap: break-word;
}

.list_box {
  color: #373740;
  font-size: 16px;
  border-left: 4px solid #162c64;
  margin: 15px 0px;
  padding: 15px;
  background: #f7f7f7;
  line-height: 22px;
}
.list_box p {
  margin: 0;
}
.list_box .text_green {
  color: #52b967;
}

.EXPOsponsorship {
  position: relative;
  margin-bottom: 30px;
}
.EXPOsponsorship .nav-pills .nav-link {
  min-width: 200px;
  padding: 15px 30px 15px 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #121c45;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.EXPOsponsorship .nav-pills .nav-link:focus, .EXPOsponsorship .nav-pills .nav-link.active, .EXPOsponsorship .nav-pills .nav-link:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #4cb55f;
  font-weight: 600;
  color: #ffffff;
}
.EXPOsponsorship .nav-pills .nav-link:focus:before, .EXPOsponsorship .nav-pills .nav-link.active:before, .EXPOsponsorship .nav-pills .nav-link:active:before {
  content: "";
  display: block;
  border-top: 18px solid transparent;
  border-left: 18px solid #4cb55f;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 10;
}
.EXPOsponsorship .sponsorship-content {
  width: 100%;
  box-shadow: 0px 5px 53px 0px rgba(40, 40, 40, 0.08);
  min-height: 620px;
  padding: 30px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic {
  position: relative;
  padding: 10px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner {
  box-shadow: 0px 5px 83px rgba(14, 43, 61, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner > .box-title {
  padding: 0 10px 10px 10px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner > .box-title > .sub_txt {
  background: #073674;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  width: max-content;
  margin: 0 auto !important;
  border-radius: 0 0 10px 10px;
  min-width: 140px;
  font-weight: 400;
  max-width: 75%;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner > .box-title > .sub_txt .new_tag {
  color: red !important;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 500;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .price {
  font-size: 35px;
  font-weight: 500;
  color: #0e2b3d;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .price .prc-currency {
  margin-left: 0;
  margin-right: -10px;
  font-size: 30px;
  font-weight: 500;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .price .sold {
  color: #fff;
  background: #4cb55f;
  font-size: 18px;
  padding: 3px 15px;
  border-radius: 5px;
  font-weight: 500;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .price .left {
  color: #52b967;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  font-weight: 600;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .price .btn-sub-txt {
  color: #1a285d;
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .benefits .sub_txt {
  font-size: 13px;
  padding: 10px 15px;
  text-align: center;
  color: #0e2b3d;
  line-height: 1.5;
  border-bottom: 1px solid #e5e8ea;
  border-top: 1px solid #e5e8ea;
  font-weight: 600;
  min-height: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .benefits .benefits-dic {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 5px 20px;
  margin-top: 10px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .benefits .benefits-dic li {
  padding: 5px;
  position: relative;
  display: flex;
  line-height: 18px;
  font-weight: 400;
  color: #222020;
  font-size: 14px;
  margin-bottom: 5px;
}
.EXPOsponsorship .sponsorship-content .sponsorship-dic .sponsorshipexpo .sponsorship-inner .benefits .benefits-dic li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  font-weight: 700;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 12px;
  color: rgb(82, 185, 103);
}

/*-----------------------    State Legislative Activities  ------------------------*/
.upcoming-education {
  position: relative;
  margin-bottom: 30px;
}
.upcoming-education .filter_box {
  justify-content: end;
}
.upcoming-education .filter_box .form-group select {
  padding-left: 10px;
  padding-right: 20px;
}
.upcoming-education .filter_box .search_event {
  width: 30% !important;
}
.upcoming-education .filter_box .topic_sel {
  min-width: 170px;
  margin-left: 15px;
  width: auto;
}
.upcoming-education .filter_box .date_in {
  min-width: 130px;
  width: 130px;
  margin-left: 15px;
}
.upcoming-education .filter_box .timeframe_sel {
  min-width: 140px;
  margin-left: 15px;
  width: auto;
}
.upcoming-education .filter_box .series_sel {
  min-width: 160px;
  margin-left: 15px;
  width: auto;
}

.upcomingedu_dic > .members .members_only {
  background: #0888d9;
  font-size: 13px;
  color: #fff;
  padding: 0px 7px;
  border-radius: 2px;
  width: fit-content;
  font-weight: 500;
  margin: 5px 0 10px 0;
  border: 1px solid #0888d9;
}
.upcomingedu_dic > .members .freewebinar {
  background: #eef4f7;
  font-size: 13px;
  color: #0888d9;
  padding: 0px 7px;
  border-radius: 2px;
  width: fit-content;
  font-weight: 500;
  margin: 5px 0 10px 0;
  border: 1px solid #0888d9;
}
.upcomingedu_dic .up-coming-body {
  text-emphasis: none !important;
  display: block !important;
  font-size: 14px;
  color: #565872;
  line-height: 23px;
}
.upcomingedu_dic .up-coming-body > p {
  font-size: 14px !important;
  color: #5d5b5b !important;
}
.upcomingedu_dic .up-coming-body h1 {
  font-size: 14px !important;
  color: #121c45;
}
.upcomingedu_dic .up-coming-body h2 {
  font-size: 14px !important;
  color: #121c45;
}
.upcomingedu_dic .up-coming-body h3 {
  font-size: 14px !important;
  color: #121c45;
}
.upcomingedu_dic .up-coming-body h4 {
  font-size: 14px !important;
  color: #121c45;
}
.upcomingedu_dic .up-coming-body ul {
  margin: 0;
  padding: 0;
}
.upcomingedu_dic .up-coming-body ul li {
  font-size: 14px;
  line-height: 23px;
  position: relative;
}
.upcomingedu_dic .up-coming-body ul li::before {
  font-family: "Fontawesome";
  content: "\f101";
  font-size: 14px;
  color: #52b967;
  padding-right: 7px;
}

.btn-clear {
  border: 1px solid #e3dfdf;
}

.upcoming-education .fc-header-toolbar {
  background: #ffffff;
}

.upcoming-education .fc-header-toolbar .fc-button {
  background: #121c45;
  border: none;
  text-shadow: none;
  color: #fff;
  line-height: 20px;
  box-shadow: none;
  height: 42px;
  padding: 0 1.1em;
  margin: 0 0 0 2px;
}

.upcoming-education .fc-header-toolbar .fc-button:hover {
  background: #52b967;
}

.upcoming-education .fc-header-toolbar .fc-button.fc-state-active {
  background: #52b967;
}

.upcoming-education .fc-header-toolbar .fc-center h2 {
  font-size: 2.2rem;
  line-height: 49px;
}

/*.upcoming-education .fc-view-container{    }
    .upcoming-education .fc-view-container .fc-month-view{}
    .upcoming-education .fc-view-container .fc-month-view .fc-head{} */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  height: 42px;
  font-size: 15px;
}

.fc td,
.fc th {
  vertical-align: middle;
}

/* .fc-unthemed .fc-content{
        height: 33px;
    } */
.fc-event {
  background: #52b967;
  border: 1px solid #52b967;
  padding: 5px;
}

.fc-event, .fc-event-dot {
  background-color: #52b967;
}

.fc-widget-content {
  min-height: 150px !important;
  height: auto !important;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 9px 2px 2px;
  color: #000000;
  font-size: 17px;
}

/* .fc-day-heade{
  color: #121c45;
  font-size: 14px;
} */
.fc-unthemed thead {
  color: #121c45;
  font-size: 14px;
}

.fc-list-item-time {
  font-size: 14px;
  font-weight: 600;
  /* color: #000; */
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #f9f9f9 !important;
  color: #121c45;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #efefef !important;
}

/* .fc-state-default{
    background: #dbdbdb !important;
    color: #7c7c7c !important;
    cursor: default !important;
    height: 52px !important;
    padding: 0 22px !important;
} */
.upcoming-education .fc-header-toolbar > .fc-left > .fc-today-button {
  background: #52b967;
  color: #ffffff;
  cursor: default !important;
  height: 50px !important;
  padding: 0 20px !important;
  margin-top: 1px;
  margin-left: 10px;
}

.fc-state-disabled {
  background: #dbdbdb !important;
  color: #7c7c7c !important;
  cursor: default !important;
  height: 52px !important;
  padding: 0 22px !important;
}

.fc-listYear-view .fc-list-item {
  height: 55px;
}

.fc-listYear-view .fc-list-item .fc-list-item-title a {
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.fc-listMonth-view .fc-list-item {
  height: 55px;
}

.fc-listMonth-view .fc-list-item .fc-list-item-title a {
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.fc-list-item-time {
  background: #52b967;
  font-size: 13px;
  color: #fff;
}

.fc-list-item:hover .fc-list-item-time {
  background: #05103b !important;
  color: #fff;
}

.fc-button-group {
  display: inline-block;
  background: #ffffff;
  padding: 7px;
  border-radius: 6px;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}

.upcoming-education .fc-header-toolbar .fc-button {
  border: none;
  text-shadow: none;
  color: #121c45;
  line-height: 20px;
  box-shadow: none;
  height: 38px;
  padding: 0 1.1em;
  background: transparent;
  font-size: 14px;
}

.upcoming-education .fc-header-toolbar .fc-button:hover {
  background: #52b967;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.upcoming-education .fc-header-toolbar .fc-button.fc-state-active {
  background: #52b967;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.new-pass-text {
  font-size: 14px;
  margin-bottom: 20px;
  color: #121c45 !important;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
}

.forg_form {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
  .upcoming-education .filter_box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
  .upcoming-education .filter_box .topic_sel {
    width: 47%;
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .upcoming-education .filter_box .timeframe_sel {
    width: 47%;
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .upcoming-education .filter_box .series_sel {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .upcoming-education .filter_box .search_event {
    width: 100% !important;
    margin-bottom: 10px;
    margin-left: 7px !important;
  }
  .btn-clear {
    border: 1px solid #e3dfdf;
    margin-left: calc(50% - 40px) !important;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .upcoming-education .fc-header-toolbar .fc-button {
    height: 34px;
  }
  .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    height: 33px;
    font-size: 14px;
  }
  .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    font-size: 14px;
  }
  .fc-toolbar .fc-left {
    margin-left: 7px;
  }
  .fc-toolbar .fc-right {
    float: right;
    margin: 15px auto 5px auto !important;
  }
  .fc-toolbar .fc-right .fc-button-group {
    margin-right: 10px;
  }
  .upcoming-education .fc-header-toolbar > .fc-left > .fc-button-group > .fc-prev-button {
    padding: 0px 9px;
  }
  .upcoming-education .fc-header-toolbar > .fc-left > .fc-button-group > .fc-next-button {
    padding: 0px 9px;
  }
  .upcoming-education .fc-header-toolbar > .fc-left > .fc-today-button {
    height: 43px !important;
    padding: 0 20px !important;
    margin-top: 1px;
    margin-left: 10px;
  }
  .fc-widget-content {
    min-height: auto !important;
  }
  .fc-listMonth-view .fc-list-item {
    height: auto;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-marker {
    padding-left: 10px;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-marker .fc-event-dot {
    width: 7px;
    height: 7px;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-time {
    font-size: 13px;
    padding: 8px 8px !important;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-title a {
    color: #000;
    font-size: 13px;
    cursor: pointer;
  }
  .fc-listYear-view .fc-list-item {
    height: auto;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-marker {
    padding-left: 10px;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-marker .fc-event-dot {
    width: 7px;
    height: 7px;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-time {
    font-size: 13px;
    padding: 8px 8px !important;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-title a {
    color: #000;
    font-size: 13px;
    cursor: pointer;
  }
  .expo_model_titel {
    font-size: 15px;
    padding: 4px 9px;
    line-height: 20px;
  }
  .upcomingedu_dic > .spon_box > .sponsored_by > img {
    max-width: 147px;
  }
  .schedule-item {
    width: 100%;
  }
  .forg_form {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
  .upcoming-education .filter_box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
  .upcoming-education .filter_box .chk_box {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .upcoming-education .filter_box .chk_box .chk_cont {
    margin-left: 0px;
  }
  .upcoming-education .filter_box .topic_sel {
    width: 24%;
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .upcoming-education .filter_box .timeframe_sel {
    width: 24%;
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .upcoming-education .filter_box .series_sel {
    width: 24%;
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .upcoming-education .filter_box .search_event {
    width: 24% !important;
    margin-bottom: 10px;
    margin-left: 7px !important;
  }
  .btn-clear {
    border: 1px solid #e3dfdf;
    margin-left: calc(50% - 60px) !important;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .fc-widget-content {
    min-height: auto !important;
  }
  .fc-listMonth-view .fc-list-item {
    height: 42px;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-marker {
    padding-left: 10px;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-marker .fc-event-dot {
    width: 7px;
    height: 7px;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-time {
    font-size: 13px;
    padding: 8px 8px !important;
  }
  .fc-listMonth-view .fc-list-item .fc-list-item-title a {
    color: #000;
    font-size: 13px;
    cursor: pointer;
  }
  .fc-listYear-view .fc-list-item {
    height: 42px;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-marker {
    padding-left: 10px;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-marker .fc-event-dot {
    width: 7px;
    height: 7px;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-time {
    font-size: 13px;
    padding: 8px 8px !important;
  }
  .fc-listYear-view .fc-list-item .fc-list-item-title a {
    color: #000;
    font-size: 13px;
    cursor: pointer;
  }
  .expo_model_titel {
    font-size: 15px;
    padding: 4px 9px;
    line-height: 20px;
  }
  .upcomingedu_dic > .spon_box > .sponsored_by > img {
    max-width: 147px;
  }
  .schedule-item {
    width: 47%;
  }
  .modal-dialog {
    max-width: 90%;
  }
}
.memberCenter {
  position: relative;
  margin-bottom: 30px;
}
.memberCenter .mid_box_set {
  width: 90%;
  margin: 0 auto;
}
.memberCenter .meb_cen_box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}
.memberCenter .meb_cen_box .meb_course {
  padding: 5px 5px 10px 5px;
}
.memberCenter .meb_cen_box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  width: 32.5%;
  min-width: 200px;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  position: relative;
  transition: all 0.4s;
  box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
  margin-left: 12px;
  margin-right: 12px;
}
.memberCenter .meb_cen_box li:first-child {
  margin-left: 0;
}
.memberCenter .meb_cen_box li:last-child {
  margin-right: 0;
}
.memberCenter .meb_cen_box li .mec-icon {
  padding: 7px 10px;
  border-radius: 4px 4px 0px 0;
}
.memberCenter .meb_cen_box li .mec-icon img {
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.memberCenter .meb_cen_box li .mec-icon .expo_log {
  width: 100% !important;
  height: 50px !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.memberCenter .meb_cen_box li .meb_title_course {
  text-align: center !important;
  margin: 20px auto 15px auto !important;
  position: relative;
}
.memberCenter .meb_cen_box li .meb_title_course::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 45%;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.memberCenter .meb_cen_box li .me_iana_pof .meb_title2 {
  text-align: center !important;
  margin: 20px auto 15px auto !important;
}
.memberCenter .meb_cen_box li .me_iana_pof .meb_title2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 45%;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.memberCenter .meb_cen_box li .me_iana_pof .mem_cen_list_por {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 84%;
  margin: 30px auto;
}
.memberCenter .meb_cen_box li .me_iana_pof .mem_cen_list_por > li {
  box-shadow: none;
  background: transparent;
  margin: 5px 0 0 0;
  display: flex;
  flex-direction: row;
  width: 40%;
  text-align: center;
  justify-content: flex-start;
  padding: 5px 0;
  align-items: center;
}
.memberCenter .meb_cen_box li .me_iana_pof .mem_cen_list_por > li .mem_ic_svg {
  width: 32px;
  margin-right: 10px;
}
.memberCenter .meb_cen_box li .me_iana_pof .mem_cen_list_por > li > a {
  font-size: 15px;
  color: #0e2b3d;
  font-weight: 500;
  margin-top: 5px;
}
.memberCenter .meb_cen_box li a {
  font-size: 16px;
  color: #36a148;
  font-weight: 500;
}
.memberCenter .meb_cen_box li .medi_dic {
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin: 0 0 5px 0;
  line-height: 18px;
  position: relative;
  font-weight: bold;
}
.memberCenter .meb_cen_box li .medi_dic::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 26%;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.memberCenter .meb_cen_box li .reg-up-btn {
  background-color: #05103b;
  color: #ffffff;
  border: 2px solid #05103b;
  padding: 5px 11px;
  height: auto;
  min-height: auto;
  line-height: 20px !important;
  width: auto;
  font-size: 13px;
  border-radius: 2px;
  margin: 8px auto 0 auto;
}
.memberCenter .meb_cen_box li .reg-up-btn:hover {
  background-color: #52b967;
  color: #ffffff;
  border-color: #52b967;
}
.memberCenter .meb_cen_box li:hover .mec-icon img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.memberCenter .meb_cen_box li:hover a {
  color: #121c45;
}
.memberCenter .meb_cen_box li:hover .reg-up-btn {
  background-color: #52b967;
  color: #ffffff;
  border-color: #52b967;
}
.memberCenter .meb_cen_box .up-ev-li .meb_title3 {
  text-align: center !important;
  margin: 20px auto 15px auto !important;
}
.memberCenter .meb_cen_box .up-ev-li .meb_title3::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(100% - 105px);
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.memberCenter .meb_cen_box .up-ev-li .mec-icon {
  padding: 5px;
}
.memberCenter .meb_cen_box .up-ev-li .mec-icon .expo_log {
  width: 100% !important;
  height: 60px !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.memberCenter .meb_cen_box .up-ev-li .mec-icon .bus_meet_log{
  height: 100px !important;
}

.meb_cen_box > li > .me_iana_pof  .legi_alert{
  padding: 20px 20px 20px 20px;
  text-align: center;
  font-size: 21px;
  color: #0e2b3d;
  margin: 0 0 5px 0;
  line-height: 30px;
  position: relative;
  font-weight: 500;
}
.meb_cen_box > li > .me_iana_pof  .legi_alert a{
  color: #1d97dd;
  font-size: 21px;
}
.meb_cen_box > li > .me_iana_pof  .legi_alert a:hover{
  color: #36a148;
}

.meb_cen_box > li.meb_cen_wid{
  width: auto;
    border: 1px solid red;
}

.up-ev-li .busi_me_t{
  padding: 8px 0 13px 0px;
  text-align: center;
  font-size: 15px;
  color: #0e2b3d;
  margin: 0 0 5px 0;
  line-height: 18px;
  position: relative;
  font-weight: 500;
}
.memberCenter .meb_cen_box .up-ev-li .reg-up-btn {
  margin: 10px auto 20px auto;
}
.memberCenter .meb_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
.memberCenter .meb_title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: #4ab25b;
}
.memberCenter .upcomingEduca {
  margin: 0;
  padding: 0;
}
.memberCenter .upcomingEduca li .u_e_box {
  background: #fff;
  position: relative;
  display: flex;
  padding: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.memberCenter .upcomingEduca li .u_e_box:hover {
  box-shadow: 0px 5px 43px 0px rgba(32, 32, 32, 0.068);
}
.memberCenter .upcomingEduca li .u_e_box > .date {
  background: #05103b;
  z-index: 100;
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  min-width: 120px;
  max-width: 120px;
  font-weight: 500;
  min-height: 95px;
  position: relative;
}

.memberCenter .upcomingEduca li .u_e_box > .date > .year{
  background: #52b967;
  font-size: 13px;
  color: #fff;
  padding: 0px 5px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.memberCenter .upcomingEduca li .u_e_box > .date span {
  display: block;
  font-size: 27px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.memberCenter .upcomingEduca li .u_e_box > .date > .week {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  font-weight: 500;
  width: 100%;
}
.memberCenter .upcomingEduca li .u_e_box > .date > .month {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  width: 100%;
}
.memberCenter .upcomingEduca li .u_e_box > .date > .year {
  background: #52b967;
  font-size: 13px;
  color: #fff;
  padding: 0px 5px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 10px 5px 10px;
  width: 80%;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > span {
  background: #52b967;
  font-size: 13px;
  color: #fff;
  padding: 0px 5px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0e2b3d;
  line-height: 17px;
  margin-top: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic a.red_now_btn {
  padding: 5px 0px !important;
  color: #1d97dd;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic a.red_now_btn:hover {
  color: #0e2b3d;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic .already_registe {
  color: #ca1208 !important;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic .already_registe:hover {
  color: #0e2b3d;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > .me_web_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 7px;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > .me_web_btn > .me_web_download {
  padding: 5px 11px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px !important;
  background-color: #2a96d2;
  color: #fff;
  border-radius: 4px;
  margin: 0 10px 0 0;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > .me_web_btn > .me_web_download > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px !important;
  padding-left: 6px;
  color: #fff;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > .me_web_btn > .me_web_video {
  padding: 3px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px !important;
  background-color: #52b967;
  color: #fff;
  border-radius: 4px;
  margin: 0 !important;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > .me_web_btn > .me_web_video > span {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px !important;
  padding-left: 6px;
  color: #fff;
  vertical-align: middle;
}
.memberCenter .upcomingEduca li .u_e_box .ue_dic > .me_web_btn > .me_web_video i {
  background: #fff;
  padding: 4px 5px 5px 6px;
  border-radius: 30px;
  font-size: 9px;
  color: #52b967;
}
.memberCenter .upcomingEduca li .u_e_box .red_now_btn_box {
  margin: 0;
  padding: 20px 0px;
  width: 118px;
  text-align: center;
}
.memberCenter .upcomingEduca li .u_e_box .red_now_btn_box > a {
  padding: 5px 10px;
  background: #1d97dd;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}
.memberCenter .upcomingEduca li .u_e_box:hover .ue_dic a {
  color: #36a148;
}
.memberCenter .upcomingEduca li .u_e_box:hover .ue_dic a.red_now_btn {
  color: #0e2b3d;
}
.memberCenter .upcomingEduca .viewall {
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.memberCenter .upcomingEduca .viewall > a {
  color: #05103b;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px;
}
.memberCenter .upcomingEduca .viewall > a:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: -2px;
  right: 15px;
  display: inline-block;
  color: #52b967;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.memberCenter .upcomingEduca .viewall > a:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.memberCenter .mem_only_web {
  margin: 0;
  padding: 0;
}
.memberCenter .mem_only_web li {
  padding: 8px 10px 0 0px;
}
.memberCenter .mem_only_web li > .mn_box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn {
  position: relative;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn img {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  opacity: 0.4;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mem_pal {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mem_pal > .fa-play {
  margin-left: 17px;
  margin-top: 14px;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mn-video-player {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #52b967;
  display: inline-block;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mn-video-player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mn-video-player-animation-2 {
  animation-delay: 1s;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mn-video-player-animation-3 {
  animation-delay: 1.8s;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn .mn-video-player-title {
  text-transform: uppercase;
  color: #121c45;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.memberCenter .mem_only_web li > .mn_box .pl_btn:hover .mn-video-player-animation {
  opacity: 0;
  animation-play-state: paused;
}
.memberCenter .mem_only_web li > .mn_box > .mn_date {
  background: #05103b;
  z-index: 100;
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  min-width: 120px;
  max-width: 120px;
  font-weight: 500;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.memberCenter .mem_only_web li > .mn_box > .mn_date span {
  display: block;
  font-size: 27px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.memberCenter .mem_only_web li > .mn_box > .mn_date > .week {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  font-weight: 500;
  width: 100%;
}
.memberCenter .mem_only_web li > .mn_box > .mn_date > .month {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  width: 100%;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic {
  padding: 5px 15px;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .v_lnk {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0e2b3d;
  line-height: 19px;
  margin-top: 0px;
  padding-right: 15px;
  display: block;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_dic_date {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #686868;
  line-height: 20px;
  margin-top: 2px;
  padding-right: 15px;
  display: block;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5px;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_btn .download {
  padding: 5px 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px !important;
  background-color: #2a96d2;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_btn .download span {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px !important;
  padding-left: 6px;
  color: #fff;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_btn .video {
  padding: 5px 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px !important;
  background-color: #52b967;
  color: #fff;
  border-radius: 4px;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_btn .video span {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px !important;
  padding-left: 6px;
  color: #fff;
}
.memberCenter .mem_only_web li > .mn_box .mn_dic .mn_btn .video i {
  background: #fff;
  padding: 4px 5px 5px 6px;
  border-radius: 30px;
  font-size: 9px;
  color: #52b967;
  vertical-align: text-bottom;
}
.memberCenter .mem_only_web .viewall {
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.memberCenter .mem_only_web .viewall > a {
  color: #05103b;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px;
}
.memberCenter .mem_only_web .viewall > a:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: -2px;
  right: 15px;
  display: inline-block;
  color: #52b967;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.memberCenter .mem_only_web .viewall > a:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.memberCenter .men_lat_new {
  background: #52b967;
  padding: 15px;
  border-radius: 2px;
}
.memberCenter .men_lat_new > h2 {
  font-size: 16px;
  margin: 5px 0 10px 0;
  color: #fff;
  list-style: 26px;
}
.memberCenter .men_lat_new > p {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 23px;
}
.memberCenter .men_lat_new > p a {
  color: #05103b;
  font-weight: bold;
  display: block;
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
}
.memberCenter .mem-inte-pro-box {
  padding: 10px;
  margin: 0;
  display: flex;
  background: #f3f3f3;
}
.memberCenter .mem-inte-pro-box .mem-inte-img-pro {
  padding: 0;
  margin: 0;
  max-width: 450px;
}
.memberCenter .mem-inte-pro-box .mem-inte-img-pro img {
  height: 190px;
}
.memberCenter .mem-inte-pro-box .mem_dc {
  padding: 5px 14px 10px 14px;
}
.memberCenter .mem-inte-pro-box .mem_dc > p {
  margin: 0 !important;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px !important;
}
.memberCenter .mem-inte-pro-box .src-btn-mrk {
  line-height: 28px;
  font-size: 13px;
  height: 32px;
  padding: 0px 20px;
}
.memberCenter .mem-inte-pro-box .mem-inte-pro-dic {
  padding: 0 12px;
  margin: 0;
}
.memberCenter .mem-inte-pro-box .mem-inte-pro-dic > p {
  margin: 0;
}
.memberCenter .mem_c_link_box {
  background: #f9f9f9;
  padding: 20px;
  width: 87.5%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.memberCenter .mem_c_link_box .meb_title1 {
  margin-bottom: 20px !important;
}
.memberCenter .mem_c_link_box .mem_cen_list {
  margin: 0;
  padding: 0 0 0 10px;
}
.memberCenter .mem_c_link_box .mem_cen_list > li {
  margin: 0;
  padding: 0px 0 3px 0;
  position: relative;
  font-weight: 500;
  color: #44a9dd;
  font-size: 14px;
}
.memberCenter .mem_c_link_box .mem_cen_list > li > a {
  border: none !important;
  font-weight: 500;
  color: #44a9dd;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  display: flex;
  font-size: 14px;
  width: max-content;
}
.memberCenter .mem_c_link_box .mem_cen_list > li > a:hover {
  color: #121c45;
}
.memberCenter .mem_c_link_box .mem_cen_list > li > a::before {
  font-family: "Fontawesome";
  content: "\f101";
  font-size: 16px;
  color: #52b967;
  padding-right: 7px;
}
.memberCenter .mem_c_link_box .mem_cen_list > li > a.downloadpdf {
  background-image: url(/front/images/icon/pdf-icon-download.svg);
  background-size: 15px;
  padding-right: 33px;
  background-repeat: no-repeat;
  text-decoration: none;
  box-shadow: none;
  background-position: right 12px bottom 4px;
  border-radius: 5px !important;
}
.memberCenter .mem_c_link_box .mem_cen_list > li .li_date {
  padding: 0 0 0 7px;
  color: #616161 !important;
}
.memberCenter .mem_c_link_box .mem_cen_list > li .n-flex {
  display: inline-block;
}
.memberCenter .user-profile hr {
  margin: 20px 0;
  border: 1px solid #6e6e6e;
  opacity: 0.1;
}
.memberCenter .user-profile .profile-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
}
.memberCenter .user-profile .profile-cont .user-image {
  position: relative;
  height: 0;
}
.memberCenter .user-profile .profile-cont .user-image .avatar {
  margin-top: -75px;
}
.memberCenter .user-profile .profile-cont .user-image .avatar img {
  width: 120px;
  height: 120px;
  max-width: 155px;
  max-height: 155px;
  border-radius: 50%;
  border: 7px solid #ffffff;
  box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
}
.memberCenter .user-profile .profile-cont .user-image .icon-wrapper {
  position: absolute;
  bottom: -40px;
  left: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: 16px;
  box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
}
.memberCenter .user-profile .profile-cont .user-image .icon-wrapper > i {
  color: #737373;
}
.memberCenter .user-profile .profile-cont .info {
  padding: 30px;
}
.memberCenter .user-profile .profile-cont .info .ttl-info > h6 {
  font-size: 12px;
  color: #0e2b3d;
}
.memberCenter .user-profile .profile-cont .info .ttl-info > h6 i {
  margin-right: 5px;
}
.memberCenter .user-profile .profile-cont .info .ttl-info .text-info-dic {
  color: #616161;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.memberCenter .user-profile .profile-cont .info .ttl-info a {
  color: #44a9dd !important;
}
.memberCenter .user-profile .profile-cont .info .user-designation .title {
  margin-bottom: 4px;
  font-size: 24px;
  color: #4db560;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 30px;
}
.memberCenter .user-profile .profile-cont .info .user-designation .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #2c323f;
  text-overflow: ellipsis;
  margin: 5px 0;
  padding: 0;
  font-weight: 500;
}
.memberCenter .user-profile .profile-cont .info .user-designation .c_name {
  margin: 0;
  padding: 0;
  color: #44a9dd;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.memberCenter .user-profile .profile-cont .info .user-designation .c_name a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.memberCenter .user-profile .profile-cont .info .user-designation .renewal_date {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 5px 0 0 0 !important;
  justify-content: center;
}
.memberCenter .user-profile .profile-cont .info .user-designation .renewal_date .rlable {
  font-size: 14px;
  line-height: 20px;
  color: #2c323f;
  font-weight: 500;
}
.memberCenter .user-profile .profile-cont .info .user-designation .renewal_date .rdate {
  color: #0dcaf0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.memberCenter .user-profile .profile_Status > h3 {
  font-size: 15px;
  font-weight: 500;
  color: #616161;
  margin: 0 0 10px 0;
}
.memberCenter .user-profile .profile_Status > .statu_memb {
  background: #0888d9;
  font-size: 13px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  width: fit-content;
  font-weight: 500;
  margin: 10px auto;
  border: 1px solid #0888d9;
}
.memberCenter .user-profile .profile_Status > .st-non-member {
  background: #c95c65;
  border: 1px solid #c95c65;
}
.memberCenter .user-profile .profile_Status > .st-member {
  background: #0888d9;
  border: 1px solid #0888d9;
}
.memberCenter .user-profile .profile_Status a {
  padding: 0 15px;
  color: #2c323f;
  font-size: 24px;
  cursor: pointer;
}
.memberCenter .user-profile .profile_Status a:hover {
  color: #7366ff;
}

.membershipValue {
  background: none;
}
.membershipValue::before {
  background: none;
}
.membershipValue > .container {
  width: 100%;
  max-width: 85%;
}
.membershipValue .member-value {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
.membershipValue .member-value .member-item {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.253);
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.membershipValue .member-value .member-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 110px;
  left: 110px;
  opacity: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #52b967;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.membershipValue .member-value .member-item > .member_icon {
  text-align: center;
}
.membershipValue .member-value .member-item > .member_icon img {
  width: 164px;
}
.membershipValue .member-value .member-item .member_img img {
  width: 100%;
}
.membershipValue .member-value .member-item .member_title {
  text-align: center;
  color: #58b35d;
  margin: 24px auto !important;
  font-size: 19px;
  padding: 0 !important;
}
.membershipValue .member-value .member-item p {
  font-size: 1.6rem !important;
  line-height: 24px !important;
  color: #616161 !important;
  font-weight: 400 !important;
  text-align: justify;
  min-height: 100px;
  margin: 0 0 15px 0;
}
.membershipValue .member-value .member-item .lr-more {
  color: #05103b;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  float: right;
  padding-right: 30px;
}
.membershipValue .member-value .member-item .lr-more:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  color: #52b967;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.membershipValue .member-value .member-item .lr-more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.membershipValue .member-value .member-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.membershipValue .member-value .member-item:hover .member_title {
  color: #121c45;
  position: relative;
}
.membershipValue .member-value .member-item:hover:before {
  opacity: 1;
  left: 30px;
  right: 30px;
}
.membershipValue .joinNowbtn {
  padding: 10px 80px !important;
  font-size: 20px !important;
  background: #52b967;
  color: #fff;
  border: 2px solid #52b967;
  position: relative;
  overflow: hidden;
}
.membershipValue .joinNowbtn:hover {
  background: #49a05b;
  color: #fff;
  border: 2px solid #52b967;
}

.developer-section .overview > .api_title {
  font-size: 18px;
  margin-top: 5px;
}
.developer-section .menu-titel {
  background: #282765;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  line-height: 22px;
  padding: 10px;
  margin: 30px 20px 4px 20px;
  width: 90%;
  max-width: 250px;
  border: 0px;
  text-align: center;
  position: fixed;
}
.developer-section .apitype {
  display: inline-block;
  color: rgb(245, 247, 250);
  text-transform: uppercase;
  text-align: center;
  border-radius: 16px;
  min-width: 58px;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 3px;
}
.developer-section .post {
  background-color: #52b967;
}
.developer-section .get {
  background-color: rgb(0, 156, 222);
}
.developer-section .put {
  background-color: rgb(255, 150, 0);
}
.developer-section .schema {
  background-color: rgb(153, 153, 153);
}
.developer-section .dev-menu {
  margin: 30px 20px 30px 20px;
  width: 90%;
  max-width: 270px;
  margin-right: 0;
  border: 0px;
  padding-top: 0;
  position: fixed;
}
.developer-section .dev-menu li {
  width: 100%;
  padding-right: 0;
  background: #f8fafb;
  margin-bottom: 0;
  margin-top: 3px;
  position: relative;
}
.developer-section .dev-menu li .docs-progress-bar {
  position: absolute;
  background: #ebf0f1;
  bottom: 0;
  left: 0;
  top: 0;
  max-height: 48px;
  z-index: 3;
}
.developer-section .dev-menu li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1d2746;
  position: relative;
  padding: 13px 15px;
  z-index: 4;
}
.developer-section .dev-menu li a::before {
  font-family: "Fontawesome";
  content: "\f078";
  border-image: none;
  padding: 0;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 11px;
  position: absolute;
  right: 8px;
}
.developer-section .dev-menu li a:hover {
  color: rgb(31, 41, 51);
  background-color: rgb(245, 247, 250);
}
.developer-section .dev-menu li [aria-expanded=true]::before {
  font-family: "Fontawesome";
  content: "\f077";
  border-image: none;
  padding: 0;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 11px;
  position: absolute;
  right: 8px;
}
.developer-section .dev-menu li [aria-expanded=false]::before {
  font-family: "Fontawesome";
  content: "\f078";
  border-image: none;
  padding: 0;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 11px;
  position: absolute;
  right: 8px;
}
.developer-section .dev-menu li .active {
  background: transparent !important;
  color: rgb(31, 41, 51);
}
.developer-section .dev-menu li > .sub_menu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  position: relative;
}
.developer-section .dev-menu li > .sub_menu:before {
  content: "";
  width: 2px;
  bottom: 15px;
  background: #edf1f3;
  position: absolute;
  top: 15px;
  left: 20px;
}
.developer-section .dev-menu li > .sub_menu li {
  margin-top: 0;
  background: transparent;
  position: relative;
  padding-left: 15px;
}
.developer-section .dev-menu li > .sub_menu li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px;
  color: #6b707f;
}
.developer-section .dev-menu li > .sub_menu li a:hover {
  font-weight: 500;
  color: #1f2933;
  background-color: #f5f7fa;
}
.developer-section .dev-menu li > .sub_menu li a::before {
  content: none;
}
.developer-section .dev-menu li > .sub_menu li .active {
  color: rgb(31, 41, 51);
  background-color: rgb(245, 247, 250) !important;
  border-left: 4px solid rgb(255, 209, 64);
  width: 100%;
  padding: 1px 2px 1px 6px;
  display: block;
  margin: 1px 0px 1px -9px;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu {
  padding-left: 10px;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu:before {
  content: none;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu > li {
  padding-left: 5px;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu > li:hover {
  color: #1f2933;
  background-color: #f5f7fa;
  font-weight: 500;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu > li a {
  font-family: 13px;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu > li a > .apitype {
  font-size: 8px !important;
  font-weight: bold;
  padding: 0px !important;
  min-width: 37px;
  border-radius: 10px !important;
  line-height: 16px !important;
  vertical-align: text-bottom;
}
.developer-section .dev-menu li > .sub_menu li > .sub_sub_menu > li .active {
  color: rgb(31, 41, 51);
  background-color: rgb(245, 247, 250) !important;
  border-left: 4px solid rgb(255, 209, 64);
  width: 100%;
  padding: 1px 2px 1px 6px;
  display: block;
  margin: 1px 0px 1px -9px;
}
.developer-section .dev-content {
  padding: 30px;
  position: relative !important;
}
.developer-section .dev-content .api-type-box {
  padding-right: 20px;
}
.developer-section .dev-content .api-type-box .api_title {
  font-size: 18px;
  margin-top: 5px;
}
.developer-section .dev-content .api-type-box .apirest {
  padding: 10px 20px;
  line-height: 30px;
  background-color: rgb(0, 15, 40);
  min-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 8px;
  width: max-content;
  min-width: 50%;
}
.developer-section .dev-content .api-type-box .apirest .apilink {
  margin: 0px 4px;
  color: rgb(245, 247, 250);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  display: inline-block;
  max-height: 90px;
  word-break: break-all;
}
.developer-section .dev-content .api-type-box table.parameters {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #f4f4f4;
  border-style: solid;
  color: #000000;
}
.developer-section .dev-content .api-type-box table.parameters thead {
  background-color: #f6f6f6;
}
.developer-section .dev-content .api-type-box table.parameters thead tr th {
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
  border-color: #eee;
  font-size: 14px;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td {
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
  border-color: #f4f4f4;
  font-size: 14px;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .api_field {
  cursor: pointer;
  font-family: monospace;
  font-size: 0.85em;
  color: #2c2e2f;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .api_type {
  font-size: 14px;
  font-weight: 400;
  color: #2c2e2f;
  margin: 0 !important;
  padding: 0 !important;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .api_type span {
  border-radius: 4px;
  background-color: #f5f7fa;
  color: #033b73;
  margin: 0px 5px;
  padding: 1px 5px;
  border: 1px solid #e4e7eb;
  font-size: 12px;
  font-family: monospace;
  vertical-align: middle;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .req_tabl {
  border-radius: 4px;
  background-color: #f5f7fa;
  color: #033b73;
  margin: 0px 5px;
  padding: 1px 6px;
  border: 1px solid #e4e7eb;
  font-size: 14px;
  font-family: monospace;
  vertical-align: middle;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .req_tabl_m {
  background-color: #fc3c3c;
  border: 1px solid #fc3c3c;
  color: #FFFFFF;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .req_tabl_c {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #FFFFFF;
}
.developer-section .dev-content .api-type-box table.parameters tbody tr td .req_tabl_p {
  background-color: f5f7fa;
  border: 1px solid #cbcbcb;
}
.developer-section .dev-content .api-right-side .ap_title {
  font-size: 18px;
  margin-top: 5px;
}
.developer-section .dev-content .api-right-side .code_item {
  position: relative;
}

.us_map_region {
  position: relative;
}
.us_map_region #map {
  height: 100vh;
}
.us_map_region .gm-style .gm-style-iw-c {
  padding: 0;
}
.us_map_region .gm-style .gm-iw {
  color: #2c2c2c;
  padding: 10px;
}
.us_map_region .gm-style > div:first-child > div:first-child > div:nth-child(4) {
  z-index: 99 !important;
}
.us_map_region > .sea_box {
  position: absolute;
  width: 317px;
  top: 10px;
  left: 1px;
  z-index: 1;
}
.us_map_region > .sea_box .sea_box_input {
  width: 300px;
  position: relative;
  clear: both;
  margin: 0px 0 0 10px;
}
.us_map_region > .sea_box .sea_box_input > i.search_ico {
  position: absolute;
  left: 16px;
  top: 11px;
  font-size: 18px;
  color: #212529;
}
.us_map_region > .sea_box .sea_box_input > i.close_ico {
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 20px;
  color: #212529;
  cursor: pointer;
}
.us_map_region > .sea_box .sea_box_input > .map_search_text {
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  width: 310px;
  background: #f1f1f1;
  line-height: 22px;
  height: 42px;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.us_map_region > .sea_box .sea_box_input > .map_search_text:focus-visible {
  outline: 0px solid rgb(169, 169, 169);
  border-radius: 40px;
}
.us_map_region .custm-btn {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 5px;
  background: #ffffff;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  width: 53px;
  height: 50px;
}
.us_map_region .custm-btn img {
  width: 30px;
}
.us_map_region .custm-btn > svg {
  fill: #f44336 !important;
}
.us_map_region .right_map_menu {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 65px;
  min-height: 260px;
}
.us_map_region .left_map_menu {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 65px;
  min-height: 260px;
}
.us_map_region .rout_dir_box {
  overflow: hidden;
  height: calc(100vh - 1px);
  background: #ffffff;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  /* width: 290px; */
  width: 0px;
}
.us_map_region .rout_dir_box .rout_menu_title {
  background-color: #f3f3f2;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  margin: 0;
  height: 43px;
}
.us_map_region .rout_dir_box .rout_menu_title > img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.us_map_region .rout_dir_box .rout_menu_title > .close_btn {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin: 0;
  padding: 4px 4px;
  color: #bfbfbf;
  border-radius: 10px;
}
.us_map_region .rout_dir_box .rout_menu_title > .close_btn:hover {
  color: #000;
}
.us_map_region .rout_dir_box .filter_cont {
  list-style: none;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  margin: 10px 5px 10px 5px;
  padding: 7px 10px;
  border-radius: 10px;
  display: inline-block;
}
.us_map_region .rout_dir_box .filter_cont > li {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.us_map_region .rout_dir_box .filter_cont > li > img {
  vertical-align: middle;
  width: auto;
  height: 30px;
  margin: 0 5px;
}
.us_map_region .rout_dir_box .btn-clear-container {
  background-color: #f7f7f7;
  padding: 10px;
}
.us_map_region .rout_dir_box .btn-clear-container .clear-btn {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  background: #f44336;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.us_map_region .rout_dir_box .directions-searchboxes {
  /* background: #1A73E8 !important; */
  background: #ff5722 !important;
  width: auto;
  padding: 7px;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2px 10px;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box {
  border-radius: 0.5em;
  padding: 10px;
  position: relative;
  display: flex;
  height: 43px;
  width: 90%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box::before {
  content: "";
  position: absolute;
  width: 53px;
  height: 42px;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  top: 0;
  cursor: move;
  z-index: 100;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .loc_numb_t {
  z-index: 100000;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  background: #fff;
  border-radius: 60%;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 10px;
  vertical-align: middle;
  padding: 5px 7px;
  text-align: center;
  margin-top: -5px;
  color: #000;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .drag_box {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 30px;
  text-align: center;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .drag_box > img {
  width: 30px;
  vertical-align: middle;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .drag_box > img.add_icn {
  width: 22px;
  vertical-align: middle;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .prvnt_dran_drop {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 30px;
  width: 218px;
  border: 1px solid #fff;
  padding: 0 0 0 5px;
  font-size: 13px;
  line-height: 20px;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .src_close {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 30px;
  width: 27px;
  text-align: center;
  cursor: pointer;
  padding: 0px 6px;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box .src_close > img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 4px;
}
.us_map_region .rout_dir_box .directions-searchboxes .containerMap .box.over {
  border: 3px dotted #ffffff;
}
.us_map_region .rout_dir_box .directions-searchboxes .add_loc {
  display: flex;
  padding: 7px 8px;
  align-items: center;
  cursor: pointer;
  align-content: center;
}
.us_map_region .rout_dir_box .directions-searchboxes .add_loc .src_inputbox {
  margin: 0;
  padding: 0;
}
.us_map_region .rout_dir_box .directions-searchboxes .add_loc .add_txt {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 3px 0 0 7px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.us_map_region .rout_dir_box .directions-searchboxes > .searchbox-container {
  margin: 7px 0 0 0;
  padding: 0;
}
.us_map_region .rout_dir_box .directions-searchboxes > .searchbox-container > .directions-input {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.us_map_region .rout_dir_box .btn-container {
  background-color: #ea3c02;
  padding: 10px;
  height: 46px;
}
.us_map_region .rout_dir_box .btn-container > .btn-dir {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.us_map_region .rout_dir_box .directions_area {
  /* background-color: #f3f3f2; */
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  overflow: auto;
  height: calc(100vh - 227px) !important;
}
.us_map_region .rout_dir_box .directions_area > .dinst-panel {
  width: auto;
  padding: 10px 0;
}
.us_map_region .rout_dir_box .directions_area > .dinst-panel > h1.dinst-title {
  margin: 0;
  padding: 0px 10px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.us_map_region .rout_dir_box .directions_area > .dinst-panel > p.dinst-address {
  padding: 0px 10px 5px 10px;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.us_map_region .rout_dir_box .directions_area > .dinst-panel > .dinst-mile {
  margin: 0;
  padding: 0 10px 0px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #188038;
}
.us_map_region .rout_dir_box .directions_area > .dinst-panel > .dinst-mile .dis_kg {
  margin: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
.us_map_region .rout_dir_box .directions_area .adp-legal {
  display: none;
}
.us_map_region .rout_dir_box .directions_area .adp-placemark {
  border: 1px solid white !important;
  margin: 0px 0px 0px 0px !important;
}
.us_map_region .rout_dir_box .directions_area .adp-step,
.us_map_region .rout_dir_box .directions_area .adp-text {
  width: 100%;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 14px;
  padding-left: 7px;
}
.us_map_region .rout_dir_box .directions_area .adp-summary {
  padding: 0 10px 0px 10px !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #188038;
  margin: 5px 0 5px 0px;
}
.us_map_region .rout_dir_box .directions_area .adp-step,
.us_map_region .rout_dir_box .directions_area .adp-substep {
  border-top: 1px solid #ff0000;
  margin: 0;
  padding: 0.3em 3px 0.3em 3px;
  vertical-align: top;
  padding: 5px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  width: auto;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  line-height: 16px;
}
.us_map_region .rout_dir_box .directions_area tbody,
.us_map_region .rout_dir_box .directions_area td,
.us_map_region .rout_dir_box .directions_area tfoot,
.us_map_region .rout_dir_box .directions_area th,
.us_map_region .rout_dir_box .directions_area thead,
.us_map_region .rout_dir_box .directions_area tr {
  border-color: #ccc !important;
}
.us_map_region .rout_dir_box .plr-6_3 {
  padding-left: 6px !important;
  padding-right: 3px;
}
.us_map_region .route_box {
  display: block;
  text-align: center;
  padding: 15px 10px 5px 10px;
}
.us_map_region .add_to_route_btn {
  margin: 0;
  border: 1px solid #dadce0;
  background: #ffffff;
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 12px;
  color: #1a72e9;
  cursor: pointer;
}
.us_map_region .add_to_route_btn:hover {
  background: #f1f1f3;
}
.us_map_region .add_to_route_btn > img {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  margin-right: 0;
}
.us_map_region .map_title {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  padding: 10px 10px;
}
.us_map_region .map_address {
  font-size: 13px;
  margin: 0;
  padding: 0px 10px 10px 10px;
}
.us_map_region .map_cont {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0px !important;
}
.us_map_region .map_label {
  display: inline-block;
  min-width: 150px;
  width: 150px;
  text-align: right;
  padding-right: 5px;
  border-right: 1px solid #d4d4d4;
  margin-right: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.us_map_region .gm-ui-hover-effect {
  top: 0px !important;
  right: 4px !important;
}
.us_map_region [tooltip] {
  position: relative;
}
.us_map_region [tooltip]::before, .us_map_region [tooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
.us_map_region [tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
.us_map_region [tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}
.us_map_region [tooltip]:hover::before, .us_map_region [tooltip]:hover::after {
  display: block;
}
.us_map_region [tooltip=""]::before, .us_map_region [tooltip=""]::after {
  display: none !important;
}
.us_map_region [tooltip]:not([flow])::before, .us_map_region [tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
.us_map_region [tooltip]:not([flow])::after, .us_map_region [tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}
.us_map_region [tooltip]:not([flow])::before, .us_map_region [tooltip]:not([flow])::after, .us_map_region [tooltip][flow^=up]::before, .us_map_region [tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
.us_map_region [tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
.us_map_region [tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}
.us_map_region [tooltip][flow^=down]::before, .us_map_region [tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
.us_map_region [tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
.us_map_region [tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
.us_map_region [tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
.us_map_region [tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
.us_map_region [tooltip]:not([flow]):hover::before,
.us_map_region [tooltip]:not([flow]):hover::after,
.us_map_region [tooltip][flow^=up]:hover::before,
.us_map_region [tooltip][flow^=up]:hover::after,
.us_map_region [tooltip][flow^=down]:hover::before,
.us_map_region [tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
.us_map_region [tooltip][flow^=left]:hover::before,
.us_map_region [tooltip][flow^=left]:hover::after,
.us_map_region [tooltip][flow^=right]:hover::before,
.us_map_region [tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.us_map_region .drag_box {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.us_map_region .drag_box > img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.us_map_region [draggable] {
  user-select: none;
}

.wp-80 {
  max-width: 80% !important;
}

.wp-85 {
  max-width: 85% !important;
}

.wp-100 {
  max-width: 100% !important;
}

/***************   Upcoming Education     ********************/
.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.expo_model_titel {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  padding: 5px 10px;
}

.up_come_date_txt {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
}

.up_come_date_txt .up_come_date {
  background: #19295f !important;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.up_come_date_txt .up_come_time {
  background: #52b561 !important;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.upcomingedu_dic .up_ed_titel {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 10px 0;
  color: #2b2b2b;
}

.upcomingedu_dic p {
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: justify;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.upcomingedu_dic .spon_box .up_ed_sub_titel {
  padding: 5px 10px 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  background: #464646;
  width: max-content;
  margin: 20px 0 20px 0;
  min-width: 110px;
  font-family: "Roboto";
}

.upcomingedu_dic .spon_box img {
  max-width: 250px;
}

.prese_box .up_ed_sub_titel {
  padding: 5px 10px 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  background: #464646;
  width: max-content;
  margin: 20px 0 20px 0;
  min-width: 110px;
  font-family: "Roboto";
}

.schedule-item {
  position: relative;
  position: relative;
  width: 48%;
  display: inline-block;
  margin: 0 5px;
}

.schedule-item .schedule-inner {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 20px rgba(99, 130, 255, 0.05);
  position: relative;
  margin-bottom: 10px;
  /* align-items: center; border: 1px solid #E2E4FF; */
}

/* .schedule-item .schedule-inner::after, .schedule-item .schedule-inner::before {width: 33px;height: 11px;z-index: 2;left: 140px;content: '';position: absolute;}
.schedule-item .schedule-inner::before {  bottom: -1px;  background: url(/front/images/schedule-shape.jpg) no-repeat bottom center;}
.schedule-item .schedule-inner::after {  top: -1px;  background: url(/front/images/schedule-shape-2.jpg) no-repeat bottom center;} */
.schedule-item .schedule-inner .author-area {
  padding: 0;
  margin: 0;
}

.schedule-item .schedule-inner .author-area .thumb {
  margin: 0 auto 0px;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.schedule-item .schedule-inner .author-area .thumb img {
  width: 100%;
  max-width: 100px;
  border-radius: 5px;
}

.schedule-item .schedule-inner .content-area {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.schedule-item .schedule-inner .content-area strong {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  font-family: "Roboto";
  color: #2b2b2b;
}

.schedule-item .schedule-inner .content-area p {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  text-align: left;
}

.exo_btn {
  text-align: right;
  padding: 20px 5px 10px 0;
}

.exo_btn > .btn {
  padding: 0px !important;
}

/**************     EDUCATION ON-DEMAND        *******************/
.vedio_set {
  width: 100% !important;
  height: auto;
}

.list-items-com {
  padding: 0;
  margin: 0;
}

.list-items-com li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  /* color: #ffffff; */
}

.list-items-com li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  color: #36a148;
}

/************  New Tags ******************/
.newtags {
  position: relative;
  margin-left: 15px;
}
.newtags span {
  display: inline-block;
  height: 24px;
  line-height: 23px;
  position: relative;
  margin: 0 0px 0px 0;
  padding: 0 12px 0 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  background: #de3f3e;
}
.newtags span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-color: transparent #de3f3e transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.newtags span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  float: left;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  border-color: transparent transparent transparent #de3f3e;
}

/***********  ul li *******************/
.ianaUl {
  margin: 10px 0;
  padding: 0;
}
.ianaUl li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #9b9b9b;
  position: relative;
}
.ianaUl li:before {
  font-family: "Fontawesome";
  content: "\f00c";
  font-size: 16px;
  color: #52b967;
  padding-right: 7px;
}


.errorMsg{background-color: transparent;border-color: transparent;color: rgba(220, 53, 69, 1) !important;padding: 2px !important;font-size: 14px;font-weight: 500;margin-top: 3px;margin-bottom: 0px !important;}


.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
    text-align: center;
    padding: 100px 0;
  }

  .error-wrapper .error-heading {
    margin-top: 25px;
  }
  .error-wrapper .error-heading .headline {
    font-size: 185px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0px;
  }
  .error-wrapper .sub-content {
    font-size: 18px;
    color: #2F2F3B;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 35px;
    z-index: 3;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .error-wrapper .btn {
    margin-top: 40px;
  }


  /* upcoming-education  */

.btn-clear{
    border: 1px solid #e3dfdf;
}

.upcoming-education .fc-header-toolbar {
    background: #ffffff;
}

.upcoming-education .fc-header-toolbar .fc-button {
    background: #121c45;
    border: none;
    text-shadow: none;
    color: #fff;
    line-height: 20px;
    box-shadow: none;
    height: 42px;
    padding: 0 1.1em;
    margin: 0 0 0 2px;
}

.upcoming-education .fc-header-toolbar .fc-button:hover {
    background: #52b967;
}

.upcoming-education .fc-header-toolbar .fc-button.fc-state-active {
    background: #52b967;
}

.upcoming-education .fc-header-toolbar .fc-center h2 {
    font-size: 2.2rem;
    line-height: 49px;
}

/*.upcoming-education .fc-view-container{    }
    .upcoming-education .fc-view-container .fc-month-view{}
    .upcoming-education .fc-view-container .fc-month-view .fc-head{} */

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    height: 42px;
    font-size: 15px;
}

.fc td,
.fc th {
    vertical-align: middle;
}

/* .fc-unthemed .fc-content{
        height: 33px;
    } */

.fc-event {
    background: #52b967;
    border: 1px solid #52b967;
    padding: 5px;
}

.fc-event, .fc-event-dot {
  background-color: #52b967;
}

.fc-widget-content {
    min-height: 150px !important;
    height: auto !important;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 9px 2px 2px;
    color: #000000;
    font-size: 17px;
}

/* .fc-day-heade{
  color: #121c45;
  font-size: 14px;
} */

.fc-unthemed thead{
  color: #121c45;
  font-size: 14px;
}

.fc-list-item-time{    font-size: 14px;
  font-weight: 600;
  /* color: #000; */
}

  .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
    background: #f9f9f9 !important;
    color: #121c45;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #efefef !important;
}

/* .fc-state-default{
    background: #dbdbdb !important;
    color: #7c7c7c !important;
    cursor: default !important;
    height: 52px !important;
    padding: 0 22px !important;
} */

.upcoming-education .fc-header-toolbar > .fc-left > .fc-today-button{
    background: #52b967;
    color: #ffffff;
    cursor: default !important;
    height: 50px !important;
    padding: 0 20px !important;
    margin-top: 1px;
    margin-left: 10px;
}

.fc-state-disabled {
    background: #dbdbdb !important;
    color: #7c7c7c !important;
    cursor: default !important;
    height: 52px !important;
    padding: 0 22px !important;
}

.fc-listYear-view .fc-list-item{    height: 55px;}
.fc-listYear-view .fc-list-item .fc-list-item-title a{color: #000;font-size: 16px;cursor: pointer;}

.fc-listMonth-view .fc-list-item{    height: 55px;}
.fc-listMonth-view .fc-list-item .fc-list-item-title a{color: #000;font-size: 16px;cursor: pointer;}


.fc-list-item-time{
  background: #52b967;
  font-size: 13px;
  color: #fff;
}

.fc-list-item:hover .fc-list-item-time {
    background: #05103b !important;
    color: #fff;
}

.fc-button-group {
  display: inline-block;
  background: #ffffff;
  padding: 7px;
  border-radius: 6px;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.upcoming-education .fc-header-toolbar .fc-button {
  border: none;
  text-shadow: none;
  color: #121c45;
  line-height: 20px;
  box-shadow: none;
  height: 38px;
  padding: 0 1.1em;
  background: transparent;
  font-size: 14px;
}
.upcoming-education .fc-header-toolbar .fc-button:hover {
  background: #52b967;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
.upcoming-education .fc-header-toolbar .fc-button.fc-state-active {
  background: #52b967;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.modal-body{overflow-y: auto;
    max-height: calc(100vh - 155px);
}

.new-pass-text{
    font-size: 14px;
    margin-bottom: 20px;
    color: #121c45 !important;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.1;
}
.forg_form{width: 50%; margin: 0 auto;}

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

    .upcoming-education .filter_box{flex-wrap: wrap;justify-content: start !important;}
    .upcoming-education .filter_box .topic_sel {width: 47%;margin-bottom: 10px;margin-left: 7px;}
    .upcoming-education .filter_box .timeframe_sel {width: 47%;margin-bottom: 10px;margin-left: 7px;}
    .upcoming-education .filter_box .series_sel {width: 100%;margin-bottom: 10px;margin-left: 7px;}
    .upcoming-education .filter_box .search_event {width: 100% !important;margin-bottom: 10px;margin-left: 7px !important;}
    .btn-clear{    border: 1px solid #e3dfdf;margin-left: calc(50% - 40px) !important;margin-top: 12px;margin-bottom: 15px;}

    .upcoming-education .fc-header-toolbar .fc-button{height: 34px;}
    .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
        height: 33px;        font-size: 14px;    }
    .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number{    font-size: 14px;}
    .fc-toolbar .fc-left {margin-left: 7px;}
    .fc-toolbar .fc-right {
        float: right;
        margin: 15px auto 5px auto !important;
    }
    .fc-toolbar .fc-right .fc-button-group{    margin-right: 10px;}

    .upcoming-education .fc-header-toolbar > .fc-left > .fc-button-group > .fc-prev-button{padding: 0px 9px;}
    .upcoming-education .fc-header-toolbar > .fc-left > .fc-button-group > .fc-next-button{padding: 0px 9px;}
    .upcoming-education .fc-header-toolbar > .fc-left > .fc-today-button{
        height: 43px !important;
        padding: 0 20px !important;
        margin-top: 1px;
        margin-left: 10px;
    }

    .fc-widget-content{min-height: auto !important;}

    .fc-listMonth-view .fc-list-item {        height: auto;    }
    .fc-listMonth-view .fc-list-item .fc-list-item-marker{padding-left: 10px;}
    .fc-listMonth-view .fc-list-item .fc-list-item-marker .fc-event-dot{width: 7px;    height: 7px;}
    .fc-listMonth-view .fc-list-item .fc-list-item-time{font-size: 13px;    padding: 8px 8px !important;}
    .fc-listMonth-view .fc-list-item .fc-list-item-title a{color: #000;font-size: 13px;cursor: pointer;}

    .fc-listYear-view .fc-list-item {        height: auto;    }
    .fc-listYear-view .fc-list-item .fc-list-item-marker{padding-left: 10px;}
    .fc-listYear-view .fc-list-item .fc-list-item-marker .fc-event-dot{width: 7px;    height: 7px;}
    .fc-listYear-view .fc-list-item .fc-list-item-time{font-size: 13px;    padding: 8px 8px !important;}
    .fc-listYear-view .fc-list-item .fc-list-item-title a{color: #000;font-size: 13px;cursor: pointer;}

    .expo_model_titel{    font-size: 15px;padding: 4px 9px;line-height: 20px;}
    .upcomingedu_dic >.spon_box >.sponsored_by > img{    max-width: 147px;}
    .schedule-item{width: 100%;}

    .forg_form{width: 100%;}

}

@media only screen and (min-width: 601px) and (max-width: 991px) {

    .upcoming-education .filter_box{flex-wrap: wrap;justify-content: start !important;}
    .upcoming-education .filter_box .chk_box{width: 100%;margin-bottom: 10px;margin-left: 0px;}
    .upcoming-education .filter_box .chk_box .chk_cont{margin-left: 0px;}
    .upcoming-education .filter_box .topic_sel {width: 24%;margin-bottom: 10px;margin-left: 7px;}
    .upcoming-education .filter_box .timeframe_sel {width: 24%;margin-bottom: 10px;margin-left: 7px;}
    .upcoming-education .filter_box .series_sel {width: 24%;margin-bottom: 10px;margin-left: 7px;}
    .upcoming-education .filter_box .search_event {width: 24% !important;margin-bottom: 10px;margin-left: 7px !important;}

    .btn-clear{    border: 1px solid #e3dfdf;margin-left: calc(50% - 60px) !important;margin-top: 12px;margin-bottom: 15px;}

    .fc-widget-content{min-height: auto !important;}

    .fc-listMonth-view .fc-list-item {           height: 42px;    }
    .fc-listMonth-view .fc-list-item .fc-list-item-marker{padding-left: 10px;}
    .fc-listMonth-view .fc-list-item .fc-list-item-marker .fc-event-dot{width: 7px;    height: 7px;}
    .fc-listMonth-view .fc-list-item .fc-list-item-time{font-size: 13px;    padding: 8px 8px !important;}
    .fc-listMonth-view .fc-list-item .fc-list-item-title a{color: #000;font-size: 13px;cursor: pointer;}

    .fc-listYear-view .fc-list-item {            height: 42px;   }
    .fc-listYear-view .fc-list-item .fc-list-item-marker{padding-left: 10px;}
    .fc-listYear-view .fc-list-item .fc-list-item-marker .fc-event-dot{width: 7px;    height: 7px;}
    .fc-listYear-view .fc-list-item .fc-list-item-time{font-size: 13px;    padding: 8px 8px !important;}
    .fc-listYear-view .fc-list-item .fc-list-item-title a{color: #000;font-size: 13px;cursor: pointer;}

    .expo_model_titel{    font-size: 15px;padding: 4px 9px;line-height: 20px;}
    .upcomingedu_dic >.spon_box >.sponsored_by > img{    max-width: 147px;}
    .schedule-item{width: 47%;}

    .modal-dialog {max-width: 90%;}

}



@media only screen and (min-width: 992px) and (max-width: 1024px) {

}


.hytPlayerWrap{display:inline-block;position:relative}
.hytPlayerWrap.ended::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;background-color:black;background-repeat:no-repeat;background-position:center;background-size:64px 64px;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)}
.hytPlayerWrap.paused::after{content:"";position:absolute;top:70px;left:0;bottom:50px;right:0;cursor:pointer;background-color:black;background-repeat:no-repeat;background-position:center;background-size:40px 40px;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}




.no-data-found {
  font-size: 14px;
  background: #fff2f1;
  color: #ca1208;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 4px;
  margin: 0 auto;
}


.cust-list-item .cust_list_time{padding: 0 !important;background: none !important;} 
.cust-list-item:hover .cust_list_time{background: none !important;}
.cust-list-item .cust_list_time .time-up-ev{background: #52b967;font-size: 13px;color: #fff;width: 133px;text-align: center;padding: 20px;}
.cust-list-item:hover .cust_list_time .time-up-ev{background: #05103b;}

.cust-list-item .members .members_only {background: #0888d9;font-size: 13px;color: #fff;padding: 0px 7px;border-radius: 2px;width: fit-content;font-weight: 500;margin: 5px 0 10px 0;border: 1px solid #0888d9;}
.cust-list-item .members .freewebinar {background: #eef4f7;font-size: 13px;color: #0888d9;padding: 0px 7px;border-radius: 2px;width: fit-content;font-weight: 500;margin: 5px 0 10px 0;border: 1px solid #0888d9;}

.cust-list-item .up_ed_sub_titel {padding: 5px 10px 5px 10px;font-size: 14px !important;font-weight: 500;color: #ffffff;background: #464646;width: max-content;margin: 15px 0 15px 0;min-width: max-content;font-family: "Roboto";}


.td_up_edu{background: #fff !important;color: #5d5b5b;font-size: 14px !important;line-height: 23px !important;}
.td_up_edu p{color: #5d5b5b;font-size: 14px !important;line-height: 23px !important;}
.td_up_edu ul {  margin: 0 0 10px 0;  padding: 0;}
.td_up_edu ul li {  font-size: 14px;  line-height: 23px;  position: relative;}
.td_up_edu ul li::before { font-family: "Fontawesome";  content: "\f101";  font-size: 16px;  color: #52b967;  padding-right: 7px;}
.td_up_edu h1{font-family: "Roboto";color: #2b2b2b;font-size: 15px !important;}
.td_up_edu h2{font-family: "Roboto";color: #2b2b2b;font-size: 15px !important;}
.td_up_edu h3{font-family: "Roboto";color: #2b2b2b;font-size: 15px !important;}
.td_up_edu h4{font-family: "Roboto";color: #2b2b2b;font-size: 15px !important;}

.td_up_edu .bios_cnt{margin-bottom: 10px !important;}
.td_up_edu .bios_cnt img{width: 80px !important;}

.td_up_edu >.cal-schedule-item{display: flex;  flex-direction: row;  flex-wrap: wrap;  align-items: flex-start;}
.td_up_edu >.cal-schedule-item .schedule-item{position: relative;width: 48%;display: inline-block;margin: 0 5px;max-width: 370px;}
.td_up_edu >.cal-schedule-item .schedule-item .schedule-inner{padding: 5px;border-radius: 5px;background: #ffffff;overflow: hidden;display: flex;flex-wrap: nowrap;box-shadow: 0 5px 20px rgba(99, 130, 255, 0.05);position: relative;  margin-bottom: 10px;}
.td_up_edu >.cal-schedule-item .schedule-item .schedule-inner .author-area .thumb img{width: 80px !important;}
.td_up_edu >.cal-schedule-item .schedule-item .schedule-inner .content-area strong{    font-size: 14px;  line-height: 20px;}

/* .fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content{ white-space:pre-wrap;} */
.whu_pre_wp{ white-space:pre-wrap !important;}
.td_up_edu .td_upreg_btn{text-align: center;padding: 15px 5px;}
.td_up_edu .td_upreg_btn > a.upreg_btn{padding: 6px 22px !important;border-radius: 3px;}

/* .td_up_edu .spon_box{} */
.td_up_edu .spon_box .sponsored_by {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;margin-bottom: 10px;}
.td_up_edu .spon_box .sponsored_by img { width: 100%;max-width: 165px;box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.09);padding: 5px;margin-right: 10px;margin-bottom: 10px;margin-left: 0px;}

.heading-top .handle-cases-titel {font-family: "Poppins", sans-serif;  font-size: 26px;  line-height: 29px;  font-weight: 600;  margin-bottom: 5px;  color: #121c45;  position: relative;}
.heading-top .handle-cases-titel::before {content: "";position: absolute;bottom: -11px;left: calc(50% - 34px);width: 55px;height: 3px;background-color: #52b967;}

.pb-23 {
  padding-bottom: 23px !important;
}
.h_center::before{left: 42% !important;}

.shr_btn{  display: flex;  flex-direction: row;  flex-wrap: nowrap;  align-items: center;margin-bottom: 8px;}
.shr_a > a > .a2a_s__default {  background-color: #f36161 !important;  margin-left: 8px;  height: 20px;  width: 20px;  border-radius: 4px;}
.shr_a > a > .a2a_s__default > svg{height: 20px !important;width: auto !important;}


.newtag,
.Newtag,
.NEWTAG,
.newTag,
.NewTag {position: relative;}

.newtag::before,
.Newtag::before,
.NEWTAG::before,
.newTag::before,
.NewTag::before{
  content: "NEW";
    position: absolute;
    top: 8px;
    left: calc(100% - 94px);
    width: auto;
    height: auto;
    background-color: red;
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 3px;
}

 /* Start Top Note */
.top_msg{
  width: calc(100% - 545px);
  text-align: center;
}
.top_msg > a::before{
  content: '' !important;
}

.top_msg > span.nots_msg{
  /* background: #eb6331;
  padding: 2px 10px 2px 10px;
  display: block;
  font-size: 17px;
  border-radius: 2px;
  font-weight: 500 !important;
  line-height: 16px;
  margin: -4px 0 -7px -16px; */
  background: #ffffff;
  padding: 4px 6px 2px 8px;
  display: block;
  font-size: 19px !important;
  border-radius: 2px;
  font-weight: 500 !important;
  line-height: 20px;
  margin: -6px 0 -8px -14px;
  color: #ff2828 !important;
  height: auto;
  text-align: left;
}
.top_msg > span.nots_msg > a{
  font-size: 16px !important;
  font-weight: 500 !important;
}
.top_msg > span.nots_msg > a::before{
  content: '' !important;
}

/* .top_msg > span.iana_web{
    color: #3e9951 !important;
} */
/* End Top Note */

.dropdown-menu-left{
  left: auto !important;
  right: 0 !important;
}

.banner_5 .btn-secondary{
  padding: 0 15px !important;
  width: auto !important;
}

.banner_5 .slide-content .slide-title{text-transform: none;}


.backToMapShow{
  display: block !important;
}

.backToMapHide{
  display: none !important;
}

.v-align-m{
  vertical-align: middle !important;
}

@media only screen and (max-height: 595.25px) { 
  .ianamenu-block .ianalink {
    padding: 10px 15px 20px 25px !important;
    overflow-y: auto;
    height: calc(100vh - 199px);
  }
  .ianamenu-block .ianalink .link-block ul {
    margin: 2px 0 0 0 !important;
  }
  .ianamenu-block .ianalink .link-block ul li {
    padding: 4px 0 4px 0 !important;
  }
  .ianamenu-block .ianalink .link-block ul li a{
    line-height: 16.7px !important;
  }
} 

@media only screen and (max-height: 695.25px) { 
  .ianamenu-block .ianalink {
    padding: 10px 15px 20px 25px !important;
    /* overflow-y: auto;
    height: calc(100vh - 189px); */
  }
  .ianamenu-block .ianalink .link-block ul {
    margin: 3px 0 0 0 !important;
  }
  .ianamenu-block .ianalink .link-block ul li {
    padding: 4px 0 4px 0 !important;
  }
  .ianamenu-block .ianalink .link-block ul li a{
    line-height: 17px !important;
  }
}   

.success-message{
  padding: 60px 60px 100px 60px;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.success-message > .checkmark{
  border-radius:200px; height:200px; width:200px; background: #F8FAF5; margin:0 auto;
}
.success-message > .checkmark > .icon-checkmark {
  color: #9ABC66;
  font-size: 80px;
  line-height: 190px;
  margin-left:0px;
  }

  .success-message > .success-message-title {
  color: #88B04B;
  font-weight: 600;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.success-message > .success-message-content {
  color: #404F5E;
  font-size:20px;
  margin:20px 0 0 0;
  line-height: 28px;
}

.camp_description > p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #616161;
}
.camp_description > h1,
.camp_description > h2,
.camp_description > h3,
.camp_description > h4,
.camp_description > h5,
.camp_description > h6{
  color: #121c45;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
}


/* Loader CSS */
.loader {
  border: 4px solid #f3f3f34a;
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.men_lat_new > .news_ellip{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.men_lat_new > .red_mr {
  color: #05103b;
  font-weight: bold;
  display: block;
  text-align: right;
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 5px;
}

.mam_cent_full{
  border-radius: 6px;
  min-width: 200px;
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  position: relative;
  transition: all 0.4s;
  box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0px auto;
  padding: 20px 24px;
}
.mam_cent_full > p{ margin: 0 0 10px 0;}

.menu_hide_tmp { display: none !important; }

/* .member_dir{background: #f9f9f9;padding: 10px 20px !important;}
.justify-center{justify-content: center !important;}
.memberCenter .mem-inte-pro-box{background: #ffffff !important;box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);}
.memberCenter .mem-inte-pro-box .mem-inte-pro-dic{padding: 0 !important;}
.memberCenter .mem-inte-pro-box .mem_dc > p {margin: 5px !important;font-size: 16px;line-height: 24px;}
.memberCenter .mem-inte-pro-box .mem-inte-img-pro img{border: 1px solid #f3f3f3;height: 180px;}
.men_lat_new{box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.01);min-height: 199px;} */

/************ Login Modal *******************/

/* #loginModal {flex-direction: row;align-items: center;}
#loginModal .modal-dialog{min-width: 450px;}
#loginModal .modal-dialog .modal-content{background-color: #fff;padding: 20px;box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);border-radius: 3px !important;border: none !important;}
#loginModal .modal-dialog .modal-content .modal-header{text-align: center;border-bottom: none !important;}
#loginModal .modal-dialog .modal-content .modal-header .modal-title{    line-height: 1.6;width: 100%;text-align: center;font-weight: 500;margin: 0 0 0 0;padding: 0;font-size: 2.5rem;color: #2b2b2b;}
#loginModal .modal-dialog .modal-content .modal-header .modal-title .sub_titel{margin-bottom: 20px;font-size: 14px !important;color: #898989 !important;padding: 0;line-height: 18px;display: block;width: 100%;}
#loginModal .modal-dialog .modal-content .modal-header .close{position: absolute;right: 10px;top: 8px;background: #121c45;color: #fff;border-radius: 100%;padding: 2px 7px;font-size: 22px;font-weight: 800;}
#loginModal .modal-dialog .modal-content .modal-header .close:hover{background: #52b967;}
#loginModal .modal-dialog .modal-content .modal-body .form-group{margin-bottom: 20px;}
#loginModal .modal-dialog .modal-content .modal-footer{border-top:none;    border-top: none;padding-top: 0;margin-top: -8px;}
#loginModal .modal-dialog .modal-content .modal-footer .lg_btn{width: 100%;padding: 10px 10px !important;height: auto;line-height: 25px;border-radius: 4px;background-color: #52b967 !important;border: 2px solid #52b967 !important;    font-size: 16px;letter-spacing: 1;}
#loginModal .modal-dialog .modal-content .modal-footer .lg_btn:hover {background-color: #05103b !important;color: #ffffff;border-color: #05103b !important;} */


/* indepth */

.indepth{padding: 24px !important;min-height: 600px;}
.indepth .indepth_tab{width: 100%;text-align: center;padding: 25px !important;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;    min-height: 420px;}
.indepth .indepth_tab .indepth_btn {    margin: 5px 15px;color: #232258;border-radius: 4px;cursor: pointer;background: #ffffff;border: 1px solid #e1e1e1;padding: 40px 30px;min-width: 350px;text-align: center;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}
.indepth .indepth_tab .indepth_btn.active {background-color: #4CAF50;color: #ffffff;font-weight: bold;}
.indepth .indepth_tab .indepth_btn img{height: 140px;margin-bottom: 20px;}
.indepth .indepth_tab .indepth_btn .in_t_txt{font-size: 20px;display: block; text-align: center;width: 100%;font-weight: 500;}

.indepth .indepth_tab .indepth_btn:hover{background-color: #4CAF50;color: #ffffff;font-weight: bold;}
/* .indepth .indepth_tab .indepth_btn:hover img{filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(247deg) brightness(107%) contrast(101%);} */

.indepth .treeview_box{padding: 10px 25px 10px 90px;}
.indepth .treeview_box ul.tree, .treeview_box ul.tree ul {list-style-type: none;margin: 0;padding-left: 0px;position: relative;border-left: 1px solid #ccc;}
.indepth .treeview_box ul.tree ul::before {content: '';position: absolute;top: 0;left: 0;border-left: 1px solid #999;bottom: 0;}
.indepth .treeview_box ul.tree li {margin: 0;padding: 8px 0 0 20px;position: relative;}
.indepth .treeview_box ul.tree li::before {content: '';position: absolute;top: 17px;left: 0;width: 18px;border-top: 1px solid #999;}
.indepth .toggle_folder::before {content: "\f07b";display: inline-block;width: 1em;transition: transform 0.2s ease;font: normal normal normal 14px/1 FontAwesome;font-size: 20px;color: #2b95d1; margin-right: 5px;}
.indepth .expanded_folder::before {content: "\f07c";font: normal normal normal 14px/1 FontAwesome;font-size: 20px;color: #2b95d1;}
.indepth .folder {font-weight: bold;cursor: pointer;}
.indepth .file-link {margin-left: 0.5em;text-decoration: none;color: #41a951;}
.indepth .file-link:hover {font-weight: bold;color:#44a9dd;}
.indepth .hidden_sub_tree {display: none;}
.indepth .ind_top_titel{font-size: 18px;color: #121c45;padding-left: 20px;margin: 0;}
.indepth .ind_top_titel .back_btn{padding: 5px 10px 5px 12px;background: #efefef;margin-right: 14px;border-radius: 4px;color: #353735;}

.big_btn_go{padding: 10px 20px !important;border-radius: 4px !important;font-size: 18px !important;}
.ver_two{font-size: 18px !important;color: red !important;}
.newly_updated {background: #34a348;color: white;padding: 2px 3px;position: absolute;top: 32px;left: -10px;z-index: 2;transform: rotate(-45deg);height: 29px;}
.newly_updated:before {content: "";width: 0;height: 0;border-style: solid;transform: rotate(45deg);border-width: 21px 20px 0 20px;border-color: #34a348 transparent transparent transparent;position: absolute;right: -26px;bottom: -3px;}
.newly_updated:after {content: "";width: 0;height: 0;border-style: solid;transform: rotate(-45deg);border-width: 21px 20px 0 20px;border-color: #34a348 transparent transparent transparent;position: absolute;left: -26px;bottom: -3px;}

.meb_course{position: relative;}
.newly_updated1 {position: absolute;top: -6.1px;left: 15px;}
.newly_updated1:after {position: absolute;content: "";height: 0;border-left: 72px solid transparent;border-right: 67px solid transparent;border-top: 10px solid #f8463f;width: 0;
/* border-left: 46px solid transparent;border-right: 43px solid transparent; */
}

.newly_updated1 span {position: relative;display: block;text-align: center;background: #f8463f;font-size: 15px;line-height: 1;padding: 10px 5px 9px;border-top-right-radius: 8px;width: 140px;color: #fff;font-weight: 500;
/* width: 90px; */
}
.newly_updated1 span:before,.newly_updated1 span:after {position: absolute;content: "";}
.newly_updated1 span:before {height: 6px;width: 6px;left: -6px;top: 0;background: #f8463f;}
.newly_updated1 span:after {height: 6px;width: 8px;left: -8px;top: 0;border-radius: 8px 8px 0 0;background: #c02031;}


.memberCenter .meb_cen_box li .meb_title_course {width: 67%;}
.ann_icon{
  position: absolute;
  left: 5px;
  top: 3px;
  width: 38px;
  filter: drop-shadow(2px 2px 3px #ccc);
}
.newly_updated2 {
  --f: 15px; /* control the folded part */
  
  position: absolute;
  top: 0;
  color: #fff;
  padding: .1em 1.8em;
  background: var(--c,#45ADA8);
  border-bottom :var(--f) solid #0007;
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px))
}

.newly_updated2_left {
  left: 0;
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  font-weight: 600;
  width: 180px;
  text-align: center;
}


/*************************  Member Center   *****************************/

.ml-7{margin-left: 7px !important;}
.mr-13{margin-right: 13px !important;}

.new_mem_cont{padding: 0;margin: 0;}
.new_mem_cont .m_box_sd{box-shadow: 4px 1px 23px rgba(0, 0, 0, 0.1);background: #ffffff;border-radius: 3px;}
.new_mem_cont .m_profile{padding: 0;}
.new_mem_cont .m_profile .m_top_profile{display: flex;flex-direction: row;flex-wrap: nowrap;width: 100%;padding: 10px;}
.new_mem_cont .m_profile .m_top_profile .m_pro_img{margin: 0 10px 0 0;}
.new_mem_cont .m_profile .m_top_profile .m_pro_img img{width: 101px;height: auto;}

.new_mem_cont .m_profile .m_top_profile  .m_pro_dic h4{font-size: 15px;font-family: "Poppins";color: #4db560;font-weight: 600;line-height: 18px;margin: 3px 0 0 0;}
.new_mem_cont .m_profile .m_top_profile  .m_pro_dic .mem_name{font-size: 13px;font-family: "Poppins";color: #1d2129;font-weight: 600;line-height: 16px;margin: 3px 0 0 0;}
.new_mem_cont .m_profile .m_top_profile  .m_pro_dic .mem_cname{font-size: 11px;font-family: "Poppins";color: #1d2129;margin: 3px 0 0 0;line-height: 13px;}
.new_mem_cont .m_profile .m_top_profile  .m_pro_dic .mem_trem{font-size: 13px;font-family: "Poppins";color: #1d2129;margin: 5px 0 0 0;line-height: 18px;font-weight: 500;}
.new_mem_cont .m_profile .m_top_profile  .m_pro_dic .mem_trem span{font-size: 14px;font-family: "Poppins";color: #4db560;display: block;font-weight: 600;}

.new_mem_cont .int_market{margin: 15px 0 0 0;padding: 10px;text-align: center;}
.new_mem_cont .int_market h4{font-size: 20px;color: #1d2129;font-weight: 600;line-height: 22px;margin: 5px 0 15px 0;position: relative;}
.new_mem_cont .int_market h4::after{position: absolute;content: '';width: 80px;height: 2px;background-color: #52b967;bottom: -7px;left: calc(50% - 45px);}
.new_mem_cont .int_market img{width: 90px;height: auto;display: inline-block;margin-top: 10px; margin-bottom: 10px;}
.new_mem_cont .int_market a{font-size: 16px;color: #4db560;font-weight: 600;line-height: 18px;text-decoration: none;display: block;margin: 0 0 10px 0;}
.new_mem_cont .int_market a:hover{color: #05103b;}

.new_mem_cont .new_mem_right{padding: 0;}
/* .new_mem_cont .new_mem_right .m_upcoming_events{padding:20px 10px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_logo{margin: 0;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_logo img{width: 100%;height: auto;display: inline-block;margin:0 10px 0 0;max-height: 130px;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic{padding: 0 10px;text-align: center;width: calc(100% - 448px);min-width: 270px;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic h4{    font-size: 20px;color: #1d2129;font-weight: 600;line-height: 22px;margin: 5px 0 15px 0;position: relative;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic h4::after{position: absolute;content: '';width: 80px;height: 2px;background-color: #52b967;bottom: -7px;left: calc(50% - 45px);}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic p.ev_name{font-size: 20px;color: #1d2129;margin: 5px 0 0 0;line-height: 22px;font-weight: 500;}   
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic p.ev_date{font-size: 22px;color: #31b456;margin: 6px 0 0 0;line-height: 24px;font-weight: 600;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic p.ev_address{font-size: 20px;color: #1d2129;margin: 5px 0 0 0;line-height: 20px;font-weight: 500;} */

.new_mem_cont .new_mem_right .m_upcoming_events{padding: 10px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;min-height: 170px;align-items: center;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic{padding: 0 10px;text-align: center;width: 100%;min-width: 270px;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic h4{    font-size: 20px;color: #1d2129;font-weight: 600;line-height: 22px;margin: 0px 0 15px 0;position: relative;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic h4::after{position: absolute;content: '';width: 80px;height: 2px;background-color: #52b967;bottom: -7px;left: calc(50% - 45px);}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic p.ev_name{font-size: 20px;color: #1d2129;margin: 5px 0 0 0;line-height: 22px;font-weight: 500;}   
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic p.ev_date{font-size: 22px;color: #31b456;margin: 6px 0 0 0;line-height: 24px;font-weight: 600;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic p.ev_address{font-size: 20px;color: #1d2129;margin: 5px 0 0 0;line-height: 20px;font-weight: 500;}

.new_mem_cont .new_mem_right .linkedin-embed{padding: 0px;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.new_mem_cont .new_mem_right .linkedin-embed iframe{width: 100%;height: 100%;border: none;}
.attributed-text-segment-list__container{height: 193px;overflow: auto;}

/* .new_mem_cont .new_mem_right .new_meb_course{position: relative;background: #f3fcf5;min-height: 176px;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go{display: flex;margin: 0 0 0 0;padding: 50px 0 0 30px;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: flex-start;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .n_mec-icon{padding: 0;margin: 0 10px 0 0;width: 70px;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .n_mec-icon img{width: auto;height: 70px;display: inline-block;margin: 0 10px 0px 0;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .newmeb_title{font-size: 20px;color: #1d2129;font-weight: 600;line-height: 24px;margin: 0;position: relative;width: calc(100% - 185px);}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .newmeb_title span{color: red;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .new_btn_go{background-color: #05103b;color: #ffffff;border: 2px solid #05103b;height: auto;min-height: auto;
line-height: 20px !important;min-width: 90px;margin: 0 10px 0 0;padding: 9px;font-size: 23px;border-radius: 4px;text-align: center;}

.new_mem_cont .new_mem_right .new_meb_course .new_web_btn{text-align: right;display: flex;flex-direction: row;justify-content: flex-end;}
.new_mem_cont .new_mem_right .new_meb_course .new_web_btn a{background: #03123a;color: #fff;padding: 5px;margin: 0px 23px 15px 0px;display: block;width: max-content;border-radius: 4px;} */

.new_mem_cont .new_mem_right .new_meb_course{position: relative;background: #f3fcf5;min-height: 202px;margin-left: 7px;margin-top: 15px;display: flex;flex-direction: row;
flex-wrap: nowrap;justify-content: center;align-items: center;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go{display: flex;margin: 0 0 0 0;padding: 0;flex-direction: column;flex-wrap: nowrap;align-items: center;justify-content: flex-start;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .n_mec-icon{padding: 0;margin: 0;width: 70px;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .n_mec-icon img{width: auto;height: 70px;display: inline-block;margin: 0 10px 0px 0;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .newmeb_title{position: relative;width: 94%;font-size: 16px;color: #4db560;font-weight: 600;line-height: 18px;
text-decoration: none;display: block;margin: 10px auto;text-align: center;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .newmeb_title span{color: red;}
.new_mem_cont .new_mem_right .new_meb_course .new_meb_go .new_btn_go{background-color: #05103b;color: #ffffff;border: 2px solid #05103b;height: auto;min-height: auto;
line-height: 20px !important;min-width: 90px;margin: 0;padding: 4px;font-size: 16px;border-radius: 4px;text-align: center;}

.new_mem_cont .new_mem_right .new_meb_course .new_web_btn{text-align: right;display: flex;flex-direction: row;justify-content: flex-end;}
.new_mem_cont .new_mem_right .new_meb_course .new_web_btn a{background: #03123a;color: #fff;padding: 5px;margin: 0px 23px 15px 0px;display: block;width: max-content;border-radius: 4px;}

.men_top_new {background: #52b967;padding: 10px 15px;border-radius: 4px;min-height: 176px;}
.men_top_new h3{text-align: center;color: #fff;font-size: 16px;margin: 0;padding: 0;line-height: 20px;font-weight: 600;position: relative;}
.men_top_new h3::after{position: absolute;content: '';width: 80px;height: 2px;background-color: #ffffff;bottom: -7px;left: calc(50% - 45px);}
.men_top_new > h2 {font-size: 14px;margin: 15px 0 5px 0;color: #fff;line-height: 18px;}
.men_top_new > p {text-align: left;margin: 0;padding: 0;color: #fff;line-height: 18px;font-size: 13px;}
.men_top_new > p a {color: #05103b;font-weight: bold;display: block;text-align: right;font-size: 13px;margin-top: 5px;}
/* .men_top_new > .news_ellip{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;} */
.men_top_new .red_more_box{    text-align: right;width: 100%;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-end;align-items: center;}
.men_top_new .red_more_box > .red_mr {color: #fff;display: block;text-align: right;margin-top: 7px;margin-bottom: 5px;background: #05103bbd;padding: 8px 9px;
width: fit-content;border-radius: 3px;font-weight: 400;font-size: 13px;}

.new_box_m_list {display: flex;flex-wrap: wrap;position: relative;margin: 0;padding: 0;}
.new_box_m_list .new_box_sub_m {position: relative;transition: all 300ms ease-in-out;width: calc(25% - 18px);margin-left: 8px;margin-right: 8px;
margin-bottom: 20px;box-shadow: 4px 1px 23px rgba(0, 0, 0, 0.1);background: #ffffff;border-radius: 3px;}

.new_box_m_list .new_box_sub_m .inner-box-w{text-align: center;padding: 15px;}
.new_box_m_list .new_box_sub_m .inner-box-w .mid_cent_img{margin: 5px auto;width: 80px;height: 80px;text-align: center;display: flex;flex-direction: row;flex-wrap: nowrap;
justify-content: center;align-items: center;}
.new_box_m_list .new_box_sub_m .inner-box-w .mid_cent_img img{height: auto;width: 91%;}
.new_box_m_list .new_box_sub_m .inner-box-w .mn_tite{font-size: 18px;color: #121c45;font-weight: 600;line-height: 20px;margin: 15px 0 5px 0;cursor: pointer;display: block;}
.new_box_m_list .new_box_sub_m .inner-box-w .mn_tite:hover{color: #4db560;}
.new_box_m_list .new_box_sub_m .inner-box-w .mn_tite.nothover:hover{color: #121c45;cursor: auto;}
.new_box_m_list .new_box_sub_m .inner-box-w .mn_tite.nothover:hover{color: #121c45;}

.new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link{display: flex;justify-content: space-around;}
.new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link .sub_link_btn{padding: 0px;}
.new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link .sub_link_btn img{width: auto;height: 70px;display: inline-block;transition: all 300ms ease-in-out;margin: 0 0 5px 0;}
.new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link .sub_link_btn a{font-size: 14px;color: #4db560;font-weight: 600;line-height: 18px;text-decoration: none;
display: block;margin: 0 0 10px 0;}
.new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link .sub_link_btn a:hover{color: #05103b;}

.new_box_m_list .new_box_sub_m .inner-box-w:hover .mid_cent_img img {transform: scale(1.05);}
.new_box_m_list .new_box_sub_m .inner-box-w:hover .mn_tite{color: #4db560;transition: all 300ms ease-in-out;}
.new_box_m_list .new_box_sub_m .inner-box-w:hover .nothover{color: #121c45;cursor: auto;}

.inner-box-whover {position: absolute;top: 0px;transition: 500ms all;opacity: 0;visibility: hidden;left: 0;}

.member_directory_box {position: relative;transition: all 300ms ease-in-out;width: 100%;box-shadow: 4px 1px 23px rgba(0, 0, 0, 0.1);background: #ffffff; border-radius: 3px;
text-align: center;padding: 15px;}

.member_directory_box > .sub_inner_link{display: flex;justify-content: space-around;}
.member_directory_box > .sub_inner_link .sub_link_btn{padding: 0px;}
.member_directory_box > .sub_inner_link .sub_link_btn img{width: auto;height: 70px;display: inline-block;transition: all 300ms ease-in-out;margin: 0 0 5px 0;}
.member_directory_box > .sub_inner_link .sub_link_btn a{font-size: 14px;color: #4db560;font-weight: 600;line-height: 18px;text-decoration: none;
display: block;margin: 0 0 10px 0;}
.member_directory_box > .sub_inner_link .sub_link_btn a:hover{color: #05103b;}
.member_directory_box > .mem_dir_titel {font-size: 20px;color: #121c45;font-weight: 600;line-height: 26px;margin: 5px 0 5px 0;cursor: pointer;}

.even_box{margin: 15px 0 0 0;}
.even_box .even_sub_box{margin: 0;padding: 0;min-height: 143px;height: 100%;}
.even_box .even_sub_box .even_title{display: flex;background: #fbfbfb;border-top: 5px solid #e8e8e8;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;padding: 10px 15px;}
.even_box .even_sub_box .even_title h3{font-size: 18px;color: #121c45;font-weight: 600;line-height: 22px;margin: 0;}
.even_box .even_sub_box .even_title a{font-size: 14px;color: #216fdb;font-weight: 600;line-height: 18px;text-decoration: none;display: block;margin: 0;}
.even_box .even_sub_box .even_title a:hover{color: #4db560;}

.even_box .even_sub_box .even_list{margin: 0;padding: 10px 5px;}
.even_box .even_sub_box .even_list li{padding: 10px;display: flex;justify-content: space-between; align-items: center;}
.even_box .even_sub_box .even_list li .u_e_box{margin: 0;padding: 0;min-width: 380px;}
.even_box .even_sub_box .even_list li .u_e_box .date{display: flex;}
.even_box .even_sub_box .even_list li .u_e_box .date span{font-size: 12px;color: #ffffff;font-weight: 500;line-height: 15px;background: #7e7e7e;
padding: 2px 4px;border-radius: 2px;margin: 0px 5px 2px 0px;}
.even_box .even_sub_box .even_list li .u_e_box .date span:nth-child(2){background: #4db560;}
.even_box .even_sub_box .even_list li .u_e_box .event_name{margin: 0 0 0 0;}
.even_box .even_sub_box .even_list li .u_e_box .event_name h4{font-size: 17px;color: #121c45;font-weight: 600;line-height: 19px;margin: 5px 0 0 0;}
.even_box .even_sub_box .even_list li .u_e_box_btn{display: flex;justify-content: flex-end;align-items: center;width: 100%;flex-wrap: wrap;align-content: center;} 
.even_box .even_sub_box .even_list li .u_e_box_btn .reg_new_btn{background-color: #2a96d2;
color: #ffffff;border: 0px solid #2a96d2;height: auto;min-height: auto;line-height: 20px;min-width: 90px;margin: 0 7px 0 0;padding: 7px 10px;font-size: 14px;
border-radius: 4px;text-align: center;font-weight: 500;}
.even_box .even_sub_box .even_list li .u_e_box_btn .alr_reg{background: #4db560;}

.dv_btn > li > .u_e_box{width: calc(100% - 210px) !important;min-width: auto !important;}
.dv_btn > li > .u_e_box_btn{width: 210px !important;}

.memberCenter_accord{margin:5px 0 0 0;padding: 0;}
.memberCenter_accord > .accordion-item:first-child{border-top: 1px solid #eaeaea !important;}
.memberCenter_accord > .accordion-item:last-child{border-bottom: 0px solid #eaeaea !important;}
.memberCenter_accord > .accordion-item{border: none !important;border-bottom: 1px solid #eaeaea !important;margin: 0 !important;padding: 0 !important;
border-radius: 0;box-shadow: none !important;}
.memberCenter_accord > .accordion-item .accordion-header .accordion-button{font-size: 16px;padding: 5px 5px;}
.memberCenter_accord > .accordion-item .accordion-header .accordion-button::after{background-color: #fff;color: #03123a;}
.memberCenter_accord > .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {background-color: #ffffff;color: #32c36c;}
.memberCenter_accord > .accordion-item .accordion-header .accordion-button:not(.collapsed) {color: #03123a;}
.memberCenter_accord > .accordion-item .accordion-body{padding: 10px 20px;}

.mc_ac_lst{margin: 0;padding: 0;list-style: none;width: 100%;}
.mc_ac_lst > li {padding: 5px 0;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;margin: 0 0 5px 0 !important;}
.mc_ac_lst > li > .mc_ic{text-align: center;padding: 0;margin: 0 5px 0 0;width: 35px;}
.mc_ac_lst > li > .mc_ic > i{font-size: 20px;color: #213467;}
.mc_ac_lst > li > .mc_ic > img{width: auto;height: 28px;}
.mc_ac_lst > li > .mc_dic{padding: 0;margin: 0;font-size: 15px;line-height: 21px;font-weight: 500;color: #0e2b3d;width: calc(100% - 40px);}
.mc_ac_lst > li > .mc_dic a{font-size: 15px;line-height: 21px;font-weight: 500;color: #0e2b3d;}
.mc_ac_lst > li > .mc_dic a:hover{color: #4db560;}

.mc_ac_lst > li > .ic_bef::before {content: "\f101";color: #213467;margin-right: 5px;font: normal normal normal 14px / 1 FontAwesome;font-size: 18px;font-weight: 500;
} 

.top_lst_new{width: calc(100% - 15px);padding: 15px 15px; margin: 0 auto 15px auto;}
.top_lst_new p{margin: 0 0 5px 0;}

.mem_cen_pop .modal-header{border-bottom: none;padding: 0.7rem 1.4rem;}
.mem_cen_pop .modal-footer{border-top: none;}
.mem_cen_pop .modal-title{font-size: 18px;}
.mem_cen_pop .modal-body iframe{width: 100%;height: 100%;border: none;min-height: 800px;}

@media only screen and (max-width: 600px) and (min-width: 320px) 
{
  .new_mem_cont .m_profile .m_top_profile .m_pro_img img{width: 50px;height: auto;}
  .new_mem_cont .int_market img{width: 80px;height: auto;display: inline-block;margin-bottom: 10px;}

  .mc_ac_lst > li{margin: 0 0 3px 0 !important;}
  .mc_ac_lst > li > .mc_dic{ display: flex;flex-direction: row;flex-wrap: nowrap;}
  .mc_ac_lst > li > .mc_dic a {line-height: 18px;font-size: 14px;word-break: break-all;}

  .new_mem_cont .int_market{margin: 15px 0 15px 0;}
  .new_mem_cont .new_mem_right .m_upcoming_events{    flex-direction: column;    margin: 10px 0 !important;}
  .new_mem_cont .new_mem_right .m_upcoming_events .ev_logo{margin: 0 0 10px 0;text-align: center;}
  .new_mem_cont .new_mem_right .m_upcoming_events .ev_logo img{width: 81%;}
  .new_mem_cont .new_mem_right .linkedin-embed{margin: 10px 0 !important;}

  .new_mem_cont .new_mem_right .new_meb_course{margin: 0 !important;}
  .new_mem_cont .new_mem_right .new_meb_course .new_meb_go{padding: 30px 25px 0 25px;flex-direction: column;}
  .new_mem_cont .new_mem_right .new_meb_course .new_meb_go .newmeb_title{    width: 100%;}
  .new_mem_cont .new_mem_right .new_meb_course .new_meb_go .new_btn_go{    margin: 3px 10px 10px 0;}
  .new_mem_cont .new_mem_right .new_meb_course .new_web_btn{text-align: center;justify-content: center;}

  
  .even_box .even_sub_box {margin: 0 0 15px 0 !important;height: auto !important;}
  .even_box .even_sub_box .even_list li .u_e_box_btn{justify-content: flex-start;margin-top: 10px;}

  .new_box_m_list .new_box_sub_m{width: 45%;}
  .new_box_m_list .new_box_sub_m .inner-box-w .mid_cent_img img{width: 50%;}
  .new_box_m_list .new_box_sub_m .inner-box-w .mn_tite{font-size: 15px;margin: 10px 0 10px 0;}
  .new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link{flex-direction: column;}
  .new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link .sub_link_btn img{height: 40px;}

  .even_box .even_sub_box .even_list li{flex-direction: column;align-items: flex-start;}
  .even_box .even_sub_box .even_list li .u_e_box{width: 100%;min-width: auto;}
  .dv_btn > li > .u_e_box{width: 100% !important;}

  .top_lst_new {width: 100%;padding: 10px 10px;margin: 15px 0 10px 0;}
  .member_directory_box {margin-bottom: 15px;}

  .new_mem_cont .new_mem_right .linkedin-embed iframe{min-height: 390px;}


}

@media only screen and (min-width: 601px) and (max-width: 991px) {

  .new_mem_cont .m_profile .m_top_profile .m_pro_img img{width: 50px;height: auto;}
  .new_mem_cont .int_market img{width: 80px;height: auto;display: inline-block;margin-bottom: 10px;}

  .mc_ac_lst > li{margin: 0 0 3px 0 !important;}
  .mc_ac_lst > li > .mc_dic{ display: flex;flex-direction: row;flex-wrap: nowrap;}
  .mc_ac_lst > li > .mc_dic a {line-height: 18px;font-size: 14px;word-break: break-all;}

  .new_mem_cont .int_market{margin: 15px 0 15px 0;}
  .new_mem_cont .new_mem_right .m_upcoming_events{        margin: 10px 0 !important;}
  .new_mem_cont .new_mem_right .m_upcoming_events .ev_logo{margin: 0 0 10px 0;text-align: center;}
  .new_mem_cont .new_mem_right .m_upcoming_events .ev_logo img{width: 90%;}
  .new_mem_cont .new_mem_right .linkedin-embed{margin: 0px 0 !important;}
  .new_mem_cont .new_mem_right .linkedin-embed iframe{min-height: 390px;}

  .new_mem_cont .new_mem_right .new_meb_course{margin: 15px 0 !important;}
  .new_mem_cont .new_mem_right .new_meb_course .new_meb_go{    padding: 20px 25px 0 25px;flex-direction: column;}
  .new_mem_cont .new_mem_right .new_meb_course .new_meb_go .newmeb_title{    width: 100%;}
  .new_mem_cont .new_mem_right .new_meb_course .new_meb_go .new_btn_go{    margin: 10px 10px 10px 0;}
  .new_mem_cont .new_mem_right .new_meb_course .new_web_btn{text-align: center;justify-content: center;}

  
  .even_box .even_sub_box {margin: 0 0 20px 0 !important;}
  .even_box .even_sub_box .even_list li .u_e_box_btn{justify-content: flex-start;margin-top: 10px;}

  .new_box_m_list .new_box_sub_m{width: 45%;}
  .new_box_m_list .new_box_sub_m .inner-box-w .mid_cent_img img{width: 50%;}
  .new_box_m_list .new_box_sub_m .inner-box-w .mn_tite{font-size: 15px;margin: 10px 0 10px 0;}
  .new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link{flex-direction: column;}
  .new_box_m_list .new_box_sub_m .inner-box-w .sub_inner_link .sub_link_btn img{height: 40px;}

  .even_box .even_sub_box .even_list li{flex-direction: column;align-items: flex-start;}
  .even_box .even_sub_box .even_list li .u_e_box{width: 100%;min-width: auto;}
  .dv_btn > li > .u_e_box{width: 100% !important;}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
.mc_ac_lst > li > .mc_dic a {line-height: 18px;font-size: 14px;word-break: break-all;}
.new_mem_cont .new_mem_right .m_upcoming_events .ev_dic{min-width:auto;}

}

.new_link_btn{margin: 0;position: relative;}
.new_link_btn > .new_link{padding: 20px;    color: #121c45;font-family: "Poppins", sans-serif;text-transform: capitalize;font-weight: 600;
line-height: 1.1;margin-bottom: 13px;display: block;width: 100%;cursor: pointer;}
.new_link_btn > .new_link:hover{color: #4db560;text-decoration: none;}


/***********  breadcrumb *******************/
#breadcrumb{max-width: 95%;margin: 0 auto;}
#breadcrumb > ul{list-style: none;display: flex;margin: 20px 0;padding-right: .70rem;padding-left: .70rem;}
#breadcrumb > ul > li {padding: 0;}
#breadcrumb > ul > li a {color: #FFF;display: block;background: #262963;text-decoration: none;position: relative;height: 40px;line-height: 40px;padding: 0 10px 0 5px;text-align: center;margin-right: 23px;}
/* #breadcrumb > ul > li:nth-child(even) a {background-color: #262963;}
#breadcrumb > ul > li:nth-child(even) a:before {border-color: #262963;border-left-color: transparent;}
#breadcrumb > ul > li:nth-child(even) a:after {border-left-color: #262963;} */
#breadcrumb > ul > li:first-child a {padding: 10px 10px 10px 15px;-moz-border-radius: 4px 0 0 4px;-webkit-border-radius: 4px;border-radius: 4px 0 0 4px;font-size: 18px;}
#breadcrumb > ul > li:first-child a:before {border: none;}
#breadcrumb > ul > li:last-child a {padding-right: 15px;-moz-border-radius: 0 4px 4px 0;-webkit-border-radius: 0;border-radius: 0 4px 4px 0;}
#breadcrumb > ul > li:last-child a:after {border: none;}
#breadcrumb > ul > li a:before, 
#breadcrumb > ul > li a:after {content: "";position: absolute;top: 0;border: 0 solid #3498db;border-width: 20px 10px;width: 0;height: 0;}
#breadcrumb > ul > li a:before {left: -19px;border-left-color: transparent;}
#breadcrumb > ul > li a:after {left: 100%;border-color: transparent;border-left-color: #262963;}
#breadcrumb > ul > li a:hover {background-color: #5cb96d;}
#breadcrumb > ul > li a:hover:before {border-color: #5cb96d;border-left-color: transparent;}
#breadcrumb > ul > li a:hover:after {border-left-color: #5cb96d;}
#breadcrumb > ul > li a.active {background-color: #5cb96d;    font-size: 16px;  font-weight: 500;}
#breadcrumb > ul > li a.active:before {border-color: #5cb96d;border-left-color: transparent;}
#breadcrumb > ul > li a.active:after {border-left-color: #5cb96d;}

.maxw100{max-width: 100% !important;}

/* .uiia_bre > ul > li a.active {background-color: #eb6331 !important;}
.uiia_bre > ul > li a.active:before {border-color: #eb6331 !important;border-left-color: transparent !important;}
.uiia_bre > ul > li:first-child a:hover {background-color: #eb6331 !important;}
.uiia_bre > ul > li:first-child a:hover:before {border-color: #eb6331 !important;}
.uiia_bre > ul > li:first-child a:hover:after {border-left-color: #eb6331 !important;} */

/* New tag link and ribbon styles */

.newtaglink {background: red;border-radius: 3px 4px 4px 3px;color: #fff;display: inline-block;height: 20px;line-height: 19px;padding: 0 8px 0 16px;position: relative;
margin: 0 0 0 10px;text-decoration: none;-webkit-transition: color 0.2s;font-size: 11px;vertical-align: text-top;}
.newtaglink::after {background: #fff;border-bottom: 9px solid transparent;border-right: 9px solid red;border-top: 9px solid transparent;content: '';position: absolute;left: 0;top: 0;height: 20px;}

.ribbon_new {width: auto;height: 26px;line-height: 26px;padding-left: 10px;position: absolute;right: -8px;top: 14px;background: red;padding-right: 15px;font-size: 12px;color: #fff;}
.ribbon_new:before, .ribbon_new:after {content: "";position: absolute;}
.ribbon_new:before {height: 0;width: 0;top: -8.5px;right: 0.1px;border-bottom: 9px solid black;border-right: 9px solid transparent;}
.ribbon_new:after {height: 0;width: 0;left: -14.5px;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-right: 15px solid red;}