body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    position: relative;
    background: #011627; 
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
    font-family: 'Inter', sans-serif;
}
h2 {
    font-family: 'Inter', sans-serif;
   
}

h3 {
    font-family: 'Inter', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}


.rainbow-gradient-circle {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #059DFF, #36C6F0);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}



.rainbow-gradient-circle.theme-pink {
  position: fixed;
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #FB5343, #6549D5);
  opacity: 0.50;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}




.header-call-btn{
  margin-left: auto;
}

.header-call-btn a{
  font-size: 18px;
  color: #fff;
  background: #f71735;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
}










header{  
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.navbar-brand img{
  max-width: 215px;
}
.navbar{
    padding: 0;
}

.ro-text {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 5px 0;
}



#all_slides{
    position: relative;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.active{
    opacity: 1;
    z-index: 2;
}


.controls{
    display: none;
}

.slide{
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-size: cover;
}

.slide:nth-of-type(1){
  background-image: url('../images/bannre-1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.slide:nth-of-type(2){
  background-image: url('../images/bannre-2.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}


.slide:nth-of-type(3){
  background-image: url('../images/bannre-3.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}



.banner-content {
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.banner-sec{
  position: relative;
}

.banner-sec h1 {
  font-weight: 900;
  line-height: 60px;
  font-size: 46px;
  margin-bottom: 30px;
  color: #FFF;
  margin-top: 20px;
  text-transform: uppercase;
}

.banner-sec h4{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.banner-sec h4 b{
  color: #ff6196;
}

.banner-sec p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}



.banner-right {
  text-align: center;
  padding-left: 70px;
  margin-top: 40px;
}
.banner-right img {
  max-width: 100%;
  padding: 10px;
  border-radius: 5%;
  border: 1px solid #e80027;
}

.inner-banner {
  padding: 150px 0 50px 0;
  background: url(../images/011A.jpg) no-repeat center center;
  background-size: cover;
}

.inner-banner h2{
  font-weight: 600;
  line-height: 40px;
  font-size: 36px;
  color: #FFD81B;
  text-align: center;
}

.inner-page-body{
    padding: 50px 0;
}

.inner-page-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  color: #fff;
}

.inner-page-body p {
  margin: 0px 0 10px 0;
  color: #fff;
}

.inner-page-body ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #bd30a1;
  border-radius: 50%;
  left: 15px;
  top: 9px;
}

.inner-page-body ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  color: #fff;
}


.call-me-box {
  width: 100%;
  padding: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  background: #f71735;
  border-radius: 10px;
}

.dark-text-1 {
  color: #001e35; }

.call-me-box p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.call-me-box a {
  font-size: 26px;
  color: #fff;
  font-weight: 900;
} 

.call-me-box-2 {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #f71735;
}

.call-me-box-2 p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box-2 a {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
} 

.about-sec-left img{
    max-width: 100%;
    padding: 10px;
    border-radius: 5%;
    border: 1px solid #fff;
    }

.about-sec-new {
  padding: 90px 0 50px 0;
  background: #001e35;
  position: relative;
}

.about-sec-new-top{
  margin-bottom: 30px;
}

.about-sec-new-top h2{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
}


.about-sec-new-top h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 25px;
  background: #f71735;
  bottom: 6px;
}


.about-sec-new-top p{
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-sec-new-top p span{
  color: #eb4681;
}


.about-new-box {
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.about-new-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.about-new-box h3 span {
  display: block;
  font-weight: 400;
}

.about-new-box img {
  margin-bottom: 15px;
  max-width: 60px;
}

.about-sec-img img {
  border: 1px solid rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}


.socialDate-con {
  position: relative;
  padding: 70px 0;
  background: #001e35;
}

.socialDate h3 {
  font-size: 30px;
  line-height: 30px;
  color: #f2cd3d;
  font-weight: 600;
  margin: 0 0 20px;
}

.socialDate h5 {
  font-size: 24px;
  line-height: 30px;
  color: #f2cd3d;
  font-weight: 600;
  margin: 0 0 15px;
}
.socail-date-left {
  padding-right: 40px;
}
.socail-date-left h4{
  font-size: 30px;
  line-height: 35px;
  color: #f2cd3d;
  font-weight: 600;
  margin: 0 0 20px;
}

.socail-date-left img{
  padding: .25rem;
  border: 1px solid rgba(255, 255, 255, 0.51);
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.socialDate img {
  height: 70px;
  margin: 0 0 20px;
}

.socialDate h4 {
  font-size: 24px;
  line-height: 30px;
  color: #111;
  font-weight: 600;
  margin: 0 0 15px;
}

.socialDate p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.contect-us-sec {
  padding: 60px 0;
  background: #001e35;
}
.contact-sec-left img{
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.51);

}




.sec-title {
  text-align: center;
  margin-bottom: 30px;
}

.sec-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}

.sec-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}



.top-members-sec {
  padding: 50px 0 60px;
  position: relative;
}

.member-box {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.img-block {
  position: relative
}

.img-block img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.img-block-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(112, 26, 119, 0);
}

.text-block {
  padding: 10px 15px;
  position: inherit;
  width: 100%;
  border-bottom: 2px solid #f71735;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
}

.member-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.member-age {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.member-age span {
  margin-left: 10px;
}


.member-bottom-con {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.member-bottom-con a {
  color: #ef5b85;
  font-size: 18px;
  padding: 10px;
  display: inline-block;

}

.view-block-b,
.like-block-b,
.chat-block-b {
  text-align: center;
}

.like-block-b {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.member-like-con {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  background: #0f0f11;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.member-like-con li {
  display: inline-block;
  margin: 0 5px;
  width: 100%;
}

.member-like-con li a {
  padding: 8px 5px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
}

.member-like-con li a:hover {
  color: #fff;
  background: rgba(0, 152, 255, 0.4);
}











.extra-con-sec {
  padding: 60px 0;
}

.extra-con-sec h2{
    font-weight: 600;
    color: #ef4972;
    margin-bottom: 10px;
    font-size: 22px;
}



.extra-text-block {
  text-align: center;
  font-size: 18px;
  background: rgb(153, 69, 192);
  padding: 10px;
  color: #feffff;
  font-weight: 600;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  border-radius: 15px;
}

.extra-sec-right img {
  max-width: 100%;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(238, 98, 190, 0.3);
  margin-bottom: 30px;
}

footer {
  background: #011627;
  position: relative;
  border-top: 1px solid #fff;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/shape1.png') bottom left no-repeat;
    background-size: auto;
  background-size: contain;
  pointer-events: none;
}

.footer-top{
    text-align: center;
    padding: 50px 0 20px 0;
}
.footer-top p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-top img{
    margin-bottom: 30px;
}


.footer-top p a{
  color:#FFD81B;
}
.footer-botom{
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #fff;
}

.footer-botom p{
   color: #fff;
   font-size: 16px;
}

.footer-botom p a{
  color:#FFD81B;
}

.bannerForm {
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.bannerForm .form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: .50rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bannerForm .btn-primary {
        color: #fff;
        padding: 0 28px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent;
        border-radius: 8px;
        background-color: transparent;
        background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95%/200% 100%;
        transition-duration: 300ms;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        line-height: 47px;
        letter-spacing: 0.5px;
        transition: 0.4s;
        text-shadow:1px 1px 6px rgba(0,0,0,0.25)
}


.bannerForm .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #fff;
  text-decoration: none;
}



.bannerForm h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.bannerForm p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
}


.bannerForm p a {
  color: #FFD81B;
}

.extra-sec-left{
    text-align: center;
}
.extra-sec-left p{
   color: #fff;
   font-size: 18px;
   margin-bottom: 15px;
}
.extra-sec-left h4{
   color: #fff;
   font-size: 20px;
   margin-bottom: 15px;
   font-weight: 600;
   line-height: 32px;
}


@media (min-width: 768px) { 

 }

@media (max-width: 767.98px) {

.about-sec-img img {
  margin-bottom: 30px;
}
.about-sec-new-top {
  text-align: center;
  margin-bottom: 0;
}
.socialDate-con {
  padding: 50px 0;
  text-align: center;
}

.media {
  display:inherit;
  display:inherit;
  -ms-flex-align:inherit;
  align-items:inherit;
  margin-bottom: 30px;
}

.socialDate img {
  margin: 0 0 20px;
  margin-right: 0;
}

  .banner-sec h1 {
    line-height: 32px;
    text-align: center;
    font-size: 24px;
  }

.banner-sec h4{
    text-align: center;
}
.call-me-box {
  margin-bottom: 30px;
 }


.about-sec {
  padding: 40px 0;
}
.about-sec-top {
  padding:0px;
  text-align: center;
}
.about-sec-top h2 {
  font-size: 22px;
  line-height: 30px;
}
.banner-right {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px;
}
.extra-con-sec {
  padding: 30px 0;
}
.call-me-box-2 a {
  font-size: 30px;
}
.sec-title h2 {
  font-size: 26px;

}

.navbar-brand{
  margin: 0 auto;
}

.banner-sec p {
  text-align: center;
}
.socail-date-left {
  padding-right: 0px;
}

#all_slides {
  height: 80vh;
}

.header-call-btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.banner-content {
  top: 230px;
}

.img-block img {
  height: 220px;
}
.contact-sec-left {
  margin-bottom: 30px;
}
.top-members-sec {
  padding: 50px 0 30px;
}
.banner-sec h4 b {
  display: block;
}

}


.home-banner {
  overflow: hidden;
  position: relative; }
  .home-banner .placeholder {
    text-align: left;
    top: 100px;
    padding-left: 5vh; }
  .home-banner .min-vh-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .home-banner .social-share {
    position: absolute;
    top: 0;
    bottom: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    right: 16px;
    z-index: 1; }
    .home-banner .social-share a {
      width: 30px;
      height: 30px;
      font-size: 15px;
      background: rgba(255, 255, 255, 0.06);
      text-align: center;
      line-height: 30px;
      margin: 5px;
      color: #fff;
      border-radius: 3px; }
      .home-banner .social-share a:hover {
        background: #f71735; }
  .home-banner .home-avatar-box {
    padding: 40px;
    position: relative; }
    @media (max-width: 767px) {
      .home-banner .home-avatar-box {
        padding: 20px; } }
    .home-banner .home-avatar-box:before {
      content: "";
      background-image: url(../images/dots-effect.png);
      position: absolute;
      top: 0;
      left: -40px;
      right: 0;
      bottom: 0;
      background-position: left;
      background-size: cover;
      -webkit-animation: spin 140s linear infinite;
              animation: spin 140s linear infinite; }
    .home-banner .home-avatar-box:after {
      content: "";
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      width: 200vw;
      border: 20px solid #f71735;
      border-radius: 310px;
      background: #011627; }
      @media (max-width: 767px) {
        .home-banner .home-avatar-box:after {
          border: 10px solid #f71735; } }
  .home-banner .home-avatar-in {
    position: relative;
    border-radius: 50% 50% 0% 50%;
    border: 15px solid #fff;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 767px) {
      .home-banner .home-avatar-in {
        border: 5px solid #fff; } }
    .home-banner .home-avatar-in:after {
      content: "";
      padding-bottom: 100%;
      display: inline-block;
      vertical-align: top; }
    .home-banner .home-avatar-in img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .home-banner .typo-box {
    padding-top: 50px;
    padding-bottom: 50px; }
    .home-banner .typo-box h6 {
      font-size: 20px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .home-banner .typo-box h6 {
          font-size: 16px; } }
    .home-banner .typo-box h1 {
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      position: relative;
      padding-bottom: 15px;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .home-banner .typo-box h1 {
          font-size: 40px; } }
      .home-banner .typo-box h1:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 120px;
        height: 3px;
        background: #f71735; }
    .home-banner .typo-box h2 {
      color: #fff;
      font-weight: 600;
      font-size: 28px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .home-banner .typo-box h2 {
          font-size: 18px; } }
    .home-banner .typo-box p {
      font-size: 17px;
      color: rgba(255, 255, 255, 0.7);
      max-width: 500px; }
      @media (max-width: 767px) {
        .home-banner .typo-box p {
          font-size: 15px; } }
    .home-banner .typo-box .btn-bar {
      padding-top: 10px; }


img {
  max-width: 100%;
}

.placeholder {
  position: absolute;
  top: 20px;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0.05;
  pointer-events: none; }
  .placeholder h5 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 7vw;
    color: transparent;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.8rem; }
    @media (max-width: 767px) {
      .placeholder h5 {
        font-size: 10vw;
        letter-spacing: 0.2rem; } 

    .home-banner .typo-box {
      text-align: center;
    }

    .home-banner .typo-box h1::after {
        left: 0;
        right: 0;
        margin: 0 auto;
      }

      }
