@import url("../css2");
@import url("../css2-1");
* {
  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: 40px;
  color: #55aa17;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Cinzel', serif;
  padding-bottom: 0px;
  font-weight: 800;
  line-height: inherit;
}

.sub-head {
  display: block;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 0px;
  font-weight: 600;
}

.service-name {
  font-size: 20px;
  color: #55aa17;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin: 0px;
  padding: 20px 0px;
}

.srv-call {
  padding: 10px 0px;
  display: block;
  text-align: center;
}

.srv-call a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #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: #ffe406;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.srv-call a:hover {
  background: #ffe406;
  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);
}

ul {
  list-style: none;
  margin: 0px;
}

ul li {
  text-transform: capitalize;
}

.top-sec {
  text-align: center;
  background: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 6px #00000033;
          box-shadow: 0px 5px 6px #00000033;
}

.top-sec p {
  margin: 0px;
}

.top-sec .top-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;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

.top-sec .top-col .top-p1 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.top-sec .top-col .top-p2 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.top-sec .top-col .top-p2 i {
  color: #ffe406;
}

.top-sec .top-col 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-col ul li {
  padding: 0px 2px;
}

.top-sec .top-col ul li a {
  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: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ffe406;
  color: #000;
  font-size: 24px;
}

.top-sec .top-col1 {
  background: #55aa17;
}

.top-sec .top-col3 {
  font-size: 18px;
  color: #ffe406;
  font-weight: 600;
}

.logo-sec {
  text-align: center;
}

.logo-sec .logo-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;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}

.logo-sec p {
  margin: 0px;
  text-transform: capitalize;
}

.logo-sec .logo-inr {
  padding: 0px;
}

.logo-sec .logo-p1 {
  font-size: 25px;
  color: #55aa17;
  font-weight: 600;
  padding-bottom: 10px;
}

.logo-sec .logo-p2 {
  font-size: 18px;
  padding: 6px;
  background: #ffe406;
  border-radius: 40px;
}

.logo-sec 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;
}

.logo-sec ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 10px 15px;
}

.logo-sec ul li i {
  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: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-right: 5px;
  font-size: 20px;
  color: #55aa17;
  background: #ffe406;
}

.logo-sec .navgtn-col {
  padding: 0px;
  background: #55aa17;
  position: relative;
}

.logo-sec .navgtn-col .resp-call {
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffe406;
  color: #000;
  padding: 0px 15px;
  font-size: 18px;
  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;
  z-index: 1;
}

.logo-sec .navgtn-col .resp-call a {
  color: #55aa17;
  font-weight: 600;
}

.logo-sec .navgtn-col .resp-call .fa {
  padding: 0px 5px;
}

.logo-sec .navgtn-col ul li {
  padding: 0px 15px;
}

.bg-light {
  background: transparent !important;
  margin: 0px 0px 0px;
}

.navbar {
  padding: 0px;
}

.navbar-collapse {
  text-align: center;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.navbar-light .navbar-nav .nav-link {
  padding: 15px 20px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  background: #ffe406;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #000;
  background: #ffe406;
}

.mr-auto {
  margin: 0;
}

.nav-item {
  padding: 0px 4px;
}

.banner-sec {
  position: relative;
}

.banner-sec .ban-col {
  padding: 0px;
}

.bottom-border {
  position: absolute;
  padding: 0px;
  bottom: -3px;
  width: 100%;
  z-index: 9;
}

.top-border {
  position: absolute;
  padding: 0px;
  top: -4px;
  width: 100%;
  z-index: 9;
}

.top-border img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.top-srv-sec {
  padding: 50px 0px 80px;
}

.top-srv-sec .sec-head-col {
  padding: 15px 0px;
  text-align: left;
}

.top-srv-sec .sec-head-col .atro-name {
  margin: 0px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  padding: 20px 0px 0px;
}

.top-srv-sec .sec-head-col span {
  font-size: 27px;
  font-weight: 500;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
}

.top-srv-sec .srv-call {
  padding: 30px 0px;
  text-align: left;
}

.top-srv-sec .srv-call a {
  color: #000;
}

.top-srv-sec .srv-call a:before {
  background: #ffe406;
}

.top-srv-sec .srv-call a:hover {
  background: #ffe406;
  color: #000;
}

.top-srv-sec .sec-name {
  color: #ffe406;
  font-weight: 600;
  font-size: 50px;
  font-family: 'Poppins';
  text-transform: uppercase;
  line-height: 53px;
}

.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;
  z-index: 2;
  position: relative;
}

