@import url("../../fonts.googleapis.com/css2%3Ffamily=Redressed&amp%3Bdisplay=swap.css");
@import url("../../fonts.googleapis.com/css2%3Ffamily=Montserrat:wght@400%3B500%3B600%3B700%3B800&amp%3Bdisplay=swap.css");
@import url("../../fonts.googleapis.com/css2%3Ffamily=Poppins:wght@400%3B500%3B600%3B700%3B800%3B900&amp%3Bdisplay=swap.css");
* {
  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: #026B17;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: emoji;
  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: #026B17;
}

.sec-name:after {
  width: 200px;
  background: #000;
  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: #000;
  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 #000;
  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: #000;
  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: #000;
  -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;
}
/*start top-head section*/

.top-head{
	padding:0px;
	border-radius: 0% 0px 15% 15%;
	background:#026B17;
	color: #fff;
}
.top-head p{
	margin-bottom: 0px;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Redressed';
	animation:texcc 500ms linear infinite;
	text-align: center;
}
@keyframes  texcc
{
	0%{color:#fff;}
	50%{color:#FFFF00;}
	100%{color:#fff;}
}
.flow{
	animation:texcc 1000ms linear infinite;
}

.other-call {
  color:#026B17;
  font-weight:bold;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 5px 0px;
}
/*end top-head section*/
.mark{
	padding:10px;
	background-color: #026B17;
	border-bottom: 2px solid #ffff00;
	color:#fff;
}
.hindi {
    float: left;
    width: 100%;
    background-color: #ff0;
    padding: 14px;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.hindi p{
	color:#000;
}
/*start head section*/

.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: #CC0000;
}

.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;

  z-index: 1;
}

.logo-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
 
  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 .call-p {
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px 20px;
}

.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-bg.html);
  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: red;
  opacity:0.7;
  z-index: -1;
}

.logo-sec .logo-col4 .logo-p2 {
  font-size: 50px;
  color:Black;
  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: #CC0000;
}

.logo-sec .logo-col4 .logo-p2:after {
  width: 200px;
  background: #CC0000;
  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:#026B17;
  color: #fff;
 
}

.top-srv-sec {
  padding: 10px 0px;
  text-align: center;
  position: relative;
 
}

.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: 60px;
  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: 20px 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: #CC0000;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-sec .about-content ul li i{
   color: #CC0000;
   font-size:15px;
   padding:0 5px 0 0;
}
.about-sec .about-content p strong{
  color: #CC0000;
  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: 10px 0px;
  text-align: center;
}

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

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

.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;
  border: 2px solid #026B17;
}

.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;
  
  background: #fff;

}

.best-srv-sec .srv-mn .srv-content .srv-nm-btm {
  display: block;
  text-transform: uppercase;
  color: #CC0000;
  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: 50px 0px;
 
  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: #FFFF00;
  z-index: -1;
}

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

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

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

.test-sec .test-slide {
  padding: 10px 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;
      border-radius: 50%;
}

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

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

.test-sec .testimonial .testimonial-post {
  display: block;
  color:#026B17;
  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: #000;
  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: #CC0000;
  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 #CC0000;
}

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

.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: #CC0000;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #CC0000;
  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: #CC0000;
  -webkit-box-shadow: 0px 0px 10px #CC00008c;
          box-shadow: 0px 0px 10px #CC00008c;
}

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

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

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

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

.ftr-sec {
  background: #000;
  padding: 30px 0px 10px;
  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: #ffff00;
  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: #ffff00;
}

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

.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: #fff;
}

#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: 10px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

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

#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: 10px 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(#CC00005e), to(white));
    background: linear-gradient(to bottom, #CC00005e, 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;
    color:white;
  }
  .choose-sec .choose-main {
    max-width: 50%;
  }
  .sec-name {
    font-size: 30px;
  }
  .best-srv-sec .srv-mn .srv-box {
    padding: 20px;
  }
}

