*{
    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;
}

/* custom button for modal close button  */
.btn-custom{
  background-color: #e77913 !important;
}

.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
  }

  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
  }
  .dropdown-menu{
    background-color: #e77913;
    
}
  .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
}

/* ================== Navbar-End =====================*/

/* ================== Home-Section-Start =====================*/

.community-hp {
  width: 170%;
  height: 70vh;
  box-sizing: border-box;
  padding-left: 6.25%;
  padding-right: 6.25%;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #141b4d;
  border-bottom: 2px solid #e77913;
  color: #fff
}

.community-hp header h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.3939393939;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px
}
@media only screen and (min-width: 1150px) {
  .community-hp {
      display: flex;
      flex-wrap: wrap;
      padding: 0
  }

  .community-hp div:first-child {
      flex: 0 1 53.75%;
      max-width: 53.75%;
      padding-left: 30px;
      padding-top: 7%;
      padding-bottom: 25px
  }
.community-hp h2{
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 72px;
}
.community-hp span{
  font-size: 6.5rem;

}
}
  .community-hp div:last-child {
      flex: 0 1 46%;
      align-items: stretch
  }

  .community-hp .image {
      background-image: url(../images/home/indus-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      right: 40%;
  }


@media only screen and (min-width: 1150px)and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1150px)and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 1150px)and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1150px)and (min-device-pixel-ratio: 1.5) {
  .community-hp .image {
      background-image: url(../images/home/indus-bg.jpg)
  }
}

@media only screen and (min-width: 1150px) {
  .community-hp .image:before {
      content: "";
      display: block;
      height: 100%;
      width: 60%;
      background-color: #141b4d;
      position: absolute;
      left: -1px;
      clip-path: polygon(0 0, 0 100%, 50% 0)
  }

  .community-hp h2 {
      margin-bottom: 15px
  }

  .community-hp ul {
      width: 100%
  }
}

/* ================== Home-Section-End =====================*/

@media (max-width: 991px) {
  .community-hp{
    width: 100%;
    /* background-image: url(../images/home/indus-bg.jpg); */
    background-size: cover;
  }
  .community-hp h2{
    text-align: center;
    color: #fff;
    padding-top: 60%;
    font-size: 30px;
    font-weight: 900;
  }
  .tab-pane img{
    min-width: 100%;
  }
  .top-para{
    min-width: 100%;
  }
  .lg-item > img{
        min-width: 15%;
        max-width: 32%;
        max-height: 40vh;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon{
    display: none;
  }
  .nav-links li a{
    color: #fff;
  }
}

.news{
  background: #141b4d;
}
.news img{
  width: 100%;
  height: 60vh;
  margin-bottom: 20%;
}
.news h2{
  color: #fff;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 3%;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.glow-on-hover {
  width: 220px;
  height: 50px;
  margin: auto;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  margin-bottom: 10%;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e77913;
  text-align: center;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}


.journal{
  background: #141b4d;
  border-top: 2px solid #e77913;
  padding-top: 10%;
  padding-bottom: 10%;
}
.journal h1{
  color: #fff;
  text-align: center;
  padding-bottom: 5%;
}
.owl-carousel .item {
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.owl-carousel .item img{
  width: 100%;
  height: 50vh;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: #141b4d;  
}
.owl-carousel .owl-nav.disabled{
  display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  color: #fff;
  font-size: 42px;
  }

  .brochure{
    background: #141b4d;
    border-top: 2px solid #e77913;
    padding-top: 7%;
    padding-bottom: 10%;
    text-align: center;
    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 **/



.carousel {
  width: 800px;
    margin: 0 auto;
}
.carousel-item {
    .lg-item > img {
        width: 92%;
        height: 70vh;
        float: left;
    }
}
.carousel-control-next-icon{
  margin-right: 80%;
}

/* ================== 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;
}
