@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Mulish', sans-serif;
    color: #ee1d23;
}

a, a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

img{
    max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}

.main{
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
}

/* top section start */
.tophead-sec{
    padding: 0;
    background: #f8f91e;
}
.tophead-left1{
  padding: 0 12px;
}
.tophead-left2{
  text-align: center;
  background: #309e06;
}
.tophead-left2 span {
    font-size: 22px;
    font-weight: 900;
    padding: 8px 0 6px;
    display: block;
    animation: blk 0.3s ease infinite;
}
@keyframes blk{
    0%{color: #ffffff;}
    100%{color:#f8f91e;}
}

.tophead-right1{
  padding: 0px;
}
.tophead-right2{
  padding: 0;
  text-align: center;
}
.tophead-right2 p{
  padding: 6px 0;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
}

.tophead-right2 p a{
  color: #ee1d23;
}
/* top section end */




/* header section start */
.header-logo{
  overflow: hidden;
}
.header-logo-left{
    padding: 10px 12px;
    text-align: center;
}
.header-logo-left-1 img{
    position: relative;
}
.header-logo-right{
    padding: 0 12px 12px;
    text-align: center;
}
.head-mark{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    position: relative;
    z-index: 1;
}
.head-mark:before {
    left: -12px;
    height: 95%;
    background-color: #309e06;
}
.head-mark:after, .head-mark:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    clip-path: polygon(100% 0,100% 100%,3% 100%,0 0);
    z-index: -1;
}
.head-mark:after {
    left: 0;
    height: 100%;
    background-color: #f8f91e;
}
.head-mark p {
  color: #ee1d23;
  padding: 0px 0 10px;
  font-weight: 800;
  display: block;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}
.head-srv{
    padding: 18px 0 0;
}
.head-srv ul li {
    padding: 5px 18px 5px;
    margin: 0 2px;
    font-size: 17px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    background: #309e06;
    border-radius: 50px;
    box-shadow: inset 3px 3px 0 #237e00;
}
/* header section end */


/* banner section start */
.banner-sec{
    padding: 0;
}
.banner-sec img{
    width: 100%;
}
/* banner section end*/


/* astrology services section start */
.astro-1{
    padding: 12px;
}
.astro-2{
    overflow: hidden;
    text-align: center;
    background: #309e06;
    transition: 0.3s;
}
.astro-img{
    padding:0;
    position: relative;
    overflow: hidden;
}
.astro-img img{
  width: 100%;
  border-radius: 0 0 50% 50%;
  filter: drop-shadow(2px 4px 6px black);
}
.astro-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/srv-shape.png) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}
.astro-text{
    padding: 0 15px 15px;
}
.astro-text span{
    font-size: 20px;
    text-transform: capitalize;
    color: #ee1d23;
    font-weight: 900;
    padding: 4px 15px 4px;
    display: inline-block;
    background: #f8f91f;
    border-radius: 50px;
}
.astro-text p{
    padding: 11px 0 0;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}
/* astrology services section end */



/* about us section start */
.about-sec{
}
.about-title{
    padding: 0 0 20px;
    text-align: center;
}
.about-title span{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px dotted #309e06;
    padding: 4px 12px;
    display: inline-block;
}
.about-title strong{
    font-size: 45px;
    text-transform: uppercase;
    display: block;
    font-weight: 900;
    background: #ffffff;
}
.choose-title strong{
    
color: #000;
    
padding: 0 10px;
}
.about-content p{
    color: #333333;
    font-weight: 500;
    line-height: 31px;
    padding: 7px 0;
}
.about-content strong{
    font-weight: 700;
    color: #ee1d23;
}
.about-content ul{
    padding: 10px 0;
}
.about-content ul li{
    font-weight: 600;
    line-height: 31px;
    padding: 1px 0 1px 18px;
    display: flex;
    position: relative;
    color: #000;
}
.about-content ul li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    background: #309e06;
    left: 0;
    top: 10px;
}
/* about us section end */



/* services section start */
.top-srv-0{
   padding: 12px 12px 35px;
}
.top-srv-1{
    padding: 12px 12px 0;
    border: 1px solid #309e06;
    border-radius: 0 0 200px 200px;
    text-align: center;
}
.top-srv-1 span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #309e06;
    text-transform: uppercase;
    font-weight: 800;
    padding: 2px 32px;
    position: relative;
    text-align: center;
}
.top-srv-1 span:before {
    right: 0;
}
.top-srv-1 span:after {
    left: 0;
}
.top-srv-1 span:after, .top-srv-1 span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    height: 1px;
    margin: auto;
    background-color: #ffffff;
}
.top-srv-1 strong {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 5px 0 2px;
    display: block;
}
.top-srv-1 p{
    font-weight: 500;
    line-height: 29px;
    padding: 2px 0 15px;
    color: #333333;
}
.top-srv-1 img{
    border-radius: 50%;
    border: 7px solid #ee1d23;
    margin: 0 0 -30px;
    width: 226px;
}
/* services section end */


