*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
#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;
  }
}
#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;
  z-index: 100;
  width: 100%;
  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
}

.button, .force h2 .highlight, .hover-fx, .logo, .section.list-of-links li {
  text-align: center
}
 .card, .card1, .go-corner, .subscribe-form, .wg-box-content {
  overflow: hidden
}

* {
  margin: 0;
  box-sizing: border-box
}


.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
  }

  .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
  }
  .tabs .nav-pills{
    display: flex;
  }
  .tabs .nav-pills li{
    width: 100%;
  }
  .nav-pills-one:hover .backgroundEffect{
    top: 154%;
        max-height: 26%;
        min-width: 95%;
  }
  .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
}

body {
  overflow-x: hidden
}
.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: 3%;
      padding-top: 7%;
      padding-bottom: 25px
  }
.community-hp h2{
  font-size: 66px;
  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 img{
    width: 100%;
    position: relative;
    height: 50vh;
}
.home .home-overlay{
    position: absolute;
    background-color: #131418ad;
    top: 26%;
    left: 0;
    height: 50vh;
    width: 100%;
}
.page-title-section img{
  width: 100%;
  position: relative;
  height: 70vh;
}
.dot-matrix {
  background: url(../about/about-img/dot-matrix.png) repeat #002e727e;
  width: 100%;
  height: 70%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 12%;
  z-index: 0;
  
}

.tabs{
  background-color: #141b4d;
}
.tabs .nav-pills{
  justify-content: space-around;
  padding-top: 8%;
  
}
.nav-pills-one{
  background-color: #e77913;
  padding-top: 5%;
  padding-bottom: 3%;
  border-right: 4px solid #fff;
  transition: .5s;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}
.nav-pills .nav-link{
  margin: auto;
  text-align: center;
}
.nav-pills-one:hover .backgroundEffect {
  bottom: -45%;
  height: 300px;
  width: 21%;
  position: absolute;
  z-index: -1;
  background: #1316e7;
  color: #fff;
  animation: .3s ease-in popBackground;
}
.nav-pills-one .backgroundEffect {
  bottom: 0;
  height: 0;
  width: 100%
}
@keyframes popBackground {
  0% {
      height: 20px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%
  }

  50% {
      height: 80px;
      border-top-left-radius: 75%;
      border-top-right-radius: 75%
  }

  75% {
      height: 160px;
      border-top-left-radius: 85%;
      border-top-right-radius: 85%
  }

  100% {
      height: 320px;
      border-top-left-radius: 100%;
      border-top-right-radius: 100%
  }
}

.nav-pills .btn{
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 25px;
  font-size: 12px;
  color: #e77913;
  width: 60%;
  border: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #192f59;
}
.tabs button{
  color: #fff;
  margin-right: 60px;
}
.tabs i{
  font-size: 55px;
  margin-bottom: 10px;
}
.tabs h2{
  font-size: 22px;
}
.tabs button:hover{
  color: #fff;
}
.data-one {
  color: #fff;
}
.data-one h1{
  margin-top: 7%;
  text-transform: uppercase;
}
.data-one h1::before{
  content: "";
  position: absolute;
  bottom: -5px;
  height: 3px;
  width: 41%;
  background: #e77913;
  text-decoration: none;
}
.before-two h1::before{
  width: 20%;
}
.before-three h1::before{
  width: 23%;
}
.before-four h1::before{
  width: 17%;
}
.data-one p{
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;


}
.team-1 img{
  height: 49vh;
}
.vision img{
  height: 39vh;
}
.p-two{
  height: 100%;
}
.p-font p{
  font-size: 13px;
}
.data-one img{
  width: 100%;
  border-radius: 15px;
}
.paragraph{
  background-color: #e77913;
  padding: 20px 30px;
  border-radius: 0 15px 0 15px;
}

.card {
  background: url(../oric/oric-img/research-1.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vh;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  margin-bottom: 20%;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}
.card:hover h1{
  background: #141b4d91;
  transition: color 1s;
}
.card:hover {
  color: #e77913;
}
.card:hover:before, .card:hover:after {
  animation: none;
  opacity: 0;
}


.card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}

.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

.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)
  }
}

@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;
  }
  .nav-links li a{
    color: #fff;
  }
  .dropdown-menu{
    background-color: #e77913;
    
}
}