.top-srv-sec .srv-col:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 120px;
  top: inherit;
  right: -20px;
  bottom: -40px;
  left: inherit;
  margin: 0 auto;
  background: url(../images/pattern-box.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.3;
}

.top-srv-sec .srv-col .srv-inr {
  padding: 60px 40px;
  background: #55aa17;
  outline: 1px solid #fff;
  outline-offset: -15px;
}

.top-srv-sec .srv-col1 {
  padding: 0px;
}

.top-srv-sec .srv-mn {
  padding: 10px 15px;
}

.top-srv-sec .srv-mn .srv-box {
  padding: 0px;
}

.top-srv-sec .srv-mn .srv-box:hover .srv-img {
  border-color: #55aa17;
}

.top-srv-sec .srv-mn .srv-img {
  max-width: 165px;
  max-height: 165px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffe406;
  border: 4px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 20px;
}

.top-srv-sec .srv-mn .srv-img img {
  width: 100%;
}

.top-srv-sec .srv-mn .srv-content {
  padding: 15px;
  text-align: center;
}

.top-srv-sec .srv-mn .srv-content .tag-line {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 10px;
}

.top-srv-sec .srv-mn .srv-content .service-name {
  padding: 0px 0px 0px;
}

.about-sec {
  position: relative;
  padding: 100px 0px;
  margin-top: -200px;
  background: #ffe406;
}

.about-sec .sec-head-col {
  text-align: right;
}

.about-sec .sub-head {
  font-size: 30px;
}

.about-sec .about-content p img {
  float: right;
}

.about-sec .about-content ul {
  padding-bottom: 20px;
}

.about-sec .about-content ul li {
  padding: 6px 0px;
  line-height: 27px;
}

.about-sec .about-content ul i {
  color: #55aa17;
}

.about-sec .about-content .about-hd {
  color: #000;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.about-page {
  margin: 0px;
}

.about-page .sec-head-col {
  text-align: center;
}

@-webkit-keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: #ffc107;
  }
  100% {
    color: #55aa17;
  }
}

@keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: #ffc107;
  }
  100% {
    color: #55aa17;
  }
}

.tagline-sec {
  position: relative;
  z-index: 1;
  background: url(../images/top-tag.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0px;
}

.tagline-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #000000cf;
  z-index: -1;
}

.tagline-sec .tag-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;
  padding: 20px;
}

.tagline-sec .tag-col .tag-p1 {
  font-size: 24px;
  color: #fff;
  margin: 0px;
  padding: 20px;
  border: 1px dashed #ffe406;
  -webkit-animation: blink 0.5s alternate infinite;
          animation: blink 0.5s alternate infinite;
  line-height: 37px;
  text-align: center;
}

.best-srv-sec {
  padding: 50px 0px 50px;
  background:#ffffa7;
}

.best-srv-sec .srv-mn {
  padding: 30px 15px;
}

.best-srv-sec .srv-mn .srv-box {
  padding: 20px;
  position: relative;
  text-align: center;
}

.best-srv-sec .srv-mn .srv-box .srv-img {
  padding: 0px;
  max-width: 300px;
  max-height: 300px;
  border-radius: 30% 70% 70%;
  margin: 0 auto;
}

.best-srv-sec .srv-mn .srv-box .srv-img img {
  padding: 15px;
  border-radius: inherit;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
}

.best-srv-sec .srv-mn .service-name {
  position: absolute;
  padding: 10px 20px;
  width: 250px;
  top: 37%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: #55aa17;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
}

.best-srv-sec .srv-mn .srv-content {
  padding: 20px 0px;
}

.choose-sec {
  padding: 100px 0px;
  background: url(../images/choose-bg.jpg);
  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: #000000ab;
  z-index: -1;
}

.choose-sec .sec-name {
  color: #ffe406;
}

.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: #55aa17;
  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 #55aa17;
}

.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: #ffe406;
  -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 #55aa17;
}

.choose-sec .counter-main .counter-box2 .icon-box {
  display: block;
  font-size: 50px;
  color: #55aa17;
}

.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: #55aa17;
}

