* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-yellow: #fdb915;
  --theme-color: #283891;
  --theme-font: "Montserrat", serif;
  --head-font: "Roboto", sans-serif;
  --theme-orange: orange;
}

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

p {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font);
}

.common-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
  color: var(--theme-color2);
  margin-bottom: 25px;
  position: relative;
}

.common-btn {
  padding: 0.7rem 2rem;
  background: var(--theme-orange);
  color: #fff;
  transition: all 0.3s;
  border: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  position: relative;
  align-items: center;
}
.common-btn:hover {
  background-color: var(--theme-color);
  color: white;
}

.theme-color {
  color: var(--theme-color) !important;
}

.search-btn {
  border-radius: 99px;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  transition: all 0.3s;
  justify-content: center;
  background-color: var(--theme-color);
  color: white;
}
.search-btn:hover {
  background-color: var(--theme-orange);
  color: white;
}

.common-space {
  padding: 60px 0;
}

.nav-mobile ul {
  display: block;
}
.nav-mobile ul li a {
  display: flex;
  align-items: center;
}

header {
  background-color: #ffffff;
  width: 100%;
  z-index: 9;
  transition: all 0.3s;
  position: fixed;
  top: 0;
}
header .header-inner-wrapper {
  display: flex;
  align-items: center;
}
header .navbar-brand img {
  max-width: 250px;
}
header.sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 16px -12px #000;
}
header.sticky .header-top {
  display: none;
}
header.sticky .navbar a.navbar-brand {
  opacity: 1;
}
header.sticky .navbar-brand img {
  max-width: 250px;
}
header .navbar {
  padding: 10px 0px;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  border: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .dropdown-menu li a {
  border-bottom: 1px solid grey;
  padding: 10px;
  transition: 0.3s;
  font-weight: 600;
}
header .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: var(--theme-color);
  color: white;
}
header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 1px 0.8rem;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-family: var(--head-font);
  line-height: normal;
}
header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--theme-orange);
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  padding-left: 24px;
  align-items: end;
}
header .logo-wrappers img {
  max-width: 82%;
}

header .modal-body form {
  display: flex;
  gap: 10px;
}
header .modal-body form input {
  border-radius: 0 !important;
}
header .modal-body form .common-btn {
  min-width: 110px;
  padding: 8px 10px;
}

