@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.hdd {
  font-family: "Squada One", sans-serif;
  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;
}



.topservices {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.top-line {
  background: #035326;
  text-align: center;
  padding: 15px 20px 0px;
  margin-top: 30px;
}

.top-line strong {
  font-size: 55px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 2px;
}

.top-line strong b {

  color: #dbf408;

  font-weight: 800;
}

.top-line p {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  background: #ffffff;
  display: inline-block;
  padding: 10px 20px 5px;
  border-radius: 20px 20px 0 0;
  margin: 0;
}

.topservices-1 {
  padding: 12px;
}

.topservices-2 {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 9px 0 #c7c7c7;
  text-align: center;
  padding: 25px;
  position: relative;
}

.topservices-2 img {
  width: 100%;
  border-radius: 20px;
}

.topservices-2 a {
  display: block;
  background: #f30000;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 57px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.topservices-2 a i {
  font-size: 25px;
  line-height: 50px;
}

.topservices-1:nth-child(2) .topservices-2 a {
  top: initial;
  left: -2px;
  bottom: -2px;
}

.topservices-2 strong {
  display: block;
  padding: 12px 0 0px;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
    background: linear-gradient(90deg, #035326 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topservices-2 p {
  color: #484848;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 5px 0 15px;
}

.topservices-1:nth-child(2) .topservices-2 p {
  padding: 5px 0 32px;
}







.list-section {
  overflow: hidden;
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.list-box {
  padding: 0;
  position: relative;
  z-index: 0;
}

.list-box:before {
  background: url(../images/aa.jpg) no-repeat;
  height: 431px;
  width: 915px;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 45px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -25px;
}

.list-1 {
  padding: 11px;
}

.list-1 ul li {
  padding: 10px 8px;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 60px;
  position: relative;
  margin: 16px 0;
  background: #ffffff;
  border: 1px solid #480e070f;
}

.list-1 ul li::before {
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 19px;
  content: "\213f";
  font-family: "Glyphicons Halflings";
  font-weight: 600;
  position: relative;
  margin: 0px 9px 0 0px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(341deg, #035326 0%, #000 100%);
  text-align: center;
  border-radius: 50px;
}

.list-2 img {
  width: 100%;
  border-radius: 50px;
}












.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi-1 {
  padding: 12px 12px 20px;
  text-align: center;
}

.testi-2 {
  display: block;
  border: 1px solid #db3f0126;
}

.testi-2 p {
  color: #484848;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 20px 18px;
}

.testi-2 b i {
  font-size: 55px;
  color: #f30000;
  margin-top: 20px;
}

.testi-2 strong {
  font-size: 17px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 5px 0;
  color: #ffffff;
}

.testi-3 {

  background: linear-gradient(90deg, #035326 0%, #000 100%);

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-radius: 50px;

  padding: 3px 20px;

  margin: 0 0 -16px;
}

.rating i {
  color: #fed200;
  font-size: 18px;
}



.footer {
  background: linear-gradient(360deg, #ffdacc 0%, transparent);
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.footer-contact1 {
  padding: 12px;
  text-align: center;
}

.footer-contact2 {
  position: relative;
  z-index: 1;
}

.footer-contact2:before {
  content: '';
  width: 17px;
  height: 155px;
  bottom: -140px;
  display: inline-block;
  position: absolute;
  background: linear-gradient(175deg, #035326 0%, #000 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.footer-contact2 span {
  height: 100px;
  width: 100px;
  line-height: 139px;
  border-radius: 60%;
  background: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 0 0 15px #dbf408;
  position: relative;
  z-index: 0;
  color: #f30000;
}

.footer-contact2 strong {
  font-size: 32px;
  display: block;
  color: #000;
  position: relative;
}

.footer-contact2 span i {
  font-size: 55px;
  line-height: 55px;
}

.footer-contact2 a {
  display: inline-block;
  padding: 6px 25px 7px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
    background: linear-gradient(90deg, #035326 0%, #000 100%);
  border-radius: 50px;
  position: relative;
  z-index: 9;
}

.footer-chat a {
  display: block;
  padding: 15px 10px 15px;
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 20px;
}

.footer-chat a b {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 0 32px;
}

.footer-chat a b::before {
  content: '';
  position: absolute;
  animation: pulse 1500ms infinite;
  background-color: #00a11361;
  border-radius: 100%;
  width: 170px;
  height: 170px;
  top: -22px;
  left: -20px;
  z-index: -1;
  right: 0;
  margin: 0 auto;
}

@keyframes pulse {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.footer-chat a p {
  padding: 8px 0 0;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.footer-chat a strong {
  display: block;
  padding: 8px 12px 6px;
  font-size: 31px;
  color: #ffffff;
  background: #45c654;
  text-transform: capitalize;
  border-radius: 60px;
 
}



.footer-copy {
    background: linear-gradient(90deg, #035326 0%, #000 100%);
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 30px 0px;
}

.copy-right p {
  color: #ffffff;
  font-size: 13px;
  line-height: 23px;
  padding: 0 0 7px;
}

.copy-right span {
  font-size: 16px;
  font-weight: 600;
  color: #dbf408;
}







.beat-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}
.serivces1 {
  padding: 0 12px;
  margin-top: 30px;
}
.serivces2 {
  padding: 20px 15px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
    background: linear-gradient(90deg, #035326 0%, #000 100%);
}
.text-box p {
  padding: 0px 0px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.text-box strong {
  font-size: 25px;
  text-transform: capitalize;
  color: #000000;
  padding: 4px 18px 6px;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  margin: 0 0 -10px;
  position: relative;
  border-radius: 12px;
}
.img-box img {
  border-radius: 25px;
  width: 100%;
}
.ser-btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin: -20px 0 0;
}
.ser-btn ul li a {
  display: block;
  background: #f30000;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
}
.ser-btn ul li:nth-child(1) a {
  background: #059f00;
}


.about-us-title {
    padding: 0 0 5px;
    text-align: center;
}
.about-us-title strong {
    font-size: 18px;
    font-weight: 600;
    padding: 6px 15px 5px;
    display: inline-block;
    text-transform: capitalize;
    background: #dbf408;
        color: #f30000;
}
.about-us-title p {
    font-size: 70px;
    color: #035326;
    text-transform: capitalize;
}






.why-sec {
    padding: 50px 0px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.why-sec-1{
    padding: 0;
}
.why-list{
    padding: 0 0 15px;
    text-align: right;
}
.why-list ul {
   display: inline-block;
   position: relative;
}
.why-list ul li{
    width: 46%;
    margin-bottom: 5px;
    margin-right: 12px;
    margin-top: 8px;
    background: #dbf408;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
    color: #035326;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
}
.why-list ul li:nth-child(2), .why-list ul li:nth-child(3){
  background: #035326;
  color: #ffffff;
  font-weight: 500;
}
.why-0{
    padding: 0;
}
.why-1{
    padding: 0;
}
.why-2{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.why-2 span{
   font-size: 28px;
   font-weight: 700;
   line-height: 35px;
   text-transform: uppercase;
   display: block;
}
.why-2 p{
   font-size: 15px;
   font-weight: 500;
   line-height: 29px;
   padding: 6px 0 0;
   color: #272727;
   text-align: justify;
}
.why-bg-img {
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0;
}
.why-bg-img img{
    
width: 100%;
}






.header-top {
  float: left;
  width: 100%;
  padding: 0;
  background: #035326;
}

.header-top1 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  padding: 9px 0 3px;
}

.header-top2 {
  text-align: center;
  padding: 7px 0 7px;
}

.header-top2 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 0 13px 0 0;
}

.header-top2 a i {
  font-size: 25px;
  color: #fed200;
 
  padding: 0 2px 0 0;
}

.header-top2 span {
  font-size: 17px;
  font-weight: 700;
  color: #035326;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 15px;
  background: white;
  border-radius: 45px;
}




.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;
 
  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: #035326;
}

.astrology-right1 a {
  display: block;
  width: fit-content;
  background: transparent;
  border: 1px solid #dfdfdf;
  text-align: center;
  color: #f30000;
  font-weight: 600;
  margin: 12px auto 0 0;
  text-transform: capitalize;
  font-size: 20px;
  padding: 7px 23px 7px;
  background: #dbf408;
}



.main-services-section {
 background: #035326;
  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: #dbf408;
  font-size: 15px;
  content: "";
  top: 25px;
  left: -4px;
}








@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){

  .testi-1 {
  width: 50%;
}
  .header2 {
  display: none;
}
.header .col-sm-4
{
  width: 50%;
}
.serivces1 {
  width: 50%;
}
.topservices-1 {
  width: 50%;
}
.footer-contact1 {
  width: 50%;
}
}
@media(min-width:640px) and (max-width:767px){  .header2 {
  display: none;
}
.about-us-title p {
  font-size: 45px;
}
.astrology-right1 {
  padding: 10px;
}
.topservices-1 {
  float: left;
}
.testi-1 {
  float: left;
}
}
@media(min-width:480px) and (max-width:639px)
{  .header2 {
  display: none;
}
.about-us-title p {
  font-size: 45px;
}
.astrology-right1 {
  padding: 10px;
}
.topservices-1 {
  float: left;
}
.testi-1 {
  float: left;
}
}
@media(min-width:320px) and (max-width:479px)
{
  .header2 {
  display: none;
}
.about-us-title p {
  font-size: 45px;
}
.astrology-right1 {
  padding: 10px;
}
.topservices-1 {
  float: left;
}
.testi-1 {
  float: left;
}

}

