
img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.main-menu > nav > ul > li:hover > a {
    color: #bb2121;
  }
  .main-menu > nav > ul > li.has-dropdown > a::after {
    content: "\f107";
    font-size: 12px;
    color: #000;
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .main-menu > nav > ul > li > a {
    display: inline-block;
    color: #000;
    padding: 35px 0 35px 0;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
  }
  .tp-header-4-main {
    background-color: #fff;
  }
  .second-menu{
      background:#0d005a;
  }
  .second-menu a{
      color:#fff !important;
  }
  .second-menu a::after{
      color:#fff !important;
  }
  .second-menu .tp-submenu li a {
        color: #000 !important;
        font-size: 14px;
      }
  .tp-header-4-logo .logo-2 {
      width:239px;
    height: auto;}
    .main-menu > nav > ul > li.has-dropdown > a::after {
        content: "\f107"; /* Font Awesome Unicode */
        font-size: 12px;
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 6px;
        display: inline-block;
        transition: all 0.3s ease-out;
      }
      
      /* Dropdown Menu Styles */
      .dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
      }
      
      .dropdown li {
        padding: 10px 20px;
      }
      
      .dropdown li a {
        color: #000;
        font-size: 14px;
      }
      
      /* Hover Effects */
      .has-dropdown:hover .dropdown {
        display: block;
      }
      
      .has-dropdown > a:hover,
      .dropdown li a:hover {
        color: #007bff;
      }
      .tp-btn {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 13px 34px;
  border-radius: 6px;
  border: 2px solid #0d005a;
  background-color: #0d005a;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-3 {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 9px 32px;
  border-radius: 6px;
  color: var(--tp-common-white);
  background-color: #0d005a;
  transition: all 0.25s ease-in-out;
}
.tp-header-4-main.tp-header-sticky .tp-header-4-btn a {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
  background-color: #0d005a;
}

.tp-hero-title {
  color: var(--tp-common-white);
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 27px;
}
.tp-header-4-top {
 background-color: #0d005a;
}
.tp-marquee-scroll {
  background-color: #fed20e;
}
.tp-marquee-title {
  text-transform: none;
}

.tp-event-4-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  z-index: -1;
  background-color:#722cb32e;
  border-radius: 16px;
}
.tp-event-4-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  background: #0d005a;
  padding: 5px 26px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-event-4-btn a:hover {
  color: #000;
  background-color: #fed20e !important;
  border-color:  #fed20e !important;
}
.tp-btn:hover {
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
  color: #000;
  background-color: #fed20e !important;
  border-color:  #fed20e !important;
}
.bg-danger-subtle {
  background-color: #f1b90080 !important;
}
.tp-header-4-main.tp-header-sticky .tp-header-4-btn a:hover {
  color: #000;
  background-color: #fed20e !important;
  border-color:  #fed20e !important;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-btn-3:hover {
  background-color: #fed20e !important;
  border-color:  #fed20e !important;
}
.tp-btn-3:hover {
  color: var(--tp-common-white);
  box-shadow: 0 0 0 0.2rem #fed20e !important;
}
.tp-event-4-btn a:hover {
  background-color: #fed20e;
  color: #000;
}
.tp-section-4-title span {
  position: relative;
  z-index: 1;
  color: #105591;
}
.tp-program-btn a:hover {
  background-color:#105591;
  color: var(--tp-common-white);
}
.tp-program-btn a {
  color: #105591;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color:#fff;
  border-radius: 6px;
  line-height: 1;
  padding: 12px 20px;
}
.tp-program-all a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #105591;
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}
.tp-program-dot .swiper-pagination-bullet-active {
  transform: translateY(0px) scale(1.5);
  background: #105591;
}
.tp-program-all a {
  color: #125792;
  font-weight: 500;
}
.tp-section-title span {
  position: relative;
  color: #105591;
  display: inline-block;
}
.tp-program-all a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: rgb(12, 82, 143);
}
.tp-program-all a {
  position: relative;
  color: #0F5490;
  font-weight: 500;
}
.tp-header-logo img {
  width: 293px;
  height: auto !important;
  margin-left: -74px;
}
.tp-header-4-logo .logo-2 {
  width: 293px;
  height: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
 .tp-header-logo-1 img {
  width: auto;
  height: 60px !important;
}
.tp-header-logo img {
  width: auto;
  height: 60px !important;
}
}
.offcanvas-open-btn {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #0d005a;;
  transition: 0.3s linear;
  border: 1px solid rgba(255, 255, 255, 0.57);
}
.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn {
  background-color: #0d005a;;
}
.tp-shop-banner-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  right: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tp-hero-title {
    font-size: 36px !important;
  }
}
.tp-header-logo img {
  width: 293px;
  height: auto !important;
  margin-left: -74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-hero-wrapper {
    margin-left: 18px;
  }
  .tp-header-logo img {
  width: 239px;
  height: auto !important;
  margin-left: 0px;
}
}

.tp-marquee-item {
  display: -webkit-box;
 
  padding: 11px 0 7px;
}
.tp-about-exprience-count {
  margin-bottom: 0;
  color: #000;
  font-size: 50px;
}
p {
 color: #5F5D59;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: justify;
}

.tp-about-thumb-1 img {
  width: 100%;
  border: solid #fdd10e;
  border-radius: 23px;
  border-width: 2px;
}
.tp-about-thumb-2 img {
  width: 100%;
   border: solid #fdd10e;
  border-radius: 23px;
  border-width: 2px;
}
.tp-pricing-5-item.active .tp-pricing-5-head {
  background-color: #ffe408;
}
.tp-pricing-5-item.active {
  background-color: #fff;
}
.tp-pricing-5-list ul li {
  list-style: none;
  color: var(--tp-heading-4);
  margin-bottom: 14px;
  display: flex;
  align-items: start;
  font-size: 17px;
}
.bor-bu{
    border: solid #302552;
  border-block-width: 2px;
  border-radius: 5px;
}

.active-tab {
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1) !important;
  color: #000;
  background-color: #fed20e !important;
  border-color: #fed20e !important;
}
.icon-bar {
  position: fixed;
  top: 50%;
  right:0;
  transform: translateY(-50%);
  z-index: 2;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 11px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
 background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCB045, #E1306C);
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.content1 {
  height: 470px;
  overflow: auto;
    overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  overflow-x: hidden;
  padding-right: 56px;
  text-align: justify;
}
a{
    cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
}

.tb th, .tb td {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
}
th {
  background-color: #382e5a;
  text-align: center;
  color: #fff;
}
thead, tbody, tfoot, tr, td, th {
  border-color: #382e5a;
  border-style: solid;
  border-width: 3px;
}
td {
  padding: 8px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 80%;
  }
}
.tp-profile-box {
  background-color: var(--tp-common-white);
  padding: 25px 23px;
  border-radius: 16px;
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
  height: 200px;
}
.pps p {
  color: #5F5D59;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: justify;
}

 .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
 top: 13%;
  width: 100%;
  height: 100%;
  overflow: auto;

  backdrop-filter: blur(5px);
}
.modal-inner {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 900px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: slide-down 0.3s ease;
  text-align: center;
}
.close {
  color: #aaa;

  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.2);*/
  border-radius: .3rem;
  outline: 0;
}
.caption-container {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #555;
  background-color: #f9f9f9;
}
.prev {
  left: 15px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.next {
  right: 15px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.ssv{
      display:block;
  }
  .mbv{
      display:none;
  }

@media (max-width: 900px) {
  .ssv{
      display:none;
  }
  .mbv{
      display:block;
  }
  .pr-100{
      padding-right:20px;
      padding-left:20px;
  }
}