/* why choose us section start */
.choose-sec{
    background: #309e06;
}
.choose-0{
    padding: 12px;
}
.choose-1:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 57px;
    width: 2px;
    margin: 0 auto;
    top: -14px;
    background: #03161c;
    z-index: -1;
}

.choose-1{
    padding: 0px 12px 12px;
    background: #309e06;
    border: 2px solid #f8f91e;
    text-align: center;
}

.choose-1 i{
    color: #000000;
    font-size: 34px;
    background: #f8f91e;
    width: 55px;
    height: 55px;
    line-height: 58px;
}

.title{
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #ee1d23;
    border-radius: 50px;
}
.quick_services {
    padding: 0 12px;
}
.quick_links {
    text-align: center;
    background: #f8f91e;
    padding: 12px;
}
.quick_links ul{
  
}
.quick_links ul li {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0 6px;
    margin: 15px 0;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    background: #ee1d23;
    text-transform: capitalize;
}
/* why choose us section end */


/* image section start */

.img-1{
    padding: 12px;
}
.img-1 img{
    width: 100%;
    border-radius: 15px;
}
/* videos section end */


/* testimonial section start */
.testi-1{
    padding: 12px;
}
.testi-2{
    background: #f8f91e;
    padding: 0 15px 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.testi-2:before {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 94px;
    margin: 0 auto;
    background-color: #ef2a30;
    z-index: 0;
    left: 0;
    right: 0;
}

.rating-box{
  padding: 0px 20px 4px;
  background: #ef2a30;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.rating-box li{
  display: inline-block;
  color: #ffffff;
  padding: 5px 0px 1px;
  font-size: 15px;
}

.image-box{
  padding: 10px 0 0;
  position: relative;
}
.image-box img{
  border-radius: 50%;
  border: 8px solid #fff;
}
.testi-2 span{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 3px 15px 3px;
    display: inline-block;
    background: #ffffff;
    border-radius: 40px;
}
.testi-2 strong{
  border-radius: 40px;
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  padding: 10px 0 2px;
  text-transform: capitalize;
  display: block;
}
.testi-2 p{
    font-weight: 500;
    line-height: 30px;
    padding: 8px 0 0;
    color: #000;
}
/* testimonial section end */


/* awards section start */
.award1{
  padding: 12px;
}
.award2 img{
    width: 100%;
}
/* awards section end */


/* footer section start */
.footer-sec{
  padding:0;
}
.footer-sec-1{
  padding:0;
  background: linear-gradient(0deg, #f8f91e, transparent);
}
.footer-sec-2{
  padding: 0px 27px 0;
}
.footer-1{
  padding: 12px 12px;
}
.footer-2{
  display: flex;
  align-items: center;
  background: #309e06;
  padding: 13px 15px;
  border-radius: 1px;
  position: relative;
  margin: 0 auto;
}
.disc{
  padding: 0 25px 0px;
  text-align: center;
}
.cta-icon {
    padding-right: 13px;
}
.cta-icon span{
  width: 70px;
  display: block;
  height: 70px;
  border-radius: 50%;
  background: #ee1d23;
  margin: 0 auto;
  line-height: 70px;
  border: 1px dashed #ffffff;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  font-weight: 600;
} 
.cta-icon i {
  font-weight: 600;
}
.cta-detail p{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #f8f91e;
}
.cta-detail a, .cta-detail span{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}
.disc p{
    padding: 0 0 4px;
    font-weight: 800;
    border-bottom: 1px solid;
    font-size: 20px;
}
.disc span{
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    display: inline-block;
}
.copyryt-1 strong{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 8px 8px;
    display: block;
    background: #309e06;
    border-radius: 12px 12px 0 0;
}
/* footer section end */


/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 90%;
  bottom: 20px;
  z-index: 9;
  margin: 0 auto;
  display: none;
  left: 0;
  right: 0;
  padding: 10px 10px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}

.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 50px;
  font-size: 20px;
  width: 110px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-icon a span{
  display: block;
  height: 45px;
  width: 45px;
  line-height: 38px;
  background: #ff0000;
  outline: 5px solid #ff0000;
  border: 2px solid #ffffff;
  border-radius: 30px;
  top: 3px;
  position: relative;
}
.center-icon a{
  margin: 0px auto 0px 0;
  border-radius: 0 30px 30px 0;
}
.center-icon a span{
  margin: 0px 0px 0px 3px;
}
.left-icon a{
  margin: 0 0 0 auto;
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.left-icon a span{
  margin: 0px 2px 0px auto;
  background: #309e06;
  outline: 5px solid #309e06;
}
.contact-icon a svg{
   height: 1.5rem;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
   animation: anim 1s infinite;
}
.center-icon a svg path{
  fill: #fff;
}



@media (max-width: 767px){
.tophead-left2 span {font-size: 25px;}
.tophead-right2 p {font-size: 15px;}
.head-mark p {color: #000;padding: 0;}
.head-srv ul li {padding: 4px 15px 5px;}
.head-srv ul li:last-child{display: none;}
.head-srv {padding: 5px 0 0;}
.header-logo-left {padding: 5px 12px 0;}
.header-logo-right {padding: 0 0px 12px;}
.head-mark:after, .head-mark:before{display: none;}
.astro-text span {font-size: 19px;}
.footer-1 {padding: 4px 12px;}
.cta-detail a, .cta-detail span {font-size: 17px;}
.cta-detail p {font-size: 16px;}
.cta-icon span {width: 55px;height: 55px;line-height: 55px;font-size: 26px;}
.cta-icon {padding-right: 9px;}
.disc span {font-size: 12px;line-height: 20px;padding: 8px 0;}
.about-title strong {font-size: 40px;}
.top-srv-1 strong {font-size: 21px;}
.top-srv-1 span {font-size: 15px;padding: 4px 28px 3px;}
.icon-fixed-mobile{display: block;} 
}

@media only screen and (min-width: 767px) and (max-width:991px){
.tophead-left2 span {font-size: 25px;}
.head-mark p {font-size: 16px;}
.head-srv ul li {padding: 5px 12px 6px;font-size: 13px;margin: 0;}
.head-srv ul li:last-child{display: none;}
.head-srv {padding: 12px 0 0;}
.header-logo-left {padding: 9px 0px 8px;}
.cta-detail a, .cta-detail span {font-size: 22px;}
}



@media only screen and (min-width: 991px) and (max-width:1200px){
.tophead-left2 span {font-size: 18px;}
.tophead-right2 p {font-size: 17px;}
.head-mark p {font-size: 20px;padding: 0 0 5px;}
.head-srv ul li {padding: 7px 10px 6px;font-size: 14px;margin: 0;}
.head-srv {padding: 12px 0 0;}
.top-srv-0 {padding: 12px 5px 35px;}
.astro-1 {padding: 12px 5px;}
.astro-text span {font-size: 17px;padding: 4px 14px 5px;}
.top-srv-1 strong {font-size: 18px;}
.top-srv-1 span {font-size: 13px;padding: 4px 25px 2px;}
.quick_links {padding: 10px 8px;}
.quick_links ul li {font-size: 15px;}
.choose-title strong {font-size: 36px;}
.choose-0 {padding: 25px 7px;}
.footer-1 {padding: 0px 6px 0;}
.cta-detail a, .cta-detail span {font-size: 20px;}
.cta-icon span {width: 60px;height: 60px;line-height: 60px;font-size: 28px;}
.title {font-size: 13px;padding: 5px 10px 4px;}

}

@media only screen and (min-width: 1201px) and (max-width:1400px){
.head-srv ul li {font-size: 15px;}
.footer-1 {padding: 0px 20px 0}
.cta-detail a, .cta-detail span {font-size: 24px;}
.cta-icon {padding-right: 10px;}
.cta-icon span {width: 65px;height: 65px;line-height: 65px;font-size: 30px;}
.top-srv-1 strong {font-size: 21px;}
.top-srv-1 span {font-size: 15px;padding: 5px 32px 4px;}
}



@media (min-width:0) and (max-width:575px){
.tophead-right2 p {font-size: 17px;line-height: 18px;padding: 6px 0 10px;}
.tophead-right2 p a{display: block;padding: 6px 0 0;font-size: 20px;}
.head-mark p {font-size: 18px;}
.head-srv ul li {padding: 4px 10px 5px;font-size: 13px;margin: 0;}
.about-title strong {font-size: 32px;}
.title {font-size: 10px;}
.cta-detail a, .cta-detail span {font-size: 21px;}
.cta-icon span {width: 70px;height: 70px;line-height: 70px;font-size: 34px;}
.cta-detail p {font-size: 18px;}
.awards-section{padding: 0 0 12px !important;}
.astro-section {padding: 30px 0 30px !important;}
.testimonial {padding: 0 0 20px !important;}
.image-section {padding: 10px 0 !important;}

}




@media (min-width: 290px) and (max-width:420px){
.tophead-right2 p a {padding: 0px 0 0;font-size: 16px;}
.tophead-left2 span { font-size: 18px;}
.tophead-right2 p {font-size: 12px;line-height: 18px;padding: 5px 0 9px;}
.head-mark p {font-size: 14px;}
.head-srv ul li {padding: 4px 10px 5px;font-size: 10px;}
.head-srv {padding: 0px 0 0;}
.header-logo-right {padding: 0 0px 8px;}
.astro-1 {padding: 20px 8px 0px;width:100%;}
.about-title strong {font-size: 24px;}
.about-title span {font-size: 13px;line-height: 20px;}
.about-content {padding: 9px 0 0;}
.choose-0 {padding: 0 12px 15px;width: 100%;}
.footer-sec-2 {padding: 0px 18px 0;}
.title {font-size: 16px;}
.cta-icon span {width: 50px;height: 50px;line-height: 50px;font-size: 23px;}
.cta-detail a, .cta-detail span {font-size: 16px;font-weight: 700;}
.cta-detail p {font-size: 15px;}
.img-1 {padding: 5px;}
.award1{width: 100%;padding: 4px;}
}