* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --theme-font: "Open Sans", sans-serif;
  --theme-color: #272d4f;
  /*     --theme-blue: #272d4f; */
  --color-light: #eee;
  --color-white: #fff;
  --color-darkorange: #ff5e00;
  --background-color: rgb(249, 241, 254);
  --background-lightcolor: #272d4f0d;
  --color-Black: #000;
}

body {
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
}

ul {
  padding-left: 0;
}

ol {
  padding-left: 0;
}

ol li {
  list-style: inside;
}

li {
  list-style: none;
  font-family: inherit;
  font-size: 15px;
  color: var(--color-Black);
  font-weight: 500;
  line-height: 27px;
}

p {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  line-height: 27px;
}

a {
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  color: var(--color-Black);
}

h2 {
  font-size: 2em;
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

h4 {
  font-size: 1.05em;
  font-weight: 600;
}

.topbar {
  display: none;
}

.toggle-btn {
  display: none;
}

.close-icons {
  display: none;
}
.close-icons i {
  position: absolute;
  right: 6px;
  color: var(--color-white);
  font-size: 27px;
  top: 4px;
  z-index: 10;
  cursor: pointer;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--color-white);
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.231372549);
  animation: scrollTop 0.6s ease;
}

#pb-pg-thumb {
  width: 100%;
}

@keyframes scrollTop {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
/* Ankit Css Start  */
.profiles-page.filter form .input {
  width: auto !important;
}

.media-videos-title img {
  cursor: pointer;
}

#profiles-2 h2 {
  margin: 35px 0px 22px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
#profiles-2 h3 {
  margin: 29px 0px 22px;
  color: #000;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 25px 8px 25px;
  font-size: 17px;
  font-weight: 700;
  border-left: 2px solid var(--color-darkorange);
}
#profiles-2 .prfile_filter {
  margin-top: 0px;
  border-radius: 0px;
  width: 100%;
  padding: 0rem;
}
#profiles-2 .prfile_filter form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
#profiles-2 .prfile_filter form .input {
  width: 36%;
  position: relative;
  margin-right: 5px;
}
#profiles-2 .prfile_filter form .input .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  border: none;
  background: var(--color-white);
  width: 100%;
  outline: none !important;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  color: var(--color-Black);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.7px;
  border: 1px solid #eee;
  border-radius: 0;
}
#profiles-2 .prfile_filter form .input .form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: var(--theme-color);
}
#profiles-2 .prfile_filter form .srcBtn {
  text-align: center;
}
#profiles-2 .prfile_filter form .srcBtn button {
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  transition: 0.25s;
  position: relative;
  outline: none !important;
  border: none;
  background: var(--color-darkorange);
  color: var(--color-white);
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 0;
}
#profiles-2 .profile_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 40px;
}
#profiles-2 .profile_container .profiles {
  position: relative;
  padding: 0;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  box-shadow: 0 0px 19px -14px var(--color-Black);
  cursor: pointer;
}
#profiles-2 .profile_container .profiles .prflImg {
  width: 100%;
}
#profiles-2 .profile_container .profiles .prflImg img {
  border-radius: 0px;
  border: 0;
  width: 100%;
  height: auto;
}
#profiles-2 .profile_container .profiles .prflImg::after {
  display: none;
}
#profiles-2 .profile_container .profiles .prfl_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  text-align: start;
  margin: 0%;
}
#profiles-2 .profile_container .profiles .prfl_content .vwprflBtn {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
#profiles-2 .profile_container .profiles .prfl_content .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  padding: 0;
  border: 0ch;
  transition: all 0.3s linear;
}
#profiles-2 .profile_container .profiles .prfl_content .vwprflBtn a i {
  padding-left: 0.3rem;
  transition: all 0.3s;
}
#profiles-2 .profile_container .profiles .prfl_content .vwprflBtn a:hover i {
  padding-left: 0.5rem;
}
#profiles-2 .profile_container .profiles:before {
  content: "";
  position: absolute;
  right: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  pointer-events: none;
  width: 50px;
  border-bottom: solid 3px var(--color-darkorange);
  height: 100%;
}
#profiles-2 .profile_container .profiles:after {
  content: "";
  position: absolute;
  right: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  border-right: solid 3px var(--color-darkorange);
  height: 50px;
}
#profiles-2 .profile_container .profiles:hover:after {
  width: 100%;
  height: 100%;
}
#profiles-2 .profile_container .profiles:hover:before {
  width: 100%;
  height: 100%;
}

.event-all-tabs-box-container .event-tab-content {
  display: none;
}
.event-all-tabs-box-container .event-tab-content.active {
  display: block;
}
.event-all-tabs-box-container .eventsingles-tabs-wrap ul {
  border-bottom: 2px solid var(--theme-color);
  display: flex;
}
.event-all-tabs-box-container .eventsingles-tabs-wrap ul li {
  margin-left: 0;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  background-color: var(--background-lightcolor);
  cursor: pointer;
}
.event-all-tabs-box-container .eventsingles-tabs-wrap ul li.active {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.eventContainer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background-color: #fff;
}

.close-ic {
  position: absolute;
  right: -5px;
  top: -15px;
  font-weight: 300;
  font-size: 34px;
  cursor: pointer;
}

/* Ankit Css End  */
ul.mega-menu--dropdown {
  position: absolute;
  z-index: 1000;
  background: var(--color-white);
  left: 0;
  right: 0;
  width: 767px;
  padding-top: 1rem;
  display: none;
}

.dropdown:hover ul.mega-menu--dropdown {
  display: block;
}

.mega-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
}

.mega-menu__head--title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.mega-menu__item--title {
  padding: 0.5rem 0.5rem;
  transition: all 0.3s linear;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--color-Black);
}

.mega-menu__item--title:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.sub-menu .menu-item a {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  /*  text-transform: capitalize; */
  transition: all 0.43s linear;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.sub-menu .menu-item a:focus, .sub-menu .menu-item a:hover {
  color: var(--color-white) !important;
  background-color: var(--theme-color);
}

.navbar-expand-lg ul .sub-menu li {
  border-bottom: 1px solid #ddd !important;
}

.navbar-expand-lg ul .sub-menu:last-child li {
  border-bottom: none;
}

.menu-item:hover .sub-menu {
  display: block;
}

.collapse.navbar-collapse {
  justify-content: flex-end;
}

.sub-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  top: 53px;
  transition: all 0.3s linear;
}

header {
  background: var(--color-white);
  padding: 0rem 0;
}
header .inner-sub-menu {
  position: relative;
}
header .inner-sub-menu.menu-item .sub-menu {
  left: 100%;
  top: -1px;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
header .inner-sub-menu:hover .sub-menu {
  display: block;
}
header .mega-menu .inner-sub-menu.menu-item .sub-menu {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: unset;
  padding-left: 10px;
  padding-bottom: 10px;
}
header .mega-menu .sub-menu {
  border: 0;
}
header .navbar-expand-lg ul#menu-header-menu > li.mega-menu > .sub-menu > li > a {
  font-weight: 700;
}
header .mega-menu:hover > .sub-menu {
  display: flex;
}
header header .navbar-expand-lg ul#menu-header-menu > li.mega-menu > .sub-menu > li > a:hover {
  background-color: unset;
}
header .mega-menu > .sub-menu > .menu-item > a:focus,
header .mega-menu > .sub-menu > .menu-item > a:hover {
  color: unset !important;
  background-color: unset;
}

.letsBtn {
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.letsBtn a {
  white-space: nowrap;
  color: var(--color-white);
  background-color: var(--color-Black);
  border-color: transparent;
  padding: 5px 10px;
  box-shadow: 6px 6px 6px rgba(40, 80, 170, 0.031372549), -6px -6px 6px rgba(40, 80, 170, 0.0392156863);
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s linear;
}
.letsBtn .main-search {
  margin-right: 0rem;
  background: transparent;
  color: var(--color-Black);
  box-shadow: none;
  padding: 2px 12px;
  font-size: 1.2rem;
}
.letsBtn .main-search:hover {
  background-color: transparent !important;
}

.search-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  z-index: 9999;
  transition: 0.5s all ease-in-out;
  width: 100%;
  height: 100%;
}
.search-section form#searchform {
  width: 100%;
}
.search-section .search-box {
  background: rgba(0, 0, 0, 0.9019607843);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section .search-box .search-input {
  width: 70%;
  border: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.search-section .search-box .search-input .input-textarea {
  position: relative;
  background: rgba(193, 144, 144, 0);
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #eee;
  z-index: 2;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.search-section .search-box .search-input .input-textarea:focus-visible {
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
  box-shadow: none !important;
  outline: none;
}
.search-section .search-box .search-input button.btn.btn-primary {
  line-height: 36px;
  width: 120px;
  border-radius: 0px 5px 5px 0px;
  background-color: #272d4f !important;
  border: 1px solid #736c6c !important;
}
.search-section .search-box .search-input button.btn.btn-primary:focus-visible {
  outline: none;
  box-shadow: none !important;
}
.search-section .closeBtn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2rem;
  cursor: pointer;
  color: var(--color-white);
}

.openBox {
  opacity: 1;
  transform: scale(1);
}

/* 
#menu-item-49:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    left: -2px;
}

#menu-item-47:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    left: -2px;
}

#menu-item-45:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    left: -2px;
} */
#menu-header-menu .menu-item.menu-item-has-children a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.sub-menu li a::after {
  display: none !important;
}

.navbar-light ul#menu-header-menu {
  margin-bottom: 0;
  display: flex;
}
.navbar-light ul#menu-header-menu > .menu-item {
  margin: 0px 5px;
  display: flex;
  align-items: center;
}
.navbar-light ul#menu-header-menu > li > a {
  color: var(--color-Black) !important;
  font-weight: 600 !important;
  padding: 17px 5px;
  position: relative;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.navbar-light ul#menu-header-menu > li > a:hover {
  color: var(--theme-color) !important;
}
.navbar-light ul#menu-header-menu > li > a:hover::before {
  opacity: 1;
}
.navbar-light ul#menu-header-menu > li > a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-darkorange);
  opacity: 0;
}

.sub-menu {
  display: none;
}

.navbar-light .navbar-brand img {
  max-width: 22%;
}

.navbar-light .navbar-brand {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

/* .navbar-light .navbar-brand img {
    max-width: 32%;
} */
.navbar-light .navbar-brand p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 16px;
  margin-left: 5px;
}

.navbar-light .navbar-brand p span {
  letter-spacing: 0.7px;
}

header .right-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-Black);
  font-size: 0.9em;
}
header .right-header-wrapper .menu-wrapper ul {
  display: flex;
  align-items: center;
}
header .right-header-wrapper .menu-wrapper ul li a {
  padding: 25px 25px;
  display: flex;
  text-transform: inherit;
  transition: all 0.3s;
  border-top: solid 3px transparent;
}
header .right-header-wrapper .menu-wrapper ul li a:hover {
  text-decoration: none;
  border-top: solid 3px var(--theme-color);
  color: #732a5f;
}
header .logo-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
header .logo-wrapper img {
  max-width: 175px;
  padding: 5px 0;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}

