@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Montserrat", sans-serif;
  background: #100109;
  color: #ff4200;
}

: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: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

.shooting-stars {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background: black url("https://www.transparenttextures.com/patterns/stardust.png");
  padding: 70px 20px;
  color: #fff;
}

.shooting-stars::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(
    120deg,
    transparent,
    transparent 48%,
    rgba(255,255,255,0.2) 50%,
    transparent 52%
  );
  animation: shoot 10s linear infinite;
}

@keyframes shoot {
  from { transform: translate(0, 0); }
  to { transform: translate(300px, 300px); }
}


/* top head section start */
.tophead-section{
  padding: 9px 0 0;
  margin: 0 0 46px;
  background: #fffc00;
}
.head-section{
  padding: 0 0 12px;
  overflow: hidden;
  margin: 0 0 -55px;
}
.top-line p{
  color: #cd0a00;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.top-head-line p{
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 0 0;
  text-align: left;
}
.head-section1{
  padding: 10px 0 0px;
  position: relative;
  text-align: center;
}
.head-call {
    position: absolute;
    width: 220px;
    height: 42px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    z-index: 9;
    top: -25px;
}
.head-call a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}
.head-call a img{
  padding: 0 4px 0 0;
  filter: invert(1);
}
.head-list ul {
    padding: 23px 0 12px;
    text-align: center;
}
.head-list ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 0 0;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.head-list ul li:before {
    content: "";
    font-weight: 600;
    display: inline-block;
    margin: 0px 6px 0 0;
    background: #ff8400;
    width: 22px;
    height: 1px;
    top: -5px;
    position: relative;
}
.head-list ul li:first-child:before {
    width: 0px;
}
.head-mrk{
  color: #cd0a00;
  font-size: 24px;
  display: block;
  animation: bordupp 800ms linear infinite;
  font-weight: 700;
  text-align: center;
}
 @keyframes  bordupp{
  0%{transform:translateY(4px);}
  50%{transform:translateY(-4px);}
  100%{transform:translateY(4px);}
}
/* top head section end */


/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */



