@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/aaaa.png);
  background-attachment: fixed;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}


.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-heading {
  position: relative;
}

.about-heading p {
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: 400;
  padding: 9px 20px 8px;
  border-radius: 50px;
  background: #01301e;
  color: #fff;
}

.about-heading strong {
  display: block;
  width: fit-content;
  padding: 0 18px 8px;
  border-top: 0;
  margin: 10px auto 0;
  border-bottom: 2px solid #606f0f;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 2px solid #606f0f;
  border-left: 2px solid #606f0f;
  position: relative;
  color: #ff0012;

}

.about-heading strong:before {
  content: "";
  background: #606f0f;
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
  right: 0;
}

.about-heading strong:after {
  left: -1px;
  content: "";
  background: #606f0f;
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
}

.testi-2 {
  display: block;
  border: 1px solid #fff800;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.testi-3 {
  display: block;
  padding: 39px 39px 27px;
  position: relative;
}

.testi-3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 39px;
  height: 1px;
  background-color: #ffdb15;
}

.client-img {
  display: block;
  max-width: 70px;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.client-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  right: 35px;
  bottom: 0;
  background: #fff800;
  z-index: -1;
}

.client-img img {
  border-radius: 50%;
  border: 7px solid #fff800;
  width: 70px;
  height: 70px;
}

.ratting {
  padding: 30px 0 15px;
}

.ratting i {
  color: #ff0012;
  font-size: 16px;
}

.testimonial__icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

.testimonial__icon i {
  width: 115px;
  height: 115px;
  fill: #22390108;
  font-size: 55px;
  opacity: 0.5;
}

.client-info {
  display: block;
  padding: 27px 39px 30px;
}

.client-info strong {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: #223901;
  padding: 0 0 7px;
}

.client-info span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #ff0012;
}

.testi-2 p {
  padding: 0 0 20px;
  color: #303030;
  font-size: 17px;
  line-height: 29px;
  text-align: left;
}

.about-heading p i {
  color: #fff800;
  padding: 0px 10px;
}




.services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.head-align {
  align-items: center;
}

.srv-heading {
  padding: 5px 12px;
}

.srv-heading strong {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #ff0012;
}

.srv-heading strong span {
  color: #223901;
}

.srv-heading {
  padding: 5px 12px;

}

.srv-heading a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 15px 25px 14px;
  background: #fff800;
  z-index: 1;
  font-size: 20px;
  transition: 0.35s ease-in-out;
  color: #000;
  position: relative;
  margin-top: 20px;
}

.services1 {
  padding: 12px 12px 25px;
  margin-top: 50px;
}

.services2 {
  padding: 25px;
  position: relative;
  background: #fff800;
  border-radius: 10px;
}

.services2 span {
  position: absolute;
  right: 0;
  top: -30px;
  background: linear-gradient(190deg, #223901, #606f0f);
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  border: 10px solid #fff;
}

.services2 span img {
  border-radius: 50%;
}

.services2 strong {
  font-size: 26px;
  display: block;
  text-transform: uppercase;
  color: #ff0012;
}

.services2 p {
  color: #111;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  padding: 8px 0 0;
}



.footer-sec {
  float: left;
  width: 100%;
  background: url(../images/footer.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.footer-1 {
  padding: 12px;
  text-align: center;
}

.footer-1 img {
  width: 100%;
  border-radius: 20px;
}

.footer-call {
  padding: 0;
}

.footer-call a {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 43px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  padding: 10px 12px 5px;
}

.footer-call a img {
  width: 63px;
  margin: -7px 3px 0 0;
}

.disclaimer {
  padding: 15px 0 5px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 19px;
  text-align: center;
}

.copyryt p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #ff0012;
}

.astro-srv-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.astro-srv-1 {
  padding: 12px;
  margin-top: 20px;
}

.astro-div-sec {
  text-align: center;
  background: #ffff01;
  border-radius: 20px;
}

.astro-div-sec img {
  border-radius: 0 0 50% 50%;
  box-shadow: 0px 9px 0 #ffffff;
  width: 100%;
}

.astro-srv-call a {
  color: #ff0012;
  font-size: 36px;
  background: #ffffff;
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 72px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 50px;
  border: 6px solid #ffff01;
  margin: -35px 0 0;
}

.astro-div-sec p {
  font-size: 24px;
  font-weight: 700;
  padding: 8px 0 10px;
  display: block;
  color: #000000;
  text-transform: uppercase;
}

.topservices-3 {
  padding: 10px;
  margin: 0;
  margin-top: 10px;
}

.position-relative {
  position: relative !important;
  margin: 0;
  padding: 0;
}

.topservices-4:before {
  content: "";
  background: linear-gradient(359deg, black, transparent);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  border-radius: 30px;
}

.topservices-4 img {
  border-radius: 30px;
  margin: 0;
  padding: 0;
}

.topservices-5 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0 0 50px 40px;
}

.topservices-5 strong {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.topservices-5 a {
  color: #fcfd01;
  border-radius: 40px;
  background: transparent;
  padding: 2px 19px;
  border: 1px solid #ffffff;
  margin: 0 0px 0;
  font-size: 16px;
  width: fit-content;
  text-transform: uppercase;
}



.tophead-section {
  background: #01301e;
  padding: 4px 10px;
  float: left;
  width: 100%;
}

.tophead-left2 strong {
  color: #ffffff;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
}

.tophead-right2 ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 0 10px;
}

.tophead-right2 li a {
  color: #01301e;
  background: #ffffcd;
  font-size: 20px;
  padding: 3px 16px;
  font-weight: 700;
  display: inline-block;
}




.astrology-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
  z-index: 9;
  position: relative;
}