.test-sec {
  padding: 100px 0px;
  position: relative;
  background: #fff;
}

.test-sec .test-slide {
  padding: 0px 0px;
}

.test-sec .owl-carousel .owl-wrapper-outer {
  padding: 30px 0px;
}

.test-sec .testimonial {
  margin: 20px 15px 0;
  border-top: 10px solid #55aa17;
  -webkit-box-shadow: 0px 10px 10px #00000066;
          box-shadow: 0px 10px 10px #00000066;
  background: #ffffff94;
}

.test-sec .testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 9px solid #fff;
  -webkit-box-shadow: 2px 3px 6px -3px #00000059;
          box-shadow: 2px 3px 6px -3px #00000059;
  position: relative;
  margin: -40px auto 0px;
}

.test-sec .testimonial .pic:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #ffe406;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 65px;
  left: 0;
}

.test-sec .testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.test-sec .testimonial .testimonial-content {
  padding: 26px 15px;
  margin-left: 0px;
}

.test-sec .testimonial .description {
  color: #000;
  line-height: 25px;
}

.test-sec .testimonial .testimonial-title {
  font-size: 19px;
  color: #55aa17;
  text-transform: capitalize;
  display: inline-block;
}

.test-sec .testimonial .post {
  font-size: 14px;
  font-style: italic;
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}

.test-sec .owl-theme .owl-buttons {
  margin-top: 20px;
}

.test-sec .owl-theme .owl-buttons div {
  padding: 5px 10px;
  background: #55aa17;
  border-radius: 0;
  opacity: 0.8;
}

.test-sec .owl-theme .owl-buttons div:hover {
  opacity: 1;
}

.test-sec .owl-theme .owl-buttons .owl-prev:before, .test-sec .owl-theme .owl-buttons .owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.test-sec .owl-theme .owl-buttons .owl-next:before {
  content: "\f054";
}

.testi-page-sec {
  padding: 50px 0px;
}

.testi-page-sec .test-main {
  padding: 20px 30px;
}

.testi-page-sec .test-main .test-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;
  padding: 20px 0px;
}

.testi-page-sec .test-main .service-name {
  width: 230px;
  text-align: left;
  background: #000;
  padding: 7px 0px 7px 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  color: #ffe406;
  font-weight: 600;
}

.testi-page-sec .test-main .service-name span {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.testi-page-sec .test-main .test-col1 {
  position: relative;
  z-index: 1;
}

.testi-page-sec .test-main .test-col1:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  top: 13%;
  right: 0px;
  bottom: 0px;
  left: inherit;
  margin: 0 auto;
  background: #55aa17;
  z-index: -1;
}

.testi-page-sec .test-main .test-col1 .test-inr .test-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.testi-page-sec .test-main .test-col1 .test-inr .test-number:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80%;
  top: 40%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #55aa17;
  z-index: -1;
}

.testi-page-sec .test-main .test-col1 .test-inr .test-number 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: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  background: #55aa17;
  color: #fff;
  border: 3px solid #55aa17;
  font-weight: 800;
  font-size: 20px;
}

.testi-page-sec .test-main .test-col1 .test-inr .test-img {
  border-radius: 50%;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
  z-index: 1;
}

.testi-page-sec .test-main .test-col1 .test-inr .test-img img {
  border-radius: 50%;
  border: 4px solid #55aa17;
}

.testi-page-sec .test-main .test-col2 {
  background: #efefef;
  border: 3px solid #55aa17;
  border-radius: 10px;
}

.more-srv-sec .srv-mn {
  padding: 0px;
}

.more-srv-sec .srv-mn .srv-inr {
  padding: 0px;
  position: relative;
}

.more-srv-sec .srv-mn .srv-inr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #000000a6;
  z-index: 1;
}