/* why choose us section start */
.counter-box{
  margin: -25px 0 0;
  padding: 12px 30px;
  box-shadow: 0px 0px 13px #0000002e;
}
.counter-1{
  padding: 12px;
}
.counter-2{
  text-align: center;
  padding: 0 0px 0 130px;
  background: linear-gradient(45deg, #fffc00, #ff4200);
  position: relative;
}
.counter-2 span{
  position: absolute;
  height: 100px;
  width: 100px;
  left: 10px;
  top: 17px;
  border-radius: 50%;
  background: #fff;
  line-height: 100px;
}
.counter-2 strong{
  font-size: 20px;
  text-transform: capitalize;
  padding: 3px 0 4px;
  color: #cd0a00;
  display: block;
  font-weight: 700;
  background: #ffffff;
}
.counter-2 p{
  font-size: 39px;
  font-weight: 700;
  padding: 8px 0px 0 0px;
  color: #fff;
}
.counter-2 span svg{
  height: 60px;
  width: 60px;
}
/* why choose us section end */



/* about us section start */
.about-sec{overflow: hidden;background: #fffc00;}
.list-align{
  align-items: center;
}
.about-sec1{
  padding: 0 30px 30px;
  position: relative;
  z-index: 1;
}
.about-title{
    text-align: center;
}
.about-title strong{
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    padding: 0px 0 0px;
    display: block;
    color: #cd0a00;
}
.about-title p{
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    background: #f640002b;
    padding: 10px 12px 10px;
    line-height: 19px;
}
.about-us-content{
  padding: 0;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    padding: 5px 0;
}
.about-us-content p strong{
    color: #ff4200;
    font-weight: 600;
}
.about-list ul{
  padding: 8px 0;
  background: #000000;
  margin: 12px 0 15px;
}
.about-list ul li{
    padding: 0px 12px;
    display: block;
}
.about-list ul li span{
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #ffffff;
}
.about-list ul li i{
    color: #ff4200;
    margin: 0 11px 0 0;
    font-weight: 600;
}
.list1{
   padding: 12px;
   text-align: center;
}
.list2 img{
  padding: 0 12px;
}
.list3::after {
    position: absolute;
    content: '';
    background-image: url(../images/astrology.png);
    background-position: center;
    top: -48px;
    animation: rotate 8s linear infinite;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    z-index: -1;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 600px;
    left: 0;
    right: 0;
}
.list2 ul {
  padding: 0 0 15px;
}
.list2 ul li{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    padding: 12px 15px 10px;
    display: block;
    background: #f640002b;
    margin: 15px 0;
    border-radius: 50px;
    text-align: left;
}
.list2 ul li i{
    text-align: center;
    color: #ff4200;
    margin: 0 7px 0 0;
    font-weight: 600;
}

@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
/* about us section end */



/* main services section start */
.mainservices{

background: radial-gradient(#cd0a00, #ff4200);
}
.mainservices .about-title strong{
  color: #fff;
}
.mainservices .about-title p{
  color: #cd0a00;
  background: #fffc00;
  font-weight: 700;
}
.mainsv1{
  padding: 12px 12px 30px;
}
.mainsv2{
   position: relative;
   z-index: 0;
}
.scr-ser {
    padding: 0;
    text-align: center;
    
}
.scr-ser span{
   font-weight: 700;
   text-transform: capitalize;
   display: block;
   text-align: center;
   padding: 9px 10px 10px;
   background: #fffc00;
   border-radius: 0 0 15px 15px;
   font-size: 25px;
   color: #cd0a00;
   line-height: 29px;
}
.scr-ser-img{
    padding: 18px 0 0;
}
.scr-ser-img img{
  border-radius: 12px;
  width: 100%;
}
.mainsrv-txt-box{
    padding: 15px 0 35px;
}
.mainsrv-txt-box p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}
.scr-ser a{
    display: inline-block;
}
.scr-ser a i{
    position: relative;
    width: 85px;
    background: #000000;
    font-size: 42px;
    line-height: 85px;
    height: 85px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 15px #ffffff;
}
/* main services section end */


/* services section start */
.services{
    
background: radial-gradient(#cd0a00, #ff4200);
}
.sv-left1{
  padding: 12px;
}
.srv-bx{
  padding:0;
}
.srv1{padding: 12px 0;}
.srv2{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.srv-txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #ffffff;
    padding: 17px;
}
.srv-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}
.srv-img img{
  border-radius: 50%;
  border: 5px solid #ffdc00;
}
.srv-name{
    width: 194px;
    background: #ffffff;
    padding: 2px 15px 2px;
    display: block;
    text-align: center;
    margin-top: -25px;
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.srv-txt {
    width: 100%;
    padding: 0 25px 0 0;
    border: 1px solid #ffffff;
    border-right: 0;
}
.award-bx4{padding: 0 0 0 25px;}
.awards-1{
  padding: 12px;
}
.awards-2{
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
/* services section end */



/* testimonial section start */
.testi-section .about-title strong{
  color: #ff4200;
}
.testi-1{
  padding: 40px 12px 0;
}
.testi-2{
  padding:0;
  position: relative;
}
.testi-box {position: relative;}
.testi-box:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 270px;
    background: linear-gradient(45deg, #fffc00, #ff4200);
    z-index: -1;
    left: 0px;
    top: 0px;
    border-radius: 50px;
}
.client-msg {
    max-width: 330px;
    background: #fffc00;
    padding: 15px;
    box-shadow: 0px 0px 13px #0000002e;
    margin: 0 0 0 20px;
    position: relative;
}
.client-msg p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
}
.client-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px 7px;
    height: 44px;
    background: linear-gradient(45deg, #fffc00, #ff4200);
    margin-top: 15px;
}
.client-name span {
    font-size: 20px;
    line-height: 24px;
    color: #cd0a00;
    font-weight: 700;
    text-transform: capitalize;
}
.client-rating i{
  color: #ffffff;
  font-size: 16px;
}
/* testimonial section end */

/* best services section start */
.bestservices1{
    background: #cd0a00;
}
.bestsv1{
  padding: 12px;
}
.bestsv2{
}
.bestservice-img{
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 15px;
}
.bestservice-img img{
  width: 100%;
}
.best-name{
    position: absolute;
    background: #00000091;
    font-size: 22px;
    color: #fffc00;
    font-weight: 400;
    text-align: center;
    transform: rotate(-90deg);
    width: 320px;
    padding: 15px 0 9px;
    top: 116px;
    left: -136px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
.best-text p{
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    padding: 12px 0 0;
}
/* best services section end */


/* footer section start */
.copyright-sec{
  background: #f640002b;
  text-align: center;
  padding: 12px 0;
}
.disclaimer p{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}
.copyryt{
    font-size: 13px;
    font-weight: 500;
    padding: 9px 0 0;
    display: block;
}
/* copyryt section end */



.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.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;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 15px;
    width: 60px;
    background: #f10000;
    line-height: 57px;
    border-radius: 50%;
    animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
  display: block;
  position: relative;
}
.end li a span{
    position: absolute;
    top: -6px;
    right: 0;
    background: red;
    border: 1px solid #eee;
    height: 20px;
    border-radius: 40px;
    line-height: 20px;
    width: 20px;
}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a svg
{
    width: 28px;
    height: 28px;
    fill: #fff;
}





@media (max-width: 767px){
.top-line p {font-size: 20px;}
.top-head-line p {text-align: center;}
.head-list ul li {font-size: 16px;}
.head-mrk {font-size: 17px;}
.head-call {position: initial;margin: 0 auto;}
.head-list ul {padding: 10px 0;}
.about-title strong {font-size: 33px;}
.award-bx4 {padding:0 12px;}
.list2 img {margin: -48px 0;}


}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-list ul {padding: 0 0 12px;}
.best-name {font-size: 20px;width: 315px;top: 105px;}
.award-bx4 {padding: 0 12px;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.best-name {font-size: 16px;top: 86px;width: 310px;}
.testi-box:before {height: 295px;}
.counter-2 strong {font-size: 17px;padding: 6px 0 4px;}
.list3::after {background-size: 475px;}
.top-line p {font-size: 22px;}
.head-mrk {font-size: 18px;}
.head-list ul li {font-size: 16px;}
.top-head-line p { font-size: 18px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
.head-mrk {font-size: 23px;}
}

@media (max-width: 575px) and (min-width: 0px) {
.about-title strong {font-size: 25px;}
.about-title p {font-size: 15px;padding: 7px 12px 7px;}
.about-sec1 {padding: 0 15px 15px;}
.srv2 {display: block;}
.srv-txt {padding: 0;margin: 0 0 15px;border-left: 0;}
.srv-right{padding: 25px 0 0;}
.sv-left1 {padding: 0 0 40px;}
.sv-right1 {padding: 0;}
.awards-1 {padding: 10px;}
.top-head-line p {font-size: 20px;}
.top-line p {font-size: 15px;}
.list3::after {background-size: 435px;}
.list-design{margin-top: 0 !important;}
}




@media (max-width: 419px) and (min-width: 290px) {
.top-head-line p {font-size: 16px;}
.about-title p {font-size: 17px;line-height: 26px;}
.best-name {font-size: 15px;top: 82px;width: 310px;}
.client-name span {font-size: 19px;}
.client-rating i {font-size: 15px;}
.mainsv1 {padding: 30px 10px 35px;}
.head-list ul li {font-size: 13px;}
.counter-box {padding: 12px 15px;}
.counter-2 {padding: 0 0px 0 108px;}
.counter-2 span {height: 85px;width: 85px;line-height: 82px;}
.counter-2 span img {height:60px;}
.awards-1 {padding: 10px;width: 100%;}
.list3::after {background-size: 354px;}
}



