@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: "Comfortaa", sans-serif;
    color: #880000;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}

ul, p{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}


/* start top head section */
.tophead-section{
  padding: 0;
  background: #d19a07;
  animation: bgblkk 2s infinite;
}
@keyframes bgblkk{
    50%{
      background:#880000; 
       color: #fff;
    }
}
.tophead-section1{
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.tophead-left1{
  padding: 0 10px;
}
.tophead-left2{
  padding: 0;
  display: flex;
  align-items: center;
}
.head-socl2 {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px dotted #d19a07;
    transform: rotate(45deg);
    display: inline-block;
    padding: 0 0 0 0;
    background: #880000;
}
.head-socl2 i {
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    transform: rotate(-45deg);
}
.tophead-left2 span {
    padding: 0 0 0px 15px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
}

.tophead-left2 strong {
    font-size: 21.9px;
    font-weight: 700;
    color: #000000;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    padding: 5px 12px 3px;
    text-align: center;
}

.tophead-right1{
  padding: 0;
}
.tophead-right2{
  padding: 0;
  text-align: right;
}
.tophead-right2 ul{
}
.tophead-right2 ul li{
  padding:0 4px;
  margin:0;
  font-size: 19px;
  text-transform:capitalize;
  color:#fff;
  display: inline-block;
  font-weight:600;
}
.tophead-right2 ul li:nth-child(2){
  color: #fec107;
  text-transform:uppercase;
  font-weight: 800;
}
.toplist1{
  padding: 5px 0;
}
.toplist1 ul{
}
.toplist1 ul li{
  padding: 0 2px;
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Roboto Condensed", sans-serif;
}
.toplist1 ul li a{
    background:#ffc000;
    height: 40px;
    width: 40px;
    line-height: 39px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    border: 2px dotted #d19a07;
    background: #880000;
    border-radius: 50%;
    color: #ffffff;
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
.toplist1 ul li a:hover i{
animation-iteration-count: 1;
animation:bounce 1s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-1px);}
} 

.top-add{
    padding: 12px 10px 8px;
    background: #880000;
}
.top-add p{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    animation: neon 0.08s ease-in-out infinite alternate;
    line-height: 37px;
    /* text-shadow: 0 0 11px #ffffff; */
}
/* @keyframes neon {
  from {
    text-shadow: 0 0 6px rgb(255 255 0),
    0 0 30px rgb(220 220 181),
    0 0 12px rgb(255 255 0),
    0 0 21px rgb(255 255 0),
    0 0 34px rgb(255 255 0),
    0 0 54px rgb(255 255 0);
  }
  to {
    text-shadow:
    0 0 6px rgb(218 218 193),
    0 0 30px rgb(209 209 192),
    0 0 12px rgb(233 233 161),
    0 0 22px rgb(255 255 0),
    0 0 38px rgb(246 246 125),
    0 0 60px rgb(239 244 71);
  }
} */
@keyframes neon {
  from {
    text-shadow: 0 0 3px rgb(255 255 0),
    0 0 30px rgb(220 220 181),
    0 0 9px rgb(255 255 0),
    0 0 12px rgb(255 255 0),
    0 0 20px rgb(255 255 0),
    0 0 30px rgb(255 255 0);
  }
  to {
    text-shadow: 0 0 3px rgb(218 218 193),
    0 0 20px rgb(209 209 192),
    0 0 10px rgb(233 233 161),
    0 0 12px rgb(255 255 0),
    0 0 20px rgb(246 246 125),
    0 0 40px rgb(239 244 71);
  }
}
/* end top head section */


/* header section start */
.header-logo{
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    /* background: #ffda0a; */
}

.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 12px 15px 0px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 22px 0 0;
}
.header-logo-right-2{
  padding: 8px 0 30px;
  text-align: center;
  overflow: hidden;
}
.toplist-section1{
  padding: 0;
  text-align: center;
  }

