@import url("https://fonts.googleapis.com/css2?family=Redressed&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Poppins', sans-serif;
}

p {
  line-height: 25px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.sec-head-col {
  padding: 0px 15px 30px;
  text-align: center;
}

.sec-name {
  font-size: 65px;
  color: #7b0202;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Redressed', cursive;
  padding-bottom: 0px;
  font-weight: 800;
  line-height: inherit;
}

.sec-name:before, .sec-name:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 14px;
  top: inherit;
  right: 0px;
  bottom: -12px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 20px;
  background: #96014d;
}

.sec-name:after {
  width: 200px;
  background: #96014d;
  z-index: -1;
  right: 0;
  left: 0;
  height: 4px;
  bottom: -7px;
  border: 0px;
}

.sub-head {
  display: block;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
  padding: 25px 0px 0px;
  font-weight: 600;
}

.service-name {
  font-size: 23px;
  color: #ba0000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.srv-call {
  padding: 10px 0px;
  display: block;
}

.srv-call a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #96014d;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  z-index: 1;
}

.srv-call a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #96014d;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.srv-call a:hover {
  background: transparent;
  color: #96014d;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.srv-call a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.border-cloud {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  padding: 0px;
}

ul {
  list-style: none;
  margin: 0px;
}

ul li {
  text-transform: capitalize;
}

.top-sec {
  text-align: center;
  background: #d30000;
}

.top-sec .top-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0px;
}

.top-sec .top-col1 p {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
  font-weight: 500;
  padding: 0px;
  font-family: 'Redressed', cursive;
}

.top-sec .top-col1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec .top-col1 ul li {
  padding: 0px 4px;
}

.top-sec .top-col1 ul li .fas, .top-sec .top-col1 ul li .fa, .top-sec .top-col1 ul li .fab {
  width: 40px;
  height: 40px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec .top-col2 {
  position: relative;
  z-index: 1;
  background: #fcc107;
  color: #000;
  font-size: 20px;
  padding: 10px 0px 0px;
  font-weight: 500;
}

.top-sec .top-col2:before, .top-sec .top-col2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
  right: inherit;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  -webkit-clip-path: polygon(60% 50%, 0 0, 0 100%);
          clip-path: polygon(60% 50%, 0 0, 0 100%);
  background: #d30000;
}

.top-sec .top-col2:after {
  left: inherit;
  right: -1px;
  -webkit-clip-path: polygon(40% 50%, 100% 0, 100% 100%);
          clip-path: polygon(40% 50%, 100% 0, 100% 100%);
}

@-webkit-keyframes top-animation {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
    color: #fcc107;
  }
}

@keyframes top-animation {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
    color: #fcc107;
  }
}

.logo-sec {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.logo-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #ffffffeb;
  z-index: -1;
}

.logo-sec .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
}

.logo-sec .logo-col .logo-inr {
  padding: 0px;
}

.logo-sec .logo-col span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #ffbc11;
  border-radius: 50%;
}

.logo-sec .logo-col .call-p {
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px 20px;
}

.logo-sec .logo-col a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #96014d;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  z-index: 1;
}

.logo-sec .logo-col a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #d30000;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-sec .logo-col a:hover {
  background: transparent;
  color: #96014d;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.logo-sec .logo-col a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.logo-sec .logo-col .tag-line {
  font-size: 17px;
  margin: 0px;
  font-weight: 600;
  padding-top: 15px;
}

.logo-sec .logo-col4 {
  padding: 10px 0px;
  background: url(logo-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.logo-sec .logo-col4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #960101ab;
  z-index: -1;
}

.logo-sec .logo-col4 .logo-p2 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Redressed', cursive;
  padding-bottom: 0px;
  font-weight: 800;
  line-height: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: top-animation 1s alternate infinite;
          animation: top-animation 1s alternate infinite;
}

.logo-sec .logo-col4 .logo-p2:before, .logo-sec .logo-col4 .logo-p2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 14px;
  top: inherit;
  right: 0px;
  bottom: -12px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 20px;
  background: #96014d;
}

.logo-sec .logo-col4 .logo-p2:after {
  width: 200px;
  background: #96014d;
  z-index: -1;
  right: 0;
  left: 0;
  height: 4px;
  bottom: -7px;
  border: 0px;
}

.logo-sec .logo-col4 .logo-p2:before, .logo-sec .logo-col4 .logo-p2:after {
  display: none;
}

.logo-sec .logo-inr2 {
  padding: 0px;
  overflow: hidden;
}

.banner-sec .slider-ban {
  padding: 0px;
  position: relative;
}

.banner-sec .banner-border {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  padding: 0px;
}

.choose-sec {
  text-align: center;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}