@media screen and (max-width: 410px) {
  .logo-sec .logo-col {
    padding: 0px 1px 0px;
  }
  .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 */

.best-srv-sec {
  padding: 0px 0px 50px;
}

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

.best-srv-sec .srv-mn .srv-box {
  padding: 20px;
  position: relative;
  text-align: center;
  border: 5px solid green;
}

.best-srv-sec .srv-mn .srv-box .srv-img1 {
  padding: 0px;
  max-width: 300px;
  max-height: 300px;
  border-radius: 30% 70% 70%;
  margin: 0 auto;
}

.best-srv-sec .srv-mn .srv-box .srv-img1 img {
  padding: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
}

.best-srv-sec .srv-mn .service-name1 {
  position: relative;
  padding: 10px 20px;
  width: 250px;
  
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: #026B17;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
}

.best-srv-sec .srv-mn .srv-content {
  padding: 20px 0px;
}
.top-srv-sec {
  text-align: center;
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}

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

.top-srv-sec .srv-inr {
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  position: relative;
  z-index: 1;
  border: 1px solid#026B17;
}

.top-srv-sec .srv-inr:hover .service-name {
  color: #000;
}
.top-srv-sec .srv-inr:hover .srv-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0px 0px 6px #00000071);
          filter: drop-shadow(0px 0px 6px #00000071);
}

.top-srv-sec .srv-img {
  padding: 15px;
  overflow: hidden;
  /*border-radius: 70% 30% 30% 70% / 70% 30% 70% 30%;*/
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-srv-sec .srv-img img {
  width: 100%;
  /*border-radius: 70% 30% 30% 70% / 70% 30% 70% 30%;*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-srv-sec .service-name {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.contact-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;
}

.contact-sec .cont-col1 .cont-inr {
  padding: 25px;
  background:#026B17;
}

.contact-sec .cont-col1 .cont-inr .cont-head {
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}

.contact-sec .cont-col1 .cont-inr .cont-head:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  top: inherit;
  right: inherit;
  bottom: 25px;
  left: 0px;
  margin: 0 auto;
  background: #FFFF00;
}

.contact-sec .cont-col1 .cont-inr ul li {
  line-height: 30px;
  padding: 13px 0px;
  font-size: 20px;
  color: #FFFF00;
  font-weight: 600;
}

.contact-sec .cont-col1 .cont-inr ul li span {
  display: block;
  color: #fff;
  font-weight: 400;
  padding-top: 10px;
}

.contact-sec .cont-col1 .cont-inr ul li span .fa, .contact-sec .cont-col1 .cont-inr ul li span .fas, .contact-sec .cont-col1 .cont-inr ul li span .fab {
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #FFFF00;
  color:#026B17;
  -webkit-box-shadow: inset 0px 0px 10px #000;
          box-shadow: inset 0px 0px 10px #000;
}

.contact-sec .form-part {
  padding: 25px;
  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;
}

.contact-sec .form-part .form-inr {
  padding: 40px 19px;
  background: #dedede75;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 14px #00000063;
          box-shadow: 0px 0px 14px #00000063;
}

.contact-sec .form-part .form-inr .form-head {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.contact-sec .form-part .form-inr .form-head span {
  display: inline-block;
  font-size: 30px;
  color:#026B17;
}

.contact-sec .form-part .form-inr .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;
  position: relative;
  padding: 10px 15px;
  z-index: 1;
}

.contact-sec .form-part .form-inr .inpt .fas {
  position: absolute;
  top: 24px;
  left: 30px;
  color: #000;
  z-index: 2;
}

.contact-sec .form-part .form-inr .inpt input, .contact-sec .form-part .form-inr .inpt textarea {
  z-index: 1;
  color: #000;
  border: 1px solid transparent;
  background: #dedede;
  border-bottom: 1px solid #ffc10766;
  width: 100%;
  padding: 10px 10px 10px 40px;
  resize: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact-sec .form-part .form-inr .inpt input:focus, .contact-sec .form-part .form-inr .inpt textarea:focus {
  outline: none;
  border: 1px solid #ffc10766;
}

.contact-sec .form-part .form-inr .inpt textarea {
  border: 1px solid #ffc10766;
}

.contact-sec .form-part .form-inr .inpt ::-webkit-input-placeholder {
  color: #000;
}

.contact-sec .form-part .form-inr .inpt :-ms-input-placeholder {
  color: #000;
}

.contact-sec .form-part .form-inr .inpt ::-ms-input-placeholder {
  color: #000;
}

.contact-sec .form-part .form-inr .inpt ::placeholder {
  color: #000;
}

.contact-sec .form-part .form-inr .style-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 15px 0px;
}

.contact-sec .form-part .form-inr .style-btn button {
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background:#026B17;
  border: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #FFFF00;
  z-index: 1;
}

.contact-sec .form-part .form-inr .style-btn button:focus {
  outline: none;
}

.contact-sec .form-part .form-inr .style-btn button .fas {
  position: relative;
  top: inherit;
  left: inherit;
  color: inherit;
}

.contact-sec .form-part .form-inr .style-btn button:hover {
  background: #000;
  color: #FFFF00;
}

.choose-sec {
  padding: 0px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

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

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

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

.choose-sec .counter-main {
  padding: 30px 15px;
}

.choose-sec .counter-main .counter-box {
  padding: 0px 0px 100px;
  position: relative;
  z-index: 1;
}

.choose-sec .counter-main .counter-box:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  top: inherit;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #ffff00;
  z-index: -2;
  border-radius: 50px 50px 0px 0px;
}

.choose-sec .counter-main .counter-box:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50%;
  top: 43%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 4px 10px #000000ba;
          box-shadow: 0px 4px 10px #000000ba;
  border-radius: 0px 0px 5px 5px;
}

.choose-sec .counter-main .counter-box:hover .counter-box2:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.choose-sec .counter-main p {
  margin: 0px;
}

.choose-sec .counter-main .counter-box2 {
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
  border: 10px solid #ffff00;
}

.choose-sec .counter-main .counter-box2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #ffff00;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  border: 0px solid #ba0000;
}

.choose-sec .counter-main .counter-box2 .icon-box {
  display: block;
  font-size: 50px;
  color: #00451b;
}

.choose-sec .counter-main .counter-box2 .count-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 14px;
}

.choose-sec .counter-main .counter-box2 .counter {
  font-size: 30px;
  font-weight: 700;
  color: #00451b;
}