.banner {
  margin-top: 100px;
  height: 61vh;
}
.banner swiper-container {
  width: 100%;
  height: 100%;
}
.banner swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
.banner swiper-slide h3 {
  text-align: start;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.banner swiper-slide .content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner swiper-slide .content p:first-child {
  background-color: var(--theme-color);
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
}
.banner swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner body {
  background: #000;
  color: #000;
}
.banner swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.banner swiper-slide {
  background-size: cover;
  background-position: center;
  max-height: 414px;
}
.banner .mySwiper {
  height: 80%;
  width: 100%;
}
.banner .mySwiper2 {
  height: 19%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 33px;
}
.banner .mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.banner .mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}
.banner swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner swiper-slide a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .trend-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .trend-heading .head-heading {
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner .trend-heading .head-heading p {
  margin-bottom: 0;
  font-size: 14px;
}
.banner .trend-heading .icon i {
  font-size: 35px;
  color: red;
}
.banner .trend-heading .head h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.banner .trend-heading .common-btn {
  font-size: 12px;
  padding: 5px 10px;
}
.banner .story-ban,
.banner .story {
  display: flex;
  gap: 5px;
  margin-top: 15px;
  margin-top: 20px;
}
.banner .story-ban .img,
.banner .story .img {
  min-width: 92px;
  height: 100px;
}
.banner .story-ban .img img,
.banner .story .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
.banner .story-ban p,
.banner .story p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
}
.banner .story-ban span,
.banner .story span {
  background: rgba(40, 56, 145, 0.6705882353);
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  color: white;
}
.banner .story-ban h6,
.banner .story h6 {
  font-weight: 600;
}
.banner .story-ban {
  margin-top: 0;
  border: 1px solid #f5f5f5;
  border-left: 2px solid var(--theme-yellow);
  padding: 3px;
  align-items: center;
  cursor: pointer;
}
.banner .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 5px;
}
.banner .tags h4 {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
}
.banner .tags .common-btn {
  background: rgba(40, 56, 145, 0.6705882353);
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
.banner .tags .common-btn:hover {
  background-color: var(--theme-yellow);
  color: #000;
}

.onboarding-p {
  overflow: hidden;
}
.onboarding-p.common-space {
  padding-bottom: 0px;
  padding-bottom: 0;
}
.onboarding-p .common-heading span {
  color: var(--theme-color);
}
.onboarding-p .on-board-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.onboarding-p .on-board-main .on-board-item {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
}
.onboarding-p .on-board-main .on-board-item .img-box {
  position: relative;
  overflow: hidden;
}
.onboarding-p .on-board-main .on-board-item .img-box img {
  width: 100%;
  transition: 0.3s;
}
.onboarding-p .on-board-main .on-board-item .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.onboarding-p .on-board-main .on-board-item .img-box .type a {
  color: var(--theme-color);
}
.onboarding-p .on-board-main .on-board-item .content {
  padding: 15px;
}
.onboarding-p .on-board-main .on-board-item .content p {
  margin-bottom: 5px;
}
.onboarding-p .on-board-main .on-board-item .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.onboarding-p .on-board-main .on-board-item .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.onboarding-p .on-board-main .on-board-item .content h3 {
  font-weight: bold;
}
.onboarding-p .on-board-main .on-board-item:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.onboarding-p .on-board-main .on-board-item:hover .img-box img {
  transform: scale(1.1);
}
.onboarding-p .on-board-main .on-board-item-2 {
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo .img-box img {
  transition: 0.3s;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo .content {
  padding: 10px;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo .content p {
  margin-bottom: 5px;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo .content h3 {
  font-weight: bold;
  font-size: 16px;
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo:hover {
  transform: scale(1.06);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.33);
}
.onboarding-p .on-board-main .on-board-item-2 .on-inner-bo:hover .img-box img {
  transform: scale(1.1);
}
.onboarding-p .on-board-main .on-board-item-2 .img-box {
  position: relative;
  overflow: hidden;
  height: 290px;
}
.onboarding-p .on-board-main .on-board-item-2 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.onboarding-p .on-board-main .on-board-item-2 .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.onboarding-p .on-board-main .on-board-item-2 .img-box .type a {
  color: var(--theme-color);
  font-size: 12px;
}
.onboarding-p .sec-list {
  grid-template-columns: repeat(1, 1fr);
}
.onboarding-p .sec-list .on-board-item-2 {
  grid-template-columns: repeat(1, 1fr);
}
.onboarding-p .sec-list .on-board-item-2 .item {
  padding: 15px;
}
.onboarding-p .sec-list .on-board-item-2 .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.onboarding-p .sec-list .on-board-item-2 button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.onboarding-p .sec-list .on-board-item-2 button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  border-radius: 50px;
}
.onboarding-p .sec-list .on-board-item-2 button.owl-prev span:hover {
  color: white;
}
.onboarding-p .sec-list .on-board-item-2 button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.onboarding-p .sec-list .on-board-item-2 button.owl-next span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  border-radius: 50px;
}
.onboarding-p .sec-list .on-board-item-2 button.owl-next span:hover {
  color: white;
}

.top-auth {
  background-color: #f8f8f8;
}
.top-auth .auther-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.top-auth .author-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 15px;
  border-radius: 15px;
}
.top-auth .author-item .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.top-auth .author-item .author img {
  max-width: 60px;
  border-radius: 100px;
}
.top-auth .author-item .author a {
  font-size: 14px;
  color: var(--theme-color);
  font-style: italic;
}
.top-auth .author-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.top-auth .sub-heading {
  display: flex;
}
.top-auth .sub-heading h3 {
  margin-top: auto;
}
.top-auth .common-btn {
  width: 100%;
  justify-content: center;
  border-radius: 5px;
}
.top-auth .common-btn a {
  text-align: center;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}
.top-auth .common-btn a i {
  background: var(--theme-color);
  /* padding: 20px; */
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.top-auth .common-btn a span {
  display: block;
  font-size: 20px;
}
.top-auth .common-btn:hover {
  border-radius: 5px;
}
.top-auth .common-btn:hover a {
  color: white;
}
.top-auth .common-btn:hover a i {
  background-color: var(--theme-yellow);
}

.editor-bg {
  background-color: #f8f8f8;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  padding: 25px 0px;
  z-index: -1;
}
.editor-bg img {
  max-width: 80%;
}

.editor-choice {
  position: relative;
}
.editor-choice .editor-badge {
  display: flex;
  align-items: center;
  gap: 35px;
}
.editor-choice .editor-badge img {
  max-width: 150px;
  margin-bottom: 10px;
}
.editor-choice .on-board-item-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.editor-choice .on-board-item-2 .on-inner-bo {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.editor-choice .on-board-item-2 .on-inner-bo .img-box {
  height: 290px;
}
.editor-choice .on-board-item-2 .on-inner-bo .img-box img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-choice .on-board-item-2 .on-inner-bo .auther-bio {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.editor-choice .on-board-item-2 .on-inner-bo .auther-bio img {
  max-width: 60px;
  border-radius: 100px;
}
.editor-choice .on-board-item-2 .on-inner-bo .auther-bio p {
  margin-bottom: 0;
}
.editor-choice .on-board-item-2 .on-inner-bo:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.editor-choice .on-board-item-2 .on-inner-bo:hover .img-box img {
  transform: scale(1.1);
}
.editor-choice .on-board-item-2 .img-box {
  position: relative;
  overflow: hidden;
}
.editor-choice .on-board-item-2 .img-box img {
  width: 100%;
  transition: 0.3s;
}
.editor-choice .on-board-item-2 .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.editor-choice .on-board-item-2 .img-box .type a {
  color: var(--theme-color);
}
.editor-choice .on-board-item-2 .content {
  padding: 15px;
}
.editor-choice .on-board-item-2 .content p {
  margin-bottom: 5px;
}
.editor-choice .on-board-item-2 .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.editor-choice .on-board-item-2 .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.editor-choice .on-board-item-2 .content h3 {
  font-weight: bold;
  font-size: 16px;
}

.resource-web {
  position: relative;
}
.resource-web .editor-bg {
  background-color: #ffffff;
}
.resource-web .editor-bg img {
  max-width: 80%;
}
.resource-web .common-heading span {
  color: var(--theme-color);
}
.resource-web .on-board-item-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.resource-web .on-board-item-2 .on-inner-bo {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.resource-web .on-board-item-2 .on-inner-bo .auther-bio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.resource-web .on-board-item-2 .on-inner-bo .auther-bio img {
  max-width: 60px;
  border-radius: 100px;
  transition: 0.3s;
}
.resource-web .on-board-item-2 .on-inner-bo .auther-bio p {
  margin-bottom: 0;
}
.resource-web .on-board-item-2 .on-inner-bo .auther-bio .common-btn {
  padding: 10px 20px;
}
.resource-web .on-board-item-2 .on-inner-bo:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.resource-web .on-board-item-2 .on-inner-bo:hover .img-box img {
  transform: scale(1.1);
}
.resource-web .on-board-item-2 .img-box {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.resource-web .on-board-item-2 .img-box img {
  width: 100%;
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resource-web .on-board-item-2 .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.resource-web .on-board-item-2 .img-box .type a {
  color: var(--theme-color);
}
.resource-web .on-board-item-2 .content {
  padding: 15px;
}
.resource-web .on-board-item-2 .content > a {
  font-size: 14px;
  color: var(--theme-yellow);
}
.resource-web .on-board-item-2 .content p {
  margin-bottom: 5px;
}
.resource-web .on-board-item-2 .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.resource-web .on-board-item-2 .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.resource-web .on-board-item-2 .content h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.res-books {
  background-color: #f8f8f8;
  position: relative;
}
.res-books .common-heading span {
  color: var(--theme-color);
}
.res-books .content h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.res-books .ebooks-item:hover .content h3 {
  color: var(--theme-yellow);
}
.res-books img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.perf-bussiness {
  position: relative;
}
.perf-bussiness .comm {
  text-align: center;
}
.perf-bussiness .editor-bg {
  background-color: #f8f8f8;
  width: 100%;
  position: absolute;
  left: auto;
  bottom: 0;
  transform: none;
  text-align: center;
  padding: 25px 0px;
  z-index: -1;
  right: 0;
}
.perf-bussiness .editor-bg img {
  max-width: 100%;
}
.perf-bussiness .perf-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.perf-bussiness .perf-main .perf-item {
  background-color: white;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.perf-bussiness .perf-main .perf-item .icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.perf-bussiness .perf-main .perf-item .icon img {
  max-width: 60px;
}
.perf-bussiness .perf-main .perf-item .icon p {
  margin-bottom: 0;
}
.perf-bussiness .perf-main .perf-item h4 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.perf-bussiness .perf-main .perf-item h4 span {
  background-color: var(--theme-color);
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 12px;
  color: white;
}

.event-latest {
  background-color: #f8f8f8;
}
.event-latest .common-heading span {
  color: var(--theme-color);
}
.event-latest .conference-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.event-latest .conference-main .event-item {
  display: flex;
}
.event-latest .conference-main .event-item .confernce {
  background: #fdb913;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  box-shadow: -10px 0 10px 4px hsla(0, 0%, 90%, 0.2);
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  font-size: 0.925em;
  padding: 0.2em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
  width: 10%;
  position: relative;
}
.event-latest .conference-main .event-item .confernce h3 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  vertical-align: middle;
  font-size: 15px;
}
.event-latest .conference-main .event-item .training {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: white;
  border-radius: 1em;
  width: 50%;
}
.event-latest .conference-main .event-item .training p {
  margin-bottom: 0;
}
.event-latest .conference-main .event-item .time {
  background-color: white;
  border-radius: 1em;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.event-latest .conference-main .event-item .time::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: var(--theme-yellow);
  position: absolute;
  left: 0;
  top: 20px;
}
.event-latest .conference-main .event-item .time .date {
  background-color: #c7c7c7;
  padding: 5px 15px;
  width: 100%;
  text-align: center;
}
.event-latest .conference-main .event-item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.event-latest .common-btn {
  justify-content: center;
  border-radius: 5px;
  width: 100%;
}
.event-latest .common-btn a {
  text-align: center;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}
.event-latest .common-btn a i {
  background: var(--theme-color);
  /* padding: 20px; */
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.event-latest .common-btn a span {
  display: block;
  font-size: 20px;
}
.event-latest .common-btn:hover {
  border-radius: 5px;
}
.event-latest .common-btn:hover a {
  color: white;
}
.event-latest .common-btn:hover a i {
  background-color: var(--theme-yellow);
}
.event-latest .pres-item {
  background-color: white;
  border-left: 3px solid var(--theme-yellow);
  padding: 20px;
  margin-top: 20px;
}
.event-latest .pres-item p {
  color: rgb(180, 180, 180);
  font-size: 14px;
}
.event-latest .pres-item h4 {
  font-size: 20px;
}
.event-latest .press-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  padding: 20px;
}
.event-latest .press-heading .all-btn {
  font-size: 14px;
  color: var(--theme-color);
}
.event-latest .press-heading h2 {
  text-align: center;
}

.job-latest .job-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
  border-left: 3px solid var(--theme-yellow);
  padding: 20px;
  margin-top: 20px;
}
.job-latest .job-item .cont {
  display: flex;
}
.job-latest .job-item .cont .icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.job-latest .job-item .cont .icon img {
  max-width: 90px;
}
.job-latest .job-item .cont .icon p {
  margin-bottom: 0;
  font-size: 15px;
}
.job-latest .job-item .cont .icon h4 {
  font-size: 18px;
}
.job-latest .job-item .cont .loc {
  width: 40%;
  text-align: end;
}
.job-latest .job-item .cont .loc a {
  color: var(--theme-color);
  transition: 0.3s;
}
.job-latest .job-item .cont .loc a:hover {
  color: var(--theme-yellow);
}
.job-latest .side-img {
  overflow: hidden;
  height: 300px;
  margin-top: 20px;
}
.job-latest .side-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-latest .common-btn {
  justify-content: center;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
}
.job-latest .common-btn a {
  text-align: center;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}
.job-latest .common-btn a i {
  background: var(--theme-color);
  /* padding: 20px; */
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.job-latest .common-btn a span {
  display: block;
  font-size: 20px;
}
.job-latest .common-btn:hover {
  border-radius: 5px;
}
.job-latest .common-btn:hover a {
  color: white;
}
.job-latest .common-btn:hover a i {
  background-color: var(--theme-yellow);
}

.article-latest {
  background-color: #f8f8f8;
}
.article-latest .common-heading span {
  color: var(--theme-color);
}
.article-latest .on-board-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.article-latest .on-board-main .on-board-item-2 {
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.3s;
  border-radius: 15px;
  overflow: hidden;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo .content {
  padding: 10px;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo .content p {
  margin-bottom: 5px;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo .content h3 {
  font-weight: bold;
  font-size: 16px;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo .img-box img {
  transition: 0.3s;
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo:hover {
  transform: scale(1.06);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.33);
}
.article-latest .on-board-main .on-board-item-2 .on-inner-bo:hover .img-box img {
  transform: scale(1.1);
}
.article-latest .on-board-main .on-board-item-2 .img-box {
  position: relative;
  overflow: hidden;
}
.article-latest .on-board-main .on-board-item-2 .img-box img {
  width: 100%;
}
.article-latest .on-board-main .on-board-item-2 .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.article-latest .on-board-main .on-board-item-2 .img-box .type a {
  color: var(--theme-color);
  font-size: 12px;
}
.article-latest .sec-list {
  grid-template-columns: repeat(1, 1fr);
  padding-top: 20px;
}
.article-latest .sec-list .on-board-item-2 {
  grid-template-columns: repeat(4, 1fr);
}

footer {
  background-color: var(--theme-yellow);
}
footer.common-space {
  padding: 35px 0px;
}
footer .foot-logo {
  max-width: 280px;
  filter: brightness(0);
}
footer .footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}
footer .link-list {
  list-style-type: none;
  padding-left: 0;
}
footer .link-list li {
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
footer .link-list li::before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: fontawesome;
}
footer .link-list li a {
  transition: 0.3s;
}
footer .link-list li a:hover {
  color: var(--theme-color);
  transform: translateX(10px);
}
footer .social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: end;
  list-style: none;
}
footer .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
}
footer .social-links a:hover i {
  color: rgb(255, 255, 255);
}
footer .social-links a i {
  transition: all 0.3s;
  color: rgb(0, 0, 0);
}
footer .social-links a:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
footer .social-links a:hover a i {
  color: white;
}
footer .bottom-foo {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
footer .bottom-foo .link-list-1 {
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding-left: 0;
}

.beard-head {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.52) 59%, rgba(0, 0, 0, 0.56) 100%), url(img/Manufacturing-Tech.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 170px 0 70px;
  min-height: 270px;
}
.beard-head .bread {
  color: #fff;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: white;
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: white;
  margin-left: 5px;
  font-size: 14px;
}

.software .common-heading {
  margin-bottom: 10px;
}
.software .sub p {
  font-size: 20px;
}
.software .peaple-choice {
  padding: 20px;
  background-color: #f9f9f9;
}
.software .peaple-choice img {
  width: 100%;
  margin-bottom: 20px;
}
.software .peaple-choice .sub-head {
  border-bottom: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.5em 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.software .peaple-choice ul {
  flex-direction: column;
  list-style: none;
  border-bottom: none !important;
  gap: 2px !important;
}
.software .learning-mana h2 {
  margin-bottom: 20px;
}
.software .learning-mana img {
  margin-bottom: 20px;
}
.software .learning-mana .summ strong {
  color: var(--theme-yellow);
}
.software .learning-mana a {
  color: var(--theme-yellow);
}

.proj-gal .tab-contss {
  display: none;
}
.proj-gal .tab-contss.active {
  display: block;
}
.proj-gal .tabs-p {
  margin-top: 25px;
}
.proj-gal .tabs-p ul {
  display: flex;
  gap: 8px;
  padding-left: 0;
  border-bottom: 1px solid var(--theme-color);
  justify-content: center;
}
.proj-gal .common-btn {
  padding: 10px 10px;
  font-size: 15px;
  line-height: normal;
  min-width: auto;
  text-transform: unset;
  letter-spacing: normal;
  background-color: var(--theme-color);
  border-radius: 0;
  cursor: pointer;
  color: #ffffff;
  border: solid 1px gray;
  border: none;
}
.proj-gal .common-btn.active {
  background-color: transparent;
  color: var(--theme-color);
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  position: relative;
}
.proj-gal .common-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 11;
  background: white;
}
.proj-gal .nav-link:focus,
.proj-gal .nav-link:hover {
  color: white !important;
}
.proj-gal .gal-box-wrapper .listing-item {
  display: flex;
  gap: 20px;
  align-items: self-start;
  padding: 35px;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
}
.proj-gal .gal-box-wrapper .listing-item .img {
  max-width: 100px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  transition: 0.3s;
}
.proj-gal .gal-box-wrapper .listing-item .img:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.proj-gal .gal-box-wrapper .listing-item .content {
  width: 60%;
}
.proj-gal .gal-box-wrapper .listing-item .content h3 {
  font-size: 21px;
  font-weight: 600;
}
.proj-gal .gal-box-wrapper .listing-item .content p {
  margin-bottom: 10px;
  line-height: normal;
  font-size: 15px;
}
.proj-gal .gal-box-wrapper .listing-item .content a {
  color: var(--theme-color);
  text-decoration: underline;
  font-size: 15px;
  transition: 0.3s;
}
.proj-gal .gal-box-wrapper .listing-item .content a:hover {
  color: var(--theme-yellow);
}
.proj-gal .gal-box-wrapper .name-box {
  background: rgba(100, 11, 99, 0.6588235294);
  width: auto;
  color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: center;
  padding: 7px 15px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.proj-gal .gal-box-wrapper .item-2 .content {
  width: 100%;
}
.proj-gal .lisiting-side {
  background-color: #f8f8f8;
  padding: 15px;
}
.proj-gal .lisiting-side .listing-search h4 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.proj-gal .lisiting-side .listing-search input {
  border-radius: 0px;
}
.proj-gal .lisiting-side h4 {
  margin-top: 20px;
  font-size: 16px;
}
.proj-gal .lisiting-side .listing-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.proj-gal .lisiting-side .listing-tag a {
  border-radius: 25px;
  padding: 5px 10px;
  background-color: white;
  font-size: 12px;
}
.proj-gal .lisiting-side .sub-filter {
  font-size: 12px;
  margin-bottom: 5px;
}

.about-p p {
  font-size: 18px;
  font-weight: 700;
}
.about-p h3 {
  font-weight: 700;
  color: var(--theme-color);
}
.about-p .content {
  padding: 15px;
}

.contact-p .common-heading {
  text-align: center;
  margin-bottom: 0;
}
.contact-p .social-links {
  padding-left: 0;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.contact-p .social-links li {
  list-style-type: none;
}
.contact-p .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
}
.contact-p .social-links a:hover i {
  color: rgb(255, 255, 255);
}
.contact-p .social-links a i {
  transition: all 0.3s;
  color: rgb(0, 0, 0);
}
.contact-p .social-links a:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.contact-p .social-links a:hover a i {
  color: white;
}
.contact-p .contact-form {
  padding: 40px 30px 40px;
  background-color: #f8f8f8;
  margin-top: 30px;
}
.contact-p .contact-form label {
  margin: 0 0 8px 0;
}
.contact-p .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
}
.contact-p .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.contact-p .contact-form button {
  border: none;
}
.contact-p .img-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.contact-p .img-box img {
  max-width: 90%;
}

.article-p .social-links {
  padding-left: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.article-p .social-links li {
  list-style-type: none;
}
.article-p .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
}
.article-p .social-links a:hover i {
  color: rgb(255, 255, 255);
}
.article-p .social-links a i {
  transition: all 0.3s;
  color: rgb(0, 0, 0);
}
.article-p .social-links a:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.article-p .social-links a:hover a i {
  color: white;
}

.indust-cate {
  background-image: url("img/find-partner-homepage-bg.png");
  background-size: cover;
  background-color: #f8f8f8;
}
.indust-cate h2 {
  margin-bottom: 1.5rem;
}
.indust-cate .cate-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.indust-cate .cate-main .cate-item {
  position: relative;
  border-left: 4px solid var(--theme-yellow);
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.indust-cate .cate-main .cate-item img {
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.indust-cate .cate-main .cate-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.431372549);
}
.indust-cate .cate-main .cate-item .cont {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 1;
}
.indust-cate .cate-main .cate-item .cont h3 {
  color: white;
  font-size: 20px;
}
.indust-cate .cate-main .cate-item:hover img {
  transform: scale(1.1);
}

.article-p-all {
  background-color: #f8f8f8;
}
.article-p-all .articles-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.article-p-all .articles-main .articles-item {
  display: flex;
  gap: 25px;
  background: white;
}
.article-p-all .articles-main .articles-item .img-box {
  min-width: 250px;
  height: 100%;
  position: relative;
}
.article-p-all .articles-main .articles-item .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.article-p-all .articles-main .articles-item .img-box .type {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  color: var(--theme-color);
  background-color: rgb(255, 255, 255);
  /* width: 100%; */
  font-size: 15px;
  text-align: center;
  padding: 5px;
}
.article-p-all .articles-main .articles-item .articles-item {
  display: flex;
  gap: 25px;
}
.article-p-all .articles-main .articles-item .content {
  padding: 20px;
}
.article-p-all .articles-main .articles-item .content .date {
  color: #adadad;
  font-size: 15px;
}
.article-p-all .articles-main .articles-item .content h3 {
  font-weight: 700;
}
.article-p-all .articles-main .articles-item .content .author {
  color: var(--theme-color);
  font-style: italic;
  text-decoration: underline;
  font-weight: 600;
}

.for-down .ebooks-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.for-down .ebooks-main .ebooks-item .img {
  position: relative;
}
.for-down .ebooks-main .ebooks-item .img .download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.for-down .ebooks-main .ebooks-item .img .download .download-btn {
  padding: 10px 15px;
  border: 1px solid var(--theme-yellow);
  color: var(--theme-yellow);
  transition: 0.3s;
}
.for-down .ebooks-main .ebooks-item .img .download .download-btn:hover {
  background-color: var(--theme-yellow);
  color: white;
}
.for-down .ebooks-main .ebooks-item .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.for-down .ebooks-main .ebooks-item:hover .img::before {
  opacity: 1;
}
.for-down .ebooks-main .ebooks-item:hover .download {
  opacity: 1;
}

.ebooks-p {
  background: linear-gradient(220deg, #ffffff, rgba(255, 255, 255, 0.831372549)), url(img/communityIcon_f04pd0r3agt61.png);
  background-repeat: no-repeat;
}
.ebooks-p .common-heading {
  margin-bottom: 35px;
  text-align: center;
}
.ebooks-p .common-heading span {
  color: var(--theme-color);
}
.ebooks-p .download {
  text-align: center;
  margin-top: 30px;
}
.ebooks-p .download .download-btn {
  padding: 10px 15px;
  border: 1px solid var(--theme-yellow);
  color: var(--theme-yellow);
  transition: 0.3s;
  border-radius: 20px;
}
.ebooks-p .download .download-btn:hover {
  background-color: var(--theme-yellow);
  color: white;
}
.ebooks-p .ebooks-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: end;
}
.ebooks-p .ebooks-main .ebooks-item:first-child {
  margin-top: 100px;
}
.ebooks-p .ebooks-main .ebooks-item:first-child img {
  max-width: 70%;
}
.ebooks-p .ebooks-main .ebooks-item:first-child .img {
  text-align: center;
}
.ebooks-p .ebooks-main .ebooks-item:last-child {
  margin-top: 100px;
}
.ebooks-p .ebooks-main .ebooks-item:last-child img {
  max-width: 70%;
}
.ebooks-p .ebooks-main .ebooks-item:last-child .img {
  text-align: center;
}
.ebooks-p .ebooks-main .ebooks-item img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.ebooks-p .ebooks-main .ebooks-item .content h3 {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}

.webinar-p {
  background: linear-gradient(220deg, #ffffff, rgba(255, 255, 255, 0.831372549)), url(img/webinars.png);
  background-repeat: no-repeat;
}
.webinar-p .common-heading {
  margin-bottom: 35px;
  text-align: center;
}
.webinar-p .common-heading span {
  color: var(--theme-color);
}
.webinar-p .on-board-item-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.webinar-p .on-board-item-2 .on-inner-bo {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.webinar-p .on-board-item-2 .on-inner-bo .auther-bio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.webinar-p .on-board-item-2 .on-inner-bo .auther-bio img {
  max-width: 60px;
  border-radius: 100px;
  transition: 0.3s;
}
.webinar-p .on-board-item-2 .on-inner-bo .auther-bio p {
  margin-bottom: 0;
}
.webinar-p .on-board-item-2 .on-inner-bo .auther-bio .common-btn {
  padding: 10px 20px;
}
.webinar-p .on-board-item-2 .on-inner-bo:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.webinar-p .on-board-item-2 .on-inner-bo:hover .img-box img {
  transform: scale(1.1);
}
.webinar-p .on-board-item-2 .img-box {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.webinar-p .on-board-item-2 .img-box img {
  width: 100%;
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.webinar-p .on-board-item-2 .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.webinar-p .on-board-item-2 .img-box .type a {
  color: var(--theme-color);
}
.webinar-p .on-board-item-2 .content {
  padding: 15px;
}
.webinar-p .on-board-item-2 .content > a {
  font-size: 14px;
  color: var(--theme-yellow);
}
.webinar-p .on-board-item-2 .content p {
  margin-bottom: 5px;
}
.webinar-p .on-board-item-2 .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.webinar-p .on-board-item-2 .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.webinar-p .on-board-item-2 .content h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.press-rel-p .social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.press-rel-p .social-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
}
col .press-rel-p .social-links li a:hover i {
  color: rgb(255, 255, 255);
}
.press-rel-p .social-links li i {
  transition: all 0.3s;
  color: rgb(0, 0, 0);
}
.press-rel-p .social-links li:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.press-rel-p .social-links li:hover a i {
  color: white;
}
.press-rel-p .common-heading span {
  color: var(--theme-yellow);
}
.press-rel-p .press-head {
  text-align: center;
}
.press-rel-p .press-head h4 {
  font-size: 20px;
  margin-bottom: 40px;
}
.press-rel-p .press-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #f9f9f9;
  padding: 20px;
}
.press-rel-p .pres-item {
  background-color: white;
  border-left: 3px solid var(--theme-yellow);
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.press-rel-p .pres-item .date {
  color: rgb(180, 180, 180);
  font-size: 14px;
}
.press-rel-p .pres-item h4 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.press-rel-p .pres-item h4 img {
  max-width: 150px;
}
.press-rel-p .pres-item p {
  font-size: 14px;
  color: #000;
}

.events-p-head {
  background-image: url(img/event-bg.jpg);
  background-size: cover;
  position: relative;
}
.events-p-head::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(40, 56, 145, 0.9098039216);
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
.events-p-head .common-heading {
  text-align: center;
  color: white;
}
.events-p-head .events-web-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  z-index: 1;
  position: relative;
  margin-top: 45px;
}
.events-p-head .events-web-items .events-web-item {
  background-color: white;
  border-left: 4px solid var(--theme-yellow);
  padding: 15px;
}
.events-p-head .events-web-items .events-web-item .date {
  margin-bottom: 0;
}
.events-p-head .events-web-items .events-web-item .online {
  font-size: 14px;
  margin-top: 5px;
}
.events-p-head .events-web-items .events-web-item .online i {
  font-size: 13px;
  color: var(--theme-yellow);
}
.events-p-head .events-web-items .events-web-item h6 {
  font-size: 18px;
  font-weight: 600;
}
.events-p-head .events-web-items .events-web-item p {
  font-size: 20px;
  line-height: normal;
}
.events-p-head .events-web-items .events-web-item:hover p {
  text-decoration: underline;
}
.events-p-head .events-web-items .events-web-item:nth-child(1), .events-p-head .events-web-items .events-web-item:nth-child(3) {
  margin-top: 80px;
}
.events-p-head .events-web-items .events-web-item:nth-child(2) {
  margin-bottom: 80px;
}

.search-filter form {
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
}
.search-filter form input {
  border-radius: 0;
}
.search-filter form button {
  border: none;
  background-color: var(--theme-yellow);
  color: white;
  padding: 10px 18px;
  font-weight: 600;
}

.events-lists {
  padding-bottom: 60px;
}
.events-lists .gal-box-wrapper .listing-item {
  display: flex;
  gap: 20px;
  align-items: self-start;
  padding: 15px;
  border-bottom: 0px solid rgba(190, 190, 190, 0.5);
  border-left: 3px solid var(--theme-yellow);
  background-color: #f9f9f9;
  margin-top: 20px;
}
.events-lists .gal-box-wrapper .listing-item .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.events-lists .gal-box-wrapper .listing-item .content .date {
  margin-bottom: 0;
}
.events-lists .gal-box-wrapper .listing-item .content .online {
  font-size: 14px;
  margin-top: 5px;
}
.events-lists .gal-box-wrapper .listing-item .content .online i {
  font-size: 13px;
  color: var(--theme-yellow);
}
.events-lists .gal-box-wrapper .listing-item .content h6 {
  font-size: 18px;
  font-weight: 600;
}
.events-lists .gal-box-wrapper .listing-item .content p {
  font-size: 20px;
  line-height: normal;
}
.events-lists .gal-box-wrapper .listing-item .content a {
  text-decoration: none;
}

.press-release-single-p {
  background-image: url("img/pr-lg-text.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.press-release-single-p .press-meta-data-wrapper {
  padding-top: 3rem;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.press-release-single-p .press-meta-data-wrapper::before {
  position: absolute;
  background-color: rgba(40, 56, 145, 0.3960784314);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.press-release-single-p .publish-date {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.press-release-single-p .publish-date p {
  color: white;
}
.press-release-single-p .press-intro {
  background-color: white;
  padding: 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.press-release-single-p .press-intro .common-heading {
  font-size: 32px;
}
.press-release-single-p .press-intro p {
  font-style: italic;
}
.press-release-single-p .buss-info {
  margin-bottom: 20px;
}
.press-release-single-p .buss-info p {
  margin-bottom: 5px;
  line-height: normal;
}
.press-release-single-p .buss-info .social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: start;
  padding-left: 0;
}
.press-release-single-p .buss-info .social-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #000;
  transition: 0.3s;
  text-align: center;
  border-radius: 50px;
}
.press-release-single-p .buss-info .social-links li a i {
  color: WHITE;
}
col .press-release-single-p .buss-info .social-links li a:hover i {
  color: rgb(255, 255, 255);
}
.press-release-single-p .buss-info .social-links li i {
  transition: all 0.3s;
  color: rgb(0, 0, 0);
}
.press-release-single-p .buss-info .social-links li:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.press-release-single-p .buss-info .social-links li:hover a i {
  color: white;
}
.press-release-single-p .press-release-content {
  margin-top: 23px;
  padding: 0px 0px;
}
.press-release-single-p .press-release-content h3 {
  color: var(--theme-yellow);
  font-weight: 600;
}
.press-release-single-p .press-release-content h4 {
  color: var(--theme-yellow);
}
.press-release-single-p .press-release-content .started-para {
  font-weight: 700;
  color: var(--theme-yellow);
  position: relative;
}
.press-release-single-p .press-release-content .started-para::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--theme-yellow);
  top: -10px;
}
.press-release-single-p .press-release-content p {
  text-align: justify;
}
.press-release-single-p .press-release-content p a {
  color: var(--theme-color);
}
.press-release-single-p .press-side-content {
  margin-top: 60px;
  padding: 0px 20px;
}
.press-release-single-p .press-side-content p {
  padding: 0px 20px;
  border-left: 3px solid var(--theme-color);
  text-align: justify;
  font-style: italic;
}

.event-single-p {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.event-single-p::before {
  position: absolute;
  background-color: var(--theme-color);
  content: "";
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
  z-index: -1;
}
.event-single-p .event-head {
  position: relative;
  z-index: 1;
}
.event-single-p .event-head h4 {
  color: var(--theme-yellow);
  font-size: 18px;
}
.event-single-p .event-head .common-heading {
  color: white;
  margin-bottom: 10px;
}
.event-single-p .event-head .date p {
  color: white;
}
.event-single-p .content-event {
  margin-top: 60px;
}
.event-single-p .content-event p {
  text-align: justify;
}
.event-single-p .content-event ul {
  padding-left: 0;
  list-style: none;
}
.event-single-p .contact-form {
  padding: 40px 30px 40px;
  background-color: #f8f8f8;
}
.event-single-p .contact-form label {
  margin: 0 0 8px 0;
}
.event-single-p .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
}
.event-single-p .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.event-single-p .contact-form button {
  border: none;
}
.event-single-p .contact-form h3 {
  text-align: start;
  padding-bottom: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--theme-color);
}
.event-single-p .contact-form .conscent {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.event-single-p .contact-form p {
  font-size: 13px;
}
.event-single-p .contact-form p a {
  color: var(--theme-color);
}

.recent-webinar .on-board-item-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.recent-webinar .on-board-item-2 .on-inner-bo {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.recent-webinar .on-board-item-2 .on-inner-bo .auther-bio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.recent-webinar .on-board-item-2 .on-inner-bo .auther-bio img {
  max-width: 60px;
  border-radius: 100px;
  transition: 0.3s;
}
.recent-webinar .on-board-item-2 .on-inner-bo .auther-bio p {
  margin-bottom: 0;
}
.recent-webinar .on-board-item-2 .on-inner-bo .auther-bio .common-btn {
  padding: 10px 20px;
}
.recent-webinar .on-board-item-2 .on-inner-bo:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.recent-webinar .on-board-item-2 .on-inner-bo:hover .img-box img {
  transform: scale(1.1);
}
.recent-webinar .on-board-item-2 .img-box {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.recent-webinar .on-board-item-2 .img-box img {
  width: 100%;
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-webinar .on-board-item-2 .img-box .type {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.recent-webinar .on-board-item-2 .img-box .type a {
  color: var(--theme-color);
}
.recent-webinar .on-board-item-2 .content {
  padding: 15px;
}
.recent-webinar .on-board-item-2 .content > a {
  font-size: 14px;
  color: var(--theme-yellow);
}
.recent-webinar .on-board-item-2 .content p {
  margin-bottom: 5px;
}
.recent-webinar .on-board-item-2 .content .date {
  color: #c7c7c7 !important;
  font-size: 12px;
}
.recent-webinar .on-board-item-2 .content .author {
  color: var(--theme-color);
  font-style: italic;
  font-size: 14px;
}
.recent-webinar .on-board-item-2 .content h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.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 {
  max-width: 550px;
  background: white;
  margin-top: 130px !important;
  width: 500px;
}
.search-section .search-box {
  background: rgba(0, 0, 0, 0.9019607843);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.search-section .search-box .search-input {
  width: 100%;
  border: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
}
.search-section .search-box .search-input .input-textarea {
  position: relative;
  background: rgba(193, 144, 144, 0);
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #000000;
  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 0px 0px 0px;
  background-color: var(--theme-orange) !important;
  border: none;
  transition: 0.3s;
}
.search-section .search-box .search-input button.btn.btn-primary:focus-visible {
  outline: none;
  background-color: var(--theme-color) !important;
}
.search-section .closeBtn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2rem;
  cursor: pointer;
  color: white;
}

div.searc-btn {
  width: 46px;
  height: 46px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 33px;
  margin-right: 10px;
  transition: 0.3s;
  cursor: pointer;
}
div.searc-btn i {
  font-size: 18px;
}
div.searc-btn:hover {
  background-color: var(--theme-yellow);
  color: #000;
}

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

.dropdown-item.active,
.dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: var(--theme-color);
}

.dropdown-item {
  font-weight: 500;
  font-family: var(--head-font);
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}

.industries-p .content-ind .main-list-wraps a:hover {
  color: var(--theme-color);
}
.industries-p .content-ind .main-list-wraps > ul > li {
  padding-left: 1.4rem;
  position: relative;
  list-style: none;
}
.industries-p .content-ind .main-list-wraps > ul > li::before {
  background-size: contain;
  position: absolute;
  content: "\f058";
  width: 21px;
  height: 57px;
  pointer-events: none;
  bottom: 0;
  left: 0px;
  background-repeat: no-repeat;
  top: 0px;
  z-index: 5;
  opacity: 1;
  font-family: "fontawesome";
  color: var(--theme-color);
}
.industries-p .content-ind .main-list-wraps > ul > li h4 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 1rem;
}
.industries-p .content-ind .main-list-wraps > ul > li ul {
  margin-left: 0rem;
  list-style: none;
}
.industries-p .content-ind .main-list-wraps > ul > li ul li {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  margin-left: 1rem;
  list-style: disc;
}

.case-studies-p .case-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.case-studies-p .case-box .img {
  height: 290px;
  overflow: hidden;
}
.case-studies-p .case-box .img img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-p .case-box .content {
  padding: 20px;
}
.case-studies-p .case-box .content h3 {
  font-size: 22px;
  font-weight: 600;
}
.case-studies-p .case-box:hover .content h3 {
  color: var(--theme-color);
}
.case-studies-p .case-box:hover .img img {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */