@import url('../css2');
@import url('../css2-1');


body {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
}
.testi-1 img {
  float: left;
  width: 100%;
  border:
2px solid orange;
}
.main-container {
    float: left;
    width: 100%;
    background: url(../images/circle.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hdd {
    font-family: "Oswald", serif;
    font-weight: 500;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}





.aboutus-section1 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-right1 {
    padding: 0 0px 0 0px;
    width: 55%;
}

.about-right2 {
    padding: 0;
}

.about-us {
    padding: 0 30px 0 0px;
}

.about-head {
    text-align: left;
    padding: 0;
}

.about-head h1 {
    font-size: 53px;
    font-weight: 500;
    color: #c21e56;
    font-family: 'California Paradise.otf';
    display: block;
    text-transform: capitalize;
}

.about-head h1 a {
    color: #c21e56;
}

.about-head p {
    border-radius: 20px;
    padding: 5px 23px 3px;
    width: fit-content;
    color: #ae0000;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    background: #f7cd36;
    
}

.about-design {
    padding: 13px 0 0 0;
    text-align: left;
}

.about-design p {
    color: #000;
    line-height: 31px;
    margin: 6px 0 0px 0;
    font-size: 16px;
    font-weight: 400;
}

.about-design p strong {
    color: #d30000;
    
}

.about-design p a {
    color: #bb0029;
    text-transform: capitalize;
    margin: 0;
    
}

.choose-text {
    padding: 20px 0 0;
    text-align: left;
}

.choose-text a {
    display: block;
}

.choose-text strong {
    color: #000;
    
    display: block;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    font-size: 21px;
    padding: 0 0 3px 0;
}

.choose-text p {
    background: #c21e56;
    padding: 12px 0 12px 20px;
    border-radius: 0px;
    z-index: 9;
    text-align: left;
    position: relative;
    margin: 0;
    color: #fff;
    line-height: 60px;
    font-size: 55px;
    
}

.choose-text span {
    position: absolute;
    text-align: center;
    height: 100px;
    width: 100px;
    background: #ffb100;
    border: 10px solid #fff;
    border-radius: 50%;
    right: 30px;
    top: 43px;
    z-index: 9;
    box-shadow: 0 0 11px #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-text span img {
    height: 53px;
}

.about-left1 {
    padding: 0 0px 0 0px;
    width: 45%;
}

.about-left2 {
    padding: 0;
}

.about-left_image {
    padding: 0 40px 0 0px;
    overflow: hidden;
}

.image-ram {
    margin: 0 auto;
    display: block;
}

.about-left_image .image-round {
    position: absolute;
    left: 0px;
    top: -0px;
    height: 380px;
    right: 0;
    margin: auto;
    z-index: -1;
    animation: rotation 15s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}




.chooseus-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.chooseus-left2 {
    position: relative;
    margin-bottom: 60px;
}

.chooseus-left2 strong {
    color: #c21e56;
    display: block;
    font-size: 54px;
    position: relative;
    
    text-transform: uppercase;
    padding: 0 0 0 20px;
}

.chooseus-left2 strong:before {
    content: "";
    height: 40px;
    width: 40px;
    background: #c21e56;
    position: absolute;
    border-radius: 50%;
    left: -16px;
    top: -50px;
    z-index: 9;
}

.chooseus-left2 strong:after {
    position: absolute;
    content: "";
    background: #ffab00;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    left: -9px;
    top: -43px;
    animation: grow 1s ease infinite;
    z-index: 9;
}

@keyframes grow {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.chooseus-left2 span {
    color: #000;
    
    text-transform: capitalize;
    font-size: 19px;
    padding: 8px 25px 6px;
    position: relative;
    display: block;
    background: #ffab00;
    border-radius: 0 50px 50px 0;
}

.chooseus-left2 span:before {
    content: "";
    position: absolute;
    height: 173px;
    width: 9px;
    background: #ffab00;
    left: 0px;
    top: -131px;
}

.chooseus-left2 p {
    color: #202020;
    
    font-size: 15px;
    line-height: 31px;
    text-align: justify;
    margin: 10px 0 0;
}

.contact-services strong {
    font-size: 34px;
    display: block;
    
    padding: 0 0 11px 0;
    color: #ffab00;

}

.contact-services a {
    display: block;
}

.contact-services a p {
    display: block;
    font-size: 35px;
   
    background: #fff;
    padding: 1px 10px 4px;
    
    text-align: left;
    border-radius: 0 50px 50px 0;
    color: #000;
}

.contact-services a span {
    color: #fff;
    
    text-transform: capitalize;
    margin: 10px 0 0 21px;
    display: block;
    text-align: left;
    font-size: 20px;
    width: 70%;
}

.contact-services {
    background: #c21e56;
    padding: 30px 22px 20px 0px;
    position: relative;
}

.contact-services i {
    position: absolute;
    bottom: -90px;
    right: 0;
}

.chooseus-right1 {
    padding: 0 0 0 40px;
    margin-bottom: 60px;
}

.choose-1 {
    padding: 20px;
}

.choose-2 {
    padding: 0 0px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffab00;
}

.image-choose1 {
    width: 26%;
}

.image-choose1 span {
    margin: 0;
    height: 120px;
    text-align: center;
    width: 120px;
    background: transparent;
    border: 1px dashed #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-choose1 span strong {
    height: 100px;
    padding: 0px 0 0;
    width: 100px;
    display: block;
    line-height: 95px;
    margin: 0px auto 0px;
    border-radius: 50%;
    background: linear-gradient(90deg, #000 0%, #d30000 100%);
}

.image-choose1 span strong img {
    height: 70px;
    filter: brightness(0) invert(1);
}

.content-choose1 {
    width: 76%;
    padding: 0px 0 0;
    z-index: 9;
    position: relative;
}

.content-choose1 strong {
    color: #000000;
    font-size: 23px;
    background: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    display: block;

    padding: 4px 26px 4px;
    border-radius: 50px 0 0 50px;
    margin: 0 0px 0 -60px;
}

.content-choose1 p {
    color: #000000;
    line-height: 28px;
    padding: 13px 30px 0px 13px;
    font-size: 15px;
    
    text-align: justify;
}







.testi-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.service-heading {
    padding: 0 0 15px;
    text-align: center;
}

.service-heading strong {
    font-size: 55px;
    display: block;
    text-transform: capitalize;
    padding: 0 0 2px;
    color: #c21e56;
    background: #ffffff;
}

.service-heading span {
    font-size: 15px;
    
    text-transform: capitalize;
    padding: 6px 18px 7px;
    color: #d30000;
    background: #f7cd36;
    border-radius: 0 20px;
    display: inline-block;
}

.testi-content {
    padding: 15px 0 0;
}

.testi-1 {
    padding: 12px;
}

.testi-2 {
    padding: 0;
}

.inner-box:before {
    position: absolute;
    content: '';
    left: 10px;
    bottom: -65px;
    width: 145px;
    height: 90px;
}

.inner-box {
    position: relative;
    border-radius: 10px;
    padding: 30px 35px 35px;
    background-color: #c21e56;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 1;
}


.border-layer {
    position: absolute;
    left: 10px;
    top: -12px;
    right: -12px;
    bottom: 10px;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.author-info-box .box-inner {
    position: relative;
    padding-top: 0;
    padding-left: 100px;
}

.author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
}


.author-name {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding-top: 6px;
    text-transform: capitalize;
    font-style: italic;
}

.author-name span {
    color: #f7cd36;
    text-transform: uppercase;
    font-style: normal;
}

.rating {
    display: inline-block;
    color: #f7cd36;
    text-align: center;
    font-size: 14px;
    padding: 10px 0 0px;
    text-transform: capitalize;
}

.inner-box p {
    padding-top: 42px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
    text-align: justify;
}






.srv-heading1 strong{
    color:#5411c1 !important;
  }
  .srv-heading1 span{
    color: white;
    background: #ff8a00;
    font-weight: 500;
  }
  .astrosev-left{
    padding: 0 15px 0 5px;
  }
  .astrosev-left1{
    padding:0;
  }
  .astrosev-right{
    padding: 9px 0px 0 15px;
  }
  .astrosev-right1{
    padding: 15px 15px 20px;
  }
  .astro-sv{
    padding: 25px 10px 10px;
  }
  .astro-sv1{
    text-align: center;
    transition: background 0.3s;
    border-radius: 10px;
    padding: 25px 20px 20px;
    background: #fbfbfb;
    overflow: hidden;
    border: 2px solid #d30000;
  }
  .astro-img{padding: 15px;position: relative;}
  .astro-img:before {
      content: "";
      position: absolute;
      background: #d30000;
      width: 800px;
      height: 33px;
      left: -42px;
      margin: 0 auto;
      right: 0;
      top: 136px;
      z-index: 0;
  }
  .astro-img img{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .astro-text {padding: 0;}
  .astro-text span{
    display: inline-block;
    color: #d30000;
    font-size: 25px;
    text-transform: uppercase;
    
    padding: 0px 0 0px;
    text-align: center;
  }
  .astro-text strong{
    display: block;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    
    padding: 0 0 0;
    text-align: center;
  }
  .astro-text p{
      padding: 0px 0 6px;
      font-size: 15px;
      font-weight: 500;
      line-height: 33px;
      color: #353535;
  }
  .astro-call{
    text-align: center;
  }
  .astro-call a{
      border-radius: 40px;
      text-align: center;
      text-transform: capitalize;
      color: #d30000;
      font-size: 19px;
      padding: 3px 12px 2px;
      
      background: #fff;
      border: 1px solid #d30000;
      display: inline-block;
  }
  .astrosev-sec {
    float: left;
    width: 100%;
}
.about-title {
    padding: 0 0 10px;
    text-align: center;
}
.about-title strong {
    text-transform: capitalize;
    font-size: 45px;
    
    padding: 0;
    display: block;
    color: #d30000;
    margin: 0 0 -10px;
}.about-title p {
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    font-size: 20px;
    color: #000000;
    
}


.main-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.main-services1 {
    padding: 20px 20px 20px;
    margin-top: 20px;
}

ul.main-sv-bx {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    position: relative;
    background: #c21e56;
    border-radius: 20px;
}

ul.main-sv-bx li:first-child {
    width: 100%;
}

ul.main-sv-bx li strong {
    border-radius: 15px;
    color: #d30000;
    text-align: left;
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
    padding: 5px 20px;
    position: relative;
    top: -25px;
    left: 55px;
    background: linear-gradient(2deg, #d4920b, #ffb300);
}

ul.main-sv-bx li p {
    text-align: justify;
    margin-top: -6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    padding: 0 20px 8px;
}

ul.main-sv-bx li a {
    text-transform: uppercase;
    font-size: 17px;
    
    color: #ffffff;
    padding: 0px 20px 15px;
    display: inline-block;
    background: #c21e56;
    text-shadow: 0 0 7px white;
}

ul.main-sv-bx li:last-child {
    width: 45%;
}

ul.main-sv-bx li img {
    border-radius: 50% 50% 0;
    border: 8px solid #f7cd36;
}


.about-title strong {
    text-transform: capitalize;
    font-size: 56px;
    
    padding: 10px 10px 0;
    display: block;
    color: #d30000;
    background: linear-gradient(0deg, #d4920b, #ffb300);
    position: relative;
    line-height: 60px;
    padding: 10px;
}
.about-title span {
    text-transform: capitalize;
    padding: 3px 15px 3px;
    font-size: 18px;
    color: #ffffff;
    
    background: #c21e56;
    display: inline-block;
    border-radius: 0 0 12px 12px;
    margin-top: 10px;
}


.tophead-section {
    background: linear-gradient(357deg, #c21e56, #000);
   position: relative;
   float: left;
   width: 100%;
}

.tophead-section p {
   font-size: 19px;
   color: #ffffff;
   
   padding: 11px 0 4px;
   text-transform: capitalize;
}
.marquee-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #f7cd36;
    float: left;
    width: 100%;
}

.marquee-mark b {
    display: inline-table;
    margin: 0;
    padding: 6px 15px 0px;
    
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}


.footer {
    padding: 0 15px 0;
        background: linear-gradient(45deg, #d30000, #c21e56);
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}

.footer-left {
    padding: 0;
}

.footer-left-1 {
    padding: 0;
    text-align: center;
}

.footer-contact1 {
    padding: 0;
}

.footer-contact2 {
    padding: 20px 4px;
    text-align: center;
    margin: 0 auto;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 90px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    border: 6px solid #f7cd36;
    color: #fd0100;
    font-size: 39px;
}

.footer-contact2 span i {
    font-weight: 400;
}

.footer-contact2 a {
    display: block;
    padding: 22px 0px 0;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.footer-right {
    padding: 0 0 0 20px;
}

.footer-right-1 {
    padding: 0;
}

.disclimer {
    padding: 0;
    text-align: center;
    z-index: 0;
    position: relative;
}

.disclimer p {
    color: #222222;
    padding: 20px 15px 15px;
    line-height: 27px;
    font-weight: 500;
    font-size: 14px;
    background: #f7cd36;
}

.dis-sec {
    padding: 0;
}

.copyryt {
    padding: 30px 0 0;
}

.copyryt span {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 8px 10px 6px;
    display: block;
    border-top: 1px solid #ffffff33;
}

.footer:after {
    content: "";
    width: 100%;
    height: 43px;
    background: #f7cd36;
    top: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    z-index: -1;
}


.services-design {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services-1 {
    padding: 15px 15px;
    margin-top: 20px;
}

.services-2 {
    background: #c21e56;
}

.services-3 img {
    border: 9px solid #fff;
    margin: -10px 0 0;
}

.services-4 {
    padding: 20px 18px 30px;
}

.services-4 strong {
    
    color: #f7cd36;
    font-size: 25px;
    text-transform: capitalize;
    display: block;
}

.services-4 p {
    color: #fff;
    line-height: 30px;
    
    padding: 5px 0 30px;
}

.services-4 a {
    color: #000000;
    background: #fff;
    line-height: 46px;
    padding: 0px 16px;
    display: inline-block;
    
    font-size: 18px;
    text-transform: capitalize;
    border: 1px solid #fff;
}

.services-4 a span {
    height: auto;
    padding: 0 6px;
    display: inline-block;
    margin: 0px 0px 0 7px;
}

.services-4 a span img {
    height: 36px;
}

.testimonials-heading p {
    font-size: 17px;
    text-transform: uppercase;
    
    color: #333;
}
.testimonials-heading strong {
    font-size: 76px;
    
    line-height: 100px;
    color: #c21e56;
    display: block;
    position: relative;
    text-transform: capitalize;
}
.header
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    text-align: center;
}


@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){.about-right1 {
    width: 100%;
  }
  .about-left1 {
    padding:
  0 0px 0 0px;
    width: 100%;
  }
  .astro-sv {
    width: 50%;
  }
}
@media(min-width:640px) and (max-width:767px){.about-right1 {
    width: 100%;
  }
  .about-left1 {
    padding:
  0 0px 0 0px;
    width: 100%;
  }
  .choose-text p {
    font-size: 35px;
  }
  .testimonials-heading strong {
    font-size: 45px;
    line-height: 50px;
}
.header2{display: none;}
}
@media(min-width:480px) and (max-width:639px)
{.about-right1 {
    width: 100%;
  }
  .about-left1 {
    padding:
  0 0px 0 0px;
    width: 100%;
  }
  .choose-text p {
    font-size: 35px;
  }
  .testimonials-heading strong {
    font-size: 45px;
    line-height: 50px;
}
.header2{display: none;}
.header .container-fluid {
  padding:
0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .testimonials-heading strong {
        font-size: 45px;
        line-height: 50px;
    }
    .about-right1 {
        width: 100%;
      }
      .about-left1 {
        width: 100%;
      }
      .choose-text p {
        font-size: 30px;
      }
      .choose-text span {
        display: none;
      }
      ul.main-sv-bx {
        display: block;
      }
      .contact-services a p {
        font-size: 25px;
      }
      .contact-services i img {
        max-width: 65%;
      }
      .contact-services i {
        bottom: -51px;
      }
      .choose-2 {
        display: block;
      }
      .image-choose1 {
        width: 100%;
      }
      .content-choose1 {
        width: 100%;
      }
      ul.main-sv-bx li strong {
        font-size: 20px;
      }
.header .container-fluid {
  padding:
0;
}
}