.mediaVideos {
  overflow: hidden;
}
.mediaVideos .p-vid-close {
  position: absolute;
  z-index: 5;
  font-size: 52px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-darkorange);
  pointer-events: none;
}
.mediaVideos .p-vid-close i {
  background-color: #fff;
  border-radius: 35px;
  line-height: 2rem;
}
.mediaVideos h3 {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1.05em;
  transition: all 0.3s linear;
  padding: 15px;
  background-color: #272d4f;
  line-height: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  background: rgba(237, 219, 249, 0.3803921569);
}
.mediaVideos .vld-date {
  position: absolute;
  z-index: 2;
  background-color: var(--color-darkorange);
  left: 8px;
  bottom: 8px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.mediaVideos .vld-date i {
  padding-right: 5px;
}

.iframe-wra {
  position: relative;
  padding: 32px;
  background-color: #Fff;
}

.close-ic-videos {
  position: absolute;
  right: -1px;
  top: -15px;
  font-weight: 300;
  font-size: 34px;
  cursor: pointer;
  color: var(--color-darkorange);
}

.video-container-page {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.home-slider {
  margin-top: 75px;
}
.home-slider .slick-next {
  right: 13px;
}
.home-slider .slick-prev {
  left: 13px;
  z-index: 9;
}
.home-slider .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 28px;
  padding-bottom: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 3px;
  background-color: var(--color-darkorange);
}
.home-slider .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 28px;
  padding-bottom: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 3px;
  background-color: var(--color-darkorange);
}
.home-slider .slide-for-box img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider .slider-for-content {
  position: absolute;
  left: 0;
  width: 100%;
  color: var(--color-white);
  bottom: 0%;
  transform: translateY(-24%);
}
.home-slider .slider-for-content .slider-for-content-wrap {
  max-width: 75%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.431372549);
}
.home-slider .slider-for-content .slider-for-content-wrap h1 {
  font-size: 3.4em;
  line-height: 1.3em;
  margin-bottom: 25px;
}
.home-slider .slider-for-content .slider-for-content-wrap .banner-btn a {
  background-color: var(--color-darkorange);
  display: flex;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 13px 25px;
}
.home-slider .slider-for-content .slider-for-content-wrap .banner-btn a:hover {
  color: var(--color-white);
}
.home-slider #homepage-slider {
  position: relative;
}
.home-slider #homepage-slider .slider-nav {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.431372549);
}
.home-slider #homepage-slider .slider-nav .slider-nav-box:first-child .slide-nav-box-main {
  border-left: 0;
}
.home-slider #homepage-slider .slider-nav .slide-nav-box-main {
  padding: 10px 15px 15px 15px;
  background-color: transparent;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  height: 100%;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-white);
  /*  border: solid 1px var(--color-white); */
  border-bottom: 0;
  min-height: 140px;
  justify-content: space-between;
}
.home-slider #homepage-slider .slider-nav .slide-nav-box-main:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.home-slider #homepage-slider .slider-nav .slide-nav-box-main:hover .counting-b {
  -webkit-text-stroke: 1px rgba(255, 250, 250, 0.3490196078);
}
.home-slider #homepage-slider .slider-nav .slide-nav-box-main p {
  font-size: 1.2em;
  text-align: center;
}
.home-slider #homepage-slider .slider-nav .slide-nav-box-main .counting-b {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 250, 250, 0.3490196078);
  font-size: 50px;
  color: transparent;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.home-slider #homepage-slider .slider-nav .slide-nav-box-main .sli-icon-wrapper {
  font-size: 29px;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 14px;
}

#homepage-slider .slick-list .slick-track .slick-nav .slider-nav-box .slick-slide.slick-current {
  background-color: var(--theme-color);
}

#homepage-slider .slider-nav .slick-track .slick-slide.slick-current {
  background-color: var(--theme-color);
}

#homepage-slider .slick-dots {
  display: none !important;
}

/* slide-for-box slick-slide slick-current slick-active */
#publications-sec {
  padding: 2.5em 0;
  background-color: var(--color-white);
}
#publications-sec .publicaitions-wrapper {
  position: relative;
  width: 100%;
  transition: all 0.5s linear;
}
#publications-sec .publicaitions-wrapper:hover .pub-content {
  max-height: 650px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#publications-sec .publicaitions-wrapper .pub-img-wrapper {
  width: 100%;
}
#publications-sec .publicaitions-wrapper .pub-img-wrapper img {
  width: 100%;
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#publications-sec .publicaitions-wrapper .pub-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  background-color: rgba(39, 45, 79, 0.8588235294);
  padding: 6px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  max-height: 75px;
  transition: all 0.4s ease-in-out;
  justify-content: center;
}
#publications-sec .publicaitions-wrapper .pub-content a {
  transition: all 0.3s linear;
  text-transform: capitalize;
}
#publications-sec .publicaitions-wrapper .pub-content a:hover {
  color: var(--color-white);
}
#publications-sec .publicaitions-wrapper .pub-content a h3 {
  font-size: 1.05em;
  margin-bottom: 0;
}
#publications-sec .publicaitions-wrapper .pub-content .pub-titile-wrapper {
  text-align: center;
  text-transform: capitalize;
}
#publications-sec .publicaitions-wrapper .pub-content .pub-category-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 0.9em;
  color: var(--color-light);
}
#publications-sec .publicaitions-wrapper .pub-content .pub-category-wrapper i {
  padding-right: 5px;
}
#publications-sec button.owl-prev {
  position: absolute;
  left: -52px;
  top: 43%;
  font-size: 38px;
  width: 40px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--color-white) !important;
  padding: 0;
  margin: 0;
}
#publications-sec button.owl-prev:hover {
  background-color: transparent;
}
#publications-sec button.owl-prev:hover span {
  background-color: var(--color-darkorange);
}
#publications-sec button.owl-prev span {
  font-size: 30px;
  padding-bottom: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 3px;
  background-color: var(--color-darkorange);
}
#publications-sec button.owl-next {
  position: absolute;
  right: -52px;
  top: 43%;
  font-size: 38px;
  width: 40px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--color-white) !important;
  padding: 0;
  margin: 0;
}
#publications-sec button.owl-next:hover {
  background-color: transparent;
}
#publications-sec button.owl-next:hover span {
  background-color: var(--color-darkorange);
}
#publications-sec button.owl-next span {
  font-size: 30px;
  padding-bottom: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 3px;
  background-color: var(--color-darkorange);
}
#publications-sec button.owl-next span:hover span {
  color: var(--theme-color);
}
#publications-sec .owl-theme .owl-nav {
  margin: 0;
}
#publications-sec .viewall-btn a:hover {
  color: var(--theme-color);
}
#publications-sec .title-row-wrapper {
  padding-bottom: 1.5em;
}

.title-row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0em 0 2em 0;
}
.title-row-wrapper h2 {
  color: var(--color-Black);
  position: relative;
  font-size: 27px;
  margin-left: 6px;
  padding-left: 5px;
}
.title-row-wrapper h2:before {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--theme-color);
  left: -5px;
}

.viewall-btn a {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.viewall-btn a:hover {
  color: var(--color-white);
}
.viewall-btn a:hover:before {
  width: 100%;
}
.viewall-btn a i {
  padding-right: 5px;
}

.evtdetail {
  padding-top: 0;
}

.events-section {
  padding: 1.3em 0 2em 0;
  background-color: var(--theme-color);
  position: relative;
}
.events-section .evntRbox {
  width: 100%;
  height: auto;
  margin-left: 0.7rem;
}
.events-section .evntRbox .eventImg {
  position: relative;
  border-radius: 5px;
  height: auto;
  overflow: hidden;
  margin-top: 1.2rem;
  padding-right: 0.8rem;
}
.events-section .evntRbox .eventImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-section .evntRbox .eventImg .eventImg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem 1rem 1rem 1rem;
}
.events-section .evntRbox .eventImg .eventImg_overlay .eventImg_overlay_text h3 {
  color: var(--color-white);
  margin-bottom: 0.5rem;
  font-size: 1.05em;
}
.events-section .evntRbox .eventImg .eventImg_overlay .eventImg_overlay_text p {
  color: var(--color-light);
}
.events-section .evntRbox .eventImg .eventImg_overlay .eventImg_overlay_text a {
  color: #f9f1fe;
  display: block;
}
.events-section .evntRbox .eventImg .eventImg_overlay .eventImg_overlay_text a:hover {
  color: #fff;
}
.events-section .evntRbox .eventImg .eventImg_overlay .eventImg_overlay_text .text-left {
  float: right;
  display: block;
}
.events-section .evntRbox .eventImg .eventImg_overlay .eventImg_overlay_text .text-left:hover {
  color: var(--color-white);
}
.events-section .evntRbox .eventImg .eventImg_overlay .rgsBtn {
  background-color: var(--color-darkorange);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: var(--color-white);
  font-size: 15px;
  transition: all 0.3s linear;
}
.events-section .evntRbox .eventImg .eventImg_overlay .red-bt-btn {
  display: flex;
  justify-content: flex-end;
}
.events-section .evntLbox {
  width: 100%;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.events-section .evntLbox .eventImg {
  position: relative;
  width: 100% !important;
  height: auto;
  margin: 0.5rem 0;
}
.events-section .evntLbox .eventImg:nth-child(1) {
  margin-bottom: 1rem;
}
.events-section .evntLbox .eventImg img {
  width: 100%;
  height: auto;
}
.events-section .evntLbox .eventImg .eventImg_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0901960784), #000000);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}
.events-section .evntLbox .eventImg .eventImg_overlay .eventImg_overlay_text h4 {
  color: var(--color-white);
  margin-bottom: 0;
  transition: all 0.3s linear;
  font-size: 1.05em;
}
.events-section .evntLbox .eventImg .eventImg_overlay .eventImg_overlay_text h4:hover {
  color: var(--color-hover);
}
.events-section .evntLbox .eventImg .eventImg_overlay .eventImg_overlay_text p {
  color: var(--color-light);
}
.events-section .evntLbox .eventImg .eventImg_overlay .eventImg_overlay_text a {
  color: #f9f1fe;
}
.events-section .evntLbox .eventImg .eventImg_overlay .eventImg_overlay_text .date {
  color: var(--color-light);
  font-size: 15px;
}
.events-section .evntLbox .slick-track {
  margin-left: 0 !important;
  width: 100% !important;
  margin-top: 1rem;
}
.events-section .evntLbox .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 4%;
  left: 45%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--color-darkorange);
  width: 40px;
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
  z-index: 1;
  transform: rotate(-1deg);
}
.events-section .evntLbox .slick-prev::before {
  content: "\f106";
  font-family: "fontawesome";
  margin-left: 0px;
}
.events-section .evntLbox .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  top: 95%;
  left: 45%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--color-darkorange);
  width: 40px;
  height: 20px;
  border-radius: 5px;
  transform: rotate(180deg);
}
.events-section .evntLbox .slick-next::before {
  content: "\f106";
  font-family: "fontawesome";
}
.events-section h2 {
  color: var(--color-white);
  margin-bottom: 0.5em;
  position: relative;
  font-size: 27px;
  margin-left: 6px;
  padding-left: 5px;
}
.events-section h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--color-white);
  left: -8px;
}
.events-section h3 {
  color: var(--color-white);
  font-size: 1.05em;
}
.events-section h4 {
  color: var(--color-white);
}
.events-section .levent {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.events-section .levent a {
  /*  border: 1px solid var(--color-white); */
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  color: var(--color-white);
  font-size: 15px;
  transition: all 0.3s linear;
}
.events-section .levent a:hover {
  background-color: var(--color-hover);
}
.events-section .levent h2 {
  color: var(--color-white);
  margin-bottom: 0.5em;
  position: relative;
  font-size: 27px;
  margin-left: 14px;
  padding-left: 9px;
}
.events-section .levent h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--color-white);
  left: -2px;
}

.space {
  padding: 2em 0;
}