.more-srv-sec .srv-mn .srv-inr:after {
  content: "";
  position: absolute;
  width: 96%;
  height: 96%;
  top: 2%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000000ab;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-srv-sec .srv-mn .srv-inr img {
  width: 100%;
}

.more-srv-sec .srv-mn .srv-inr:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.more-srv-sec .srv-mn .srv-inr:hover .srv-content {
  bottom: 30px;
}

.more-srv-sec .srv-mn .srv-inr:hover .srv-content .service-name {
  top: -60px;
}

.more-srv-sec .srv-mn .srv-content {
  padding: 20px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: auto;
  background: #00000000;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-srv-sec .srv-mn .srv-content p {
  color: #fff;
  margin: 0px;
}

.more-srv-sec .srv-mn .srv-content .service-name {
  position: absolute;
  color: #ffe406;
  font-size: 34px;
  font-weight: 400;
  text-align: left;
  top: -40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tag-sec {
  padding: 30px 0px 30px;
  background: url(../images/tag-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.tag-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #000000ab;
  z-index: -1;
}

.tag-sec .tag-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;
  padding: 15px;
}

.tag-sec .tag-col p {
  margin: 0px;
  text-transform: capitalize;
}

.tag-sec .tag-col .tag-inr {
  padding: 15px;
}

.tag-sec .tag-col .tag-p1 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
}

.tag-sec .tag-col .tag-p2 {
  font-size: 50px;
  color: #ffe406;
  font-weight: 600;
  line-height: 62px;
}

.tag-sec .tag-col1 .tag-inr {
  padding: 50px 150px 50px 40px;
  border: 1px solid #ffe406;
  position: relative;
}

.tag-sec .tag-col1 .tag-inr a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  background: #ffe406;
  color: #000;
  text-transform: capitalize;
  padding: 10px 30px;
  font-size: 20px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #000;
}

.tag-sec .tag-col1 .tag-inr a:hover {
  background: #000;
  color: #ffe406;
  border-color: #ffe406;
}

.tag-sec .tag-col1 .tag-p3 {
  font-size: 20px;
  line-height: 36px;
  color: #efefef;
}

.contact-sec {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}

.contact-sec .sec-head-col {
  text-align: left;
}

.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;
  border: 2px dashed #000;
}

.contact-sec .cont-col1 .cont-inr .cont-head {
  font-size: 30px;
  font-weight: 500;
  margin: 0px;
  text-transform: capitalize;
  padding-bottom: 30px;
  color: #55aa17;
  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: #55aa17;
}

.contact-sec .cont-col1 .cont-inr ul li {
  line-height: 30px;
  padding: 13px 0px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.contact-sec .cont-col1 .cont-inr ul li span {
  display: block;
  color: #000;
  font-weight: 400;
  padding-top: 10px;
}

.contact-sec .cont-col1 .cont-inr ul li span i {
  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: #55aa17;
  color: #fff;
}

.contact-sec .form-part {
  padding: 25px 15px;
  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: 0px 15px;
}

.contact-sec .form-part .form-inr .form-head {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe406;
  text-align: center;
}

.contact-sec .form-part .form-inr .form-head span {
  display: inline-block;
  font-size: 30px;
  color: #55aa17;
}

.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: #55aa17;
  z-index: 2;
}

.contact-sec .form-part .form-inr .inpt input, .contact-sec .form-part .form-inr .inpt textarea {
  z-index: 1;
  z-index: 1;
  background: transparent;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #55aa17;
  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 #55aa17;
}

.contact-sec .form-part .form-inr .inpt textarea {
  border: 1px solid #55aa17;
}

.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: #55aa17;
  border: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #000;
  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: #ffc107;
  border-color: #55aa17;
}

.ftr-sec {
  padding: 10px 0px 50px;
  text-align: left;
  position: relative;
  background: #000;
}

.ftr-sec .dsclmr {
  padding: 30px 0px 0px;
  font-size: 15px;
  font-weight: 400;
}