.choose-sec .choose-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-sec .choose-inr {
  padding: 0px;
}

.choose-sec .sec-head-col {
  padding: 0px;
}

.choose-sec .sec-name {
  color: #000;
}

.choose-sec .service-name {
  color: #000;
  font-weight: 600;
}

.choose-sec .sub-head {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.choose-sec .choose-main2 {
  border-bottom: 2px solid #000;
}

.choose-sec .choose-main {
  padding: 20px 0px;
}

.choose-sec .choose-main .choose-box {
  padding: 0px 15px;
}

.choose-sec .choose-main span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 43px;
  background: #000;
  color: #ffb800;
  border: 10px solid #b50000;
}

.top-srv-sec {
  padding: 20px 0px;
  text-align: center;
  position: relative;
  background: #a60000;
}

.top-srv-sec .srv-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-srv-sec .srv-col .srv-inr {
  padding: 0px;
}

.top-srv-sec .srv-mn {
  padding: 10px 15px;
}

.top-srv-sec .srv-mn .srv-box {
  padding: 0px;
  position: relative;
  z-index: 1;
  outline: 1px solid #ffeaf5;
  outline-offset: -30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-srv-sec .srv-mn .srv-box:hover {
  outline-width: 5px;
}

.top-srv-sec .srv-mn .srv-box img {
  width: 100%;
}

.top-srv-sec .srv-mn .srv-box .srv-content {
  position: absolute;
  width: 100%;
  padding: 0px 0px 5px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #0000007a;
}

.top-srv-sec .srv-mn .srv-box .srv-tag {
  display: block;
  font-family: 'Redressed', cursive;
  font-size: 30px;
  color: #ffd656;
  font-weight: 500;
  text-transform: capitalize;
}

.top-srv-sec .srv-mn .srv-box .service-name {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 0px;
}

.about-sec {
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.about-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #ffffffdb;
  z-index: -1;
}

.about-sec .sub-head {
  font-size: 24px;
}

.about-sec .about-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about-sec .about-content {
  text-align: left;
}

.about-sec .about-content ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding: 10px 0;
}

.about-sec .about-content ul li {
  font-size: 15px;
  line-height: 27px;
}
.about-sec .about-content strong{
  color: #7b0202;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-sec .about-content ul li i{
   color: #96014d;
   font-size:15px;
   padding:0 5px 0 0;
}
.about-sec .about-content p strong{
  color: #7b0202;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-sec .about-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.best-srv-sec {
  padding: 100px 0px;
  text-align: center;
}

.best-srv-sec .service-name {
  padding: 5px 0px;
  font-family: 'Redressed', cursive;
  font-size: 30px;
}

.best-srv-sec .srv-mn {
  padding: 30px 15px;
}

.best-srv-sec .srv-mn .srv-box {
  padding: 20px 0px;
  position: relative;
}