.pepples {
  /*   background-image: linear-gradient(-45deg, #375067, #4e3d0a, #094399, #601931); */
  background: var(--theme-color);
  padding: 2em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0em 0;
  color: var(--color-white);
}
.pepples .teamBox {
  border-radius: 5px;
  box-shadow: 0px 0px 48px -35px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.pepples .teamBox .teamImg img {
  border-radius: 5px;
}
.pepples .teamBox .teamInfo {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s;
  padding: 2rem 0;
}
.pepples .teamBox .teamInfo::before {
  width: 100%;
  height: 91px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
  bottom: -92px;
  background-color: #ff5e00;
  content: "";
}
.pepples .teamBox .teamInfo:hover:before {
  bottom: 0;
}
.pepples .teamBox .teamInfo .team_text {
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: -20px;
  overflow: hidden;
  transition: all 0.5s;
}
.pepples .teamBox .teamInfo .team_text h4 {
  margin-bottom: 0;
}
.pepples .teamBox .teamInfo .team_text h4 a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 17px;
}
.pepples .teamBox .teamInfo .team_text span a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
}
.pepples .teamBox .teamInfo .team_text .prflBtn {
  transition: all 0.5s;
}
.pepples .teamBox .teamInfo .team_text .prflBtn .btn {
  border: 1px solid var(--color-white);
  margin-top: 1rem;
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
}
.pepples .teamBox .teamInfo .team_text .prflBtn .btn:hover {
  background-color: var(--color-darkorange);
}
.pepples .teamBox .teamInfo:hover .team_text {
  bottom: 30px;
}
.pepples .teamBox:hover .teamInfo {
  bottom: 0;
}
.pepples button.owl-prev {
  position: absolute;
  left: -52px;
  top: 35%;
  font-size: 38px;
  width: 40px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--color-white) !important;
  padding: 0;
  margin: 0;
}
.pepples button.owl-prev:hover {
  background-color: transparent !important;
}
.pepples button.owl-prev:hover span {
  background-color: var(--color-darkorange);
}
.pepples button.owl-prev span {
  font-size: 30px;
  padding-bottom: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 3px;
  background-color: var(--color-darkorange);
}
.pepples button.owl-next {
  position: absolute;
  right: -60px;
  top: 35%;
  font-size: 38px;
  width: 40px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--color-white) !important;
  padding: 0;
  margin: 0;
}
.pepples button.owl-next:hover {
  background-color: transparent !important;
}
.pepples button.owl-next:hover span {
  background-color: var(--color-darkorange) !important;
}
.pepples button.owl-next span {
  font-size: 30px;
  padding-bottom: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 3px;
  background-color: var(--color-darkorange);
}
.pepples button.owl-next span:hover {
  background-color: transparent;
}
.pepples button.owl-next span:hover span {
  color: var(--color-darkorange);
}
.pepples .owl-theme .owl-nav {
  margin: 0;
}
.pepples .left-title h2 {
  color: var(--color-white);
  position: relative;
  font-size: 27px;
  margin-left: 6px;
  padding-left: 5px;
  margin-bottom: 0;
}
.pepples .left-title h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--color-white);
  left: -5px;
}

.part-sec .partners-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.part-sec .partners-container .partners-box {
  box-shadow: 0px 1px 26px -15px #000;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.media-blog-page .media-box {
  background-color: rgba(39, 45, 79, 0.0509803922);
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 20px -2px rgba(0, 0, 0, 0.4392156863);
  border-radius: 7px;
}
.media-blog-page .media-box:before {
  content: "";
  width: 85px;
  height: 85px;
  background-color: var(--theme-color);
  right: -45px;
  bottom: -45px;
  position: absolute;
  border-radius: 70px;
  transition: 1s;
}
.media-blog-page .media-box:hover {
  color: #fff;
}
.media-blog-page .media-box:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.media-blog-page .media-box:hover:before {
  transform: scale(17);
}
.media-blog-page .media-box:hover .med-con h4 {
  color: #fff;
  transition: all 0.6s;
}
.media-blog-page .media-box:hover .med-con .date-wrapper {
  color: #fff;
}
.media-blog-page .media-box:hover .cate {
  color: #fff;
}
.media-blog-page .media-box .img-wrapper {
  width: 100%;
  position: relative;
  max-height: 190px;
  overflow: hidden;
}
.media-blog-page .media-box .img-wrapper img {
  width: 100%;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media-blog-page .media-box .med-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 160px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  /* background: #eddbf961; */
}
.media-blog-page .media-box .med-con h4 {
  color: var(--color-Black);
  letter-spacing: 0px;
  font-size: 1.05em;
  padding: 0.5rem;
  transition: all 0.6s;
  padding-top: 1rem;
}
.media-blog-page .media-box .date-wrapper {
  font-size: 14px;
  color: #333;
  padding: 0.3rem 0.5rem;
  width: 100%;
  border-radius: 5px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  background-color: var(--color-darkorange);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  right: 5px;
}
.media-blog-page .media-box .date-wrapper:hover {
  color: #fff;
}
.media-blog-page .media-box .cate {
  font-size: 14px;
  color: #333;
  padding: 0.5rem;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 500;
  transition: all 0.6s;
}
.media-blog-page .media-box .cate a:hover {
  color: var(--color-darkorange);
}
.media-blog-page .media-box:hover {
  /* box-shadow: 0px 0px 58px -30px; */
}

.career-main-detail h4,
.career-main-detail h2,
.career-main-detail h1,
.career-main-detail h3,
.career-main-detail h5,
.career-main-detail h6 {
  color: var(--color-darkorange);
}

.careers-page {
  background-color: antiquewhite;
}
.careers-page .opening-box {
  transition: all 0.3s;
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 2px 5px 27px -12px rgba(4, 0, 255, 0.35);
  overflow: hidden;
}
.careers-page .opening-box h5 {
  padding-top: 5px;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  transition: all 0.8s;
  color: #000;
}
.careers-page .opening-box p {
  color: #808080;
  margin: 0;
  transition: all 0.8s;
}
.careers-page .opening-box .openin-in-box {
  position: relative;
}
.careers-page .opening-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 49px;
  height: 50px;
  background-color: #ff5e00;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
  transition: 0.8s;
}
.careers-page .opening-box .sub-box-1 {
  padding: 17px 0;
}
.careers-page .opening-box .sub-box-1 i {
  color: var(--color-darkorange);
  padding-right: 5px;
  transition: all 0.3s;
}
.careers-page .opening-box .sub-box-1 th {
  padding-right: 10px;
}
.careers-page .opening-box .apply-btn {
  display: flex;
  justify-content: flex-end;
}
.careers-page .opening-box .apply-btn a {
  width: auto;
  list-style: none;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 700;
  border: solid 1px transparent;
  padding: 5px 9px;
}
.careers-page .opening-box .apply-btn a:hover {
  color: var(--color-darkorange);
}
.careers-page .opening-box:hover {
  box-shadow: 0px 11px 22px -18px;
  transform: scale(1.05);
  color: white;
}
.careers-page .opening-box:hover:before {
  background-color: #ff5e00;
  transform: translate(-50%, -50%) scale(16);
}
.careers-page .opening-box:hover i {
  color: #fff;
}
.careers-page .opening-box:hover h5 a {
  color: #fff;
}
.careers-page .opening-box:hover p {
  color: #fff;
}
.careers-page .opening-box:hover .apply-btn a {
  color: #fff;
}
.careers-page .opening-box:hover .apply-btn a:hover {
  border: solid 1px #fff;
}

.formContainer {
  position: fixed;
  display: none;
  left: 50%;
  top: 53%;
  background-image: linear-gradient(45deg, antiquewhite, #fdf7e5);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 25px;
  z-index: 99;
  width: 98%;
  max-width: 503px;
  box-shadow: 4px 3px 18px -9px;
}
.formContainer input[type=submit] {
  border: none;
  margin-top: 0.5em;
  height: auto;
  padding: 0 1em;
  line-height: 40px;
  display: flex;
  align-items: center;
  background-color: var(--color-darkorange);
  color: #fff;
  justify-content: center;
  width: auto;
  cursor: pointer;
  border-radius: 0px;
  text-align: center;
}
.formContainer input[type=submit]:hover {
  color: #fff !important;
}
.formContainer .formclose-icons {
  display: flex;
  justify-content: flex-end;
}
.formContainer .formclose-icons i {
  font-size: 30px;
  color: var(--color-darkorange);
  cursor: pointer;
}

.galt-img-wrappers-inne {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.galt-img-wrappers-inne .gal-icons-box-ci {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.galt-img-wrappers-inne .i-wrps img {
  max-width: 76px;
  filter: grayscale(1);
}

.lib-top-sec.space {
  background-color: #ebebeb;
}

ul.anulareportList li a {
  display: flex;
  justify-content: space-between;
  padding: 11px 14px;
  border: solid 1px #ddd;
  align-items: center;
  margin-bottom: 5px;
  background-color: #fafafd;
  color: #000;
  transition: all 0.3s;
}
ul.anulareportList li a:hover {
  background-color: var(--color-darkorange);
  color: #fff;
}

ul.fundingList li a {
  display: flex;
  justify-content: space-between;
  padding: 11px 14px;
  border: solid 1px #ddd;
  align-items: center;
  margin-bottom: 5px;
  background-color: #fafafd;
  color: #000;
  transition: all 0.3s;
}
ul.fundingList li a:hover {
  background-color: var(--color-darkorange);
  color: #fff;
}

.media {
  /* background-color: var(--background-color); */
  background-color: var(--color-white);
}
.media .media-box {
  background-color: rgba(39, 45, 79, 0.0509803922);
  height: 100%;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 20px -2px rgba(0, 0, 0, 0.4392156863);
  border-radius: 7px;
}
.media .media-box:before {
  content: "";
  width: 85px;
  height: 85px;
  background-color: var(--theme-color);
  right: -45px;
  bottom: -45px;
  position: absolute;
  border-radius: 70px;
  transition: 1s;
}
.media .media-box:hover {
  color: #fff;
}
.media .media-box:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.media .media-box:hover:before {
  transform: scale(17);
}
.media .media-box:hover .med-con h4 {
  color: #fff;
  transition: all 0.6s;
}
.media .media-box:hover .med-con .date-wrapper {
  color: #fff;
}
.media .media-box:hover .cate {
  color: #fff;
}
.media .media-box:hover .cate a {
  transition: all 0.5s;
}
.media .media-box .img-wrapper {
  width: 100%;
  position: relative;
  max-height: 160px;
  overflow: hidden;
}
.media .media-box .img-wrapper img {
  width: 100%;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media .media-box .med-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 160px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  /* background: #eddbf961; */
}
.media .media-box .med-con h4 {
  color: var(--color-Black);
  letter-spacing: 0px;
  font-size: 1.05em;
  padding: 0.5rem;
  transition: all 0.6s;
  padding-top: 1rem;
  margin-bottom: 0;
}
.media .media-box .date-wrapper {
  font-size: 14px;
  color: #333;
  padding: 0.3rem 0.5rem;
  width: 100%;
  border-radius: 5px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  background-color: var(--theme-color);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  right: 5px;
}
.media .media-box .date-wrapper:hover {
  color: #fff;
}
.media .media-box .cate {
  font-size: 14px;
  color: #333;
  padding: 0.5rem;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 500;
}
.media .media-box .cate a {
  transition: all 0.6s;
}
.media .media-box .cate a:hover {
  color: var(--color-darkorange);
}
.media .media-box:hover {
  /* box-shadow: 0px 0px 58px -30px; */
}
.media .med-cate-wrapper {
  position: absolute;
  bottom: 3px;
  left: 3px;
  margin-bottom: 0;
  color: var(--color-Black);
  padding: 2px 5px;
  display: flex;
  font-size: 0.8em;
}
.media .med-cate-wrapper .media-category {
  margin-right: 5px;
  color: var(--color-Black);
  background-color: var(--color-darkorange);
  padding: 2px 5px;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.media .med-cate-wrapper .media-category a {
  color: var(--color-white);
}
.media .med-cate-wrapper .media-category a:hover {
  color: var(--color-white);
}
.media .viewall-btn a:hover {
  color: var(--theme-color);
}
.media .title-row-wrapper {
  padding-bottom: 0em;
}
.media .timeline-Body {
  position: relative;
  border-top: 1px solid rgba(15, 70, 100, 0.12);
  border-bottom: 1px solid rgba(15, 70, 100, 0.12);
  height: 333px !important;
  overflow: hidden;
  margin-top: 2rem;
}
.media .twitter-widget {
  height: 404px;
  overflow: hidden;
  border: 1px solid #eee;
}

.wp-pagenavi {
  display: flex;
  width: 100%;
  margin-top: 25px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background-color: var(--color-darkorange);
  color: #fff;
  border: transparent;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 8px 8px !important;
  margin: 2px;
  line-height: 1;
  white-space: nowrap;
  margin-right: 10px !important;
}

.wp-pagenavi .pages {
  background-color: var(--theme-color);
  color: #fff;
  border: transparent;
  margin-right: 8px;
  padding: 8px 12px !important;
}

.career-main-detail {
  background-color: antiquewhite;
}
.career-main-detail .postDetail_wraper-detail {
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.career-main-detail .postDetail_wraper-detail .apply-btn a {
  background-color: var(--color-darkorange);
  padding: 9px 11px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  align-items: center;
  margin-top: 23px;
}
.career-main-detail .postDetail_wraper-detail .apply-btn a i {
  margin-left: 5px;
}
.career-main-detail ul {
  padding-left: 25px;
}
.career-main-detail ul li {
  list-style: disc;
}
.career-main-detail th span {
  margin-right: 10px;
}
.career-main-detail .sub-box-1-details {
  padding: 20px 24px;
  background-color: var(--theme-color);
  color: #fff;
}
.career-main-detail .sub-box-1-details i {
  color: var(--color-darkorange);
}

#breadcrumbBG {
  width: 100%;
  height: auto;
  background-image: linear-gradient(45deg, rgba(39, 45, 79, 0.8901960784), rgba(39, 45, 79, 0.8901960784)), url(./img/breadBg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 75px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 1.5rem 0;
}
#breadcrumbBG .brdlists {
  color: #fff;
}
#breadcrumbBG .brdlists h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
}
#breadcrumbBG .brdlists ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
#breadcrumbBG .brdlists ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#breadcrumbBG .brdlists ul li a {
  color: var(--color-white);
}
#breadcrumbBG .brdlists ul li .fa {
  padding-left: 0.5rem;
}
#breadcrumbBG .brdlists ul li:first-child a {
  color: var(--color-darkorange);
}
#breadcrumbBG .brdlists ul .fa {
  color: #fff;
  margin-right: 10px;
}

