@import url("../css2.css");
@import url("../css2-1.css");
* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Poppins', sans-serif;
}

ul {
  list-style: none;
  margin: 0px;
}
.call-1_now {
    bottom: 5px;
    right: 10px;
    position: fixed;
    z-index: 111;
    cursor: pointer;
}
.tp-sec {
  background: #000000;
  text-align: center;
}

.tp-sec .tp1 {
  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: 2px 0px;
}

.tp-sec .tp1 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;
}

.tp-sec .tp1 ul li {
  padding: 0px 2px;
}

.tp-sec .tp1 ul li .fa, .tp-sec .tp1 ul li .fas, .tp-sec .tp1 ul li .fab {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #ae0303;
  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;
  background: #ffffff;
}

.tp-sec .tp2 p {
  margin: 0px;
  font-size: 17px;
  color: #000;
  background: #ffcf30;
  padding: 2px 18px;
  border-radius: 30px;
  border: 1px solid #000;
}

.tp-sec .tp3 {
  position: relative;
}

.tp-sec .tp3:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0px;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  background: #fff;
}

.tp-sec .tp3 span {
  display: block;
  padding: 0px 20px;
}

.tp-sec .tp3 a {
  color: #fff;
  font-size: 20px;
}

.tp-sec .tp3 a .fas, .tp-sec .tp3 a .fab {
  color: #ffcf30;
}

.tp-sec .tp3 p {
  color: #ffca37;
  margin: 0px;
}

.tp-sec .tpo3:before {
  display: none;
}

.log-sec {
  text-align: center;
  background: #012c08;
}

.log-sec .log-cl {
  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;
}

.log-sec .log-cl1 {
  position: relative;
  z-index: 1;
}

.log-sec .log-cl1:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: inherit;
  right: inherit;
  bottom: 12px;
  left: 0px;
  margin: 0 auto;
  background: url(tp-im.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.log-sec .log-cl1 .log-inr p {
  font-size: 30px;
  color: #ffc800;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
  margin: 0px;
  text-align: right;
  font-weight: 600;
}

.log-sec .log-cl1 .log-inr .desktop-number {
  display: block;
  padding: 10px 0px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
}

.log-sec .log-cl1 .log-inr .desktop-number a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #ae0303;
  padding: 10px 20px;
  z-index: 1;
}

.log-sec .log-cl1 .log-inr .desktop-number 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: #ae0303;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.log-sec .log-cl1 .log-inr .desktop-number a:hover {
  background: transparent;
  color: #ae0303;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.log-sec .log-cl1 .log-inr .desktop-number a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.log-sec .log-cl1 .log-inr2 {
  padding: 0px 0px;
}

.log-sec .log-cl3 {
  background: #ffc800;
  padding: 5px 0px 0px;
  color: #000;
  font-size: 18px;
  margin: 0px;
  position: relative;
}

/* .log-sec .log-cl3:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: inherit;
  bottom: inherit;
  left: -78px;
  margin: 0 auto;
  z-index: -1;
  border-width: 39px;
  border-style: solid;
  border-color: #fff  #ffc800 #fff #fff;
}

.log-sec .log-cl3:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: -78px;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  z-index: -1;
  border-width: 39px;
  border-style: solid;
  border-color: #fff  #fff #fff  #ffc800;
} */

.log-sec .log-cl3 marquee {
  margin: 0px;
  color: #003e00;
}

.log-sec .resp-number {
  display: none;
background: #ffd507;
    /* position: absolute; */
    right: 3px;
    padding: 10px 10px;
    color: #000;
    top: 39px;
    font-size: 15px;
    font-weight: 500;
}

.log-sec .resp-number a {
  color: #ffc800;
}

.bg-light {
  background: #009688 !important;
  margin: 5px 0px 0px;
}

.navbar {
  padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 10px 14px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  background: #ffc800;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.mr-auto {
  margin: auto !important;
}

.nav-item {
  padding: 0px 4px;
}

.top-srv {
  text-align: center;
  margin-top: -3%;
}

.top-srv .srv-mn {
  padding: 30px 15px;
}

.top-srv .srv-mn .srv-inr {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 19px #00000040;
          box-shadow: 0px 0px 19px #00000040;
}

.top-srv .srv-mn .srv-inr:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: inherit;
  right: 0px;
  bottom: 22%;
  left: inherit;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 2;
  background: #fff;
}

.top-srv .srv-mn .srv-inr:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: inherit;
  right: 0px;
  bottom: 22%;
  left: inherit;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
  background: #ae0303;
}

.top-srv .srv-mn .srv-inr:hover:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.top-srv .srv-mn .srv-inr:hover:before {
  -webkit-box-shadow: 0px 0px 10px #fff;
          box-shadow: 0px 0px 10px #fff;
}

