@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');

body {
    font-family: "Roboto", serif;
}

.hdd {
    font-family: "Squada One", sans-serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/ff.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

.about {
    float: left;
    width: 100%;
  padding-bottom: 50px;
}

.about-left {
    padding: 15px;
}

.about-right {
    padding: 15px 15px 0;
}

.about-right-1 {
    padding: 5px 15px;
    background: url(../images/bg.jpg) no-repeat;
    border-radius: 10px;
    background-size: cover;
}

.about-title {
    padding: 0 0 10px;
    text-align: center;
}

.about-title strong {
    text-transform: capitalize;
    font-size: 55px;
    display: block;
    color: #000000;
    background: linear-gradient(45deg, #c40033, #e40000);
    -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: #d1001f;
    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;
}

.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: 50px 0px;
}

.award1 {
    padding: 10px;
}

.award2 img {
    width: 100%;
}

.award-bg {
    background: #fff;
    position: relative;
}

.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, #c40033, #e40000);
}

.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;
    border-radius: 20%;
}

.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 #000;
    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;
    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: #c40033;
    text-align: center;
    transition: 0.7s;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding: 2px 0 5px;
}

.best-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #222;
    padding: 0;
}




.add-sec {
    background: #ffc600;
    float: left;
    width: 100%;
}

.add-sec1 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    padding: 9px 0 0;
    text-align: center;
}



.counter {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

.why-left {
    padding: 0 0 50px;
}

.why-left1 {
    padding: 0;
    position: relative;
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
}

.why-right {
    padding: 0 0 0 20px;
}

.why-right2 {
    padding: 0;
}

.counter-1 {
    padding: 15px;
    text-align: center;
}

.why-icon {
    width: 175px;
    height: 175px;
    line-height: 158px;
    background: #ffffff;
    color: #d60017;
    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: #ffffff;

    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: 50px 0px;
}

.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 #ce0024;
    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: #cd0024;
    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: #ce0024;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    padding: 0 10px 0 0;
}

.list-call1 {
    background: #ffc600;
    /* border: 2px solid #ce0024; */
    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: #e40000;
    padding: 0px 0 0;
    text-transform: capitalize;
    display: block;
    animation: txt-blnk 0.6s infinite;
}



.copyright {
    float: left;
    width: 100%;
    background: linear-gradient(45deg, #c40033, #e40000);
    padding: 30px 0px;
}

.disclimer {
    text-align: center;
}

.disclimer p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    padding: 0 0 6px;
}

.copyryt {
    text-align: center;
}

.copyryt span {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #ffc600;
    display: block;
    padding: 0;
}

.bestsv2 .astro-call {
    margin: -25px 0 0;
}


.tophead-section {
    background: #000;
    padding: 0 12px;
    float: left;
    width: 100%;
}

.tophead-left2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    padding: 7px 0 0;
}


.tophead-right1 {
    padding: 0;
}

.tophead-right2 {
    background: linear-gradient(to right, #ce0024, #ce0024);
    text-align: center;
}

.tophead-right2 p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    padding: 4px 15px 4px;
}



.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.head-mark2 {
    background: linear-gradient(to right, #ce0024, #ce0024);
    padding: 0px 0px 0px 60px;
    float: left;
    width: 100%;
}

.head-mark3 {
    padding: 0px;
}

.head-mark4 {
    padding: 0px;
}

.head-mark5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 12px 0px 0px;
}

.head-mark6 {
    box-shadow: rgba(0, 0, 0, 0.13) -4px 0px 5px 0px;
    padding: 0px;
}

.head-mark7 {
    background: #ffc600;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    padding-top: 10px;
    text-align: center;
}

.head-mark7 p a {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.head-mark7 span {
    color: rgb(255, 255, 255);
    padding: 0px 5px 0px 0px;
}


.topservices-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.topservices-section1 {
    padding: 0px;
}

.topservices-head {
    text-align: center;
    padding: 0;
}

.topservices-head strong {
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    padding: 0;
    font-weight: 700;
}

.topservices-head p {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}

.topservices-head span {
    display: block;
    margin: 5px auto 0;
    height: 3px;
    border-radius: 20px;
    top: 0px;
    width: 90px;
    background: #ae061d;
}

.top-services {
    padding: 40px 0 0 0;
}

.top-services1 {
    padding: 10px;
    transition: all 0.5s;
}

.top-services2 {
    background-color: #fff;
    padding: 20px 15px 40px 15px;
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 26%);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 60px 60px 0 0;
    transition: all 0.5s;
}

.top-services2:before {
    background: #ae061d;
    clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0 100%);
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: -1;

}

.top-services3 {
    padding: 0 0 12px 0px;
}

.top-services3 strong {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 19px;
    border-radius: 5px;
    margin: 0;
    background: #ffffff;
}

.top-services3 strong span {
    color: #1e1e1e;
    font-weight: 600;
    display: block;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.top-services3 p {
    padding: 10px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.top-services4 {
    padding: 0;
}

.top-services4 img {
    border-radius: 50%;
    transition: all 0.5s;
    height: 199px;
    border: 9px solid #fff;
}

.top-services1:hover .top-services2:before {
    height: 100%;
    border-radius: 60px 60px 0 0;
    transition: all 0.5s;
    clip-path: none;
}

.services-contact {
    padding: 30px 0 0;
}

.services-contact a {
    display: inline-block;
    width: 48%;
    background: green;
    padding: 12px 0px 11px 70px;
    position: relative;
    text-align: center;
    font-size: 43px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 32px auto 0 20px;
}

.services-contact a span {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: green;
    background: #fff;
    font-size: 53px;
    position: absolute;
    text-align: center;
    z-index: 99;
    top: -9px;
    left: 23px;
    border: 9px solid #00590094;
    line-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-contact a span i {
    animation: ani 0.9s infinite ease-in;
    text-align: center;
    margin: 0px 0 0px 4px;
    display: block;
}

.services-contact .ss {
    background: #ae061d;
}

.services-contact .ss span {
    color: #cd0024;
    border: 9px solid #6800024d;
}



@media(min-width:992px) and (max-width:1200px){.services-contact a {
  width: 70%;
  font-size: 25px;
}
}
@media(min-width:768px) and (max-width:991px){
    .head-mark7 p a {
  font-size: 19px;
}
.header2{display: none;}
.header .col-sm-4{width: 50%;}
.bestsv1 {
  padding: 15px;
  width: 50%;
}
.services-contact a {
  width: 100%;
  font-size: 25px;
}
}
@media(min-width:640px) and (max-width:767px){.services-contact a {
  width: 100%;
  font-size: 25px;
}
.services-contact .ss {
  margin-bottom: 20px;
} .header2{display: none;}
    .head-mark7 {
  display: none;
}.head-mark4 {
  padding: 0px;
  width: 100%;
}
}
@media(min-width:480px) and (max-width:639px)
{.services-contact a {
  width: 100%;
  font-size: 25px;
}
.services-contact .ss {
  margin-bottom: 20px;
} .header2{display: none;}
    .head-mark7 {
  display: none;
}.head-mark4 {
  padding: 0px;
  width: 100%;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .header2{display: none;}
    .head-mark7 {
  display: none;
}
.head-mark4 {
  padding: 0px;
  width: 100%;
}
.services-contact a {
  width: 100%;
}
.services-contact a {
  width: 100%;
  padding: 12px 0px 11px 12px;
  margin: 0;
}
.services-contact a span {
  display: none;
}
.list-call a {
  font-size: 29px;
}

}