.innerpage .content h2 {
  font-weight: 600;
}
.innerpage .content .profileBox .tab {
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--color-darkorange);
  width: -moz-max-content;
  width: max-content;
}
.innerpage .content .profileBox .tab button {
  border: none;
  background: #f3f3f3;
  margin-right: 0rem;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.innerpage .content .profileBox .tab .active {
  background-color: var(--theme-color);
  color: #fff;
  padding: 0.2rem 1rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.innerpage .content .profileBox .tab .active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.innerpage .content .profileBox .tabcontainer .tabcontent {
  display: none;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members {
  border: 1px solid #f3f3f3;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnImg {
  border-radius: 4px;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnImg img {
  width: 100%;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnImg h4 {
  color: var(--color-darkorange);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.05em;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnText {
  padding: 1rem;
  text-align: center;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnText p a {
  color: #000;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnText p a:hover {
  color: var(--theme-color);
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnText .email {
  color: var(--color-darkorange);
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members .chrmnText em {
  font-size: 14px;
  font-weight: 500;
  font-style: initial;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members:hover .chrmnText h4 {
  color: var(--theme-color);
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmnMembers_box .chrmn_members:hover .chrmnText em {
  color: var(--theme-color);
  font-style: initial;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-right: 1rem;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg {
  width: 100%;
  margin-right: 1rem;
  border-radius: 4px;
  background-color: #f3f3f3;
  transition: all 0.3s linear;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg img {
  width: 100%;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg h4 {
  color: #000;
  font-weight: 600;
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin-bottom: 0;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg h4:hover {
  color: var(--theme-color);
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg p {
  padding: 0 0.5rem;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg p a {
  color: #000;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg p a:hover {
  color: var(--theme-color);
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg .eml {
  display: flex;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg .eml b .fa {
  margin-right: 5px;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg em {
  padding: 0rem 0.5rem;
  font-style: initial;
}
.innerpage .content .profileBox .tabcontainer .tabcontent .chrmn .chrmnImg:hover em {
  color: var(--theme-color);
  font-style: initial;
}
.innerpage .content .abtLists {
  padding-left: 0;
  margin-top: 1.5rem;
}
.innerpage .content .abtLists li {
  position: relative;
  margin-left: 0rem;
  padding-left: 0rem;
  line-height: 50px;
  font-weight: 700;
  margin: 0.5rem 0;
  transition: all 0.3s linear;
  background-image: linear-gradient(45deg, rgba(255, 94, 0, 0.1215686275), transparent);
  padding: 0.2rem;
  border-radius: 2px;
}
.innerpage .content .abtLists li img {
  max-width: 8%;
  margin-right: 0.5rem;
  border: 2px solid var(--color-darkorange);
  border-radius: 50%;
  padding: 0.3rem;
}
.innerpage .content .abtLists li:hover {
  color: var(--color-darkorange);
}
.innerpage .content .abtLists li:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(0, 102, 102, 0.1490196078), transparent);
}
.innerpage .content .abtLists li:nth-child(2) {
  /*      background-color: #843c0c; */
  background-image: linear-gradient(90deg, rgba(132, 60, 12, 0.1803921569), transparent);
}
.innerpage .content .abtLists li:nth-child(3) {
  /*   background-color: #7c5e00; */
  background-image: linear-gradient(90deg, rgba(124, 94, 0, 0.2784313725), transparent);
}
.innerpage .content .abtLists li:nth-child(4) {
  /*       background-color: #7030a0; */
  background-image: linear-gradient(90deg, rgba(112, 48, 160, 0.2117647059), transparent);
}
.innerpage .content .abtLists li:nth-child(5) {
  /*  background-color: #385723; */
  background-image: linear-gradient(90deg, rgba(56, 87, 35, 0.2196078431), transparent);
}
.innerpage .content h6 {
  font-weight: 600;
  color: #000;
}
.innerpage .content .chrmn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: rgba(39, 45, 79, 0.0509803922);
  padding-right: 1rem;
}
.innerpage .content .chrmn .chrmnImg {
  width: 100%;
  margin-right: 1rem;
  border-radius: 4px;
  background-color: #f3f3f3;
  transition: all 0.3s linear;
}
.innerpage .content .chrmn .chrmnImg img {
  width: 100%;
  border: 1px solid #f7f7f7;
}
.innerpage .content .chrmn .chrmnImg h4 {
  color: var(--color-darkorange);
  font-weight: 600;
  padding: 0.5rem;
  margin-bottom: 0;
}
.innerpage .content .chrmn .chrmnImg p {
  padding: 0.5rem;
}
.innerpage .content .chrmn .chrmnImg p a {
  color: #000;
}
.innerpage .content .chrmn .chrmnImg p a:hover {
  color: var(--theme-color);
}
.innerpage .content .chrmn .chrmnImg em {
  padding: 0rem 0.5rem;
  font-style: initial;
  font-size: 14px;
}
.innerpage .content .chrmn .chrmnImg:hover em {
  color: var(--theme-color);
  font-style: initial;
  font-size: 14px;
}
.innerpage .content .chrmn .chrmnText {
  padding: 1rem 0;
}
.innerpage .content .chrmn .chrmnText .vwprflBtn {
  margin-top: 1rem;
}
.innerpage .content .chrmn .chrmnText .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.innerpage .content .chrmn .chrmnText .vwprflBtn a:hover {
  color: var(--theme-color);
}
.innerpage .content .chrmn .chrmnText p {
  margin-bottom: 0;
}
.innerpage .content .chrmn .chrmnText p a {
  color: #000;
}
.innerpage .content .chrmn .chrmnText p a:hover {
  color: var(--theme-color);
}
.innerpage .content .chrmn .chrmnText .email {
  color: var(--color-darkorange);
}
.innerpage .content .chrmn .chrmnText .email a {
  color: var(--color-darkorange);
}
.innerpage .content .chrmn .chrmnText em {
  font-size: 14px;
  font-style: initial;
}
.innerpage .content .chrmnMembers_box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.innerpage .content .chrmnMembers_box .chrmn_members {
  border: 1px solid #f3f3f3;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.innerpage .content .chrmnMembers_box .chrmn_members .chrmnImg {
  border-radius: 4px;
}
.innerpage .content .chrmnMembers_box .chrmn_members .chrmnText {
  padding: 1rem;
  text-align: center;
}
.innerpage .content .chrmnMembers_box .chrmn_members .chrmnText h5 {
  color: var(--theme-color);
  margin-bottom: 0;
}
.innerpage .content .chrmnMembers_box .chrmn_members .chrmnText p a {
  color: #000;
}
.innerpage .content .chrmnMembers_box .chrmn_members .chrmnText p a:hover {
  color: var(--theme-color);
}
.innerpage .content .chrmnMembers_box .chrmn_members .chrmnText em {
  font-size: 14px;
  font-weight: 500;
  font-style: initial;
}
.innerpage .content .chrmnMembers_box .chrmn_members:hover .chrmnText h4 {
  color: var(--theme-color);
}
.innerpage .content .chrmnMembers_box .chrmn_members:hover .chrmnText em {
  color: var(--theme-color);
  font-style: initial;
  font-size: 14px;
}
.innerpage .content h3 {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--color-darkorange);
  width: -moz-max-content;
  width: max-content;
}
.innerpage .content h4 {
  font-weight: 600;
  font-size: 1.05em;
  color: var(--color-darkorange);
  margin-bottom: 0;
  text-transform: capitalize;
}
.innerpage .content h4 a {
  font-weight: 600;
}
.innerpage .content h4 a:hover {
  color: var(--theme-color);
}
.innerpage .profile_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.innerpage .profile_container .profiles {
  text-align: center;
  background-color: rgba(39, 45, 79, 0.0509803922);
  padding: 2rem 1rem;
  border-radius: 4px;
}
.innerpage .profile_container .profiles .prflImg {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.innerpage .profile_container .profiles .prflImg::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: linear-gradient(to right, #272d4f 50%, transparent 10%);
  z-index: -1;
  border-radius: 50%;
}
.innerpage .profile_container .profiles .prflImg img {
  width: 210px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  background-color: #f4f4f6;
}
.innerpage .profile_container .profiles .prfl_content {
  margin-top: 2rem;
}
.innerpage .profile_container .profiles .prfl_content h4 {
  color: var(--color-darkorange);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.05em;
}
.innerpage .profile_container .profiles .prfl_content h4:hover {
  color: var(--theme-color);
}
.innerpage .profile_container .profiles .prfl_content .vwprflBtn {
  margin-top: 1rem;
}
.innerpage .profile_container .profiles .prfl_content .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.innerpage .profile_container .profiles .prfl_content .vwprflBtn a:hover {
  color: var(--theme-color);
}
.innerpage .profile_container .profiles .prfl_content em {
  font-size: 14px;
  font-style: normal;
}
.innerpage .profile_container .profiles:hover h4 {
  color: var(--theme-color);
}
.innerpage .rsrch_container1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: all 0.3s linear;
  margin-bottom: 2rem;
  border: 1px solid #eee;
}
.innerpage .rsrch_container1 .vwprflBtn a {
  color: var(--color-darkorange);
}
.innerpage .rsrch_container1 .rsrchCard1Img {
  width: 25%;
  height: auto;
  padding: 1.5rem 1rem 1rem 1rem;
}
.innerpage .rsrch_container1 .rsrchCard1Img img {
  width: 100%;
}
.innerpage .rsrch_container1 .rsrchCard1Img .rcrchTags p {
  font-size: 14px;
}
.innerpage .rsrch_container1 .rsrchCard1Img .rcrchTags p a {
  color: var(--theme-color);
  font-size: 14px;
}
.innerpage .rsrch_container1 .rsrchCard1Img .rcrchTags p a:hover {
  color: var(--color-darkorange);
}
.innerpage .rsrch_container1 .rsrchCard1 {
  width: 80%;
  padding: 1.6rem 1rem 1rem 1rem;
  margin-right: 0rem;
  position: relative;
  margin-left: 0.1rem;
  transition: all 0.3s linear;
}
.innerpage .rsrch_container1 .rsrchCard1 h4 {
  font-size: 1.05em;
  color: #000;
  font-weight: 600;
}
.innerpage .rsrch_container1 .rsrchCard1 h4 a {
  font-weight: 600;
}
.innerpage .rsrch_container1 .rsrchCard1 h4 a:hover {
  color: var(--theme-color);
}
.innerpage .rsrch_container1 .rsrchCard1 .rcrchTags p a {
  color: var(--theme-color);
}
.innerpage .rsrch_container1 .rsrchCard1 .rcrchTags p a:hover {
  color: var(--color-darkorange);
}
.innerpage .rsrch_container1 .rsrchCard1 .rsrch_autohor {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: block;
  /*  display: flex;
  flex-wrap: wrap;
  align-items: center; */
  color: var(--color-darkorange);
}
.innerpage .rsrch_container1 .rsrchCard1 .rsrch_autohor b {
  color: var(--color-Black);
}
.innerpage .rsrch_container1 .rsrchCard1 .rsrch_autohor ul {
  display: flex;
  align-items: cenetr;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 5px;
}
.innerpage .rsrch_container1 .rsrchCard1 .rsrch_autohor a {
  color: var(--color-darkorange);
  font-weight: 500;
  position: relative;
  /*    margin-left: 0.5rem; */
}
.innerpage .rsrch_container1 .rsrchCard1 .rsrch_autohor a:hover {
  color: var(--theme-color);
}
.innerpage .rsrch_container1:hover {
  box-shadow: 0px 5px 10px -10px;
}
.innerpage .rsrch_container {
  transition: all 0.3s linear;
  margin-bottom: 2rem;
}
.innerpage .rsrch_container .rsrchCard1Img {
  width: 50%;
  height: auto;
  padding: 1.5rem 1rem 1rem 1rem;
}
.innerpage .rsrch_container .rsrchCard1Img img {
  width: 100%;
}
.innerpage .rsrch_container .rsrchCard {
  padding: 1.3rem 1rem 1rem 1rem;
  margin-bottom: 2rem;
  position: relative;
  border: 1px solid #eee;
  margin-left: 0.7rem;
  transition: all 0.3s linear;
}
.innerpage .rsrch_container .rsrchCard:hover {
  box-shadow: 0px 5px 10px -10px;
}
.innerpage .rsrch_container .rsrchCard h4 {
  font-size: 1.05em;
  color: #000;
  font-weight: 600;
}
.innerpage .rsrch_container .rsrchCard h4 a {
  font-weight: 600;
}
.innerpage .rsrch_container .rsrchCard h4 a:hover {
  color: var(--theme-color);
}
.innerpage .rsrch_container .rsrchCard .rsrch_date {
  position: absolute;
  font-size: 14px;
  top: -12px;
  background-color: var(--theme-color);
  color: #fff;
  left: -10px;
  padding: 0 1rem;
  border-radius: 0px 4px 4px 0px;
}
.innerpage .rsrch_container .rsrchCard .rsrch_date::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid var(--theme-color);
  border-left: 10px solid transparent;
}
.innerpage .rsrch_container .rsrchCard .rsrch_autohor {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-darkorange);
}
.innerpage .rsrch_container .rsrchCard .rsrch_autohor b {
  color: var(--color-Black);
}
.innerpage .rsrch_container .rsrchCard .rsrch_autohor a {
  color: var(--color-darkorange);
  font-weight: 500;
  margin-right: 0.5rem;
  position: relative;
}
.innerpage .rsrch_container .rsrchCard .rsrch_autohor a:hover {
  color: var(--theme-color);
  text-decoration: underline !important;
}
.innerpage .rsrch_container .rsrchCard .rsrch_autohor a:nth-child(2)::before {
  content: "|";
  position: absolute;
  top: -2px;
  right: -10px;
}
.innerpage .rsrch_container .rsrchCard .rsrch_autohor b {
  color: #000;
}
.innerpage .innerpage .rsrch_container1 .rsrchCard1 .rsrch_autohor ul li {
  margin-right: 5px;
}
.innerpage .publication_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #eee;
  transition: all 0.3s linear;
  margin-bottom: 2rem;
}
.innerpage .publication_container .publImg {
  width: 20%;
  height: auto;
  padding: 1.5rem 1rem 1rem 1rem;
}
.innerpage .publication_container .publCard {
  width: 80%;
  padding: 1.5rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.innerpage .publication_container .publCard h4 a {
  font-size: 1.05em;
  color: #000;
  font-weight: 600;
}
.innerpage .publication_container .publCard h4 a:hover {
  color: var(--theme-color);
}
.innerpage .publication_container .publCard .rsrch_date {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  left: -10px;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.innerpage .publication_container .publCard .rsrch_date b .fa {
  margin-right: 5px;
}
.innerpage .publication_container .publCard .rsrch_autohor {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: var(--color-darkorange);
}
.innerpage .publication_container .publCard .rsrch_autohor b {
  color: var(--color-Black);
}
.innerpage .publication_container .publCard .rsrch_autohor a {
  color: var(--color-darkorange);
}
.innerpage .publication_container .publCard .rsrch_autohor a:hover {
  color: var(--theme-color);
}
.innerpage .publication_container .publCard .pubcardCategory p {
  margin-bottom: 10px;
  text-align: left;
}
.innerpage .publication_container .publCard .pubcardCategory p a {
  padding-right: 0px;
  padding-left: 0;
  font-size: 14px;
  color: var(--theme-color);
}
.innerpage .publication_container .publCard .pubcardCategory p a:hover {
  color: var(--color-darkorange);
}
.innerpage .publication_container .publCard .pubcardCategory p a:last-child {
  border-right: 0;
}
.innerpage .publication_container:hover {
  box-shadow: 0px 5px 10px -10px;
}
.innerpage .publication_cat {
  margin-left: 2rem;
}
.innerpage .publication_cat .cat_wraper {
  border: 1px solid #eee;
  padding: 0 1rem;
}
.innerpage .publication_cat .cat_wraper h3 {
  font-weight: 700;
  color: #000;
  border: none;
  width: 100%;
  text-transform: capitalize;
  font-size: 1.05em;
  position: relative;
  border-bottom: 1px solid;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  /*      &::before {
      content: "";
      position: absolute;
      top: 0;
      width: 5px;
      height: 100%;
      background-color: var(--theme-color);
      left: -5px;
  } */
}
.innerpage .publication_cat .cat_wraper ul li {
  line-height: 34px;
  position: relative;
  padding-left: 1rem;
  border-bottom: 1px dotted #eee;
  background: rgba(244, 244, 246, 0.5215686275);
  margin: 0.5rem 0;
  padding: 0 1.5rem;
  transition: all 0.3s linear;
}
.innerpage .publication_cat .cat_wraper ul li:last-child {
  border: none;
}
.innerpage .publication_cat .cat_wraper ul li::before {
  content: "\f101";
  font-family: "fontawesome";
  position: absolute;
  color: var(--color-darkorange);
  top: 0px;
  left: 6px;
}
.innerpage .publication_cat .cat_wraper ul li a {
  display: block;
}
.innerpage .publication_cat .cat_wraper ul li a:hover {
  color: var(--color-darkorange);
}
.innerpage .publication_cat .cat_wraper ul li:hover {
  background-color: var(--color-darkorange);
}
.innerpage .publication_cat .cat_wraper ul li:hover a {
  color: #fff;
}
.innerpage .publication_cat .cat_wraper ul li:hover::before {
  color: #fff;
}
.innerpage .publication_cat .cat_wraper ul li.active {
  background-color: var(--color-darkorange) !important;
}
.innerpage .publication_cat .cat_wraper ul li.active:before {
  color: #fff !important;
}
.innerpage .publication_cat .cat_wraper ul li.active a {
  color: #fff;
}
.innerpage .director_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: rgba(39, 45, 79, 0.0509803922);
  padding-right: 1rem;
}
.innerpage .director_box .directorIMg {
  padding: 1rem 0;
  width: 40%;
  margin-right: 1rem;
  border-radius: 4px;
  background-color: #f3f3f3;
  transition: all 0.3s linear;
}
.innerpage .director_box .director_content {
  padding: 1rem 0;
}
.innerpage .director_box .director_content h4 {
  font-weight: 600;
  font-size: 1.05em;
  color: var(--color-darkorange);
  margin-bottom: 0;
  text-transform: capitalize;
}
.innerpage .director_box .director_content em {
  font-size: 14px;
  font-style: initial;
}
.innerpage .director_box .director_content .email {
  color: var(--color-darkorange);
}
.innerpage .director_box .director_content .vwprflBtn {
  margin-top: 1rem;
}
.innerpage .director_box .director_content .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.innerpage .director_box .director_content .vwprflBtn a:hover {
  color: var(--theme-color);
}
.innerpage .icrierTeam_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.innerpage .icrierTeam_container .profiles {
  position: relative;
  padding: 0;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  box-shadow: 0 0px 19px -14px #000;
  cursor: pointer;
  /*      &:nth-child(5):before {
      display: block;
  }
  &:nth-child(6):before {
      display: block;
  }
  &:nth-child(7):before {
      display: block;
  }
  &:nth-child(8):before {
      display: block;
  }
  &:nth-child(5):after {
      display: none;
  }
  &:nth-child(6):after {
      display: none;
  }
  &:nth-child(7):after {
      display: none;
  }
  &:nth-child(8):after {
      display: none;
  } */
}
.innerpage .icrierTeam_container .profiles .prflImg {
  width: 100%;
}
.innerpage .icrierTeam_container .profiles .prflImg img {
  border-radius: 0px;
  border: 0;
  width: 100%;
  height: auto;
}
.innerpage .icrierTeam_container .profiles .prflImg::after {
  display: none;
}
.innerpage .icrierTeam_container .profiles .prfl_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1rem;
  text-align: start;
  margin: 0%;
}
.innerpage .icrierTeam_container .profiles .prfl_content a em {
  font-size: 14px;
  font-style: normal;
}
.innerpage .icrierTeam_container .profiles .prfl_content .vwprflBtn {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.innerpage .icrierTeam_container .profiles .prfl_content .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  padding: 0;
  border: 0ch;
  transition: all 0.3s linear;
}
.innerpage .icrierTeam_container .profiles .prfl_content .vwprflBtn a i {
  padding-left: 0.3rem;
  transition: all 0.3s;
}
.innerpage .icrierTeam_container .profiles .prfl_content .vwprflBtn a:hover i {
  padding-left: 0.5rem;
}
.innerpage .icrierTeam_container .profiles:before {
  content: "";
  position: absolute;
  right: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  pointer-events: none;
  width: 50px;
  border-bottom: solid 3px var(--color-darkorange);
  height: 100%;
}
.innerpage .icrierTeam_container .profiles:after {
  content: "";
  position: absolute;
  right: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  border-right: solid 3px var(--color-darkorange);
  height: 50px;
}
.innerpage .icrierTeam_container .profiles:hover:after {
  width: 100%;
  height: 100%;
}
.innerpage .icrierTeam_container .profiles:hover:before {
  width: 100%;
  height: 100%;
}
.innerpage .news_container .news_Box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.innerpage .news_container .news_Box .accItems {
  width: 100%;
  transition: all 0.3s linear;
}
.innerpage .news_container .news_Box .accItems button.accordion {
  width: 100% !important;
  text-align: left;
  border: none;
  background-color: rgba(39, 45, 79, 0.0509803922);
  color: #000;
  padding: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  transition: all 0.3s linear;
}
.innerpage .news_container .news_Box .accItems button.accordion::after {
  content: "\f067";
  font-family: "fontawesome";
  float: right;
  color: var(--color-darkorange);
}
.innerpage .news_container .news_Box .accItems button.accordion .fa {
  margin-right: 0.3rem;
}
.innerpage .news_container .news_Box .accItems .panel {
  padding: 0 15px 0 5px;
  max-height: 0;
  background-color: white;
  overflow: hidden;
  transition: all 0.3s linear;
}
.innerpage .news_container .news_Box .accItems .panel .news_content {
  margin: 1rem 0;
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
}
.innerpage .news_container .news_Box .accItems .panel .news_content h4 a {
  font-size: 1.05em;
  color: #000;
  font-weight: 600;
}
.innerpage .news_container .news_Box .accItems .panel .news_content h4 a:hover {
  color: var(--theme-color);
}
.innerpage .news_container .news_Box .accItems .panel .news_content .rsrch_date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-darkorange);
  left: -10px;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.innerpage .news_container .news_Box .accItems .panel .news_content .rsrch_date b .fa {
  margin-right: 5px;
}
.innerpage .news_container .panel.show {
  max-height: 350px !important;
}
.innerpage .news_container button.accordion.show::after {
  content: "\f068" !important;
  color: #fff !important;
}
.innerpage .news_container button.accordion.show {
  background-color: var(--color-darkorange) !important;
  color: #fff !important;
}
.innerpage .rcntActivity {
  margin-left: 2rem;
}
.innerpage .rcntActivity h3 {
  font-size: 1.05em;
  margin-bottom: 1rem;
}
.innerpage .rcntActivity .activity_wraper {
  border: 1px solid #eee;
}
.innerpage .rcntActivity .activity_wraper .activityBox {
  padding: 1rem;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_img {
  position: relative;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_img .activity_catg {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background-color: var(--color-darkorange);
  padding: 2px 5px;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 2px;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_img .activity_catg a {
  font-size: 14px;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_img .activity_catg a:hover {
  color: #fff;
}
.innerpage .rcntActivity .activity_wraper .activityBox .actvty_info {
  font-size: 14px;
  padding: 0.5rem 0;
  color: var(--color-darkorange);
}
.innerpage .rcntActivity .activity_wraper .activityBox .actvty_info a {
  font-size: 1.05em;
  color: var(--color-darkorange);
}
.innerpage .rcntActivity .activity_wraper .activityBox .actvty_info a:hover {
  color: var(--theme-color);
}
.innerpage .rcntActivity .activity_wraper .activityBox .actvty_info p {
  margin-bottom: 0;
  color: #444;
  font-weight: 400;
  font-size: 14px;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_text {
  padding: 0 0rem 0rem 0;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_text a {
  color: var(--color-darkorange);
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_text a:hover {
  color: var(--theme-color);
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_text h4 {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_text h4 a {
  color: #000;
}
.innerpage .rcntActivity .activity_wraper .activityBox .activity_text h4:hover {
  color: var(--theme-color);
}
.innerpage .rcntActivity .activity_wraper .activityBox button.slick-next.slick-arrow {
  display: none;
}
.innerpage .rcntActivity .activity_wraper .activityBox button.slick-prev.slick-arrow {
  display: none;
}
.innerpage .title-row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0em 0 2em 0;
  width: 97%;
  margin: auto;
}
.innerpage .title-row-wrapper .viewall-btn a:hover {
  color: var(--color-darkorange);
}
.innerpage .title-row-wrapper .left-title h3 {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  border: none;
  margin-left: 6px;
  padding-left: 5px;
  width: 100%;
  text-transform: capitalize;
  font-size: 1em;
  position: relative;
  background-color: rgba(39, 45, 79, 0.0509803922);
  padding: 0.5rem;
}
.innerpage .title-row-wrapper .left-title h3::before {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--theme-color);
  left: -5px;
}
.innerpage .title-row-wrapper .bg-none h3 {
  background-color: transparent !important;
}
.innerpage .title-row-wrapper .bg-none h3::before {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--theme-color);
  left: -5px;
}
.innerpage .filter {
  background-color: var(--theme-color);
  margin-top: 0px;
  border-radius: 0px;
  width: 100%;
  padding: 2rem;
}
.innerpage .filter form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.innerpage .filter form .input {
  width: 44%;
  position: relative;
  margin-right: 5px;
}
.innerpage .filter form .input .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  border: none;
  background: #fff;
  width: 300px;
  outline: none !important;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.innerpage .filter form .input {
  width: 42%;
  position: relative;
}
.innerpage .filter form .input .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  border: none;
  background: #fff;
  width: 300px;
  outline: none !important;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  position: relative;
}
.innerpage .filter form .srcBtn {
  text-align: center;
}
.innerpage .filter form .srcBtn button {
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  transition: 0.25s;
  position: relative;
  outline: none !important;
  border: none;
  background: var(--color-darkorange);
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
}
.innerpage .research-main .input,
.innerpage .mainCat .input {
  width: 82% !important;
  position: relative;
}
.innerpage .filter form .input:nth-child(1)::before {
  content: "\f0d7";
  font-family: "fontawesome";
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1rem;
  color: #999;
  z-index: 1;
}

.innerpage .publctn form .input .form-select {
  width: 100%;
}

.innerpage .publctn form .input .form-control {
  width: 100%;
}

.innerpage .mainCat form .input .form-select {
  width: 100%;
}

.innerpage .mainCat form .input .form-control {
  width: 100%;
}

.innerpage .re-cate-inner form .input .form-select {
  width: 100%;
}

.innerpage .re-cate-inner form .input .form-control {
  width: 100%;
}

.innerpage .research-main form .input .form-select {
  width: 100%;
}

.innerpage .research-main form .input .form-control {
  width: 100%;
}

.news-page-cards {
  transition: all 0.3s;
  position: relative;
  border: solid 1px #eee;
  background-color: rgba(39, 45, 79, 0.0509803922);
  position: relative;
  min-height: 388px;
}
.news-page-cards * {
  transition: all 0.3s;
}
.news-page-cards:hover .ind-img-wrapper img {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.news-page-cards:hover .see-more-btn a {
  border-color: #fff;
}
.news-page-cards:hover .see-more-btn a i {
  color: inherit;
}
.news-page-cards .ind-img-wrapper {
  overflow: hidden;
}
.news-page-cards .ind-img-wrapper img {
  width: 100%;
  max-height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news-page-cards .ind-img-wrapper .rsrch_date {
  position: absolute;
  font-size: 14px;
  top: 0px;
  background-color: var(--color-darkorange);
  color: #fff;
  left: -10px;
  padding: 0.2rem 1rem;
  border-radius: 0;
}
.news-page-cards .ind-img-wrapper .rsrch_date::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid var(--theme-color);
  border-left: 10px solid transparent;
}
.news-page-cards .news-page-card-cotent {
  transition: all 0.3s ease-in-out;
  color: #454545;
  padding: 20px 12px;
  max-width: 100%;
  min-height: 190px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-page-cards .news-page-card-cotent h3 {
  font-size: 1.05em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #000;
}
.news-page-cards .news-page-card-cotent h5 {
  font-size: 14px;
  margin-bottom: 1rem;
}
.news-page-cards .news-page-card-cotent h5:hover {
  color: var(--color-darkorange);
}
.news-page-cards .news-page-card-cotent p {
  line-height: 1.6;
  margin: 20px 0;
}
.news-page-cards .see-more-btn {
  font-weight: 700;
  text-transform: uppercase;
  color: #454545;
  margin-top: 1rem;
}
.news-page-cards .see-more-btn a {
  transition: 0.3s;
  text-transform: capitalize;
  background-color: var(--theme-color);
  color: var(--color-white);
  padding: 10px 25px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.news-page-cards .see-more-btn a i {
  color: var(--color-darkorange);
  padding-left: 6px;
  font-size: 13px;
}
.news-page-cards .see-more-btn a:hover {
  margin-left: 5px;
}

.upcoming_events {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}
.upcoming_events::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(39, 45, 79, 0), #272d4f);
  z-index: 1;
}
.upcoming_events .eventsThumb {
  overflow: hidden;
}
.upcoming_events .eventsThumb img {
  position: relative;
  transition: all 0.3s linear;
}
.upcoming_events .eventsThumb::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.upcoming_events .news-page-card-cotent {
  position: absolute;
  bottom: 0;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(180deg, rgba(39, 45, 79, 0), #272d4f);
  z-index: 2;
}
.upcoming_events .news-page-card-cotent a h3 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.3rem;
}
.upcoming_events .news-page-card-cotent a h5 {
  color: var(--color-white);
  font-size: 1.05em;
  transition: all 0.3s linear;
}
.upcoming_events .news-page-card-cotent a h5:hover {
  color: var(--color-darkorange);
}
.upcoming_events .news-page-card-cotent .see-more-btn {
  font-weight: 700;
  text-transform: uppercase;
  color: #454545;
  margin-top: 1rem;
}
.upcoming_events .news-page-card-cotent .see-more-btn a {
  transition: 0.3s;
  border: solid 1px var(--color-white);
  background-color: var(--theme-color);
  color: var(--color-white);
  padding: 6px 18px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  text-transform: capitalize;
  /*  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%); */
}
.upcoming_events .news-page-card-cotent .see-more-btn a:hover {
  background-color: var(--color-darkorange);
}
.upcoming_events:hover .eventsThumb img {
  transform: scale(1.1);
}
.upcoming_events:hover .eventsThumb::after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.upcoming_e {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}
.upcoming_e .eventsThumb {
  overflow: hidden;
  position: relative;
}
.upcoming_e .eventsThumb img {
  position: relative;
  transition: all 0.3s linear;
}
.upcoming_e .eventsThumb::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  pointer-events: none;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.upcoming_e .news-page-card-cotent {
  padding: 1rem;
  background-color: var(--theme-color);
  width: 100%;
  min-height: 105px;
}
.upcoming_e .news-page-card-cotent h3 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.05em;
  transition: all 0.3s linear;
}
.upcoming_e .news-page-card-cotent h3:hover {
  color: var(--color-darkorange);
}
.upcoming_e .news-page-card-cotent h5 {
  font-size: 14px;
  color: var(--color-light);
}
.upcoming_e .news-page-card-cotent h5:hover {
  color: var(--color-darkorange);
}
.upcoming_e .news-page-card-cotent h5 a:hover {
  color: var(--color-darkorange);
}
.upcoming_e:hover .eventsThumb img {
  transform: scale(1.1);
}
.upcoming_e:hover .eventsThumb::after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.team_detailBox .profiles {
  position: relative;
  padding: 0;
  text-align: center;
  border-radius: 4px;
  /*  box-shadow: 0 0px 19px -14px #000; */
}
.team_detailBox .profiles .prflImg {
  width: 100%;
}
.team_detailBox .profiles .prflImg img {
  border-radius: 0px;
  border: 0;
  width: 100%;
  height: auto;
}
.team_detailBox .profiles .prfl_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: start;
  margin: 0;
  position: relative;
}
.team_detailBox .profiles .prfl_content .prfl_content_title {
  padding: 1rem 1rem;
  width: 100%;
  background-color: var(--background-lightcolor);
  margin: 0.5rem 0;
}
.team_detailBox .profiles .prfl_content .prfl_content_title h3 {
  color: var(--color-darkorange);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0;
}
.team_detailBox .profiles .prfl_content em {
  color: var(--color-light);
}
.team_detailBox .profiles .prfl_content .vwprflBtn {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.team_detailBox .profiles .prfl_content .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  padding: 0;
  border: 0ch;
  transition: all 0.3s linear;
}
.team_detailBox .profiles .prfl_content .vwprflBtn a i {
  padding-left: 0.3rem;
  transition: all 0.3s;
}
.team_detailBox .profiles .prfl_content .vwprflBtn a:hover i {
  padding-left: 0.5rem;
}
.team_detailBox .profiles .prfl_content em {
  font-style: normal;
}
.team_detailBox .profiles .prfl_content p.email a:hover {
  color: var(--color-darkorange);
}
.team_detailBox .profiles .prfl_content a h4 {
  font-size: 1.5rem;
  color: var(--theme-color);
}
.team_detailBox .profiles .prfl_content .areasExperties {
  width: 100%;
  padding: 1rem 1rem;
  background-color: var(--background-lightcolor);
}
.team_detailBox .profiles .prfl_content .areasExperties h4 {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.team_detailBox .profiles .prfl_content .areasExperties p {
  margin-bottom: 0;
  color: #000;
}
.team_detailBox .profiles .prfl_content .areasExperties ul {
  margin-bottom: 0;
}
.team_detailBox .profiles .prfl_content .areasExperties ul li {
  color: #000;
  font-weight: 500;
}
.team_detailBox .profiles .prfl_content .social_connect {
  margin-top: 1rem;
  width: 100%;
  padding-top: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.team_detailBox .profiles .prfl_content .social_connect ul {
  margin-bottom: 0;
  text-align: right;
}
.team_detailBox .profiles .prfl_content .social_connect ul li {
  color: var(--color-light);
}
.team_detailBox .profiles .prfl_content .social_connect ul li a .fa {
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
  color: var(--color-white);
  transition: all 0.3s linear;
}
.team_detailBox .profiles .prfl_content .social_connect ul li a .fa:hover {
  width: 50px;
}
.team_detailBox .profiles .prfl_content .social_connect ul li:nth-child(1) a .fa {
  background-color: #0077b5;
}
.team_detailBox .profiles .prfl_content .social_connect ul li:nth-child(2) a .fa {
  background-color: #00acee;
}
.team_detailBox .profiles .prfl_content .social_connect ul li:nth-child(3) a .fa {
  background-color: #c71610;
}

.teamdetail_wraper {
  position: relative;
}
.teamdetail_wraper h3 {
  color: #fff;
}
.teamdetail_wraper .profiles {
  position: relative;
  padding: 0;
  text-align: center;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--theme-color);
  margin-bottom: 1.5rem;
  /*  box-shadow: 0 0px 19px -14px #000; */
}
.teamdetail_wraper .profiles .prflImg {
  width: 70%;
}
.teamdetail_wraper .profiles .prflImg img {
  border-radius: 0px;
  border: 0;
  width: 100%;
  height: auto;
}
.teamdetail_wraper .profiles .prfl_content_title {
  padding: 1rem 1rem;
  width: 100%;
}
.teamdetail_wraper .profiles .prfl_content_title h3 {
  color: var(--color-white);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: left;
}
.teamdetail_wraper .profiles .prfl_content_title p {
  margin-bottom: 0;
  color: var(--color-white);
  text-align: left;
}
.teamdetail_wraper .profiles .prfl_content_title p a {
  cursor: pointer;
}
.teamdetail_wraper .profiles .prfl_content_title p a:hover {
  color: var(--color-darkorange);
}
.teamdetail_wraper .profiles em {
  color: var(--color-light);
}
.teamdetail_wraper .profiles .vwprflBtn {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.teamdetail_wraper .profiles .vwprflBtn a {
  font-size: 14px;
  color: var(--color-darkorange);
  padding: 0;
  border: 0ch;
  transition: all 0.3s linear;
}
.teamdetail_wraper .profiles .vwprflBtn a i {
  padding-left: 0.3rem;
  transition: all 0.3s;
}
.teamdetail_wraper .profiles .vwprflBtn a:hover i {
  padding-left: 0.5rem;
}
.teamdetail_wraper .profiles em {
  font-style: normal;
}
.teamdetail_wraper .profiles p.email a:hover {
  color: var(--color-darkorange);
}
.teamdetail_wraper .profiles a h4 {
  font-size: 1.5rem;
  color: var(--theme-color);
}
.teamdetail_wraper .profiles .areasExperties {
  width: 100%;
  padding: 1rem 1rem;
}
.teamdetail_wraper .profiles .areasExperties h4 {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.teamdetail_wraper .profiles .areasExperties p {
  margin-bottom: 0;
  color: #000;
}
.teamdetail_wraper .profiles .areasExperties ul {
  margin-bottom: 0;
}
.teamdetail_wraper .profiles .areasExperties ul li {
  color: #000;
  font-weight: 500;
  text-align: left;
  line-height: 30px;
}
.teamdetail_wraper .profiles .areasExperties ul li a {
  color: var(--color-light);
}
.teamdetail_wraper .profiles .areasExperties ul li a .fa {
  margin-right: 0.5rem;
  color: var(--color-white);
}
.teamdetail_wraper .profiles .areasExperties ul li a:hover {
  color: var(--color-darkorange);
}
.teamdetail_wraper .profiles .social_connect {
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.teamdetail_wraper .profiles .social_connect ul {
  margin-bottom: 0;
  text-align: right;
}
.teamdetail_wraper .profiles .social_connect ul li {
  color: var(--color-light);
}
.teamdetail_wraper .profiles .social_connect ul li a .fa {
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
  color: var(--color-white);
  transition: all 0.3s linear;
}
.teamdetail_wraper .profiles .social_connect ul li a .fa:hover {
  width: 50px;
}
.teamdetail_wraper .profiles .social_connect ul li:nth-child(1) a .fa {
  background-color: #0077b5;
}
.teamdetail_wraper .profiles .social_connect ul li:nth-child(2) a .fa {
  background-color: #00acee;
}
.teamdetail_wraper .profiles .social_connect ul li:nth-child(3) a .fa {
  background-color: #c71610;
}

.innerwidget {
  border: 1px solid #eee;
}

.rsrchtab_container .tab .tablinks {
  margin-left: 0;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  background-color: var(--background-lightcolor);
}

.rsrchtab_container .tab .tablinks.active {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.rsrchtab_container .tabcontent .tabcontent_wraper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}

.rsrchtab_container .tabcontent .tabcontent_wraper .publication_container {
  border: 1px solid #eee !important;
}

.rsrchtab_container .tab {
  border-bottom: 2px solid var(--theme-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rsrchtab_container .tab .viewall-btn a:hover {
  color: #000;
}

.view-le-btn-people {
  display: none;
}
.view-le-btn-people.active {
  display: block;
}

.rltHeading h3 {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  position: relative;
}
.rltHeading h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--color-darkorange);
}

.rtl_rsrch {
  border: none !important;
  margin-bottom: 0;
  position: relative;
  /*  background-image: linear-gradient(180deg, #272d4f0d, transparent); */
  padding: 1rem;
}
.rtl_rsrch .publCard {
  padding: 0 !important;
  width: 100% !important;
}
.rtl_rsrch .publCard h4 a {
  color: #000;
  font-weight: 600;
}
.rtl_rsrch .publCard .pubcardCategory p {
  margin-bottom: 0 !important;
}
.rtl_rsrch .publCard .pubcardCategory a {
  font-weight: 600;
}

.team_detailContent .toggle_text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.team_detailContent .toggleBtn {
  border-top: 1px solid red;
  padding-top: 0.5rem;
}
.team_detailContent .toggleBtn #tglBtn {
  border: none;
  background: none;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--color-darkorange);
  position: relative;
  width: 100%;
  text-align: left;
}

.toggle_text.show {
  height: 100%;
  max-height: 650px;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1000;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2,
#modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade 0.5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2,
#modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: #fff;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  width: 50%;
  height: 75%;
  margin: 4rem;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  padding: 1rem;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}
#modal-container .modal-background .modal .modal-svg .prfl_Img h4 {
  margin-top: 0.5rem;
  color: var(--color-darkorange);
}
#modal-container .modal-background .modal .modal-svg .prfl_Img em {
  font-size: 14px;
  font-style: normal;
}
#modal-container .modal-background .modal .modal-svg .prfl_text h4 {
  margin-top: 0.5rem;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.cform h3 {
  font-size: 1.05em;
  margin-bottom: 1rem;
}
.cform .form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1.5px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cform .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cform .form-group {
  margin-bottom: 1rem;
}
.cform button.btn.btn-primary {
  padding: 0.5rem 2rem;
  border-radius: 0;
  background-color: var(--color-darkorange);
  border: none;
  text-transform: uppercase;
  font-weight: 500;
}

.office_location h3 {
  font-size: 1.05em;
  margin-bottom: 1rem;
}
.office_location .f-addres-wrapper .addrs {
  color: #000;
  font-weight: 500;
  display: flex;
}
.office_location .f-addres-wrapper .addrs .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: var(--color-darkorange);
  float: left;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.office_location .f-contact-wrapper {
  display: flex;
  flex-direction: column;
}
.office_location .f-contact-wrapper a {
  color: #000;
  margin: 5px 0;
  font-weight: 500;
  font-size: 15px;
}
.office_location .f-contact-wrapper a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: var(--color-darkorange);
  float: left;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.office_location .f-contact-wrapper a:hover {
  color: var(--theme-color);
}

.gmap h3 {
  font-size: 1.05em;
  margin-bottom: 1rem;
}

.postDetail_wraper {
  border: 1px solid #eee;
  padding: 1rem;
}
.postDetail_wraper .postTag {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.postDetail_wraper .postTag a {
  border: 1px solid var(--color-darkorange);
  color: var(--color-darkorange);
  padding: 0.2rem 1rem;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.postDetail_wraper .postTag a:hover {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.postDetail_wraper .postTag a:nth-child(1) {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--color-white);
}
.postDetail_wraper .post_title h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.postDetail_wraper .postContent {
  position: relative;
}
.postDetail_wraper .postContent img {
  margin-bottom: 1.5rem;
  display: block;
}
.postDetail_wraper .postContent .dateInfoCat {
  position: absolute;
  top: 0;
  background-color: var(--color-darkorange);
}
.postDetail_wraper .postContent .dateInfoCat p {
  margin-bottom: 0;
  color: #fff;
  padding: 0rem 0.5rem;
  font-size: 15px;
}
.postDetail_wraper .postContent p {
  margin-bottom: 0;
  line-height: 32px;
}
.postDetail_wraper .postAuthor {
  margin-bottom: 1.5rem;
}
.postDetail_wraper .postAuthor p {
  margin-bottom: 0;
  color: var(--color-darkorange);
}
.postDetail_wraper .postAuthor p b {
  color: var(--color-Black);
}
.postDetail_wraper .postAuthor a {
  color: #ff5e00;
}
.postDetail_wraper .postAuthor .date {
  margin-top: 0.5rem;
  color: #ff5e00;
}
.postDetail_wraper .postAuthor .rsrch_autohor {
  display: block;
  color: var(--color-darkorange);
}
.postDetail_wraper .postAuthor .rsrch_autohor b {
  color: var(--color-Black);
}
.postDetail_wraper .postAuthor .rsrch_autohor ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: 5px;
}
.postDetail_wraper .postAuthor .rsrch_autohor ul li {
  margin-left: 5px;
  color: var(--color-darkorange);
}
.postDetail_wraper .evtdetail p {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.pstBg {
  background-color: var(--theme-color);
  padding: 2rem 0;
  position: relative;
  margin-top: 3rem;
}
.pstBg .postTag_container {
  padding: 0rem 0;
}
.pstBg .postTag_container h2 {
  color: var(--color-white);
  font-size: 2.1rem;
  text-align: center;
  text-shadow: 2px 2px black;
}
.pstBg .postTag_container p {
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-light);
  text-align: center;
}
.pstBg .postTag_container h4 {
  font-weight: 600;
  margin-top: 0;
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 44px;
}
.pstBg .regTag_container {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pstBg .regTag_container .rgsBtn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pstBg .regTag_container .rgsBtn a {
  padding: 10px 30px;
  background-color: var(--color-white);
  color: #000;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.3s linear;
  font-size: 18px;
  box-shadow: 0px 0px 30px -25px;
}
.pstBg .regTag_container .rgsBtn a:hover {
  background-color: var(--color-darkorange);
  color: var(--color-white);
}
.pstBg .regTag_container .rgsBtn a .fa {
  margin-right: 5px;
}
.pstBg .regTag_container .addclndr {
  margin-right: 2rem;
  padding-top: 0rem;
}
.pstBg .regTag_container .addclndr a {
  padding: 10px 26px;
  color: var(--color-white);
  font-weight: 500;
  border-radius: 0;
  transition: all 0.3s linear;
  font-size: 18px;
  box-shadow: 0px 0px 30px -25px;
}
.pstBg .regTag_container .addclndr a:hover {
  color: var(--color-darkorange);
}
.pstBg .regTag_container .addclndr a .fa {
  margin-right: 5px;
}
.pstBg .regTag_container .social_connect h4 {
  font-weight: 600;
  margin-top: 1rem;
  color: var(--color-white);
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.pstBg .regTag_container .social_connect ul li {
  display: inline-block;
  margin-right: 1rem;
}
.pstBg .regTag_container .social_connect ul li a .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
  color: var(--color-white);
  transition: all 0.3s linear;
  border-radius: 15%;
}
.pstBg .regTag_container .social_connect ul li:nth-child(1) a .fa {
  background-color: #0077b5;
}
.pstBg .regTag_container .social_connect ul li:nth-child(2) a .fa {
  background-color: #00acee;
}
.pstBg .regTag_container .social_connect ul li:nth-child(3) a .fa {
  background-color: #c71610;
}
.pstBg .spkrContainer .spkrBox h4 {
  font-weight: 600;
  margin-top: 1rem;
  color: var(--color-white);
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.pstBg .spkrContainer .spkrBox .spk_content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-light);
}
.pstBg .spkrContainer .spkrBox .spk_content p {
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-light);
  text-align: left;
}
.pstBg .spkrContainer .spkrBox:first-child {
  border-bottom: 1px solid var(--color-light);
  padding-bottom: 1rem;
}
.pstBg .spkrContainer .spkrBox .mdr_content h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-light);
  margin-bottom: 0;
}
.pstBg .spkrContainer .spkrBox .mdr_content p {
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-light);
  text-align: left;
}

.pastevnt {
  width: 100%;
  height: auto;
}
.pastevnt .pastevntThum img {
  width: 100%;
}

.pastdetailContainer {
  position: relative;
}
.pastdetailContainer h2 {
  font-weight: 600;
  font-size: 2rem;
  color: var(--color-darkorange);
}
.pastdetailContainer .venue {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.pastdetailContainer .venue p b {
  color: var(--theme-color);
}
.pastdetailContainer .dateInfoCat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
}
.pastdetailContainer .dateInfoCat .date {
  text-align: center;
  padding: 5px 14px !important;
  margin-bottom: 0;
}
.pastdetailContainer .dateInfoCat .date:nth-child(1) {
  background-color: var(--theme-color);
  color: var(--color-white);
}
.pastdetailContainer .dateInfoCat .date:nth-child(2) {
  background-color: var(--color-light);
  color: #000;
}
.pastdetailContainer .dateInfoCat .date:nth-child(3) {
  background-color: var(--color-darkorange);
  color: var(--color-white);
}

.evtdetail .brdlists {
  background-color: var(--background-lightcolor);
  padding: 10px 0px;
}
.evtdetail .brdlists ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.evtdetail .brdlists ul li {
  display: flex;
  align-items: center;
}
.evtdetail .brdlists ul .fa {
  margin: 0 10px;
}

.postdetailContainer {
  position: relative;
  border: none;
  background-color: rgba(238, 238, 238, 0.3607843137);
}
.postdetailContainer .postContent img {
  margin-bottom: 1rem;
  display: block;
}
.postdetailContainer .postContent .venue {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.postdetailContainer .postContent .venue p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.postdetailContainer .postContent .venue p b {
  color: var(--color-darkorange);
}
.postdetailContainer .social_connect ul {
  margin-bottom: 0;
  text-align: right;
  display: flex;
  align-items: center;
}
.postdetailContainer .social_connect ul li {
  color: var(--color-light);
  margin-right: 10px;
}
.postdetailContainer .social_connect ul li p {
  margin-bottom: 0;
  margin-right: 1rem;
}
.postdetailContainer .social_connect ul li a .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0;
  color: var(--color-white);
  transition: all 0.3s linear;
}
.postdetailContainer .social_connect ul li a .fa:hover {
  font-size: 1.3rem;
}
.postdetailContainer .social_connect ul li:nth-child(2) a .fa {
  background-color: #0077b5;
}
.postdetailContainer .social_connect ul li:nth-child(3) a .fa {
  background-color: #00acee;
}
.postdetailContainer .social_connect ul li:nth-child(4) a .fa {
  background-color: #c71610;
}
.postdetailContainer .dateInfoCat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
}
.postdetailContainer .dateInfoCat .date {
  text-align: center;
  padding: 5px 14px !important;
}
.postdetailContainer .dateInfoCat .date:nth-child(1) {
  background-color: var(--theme-color);
}
.postdetailContainer .dateInfoCat .date:nth-child(2) {
  background-color: var(--color-light);
  color: #000;
}
.postdetailContainer .dateInfoCat .date:nth-child(3) {
  background-color: var(--color-darkorange);
}

.speakerModr_wraper {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid #eee;
  background-color: rgba(238, 238, 238, 0.3607843137);
}
.speakerModr_wraper h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.speakerModr_wraper .post_speakers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.speakerModr_wraper .post_speakers .speakersBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1rem;
}
.speakerModr_wraper .post_speakers .speakersBox .sp-im-we {
  max-width: 35%;
  margin-right: 1rem;
}
.speakerModr_wraper .post_speakers .speakersBox img {
  border-radius: 0px;
  box-shadow: 0px 0px 10px -11px;
}
.speakerModr_wraper .post_speakers .speakersBox:nth-child(1) {
  background-color: #fff;
}
.speakerModr_wraper .post_speakers .speakersBox:nth-child(2) {
  background-color: #fff;
}
.speakerModr_wraper .post_speakers .speakersBox .text {
  padding-top: 1rem;
}
.speakerModr_wraper .post_speakers .speakersBox .text h4 {
  font-size: 1.2rem;
  color: var(--theme-color);
  margin-bottom: 0.5rem;
}
.speakerModr_wraper .post_speakers .speakersBox .text h4 a {
  color: inherit;
}
.speakerModr_wraper .post_speakers .speakersBox .text p {
  margin-bottom: 0;
  text-align: left;
}
.speakerModr_wraper .post_modr {
  margin-top: 2rem;
}
.speakerModr_wraper .post_modr h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--theme-color);
}
.speakerModr_wraper .post_modr .modr_wraper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1rem;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox img {
  border-radius: 0px;
  box-shadow: 0px 0px 10px -11px;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox .sp-im-we {
  max-width: 35%;
  margin-right: 1rem;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox:nth-child(1) {
  background-color: #fff;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox:nth-child(2) {
  background-color: #fff;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox .text {
  padding-top: 1rem;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox .text h4 {
  font-size: 1.2rem;
  color: var(--theme-color);
  margin-bottom: 0.5rem;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox .text h4 a {
  color: inherit;
}
.speakerModr_wraper .post_modr .modr_wraper .modrBox .text p {
  margin-bottom: 0;
  text-align: left;
}

.viewmr {
  background-color: #ff5e00;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 54px;
}

.side_content h3 {
  font-size: 1.05em;
  margin-bottom: 1rem;
  font-weight: 600;
}
.side_content .sideListings {
  border: 1px #ddd solid;
  padding: 20px;
  margin-bottom: 1rem;
}
.side_content .sideListings ul {
  margin-bottom: 0;
}
.side_content .sideListings ul a:hover {
  color: var(--color-darkorange);
}
.side_content .sideListings ul ul li {
  background-color: #ffffff;
  padding: 10px 0px 10px 0px;
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: solid 1px #ddd;
}
.side_content .sideListings ul ul li:last-child {
  border-bottom: 0;
}
.side_content .sideListings ul li.listItems {
  background-color: #ffffff;
  padding: 10px 0px 10px 0px;
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: solid 1px #ddd;
}
.side_content .sideListings ul li.listItems:last-child {
  border-bottom: 0;
}

.blogBox .entryAuthor {
  padding: 1rem 0;
  color: var(--color-darkorange);
  display: flex;
  justify-content: space-between;
}

footer {
  background-color: var(--color-white);
  border-top: 2px solid var(--theme-color);
  padding: 2em 0;
}
footer .multiselect {
  width: 100%;
}
footer .selectBox {
  position: relative;
}
footer .selectBox select {
  width: 100%;
  color: #505050;
  height: 40px;
  margin-top: 10px;
  padding-left: 5px;
}
footer .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
footer #checkboxes {
  display: none;
  padding: 8px 9px;
  border: 1px #dadada solid;
  max-height: 128px;
  overflow-y: scroll;
}
footer #checkboxes label {
  display: block;
  color: #646460;
  margin-bottom: 10px;
}
footer #checkboxes label input {
  margin-right: 9px;
}
footer #checkboxes label:hover {
  background-color: #ddd;
}
footer .flogo {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .flogo .flogoBox a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .flogo .flogoBox a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
footer .flogo .flogoBox a img {
  max-width: 75%;
}
footer .flogo .flogoBox a:hover {
  color: #000;
}
footer .left-f .fadd .addBox {
  margin-bottom: 1rem;
}
footer .left-f .fadd .addBox h5 {
  margin-bottom: 1rem;
  color: #000;
  font-weight: 600;
}
footer .left-f .fadd .addBox .f-addres-wrapper .addrs {
  color: #000;
  font-weight: 500;
  display: flex;
}
footer .left-f .fadd .addBox .f-addres-wrapper .addrs .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: var(--color-darkorange);
  float: left;
  margin-right: 0.5rem;
  border-radius: 4px;
}
footer .left-f .fadd .f-contact-wrapper {
  display: flex;
  flex-direction: column;
}
footer .left-f .fadd .f-contact-wrapper a {
  color: #000;
  margin: 5px 0;
  font-weight: 500;
  font-size: 15px;
}
footer .left-f .fadd .f-contact-wrapper a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: var(--color-darkorange);
  float: left;
  margin-right: 0.5rem;
  border-radius: 4px;
}
footer .socila-list {
  padding: 1em 0;
}
footer .new-letter-wrapper {
  border-radius: 85px 0 0 0;
  color: #000;
}
footer .new-letter-wrapper h5 {
  color: #000;
  font-weight: 600;
}
footer .new-letter-wrapper .input-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
footer .new-letter-wrapper .input-wrapper input {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
  margin-top: 0.5em;
  border-radius: 0px;
  border: 1px solid var(--theme-color);
}
footer .new-letter-wrapper .input-wrapper input:focus-visible {
  border: 1px solid var(--theme-color);
  outline: 0;
}
footer .new-letter-wrapper .input-wrapper textarea {
  width: 100%;
  border: none;
  margin-top: 0.5em;
  height: 40px;
  padding: 5px 10px;
  line-height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--theme-color);
  border-radius: 0px;
}
footer .new-letter-wrapper .input-wrapper input[type=submit] {
  border: none;
  margin-top: 0.5em;
  height: 40px;
  padding: 0 1em;
  line-height: 40px;
  display: flex;
  align-items: center;
  background-color: var(--color-darkorange);
  color: #fff;
  justify-content: center;
  width: auto;
  cursor: pointer;
  border-radius: 0px;
  text-align: center;
}
footer .new-letter-wrapper .input-wrapper select {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 32px;
  padding: 5px 10px;
  -webkit-appearance: none;
  margin-top: 0.5em;
  display: FLEX;
  align-items: center;
  color: rgba(69, 69, 69, 0.7215686275);
  border: 1px solid var(--theme-color);
  border-radius: 0px;
}
footer .addBox h5 {
  margin-bottom: 1rem;
  color: #000;
  font-weight: 600;
}
footer .addBox ul li a {
  color: #000;
  font-weight: 500;
  transition: all 0.3s linear;
}
footer .addBox ul li a:hover {
  color: var(--theme-color);
}

.link_wraper {
  display: flex;
  align-items: flex-start;
}
.link_wraper ul:nth-child(2) {
  padding-left: 20px;
}

.eve-top-img {
  position: relative;
  cursor: pointer;
}

.eve-top-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: var(--color-darkorange);
  pointer-events: none;
  background-color: #fff;
  border-radius: 58px;
  line-height: 0.8;
}

.footer-bottom {
  background-color: var(--theme-color);
  color: #bdbdbd;
  padding: 9px 0;
  font-size: 1em;
}
.footer-bottom a:hover {
  color: var(--color-hover);
}
.footer-bottom .footer-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-bottom .footer-row .right-b {
  margin-right: 2rem;
  color: #fff;
  font-size: 15px;
}
.footer-bottom .footer-row .socila-list ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
}
.footer-bottom .footer-row .socila-list ul li a {
  margin-right: 11px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: var(--theme-color);
}
.footer-bottom .footer-row .socila-list ul li:nth-child(1) a {
  background-color: #4267b2;
}
.footer-bottom .footer-row .socila-list ul li:nth-child(2) a {
  background-color: #00acee;
}
.footer-bottom .footer-row .socila-list ul li:nth-child(3) a {
  background: #FF0000;
}
.footer-bottom .footer-row .socila-list ul li:nth-child(4) a {
  background-color: #0077b5;
}
.footer-bottom .left-b p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

.anual-reports .med-con {
  min-height: auto !important;
  text-align: left;
  padding-bottom: 0 !important;
}

.anual-reports .med-con .cate {
  background-color: var(--color-darkorange);
  width: -moz-max-content;
  width: max-content;
  margin: 5px 10px 10px;
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
}

.anual-reports .med-con .cate a:hover {
  color: var(--color-white) !important;
}

.anual-reports .med-con .cate i {
  margin-right: 5px;
}

.icrlists li {
  list-style: disc;
  margin-left: 1rem;
}

.paginate {
  display: flex;
  align-items: center;
}

.paginate .otherLinks {
  width: 20%;
  margin-top: 25px;
}

.paginate .otherLinks a {
  font-size: 22px;
}

.paginate .otherLinks a:hover {
  color: var(--color-darkorange);
}

.news_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news_links strong {
  margin-right: 15px;
}

.news_links strong a {
  font-weight: 500;
  background-color: #ff5e00;
  font-size: 16px;
  padding: 4px 8px;
  color: #fff;
  transition: all 0.3s linear;
}

.news_links strong a:hover {
  background-color: var(--theme-color);
}

@media (max-width: 768px) {
  .paginate {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .paginate .otherLinks {
    width: auto;
  }
}/*# sourceMappingURL=style6.css.map */