@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  padding: 0;
  margin: 0;
  font-family: 'Mulish', sans-serif;
  color: #990000;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

img{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}


/* top header section start */
.top-header{
  padding: 0;
  background: linear-gradient(45deg, #990000, #3a0055);
  text-align: center;
}
.top-header-1{
  
padding: 0;
}
.top-header-1 span {
    font-size: 42px;
    width: 50%;
    display: inline-block;
    animation: blkk 0.9s infinite;
    text-transform: capitalize;
    font-weight: 800;
    padding: 2px 10px 3px;
}
 @keyframes blkk{
  0%{color:#ffffff;}
  50%{color: #ffb60d;}
  100%{color:#ffffff;}
} 
/* top header section end */

/* header logo section start */
.header-logo{
  padding: 0;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 7px 0;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding:15px 20px;
  text-align: center;
}
.logo-mark{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  padding: 9px 7px 3px;
  background: #990000;
}
.logo-contact{
  padding: 12px 0 0;
}
.logo-contact ul li {
  display: inline-block;
}
.logo-contact ul li a{
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  padding: 0px 15px 0;
  color: black;
  background: #ffb60d;
  border-radius: 50px;
}
.logo-contact ul li:last-child a{
  animation: boun 1s infinite;
  display: inline-block;
  font-size: 19px;
  background: transparent;
  border-radius: 50px;
  font-weight: 700;
  padding: 9px 15px 8px;
  text-transform: capitalize;
}
@keyframes boun {
  0% {
    transform: translateY(3px);
    color:#fff;
  }
  100% {
    transform: translateY(0);
    color:#038c00;
  }
}
.header-logo-right-1 img{display: none;}
/* header section logo end */


/* top marquee section start */
.top-mark-sec{
  padding: 0;
}
.top-mark-sec-left{
  padding:0;
}
.top-mark-sec-left-1{
  padding: 11px 0 0;
  text-align: center;
  color: #000;
  font-size:20px;
  font-weight: 600;
}
.top-mark-sec-left-1 p{
  display:none
}
.top-mark-sec-right{
  padding:0;
  text-align: left;
}
.top-mark-sec-right-1{
  padding:0;
}
.top-mark-sec-right-1 span{
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 6px 15px 5px;
  animation: bounce infinite;
  animation-duration: 1.2s;
  color: #000000;
  display: block;
}
@keyframes bounce{
    0%{
      background: #3a0055;
      color: #ffb60d;
    }
    50% {
    background: #990000;
    color:#ffffff;
    }
   100%{
      background: #ffb60d;color:#000000;
    }
}
.top-mark-sec-right-1 a i{
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: #990000;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: -20px;
  box-shadow: 0 0 0 8px #ffffff;
  color: #ffffff;
  font-size: 30px;
}
/* top marquee section end */



/* banner section start */
.banner-section{
  padding:0;
}
.banner-section img{
  width:100%;
}
.mob{display: none;text-align: center;padding: 0 0 15px;}
.mob img{
 width:auto;
}
/* banner section end */

/* counter section start */
.counter-section{
  
padding: 0;
}
.counter-1{
  padding: 10px 0;
  text-align: center;
}
.counter-2 .love_count {
  font-size: 38px;
  font-weight: 800;
}
.counter-2 p{
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffb70d;
  padding: 5px 12px 5px;
  border-radius: 40px;
}
/* counter section end */

/* other service section start */
.top-srv-sec{
  padding:0;
}
.top-srv-sec-1{
  padding:82px 0 20px;
}
.top-srv-content{
  padding:35px 0 0;
}
.top-serv1{
  padding:0;
}
.top-serv2{
  padding:8px;
}
.top-serv2 img{
  width:100%;
}
/* other service section end */



/* service section start */
.service-sec-1{
  padding: 60px 0 60px;
}
.service-content{
  padding:25px 0 0;
}
.best-serv1{
  padding: 75px 15px 100px;
}
.best-serv2{
  background: #3a0055;
  padding: 12px;
  border-radius: 200px 200px 0 0;
}
.best-serv3 {
  padding: 50px 15px 15px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 43%);
  background-color: #ffffff;
  margin: -60px 0 -60px 0;
  border-radius: 400px 400px 0 0;
}
.best-serv4 {
  text-align: center;
  margin: -33px 0 -33px 0;
  padding: 0;
}
.best-servv-img{
  padding:0;
}
.best-servv-img img{
  border-radius: 50%;
  width: 100%;
}
.best-servv-text{
  padding: 18px 0 0;
}
.best-servv-text span{
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  background: #990000;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 30px;
}
.best-servv-text p{
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: #080808;
  padding: 7px 0 12px;
}
.best-servv-text a {
  color: #fff;
  font-size: 18px;
  background: #009506;
  padding: 6px 15px 6px;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
}

/* end service section */


/* marquee section start */
.mark-sec{
  padding: 0;
  background: linear-gradient(45deg, #990000, #3a0055);
}
.mark-sec-1{
  padding: 12px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight:700;
  text-transform:capitalize;
}
/* marquee section end */


/* about us section start */
.about-us-sec{
  padding:15px;
  background: url(../images/bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.about-us-sec:before {
  background:transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-us-sec-1{
  padding:65px 0 70px;
}
.about-us-title{
  padding:0 0 30px;
  text-align: center;
}
.about-us-title strong{
  font-size: 49px;
  font-weight: 900;
  padding: 4px 15px;
  display: block;
  color: #ffb300;
  text-transform: uppercase;
  background: #990000;
}
.about-us-content{
  padding: 0 0 30px;
}
.about-us-content p{
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #1e1e1e;
  text-align: center;
  padding: 8px 0;
}
.about-us-content p strong{
  color: #990000;
}
.about-heading{
  color:#feb60c;
  font-size: 18px;
  font-weight:600;
  line-height: 35px;
  padding: 2px 20px;
  display: inline-block;
  background:#176c09;
  border-radius: 9px;
  margin:11px 0;
}
.about-us-content ul{
  padding: 0;
}
.about-us-content ul li{
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #353535;
}
.about-us-content ul li:before{
  content: "\e020";
  font-family: "Font Awesome 6 Pro";
  font-weight:600;
  font-size: 18px;
  color: #f71919;
  padding-right: 10px;
}
/* about us section end */



/* why choose us section start */
.choose-us-sec{
  padding:0;
}
.choose-us-sec-1{
  padding:0;
  background: #ffb70d;
}
.choose-content{
  padding:0;
}
.choose-left{
  padding:0;
}
.choose-left-1{
  padding:22px 15px;
}
.choose-1{
  padding:0;
  width: 20%;
}
.choose-2{
  padding: 5px 15px 15px;
}
.choose-text{
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.choose-text .choose-icon{
  font-size:50px;
  font-weight: 600;
  display: block;
  border-radius: 50%;
  background: #3a0055;
  width: 120px;
  height: 120px;
  line-height: 110px;
  margin: 0 auto;
  color: #ffffff;
  box-shadow: 0 0 0px 14px #ffffff4d;
  border: 5px solid #ffffff;
}
.choose-text p{
  :;
  font-weight: 800;
  text-transform: capitalize;
  padding: 5px 10px;
  background: #ffffff;
  margin: 0 0 30px;
  border-radius: 40px;
  font-size: 15px;
}
.choose-right{
  padding:0;
}
.choose-right-1{
  padding:0;
  text-align:center;
  background:#176c09;
}
/* why choose us section end */



/* testimonial section start */
.testi-sec{
  padding: 0;
}
.testi-sec-1{
  padding: 80px 0 60px;
}
.testi-content{
  padding: 0;
  text-align: center;
}
.testi-1{
  padding: 15px 15px;
}
.testi-2{
  background: #ffe4a3;
  padding: 0 0 15px;
}
.testi-text{
  padding:12px 0 0;
}
.testi-text p{
  padding: 0 10px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #000000;
}
.testi-info{
  padding: 0;
}
.testi-info strong{
  display:block;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 18px;
}
.testi-img{
  padding:0;
}
.testi-img img{
  max-width:100px;
  border-radius:0 0 50px 50px;
  border: 8px solid #3a0055;
  border-top: 0;
}
.testi-img ul li{
  display:inline-block;
  color: #990000;
  padding: 10px 0 0;
  font-size: 15px;
}
/* testimonial section end */



/* service list section start */
.srv-list-sec{
  padding:0;
}
.srv-list-sec-1{
  padding:0 0 40px;
}
.srv-list-1{
  padding:15px;
}
.srv-list-2{
  padding:0;
}
.srv-list-title{
  padding:0;
  text-align:center;
}
.srv-list-title strong{
  font-size: 27px;
  font-weight: 700;
  padding: 7px 15px 6px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(45deg, #990000, #3a0055);
  border-radius: 20px 20px 0 0;
}
.srv-list-text{
  padding:0;
}
.srv-list-text ul{
  border: 1px solid #ffb70d;
}
.srv-list-text ul li{
  background: #ffb70d;
  margin: 0 0 17px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  padding: 9px 0 9px 20px;
  display: block;
  text-transform:capitalize;
}
.srv-list-text ul li:last-child{
  margin: 0;
  }
.srv-list-text ul li:before{
  content: "\f77f";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 17px;
  color: #990000;
  width: 30px;
  line-height: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.srv-list-text a {
    background: #015f00;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    padding: 6px 15px 5px;
    text-transform: capitalize;
    display: block;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
/* service list section end */



/* other services section start */
.other-srv-sec{
  padding:15px;
  background: url(../images/other-srv-bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.other-srv-sec:before {
  background:transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.other-srv-sec-1{
  padding: 40px 0;
}
.other-srv{
  padding: 15px;
}
.other-srv-1{
  padding: 15px 15px;
  background: linear-gradient(45deg, #990000, #3a0055);
  border-radius: 400px 400px 0 0;
  text-align: center;
}
.other-srv-1 img{
  width:100%;
  border-radius: 50%;
  border: 9px solid #ffffff;
}
.other-srv-1 p{
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0 12px;
  text-transform: capitalize;
}
.other-srv-1 a{
  background: #017900;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 4px 15px 4px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 40px;
}
/* other services section end */


/* awards section start  */
.award-sec{
  
padding: 0 0 40px;
}
.award1{
  padding: 10px;
}
.award2{
  padding: 0;
}
.award2 img{
    width: 100%;
}
/* awards section end */


/* add line section start */
.add-line{
  padding:0;
  text-align: center;
}
.add-line p{
  color: #000;
  font-size: 45px;
  font-weight: 900;
  text-transform: capitalize;
}

.add-line span{
  display: block;
  font-size: 50px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 900;
}
/* add line section end */


/* copy right section start */
.copyryt-sec{
  padding: 12px 0 8px;
  background: #9a0000;
}
.disclaimer{
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 21px;
  text-align: center;
}
.copyryt-sec-1{
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align:center;
  text-transform: capitalize;
  padding: 5px 0;
}
/* copy right section end */



#callbook {
    background: green;
    bottom: 0;
    height: 38px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100
}

#callbook ul {
    padding: 0
}

#callbook ul li {
    background: red;
    position: relative;
    padding: 11px 0;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center
}

#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -5px;
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top:-5px;
    padding: 0 5px 0 0;
    font-size: 15px;
}

#callbook ul li a i {
    animation: pulsate .5s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(.9, .9);
        opacity: 1
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1
    }
    100% {
        transform: scale(.9, .9);
        opacity: 1
    }
}






@media (max-width: 767px){
.top-header-1 {padding: 5px 0;}
.top-header-1 span{width: 100%;padding: 0;}
.header-logo-1{display:block;}
.header-logo-left-1{padding: 5px 0 0;}
.header-logo-right-1{padding: 0px 0px 0px;}
.top-mark-sec-right-1 a{display: none;}
.choose-content{display:block;}
.other-srv-sec{background-position:left;}
.other-srv-1 p{font-size: 20px;padding: 5px 10px 5px;}
.about-us-title strong {font-size: 34px;}
.choose-1 {padding: 8px 0;width: 50%;}
.best-servv-text span {font-size: 15px;padding: 4px 15px 5px;}
.best-serv1 {padding: 30px 8px;height: 622px;}
.service-sec-1 {padding: 60px 0 125px;}
.add-line p {font-size: 28px;}
.add-line span {font-size: 25px;}
.copyryt-sec-1{padding: 5px 0 42px;}
.top-mark-sec-left-1{font-size: 15px;line-height: 25px;padding: 0 0 8px;}
.top-mark-sec-right-1 span {display: block;text-align: center;}
.header-logo-right-1 img{display: block;}
.logo-contact ul li:last-child a{display: none;}
.top-mark-sec-left-1 p{display:block}
.top-mark-sec-left-1  marquee{display:none}
.logo-contact ul li a {font-size: 45px;background: transparent;margin: -15px 0 0;color: #990000;}
.mob{display: block;}
#callbook {display: block;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.top-header-1{font-size:23px;}
.top-header-1 span {font-size: 32px;}
.header-logo-right-1{padding: 0px 0 10px;}
.top-mark-sec-right-1 span {text-align: center;}
.top-mark-sec-right-1 a{display: none;}
.about-us-title strong {font-size: 42px;}
.best-servv-text a{font-size:20px;}
.choose-1 {padding: 10px 0;width: 33.3%;}
.add-line p {font-size: 29px;}
.add-line span {font-size: 32px;}
.top-mark-sec-left-1 {padding: 0}
}

@media only screen and (min-width: 991px) and (max-width:1200px){
.logo-contact ul li a {font-size: 20px;padding: 0px 12px 0;}
.logo-contact ul li:last-child a {padding: 0px 3px 8px;font-size: 16px;}
.header-logo-right-1 {padding: 15px 15px;}
.top-mark-sec-right-1 span {font-size: 19px;}
.top-mark-sec-left-1 {padding: 10px 0 0;font-size: 18px;}
.top-mark-sec-right-1 a i {width: 57px;height: 57px;line-height: 56px;top: -23px;right: 0px;box-shadow: 0 0 0 8px #fff;font-size: 27px;}
.logo-mark{font-size: 16px;padding: 7px 7px 1px;}
.top-header-1 span {font-size: 35px;}
.best-serv1 {padding: 63px 7px;}
.best-servv-text span {font-size: 18px;}
.best-servv-text a{font-size:20px;}
.choose-text p{font-size: 15px;padding: 2px 7px 4px;}
.srv-list-text ul li{padding:9px 0 9px 20px;}
.choose-2 {padding: 5px 8px 15px;}
.choose-text .choose-icon {font-size: 48px;width: 110px;height: 110px;line-height: 100px;}
.srv-list-title strong {font-size: 24px;}
.add-line p {font-size: 35px;}
.add-line span {font-size: 40px;}

}



@media only screen and (min-width:1200px) and  (max-width:1300px){
.top-mark-sec-right-1 a i {right: 0;}
.top-mark-sec-right {text-align: left;}
}



@media (min-width:0) and (max-width:600px){
.top-header-1 span {font-size: 28px;}
.top-mark-sec-1{display:block;}
.best-servv-text span{font-size: 20px;}
.about-us-title strong {font-size: 26px;}
.other-srv-sec {padding:15px 0;}
.best-serv1{width:100%;}
.other-srv{width:100%;}
.other-srv-1 p {font-size: 24px;}
.choose-2 {padding: 5px 10px 15px;}
.add-line p {font-size: 20px;}
.add-line span {font-size: 20px;}
.best-serv1 {padding: 55px 8px 100px;height:auto;}
.service-sec-1 {padding: 60px 0;}
.top-mark-sec-right-1 span {font-size: 20px;}
}


@media (min-width: 290px) and (max-width:480px){
.top-mark-sec-right-1 span {font-size: 13px;padding: 6px 8px 5px;}
.top-mark-sec-left-1 {font-size: 18px;}
.logo-contact ul li:last-child a{padding: 5px 0 0;}
.about-us-title strong {font-size: 22px;padding: 4px 15px 4px;}
.mark-sec-1 { padding: 9px 0 2px;font-size: 20px;}
.top-serv2 {padding: 8px 0;}
.top-srv-sec-1 {padding: 50px 0 20px;}
.top-srv-content {padding: 10px 0 0;}
.service-sec-1 {padding: 35px 0 35px;}
.service-content {padding:0 0;}
.best-servv-text span {font-size: 16px;}
.choose-1{width:100%;}
.testi-sec-1 {padding: 60px 0 30px;}
.testi-1 {padding: 15px 0px;}
.testi-text{width:100%;}
.testi-img{width:100%;padding: 5px 0 0;}
.srv-list-1 {padding: 15px 0;}
.srv-list-text ul li{padding:9px 0 9px 20px;}
.other-srv{width:100%;padding: 15px 5px;}
.add-line p {font-size: 20px;line-height: 25px;}
.award1, .counter-1{width: 100%;}
.top-mark-sec-left-1 {font-size: 12px;line-height: 20px;}
.logo-contact ul li a {font-size: 34px;padding: 0;}
.top-header-1 span {font-size: 27px;}
.award1 {padding: 8px 0;}
} 
