body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #1a1a1a;
	font-size: 18px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}
.c-fff{
    color: #fff !important;
}
.c-ffd400 {
    color: #ff7a01 !important;
}
.c-fecf04 {
     color: #fecf04 !important;
}
/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/**/
.white-text{color: #fff;}

/**/
.top-head {
        background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    padding: 5px 0;
}
.top-head ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.top-head ul li {
    display: inline-block;
    margin-right: 15px;
}
.top-head ul li a i {
    background: #ffd400;
    color: #000;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 100px;
}
.zoom-in-zoom-out {
    margin: 0;
    background: #ffd400;
    text-align: center;
    padding: 7px 0;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 400;
}
.zoom-in-zoom-out i {
        background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 4px 0;
}
.center-top-head marquee {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-top: 7px;
}
.container-fluid {
    max-width: 1400px !important;
}

/**/
.marquee-bar {
    background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 10px;
    font-style: italic;
    border-right: solid 8px #0c8290;
    border-left: solid 8px #360134;
}
.marquee-bar.mr2 {
    background: #ffffff;
    border-color: #fff;
}
.marquee-bar.mr2  .marquee-item {
    color: #2a2a2a;
}
 
  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }
.marquee-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.dot {
    width: 8px;
    height: 8px;
    background: #fdcb00;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicate content for seamless loop */
  .marquee-inner {
    display: flex;
  }
.align{
	align-items: center;
}  

.card-inn {
    border-radius: 25px;
    border: solid 1px #0d7e8d;
    padding: 15px;
    text-align: center;
    background: #fffffb;
}
.card-inn h3 {
    color: #0d7e8d;
    font-size: 22px;
    font-weight: 600;
}
.card-inn img {
    width: 150px;
    margin-bottom: 10px;
}
.card-part {
    padding: 50px 0;
}
.card-inn img {
    background: #f3f3f3;
    border: solid 1px #0d7e8d;
    border-radius: 100px;
    padding: 9px;
    margin-bottom: 5px !important;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.sab-title {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
}
.main-title {
    font-size: 40px;
    font-weight: 700;
    margin: 8px 0;
    color: #461275;
    background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.life {
    background: #fff;
    border-radius: 8px;
    border: solid 1px #0d7e8d;
    padding: 20px;
}
.life h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0c1b33;
}
.life p {
    font-size: 16px;
    color: #1a1a1a;
    margin: 0;
}
.about-part {
    padding: 40px 0;
    position: relative;
    z-index: 5;
    background: linear-gradient(to right, rgb(255 255 255), rgb(237 237 237));
}
.about-part:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 22%;
    background: repeating-linear-gradient(45deg, #195a732e, #cdcdcd 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-45deg, #8c3eb529, #1a4d6833 1px, transparent 1px, transparent 10px);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -5;
}
.btn-number {
    display: block;
    width: fit-content;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 0 0;
    background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    color: #fff;
    padding: 14px 36px;
    border: unset;
        transition: 0.4s;
}
.btn-number:hover { 
    color: #ffffff;
     background:#1a396b;
    box-shadow: 3px 6px 8px #00000021;
}
.pera-card {
    background: #0e7b8a2e;
    border-left: solid 2px #0e7b8a;
    padding: 10px 18px;
}
.card-about-inn {
    padding: 18px;
    list-style: none;
    position: relative;
    text-align: center;
    background: #fff9ec;
    margin: 0 0 20px 0;
    border: solid 2px #ffd401;
    border-radius: 20px;
}
.card-about-inn h4 {
    color: #ff7a01;
    font-size: 20px;
    font-weight: 600;
}
.card-about-inn p {
    font-weight: 500;
}
.card-about-inn img {
    border-radius: 100px;
    border: solid 2px #ff7d06;
    width: 120px;
    margin-bottom: 15px;
}

/*Services css*/
.ser-part {
    overflow: hidden;
    padding: 50px   0;
    margin-bottom: -20px;
    background: linear-gradient(to right, rgb(255 229 255), rgb(199 250 255));
}
.ser-contant {
    border-radius: 26px;
    text-align: center;
    padding: 20px;
    position: relative;
    min-height: 308px;
    margin-bottom: 25px;
    background: #fff;
    border: solid 2px #fecf04;
}
.ser-img {
    display: block;
    max-width: 100%;
    z-index: 2;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border: solid 2px #fecf04;
    margin-top: 0;
}
.services-card {
    position: relative;
   /* overflow: hidden;*/
}
.horoscope-round {
    position: absolute;
    top: -29px;
    z-index: 0;
    -webkit-animation-duration: var(--fa-animation-duration, 10s) !important;
    animation-duration: var(--fa-animation-duration, 10s) !important; 
}
img.horoscope-round {
    width: 85%;
    left: 8%;
}
.whatsapp-btn {
color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #c40071, #93034d);
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    border: none;
}
.ser-contant h5 {
    color: #360134;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ser-contant p {
    color: #202020;
    font-size: 17px;
}
.whatsapp-btn:hover {
  transform: translateY(-2px);
}
.btn-ser {
    color: #000000;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background: #fecf04;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    margin: 0 auto;
    border-radius: 50px;
}
.btn-ser:hover {
    color: #000;
    background-image: linear-gradient(to right, #fecf04, #ff9209);
}
@media (max-width: 1399px) {
    img.horoscope-round {
        width: 96%;
        left: 2%;
    }
}
 
.about-list-btn {
    margin: 11px  0;
}
.about-list-btn li {
    margin-bottom: 10px;
}
.about-list-btn li {
    display: inline-block;
    margin-right: 10px;
   background-image: linear-gradient(to right, #ffde3c, #ffd400);
    padding: 8px 25px;
    border-radius: 100px;
    color: #000000;
    border: solid 1px #ffcc5d;
    font-size: 16px;
    font-weight: 500;
}
.about-list-btn li i {
    color: #490258;
}

/*testimonials */    
.testimonials {
    padding: 80px 0;
    background: #570068;
    position: relative;
    z-index: 5;
}
.testimonials:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 5%;
    background: repeating-linear-gradient(
      45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    );
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -5;
}
/**/
.contant-part {
    padding: 50px 0;
    position: relative;
    z-index: 5;
    background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
}
.contant-part:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 5%;
    background: repeating-linear-gradient(
      45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    );
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -5;
}
.list-part-li h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 0;
    background: #fecf04;
    color: #000000;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 15px 18px 0 18px;
    background: #fff;
}
ul.ch-list-line li {
    text-align: left;
    color: #300520;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: dashed 1px #3e3e3e3d;
    padding: 10px 0;
    padding-left: 32px;
    position: relative;
}
ul.ch-list-line li a {
    color: #000000;
}
ul.ch-list-line li i {
    padding: 4px 5px;
    background: #fecf04;
    font-size: 15px;
    margin-right: 5px;
    color: #000000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 11px;
}
ul.ch-list-line li a:hover {
    color: #0b8793;
}
.post-img {
    margin: 11px 0;
    border-radius: 8px;
    border: solid 2px #fede38;
}

.test-card {
    padding: 15px;
    padding-top: 40px;
}
.testimonial {
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    background: #fecf04;
    padding: 20px;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
.testimonial .testimonial-title {
    color: #ffffff;
    font-size: 20px;
     background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    width: fit-content;
    padding: 7px 22px;
    margin: 0 auto;
    border-radius: 54px;
}
.testimonial p {
    font-size: 18px;
    color: #000000;
}
.star-icons {
    color: #ffffff;
    font-size: 29px;
    background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.pic img {
    border-radius: 100px;
    width: 100px;
    margin-bottom: 10px;
    border: solid 2px #ffffff;
    margin-top: -70px;
}
.owl-theme .owl-controls .owl-page span {
    background: #360033 !important;
}
.test-wha img {
    background: rgb(255, 245, 221);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 193, 56);
    border-image: initial;
    padding: 8px 5px;
    border-radius: 12px;
    width: 100%;
}
  .contant-part.cont2 .main-title {
    color: #fecf04 !important;
    background: unset;
    -webkit-text-fill-color: unset;
}
.test-wha {
    padding: 10px;
}
.cta-part h2 {
    color: #fecf04;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0px;
}
.cta-part p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 15px !important;
}
.btn-link.yellow-back {
    color: #000000;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background: #fecf04;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    border-radius: 50px;
}
.btn-link.yellow-back:hover {
    background: #fff;
}
.horoscope-over{overflow: hidden !important;} 
.ftr-sec {
    background: #fecf04;
    text-align: center;
    display: block;
    padding: 15px 0;
    border-top: solid 1px #ffffff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #00000054;
    padding: 10px 0;
}
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.card-aw img{
    border: solid 2px #fecf04;
    border-radius: 12px;
    margin: 0 0 20px 0;
}
.call-part ul li a {
    background: #0e2548;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}
.call-part ul li.whats i {
    background: #129122;
    color: #fff;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #ff7a01;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
    margin-right: 10px;
}
.call-part ul li.whats {
    bottom: 100px;
}

.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li:hover {
    right: 0;
}

ul.social-links li {
    display: inline-block;
}

ul.social-links li a:hover {
    background: #fff;
    color: #0b1b34;
}

ul.social-links li a {
    background: #0b1b34;
    padding: 6px 9px;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
    border: solid 2px #fff;
    display: block;
    width: 52px;
    height: 52px;
    margin: 8px 4px;
}
.white-text {
    color: #fff;
}
/*End testimonials */  


@media (max-width:1199px){ 
 .top-head ul li a { 
    font-size: 15px; 
}
.top-head ul li a i { 
    font-size: 16px;

    padding: 7px 7px; 
}
.center-top-head marquee {
    font-size: 16px; 
}
.zoom-in-zoom-out { 
    padding: 5px 0; 
    font-size: 14px; 
}
.zoom-in-zoom-out i { 
    padding: 7px 0;
}
 

}

@media (max-width:991px){ 
 .top-head ul {
    text-align: center;
    margin-bottom: 1px;
    border-bottom: solid 1px #e1e1e12e;
    padding-bottom: 13px;
}
.card-inn {
    margin-bottom: 20px;
}
    .main-title {
        font-size: 25px;
    }

}

@media (max-width:767px){ 
    img.cta-2 {
    width: 75%;
    margin: 0 auto;
}
.top-head ul li { 
    margin-right: 7px;
}
.top-head ul li a {
    font-size: 14px;
}
.top-head ul li a i {
    font-size: 14px;
    padding: 6px 6px;
}
.center-top-head marquee {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 5px;
}
.top-head { 
    overflow: hidden;
}
.zoom-in-zoom-out {
    padding: 5px 15px; 
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 8px;
}
.zoom-in-zoom-out { 
    margin: 5px auto; 
}
.zoom-in-zoom-out i {
    padding: 5px 0;
}
.zoom-in-zoom-out {
    padding: 6px 15px !important;
    font-size: 17px;
    margin-top: 8px;
}
.marquee-part {
    margin-bottom: 8px;
    padding: 0 5px;
}
.logo-center-head {
    margin: 9px 0;
    border-bottom: solid 1px #66373726;
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: solid 1px #66373726;
}
.marquee-bar { 
    padding: 4px 0; 
}
.marquee-item { 
    font-size: 13px;
    padding: 6px 0;
}
.card-part {
    padding: 30px 0;
}
 .life{margin: 10px 0; }
.btn-number { 
    margin: 15px 0 0 0; 
}
.row-reverse {
    flex-direction: column-reverse;
}
.cta-part h2 { 
    font-size: 25px;
    margin-top: 5px; 
}
.contant-part {
    text-align: center;
}
.contant-part.cont2 {
    text-align: left;
}
.btn-link.yellow-back {
    margin: 0 auto;
}
.card-about {
    margin-bottom: 30px;
}
.card-about-inn {
    padding: 12px; 
    margin: 0 0 16px 0; 
}
.card-about-inn h4 { 
    font-size: 18px; 
}
.card-about-inn img { 
    width: 75px; 
}
.top-head ul { 
    border-bottom: unset;
    padding-bottom: 8px;
}
.marquee-bar {
    padding: 2px 0;
    border-radius: 100px;
    margin-top: 0;
}
.about-part {
    padding: 40px 0 0 0; 
}

}

@media (max-width:430px){ 
.card-about-inn { 
    min-height: 280px;
}
.sab-title { 
    font-size: 20px; 
}

}


@media (max-width:350px){ 

.top-head ul li a {
    font-size: 12px;
}


}