.toplist-section1 ul li{
  padding: 0 10px;
  display: inline-block;
}
.toplist-section1 li p{
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 900;
}
.toplist-section1 li i{
  font-size: 23px;
  color: #880000;
}
.head-top{
  padding: 0;
  display: flex;
  align-items: center;
}

.head-left1{
  padding: 0px;
}
.head-left2{
  padding: 0px;
}
.head-left2 a{
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.head-left2 p{
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  margin:0;
  font-weight: 500;
  padding: 0px 0;
}
.head-left2 p span{
  color:#00cc10;
  font-weight: 600;
  font-size: 19px;
  animation: blk 0.3s infinite;
}
@keyframes blk{
  0%{color:#00cc10;}
  50%{color:#ffffff;}
  100%{color:#00cc10;}
}

.head1right1{
  padding: 0;
}
.head1right2{
  padding: 0px;
}
.head-bottom{
    padding: 12px 15px;
    text-align: center;
    overflow: hidden;
    background: #880000;
    clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
}
.pushEffect{
  padding: 0;
}
.pushEffect span{
  animation: push 12.5s linear infinite 0s;
  -ms-animation: push 12.5s linear infinite 0s;
  -webkit-animation: push 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  display:block;
  color: #000000;
  width:100%;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
}
.pushEffect span:nth-child(2){
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3){
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4){
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5){
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*Push Effect Animation*/
@-moz-keyframes push{
  0% { opacity: 0; }
  5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
  10% { opacity: 1; -moz-transform: translateX(0px); }
  25% { opacity: 1; -moz-transform: translateX(0px); }
  30% { opacity: 0; -moz-transform: translateX(0px); }
  80% { opacity: 0; }
  100% { opacity: 0;}
}
@-webkit-keyframes push{
  0% { opacity: 0; }
  5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
    10% { opacity: 1; -webkit-transform: translateX(0px); }
  25% { opacity: 1; -webkit-transform: translateX(0px); }
  30% { opacity: 0; -webkit-transform: translateX(0px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

.head1right2 p{
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.head1right2 p span{
  color:#00cc10;
  font-weight: 600;
  font-size: 19px;
  animation: blk 0.3s infinite;
}
@keyframes blk{
  0%{color:#00cc10;}
  50%{color:#ffffff;}
  100%{color:#00cc10;}
}
/* header section end */


/* banner section start */
.banner{
    padding:0;
}
.banner img{
    width:100%;
}
/* banner section end */



/* about us section start */
.about-us-sec{
  padding: 50px 0;
  background: #880000;
}
.about-us-title{
  padding: 0 0 15px;
  text-align: center;
}
.about-us-title strong{
  font-size: 55px;
  font-weight:700;
  color: #fff;
  text-transform: capitalize;
  display: block;
  border-bottom: 2px solid #d19a07;
  font-family: "Roboto Condensed", sans-serif;
}
.about-us-title span{
    width: 13px;
    height: 13px;
    background: #880000;
    display: inline-block;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #d19a07;
    position: absolute;
    bottom: 10px;
    right: 34%;
}

.about-us-content-1{
    padding: 0;
}
.about-us-content-1 p{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  padding: 9px 0;
}
.about-us-content-1 strong{
  color: #d19a07;
}
.about-head{
  color: #000000;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 8px 15px 8px;
  text-transform: capitalize;
  background: #d19a07;
  border-radius: 50px;
  font-family: "Roboto Condensed", sans-serif;
}
.about-head span{
  background: #000000;
  width: 97px;
  height: 1px;
  display: inline-block;
  position: relative;
}
.about-us-content-1 ul{
  padding: 7px 0 0px;
}
.about-us-content-1 ul li{
  padding: 3px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}
.about-us-content-1 ul li:before{
  color: #d19a07;
  font-size: 16px;
  padding-right: 7px;
  font-weight: 500;
  content:"\e008";
  font-family: "Font Awesome 6 Pro";
}
.about-contact{
  padding: 20px 0 0;
}
.about-box{
  padding: 0 10px;
}
.btm-call {
  padding: 0;
}
.btm-call a {
    font-size: 30px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 10px 3px;
    text-align: center;
    font-weight: 700;
    background: #000000;
    border-radius: 50px;
}
.btm-call .ws{
  background: #03cb0f;
}

/* about us section end */




/* service section start */
.srv-sec-2{
    padding: 50px 0;
}
.srv-title{
}
.srv-title strong{
  color: #880000;
}
.srv-title span{
    background: #ffffff;
}
.award-title span{
  background: #d19a07;
  border: 1px solid #ffffff;
}
.award-title strong{
  border-bottom: 2px solid #ffffff;
}
.srv-mn {
    padding: 120px 15px 15px;
}
.srv-mn .srv-box {
    padding: 15px;
    background: #d19a07;
    border-radius: 0 0 20px 20px;
}

.srv-mn .srv-box:hover .srv-im img {
    filter: grayscale(.8);
    transform: rotate(360deg)
}

.srv-mn .srv-box:before {
    content: "";
    width: 5px;
    height: 39%;
    top: 25%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: -1
}

.srv-mn .srv-im {
    width: 225px;
    height: 225px;
    padding: 12px;
    background: #ffffff;
    border-radius: 50%;
    margin: -126px auto 9px;
}

.srv-mn .srv-im img {
    border-radius: 50%;
    transition: .3s ease-in-out;
    border: 10px solid #880000;
}

.srv-mn .srv-content {
    padding: 0px;
}

.srv-mn .srv-name {
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-weight: 800;
    padding: 2px 0px 0px;
    font-family: "Roboto Condensed", sans-serif;
    color: #880000;
}

.srv-mn .srv-para {
    line-height: 24px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}
/* service section end */

/* add section start*/
.top-section{
  padding:20px 10px 12px;
  background: #880000;
  text-align:
  center;
}
.top-section1{
    padding:0;
}
.top-section1 p{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 10px 0px;
    animation: boun1 0.4s infinite;
    font-family: "Roboto Condensed", sans-serif;
}
@keyframes boun1 {
    0% {
        transform: translateY(6px);
        color: #d19a07;
    }
    100% {
        transform: translateY(0);
        color: #ffffff;
    }
}
.top-section1 span{
    color: #ec2232;
    text-transform:uppercase;
}
.top-section2 {
    padding: 0;
}
.top-section2 p{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 9px 0 0;
    display: block;
    border-top: 1px solid #d19a07;
}
/* add section end */


/* marquee section start */
.marquee-sec{
    padding: 0;
    background: #d19a07;
}
.marquee-sec-1{
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 60px;
    padding: 22px 0 0px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {color:#e5220e;}
  40% {color:#000000;}
  60% {color:#e5220e;}
}

/* marquee section end */

/* why choose section start */
.choose-sec-2{
    padding: 50px 0;
}
.choose-right{padding: 0 15px;}
.choose-left-1{
    padding:0;
}
.choose-text{
    padding: 0;
    text-align: center;
}
.choose-text p{
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
    padding: 2px 0px 0;
}
.choose-us{
    padding: 35px 0 20px;
    border: 5px double #d19a07;
    margin: 20px 0 0;
}
.choose-us1{
    padding:0;
}
.choose-us2{
    padding: 10px 15px 10px 30px;
    text-align: center;
}
.icon_holder {
    float: left;
}
.icon_holder i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #d19a07;
    color: #ffffff;
    box-shadow: -7px -5px 0px 0 #8b0606;
    font-size: 45px;
    border-radius: 50%;
}
.icon_text_inner {
    padding: 0 0 0 105px;
    text-align: left;
}
.icon_text_inner span {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 28px;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
}
.best-serv6 {
    padding: 0 0 18px;
}
.best-serv7 {
    border-bottom: 2px dotted #000000;
    padding: 0 0 15px;
}
.best-serv8{
    padding:0;
}
.best-serv8 img {
    float: left;
    border-radius: 50%;
    border: 10px solid #d19a07;
    padding: 3px;
    margin: 0 12px 0 0;
    width: 125px;
}
.best-serv8 p {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 28px;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
}
.best-serv8 span {
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}

.srv-add {
  padding: 20px 18px 12px;
  text-align:
  center;
  border-radius: 35px;
  box-shadow: 0 0 12px 1px beige;
  background:url(../images/bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.srv-add::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d19a07b8;
}
.srv-add-1 {
    padding: 0;
}
.srv-add-2{
    padding: 0;
}

.srv-add-2 p {
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
}
.srv-add-2 span {
    font-size: 42px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2px 0 0px;
    display: block;
    text-transform: capitalize;
}
.srv-add-2 a{

font-size: 45px;

font-weight: 700;

color: black;
}
.choose-us1:nth-child(4){
    display: none;
}
/* why choose section end */




/* counter section start */
.counter-section{
    padding: 0 0 50px;
}

.counter-1{
  padding: 15px;
  text-align: center;
}
.counter-2{
  padding: 0 15px 15px;
  text-align: center;
  background: #880000;
}
.choose-icon i{
    width: 100px;
    height: 80px;
    background: #deaa07;
    border-radius: 0 0 50px 50px;
    line-height: 80px;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    box-shadow: inset 0px 0px 20px -2px #880000;
    animation: chbdd 800ms linear infinite;
}
.choose-text strong{
 font-size: 16px;
 font-weight: 800;
 display: block;
 text-transform: capitalize;
 color: #dda906;
}
p.love_count{
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  padding: 15px 0 0px;
  display: block;
  line-height: 42px;
} 

/* counter section end */

/* testimonial section start */
.testi-sec{
    padding: 50px 0;
}
.testi-left{
    padding: 15px;
}
.testi-left-1{
    padding:0;
}
.testi-right{
    padding: 15px;
}
.testi-right-1{
    padding:0;
    background: #ffd90a;
    border-radius: 50px;
}
.testi-1{
  padding: 15px;
}
.testi-2{
  padding: 38px 15px 15px;
  text-align:
  center;
  border-radius: 35px;
  box-shadow: 0 0 12px 1px beige;
  background:url(../images/testi-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.testi-2::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffffd6;
}
.testi-3{
  padding: 0;
  position: relative;
  text-align: center;
}
.testimonial {
    padding-top: 0;
    position: relative;
    transition: all 0.7s ease 0s;
}

.testimonial .pic{
    text-align: center;
}
.testimonial .pic-1 {
    background: #d19a07;
    height: 105px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    width: 105px;
    margin: 0 auto 0;
    border-radius: 50%;
    position: relative;
    left: 0;
    right: 0;
    padding: 6px;
    box-shadow: 0 0 0px 12px #d19a074f;
}
.testimonial .pic-1:before {
    width: 18%;
    content: "";
    background: #fdca0f;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -9px;
    border-radius: 50%;
    transform: rotate(45deg);
}
.testimonial .pic-1 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.description .testi-name{
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    font-weight: 700;
}
.testimonial .description {
        padding: 22px 0 0;
}
.testimonial .description p{
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    padding: 2px 0px 10px;
}

.description .rating {
    color: #d19a07;
    font-size: 20px;
    padding: 2px 0 0px;
}
.description .rating li {
    display: inline-block;
    font-size: 20px;
}
.testi-right-1{
  padding: 25px 15px;
  border-radius: 35px;
  box-shadow: 0 0 12px 1px beige;
  background:url(../images/testi-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.testi-right-1::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffffd6;
}
.contact-1{
    padding: 0;
}
.contact-2{
  padding: 5px 15px;
  }

.contact-text p{
    font-size: 28px;
    font-weight: 600;
    text-transform:
    capitalize;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
}
.contact-text p i{
    font-size: 25px;
    color: #880000;
    font-weight: 600;
    padding: 0 8px 0 0;
}
.contact-text span{
    font-size: 20px;
    padding: 0px 0 0 30px;
    font-weight: 800;
    display: block;
}

.srv-list-1{
  color: #fff;
  padding: 15px 15px;
  border-radius: 10px;
}
@keyframes blkk {
    0% {
        color:#f6cc04;
        border: 3px solid #f6cc04;
    }
    100% {
        color:#fff;
        border: 3px solid #ffffff;
    }
}
.srv-list-1 p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    line-height: 34px;
    padding:15px 0 0px;
}

.srv-list-1 ul li{
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 0 0px;
    border: 1px solid #dadada;
    font-weight: 600;
    padding: 6px 6px;
    text-transform: capitalize;
}
.srv-list-1 ul li:before {
    content: "\e008";
    color: #ffffff;
    font-weight: 900;
    background: #d19a07;
    display: inline-block;
    font-size: 18px;
    font-family:
    "Font Awesome 6 Pro";
    height: 35px;
    width: 35px;
    line-height:35px;
    text-align:
    center;
    margin:0 6px 0 0;
}
.images-srv1{
    
padding: 0;
    
text-align: center;
    
position: relative;
    
overflow: hidden;
}
.images-srv1 img{
    
width: 100%;
}
.images-srv1 a{
    
position: absolute;
    
width: 100%;
    
left: 0;
    
background: #000000cf;
    
color: #ffffff;
    
text-transform: capitalize;
    
padding: 2px 12px 3px;
    
font-size: 20px;
    
font-weight: 600;
    
font-family: "Roboto Condensed", sans-serif;
}
/* end testimonials1 section */


/* astro services section start */
.astrosev-section{
    
padding: 0 0 50px;
}
.astro-sv{
  padding: 15px;
}
.astro-sv1{
    padding: 15px;
    text-align: center;
}
.astro-bxx{
  position: relative;
}
.astro-sv1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 50px;
    left: 0;
    z-index: -1;
    margin: 0 auto;
    border-bottom: 2px solid #880000;
    background: #d19a07;
    right: 0;
    border-radius: 20px;
}
.astro-img{
  position: relative;
}

.astro-img{
  text-align: center;
}
.astro-img i{
    background: #ffffff;
    border-radius: 50%;
    width: 110px;
    padding: 9px;
    border: 10px solid #880000;
    font-size: 52px;
    color: #000;
    line-height: 75px;
    height: 110px;
}
.astro-bxx span{
    font-size: 18px;
    font-weight: 700;
    padding: 13px 0 10px;
    color: #000000;
    text-transform: capitalize;
    display: block;
}
.astro-bxx a {
    font-size: 15px;
    color: #ffffff;
    background-color: #880000;
    padding: 6px 15px 5px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
    font-weight: 500;
    display: inline-block;
    border-radius: 0 0 20px 20px;
}
.astro-bxx a i{
    font-size: 16px;
    font-weight: 300;
    padding: 0 8px 0 0;
}
/* astro services section end */


/* service list section start */
.list-1{padding: 15px 15px 0;}
.list-2{padding: 20px;background: #d19a07;border-radius: 30px 30px 0 0;}
.list-2 a{
  background: #880000;
  margin: 12px 0;
  padding: 10px 15px 5px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 22px;
}
.list-num a svg{
  width: 225px;
  display: block;
  margin: 0 auto 15px;
  height: 225px;
}
.list-2 ul li{
  margin: 9px 0;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #000;
  font-weight: 800;
  border-radius: 50px;
  background: #fff;
}
.list-2 ul li:before {
    content: "\f863";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #880000;
    font-size: 18px;
    padding: 0 5px 0 0px;
}
.list-call{padding: 15px;}
.list-num{
  padding: 0;
}
.list-num a{
    background: #52891d;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 35px 20px 15px;
    font-size: 59px;
    color: #52891d;
    font-weight: 900;
    -webkit-text-stroke: 2px #ffffff;
    text-align: center;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 60px;
    margin: 0 0 20px;
}

/* service list section end */


/* award section start */
.list-mark{

text-align: center;

padding: 0 0 15px;
}
.list-mark ul li{

display: inline-block;

background: #880000;

padding: 7px 20px 5px;

color: #fff;

font-size: 18px;

border-radius: 50px;

margin: 2px 0;
}
.award-section{padding: 40px 0;background: #d19a07;}
.awards-1{
  padding: 5px;
}
.awards-2{
  padding: 0;
}
.awards-2 p{
  font-weight: 700;
  text-align: center;
  padding: 6px 12px 6px;
  font-size: 20px;
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 50px;
  margin: 8px 0 0;
  font-family: "Roboto Condensed", sans-serif;
}
.awards-2 img{
  width:100%;
}
.ser-list1{padding: 0;}
/* award section end */

/* footer copyright section start */
.footer-copyryt{
    background: #880000;
    padding: 12px 0 0;
}
.disclaimer{
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}
.copyryt{
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
    color: #d19a07;
    text-align: center;
    padding: 0 0 5px;
}
/* footer copyright section end */






.mobile-call{
    display:none;
}
.call {
    bottom:12px;
    left: 16px;
    position: fixed;
    z-index: 1111;
}
.call a i{
    text-align: center;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    background:#f00008;
    border-radius: 50%;
}
.call a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}

.call i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}

.whatsapp {
    bottom:12px;
    right: 16px;
    font-size: 18px;
    position: fixed;
    z-index: 1111;
}
.whatsapp  a i{
    text-align: center;
    color: #fff;
    background:#00c800;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.whatsapp  a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}
.whatsapp i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}
@keyframes scnee {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     50% {
         transform: scale(1.8);
         opacity: 0;
     }

     100% {
         transform: scale(1);
         opacity: 1;
     }
 }

 @keyframes sollcl {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(1.4);
     }

     100% {
         transform: scale(1);
     }
 }


@media (max-width: 767px){
.top-section1 p {font-size: 22px;}
.top-section2 p {font-size: 15px;}
.choose-right {padding: 15px 0 0;}
.choose-left{padding: 0 0 15px;}
.btm-call a {font-size: 17px;}
.about-box{padding: 0 5px 5px;}
.top-add p {font-size: 15px;line-height: 30px;}
.header-logo-right-1 {padding: 8px 0 0;}
.tophead-section1{display: block;padding: 12px 0 0;}
.head-top{display: block;}
.tophead-left2 {justify-content: center;}
.toplist1 {text-align: center;}
.tophead-left1{padding: 0;}
.marquee-sec-1 {font-size: 27px;line-height: 40px;padding: 15px 0 0px;}
.choose-us1:nth-child(4){display: block;}
.mobile-call{display: block;}

}

@media only screen and (min-width: 767px) and (max-width:990px){
.top-section1 p {font-size: 30px;}
.top-section2 p {font-size: 18px;}
.choose-right {padding: 15px 0 0;}
.choose-left{padding: 0 15px 15px;}
.btm-call a {font-size: 20px;}
.srv-mn .srv-name {font-size: 28px;}
.toplist1 ul li {font-size: 17px;padding: 0 2px;}
.toplist1 ul li a {height: 35px;width: 35px;line-height: 31px;font-size: 14px;}
.tophead-left2 span {font-size: 20px;}
.head-socl2 {width: 30px;height: 30px;}
.head-socl2 i {font-size: 14px;line-height: 28px;}
.top-add p {font-size: 15px;line-height: 30px;}
.header-logo-right-1 {padding: 8px 0 0;}
.images-srv1 a {font-size: 18px;}
.awards-2 p {}
.srv-mn .srv-para {height: 140px;}
.choose-us1:nth-child(4){display: block;}
.tophead-left2 strong {font-size: 14px;padding: 5px 10px 4px;}
.tophead-right2 ul li:nth-child(2){display: none;}
.tophead-left1 {padding: 0 0px;}



}


@media only screen and (min-width: 991px) and (max-width:1200px){
.head-left2 a {font-size: 16px;}
.head-left2 img {height: 28px;}
.head1right2 p span {font-size: 14px;}
.head1right2 p {font-size: 11px;}
.pushEffect span {font-size: 15px;}
.toplist-section1 ul li { padding: 0 5px;}
.header-logo-right-2 {padding: 0px 0 30px;}
.top-section1 p { font-size: 38px;}
.best-serv8 p {font-size: 25px;}
.srv-mn .srv-name {font-size: 24px;}
.btm-call a { font-size: 28px;}
.list-mark ul li {padding: 7px 15px 5px;font-size: 12px;}
.awards-2 p {padding: 6px 10px 5px;font-size: 17px;}
.list-num a {font-size: 47px;line-height: 52px;}
.list-2 a {font-size: 20px;}
.tophead-left2 strong {font-size: 16.9px;padding: 4px 15px 3px;}
.toplist1 ul li {font-size: 22px;}
}


@media only screen and (min-width:1201px) and (max-width:1280px){

}




@media (min-width:0) and (max-width:600px){
.testi-right-1 {padding: 10px 0px;}
.about-us-title strong {font-size: 40px;}
.srv-add-2 span {font-size: 36px;}
.srv-add-2 a {font-size: 40px;}
.best-serv8 p {font-size: 22px;}
.best-serv8 img {width: 110px;}
.about-box{width: 100%;}
.top-add p {font-size: 12px;line-height: 24px;}
.toplist-section1 li i {font-size: 17px;}
.toplist-section1 li p {font-size: 12px;}
.toplist-section1 ul li {padding: 0 4px;}
.pushEffect span {font-size: 10px;}
.header-logo-right-2 {padding: 2px 0 22px;}
.icon_holder {float: none;}
.icon_text_inner {padding: 0;text-align: center;}
.choose-us2 {padding: 10px 10px;}
.toplist1 ul li {padding: 0 2px;font-size: 25px;}
.testi-1{width: 100%;padding: 15px 0;}
.head-bottom {padding: 8px 15px;}
.awards-2 p {font-size: 16px;padding: 6px 12px 4px;line-height: 20px;}
.list-call {padding: 15px 0;}
.list-1 {padding: 15px 0 0;}
.astro-bxx span {font-size: 16px;}
.astro-sv {padding: 8px;}
.images-srv1 a {font-size: 18px;padding: 3px 12px 3px;}

}





@media (min-width: 290px) and (max-width:420px){
.tophead-left2 span {font-size: 32px;}
.top-add p {font-size: 15px;line-height: 30px;}
.toplist1 ul li {font-size: 20px;padding: 0 1px;}
.top-add p {font-size: 13px;line-height: 22px;}
.header-logo-left-1 {padding: 12px 0 0px;}
.pushEffect span {font-size: 10px;}
.head1right2 p {font-size: 12px;}
.head1right2 p span {font-size: 15px;}
.head-bottom {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.about-us-title strong {font-size: 32px;}
.srv-mn .srv-name {font-size: 22px;}
.best-serv8 img {float: none;}
.best-serv6 {text-align: center;padding: 10px 0 18px;}
.srv-add-2 span {font-size: 26px;}
.srv-add-2 a {font-size: 28px;}
.srv-add-2 p {font-size: 13px;line-height: 22px;}
.marquee-sec-1 {font-size: 20px;line-height: 32px;}
.contact-text span {font-size: 18px;}
.testi-left, .testi-right {padding: 15px 0;}
.srv-mn {padding: 110px 0 15px;}
.testi-sec, .srv-sec-2, .about-us-sec {padding: 30px 0;}
.choose-sec-2 {padding: 30px 0;}
.counter-1{width: 100%; padding: 15px 0;}
.images-srv1{width: 100%;}
.astro-sv{width: 100%;}
.list-mark ul li {padding: 6px 10px 5px;font-size: 12px;}
.awards-1{width: 100%;}
.list-2 a {font-size: 20px;}
.list-num a { font-size: 45px;line-height: 50px;}
.tophead-left2 strong {font-size: 17px;padding: 5px 8px 3px;}
.toplist-section1 ul li {padding: 0 1px;}
.toplist-section1 li p {font-size: 10px;}
.toplist-section1 li i {font-size: 16px;}
}
