@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Livvic", sans-serif;
}

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, p{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


/* top mark section start */
.top-mark{
  background: #fda408;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 0 0;
  color: #000;
}
/* top mark section end*/

/* head mark section start*/
.head-bttm-section1{
    padding: 25px 0 25px;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    line-height: 48px;
}

/* head mark section end */

/* top head section start */
.tophead-section{
  padding: 20px 0px 0px 0px;
  z-index: 9;
  position: relative;
}
.design-head{
  justify-content: center;
  align-items: center;
}
.tophead-right1{
  padding: 0 15px;
  text-align: center;
}

.tophead-line ul li{
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
  list-style: none;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.tophead-line ul li a{
  color: #000;
  font-weight: 600;
  display: block;
  font-size: 52px;
  font-family: "Viga", sans-serif;
}

.call-design a{
  color: #000;
  border-radius: 60px;
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 36px;
  animation:blk 0.5s infinite;
  display:none;
  margin: 0 auto;
}
.tophead-line ul li .design-whatsapp{
  background: linear-gradient(359deg, #00c500, #008d00);
  font-size: 18px;
  color: #ffff;
  padding: 8px 15px 9px;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  top: -22px;
  right: 0;
  font-family: inherit;
}
.tophead-line ul li .design-whatsapp .bi{
  height: 1.1em;
  width: 1.2em;
  animation: anim 1s infinite;
} 

@keyframes anim {
    10% {
        rotate: 10deg;
    }
    15% {
        rotate: -10deg;
    }
    20% {
        rotate: 10deg;
    }
    25% {
        rotate: -10deg;
    }
    30% {
        rotate: 10deg;
    }
    35% {
        rotate: -10deg;
    }
    40% {
        rotate: 10deg;
    }
    45% {
        rotate: -10deg;
    }
    50% {
        rotate: 0deg;
    }
}
.head-list{

padding: 0px 0 0;

margin: 0 0 -25px;
}
.head-list ul{
  background: #fda408;
  text-align: center;
  padding: 15px;
}
.head-list ul li{
  display: inline-block;
  font-size: 16px;
  color: #990302;
  text-transform: capitalize;
  font-weight: 600;
  padding: 4px 12px 4px;
  background: #fff;
  border-radius: 30px;
}
/* top head section end */

/* top mark section start*/
.topmark-section{
    background: #fda408;
}
.topmark-section1{
  padding: 13px 0 0;
  color: #000000;
  display:none;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.feesafter-result span{

font-size: 35px;

text-transform: capitalize;

font-weight: 600;

animation: blk 0.8s ease-in infinite;

padding: 12px 15px;

display: inline-block;
}

@keyframes blk {
    50% {
        color: #000000;
    }

    100% {
        color: #fda408;
    }
}
/* top mark section end */

/* about us section start */
.about-section {background: url(../images/about-bg.jpg) no-repeat;background-size: cover;background-position: center;}
.aboutus-heading{
  text-align: center;
  padding: 12px 0 0px;
  border: 1px solid #ffffff;
  margin: 0 0 15px;
}
.aboutus-heading span{
  text-transform: capitalize;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  display: block;
}
.aboutus-heading strong{
  display: block;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Viga", sans-serif;
  line-height: 81px;
  color: #990302;
}

.about-left1{
  padding: 15px;
}
.list{
  padding: 15px 0 0;
}
.list ul li{
  padding: 10px 10px;
  text-align: center;
  background: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0;
  position: relative;
  color: #000;
  border-radius: 50px;
}
.chat-banner {
  text-align: center;
  padding: 8px 12px 20px;
  background: radial-gradient(#93ab00, #009100);
}
.chat-banner a{
  display: block;
}
.chat-banner a strong{
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 40px;
  display: block;
  font-family: "Viga", sans-serif;
  text-shadow: 3px 2px #0b9300;
}
.chat-banner a p{
  display: block;
  padding: 5px 0 5px;
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  color: #000000;
  text-transform: uppercase;
  border-radius: 30px;
}
.about-content1{
  padding: 15px;
}
.about-content2{
  padding: 0px;
}
.about-content2 p{
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  text-align: justify;
  color: #000000;
  padding: 6px 0;
}
.about-content2 p strong{
  color: #990302;
  font-weight: 600;
}
.about-content2 b{
  font-size: 17px;
  text-transform: capitalize;
  color: #000000;
  line-height: 37px;
  border-radius: 8px;
  padding: 6px 20px;
  margin: 12px 0 16px;
  display: inline-block;
  font-weight: 700;
  background: #fda408;
  text-align: left;
}


.about-content2 ul{
  padding: 5px 0;
}
.about-content2 ul li{
  text-align: left;
  color: #000000;
  font-size: 16px;
  margin: 4px 0;
  padding: 2px 10px 2px 24px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.about-content2 ul li:before {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 0;
  height: 15px;
  top: 3px;
  border-radius: 50%;
  width: 15px;
}
.about-content2 ul li:after{
  content: "";
  position: absolute;
  background: #990302;
  left: 5px;
  height: 10px;
  top: 8px;
  border-radius: 50%;
  width: 10px;
}
/* about us section end */


/* counter section start */
.counter{
  background: #990302;
}
.counter .aboutus-heading strong{
  color: #fda408;
  padding: 0 0 12px;
  font-weight: 400;
}
.counter-1{
  padding: 12px;
}
.counter-2{
  padding:0;
  text-align: center;
}
.count-up p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0 0;
}
.counter-count{
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}
.count-up{
    text-align: center;
    padding: 20px 0 6px;
    position: relative;
}
.count-up i{
    color: #990302;
    font-size: 46px;
    font-weight: 700;
    border: 8px solid #fff;
    text-transform: uppercase;
    padding: 6px 0px 15px;
    height: 100px;
    width: 100px;
    line-height: 70px;
    border-radius: 50%;
    background: #fda408;
}
.count-up:after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 11px;
    margin: 0 auto;
}
/* counter section end */

/* services section start */
.services-section{
  background: #990302;
}
.sv-heading{
  border: 1px solid #fda408;
}
.sv-heading span{
  color: #fda408;
  font-weight: 500;
}
.sv-heading strong{
  color: #ffffff;
  font-weight: 500;
}
.services_1{
  padding:10px;
}
.services-1{
  padding: 12px;
}
.services_2{
  background: #1e1a12;
  border-radius: 15px 15px;
  padding: 22px 0 0;
  text-align: center;
}

.services-3{
  padding: 20px;
  position: relative;
  z-index: 9;
  width: 75%;
  margin: 0 auto;
}
.services-3 strong{
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  padding: 9px 20px 8px;
  display: inline-block;
  text-shadow: 1px 1px 3px #ffc37c;
  text-transform: capitalize;
  color: #fff;
  padding: 6px 31px 10px;
  border-radius: 0 0 50px 50px;
  margin: 0px 0 18px;
  background: #f2002a;
}
.services-3 img{
  border-radius: 170px 170px;
  width: 100%;
  border: 6px solid #fda408;
  margin: 0 auto;
  display: block;
  padding: 0px;
}
.services-3:before{
  background: #fff;
  right: 0;
  left: 0;
  top: 0px;
  margin: 0 auto;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -9;
  border-radius: 190px 190px 0 0;
}
.services-4 a{
  display:inline-block;
  background: radial-gradient(#93ab00, #009100);
  color: #ffffff;
  font-size: 20px;
  padding: 4px 15px 2px;
  font-weight: 500;
  text-transform: capitalize;
}
.services-4{
  padding: 0px 0 0 0;
}
.services-4 strong{
  background: #ffffff;
  color: #990302;
  display: block;
  font-size: 29px;
  padding: 4px 0 2px;
  font-family: "Viga", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.services-4 p{
  padding: 10px 15px 15px;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #ffffff;
}
/* services section end */


/* award section start */
.awards-section1{
  background: #fda408;
  padding: 20px;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
/* award section end */


/* top services section start */
.top-services{
  
background: url(../images/about-bg.jpg) no-repeat;
  
background-size: cover;
  
background-position: center;
}
.top-services-1{
  padding: 12px;
}
.top-srv-img img{
  border-radius: 25px;
}
.top-services-2 strong{
  text-align: center;
  font-size: 17px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 0 12px;
  color: #000000;
}
.top-services-2 .call-astro {
  font-size: 16px;
  padding: 2px 14px 1px;
  font-weight: 500;
  text-transform: uppercase;
  background: #ff8a00;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
}
.top-services-2 a{
  display:block;
  background: #ffffff;
  border-radius: 50px;
}
/* top services section end */



/* top services section start */

.top-srv-left1{
  padding: 12px;
}
.top-srv-left2{
  padding: 15px 15px 0;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
.top-srv-left2 img{
  width: 100%;
}
.top-srv-left2 p{
  padding: 9px 0 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.top-srv-left2 strong{
  margin: -10px 0 0;
  background: #ffffff;
  color: #990302;
  display: inline-block;
  font-size: 22px;
  padding: 2px 25px 2px;
  font-family: "Viga", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  border-radius: 13px 40px 20px 70px;
}
.top-srv-left2 a{
  text-transform: capitalize;
  color: #008d00;
  background: #fff;
  padding: 5px 0px 0;
  display: block;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px 12px 0 0;
}
.choose-center1{
  padding: 0 12px;
}
.choose-center2{
  padding: 40px 15px 18px;
  border: 2px solid #fda408;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.choose-content p{
  padding: 0px 0 14px;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
  color: #2d2d2d;
}
.choose-content p strong{
  color: #ea0000;
}
.choose-content a{
  display: block;
}
.choose-content a span{
  color: #fff;
  padding: 0px 10px 1px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 54px;
  display: block;
  background: #990302;
  font-family: "Viga", sans-serif;
}
.choose-content a b{
  padding: 0px 0 4px;
  font-size: 25px;
  font-weight: 600;
  display: block;
  color: #000000;
  text-transform: capitalize;
}
.choose-bottom1{
  padding: 10px;
}

/* top services section end */

/* testimonials section start */
.testimonials1{
  padding: 25px 12px;
}
.testimonials2{
  padding: 32px 0px 28px;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.testimonials3{
  position: relative;
  display: flex;
  z-index: 0;
}

.testimonials3:before {
    background: #fda408;
    right: 0;
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: 70%;
    z-index: -1;
}
.testimonials3 strong{
  width: 225px;
  text-align: left;
  background: #fda408;
  padding: 6px 15px 6px;
  border-radius: 0 20px 20px 0;
  display: inline-block;
}
.testimonials3 strong p{
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.testimonials3 strong i{
  color: #bc0128;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.testimonials3 span img{
  border: 4px solid #ea0000;
  border-radius: 50%;
}
.testimonials4 p{
  padding: 15px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #141414;
  text-align: left;
}
.testimonials4 {
  position: relative;
}
.testimonials4 i {
  color: #ffffff;
  padding: 6px 19px 6px 19px;
  background: #ff8c00;
  border-radius: 30px;
}
.testimonials4 span{
  display: block;
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: -66px;
  right: 0;
}
.testimonials4 span .bi{
  height: 4.2rem;
  color: #990302;
  width: 4.2rem;
}
.line-section p{
  color: #000000;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  padding: 50px 0 0;
}
/* testimonials section end */

/* footer section start */

.footer{
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
.footer-top p{
  text-transform: capitalize;
  font-size: 44px;
  color:#fff;
  font-weight: 700;
}
.footer-links{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 24px 0 0;
  padding: 3px 0;
}
.footer-links ul li{
  padding: 8px 29px 8px 29px;
  position: relative;
  list-style: none;
  font-size: 17px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0px 20px 0;
}
.footer-links ul li a{
  color: #fff;
}
.contact-left1{
  padding: 15px;
}

.contact-left-1 a{
  display: block;
  color: #000;
  padding: 20px 16px;
  background: #990302;
  text-align: center;
  box-shadow: 0 0 20px 0px #ffffff40;
  font-family: "Viga", sans-serif;
  border-radius: 20px;
}
.contact-left-1 a span{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.contact-left-1 a span strong{
  height: 90px;
  width: 90px;
  display: block;
  background: linear-gradient(164deg, #db156f 17%, #ff7237 76%);
  border-radius: 20%;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
}
.contact-left-1 a span strong img{
  height: 43px;
  filter: brightness(0) invert(1);
}
.contact-left-1 a p{
  width: 100%;
  padding: 16px 0 0;
}
.contact-left-1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Livvic';
  font-style: normal;
}
.contact-left-1 a span i{
  font-size: 45px;
  color: #000000;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
}
.contact-left-1 a p b{
  display: block;
  font-size: 22px;
  color: #fda408;
  font-weight: 100;
}
.footer-contact-design strong{
  color: #601929;
  font-size: 56px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  text-align: right;
}

.disclaimer b{
  display:block;
  color: #fff;
  font-weight: 700;
}
.disclaimer strong{
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  display: block;
  padding: 10px 15px 12px;
}
.copy p{
  padding: 22px 0 0 0;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.disclaimer {
  padding: 19px 0 0;
  margin: 21px 0 0;
}
/* footer section end */




#callbook {
  background:green;
  bottom: 0;
  height: 37px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook
  ul{padding: 0px;
}
#callbook
  ul li {
  background: #ff0000;
  position: relative;
  padding: 5px 6px 8px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook
  ul li:last-child{
  background: #00d900;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  top: 0px;
  text-transform: capitalize;
}



@media (max-width: 767px){
.tophead-line ul li .design-whatsapp { position: inherit;}
.head-list {padding: 10px 0 0;margin: 0;}
.head-list ul li {margin: 3px 0;}
.head-list ul {padding: 12px}
.tophead-line ul li a {font-size: 30px;}
.tophead-line ul li .design-whatsapp {font-size: 16px;padding: 9px 15px 8px;}
.tophead-line{text-align: center !important;}
.tophead-right1 {padding: 0 15px;}
.top-srv-left1{order: 2}
.copy p {padding: 12px 0 2px 0;}
.feesafter-result span:nth-child(2), .feesafter-result span:nth-child(3) {display: none;}
.aboutus-heading strong {font-size: 52px;}
.line-section p {line-height: 30px;font-size: 17px;}
.head-bttm-section1 {font-size: 25px;line-height: 40px;}
.feesafter-result span {font-size: 50px;padding: 12px 0;}
.about-content2 p {text-align: left;}
#callbook {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophead-line ul li .design-whatsapp { position: inherit;}
.tophead-line{text-align: center !important;}
.tophead-right1 {padding: 0 15px;}
.top-srv-left1{order: 2}
.feesafter-result span {font-size: 23px;padding: 12px 7px;}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.head-list ul {padding: 15px 8px;}
.tophead-line ul li a {font-size: 40px;}
.tophead-line ul li .design-whatsapp {font-size: 16px;}
.tophead-line ul li .design-whatsapp .bi {width: 1.1em;}
.head-list ul li {font-size: 13px;}
.top-srv-left2 strong {font-size: 18px;padding: 2px 20px 2px;}
.aboutus-heading strong {font-size: 55px;}
.chat-banner a strong {font-size: 32px;}
.chat-banner a p {font-size: 22px;}
.feesafter-result span {font-size: 30px;}
.choose-content a span {font-size: 50px;}
}





@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.head-list ul li {margin: 3px 0;}
.aboutus-heading strong {font-size: 38px;line-height: 50px;padding: 0 0 12px;}
.aboutus-heading span {font-size: 16px;}
.choose-content a span {font-size: 40px;}
.choose-content a b {font-size: 22px;}
.line-section p {line-height: 30px;font-size: 15px;padding: 20px 0 0;}
.head-bttm-section1 {font-size: 20px;line-height: 35px;}
.feesafter-result span {font-size: 40px;}
.award1 {padding: 5px;}
.top-services-2 strong {font-size: 15px;}
.choose-center2 {padding: 20px 15px 18px;}

}



@media (max-width: 420px) and (min-width: 0px) {
.head-list ul {padding: 9px 10px 8px;}
.head-list ul li {font-size: 14px;}
.top-mark {font-size: 17px;}
.chat-banner a strong {font-size: 30px;}
.chat-banner a p {font-size: 21px;}
.aboutus-heading strong {font-size: 28px;line-height: 46px;padding: 0;}
.aboutus-heading span {font-size: 15px;}
.choose-content a span {font-size: 26px;padding: 0px 10px 0px;}
.choose-content a b {font-size: 17px;}
.testimonials3 strong {width: 70%;}
.top-srv-left2 strong {font-size: 19px;padding: 2px 22px 1px;}
.feesafter-result span {font-size: 30px;}
.top-services-1, .award1{width: 100%;}
.top-services-2 strong {font-size: 17px;}
}