.top-srv .srv-mn .srv-inr span {
  display: block;
  position: absolute;
  bottom: 26%;
  right: 17px;
  z-index: 3;
}

.top-srv .srv-mn .srv-inr span a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  color: #ae0303;
  -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-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 31px;
}

.top-srv .srv-mn .srv-inr .srv-im {
  padding: 0px;
  position: relative;
}










.top-srv .srv-mn .srv-inr p {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
  margin: 0px;
  background: #0b370c;
  padding: 10px 0px;
}

.svg-shape {
  padding: 0px;
}

.svg-shape path {
  fill: #f2bd00;
}

.about-sec {
  margin-top: -5%;
  background: #ffc800 url(about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 40px 0px;
  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: #ffc800f2;
  z-index: -1;
}

.about-sec .about1 {
  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 .about1 .about-hd {
  padding: 0px 0px 30px;
  text-align: center;
}

.about-sec .about1 .about-hd p {
  font-size: 50px;
  color: #0b370c;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
  padding: 0px;
}

.about-sec .about1 .about-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.about-sec .about1 .about-hd span {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.about-sec .about2 p {
  line-height: 27px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.about-sec .about2 ul {
  padding: 20px;
  list-style: inherit;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}

.about-sec .about2 ul img {
  position: absolute;
  right: 50%;
  top: 0;
}

.about-sec .about2 ul li {
  line-height: 40px;
  font-weight: 500;
}

.best-srv-sec {
  text-align: center;
  padding: 50px 0px;
}

.best-srv-sec .srv-hd {
  padding: 0px 0px 30px;
}

.best-srv-sec .srv-hd p {
  font-size: 50px;
  color: #012c01;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
}

.best-srv-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.best-srv-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
}

.best-srv-sec .srv-main {
  padding: 30px 20px;
}

.best-srv-sec .srv-main .srv-inr {
  padding: 20px 0px;
}

.best-srv-sec .srv-main .srv-inr .srv-im {
  padding: 0px;
  z-index: 1;
  margin-bottom: -60px;
}

.best-srv-sec .srv-main .srv-inr .srv-im img {
  border-radius: 50%;
  padding: 20px;
  background: #ffff;
  border-top: 5px solid #002100;
}

.best-srv-sec .srv-main .srv-inr .srv-cntnt {
  padding: 80px 15px 20px;
  background: #fdd200;
}

.best-srv-sec .srv-main .srv-inr .srv-cntnt span {
  display: block;
  padding: 20px 0px;
}

.best-srv-sec .srv-main .srv-inr .srv-cntnt span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #002100;
  padding: 10px 20px;
  z-index: 1;
}

.best-srv-sec .srv-main .srv-inr .srv-cntnt span 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: #002100;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.best-srv-sec .srv-main .srv-inr .srv-cntnt span a:hover {
  background: transparent;
  color: #ae0303;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.best-srv-sec .srv-main .srv-inr .srv-cntnt span a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.best-srv-sec .srv-main .srv-inr .srv-name {
  font-size: 30px;
  color: #002100;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  margin: 0px;
}

.best-srv-sec .srv-main .srv-inr .dscrption {
  margin: 0px;
  line-height: 27px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.test-sec {
  padding: 50px 0px 80px;
  text-align: center;
}

.test-sec .test-hd {
  padding: 0px 0px 30px;
}

.test-sec .test-hd p {
  font-size: 50px;
  color: #002100;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
}

.test-sec .test-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.test-sec .test-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
}

.test-sec .test-slide {
  padding: 0px;
}

.test-sec .testimonial {
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  border: 1px solid #002100;
  position: relative;
}

.test-sec .testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.test-sec .testimonial .pic img {
  width: 100%;
  height: auto;
}

.test-sec .testimonial .description {
  font-size: 15px;
  color: #000;
  line-height: 27px;
  text-align: center;
  margin: 0;
  position: relative;
}

.test-sec .testimonial .title {
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ae0303;
  font-size: 20px;
  font-weight: 700;
  color: #ae0303;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.test-sec .testimonial .post {
  font-size: 15px;
  color: #6f6f6f;
}

.test-sec .owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}

.test-sec .owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}

.test-sec .owl-prev:after, .test-sec .owl-next:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #ae0303;
  opacity: 1;
}

.test-sec .owl-prev {
  position: absolute;
  left: -4%;
}

.test-sec .owl-next {
  position: absolute;
  right: -4%;
}

.test-sec .owl-next:after {
  content: "\f105";
}

.choose-sec {
  text-align: center;
  padding: 50px 0px;
  background: #0d420d;
}

.choose-sec .chose-hd {
  padding: 0px 0px 30px;
}

.choose-sec .chose-hd p {
  font-size: 50px;
  color: #ffc800;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
}

