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

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-top-con{
  background: rgb(240,86,134);
  background: linear-gradient(90deg, rgba(240,86,134,1) 0%, rgba(237,28,36,1) 100%);
  padding: 5px 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

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

.header-call-btn a{
  font-size: 18px;
  color: #fff;
  background: rgb(240,86,134);
background: linear-gradient(90deg, rgba(240,86,134,1) 0%, rgba(237,28,36,1) 100%);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
}


.menu{
  padding: 15px 0;
  background: #fff4ee;
  border-bottom: 1px solid #f7d9d9;
}

.navbar-brand img{
  max-width: 180px;
}
.navbar{
    padding: 0;
}

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



#all_slides{
    position: relative;
    height: 660px;
    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/banner-1a.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


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




.banner-content {
  position: relative;
  z-index: 10;
}

.banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(200deg, #ca23237a 15%, #5c3df36b 85%);
  opacity: .75;
  transition: background .3s,border-radius .3s,opacity .3s;
}

.banner-sec{
  position: relative;
  background-image: url('../images/banner-bg-y.jpg');
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 0 0;
}

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

.banner-sec h2
{
  font-weight: 600;
  line-height: 40px;
  font-size: 30px;
  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: #f0be27;
}

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

.baner-left-img img{
  max-width: 100%;
}

.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;
  position: relative;
  background-image: url(../images/bann-12.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  transition: background .3s,border-radius .3s,opacity .3s;
   background-size: cover;
}

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

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

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

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

.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: #000;
}


.call-me-box {
  width: 100%;
  padding: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  background: rgb(240,86,134);
  background: linear-gradient(90deg, rgba(240,86,134,1) 0%, rgba(237,28,36,1) 100%);
  border-radius: 10px;
  border: 1px solid #fff;
}



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

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

.call-me-box-2 {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  background: rgb(240,86,134);
  background: linear-gradient(90deg, rgba(240,86,134,1) 0%, rgba(237,28,36,1) 100%);
}

.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: 900;
} 

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

.about-sec-new {
  padding: 50px 0 50px 0;
  position: relative;
}

.about-sec-overlay
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(200deg, #12d1fd 15%, #b92bec 85%);
  opacity: .75;
  transition: background .3s,border-radius .3s,opacity .3s;
}


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

.about-sec-new-top h2{
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-sec-new-top p{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  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;
  background-color: #ee293a;
  text-align: center;
  border: 1px solid #f7d9d9;
  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 #f7d9d9;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  padding: 2px;
}


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

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

.socialDate h5 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  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{
  border: 1px solid #f7d9d9;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  padding: 2px;
}

.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: #000;
  font-weight: 400;
}

.contect-us-sec{
  padding: 60px 0;
  position: relative;
  background-image: url(../images/banner-1a.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  transition: background .3s,border-radius .3s,opacity .3s;
  background-size: cover;
}
.contact-sec-left img{
  width: 100%;
  border-radius: 10px;
  border: 2px solid #fff;

}




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

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

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



.top-members-sec {
  padding: 50px 0 60px;
  position: relative;
  background: #fff4ee;
  border-top: 1px solid #f7d9d9;
}

.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;
  border: 1px solid #f7d9d9;
  border-radius: 15px;
}

.img-block {
  position: relative
}

.img-block img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.img-block-overlay {
  position: absolute;
  right: 10px;
  top: 10px;
}

.img-block-overlay img{
  width: 30px;
  height: 30px;
}


.text-block
{
  padding: 10px 15px;
  position: relative;
  width: 100%;
  background: #fff;
}

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

.member-age {
  color: #000;
  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: #fff;
  position: relative;
  border-top: 1px solid #ffeaf1;
}


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

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


.footer-top p a{
  color: #ed1e29;
}
.footer-botom
{
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ffffff40;
  background: #ee293a;
}

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

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

.bannerForm {
  padding: 15px;
  border: 1px solid #f7d9d9;
  border-radius: 10px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(10px);
}

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

.bannerForm .btn-primary {
        color: #fff;
        padding: 0 28px;
        
        border-color: transparent;
        border-radius: 8px;
        background-color: transparent;
        background: rgb(240,86,134);
        background: linear-gradient(90deg, rgba(240,86,134,1) 0%, rgba(237,28,36,1) 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: #000;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.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: #000;
   font-size: 18px;
   margin-bottom: 15px;
}
.extra-sec-left h4{
   color: #000;
   font-size: 20px;
   margin-bottom: 15px;
   font-weight: 600;
   line-height: 32px;
}




@media (max-width: 767.98px) {

.call-me-box a {
  font-size: 34px;
}


.baner-left-img
{
  padding-top: 0px;
}


.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;
    font-size: 24px;
}
.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: 600px;
}

.header-call-btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.banner-content
{
  text-align: center;
}
.img-block-overlay img{
  width: 30px;
  height: 30px !important;
}

.img-block img {
  height: 180px;
}
.contact-sec-left {
  margin-bottom: 30px;
}
.top-members-sec {
  padding: 50px 0 30px;
}
.banner-sec
{
  padding: 20px 0 0px 0;
  background-position: center center;
}
.bannerForm
{
  margin-top: 30px;
}
.about-sec-new-top h2
{
  font-size: 25px;
}

.banner-sec h2
{
  line-height: 30px;
  font-size: 22px;
}

}