.ftr-sec .dsclmr p {
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.ftr-sec .dsclmr span {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #ffe406;
}

#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: 991px) {
  .top-sec {
    position: relative;
  }
  .logo-sec .navgtn-col {
    padding: 10px;
  }
  .logo-sec .navgtn-col .resp-call {
    height: 35px;
    top: 12px;
    right: 5px;
  }
  .top-srv-sec .srv-col {
    padding: 20px 15px 40px;
  }
  .top-srv-sec .srv-col:before {
    bottom: 0;
    right: 0;
  }
  .about-sec {
    margin: 0px;
  }
  .about-sec .sec-head-col {
    text-align: center;
  }
  .best-srv-sec .srv-mn {
    max-width: 50%;
  }
  .tag-sec .tag-col .tag-p2 {
    font-size: 41px;
  }
  .tag-sec .tag-col1 .tag-inr {
    padding: 20px 20px 50px;
  }
  .tag-sec .tag-col1 .tag-inr a {
    top: 100%;
    left: 50%;
    right: inherit;
    padding: 10px 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .best-srv-sec .srv-mn {
    max-width: 100%;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .sec-name {
    font-size: 30px;
  }
  .testi-page-sec .test-main .test-col1:before {
    display: none;
  }
}

@media screen and (max-width: 410px) {
  .logo-sec .navgtn-col .resp-call {
    padding: 0px 4px;
    font-size: 15px;
  }
}
.award-sec {
    text-align: center;
    padding: 50px 0px;
    background:#f7f7f7;
}
.award-sec .awrd-hd {
    padding: 0px 0px 30px;
}
.award-sec .awrd-hd p {
    font-size: 30px;
    color: #9c0000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
}
.award-sec .awrd-hd p:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: inherit;
    right: 0px;
    bottom: -15px;
    left: 200px;
    margin: 0 auto;
    background: #9c0000;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}.award-sec .awrd-hd p:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    top: inherit;
    right: 0px;
    bottom: -10px;
    left: 0px;
    margin: 0 auto;
    background: #9c0000;
}
.award-sec .awrd-mn {
    padding: 15px;
}









/*bottom services start*/
.bot1
{
  padding: 35px 0px;
}
.pricingTable{
    /* color: #fff; */
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding: 90px 0 0 0;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
    content: '';
    background: #ffc104;
    height: 200px;
    width: 200px;
    border: 10px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}
.pricing-icon img
{
  width: 73%;
}

.pricingTable .pricingTable-header{
    color: #fff;
    font-size: 55px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 15px;
}
.pricingTable .pricing-content{
    border: 5px solid #ffc104;
    border-radius: 10px;
}
.pricingTable .price-value{
    color: #fff;
    background: linear-gradient(135deg,#D4EC00,#07EF77);
    font-size: 40px;
    font-weight: 500;
    padding: 5px 0;
}
.pricingTable .title{
    color: #f41067;
    background-color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding: 13px 0;
    border-radius: 9px;
    margin: 0;
}
.pricingTable .pricing-content ul {
	background: linear-gradient(to bottom, #55aa17,#030303);
	text-align: left;
	padding: 20px 0;
	margin: 0;
	list-style: none;
}




.bottom-list
{
  
  margin: 0px;
    padding: 0px;
    padding-top: 15px;
   
  

}
.bottom-list li
{
  margin: 0px;
  padding: 0px;
  list-style: none;


}
.bottom-list li a i
{
  color: #ffc104;
  padding-right: 3px;
}
.bottom-list li:last-child a{border-bottom: 0px;}

.bottom-list li a
{
       text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    border-bottom: 1px solid #7d0929;
    padding: 5px 5px;
}
.bottom-list li a:hover{background: #ffc104;
    color: #090305;
}
.bottom-list li a:hover i{color: #f41067;}

.bot5{}
#style-7::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #ad0634;
  border-radius: 10px;
}
.pricingTable .title {
    color: #52a416;
    background-color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding: 13px 0;
    border-radius: 9px;
    margin: 42px 0 0 0;
}


.bot1 {
    padding: 35px 0px;
}

.banner-form {
	position: absolute;
	right: 10%;
	top: 4%;
	background: yellow;
	padding: 15px;
}

.banner-form input.form-control {
	margin-bottom: 10px;
	border: none;
	height: 39px;
}

.banner-form textarea.form-control {
	margin-bottom: 10px;
	border: none;

}
.banner-form input.submit {
	background: #007905;
	border: none;
	padding: 12px 25px;
	border-radius: 4px;
	color: #fff;
}


.banner-form h3 {
	color: #004f03;
	margin-bottom: 12px;
}
.ftr-new1 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #a20032;
	color: #fff;
}


@media(min-width:320px) and (max-width:767px) {
	.col-sm-12.col-lg-2.col-xl-2.logo-col.text-center {
	display: none;
}

.banner-form {
	position: inherit;
	right: inherit;
	top: inherit;
	background: yellow;
	padding: 15px;
}
.top-sec {
	position: relative;
	display: none;
}
.col-xl-12.about-content p {
	text-align: justify;
}


.logo-sec .logo-col {
	background: #cdffb7;
}





}



















