@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
body{
  margin:0;
  padding:0;
  font-family: 'Nunito', sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

ul, p{
  list-style:none;
  margin: 0;
  padding: 0;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/* top head section start */
.tophead-section{
  padding: 0;
  background: #750418;
  overflow: hidden;
}
.tophead-left1{
  padding: 0 12px;
  text-align: center;
}
.tophead-left2 p{
    padding: 7px 0 3px;
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #e6a837;
    border-radius: 60px;
}
.tophead-left2 span{
    padding: 0 0 9px;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 60px;
    display: inline-block;
}
.tophead-right1{
  padding: 0;
  text-align: center;
}
.tophead-right2 span{
  display: inline-block;
  padding: 8px 16px 5px;
  border-radius: 40px 0 0 40px;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.tophead-right2 span::before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    right: -198px;
    z-index: -1;
}
.tophead-right2 span a{
  display: inline-block;
  color: #000000;
  animation: mymove 0.8s infinite;
}
@keyframes mymove{
    50%{opacity: 0;}
}
/* top head section end */


/* head section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-left1{
  text-align: center;
}
.head-right1{
  text-align: center;
}
.head-right3 ul li{
  display: inline-block;
  padding: 0 10px 5px;
}
.head-text strong{
  color: #810319;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.head-text p{
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.head-right4{
  padding: 0;
}
.head-right4 p{
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 4px 12px 5px;
  background: linear-gradient(45deg, #611118, #750418);
  border-radius: 50px;
}
/* head section end */


/* banner section start */
.banner img{
  width: 100%;
}
/* banner section end  */ 

/* why us section start */
.why-left{
  padding: 12px;
}
.astro-sv{
  padding: 0;
}
.astro-sv1{
    padding: 48px 0 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.astro-bxx{
  position: relative;
}
.astro-bxx::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 360px;
    bottom: -40px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    border-top: 3px solid #85031b;
    background: #fefce7;
}

.astro-img{
}
.astro-img img{
    border-radius: 45px;
    width: 100%;
    padding: 0 20px;
}
.astro-bxx strong{
    font-size: 27px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 15px 0 0;
}
.astro-bxx span {
    font-size: 18px;
    color: #85031b;
    margin: -4px 0 0;
    text-transform: capitalize;
    font-weight: 800;
    display: inline-block;
}
.astro-bxx p{
  padding: 5px 0 0;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.why-right{
  padding: 0 12px;
  overflow: hidden;
}
.why-right1{
  padding: 80px 30px;
  position: relative;
  text-align: center;
}
.why-right1::after {
    content: '';
    position: absolute;
    background-image: url(../images/why-bg.jpg);
    width: 385px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto;
}
.why-sec{
  padding: 30px;
  border: 2px solid #85031b;
  border-radius: 30px;
  background: #fff;
  position: relative;
}
.why-text p{
    color: #0e0e0e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
/* why us section end */


/* awards section start */
.awards-sec{
  background: #e8ad39;
}
.awards-1{
  padding: 10px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
/* awards section end */


/* about us section start */
.aboutus-heading{
  padding: 0 0 35px;
  text-align: center;
}
.aboutus-heading span{
  text-transform: capitalize;
  font-size: 17px;
  color: #85031b;
  font-weight: 700;
  display: block;
  padding: 0 0 6px;
}
.aboutus-heading strong{
  display: block;
  color: #000000;
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 900;
  padding: 0;
  position: relative;
  margin: -4px 0 0;
}
.aboutus-heading strong::before {
    content: '';
    position: absolute;
    background-color: #85031b;
    width: 100px;
    height: 3px;
    border-radius: 24px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.about-us{
  padding: 0;
}
.about-us img{
  float: right;
  border-radius: 50%;
  width: 300px;
  margin: 0 0 12px 12px;
}
.about-us p{
  padding: 8px 0px;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}
.about-us p strong{
  font-weight: 700;
  color: #85031b;
}
.about-us ul{
}
.about-us ul li{
    padding: 4px 12px 4px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    background: #e8ad39;
    margin: 5px 5px 5px 0;
    display: inline-block;
}
.about-us ul li:before{
    content: '';
    position: relative;
    display: inline-block;
    z-index: 0;
    margin: 0 2px 0 0;
    font-weight: 500;
    background: #fbe95300;
    border: 4px solid white;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: 5px;
    left: -9px;
}
@keyframes dot-grow-1 {
  0% { box-shadow: 0 0 0px 4px #9e26af; }
  50% { box-shadow: 0 0 0px 4px #ee0795;}
  100% { box-shadow: 0 0 0px 4px #a024ae; }
}
/* about us section end */


/* top section start */
.top-services-1{
  padding: 12px;
}
.top-services-3{
  padding: 15px;
  position: relative;
}
.top-services-3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(360deg, #e8ad39 83%, transparent 50%);
    border-radius: 0 0 25px 25px;
}
.top-srv-img img{
  width: 100%;
  border-radius: 15px;
}
.top-services-4{
  padding: 0 0 15px;
}
.top-services-4 strong{
  text-align: center;
  font-size: 27px;
  display: block;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  padding: 0 0 2px;
}
.top-services-4 span{
  text-align: center;
  font-size: 19px;
  display: inline-block;
  font-weight: 800;
  color: #85031b;
  text-transform: capitalize;
  padding: 3px 15px;
  background: #ffffff;
  border-radius: 40px;
}
.top-services-4 p{
    padding: 15px 0px 0;
    color: #000000;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
}
/* top services section end */


/* list section start */
.list-left{
  padding: 12px;
  position: relative;
  z-index: 1;
}
.list-section1{
  text-align: center;
}
.list-design1{
  padding: 0;
}
.list-design2{
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 25px 15px 32px;
    background-color: #fbe9534d;
    border-top: 20px solid #85031b;
}
.list-design2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -4px;
    width: 100%;
    height: 10px;
    border-radius: 50px;
    background: url(../images/circle.png) repeat-x;
    animation: slide 15s linear infinite;
}
@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: -200px 0; }
}
.list-design2 p{
    color: #000000;
    font-size: 32px;
    line-height: 45px;
    font-weight: 800;
    text-transform: uppercase;
}
.list-design2 ul{padding: 0 0 25px;}
.list-design2 ul li{
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding: 9px 0;
  text-transform: capitalize;
  color: black;
  border-bottom: 1px dashed #c9c9c9;
}

.list-design2 a{
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  border-radius: 60px;
  background: #85031b;
  text-align: center;
  display: inline-block;
  padding: 1px 15px;
}
.list-center{
  padding: 12px;
}
.list-center img{
  width: 100%;
}
/* list section end */


/* other section start */
.other-services-1{
  padding: 12px;
}
.other-services-2{
  padding: 35px 0 0;
  position: relative;
  z-index: 0;
}
.other-services-2::before {
    content: '';
    position: absolute;
    width: 87%;
    height: 320px;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    border: 10px solid #85031b;
}
.other-services-3{
  padding: 25px 0 0;
  position: relative;
}
.other-srv-img img{
  border-radius: 50%;
  background: #e8ad39;
  padding: 18px;
  width: 230px;
}
.other-services-3 strong{
  text-align: center;
  font-size: 27px;
  display: block;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  padding: 4px 0 2px;
  background: #85031b;
  border-radius: 50px;
  border: 3px solid #fff;
}
/* other services section end */


/* testimonial section start */
.testimonials1{
  padding: 12px;
}
.testimonials2{
  padding: 40px 0 0;
  background: #e8ad39;
  text-align: center;
  overflow: hidden;
  border-radius: 50px 0 50px 0;
  position: relative;
  z-index: 0;
}
.testimonials2:before{
  background: white;
  content: "";
  width: 400px;
  top: 62px;
  height: 9%;
  left: -20px;
  margin: 0 auto;
  z-index: -9;
  position: absolute;
}
.testimonials3 span{
  z-index: 0;
  position: relative;
  display: block;
}
.testimonials3 span img{
  display: inline-block;
  background: #e8ad39;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
  width: 100px;
  box-shadow: 0 0 0px 12px white;
}
.testimonials3 p{
  padding: 30px 15px 5px;
  color: #85031b;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonials4 p{
  color: #0e0e0e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 15px 10px;
}
.testimonials4 .rating{
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #85031b;
  display: block;
  border-radius: 61px 0 0 0;
  padding: 7px 15px;
}
/* testimonial section end */



/* copyright section start */
.copyryt-sec{
  background: #760519;
  text-align: center;
  padding: 15px 0 10px;
}
.disclaimer p{
    padding: 0 0 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.copyryt span{
    font-size: 15px;
    font-weight: 600;
    color: #e8ad39;
    display: block;
}
/* copyright section end */


#callbook {
  background:green;
  bottom: 0;
  height: 43px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #c70000;
  position: relative;
  padding: 10px 10px 20px;
  width:50%;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: green;
}
#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}


@media (max-width: 767px){
.tophead-left2 p {font-size: 22px;}
.tophead-left2 span {font-size: 18px;}
.tophead-right2 span::before {width: 0;}
.tophead-right2 span {border-radius: 50px;padding: 5px 15px 0px;}
.tophead-section {padding: 5px 0 15px;}
.head-right3 ul li {padding: 0 6px;}
.head-text strong {font-size: 17px;}
.head-text p {}
.head-right4 p {font-size: 20px;}
.head-right1 {padding: 5px 15px 5px;}
.top-services-4 strong {font-size: 19px;padding: 0;}
.top-services-4 span {font-size: 16px;}
.copyryt-sec {padding: 15px 0 55px;}
.other-services-3 strong {font-size: 22px;padding: 3px 0 3px;}
.why-right{order: -1;}
.top-services-3::before {background: linear-gradient(360deg, #e8ad39 88%, transparent 50%);}
#callbook {display:block;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophead-section {padding: 5px 0 15px;}
.head-right1 {padding: 5px 15px 5px;}
.tophead-right2 span::before {width: 0;}
.tophead-right2 span {border-radius: 50px;font-size: 29px;padding: 5px 20px 3px;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.head-text strong {font-size: 14px;}
.head-text p {font-size: 17px;}
.head-right4 p {font-size: 20px;}
.list-design2 p {font-size: 30px;}
.top-services-4 strong {font-size: 23px;}
.top-services-4 span {font-size: 18px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.astro-sv1 {}
.aboutus-heading strong {font-size: 33px;}
.about-us ul li {display: block;}
.why-right1 {padding: 80px 20px;}
.head-right4 p {font-size: 15px;font-size: 22px;padding: 5px 12px 5px;}
.about-us img {width: 210px;}
.about-us p {text-align: left;}
}



@media (max-width: 419px) and (min-width: 290px) {
.tophead-left2 p {font-size: 17px;line-height: 23px;padding: 2px 0 0;}
.tophead-left2 span {font-size: 14px;}
.head-right3 ul li {padding: 0 2px;}
.head-text strong {font-size: 15px;}
.head-text p {font-size: 13px;}
.head-right4 p {font-size: 14px;}
.why-right1 {padding: 25px 12px;}
.why-sec {padding: 30px 15px;}
.astro-bxx strong {font-size: 24px;}
.aboutus-heading span {font-size: 14px;}
.aboutus-heading strong {font-size: 25px;}
.about-us ul li {display: block;}
.awards-1{width: 100%;}
.about-us img {width: auto;float: none;margin: 0 0 12px;}

}