.choose-sec .chose-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.choose-sec .chose-hd p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.choose-sec .chose-hd span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 29px 0px 0px;
}

.choose-sec .chose-col {
  padding: 30px 20px;
}

.choose-sec .chose-col .chose-inr {
  padding: 10px 0px;
}

.choose-sec .chose-col .chose-inr p {
  font-size: 29px;
  color: #ffc800;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
  margin: 0px;
  font-weight: 600;
  padding: 15px 0px;
}

.choose-sec .chose-col .chose-inr span {
  display: block;
  padding: 10px;
  width: 150px;
  height: 150px;
  background: #ffc800;
  border-radius: 50%;
  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;
  margin: 0 auto;
  z-index: 1;
}

.choose-sec .chose-col .chose-inr span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000;
  z-index: 2;
}

.choose-sec .chose-col .chose-inr span .fas {
  font-size: 53px;
  color: #ffc800;
  z-index: 3;
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  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;
  border: 1px solid #ffc800;
}

.serv3-sec {
  padding: 50px 0px;
  text-align: center;
  position: relative;
  background: url(srv-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.serv3-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #fff5f5b0;
  z-index: -1;
}

.serv3-sec .srv-hd {
  padding: 0px 0px 30px;
}

.serv3-sec .srv-hd p {
  font-size: 50px;
  color: #ae0303;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
}

.serv3-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.serv3-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
}

.serv3-sec .serv3-col {
  padding: 30px 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;
}

.serv3-sec .serv3-col img {
  border-radius: 50%;
}

.serv3-sec .serv3-col .first-list {
  list-style: none;
  text-align: right;
}

.serv3-sec .serv3-col .first-list .fas {
  margin-left: 10px;
}

.serv3-sec .serv3-col .secnd-list {
  text-align: left;
  list-style: none;
}

.serv3-sec .serv3-col .secnd-list .fas {
  margin-right: 10px;
}

.serv3-sec .serv3-col ul li {
  line-height: 50px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 0px;
}

.serv3-sec .serv3-col ul li .fas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: #ae0303;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  -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 {
  text-align: center;
  padding: 50px 0px;
}

.contact-sec .cont-hd {
  padding: 0px 0px 30px;
}

.contact-sec .cont-hd p {
  font-size: 50px;
  color: #013701;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
}

.contact-sec .cont-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.contact-sec .cont-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
}

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 15px;
}

.contact-sec .cont-col1 .cont-inr {
  padding: 0px;
}

.contact-sec .cont-col1 .cont-inr p {
  font-size: 30px;
  color: #ae0303;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  margin: 0px;
  position: relative;
  text-align: left;
}

.contact-sec .cont-col1 .cont-inr p:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  top: inherit;
  right: inherit;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  margin: 0;
  background: #ae0303;
}

.contact-sec .cont-col1 .cont-inr ul {
  padding: 30px 0px;
  text-align: left;
}

.contact-sec .cont-col1 .cont-inr ul li {
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0px;
}

.contact-sec .cont-col1 .cont-inr ul li .fas, .contact-sec .cont-col1 .cont-inr ul li .fa, .contact-sec .cont-col1 .cont-inr ul li .fab {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2bd00;
  color: #ae0303;
  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;
  font-size: 27px;
  margin-right: 10px;
}

.contact-sec .form-main {
  padding: 30px 15px;
}

.contact-sec .form-main .cont-inr {
  padding: 20px;
  background: #f2bd00;
  -webkit-box-shadow: 0px 0px 39px #887b7b2e;
          box-shadow: 0px 0px 39px #887b7b2e;
  border-radius: 10px;
}

.contact-sec .form-main .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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}

