*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
#cursur{
    height: 25px;
    width: 25px;
    background-color: #0c65b4;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}
.two-menu{
  display: none;
}
.navigation-wrap .top-btn{
  background-color: #e77913;
  font-weight: 700;
  padding: 15px;
}
.navigation-wrap .top-btn a {
  text-decoration: none;
  color: #fff
}
@media (max-width: 991px) {
  .two-menu{
      display: block;
  }
}
span.carousel-control-prev-icon,
span.carousel-control-next-icon{
  background-color: black;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #e77913;
  color: white;
  cursor: pointer;
  padding:1px 10px;
}
.navigation-wrap.scroll-on {
  position: fixed;
  background: #fff;
  box-shadow: 0px 2px 20px rgb(14 29 52 / 10%);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.15s ease-in-out 0s;
}
.navigation-wrap {
  position: fixed;
  padding: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* ================== Navbar-Start =====================*/

.nav-links, .navbar-topbar ul li {
  list-style: none
}

.nav-links, nav {
  width: 100%;
  display: flex
}

.card .pic, .nav-links li, h1 {
  position: relative
}

*, body {
  padding: 0
}

.logo, .nav-links, nav {
  display: flex
}

* {
  margin: 0;
  box-sizing: border-box
}

#cursur {
  height: 25px;
  width: 25px;
  background-color: #e77913;
  border-radius: 50%;
  position: fixed;
  z-index: 99
}


.navbar-topbar {
  background: #192f59;
  padding: 0
}

.navbar-topbar li a {
  color: #ffff;
  transition: .5s ease-in;
  margin-right: 20px;
  position: relative
}

.top-bar-left {
  padding-left: 7%
}

.navbar-topbar .menu {
  margin-left: 35%
}

.glow-on-hover:active, .navbar-topbar .dropdown-menu li a, .offcanvas-body li a {
  color: #000
}

.about-tums span, .finder-section .love, .navbar-topbar li a:hover {
  color: #e77913
}

.logo h1, .nav-links li a:hover {
  color: #141b4d
}

.nav-links li a::before, .navbar-topbar .menu li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #e77913;
  position: absolute;
  transition: 250ms ease-in-out;
  margin: 25px 0 0 10%
}

.navbar-topbar .menu li a:hover::before {
  width: 80%;
  left: 0
}

.navbar-topbar .top-btn {
  background-color: #e77913;
  display: inline-block;
  font-weight: 700;
  padding: 20px;
  margin-left: 23px
}

.navbar-topbar .top-btn a {
  text-decoration: none;
  color: #fff
}

nav {
  height: 6rem;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
  z-index: 10
}

.logo {
  padding: 2vh 1vw;
  margin-left: 5%;
  width: 15%;
}

.join-button, .login-button {
  padding: .6rem .8rem;
  font-size: 1rem;
  cursor: pointer
}

.logo h1 {
  margin-top: 20px;
  margin-left: 10px;
  text-shadow: 4px 0 3px #e77913;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 2.5rem
}

.logo img {
  height: 5rem;
}

.nav-links {
  margin-left: 15%;
  margin-right: 5%;
  margin-top: 20px;
  justify-content: space-evenly;
  align-items: center
}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 15px
}

.nav-links li {
  margin-right: 15px
}

.nav-links li a:hover::before {
  width: 80%
}

.login-button {
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  border-radius: 2em;
  margin-left: 2vw
}

.join-button, .section.list-of-links a:hover:after {
  background-color: #e77913
}

.login-button:hover {
  color: #131418;
  background-color: #f2f5f7;
  border: 1.5px solid #f2f5f7;
  transition: 350ms ease-in-out
}

.join-button {
  color: #131418;
  border: 1.5px solid #e77913;
  border-radius: 2em
}

.announcement, .brand-message {
  border-top: 2px solid #e77913
}

.join-button:hover {
  color: #f2f5f7;
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  transition: 350ms ease-in-out
}

.hamburger div {
  width: 30px;
  height: 4px;
  background: #141b4d;
  margin: 5px;
  transition: .3s
}

.hamburger {
  display: none
}