.best-srv-sec .srv-mn .srv-box:hover .srv-img img {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.best-srv-sec .srv-mn .srv-img {
  padding: 0px 20px;
}

.best-srv-sec .srv-mn .srv-img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.best-srv-sec .srv-mn .srv-content {
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 20px #00000040;
          box-shadow: 0px 0px 20px #00000040;
  background: #fff;
  border-radius: 15px;
}

.best-srv-sec .srv-mn .srv-content .srv-nm-btm {
  display: block;
  text-transform: uppercase;
  color: #96014d;
  padding: 0px 0px 10px;
  letter-spacing: 2px;
}

.horos-sec {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}

.horos-sec:before, .horos-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(horoscope-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -100px;
  background-attachment: fixed;
  z-index: -1;
  -webkit-clip-path: circle(50.1% at 12% 36%);
          clip-path: circle(50.1% at 12% 36%);
}

.horos-sec:before {
  background: #ffd656e3;
  z-index: 0;
}

.horos-sec .sec-head-col {
  text-align: right;
}

.horos-sec .sec-name:before, .horos-sec .sec-name:after {
  left: inherit;
}

.horos-sec .horos-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.horos-sec .horos-inr {
  padding: 0px;
}

.horos-sec .horos-mn {
  padding: 15px;
  text-align: center;
  max-width: 50%;
}

.horos-sec .horos-mn .horos-box {
  padding: 10px 0px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px #0000001f;
          box-shadow: 0px 0px 14px #0000001f;
}

.horos-sec .horos-mn .horos-box:hover img {
  -webkit-filter: drop-shadow(2px 4px 10px #00000026);
          filter: drop-shadow(2px 4px 10px #00000026);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.horos-sec .horos-mn .horos-box img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.horos-sec .horos-mn .service-name {
  font-family: 'Redressed', cursive;
  font-size: 25px;
  padding: 0px;
}

.horos-sec .horos-mn span {
  color: #000;
  font-weight: 500;
}

.test-sec {
  padding: 100px 0px;
  background: url(test-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 1;
}

.test-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #101010cf;
  z-index: -1;
}

.test-sec .sec-name {
  color: #fcc107;
  font-weight: 400;
}

.test-sec .sec-name:before, .test-sec .sec-name:after {
  background: #fff;
}

.test-sec .sub-head {
  color: #fff;
}

.test-sec .test-slide {
  padding: 60px 0px 0px;
}

.test-sec .testimonial {
  margin: 0 15px;
  border: 1px solid #9c9c9c;
  padding: 20px 10px 10px;
}

.test-sec .testimonial .testimonial-profile {
  float: left;
  width: 27%;
}

.test-sec .testimonial .testimonial-profile img {
  width: 100%;
  height: auto;
}

.test-sec .testimonial .testimonial-content {
  padding-left: 0%;
}

.test-sec .testimonial .testimonial-title {
  font-size: 15px;
  color: #ffc107;
  letter-spacing: 3px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.test-sec .testimonial .testimonial-post {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.test-sec .testimonial .testimonial-post:after {
  content: "";
  width: 100%;
  display: block;
  margin: 10px 0 auto;
  border-top: 1px solid #9c9c9c;
}

.test-sec .testimonial .testimonial-description {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 23px;
}

.test-sec .owl-pagination {
  margin-top: 40px;
}

.test-sec .owl-theme .owl-controls .owl-page.active span {
  background: #000;
  border: 3px solid #ffc107;
}

.test-sec .owl-theme .owl-controls .owl-page span {
  background: #000;
  border: 3px solid #ffc107;
}

.test-sec .owl-theme .owl-controls.clickable .owl-page span {
  background: #000;
  border: 3px solid #ffc107;
}

.test-sec .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000;
  border: 3px solid #ffc107;
}

.cont-sec {
  padding: 50px 0px 50px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.cont-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
}

.cont-sec .cont-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
  text-align: center;
}

.cont-sec .cont-inr {
  padding: 0px;
}

.cont-sec p {
  margin: 0px;
}

.cont-sec .cont-tag1 {
  font-size: 40px;
  color: #96014d;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
  text-transform: capitalize;
  font-weight: 400;
}

.cont-sec .cont-tag2 {
  font-size: 35px;
  font-family: 'Redressed', cursive;
  font-weight: 600;
}

.cont-sec .inpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 10px 15px;
  position: relative;
}

.cont-sec .inpt input, .cont-sec .inpt textarea {
  background: #ffffff96;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 7px 20px 7px 40px;
  width: 100%;
  font-size: 15px;
}

.cont-sec .inpt input:focus, .cont-sec .inpt textarea:focus {
  outline: 0px;
  border: 1px solid #96014d;
}

.cont-sec .inpt i {
  position: absolute;
  padding-top: 20px;
  top: 0;
  left: 30px;
  color: #96014d;
}

.cont-sec .inpt textarea {
  border: 1px solid #000;
  resize: none;
}

.cont-sec .styl-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cont-sec .styl-btn button {
  border: 0px;
  background: #96014d;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #96014d;
  padding: 10px 20px;
  border-radius: 5px;
}

.cont-sec .styl-btn button i {
  position: relative;
  top: inherit;
  left: inherit;
  color: #fff;
  padding: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cont-sec .styl-btn button:focus {
  outline: 0px;
}

.cont-sec .styl-btn button:hover {
  background: transparent;
  color: #96014d;
  -webkit-box-shadow: 0px 0px 10px #96014d8c;
          box-shadow: 0px 0px 10px #96014d8c;
}

.cont-sec .styl-btn button:hover i {
  color: #96014d;
}

.svg-sec {
  z-index: -1;
  margin-bottom: -125px;
}

.svg-sec .svg-col {
  padding: 0px;
}

.svg-sec .svg-col path {
  fill: #7b0202;
}

.ftr-sec {
  background: #7b0202;
  padding: 30px 0px 50px;
  text-align: center;
  display: block;
}

.ftr-sec .footer-col1 {
  text-align: center;
}

.ftr-sec .footer-col2 {
  padding: 20px 15px;
  margin: 0 auto;
}

.ftr-sec .footer-col2 .footer-box {
  padding: 20px;
  text-align: left;
}

.ftr-sec .footer-col2 .footer-head {
  font-size: 23px;
  color: #ffc107;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
  text-align: left;
  padding: 10px 0px;
}

.ftr-sec .footer-col2 .ftr-para {
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.ftr-sec .footer-col2 ul li {
  line-height: 33px;
  color: #fff;
}

.ftr-sec .footer-col2 ul li:hover {
  color: #c5c5c5;
}

.ftr-sec .footer-col2 ul li i {
  color: #ffc107;
}

.ftr-sec .footer-col3 .footer-box {
  border: 5px solid #fff;
}

.ftr-sec .dsclmr {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.ftr-sec .dsclmr p {
  padding-top: 30px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  border-top: 1px solid #ffffff;
  color: #fff;
}

.ftr-sec .dsclmr span {
  display: block;
  text-align: center;
  color: #ffc107;
}

#callbook {
  display: none;
  background: green;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#callbook ul {
  padding: 0px;
}

#callbook ul li {
  position: relative;
  padding: 15px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li a {
  color: #fff;
  font-size: 22px;
}

#callbook ul li a .fa, #callbook ul li a .fab {
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  -webkit-animation: pulsate 0.5s ease-out;
          animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .top-sec .top-col1 {
    padding: 15px 0px;
  }
  .top-sec .top-col3:before {
    display: none;
  }
  .logo-sec .logo-col .call-p {
    font-size: 15px;
  }
  .logo-sec .logo-col .tag-line {
    font-size: 14px;
  }
  .best-srv-sec .srv-name {
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (max-width: 991px) {
  .top-sec .top-col1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-sec .top-col2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-sec .top-col2:before, .top-sec .top-col2:after {
    display: none;
  }
  .logo-sec .logo-side {
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px;
  }
  .logo-sec .logo-side .logo-inr {
    padding: 20px 10px;
    -webkit-box-shadow: 0px 0px 15px #00000026;
            box-shadow: 0px 0px 15px #00000026;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#96014d5e), to(white));
    background: linear-gradient(to bottom, #96014d5e, white);
  }
  .logo-sec .logo-col .call-p {
    font-size: 15px;
  }
  .logo-sec .logo-col .tag-line {
    font-size: 18px;
  }
  .choose-sec .choose-col2 {
    padding: 40px 15px;
  }
  .best-srv-sec .srv-name {
    font-size: 25px;
    line-height: 33px;
  }
  .best-srv-sec .srv-mn .srv-inr:hover .srv-name {
    bottom: 100px;
  }
  .horos-sec:before, .horos-sec:after {
    display: none;
  }
  .horos-sec .sec-head-col {
    text-align: center;
  }
  .horos-sec .sec-name:before, .horos-sec .sec-name:after {
    left: 0;
    right: 0;
  }
  .contact-sec:after {
    -webkit-clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
  }
}

@media screen and (max-width: 767px) {
  .logo-sec .logo-side {
    max-width: 100%;
  }
  .logo-sec .logo-col .call-p {
    font-size: 17px;
  }
  .logo-sec .logo-col .tag-line {
    font-size: 14px;
  }
  .logo-sec .logo-col4 .logo-p2 {
    font-size: 35px;
  }
  .best-srv-sec .srv-mn .srv-inr:hover .srv-name {
    bottom: 40px;
  }
  .test-sec .testimonial {
    text-align: center;
    padding-bottom: 5px;
  }
  .test-sec .testimonial .testimonial-content {
    padding: 0;
  }
  .test-sec .testimonial .testimonial-profile {
    float: none;
    width: 30%;
    margin: 0 auto;
    padding: 0;
  }
  .test-sec .testimonial .testimonial-title {
    padding: 15px 0px 0px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .logo-sec {
    background-size: contain;
    background-repeat: repeat-y;
  }
  .logo-sec:before {
    background: #ffffffd9;
  }
  .logo-sec .logo-col .call-p {
    font-size: 19px;
  }
  .logo-sec .logo-col .tag-line {
    font-size: 23px;
  }
  .logo-sec .logo-col4 .logo-p2 {
    font-size: 20px;
    font-weight: 400;
  }
  .choose-sec .choose-main {
    max-width: 50%;
  }
  .sec-name {
    font-size: 45px;
  }
  .best-srv-sec .srv-mn .srv-box {
    padding: 20px;
  }
}
.visible-xs{display: none;}
.hidden-xs{display: inherit;}
@media screen and (max-width: 410px) {
  .visible-xs{display: inherit !important;}
  .hidden-xs{display: none!important;}
  .logo-sec .logo-col {
    padding: 0px 0px 10px;
  }
  .logo-sec .logo-col .tag-line {
    font-size: 18px;
  }
  .choose-sec .service-name {
    font-size: 19px;
  }
  .choose-sec .sub-head {
    font-size: 20px;
    line-height: 30px;
  }
  .srv2-sec .srv-mn .srv-inr .srv-content .srv-name {
    font-size: 24px;
  }
  .cont-sec .cont-tag1 {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */