@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg.png);
    background-attachment: fixed;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}


.about
{
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.about-left{
    padding: 15px;
    width: 65%;
}
.about-right{
    padding: 15px 15px 0;
    width: 35%;
}
.about-right-1{
    padding: 5px 15px;
    background: url(../images/bg.jpg) no-repeat;
    border-radius: 10px;
    background-size: cover;
    background-attachment: fixed;
}
.about-title{
    padding: 0 0 10px;
    text-align: center;
}
.about-title strong{
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 800;
    display: block;
    color: #000000;
    background: linear-gradient(45deg, #c7002e, #c9002a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-title p{
    text-transform: capitalize;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}
.about-us-content p{
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    color: #222;
    padding: 7px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #c9002a;
    font-weight: 600;
}
.about-heading{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 35px;
    padding:5px 10px 0px;
    display: inline-block;
    background: linear-gradient(0deg, #e09004, transparent);
    border-radius: 18px 18px 18px 18px;
    margin: 5px 0 11px;
    display: none;
}
.about-us-content ul{
  padding: 11px 0;
}
.about-us-content ul li{
    position: relative;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #222;
    padding: 6px 0;
    align-items: center;
}
.about-us-content ul li:before {
     content: "";
     font-size: 17px;
     margin: 0px 9px 0 0px;
     background: #ffc600;
     width: 10px;
     height: 14px;
     border-radius: 60px 20px 50px 60px;
}
.services-1 {
    padding: 15px;
    width: 100%;
}
.service_card_img{
  border: 1px solid #ffc6003d;
  padding: 20px 0 0;
  border-radius: 40px;
}
.service_card_img img{
  width: 215px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.service_card_content strong {
    font-size: 19px;
    font-weight: 800;
    padding: 6px 15px 3px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    background: #ffc600;
    margin: -24px 0 0;
    position: relative;
    border-radius: 50px;
}
.service_card_content span {
    font-size: 18px;
    font-weight: 800;
    padding: 6px 0 0;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
}
.service_card_content a {
    color: #000000;
    font-size: 20px;
    padding: 2px 13px 0;
    font-weight: 700;
    text-transform: capitalize;
    background: #ffc530;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    line-height: 27px;
}
.service_card_content p{
   font-size: 17px;
   font-weight: 400;
   line-height: 28px;
   color: #fff;
   padding: 7px 0 0;
}
.awards-section {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.award2
{
    float: left;
    width: 100%;
    padding-top: 30px;
}

.astrosev-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.srv-title{
    text-align: center;
    margin: 0 0 20px;
}
.srv-title strong{
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 800;
    display: block;
    color: #ffffff;
    padding: 2px 15px 2px;
    border-radius: 50px;
    background: linear-gradient(45deg, #5b2555, #3A1F34);
}
.astro-sv{
  padding: 15px 15px 0;
  text-align: center;
}
.astro-img{
  padding: 25px 10px 37px;
  position: relative;
  background: #ffc600;
  text-align: center;
  transition: all ease 300ms;
}
.astro-img img{
  width: 100%;
  border-radius: 50%;
}
.astro-img1{
    font-size: 36px;
    line-height: 80px;
    color: #000;
    position: relative;
    left: 0;
    top: 0;
    width: 164px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all ease 300ms;
    margin: 0 auto;
    overflow: hidden;
    padding: 17px;
}
.astro-img1:before{
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px dashed #5b2555;
    animation: rotate 9s linear infinite;
    visibility: hidden;
    opacity: 0;
}
@keyframes rotate{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.astro-sv1:hover .astro-img1:before {
    visibility: visible;
    opacity: 1;
}
.astro-img span{
    display: inline-block;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding: 10px 0 0;
    text-transform: capitalize;
}
.astro-call{
  padding: 42px 0 0;
  margin: -49px 0 0;
}
.astro-call a{
    background: #117600;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 7px 19px 5px;
    bottom: 20px;
    text-transform: uppercase;
}


.bestservices
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.bestsv1{
    padding: 15px;
  }
  .bestsv2{
      padding: 0 0 0;
      text-align: center;
  }
  .bestsv3{
      position: relative;
      transition: .5s ease-in-out;
      padding: 10px 0;
  }
  .bestsv3::before {
      content: "";
      height: 300px;
      width: 10px;
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: -19;
      background: #ffc600;
      transition: .5s ease-in-out;
      border-radius: 50px;
  }
  .best-img{
      z-index: 0;
      border-radius: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: relative;
      padding: 20px 0;
  }
  .best-img img{
      border-radius: 50%;
      width: 260px;
      border: 5px solid #ffc600;
  }
  .bestsv4{
      position: absolute;
      bottom: 55px;
      left: 0;
      background: #ffffff;
      color: #5b2555;
      text-align: center;
      transition: 0.7s;
      width: 100%;
      font-size: 21px;
      font-weight: 700;
      padding: 2px 0 5px;
  }
  
  .best-text p {
      font-size: 17px;
      font-weight: 500;
      line-height: 30px;
      color: #222;
      padding: 0;
  }
  
  .bestsv1 .astro-call {
    margin: -19px 0 0;
}

.counter
{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
}
  .counter-1{
    padding: 15px;
    text-align: center;
  }
  .why-icon {
      width: 175px;
      height: 175px;
      line-height: 158px;
      background: #ffffff;
      color: #3A1F34;
      position: relative;
      transition: all 0.3s ease 0s;
      font-size: 75px;
      border-radius: 50%;
      border: 8px solid #ffc600;
      z-index: 1;
      margin: 0 auto;
  }
  
  .counter-2:hover .why-icon {
      font-size: 65px;
  }
  .counter-box{
    padding: 0 20px 0;
  }
  .counter-box strong{
    
  color: #ffc600;
    
  font-size: 60px;
    
  font-weight: 300;
    
  text-transform: capitalize;
    
  border-radius: 15px 15px 0 0;
    
  display: block;
    
  text-align: center;
    
  
  }
  
  .counter-box p{
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    padding: 5px 0 35px;
  }
  
  .count-up{
    position: relative;
  }
  .why-icon:before {
      content: "";
      width: 130px;
      height: 20px;
      border-radius: 40px;
      background: #ffffff;
      position: absolute;
      top: 0px;
      left: 50%;
      z-index: -1;
  }
  
  .counter-count {
      color: #ffffff;
      font-size: 34px;
      font-weight: 600;
      text-transform: capitalize;
      padding: 0;
  }
  .count-up span{
      color: #ffffff;
      font-size: 23px;
      font-weight: 500;
      text-transform: capitalize;
      border-radius: 0;
      padding: 20px 0 0;
      display: block;
      position: relative;
  }





.testimonials
{
    float: left;
    width: 100%;
   padding-bottom: 50px;
}
  .testimonials-1{
    padding: 15px;
  }
  .testi-img{
      padding: 10px 0 0;
      position: relative;
  }
  .testi-img::before {
      content: "";
      height: 131px;
      width: 10px;
      display: block;
      position: absolute;
      top: 97px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: -19;
      background: #ce00ff;
      transition: .5s ease-in-out;
  }
  .testi-img img{
     border-radius: 50%;
     border: 5px solid #ce00ff;
     width: 97px;
  }
  .testimonial-box {
      padding: 15px;
      position: relative;
      text-align: center;
      background: #ffc60030;
      border: 10px solid #3A1F34;
      border-top: 0;
      border-right: 0;
      border-radius: 0 25px 0;
  }
  .testimonial-box .quotes {
      position: absolute;
      right: -28px;
      top: 0px;
      width: 47px;
  }
  .testimonial-box .testi-box-content {
      font-size: 18px;
      line-height: 34px;
  }
  .testi-box-content p{
      padding: 0 0px 5px 0;
      font-size: 17px;
      font-weight: 500;
      line-height: 30px;
      color: #222;
  }
  .testi-box-content span{
      color: #5b2555;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize;
      padding: 0;
      display: block;
  }
  .testi-rat i{
      border-radius: 50px;
      color: #ff9f00;
      padding: 0px 5px 0px;
      font-size: 16px;
  }



.list-section
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
  .list1{
    padding: 0 15px 15px;
    text-align: center;
  }
  .list2 p{
    background: #ff6f17;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 0 3px;
  }
  .list2 ul{
    padding: 0 0 15px;
    text-align: left;
  }
  .list2 ul li{
      position: relative;
      display: block;
      font-size: 17px;
      font-weight: 600;
      line-height: 32px;
      color: #000000;
      padding: 7px 0 7px;
      text-transform: capitalize;
  }
  .list2 ul li:last-child{
    border:0px;
  }
  .list2 ul li i {
      font-weight: 600;
      color: #c9002a;
      display: inline-block;
      font-size: 17px;
      text-align: center;
      padding: 0 10px 0 0;
  }
  .list-call1{
    background: #ffc600;
    /* border: 2px solid #3A1F34; */
    border-left: 0;
    border-right: 0;
    padding: 4px 12px 4px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
  }
  .list-call1 span{
    background: #ce00ff;
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 50%;
    border: 6px solid #ffffff94;
    padding: 5px;
    position: absolute;
    margin: -19px 0 0 20px;
  }
  .list-call a{
    font-size: 40px;
    font-weight: 800;
    color: #353535;
    padding: 0px 0 0;
    text-transform: capitalize;
    display: block;
    animation: txt-blnk 0.6s infinite;
  }
  @keyframes txt-blnk
  {
    0% {
        color: #ffffff;
    }
    50% {
        color: #c7002e;
    }
    100% {
        color: #c9002a;
    }
  }


  .footer-section {
    padding: 0;
    background: linear-gradient(to top, #ffffff 50%, #5b2555 50%);
    float: left;
    width: 100%;
}

.footer-right1 {
    padding: 30px 20px 0;
    background: #fff;
}

.footer-right2 {
    padding: 0;
}

.footer-contact1 {
    padding: 10px 15px;
}

.footer-contact2 {
    padding: 20px 10px;
    text-align: center;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 120px;
    border-radius: 50%;
    background: #ffc600;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #ffc600;
    }

    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}

.footer-contact2 span i {
    font-size: 45px;
    color: #000;
}

.footer-contact2 strong {
    display: block;
    color: #5b2555;
    padding: 20px 0 3px;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-contact2 a {
    display: block;
    padding: 0;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.footer-left1 {
    padding: 0 0 0 0;
}

.footer-left2 {
    padding: 25px;
    background: #ffc600;
    text-align: center;
}

.footer-left2 span {
    color: #5b2555;
    padding: 2px 13px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
}

.footer-left2 strong {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}

.footer-left2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    padding: 0 0 15px;
}
.chat-banner {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #199f26;
    position: relative;
}

.chat-banner a {
    display: block;
    padding: 17px 0 20px;
}

.chat-banner a strong {
    color: #fff;
    padding: 0px 85px 0 0px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid;
    font-size: 32px;
    display: block;
}

.chat-banner a p {
    padding: 5px 85px 0px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.chat-banner img {
    position: absolute;
    top: 11px;
    right: 0;
    height: 99px;
}
.copy-right {
    padding: 10px 0;
    background-color: #ffc600;
    text-align: center;
    float: left;
    width: 100%;
}

.copy-right p {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.tophead {
    padding: 0;
    background: #5b2555;
    float: left;
    width: 100%;
}

.top-text1 {
    padding: 0px;
}

.top-text2 p {
    color: #000;
    text-align: center;
    background: #ffc600;
    padding: 5px 14px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}

.top-right1 {
    text-align: right;
    padding: 0px;
}

.top-right2 ul {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.top-right2 ul li {
    color: #fff;
    list-style: none;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    padding: 0px 10px 0px 10px;
}

.top-right2 ul li i {
    color: #ffffff;
    font-size: 23px;
}

.mark-text {
    padding: 8px 0 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}

.list-icon2 {
    position: relative;
    text-align: center;
}

.list-icon2 ul li {
    list-style: none;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 30px 0 30px;
}

.list-icon2 ul li span {
    position: absolute;
    height: 46px;
    width: 52px;
    border-radius: 70px 70px 0 0;
    font-size: 20px;
    background: #ffc600;
    color: #5b2555;
    line-height: 57px;
    top: -9px;
    left: 0;
}
.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}





.portfolio-area {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
  }
  
  .consen-section-title {
    padding-bottom: 30px;
  }
  
  .consen-section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #5b2555;
    margin: 0 0 16px;
    position: relative;
    margin-left: 53px;
    display: inline-block;
  }
  
  .consen-section-title h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 41px;
    background: #5b2555;
  }
  
  .consen-section-title h2 {
    font-size: 35px;
    margin: 0;
    line-height: 50px;
    color: #5b2555;
    font-style: normal;
  }
  
  .single-portfolio {
    margin-bottom: 30px;
    position: relative;
  }
  
  .portfolio-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    transition: .5s;
    opacity: 0;
  }
  
  .single-portfolio:hover .portfolio-thumb:before {
    opacity: 1;
  }
  
  .portfolio-thumb img {
    width: 100%;
    border-radius: 5px;
  }
  
  .portfolio-content {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: left;
    background: #5b2555;
    margin: auto;
    padding: 5px 30px 18px;
    width: 92%;
    border-radius: 5px;
    transition: .5s;
    opacity: 1;
  }
  
  .single-portfolio:hover .portfolio-content {
    bottom: 30px !important;
    opacity: 1;
  }
  
  .portfolio-title h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }

  @media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .top-right1 {
        text-align: center;
      }
   
    .header {
        margin-top: 20px;
      }
     

      .header .col-sm-4{width: 50%;}
      .portfolio-area .col-sm-3{width: 50%;}
      .bestsv1 {
        width: 50%;
      }
      
}
@media(min-width:640px) and (max-width:767px){
    .top-right1 {
        text-align: center;
      }
   
    .header {
        margin-top: 20px;
      }
     
      .srv-title strong {
        font-size: 35px;
      }
      .about-left {
        width: 100%;
      }
      .about-right {
        width: 100%;
      }
}
@media(min-width:480px) and (max-width:639px)
{
    .top-right1 {
        text-align: center;
      }
   
    .header {
        margin-top: 20px;
      }
     
      .srv-title strong {
        font-size: 35px;
      }
      .about-left {
        width: 100%;
      }
      .about-right {
        width: 100%;
      }
      .header .container-fluid {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .top-right1 {
        text-align: center;
      }
      .list-icon2 ul li:nth-child(1) {
        display: none;
    }
    .header {
        margin-top: 20px;
      }
      
      .srv-title strong {
        font-size: 35px;
      }
      .about-left {
        width: 100%;
      }
      .about-right {
        width: 100%;
      }
.header .container-fluid {
  padding: 0;
}
}