@media screen and (max-width:800px) {
  .hamburger, nav {
      position: absolute
  }
  .dropdown-menu{
    background-color: #e77913;
    
}
  nav {
      z-index: 3
  }

  .fade:not(.show), li.fade {
      opacity: 1
  }

  .hamburger {
      display: block;
      cursor: pointer;
      right: 5%;
      top: 50%;
      transform: translate(-5%, -50%);
      z-index: 2;
      transition: .7s
  }

  .nav-links {
      position: fixed;
      background: #131418;
      height: 100vh;
      margin-left: 0;
      width: 100%;
      flex-direction: column;
      clip-path: circle(50px at 90% -20%);
      -webkit-clip-path: circle(50px at 90% -10%);
      transition: 1s ease-out;
      pointer-events: none
  }

  .nav-links.open {
      clip-path: circle(1000px at 90% -10%);
      -webkit-clip-path: circle(1000px at 90% -10%);
      pointer-events: all
  }

  .nav-links li {
      opacity: 0
  }

  .nav-links li:first-child {
      transition: .5s .2s
  }

  .nav-links li:nth-child(2) {
      transition: .5s .4s
  }

  .nav-links li:nth-child(3) {
      transition: .5s .6s
  }

  .nav-links li:nth-child(4) {
      transition: .5s .7s
  }

  .nav-links li:nth-child(5) {
      transition: .5s .8s
  }

  .nav-links li:nth-child(6) {
      transition: .5s .9s;
      margin: 0
  }

  .nav-links li:nth-child(7) {
      transition: .5s 1s;
      margin: 0
  }
  .dot-matrix{
    margin-top: 0;
    padding-top: 15%;
    font-size: 12px;
    max-height: 44%;
  }
  .page-title-section img{
    max-height: 50vh;
  }
  .page-title-section h1 span{
    font-size: 32px;
  }
  .tabs .nav-pills{
    display: flex;
  }
  .tabs .nav-pills li{
    width: 25%;
  }
  .tabs .nav-pills i,
  .tabs .nav-pills h2{
    font-size: 18px;
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px)
}

.toggle .line2 {
  transition: .7s;
  width: 0
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px)
}

.navbar img {
  width: 15%
}

.navbar-topbar .social-icon li a {
  margin-right: 10px
}

.header-top{
  margin-top: 10%;
}
/* ================== Navbar-End =====================*/

@media (max-width: 991px) {
  .nav-links li a{
    color: #fff;
  }
}

/* ================== Footer-Section-Start =====================*/

.footer-section {
  background: #141b4d;
  position: relative;
  border-top: 2px solid #e77913;
}

.footer-cta {
  border-bottom: 1px solid #e77913;
}

.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px
}

.cta-text {
  padding-left: 15px;
  display: inline-block
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px
}

.cta-text span {
  color: #fff;
  font-size: 15px
}

.footer-content {
  position: relative;
  z-index: 2
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%
}

.footer-logo {
  margin-bottom: 30px
}

.footer-logo img {
  max-width: 100%;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e77913;
  text-decoration: none
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  text-decoration: none;
  transition: .5s ease-in
}

.footer-widget ul li a:hover {
  color: #e77913;
  text-decoration: none
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none
}

.subscribe-form {
  position: relative
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #e77913;
  padding: 13px 20px;
  border: 1px solid #e77913;
  top: 0
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg)
}

.footer-text p {
  color: #fff
}

.footer-divider {
  background: #373636;
  height: 2px;
  width: 100%;
  margin-bottom: 20px
}

.footer-logo h1 {
  margin-left: 55px;
  color: #fff;
  font-weight: 900;
  margin-top: 7px;
  letter-spacing: 2px;
  text-shadow: 4px 1px 3px #e77913
}

.copyright-text p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.social-icon::after, .social-icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: .3s
}

.social-icons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  margin-top: 8%;
  left: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s
}
.social-icon::before {
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, .5);
  top: 0;
  left: 0;
  transform: scale(0)
}

.social-icon::after {
  width: 300%;
  height: 300%;
  background-color: rgba(255, 255, 255, .2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0)
}

.social-icon:hover, .social-icon:hover::before {
  transform: scale(1.2)
}

.social-icon:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

.social-icon:hover::after {
  transform: translate(-50%, -50%) scale(1.2)
}

.social-icon i {
  position: relative;
  z-index: 1
}

.social-icon:hover i {
  animation: .5s infinite alternate bounce
}

@keyframes bounce {
  from {
      transform: translateY(0)
  }

  to {
      transform: translateY(-5px)
  }
}
/* ================== Footer-Section-End =====================*/

/* ================== Content-Section-Start =====================*/

.nav-pills-custom .nav-link {
  color: #141b4d;
  background: #fff;
  position: relative;
}
h2{
  color: #141b4d;
}
p{
  text-align: justify;
}
.top-para{
  width: 48%;
}
.nav-pills-custom .nav-link.active {
  color: #e77913;
  background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #e77913;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}
.tab-content>.active{
  border: 4px solid #e77913;
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}


.header{
  background-color: #141b4d;
}
.tab-pane img{
  width: 50%;
  float: inline-end;
}
.top-text{
  margin-bottom: 25px;
}
.tab-pane h4{
  font-size: 17px;
  color: #141b4d;
  text-align: right;
}
/** Below CSS is completely optional **/




/* ================== Footer-Section-End =====================*/


.table-responsive h1{
  text-align: center;
  color: #141b4d;
  font-size: 40px;
}




