@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hdd {
 font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  background: url(../images/bb.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.about-title p {
  font-size: 18px;
  color: #8a0141;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}










.topservices-section {
  padding: 50px 0px;
  position: relative;
  z-index: 5;
  float: left;
  width: 100%;
}

.topservices-heading strong {
  color: #000000;
  text-transform: capitalize;
  font-size: 44px;
  position: relative;
}

.topservices-heading span {
  color: #045204;
  border-bottom: 2px solid #f9cf61;
}

.topservices-heading b {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border: 1px solid #ac4361;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#672d9d38 30%, transparent 60%);
}

.topservices-heading b svg {
  height: 38px;
  fill: #672d9d;
  width: 38px;
}

.topservices-heading .line-arrow {
  height: 4px;
  width: 149px;
  background: #fc9704;
  margin: 0 5px 0 2px;
}

.topservices-heading .rou-arrow {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
}

.topservices-heading .rou-arrow:after {
  width: 5px;
  height: 5px;
  background: #045204;
  border-radius: 50px;
  position: absolute;
  top: 0.9px;
  left: -8px;
  content: "";
}

.topservices-heading p {
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 600;
  margin: -2px 0 0;
}


.topservices-1 {
  padding: 10px;
  margin-top: 20px;
}

.topservices-2 {
  padding: 30px 20px 50px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 9px #dcdcdc;
  border-radius: 22px 22px 22px 0px;
}

.topservices-2 img {
  border-radius: 100px;
  transform: rotateX(0deg);
  border: 5px solid #ffffff;
  outline: 7px solid #045204;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.topservices-1:hover .topservices-2 img {
  transform: rotateX(360deg);
  transition: all .3s;
}

.topservices-2 strong {
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
  font-size: 21px;
  padding: 20px 0px 4px 0px;

}

.topservices-2 a {
  width: fit-content;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15px 7px 15px;
  margin: 17px 0px 0px 0px;
  background: #045204;
  border-radius: 6px 6px 0 0;
  position: absolute;
  bottom: 0;
}

.topservices-2 p {
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  padding: 0px 0px 0 0px;
}







.aboutus-section {
  padding: 50px 0px;
  background: radial-gradient(#ffff85f2, #ffffff);
  float: left;
  width: 100%;
}

.aboutus-left1 {
  padding: 10px;
}

.aboutus-left2 {
  padding: 20px 20px 0;
  border: 1px solid #ffd789;
  border-bottom: 0;
}

.content-design p {
  font-size: 16px;
  line-height: 32px;
  padding: 0 0 7px 0;
  color: #000000;
}

.content-design p:last-child {
  background: #fefc13;
  padding: 10px 20px 6px;
  width: fit-content;
  font-weight: 600;
}

.content-design img {
  float: left;
  margin: 0 20px 0 0px;
  height: 260px;
}

.content-design p i {
  font-weight: 600;
  font-style: normal;
}

.content-design ul,
ol {
  padding: 0 0 20px 0;
  margin: 0;
  list-style: none;
}

.content-design ul li {
  list-style: none;
  font-size: 16px;
  color: #000000;
  margin: 17px 0 0px 0;
  padding: 0 0 0 31px;
  position: relative;
}

.content-design ul li i {
  font-weight: 400;
  position: absolute;
  color: #045204;
  top: -3px;
  text-align: center;
  left: 0px;
  font-size: 24px;
  line-height: normal;
  border-radius: 50%;
  animation: circlee 25s linear infinite;
}

.content-design em {
  font-size: 20px;
  padding: 9px 27px;
  background: #fefc13;
  width: fit-content;
  font-style: normal;
  margin: 10px 0 14px;
  display: block;
  font-weight: 600;
  color: #000000;
  border-radius: 30px;
}

.horoscope-heading strong {
  font-size: 54px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}

.horoscope-heading strong span {
  color: #045204;
  position: relative;
}

.content-design {
  margin-top: 20px;
}











.awards {
  padding: 50px 0px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  background: #045204;
  float: left;
  width: 100%;
}

.awards:before {
  background: #045204;
  background-position: left;
  position: absolute;
  width: 100%;
  z-index: -9;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}

.awards:after {
  background: url(../images/cc.png) repeat;
  background-position: left;
  position: absolute;
  width: 100%;
  z-index: -9;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-attachment: fixed;
  content: "";
  animation: orbit-clock-wise 50s infinite linear;
}

.award1 {
  padding: 10px;
  margin-top: 20px;
}

.award2 img {
  width: 100%;
}

.awards-heading strong {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 83px;
  font-size: 65px;
  position: relative;
}

.awards-heading p {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.design-awards {
  align-items: center;
  padding: 0px 0 20px;
}

.tophead-left2 {
  font-size: 22px;
  text-transform: capitalize;
  color: #000000;
  padding: 9px 20px 0;
  font-weight: 600;
  margin: 11px 0 0px 0;
  background: #fff;
}










.services-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.circle-1 {
  position: absolute;
  left: 0;
  top: -40px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: -9;
  animation: circle 40s linear infinite;
  height: 100%;
}

.circle-1 img {
  height: 100%;
}

.services-1 {
  padding: 10px;
  margin-top: 20px;
}

.services-2 {
  padding: 30px 20px 30px;
  background: #fff;
  box-shadow: 0 0 8px #d8d8d88a;
  border-radius: 30px;
}

.services-2 span {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 97px;
  position: relative;
}

.services-2 span svg {
  height: 66px;
  width: 80px;
  fill: #fff;
}

.services-2 p {
  font-size: 15px;
  color: #000000;
  line-height: 27px;
  padding: 0px 0 0;
}

.services-2 strong {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
  padding: 0px 0 6px;
  display: block;
  text-align: center;
}

.services-2 a {
  color: #fff;
  background: #045204;
  border-radius: 8px;
  font-weight: 500;
  padding: 6px 15px 6px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
  width: fit-content;
  margin: 19px auto 0;
}

.horoscope-heading strong span:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  right: 0;
  bottom: 0px;
  background: #ffad00;
}










.list-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
  position: relative;
  padding-top: 0;
}

.list-top1 {
  padding: 0px 10px 0;
}

.list-top2 {
  padding: 0px;
}

.list-top2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.list-top2 ul li {
  padding: 9px 20px 9px 42px;
  border-radius: 31px;
  color: #232323;
  font-size: 18px;
  text-transform: capitalize;
  margin: 10px 0px 0px;
  position: relative;
  text-align: left;
  border: 1px solid #ffcad9;
  background: #fff;
  font-weight: 500;
}

.list-top2 ul li i {
  font-weight: 400;
  position: absolute;
  color: #045204;
  top: 1px;
  text-align: center;
  left: 9px;
  font-size: 18px;
  line-height: normal;
  border-radius: 50%;
  animation: circlee 25s linear infinite;
  padding-right: 10px;
}


.testimonials {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.client {
  margin: 20px 0 0;
}

.testimonials1 {
  padding: 13px;
  margin-top: 20px;
}

.testimonials2 {
  border-radius: 17px;
  padding: 30px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 8px 4px #f1f1f1;
}

.qoute {
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  top: auto;
  height: 30%;
  color: #dc1752;
  right: 0;
}

.qoute i {
  font-size: 100px;
  fill: #045204;
}

.testimonials3 p {
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  padding: 0px 0 0 0;
}


.testimonials4 strong {
  padding: 7px 15px 7px;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  background: #045204;
  color: #ffffff;
}

.testimonials4 span {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #fdfd00;
  display: inline-block;
  text-transform: uppercase;
}

.testimonials4 img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}

.testimonials3 strong {
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.testimonials3 i {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}



.testimonials-chat1 {
  padding: 10px;
}












.chooseus-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.choose-1 {
  padding: 5px 12px;
  margin-top: 20px;
}

.choose-2 {
  padding: 16px 8px 13px;
  box-shadow: 0 0 11px 0px #aeaeae38;
  border-radius: 12px;
  color: #fff;
  background: #045204;
}

.choose-2 span img {
  height: 71px;
}

.choose-2 p {
  text-transform: capitalize;
  padding: 9px 0 0;
  font-size: 18px;
  font-weight: 500;
}

.choose-2 b {
  font-size: 22px;
  font-weight: 800;
  padding: 2px 0 0;
  display: block;
}

.choose-2:hover {
  background: #fffc25;
  color: #000;
}











.footer-section {
  float: left;
  width: 100%;
  padding: 0;
  background: #045204;
}

.footer-section1 {
  padding: 0px;
}

.footer-section-2 {
  padding: 10px;
}

.footer-section-3 {
  padding: 10px;
  text-align: center;
}

.footer-section2 {
  padding: 10px;
}

.footer-section3 {
  padding: 10px;
}

.footer-head {
  padding: 0;
  text-align: left;
}

.footer-head p {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  color: #ffad00;
  padding: 5px;
  border-bottom: 4px double;
}

.footer-section4 {
  text-align: center;
  padding: 2px 0 0 0;

}

.footer-section4 ul {
  margin: 0;
  padding: 9px 0 0 0;
  list-style: none;
  text-align: left;
}

.footer-section4 li {
  color: #fff;
  padding: 5px 0 5px 0px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-section4 i {
  color: #ffad00;
  font-size: 12px;
  padding: 0 4px 0 0;
}

.footer-section-4 {
  text-align: center;
  padding: 15px 0 0 0;
}

.footer-serv {
  padding: 0px;
  margin: 0px 0 0 0;
}

.fooottt {
  text-align: left;
  padding: 2px 0 0 0;
}

.fooottt ul {
  margin: 0;
  padding: 9px 0 0 0;
  list-style: none;
  text-align: left;
}

.fooottt li {
  color: #ffad00;
  padding: 5px 0 5px 0px;
  line-height: 26px;
  font-size: 17px;
  text-transform: capitalize;
}

.fooottt li a {
  color: #ffad00;
  padding: 5px 0 5px 0px;
  line-height: 26px;
  font-size: 17px;
  text-transform: capitalize;
  border: 1px solid #ffad00;
  padding: 7px 6px;
  display: block;
  margin-bottom: 7px;
  text-decoration: none;
  transition: 0.6s;
}

.fooottt li a:hover {
  color: #fff;
  border: 1px solid #fff;
  transition: 0.6s;
}

.fooottt li a:hover i {
  color: #fff;
  transition: 0.6s;
}

.fooottt i {
  color: #ffad00;
  font-size: 22px;
  padding: 0 8px 0 0;
}

.footer-section-4 {
  text-align: center;
  padding: 15px 0 0 0;
}

.dis-1 {
  padding: 0;
  border-top: 1px solid #ffad0047;
  text-align: center;
  float: left;
  width: 100%;
}

.dis-1 p {
  font-size: 16px;
  padding: 20px 0 10px 0;
  line-height: 26px;
  margin: 0px;
  color: #fff;
  font-weight: 400;
}

.copy-1 {
  padding: 0px;
  text-align: center;
}

.copy-1 .copy {
  padding: 10px 0;
  margin: 0px;
  font-size: 16px;
  color: #ffbb03;
}

.top-head-sec {
  float: left;
  width: 100%;
  padding: 0 20px;
  background: linear-gradient(180deg, #fff3b7, #ffda5e);
  border-top: 7px solid #ffad00;
}

.top-head-sec-1 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  line-height: 30px;
}

.top-head-sec-2 {
  background: #045204;
  font-weight: 500;
  color: #fff;
  padding: 9px 15px 5px;
  text-align: center;
}

.top-head-sec-2 span {
  font-size: 30px;
  width: 33.3%;
  display: inline-block;
  animation: blkk 0.6s infinite;
  text-transform: capitalize;
}

@keyframes blkk {
  0% {
    transform: scale(1);
    color: #ffe072;
  }

  50% {
    transform: scale(1.1);
    color: #fff;
  }

  100% {
    transform: scale(1);
    color: #ffe072;
  }

}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}







@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
}
@media(min-width:640px) and (max-width:767px){
   .top-head-sec-2 span {
  font-size: 22px;
  width: 100%;
}
.header2 {
  display: none;
}
}
@media(min-width:480px) and (max-width:639px)
{  .top-head-sec-2 span {
  font-size: 22px;
  width: 100%;
}
.header2 {
  display: none;
}
.top-head-sec-1 p {
  margin: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
  .top-head-sec-2 span {
  font-size: 15px;
  width: 100%;
}
.header2 {
  display: none;
}
.awards-heading strong {
  font-size: 42px;
}
.top-head-sec-1 p {
  margin: 0;
}
}
