@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&display=swap');

body{
  margin:0;
  padding:0;
  color: #650125;
  font-family: "Parkinsans", sans-serif;

}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p, h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

svg{
  height: 30px;
  width: 30px;
  fill: #ffc000;
}
/* start top head section */

.tophead-section{
  padding: 0;
}
.tophead-section1{
  padding: 0;
}
.tophead{
  padding:0;
  background: #ffc000;
  padding: 0 20px 8px;
  margin: 0 0 14px 0;
  border-radius: 0 0 30px 30px;
}
.tophead-left1{
  padding: 0;
}
.tophead-left2{
  padding: 0;
}
.tophead-left2 p{
  color: #000000;
  font-size: 19px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.tophead-left2 p svg{
  height: 27px;
  fill:#8c1f27;
  margin: -6px 0 0 0;
}
.tophead-left2 p span{
  color:#ffffff;
  display: inline-block;
  padding: 0 0  0 7px;
  font-weight: 600;
  animation: blink 1.5s linear infinite;
}
@keyframes blink {
    50% {
        opacity: .1
    }
}


.tophead-right1{
  padding: 0;
}
.tophead-right2{
  font-size: 20px;
  padding: 0px 0px 0 0px;
  font-weight: 700;
  color: #8c1f27;
  text-transform: capitalize;
}
 
/* start head section */

.head-section{
}
.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0;
}

.head-appointment1{
  padding: 0;
  text-align: right;
}
.head-appointment2{
  padding: 0;
}
.head-appointment2 a{
  background: #650125;
  display: inline-block;
  padding: 5px 23px 5px 7px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0px 10px;
  color: #8c1f27;
  border-radius: 30px 30px;
  font-size: 17px;
  animation: blin 1.5s linear infinite;
}
@keyframes blin {
    50% {
       color:#ffb202;
    }
   100% {
       color:#8c1f27;
    }
}


.head-appointment2 a span{
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 8px 0 0;
  line-height: 37px;
}
.head-appointment2 a span .bi{
  height: 20px;
  fill:#ffb202;
}

/* end head section */


/* start about us section */

.aboutus-section{
  position: relative;
  padding: 0px 0px 70px;
  overflow: hidden;
}
.shape{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  top: auto;
  z-index: -9;
}
.shape svg path{
  fill: #07021b;
}
.design-aboutus{
  padding: 0px 0px 0 0px;
}
.serv {
  margin: 0px 0 40px;
  padding: 70px 0px 40px;
}