.astrology-left1 img {
  border-radius: 30px;
}


.astrology-right1 {
  padding: 0px 0 0 50px;
}

.astrology-right1 p {
  color: #000000;
  line-height: 31px;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 0;
}

.astrology-right1 i {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 19px 2px;
  font-size: 18px;
  display: block;
  font-style: normal;
  background: #ff0012;
  margin: 0 0 8px;
  width: fit-content;
  border-radius: 50px;
}

.astrology-right1 strong {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 54px;
  position: relative;
  margin: -14px 0 0;
  display: block;
  color: #01301e;
}

.astrology-right1 a {
  display: block;
  width: fit-content;
  background: transparent;
  border: 1px solid #dfdfdf;
  text-align: center;
  color: #ff0000;
  font-weight: 600;
  margin: 12px auto 0 0;
  text-transform: capitalize;
  font-size: 20px;
  padding: 7px 23px 7px;
}



.add-line {
  background: #fff800;
  text-align: center;
  float: left;
  width: 100%;
}

.add-line1 p {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 9px 0;
}

.add-line1 p img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.add-line1 p a {
  color: #ff0012;
  text-transform: uppercase;
  font-weight: 700;
}

.main-services-section {
 background: #01301e;
  float: left;
  width: 100%;
}

.mark-section {
  border-top: 1px solid #ffffff21;
}

.mark1 {
  text-align: center;
}

.mark1 span {
  padding: 0 30px;
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

.mark1 span:before {
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff800;
  font-size: 15px;
  content: "";
  top: 25px;
  left: -4px;
}

.whychoose-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.choose-bottom1 {
  position: relative;
  padding: 9px 20px;
  margin-top: 30px;
}

.choose-bottom1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  right: -6px;
  top: 0px;
  border-right: 4px dashed #ff0012;
}

.choose-left2 {
  position: relative;
  padding: 0px 0px 20px;
  border-radius: 14px;
  background: rgb(255, 255, 255);
}

.round-text {
  position: relative;
  margin: 0px;
  padding: 0px 0px 20px;
}

.choose-left2 strong {
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  display: block;
  font-size: 24px;
  padding: 15px 0px;
  border-radius: 13px 14px 0px 0px;
  margin: 10px 0px 0px;
  background: #fff800;
}

.choose-left2 p {
  color: rgb(70, 70, 70);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding: 15px 13px 0px;
}

.round-choose {
  position: relative;
  margin: 0px auto;
}

.choose-left2 span {
  display: block;
  height: 110px;
  width: 110px;
  line-height: 86px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  margin: 0px auto;
  background: #01301e;
  border: 11px solid #fff800;
  border-image: initial;
}

.choose-left2 span img {
  height: 50px;
  animation: 2s linear 0s infinite normal none running pulse;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.choose-bottom1:last-child::before {
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

.best-sv-section {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
}

.sv-title strong {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 48px;
  display: block;
  text-align: center;
  padding: 5px 12px 12px;
  color: #ffffff;
  background: #01301e;
}

.best-sv-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background: #01301e;
  margin: 0 auto;
  left: 0;
  z-index: -1;
}

.main-services1:nth-child(1) {
  padding: 0 30px 0 0px;
}

.main-services2 {
  padding: 20px 0px 20px 20px;
  background: #fff;
}

.mainsrv {
  align-items: center;
}

.mainserv-left1 {
  position: relative;
}

.mainserv-left1 img {
  width: 100%;
}

.mainserv-left1:after {
  position: absolute;
  height: 86%;
  width: 80%;
  border: 3px solid #ffffff;
  content: "";
  left: 10%;
  transition: 0.6s;
  top: 0;
  border-top: 0;
}

.mainserv-right1 {
  padding: 0 0px 0 30px;
}

.mainserv-right1 strong {
  font-size: 22px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #ff0012;
  padding: 0;
}

.mainserv-right1 p {
  font-size: 17px;
  line-height: 32px;
  color: #434343;
  padding: 3px 0 5px;
  text-align: justify;
}

.mainserv-right1 a {
  font-size: 16px;
  margin: 12px 0 0 auto;
  line-height: 30px;
  padding: 3px 20px 3px;
  font-weight: 600;
  z-index: 9;
  width: fit-content;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff0012;
  border-radius: 6px;
}

.mainserv-right1 a.chat {
  background: #2cb741;
}

.main-services1:nth-child(2) {
  padding: 0 12px 0 30px;
}



@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .tophead-section {
  text-align: center;
}
  .services1 {
  width: 50%;
}

}
@media(min-width:640px) and (max-width:767px){
   .mainserv-right1 {
  padding: 20px;
  float: left;
  width: 100%;
}
 .tophead-left2 strong {
display: none;
}
.tophead-section {
  text-align: center;
}
.header2 {
  display: none;
}
}
@media(min-width:480px) and (max-width:639px)
{
  .mainserv-right1 {
  padding: 20px;
  float: left;
  width: 100%;
}
 .tophead-left2 strong {
display: none;
}
.tophead-section {
  text-align: center;
}
.header2 {
  display: none;
}
}
@media(min-width:320px) and (max-width:479px)
{
  .tophead-left2 strong {
display: none;
}
.tophead-section {
  text-align: center;
}
.tophead-right2 li a {
  font-size: 17px;
}
.header2 {
  display: none;
}
.add-line1 p {
  font-size: 17px;
}
.srv-heading strong {
  font-size: 30px;
  line-height: 40px;
}
.services2 strong {
  font-size: 20px;
}
.astrology-right1 {
  padding: 10px;
}
.mainserv-right1 {
  padding: 20px;
  float: left;
  width: 100%;
}
.footer-call a {
  font-size: 25px;
}

}
