.weblogo img {
  width: 200px;
  height: auto;
}

.topper {
  font-size: 15px;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  /* light grey */
  padding: 12px 15px;

  /* soft modern shadow */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);

  /* smooth hover feel */
  transition: all 0.3s ease;
}

.topper .icon33 {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #ed7864;

  /* shadow effect */
  box-shadow: 0 4px 10px rgba(246, 39, 4, 0.10);

  transition: all 0.3s ease;
}

/* Icon inside */
.topper .icon33 span {
  color: #f62704;
  font-size: 20px;
  transition: 0.3s;
}

.topper .text p {
  margin-bottom: 0;
  font-size: 12px;
}

.topper .text .con {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.topper .text .con a:hover {
  color: #000000;
}

.topper .text .con span {
  font-weight: 600;
  font-size: 13px;
  color: #000000;
}

.topper .text .con span:first-child {
  color: #f62704;
}

.topper .text .hr span {
  color: #f62704;
  font-weight: 600;
  font-size: 16px;
}

.topper .text .time span:last-child {
  font-weight: 600;
  color: #f62704;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
  height: 500px;
  background: -webkit-linear-gradient(top, #0e1d56, #1b7dff);
  /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(top, #0e1d56, #1b7dff);
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(top, #0e1d56, #1b7dff);
  /* For Opera 11.1 to 12.0 */
  background: -ms-linear-gradient(top, #0e1d56, #1b7dff);
  /* For Internet Explorer 10 */
  background: linear-gradient(to bottom, #0e1d56, #1b7dff);
  /* Standard syntax */
}

.header-carousel .header-carousel-item h1 {
  font-family: "PT Serif", serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.header-carousel .banner_text2 {
  font-size: 16px;
  line-height: 32px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background: var(--bs-light);
  color: var(--bs-primary);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 20px;
}

.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  right: 50%;
  transform: translateX(-50%);
  margin-right: 20px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 100px 0 var(--bs-secondary);
  color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px;
  }

  .header-carousel .header-carousel-item {
    height: 1300px;
  }
}

@media (max-width: 767px) {
  .header-carousel .header-carousel-item {
    height: 950px;
  }

  .header-carousel .owl-nav .owl-prev {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
  }

  .header-carousel .owl-nav .owl-next {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px;
  }
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.page_banner {
  width: 100%;
}

.page_banner .pager_bannerimg {
  height: 300px;
}

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.bg-breadcrumb .banner_text {
  top: 50px;
  position: absolute;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 600;
}

/*** Single Page Hero Header End ***/
/* Page Title */
.page_title {
  font-family: "PT Serif", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #0e1d54;
}

.page_title h1 {
  font-family: "PT Serif", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #0e1d54;
}

.title-border-radius {
  border-radius: 10% 30%;
}

.border-bottom {
  border-bottom: 1px solid #f62704 !important;
  border-bottom-width: 2px;
  border-bottom-color: rgb(222, 226, 230);
  border-width: 2.3px !important;
}

/* Page Title */
/* Style Social Media icon1111s */
.social-container {
  width: 100%;
  text-align: center;
}

.social-container a:hover {
  color: #fff !important;
}

/* Base icon11 (same as before) */
.icon11 {
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.icon_foot {
  width: 44px !important;
  height: 44px !important;
  margin-right: 12px !important;
  font-size: 21px !important;
  margin-left: 0px !important;
}

/* Hover lift */
.icon11:hover {
  transform: translateY(-6px);
}

/* Tooltip text */
.icon11::after {
  content: attr(data-title);
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

/* Tooltip arrow */
.icon11::before {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  opacity: 0;
  transition: 0.3s;
}

/* Show tooltip on hover */
.icon11:hover::after,
.icon11:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Colors */
.facebook {
  background: #1877f2;
}

.twitter {
  background: #1da1f2;
}

.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.linkedin {
  background: #0077b5;
}

.youtube {
  background: #ff0000;
}

/* Style Social Media icon1111s */
/*---- Fixed Side Contact ----*/
.support {
  background: #f97210;
  width: 42px !important;
  height: 42px !important;
  color: #333;
  font-size: 20px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.support:hover {
  cursor: pointer;
}

.support img {
  transition: all 300ms ease-in-out;
  width: 60%;
}

.inner-fabs a {
  background: #81b304;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 29px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  padding-left: 1px;
}

.inner-fabs a i {
  font-size: 22px;
}

.inner-fabs a:hover {
  text-decoration: none;
}

.inner-fabs.show a {
  transition: all 300ms ease-in-out;
}

.inner-fabs.show a:nth-child(1) {
  bottom: 110px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #f62704;
}

.inner-fabs.show a:nth-child(2) {
  bottom: 160px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #28a745;
}

.inner-fabs.show a:nth-child(3) {
  bottom: 210px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #03e7e7;
}

.returntotop {
  width: 42px !important;
  height: 42px !important;
  color: #fff;
  font-size: 18px;
  position: fixed;
  right: 15px !important;
  bottom: 10px !important;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border: none !important;
}

.returntotop i {
  font-size: 24px;
  display: block;
  color: #fff;
}

.returntotop.show {
  opacity: 1;
}

/*---- Fixed Side Contact ----*/

.footer_css {
  background: linear-gradient(to left, #0e1d56, #0f172a);
}

.footer_css h4 {
  font-family: "PT Serif", serif;
}

/*--------Load More---------*/
.load_morediv {
  width: 100%;
  text-align: center;
}

.show_more_main {
  margin: 15px auto;
}

.loding {
  background-color: transparent;
  border: 0px solid;
  color: #1B7DFF;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
  outline: 0;
  font-weight: bold;
}

.loding_txt {
  background-image: url(../img/loading.gif);
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 16px;
  padding-left: 30px;
}

/*--------Load More---------*/

.text_styleCss {
  font-family: "PT Serif", serif;
  font-size: 2rem;
  font-weight: 600;
}

.tag_linecss {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag_linecss span {
  font-size: 30px;
  color: #fff;
  padding-top: 17px;
}

.alertmsg {
  font-size: 13px;
  font-weight: 500;
  padding-top: 18px;
  display: flex;
}

/*--------News CSS---------*/
.newsDiv {
  margin-bottom: 30px;
}

.newsDiv img {
  width: 100% !important;
  height: 280px;
}

.newsHeading {
  font-size: 16px !important;
  font-weight: 600;
}

.newsHeading22 {
  font-size: 15px !important;
  font-weight: 600;
}

.newsDiv p {
  margin-top: 15px;
  font-weight: 500;
  font-size: 15px;
}

.newsDiv .readmorebtn {
  width: 100%;
  text-align: center;
}

.NewsDiv1 .Newsheading1 {
  font-size: 30px !important;
  font-weight: 600;
}

.NewsDiv1 p {
  margin: 20px 0 20px 0;
}

.NewsDiv1 .Newstexttitle11 h1 {
  font-size: 30px !important;
  font-weight: 600;
}


/*--------News CSS End---------*/

.video {
  position: relative;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}