.contact-sec .form-main .inpt label {
  margin: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.contact-sec .form-main .inpt input, .contact-sec .form-main .inpt textarea {
  width: 100%;
  padding: 4px 10px;
  background: none;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #000;
}

.contact-sec .form-main .inpt input:focus, .contact-sec .form-main .inpt textarea:focus {
  outline: none;
  border: 1px solid #000;
}

.contact-sec .form-main .inpt textarea {
  border: 1px solid #000;
}

.contact-sec .form-main .styl-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-sec .form-main .styl-btn button {
  padding: 10px 20px;
  color: #fff;
  background: #ae0303;
  border: 1px solid #ae0303;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact-sec .form-main .styl-btn button:hover {
  background: transparent;
  color: #ae0303;
}

.contact-sec .form-main .styl-btn button .fas {
  padding-right: 5px;
}
.marq-col{
background-color: #ffc800;
    padding: 10px 10px 0 10px;
    border-radius: 10px 10px 0 0px;
}
.ftr-sec {
  background: #000000;
  padding: 30px 0px 50px;
  text-align: center;
  display: block;
}

.ftr-sec .dsclmr {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.ftr-sec .dsclmr p {
  padding-top: 30px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}

.ftr-sec .dsclmr span {
  display: block;
  text-align: center;
  color: #ffc800;
}

.sub-b {
    width: 50%;
    float: left;
}

.sub-b img {
    width: 100%;
    height: 400px;
}

#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) {
  .tp-sec .tp1 ul li .fa {
    width: 45px;
  }
	.marq-col {
    background-color: #2dac03;
    padding: 10px 10px 0 10px;
    border-radius: 0;
    color: #ffffff;
}
  .tp-sec .tp2 p {
    font-size: 16px;
    padding: 2px 7px;
	  border-radius: 0px;
  }
  .log-sec .log-cl1 {
    padding: 0px;
  }
  .log-sec .log-cl1 .log-inr p {
    font-size: 25px;
  }
  .log-sec .log-cl1 .log-inr2 {
    padding: 0px;
  }
  .log-sec .log-cl1 .log-inr2 .nav-item {
    padding: 0px 4px;
  }
  .log-sec .log-cl3:before, .log-sec .log-cl3:after {
    display: none;
  }
  .serv3-sec .serv3-col ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .tp-sec .tp1 ul li .fa {
    width: 50px;
  }
  .tp-sec .tp3 {
    max-width: 50%;
    display: block;
  }
  .log-sec .log-cl1:before {
    opacity: 0.1;
  }
  .log-sec .log-cl1 .log-inr {
    padding: 0px;
  }
  .log-sec .log-cl1 .log-inr p {
    font-size: 23px;
    text-align: center;
  }
  .log-sec .log-cl1 .log-inr span {
    text-align: center;
  }
  .log-sec .log-cl1 .log-inr .desktop-number {
    display: none;
  }
  .log-sec .resp-number {
    display: block;
    z-index: 1;
	  font-size: 20px;
  }
	.abt-im{
	padding: 0 0 20px 0px;	
	}
  .log-sec .navbar {
    padding: 5px 10px;
  }
  .top-srv {
    margin: 0;
  }
  .top-srv .srv-mn {
    max-width: 50%;
    margin: 0 auto;
  }
  .about-sec .about2 ul img {
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .top-srv .srv-mn {
    padding: 30px;
    max-width: 100%;
    margin: 0;
  }
  .top-srv .srv-mn .srv-inr img {
    width: 100%;
  }
  .top-srv .srv-mn .srv-inr span {
    bottom: 25%;
  }
  .about-sec .about2 ul img {
    opacity: 0.2;
    z-index: -1;
    right: 0%;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .tp-sec .tp3 span {
    padding: 0px;
  }
  .tp-sec .tp3 a {
    font-size: 17px;
  }
  .top-srv .srv-mn .srv-inr span {
    bottom: 26%;
  }
  .best-srv-sec .srv-hd p {
    font-size: 40px;
  }
  .best-srv-sec .srv-hd span {
    font-size: 18px;
  }
  .test-sec .test-hd span {
    font-size: 18px;
  }
  .test-sec .testimonial {
    padding: 70px 10px 30px;
  }
  .test-sec .testimonial .title {
    font-size: 12px;
  }
  .test-sec .testimonial .post {
    font-size: 11px;
  }
  .test-sec .owl-theme .owl-controls {
    top: 90%;
  }
  .test-sec .owl-prev {
    position: absolute;
    right: 14%;
    left: inherit;
  }
  .test-sec .owl-next {
    right: 0%;
  }
  .choose-sec .chose-col {
    padding: 0px 20px;
  }
}

.visible-xs{display: none;}

@media screen and (max-width: 510px) {
	.call-1_now {
    display: none;
}
.visible-xs{display: inherit!important;}

  .tp-sec .tp3 a {
    font-size: 15px;
  }
  .tp-sec .tp3 p {
    font-size: 13px;
  }
  .log-sec .log-cl {
    padding: 0px;
  }
  .log-sec .log-cl1 .log-inr p {
    font-size: 20px;
  }
  .top-srv .srv-mn {
    padding: 30px 20px;
  }
  .about-sec .about1 .about-hd p {
    font-size: 43px;
  }
  .about-sec .about2 ul img {
    opacity: 0.1;
  }
  .choose-sec .chose-hd p {
    font-size: 46px;
  }
  .choose-sec .chose-hd span {
    font-size: 18px;
  }
  .contact-sec .cont-hd span {
    font-size: 17px;
  }
  .contact-sec .cont-col1 .cont-inr ul li {
    font-size: 17px;
  }
  .contact-sec .form-main {
    padding: 30px 10px;
  }
.about-sec .about2 p {
    padding: 0 10px 0 10px;
}
.sub-b {
    width: 100%;
}
}
/*# sourceMappingURL=style.css.map */