.serv1{
  position: relative;
}
.serv1:nth-child(2){
  padding:0 50px;
}
.serv2{position: relative;}
.serv2 img{
  border-radius: 20px;
}
.serv2 a span{
  position:relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.serv2 a span:after{
  height: 55px;
  width: 55px;
  background: #fff;
  display:block;
  border-radius:50%;
  margin: -0px auto 0;
  line-height: 90px;
  text-align: center;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -200px;
}

.serv1:nth-child(1) .serv2 a span svg{height: 45px;width: 45px;}
.serv2 a span svg{
  height: 35px;
  width: 35px;
  line-height: 50px;
  margin: -370px 0 0;
  fill: #824179;
  z-index: 9999;
  position: relative;
}

.serv2 a aside{
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 6px 19px 5px;
  border: 4px solid #9b414100;
  border-radius: 46px;
  font-size: 19px;
  margin: 30px 0 0;
  color: #ffffff;
  background: #8c1f27;
}

.conatct a{
  display:block;
  text-align:center;
  width: 100%;
  padding: 0px 60px 0px;
  margin: 54px auto 20px;
  border-radius: 77px;
  font-size: 81px;
  font-weight: 700;
  position:relative;
  z-index:9;
}
.conatct a:before{
  position:absolute;
  content:"";
  height: 100%;
  width: 95%;
  background:#ffc000;
  left:0;
  margin: 0 auto;
  border-radius: 10px;
  z-index:-9;
  top:0;
  right:0;
  transform: skew(24deg, 
0deg);
}
.conatct a img{
  margin:-20px 0 0 0;
}





.about-heading p{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #2c2c2c;
  width: fit-content;
  padding: 6px 0px 6px 52px;
  position:relative;
  margin: 0 auto;
}
.about-heading p:before{
  font-weight: 500;
  position: absolute;
  color: #ffffff;
  top: 0px;
  text-align: center;
  left: 0px;
  font-size: 32px;
  content: "\2730";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  background: linear-gradient(to right, #ffc000, #ffc000);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(360deg);
    }
}
.content-about{
  z-index: 9;
  position: relative;
}


.about-heading strong{
 font-size:    54px;
 text-transform: capitalize;
 text-align: left;
 
 display: block;
 font-weight: 500;
 color: #1e1e6c;
}
.about-heading h1{
 font-size: 56px;
 text-transform: uppercase;
 text-align: center;
 font-weight: 900;
 color: #461e5b;
}
.about-heading h1 a{
  color: #8c1f27;
}
.content-about p{
  color: #202020;
  font-size: 16px;
  text-align: left;
  padding: 0px 0 10px;
  line-height: 34px;
}
.content-about p strong{
  font-weight: 600;
  color: #b71d28;
}

.content-about  ul{
  padding: 0 0 18px;
  margin: 0;
  list-style: none;
}
.content-about  ul li{
  padding: 4px 19px 5px 40px;
  border: 4px solid #9b414100;
  border-radius: 46px;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  margin: 10px 0 0;
  position: relative;
  color: #000000;
  background: #ffc000;
}
.content-about  ul li:after{
  font-size: 20px;
  color: rgb(255 255 255);
  left: 10px;
  top: 2px;
  font-weight: 500;
  position: absolute;
  content: "❖";
  line-height: normal;
  font-family: "Glyphicons Halflings";
  border-radius: 50%;
}

/* end about us section*/


/* start awards section  */

.awards{
  padding: 60px 0px 70px;
  background: radial-gradient(#8c1f27, #69050d);
}
.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
.awards-heading strong{
  font-size: 49px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-radius: 50px;
  padding: 0 40px;
  color: #7c131b;
  background: #ffc000;
  width: fit-content;
  margin: 0 auto;
}
/* end awards section */

/* start services section */

.our-services-section{
  padding: 60px 0 60px;
}

.aboutus-heading strong{
  font-size: 47px;
  margin: -32px 0 0 0;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.aboutus-heading span{
  color: #000000;
  text-transform: uppercase;
  border-radius: 34px;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 17px 16px;
  background: #ffc000;
  margin: 0 0 0 0px;
  font-weight: 500;
}

.services-section{
  padding: 0;
}
.services-section1{
  padding: 50px 0 50px;
}
.services{
  padding: 40px 0 0 0;
}
.services1{
  padding: 15px 15px;
}
.services2{
  text-align: center;
  box-shadow: 0 0 10px #dfdfdf;
  padding: 16px;
  border-radius: 20px;
}
.services3{
  padding: 0;
}
.services4{
}
.services4 strong{
  margin: 0px 0 10px 0;
  display: block;
  padding: 10px 0 0 40px;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
}
.services4 p{
  color: #2b2b2b;
  line-height: 27px;
  font-weight: 400;
  padding: 13px 0 0;
  margin: 0;
  font-size: 15px;
}
.services5{
  padding: 0px;
  position:relative;
}
.services5 img{
  border-radius: 20px 20px 20px 0px;
  border: 4px solid #ffc000;
}
.services4 a{
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  height: 50px;
  border-radius: 0 0 30px 30px;
  font-size: 23px;
  width: 50px;
  background: #ffc000;
  line-height: 42px;
}
/* end services section */



/*start mark2 section*/

.mark2-section{
  background: radial-gradient(#8c1f27, #69050d);
  padding: 50px 0px 50px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.mark2-section:before{
  background:url(../images/astrology-background.jpg) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 0.1;
  left: 0;
  top: 0;
}
.mark2-section p{
  color: #ffc000;
  padding: 10px 0px 10px 0px;
  margin: 0;
  font-size: 23px;
  display: block;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}
.mark2-section span{
  color: #ffffff;
  font-size: 31px;
  text-transform: capitalize;
  font-weight: 700;
  animation: anii 0.9s infinite;
}
@keyframes anii{
  0%{
    opacity:0.1;
  }
  100%{
    opacity:0.9;
  }
}
.mark2-section i{
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  font-size: 33px;
  font-style: normal;
  background: #ffc000;
  display: block;
  margin: 9px auto 0px;
  width: fit-content;
  padding: 0px 15px;
}
.mark2-section aside{
  list-style: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 0 0;
}
/*end mark2 section*/


/* testimonial section start */
.testi-1{
  padding: 60px 15px 30px;
}
.testi-2{
  padding:0;
  background: #831f26;
  border-radius: 20px;
}
.main-testi{
    padding: 0 20px 20px;
    position: relative;
    border: 1px solid #831f26;
    border-radius: 20px;
    text-align: right;
    background: #fff;
}
.testi-txt img{
    border-radius: 50%;
    text-align: right;
    position: relative;
    margin: -38px 0 0;
    background: #ffca01;
    padding: 7px;
    width: 93px;
}
.testi-txt p {
    color: #4f4e4e;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0;
}
.testi-yell-sec {
    padding: 12px 15px;
    text-align: right;
    position: relative;
}
.test-str {text-align: center;display: flex;justify-content: space-between;padding: 8px 20px 9px;}
.test-str strong {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}
.testi-rat{
    color: #ffca01;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 0 0;
}

.chat-1{
  padding: 20px;
}
.chat-2 img{
  box-shadow: 0 0 6px 0px #b1b1b1c2;
}


/* testimonial section end */


/* copyright section start */
.copyryt-sec{
    padding: 0;
    background: linear-gradient(180deg, #811e25, #7c1a21);
}
.disclaimer{
    padding: 0;
}
.disclaimer p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 0 0px;
    text-align: center;
    color: #ffffff;
}
.copyryt{
    padding: 0;
    text-align: center;
}
.copyryt span{
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    color: #ffca01;
    text-align: center;
    padding: 0px 0px 3px;
    display: inline-block;
    border-radius: 30px 30px 0 0;
}
/* copyright section end */


/* end copy section*/
.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 50px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 48px;
  border-radius: 50%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}


@media (max-width: 767px){
  body{text-align: center;}
  .fix {display: block;}
  .services4 a{position:relative;display: block;margin: 0 auto;}
  .services4 strong{padding:0;font-size: 17px;margin: 0px 0 0px 0;}
  .conatct a{font-size: 45px;}
  .serv2 a aside{font-size: 15px;}
  .about-heading h1{font-size: 37px;}
  .tophead-left2 p{font-size: 15px;}
  .tophead{padding: 13px 20px 8px;}
  .serv1:nth-child(2) {padding: 0;}
  .serv1{padding:10px;}
  .main-testi { padding: 0 10px 20px;}
  .aboutus-heading strong {font-size: 61px;}
  .head-appointment1{padding:0 0 10px 0;text-align: center;}
  .content-about ul li{display:block;text-align:left;}
  .awards-heading strong{font-size: 23px;}
  .aboutus-heading span{letter-spacing:0;}
  .mark2-section span{font-size:30px;}
  .mark2-section i{padding: 10px 10px;font-size: 19px;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .conatct a{font-size:65px;}
  .serv2 a aside{font-size: 15px;}
  .about-heading h1{font-size: 37px;}
  .tophead-left2 p{font-size: 15px;}
  .tophead{padding: 13px 20px 8px;}
  
  .serv1:nth-child(2) {padding: 0 20px;}
  .main-testi { padding: 0 10px 20px;}
  .aboutus-heading strong {font-size: 61px;}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
 
}

@media (max-width: 575px) and (min-width: 0px) {
 


}
@media (max-width: 420px) and (min-width: 0px) {
  .about-heading h1,.aboutus-heading strong{font-size: 27px;}
  .mark2-section p{font-size:20px;line-height: 31px;}
  .conatct a{font-size: 22px;width: fit-content;padding: 11px 50px;margin: 14px auto 20px;}
  .head-appointment2 a{margin:0 0 10px 0;}

}














@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&display=swap');

body{
  margin:0;
  padding:0;
  color: #650125;
  font-family: "Parkinsans", sans-serif;

}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p, h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

svg{
  height: 30px;
  width: 30px;
  fill: #ffc000;
}
/* start top head section */

.tophead-section{
  padding: 0;
}
.tophead-section1{
  padding: 0;
}
.tophead{
  padding:0;
  background: #ffc000;
  padding: 0 20px 8px;
  margin: 0 0 14px 0;
  border-radius: 0 0 30px 30px;
}
.tophead-left1{
  padding: 0;
}
.tophead-left2{
  padding: 0;
}
.tophead-left2 p{
  color: #000000;
  font-size: 19px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.tophead-left2 p svg{
  height: 27px;
  fill:#8c1f27;
  margin: -6px 0 0 0;
}
.tophead-left2 p span{
  color:#ffffff;
  display: inline-block;
  padding: 0 0  0 7px;
  font-weight: 600;
  animation: blink 1.5s linear infinite;
}
@keyframes blink {
    50% {
        opacity: .1
    }
}


.tophead-right1{
  padding: 0;
}
.tophead-right2{
  font-size: 20px;
  padding: 0px 0px 0 0px;
  font-weight: 700;
  color: #8c1f27;
  text-transform: capitalize;
}
 
/* start head section */

.head-section{
}
.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0;
}

.head-appointment1{
  padding: 0;
  text-align: right;
}
.head-appointment2{
  padding: 0;
}
.head-appointment2 a{
  background: #650125;
  display: inline-block;
  padding: 5px 23px 5px 7px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0px 10px;
  color: #8c1f27;
  border-radius: 30px 30px;
  font-size: 17px;
  animation: blin 1.5s linear infinite;
}
@keyframes blin {
    50% {
       color:#ffb202;
    }
   100% {
       color:#8c1f27;
    }
}


.head-appointment2 a span{
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 8px 0 0;
  line-height: 37px;
}
.head-appointment2 a span .bi{
  height: 20px;
  fill:#ffb202;
}

/* end head section */


/* start about us section */

.aboutus-section{
  position: relative;
  padding: 0px 0px 70px;
  overflow: hidden;
}
.shape{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  top: auto;
  z-index: -9;
}
.shape svg path{
  fill: #07021b;
}
.design-aboutus{
  padding: 0px 0px 0 0px;
}
.serv {
  margin: 0px 0 40px;
  padding: 70px 0px 40px;
}

.serv1{
  position: relative;
}
.serv1:nth-child(2){
  padding:0 50px;
}
.serv2{position: relative;}
.serv2 img{
  border-radius: 20px;
}
.serv2 a span{
  position:relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.serv2 a span:after{
  height: 55px;
  width: 55px;
  background: #fff;
  display:block;
  border-radius:50%;
  margin: -0px auto 0;
  line-height: 90px;
  text-align: center;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -200px;
}

.serv1:nth-child(1) .serv2 a span svg{height: 45px;width: 45px;}
.serv2 a span svg{
  height: 35px;
  width: 35px;
  line-height: 50px;
  margin: -370px 0 0;
  fill: #824179;
  z-index: 9999;
  position: relative;
}

.serv2 a aside{
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 6px 19px 5px;
  border: 4px solid #9b414100;
  border-radius: 46px;
  font-size: 19px;
  margin: 30px 0 0;
  color: #ffffff;
  background: #8c1f27;
}

.conatct a{
  display:block;
  text-align:center;
  width: 100%;
  padding: 0px 60px 0px;
  margin: 54px auto 20px;
  border-radius: 77px;
  font-size: 81px;
  font-weight: 700;
  position:relative;
  z-index:9;
}
.conatct a:before{
  position:absolute;
  content:"";
  height: 100%;
  width: 95%;
  background:#ffc000;
  left:0;
  margin: 0 auto;
  border-radius: 10px;
  z-index:-9;
  top:0;
  right:0;
  transform: skew(24deg, 
0deg);
}
.conatct a img{
  margin:-20px 0 0 0;
}





.about-heading p{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #2c2c2c;
  width: fit-content;
  padding: 6px 0px 6px 52px;
  position:relative;
  margin: 0 auto;
}
.about-heading p:before{
  font-weight: 500;
  position: absolute;
  color: #ffffff;
  top: 0px;
  text-align: center;
  left: 0px;
  font-size: 32px;
  content: "\2730";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  background: linear-gradient(to right, #ffc000, #ffc000);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(360deg);
    }
}
.content-about{
  z-index: 9;
  position: relative;
}


.about-heading strong{
 font-size:    54px;
 text-transform: capitalize;
 text-align: left;
 
 display: block;
 font-weight: 500;
 color: #1e1e6c;
}
.about-heading h1{
 font-size: 56px;
 text-transform: uppercase;
 text-align: center;
 font-weight: 900;
 color: #461e5b;
}
.about-heading h1 a{
  color: #8c1f27;
}
.content-about p{
  color: #202020;
  font-size: 16px;
  text-align: left;
  padding: 0px 0 10px;
  line-height: 34px;
}
.content-about p strong{
  font-weight: 600;
  color: #b71d28;
}

.content-about  ul{
  padding: 0 0 18px;
  margin: 0;
  list-style: none;
}
.content-about  ul li{
  padding: 4px 19px 5px 40px;
  border: 4px solid #9b414100;
  border-radius: 46px;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  margin: 10px 0 0;
  position: relative;
  color: #000000;
  background: #ffc000;
}
.content-about  ul li:after{
  font-size: 20px;
  color: rgb(255 255 255);
  left: 10px;
  top: 2px;
  font-weight: 500;
  position: absolute;
  content: "❖";
  line-height: normal;
  font-family: "Glyphicons Halflings";
  border-radius: 50%;
}

/* end about us section*/


/* start awards section  */

.awards{
  padding: 60px 0px 70px;
  background: radial-gradient(#8c1f27, #69050d);
}
.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
.awards-heading strong{
  font-size: 49px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-radius: 50px;
  padding: 0 40px;
  color: #7c131b;
  background: #ffc000;
  width: fit-content;
  margin: 0 auto;
}
/* end awards section */

/* start services section */

.our-services-section{
  padding: 60px 0 60px;
}

.aboutus-heading strong{
  font-size: 47px;
  margin: -32px 0 0 0;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.aboutus-heading span{
  color: #000000;
  text-transform: uppercase;
  border-radius: 34px;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 17px 16px;
  background: #ffc000;
  margin: 0 0 0 0px;
  font-weight: 500;
}

.services-section{
  padding: 0;
}
.services-section1{
  padding: 50px 0 50px;
}
.services{
  padding: 40px 0 0 0;
}
.services1{
  padding: 15px 15px;
}
.services2{
  text-align: center;
  box-shadow: 0 0 10px #dfdfdf;
  padding: 16px;
  border-radius: 20px;
}
.services3{
  padding: 0;
}
.services4{
}
.services4 strong{
  margin: 0px 0 10px 0;
  display: block;
  padding: 10px 0 0 40px;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
}
.services4 p{
  color: #2b2b2b;
  line-height: 27px;
  font-weight: 400;
  padding: 13px 0 0;
  margin: 0;
  font-size: 15px;
}
.services5{
  padding: 0px;
  position:relative;
}
.services5 img{
  border-radius: 20px 20px 20px 0px;
  border: 4px solid #ffc000;
}
.services4 a{
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  height: 50px;
  border-radius: 0 0 30px 30px;
  font-size: 23px;
  width: 50px;
  background: #ffc000;
  line-height: 42px;
}
/* end services section */



/*start mark2 section*/

.mark2-section{
  background: radial-gradient(#8c1f27, #69050d);
  padding: 50px 0px 50px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.mark2-section:before{
  background:url(../images/astrology-background.jpg) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 0.1;
  left: 0;
  top: 0;
}
.mark2-section p{
  color: #ffc000;
  padding: 10px 0px 10px 0px;
  margin: 0;
  font-size: 23px;
  display: block;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}
.mark2-section span{
  color: #ffffff;
  font-size: 31px;
  text-transform: capitalize;
  font-weight: 700;
  animation: anii 0.9s infinite;
}
@keyframes anii{
  0%{
    opacity:0.1;
  }
  100%{
    opacity:0.9;
  }
}
.mark2-section i{
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  font-size: 33px;
  font-style: normal;
  background: #ffc000;
  display: block;
  margin: 9px auto 0px;
  width: fit-content;
  padding: 0px 15px;
}
.mark2-section aside{
  list-style: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 0 0;
}
/*end mark2 section*/


/* testimonial section start */
.testi-1{
  padding: 60px 15px 30px;
}
.testi-2{
  padding:0;
  background: #831f26;
  border-radius: 20px;
}
.main-testi{
    padding: 0 20px 20px;
    position: relative;
    border: 1px solid #831f26;
    border-radius: 20px;
    text-align: right;
    background: #fff;
}
.testi-txt img{
    border-radius: 50%;
    text-align: right;
    position: relative;
    margin: -38px 0 0;
    background: #ffca01;
    padding: 7px;
    width: 93px;
}
.testi-txt p {
    color: #4f4e4e;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0;
}
.testi-yell-sec {
    padding: 12px 15px;
    text-align: right;
    position: relative;
}
.test-str {text-align: center;display: flex;justify-content: space-between;padding: 8px 20px 9px;}
.test-str strong {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}
.testi-rat{
    color: #ffca01;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 0 0;
}

.chat-1{
  padding: 20px;
}
.chat-2 img{
  box-shadow: 0 0 6px 0px #b1b1b1c2;
}


/* testimonial section end */


/* copyright section start */
.copyryt-sec{
    padding: 0;
    background: linear-gradient(180deg, #811e25, #7c1a21);
}
.disclaimer{
    padding: 0;
}
.disclaimer p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 0 0px;
    text-align: center;
    color: #ffffff;
}
.copyryt{
    padding: 0;
    text-align: center;
}
.copyryt span{
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    color: #ffca01;
    text-align: center;
    padding: 0px 0px 3px;
    display: inline-block;
    border-radius: 30px 30px 0 0;
}
/* copyright section end */


/* end copy section*/
.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 50px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 48px;
  border-radius: 50%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}


@media (max-width: 767px){
  body{text-align: center;}
  .fix {display: block;}
  .services4 a{position:relative;display: block;margin: 0 auto;}
  .services4 strong{padding:0;font-size: 17px;margin: 0px 0 0px 0;}
  .conatct a{font-size: 45px;}
  .serv2 a aside{font-size: 15px;}
  .about-heading h1{font-size: 37px;}
  .tophead-left2 p{font-size: 15px;}
  .tophead{padding: 13px 20px 8px;}
  .serv1:nth-child(2) {padding: 0;}
  .serv1{padding:10px;}
  .main-testi { padding: 0 10px 20px;}
  .aboutus-heading strong {font-size: 61px;}
  .head-appointment1{padding:0 0 10px 0;text-align: center;}
  .content-about ul li{display:block;text-align:left;}
  .awards-heading strong{font-size: 23px;}
  .aboutus-heading span{letter-spacing:0;}
  .mark2-section span{font-size:30px;}
  .mark2-section i{padding: 10px 10px;font-size: 19px;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .conatct a{font-size:65px;}
  .serv2 a aside{font-size: 15px;}
  .about-heading h1{font-size: 37px;}
  .tophead-left2 p{font-size: 15px;}
  .tophead{padding: 13px 20px 8px;}
  
  .serv1:nth-child(2) {padding: 0 20px;}
  .main-testi { padding: 0 10px 20px;}
  .aboutus-heading strong {font-size: 61px;}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
 
}

@media (max-width: 575px) and (min-width: 0px) {
 


}
@media (max-width: 420px) and (min-width: 0px) {
  .about-heading h1,.aboutus-heading strong{font-size: 27px;}
  .mark2-section p{font-size:20px;line-height: 31px;}
  .conatct a{font-size: 22px;width: fit-content;padding: 11px 50px;margin: 14px auto 20px;}
  .head-appointment2 a{margin:0 0 10px 0;}

}














