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

img {
  max-width: 100%;
}

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

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

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

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

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

.sec-name {
  font-size: 70px;
  color: #ad0a0a;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Caveat', cursive;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: inherit;
}

.sec-hindi {
  font-size: 20px;
  color: #ad0a0a;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Caveat', cursive;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: inherit;
}

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

.service-name {
  font-size: 30px;
  color: #ad0a0a;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Caveat', cursive;
  font-weight: 800;
  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 #ad0a0a;
  padding: 10px 20px;
  border-radius: 0px;
  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: #ad0a0a;
  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: #ad0a0a;
  -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;
}

.tp-sec {
  text-align: center;
  background: #ad0a0a;
}

.tp-sec .top-col {
  padding: 10px 15px;
}

.tp-sec .top-col p {
  font-size: 17px;
  color: #fff;
  margin: 0px;
  line-height: 32px;
}

.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;
  text-align: center;
  padding: 10px 15px;
}

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

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

.logo-sec .logo-p1 {
  text-transform: capitalize;
  color: #ad0a0a;
  font-size: 24px;
  padding: 10px 0px;
  font-weight: 600;
}

.logo-sec .logo-p2 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding: 10px 0px;
  background: #ffc800;
  border: 1px solid #000000;
}

.logo-sec .logo-p2 span {
  color: #ad0a0a;
}

.logo-sec .logo-col3 {
  background: #fff;
  padding: 20px 15px;
  z-index: 1;
  margin-top: 20px;
}

.logo-sec .logo-col3 .logo-p3 {
  font-size: 25px;
  font-weight: 800;
  color: #ad0a0a;
  text-transform: uppercase;
  word-spacing: 10px;
}

.logo-sec .logo-col3:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: inherit;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #fbfbfb;
  z-index: -1;
  border-radius: 30px 30px 0px 0px;
  -webkit-box-shadow: 0px -2px 20px #0000004f;
          box-shadow: 0px -2px 20px #0000004f;
}

.logo-sec .logo-col4 {
  background: #ad0a0a;
  position: relative;
}

.logo-sec .logo-col4 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.logo-sec .logo-col4 ul li {
  padding: 10px 25px;
  color: #fff;
  position: relative;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-sec .logo-col4 ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 25%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  border-right: 1px solid #fcc107;
}

.logo-sec .logo-col4 ul li span {
  display: block;
  padding-top: 10px;
}

.logo-sec .logo-col4 ul li img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-sec .logo-col4 ul li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.logo-sec .logo-col4 ul li:last-child:before {
  display: none;
}

.logo-sec .logo-col5 {
  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;
  background: #ad0a0a;
}

.logo-sec .logo-col5 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 .logo-col5 ul li {
  font-size: 20px;
  padding: 10px 40px;
  font-weight: 600;
  color: #fff;
  -webkit-animation: abl 0.6s infinite;
          animation: abl 0.6s infinite;
}

.navgtn-col {
  padding: 0px 0px 0px 60px;
  background: #ad0a0a;
  position: relative;
  margin-top: 20px;
}

.navgtn-col .resp-call {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #000;
  font-weight: 600;
  margin: 0px;
  font-size: 14px;
  padding: 10px;
  background: #ffc800;
  border-radius: 7px;
  display: none;
}

.navgtn-col .resp-call a {
  color: #ad0a0a;
}

.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: 10px 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: #ffc800;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #000;
  background: #ffc800;
}

.mr-auto {
  margin: 0;
}

.nav-item {
  padding: 0px 4px;
}

@-webkit-keyframes abl {
  0% {
    color: #fff;
  }
  50% {
    color: #fff000;
  }
  100% {
    color: #fff;
  }
}

@keyframes abl {
  0% {
    color: #fff;
  }
  50% {
    color: #fff000;
  }
  100% {
    color: #fff;
  }
}

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

@-webkit-keyframes bg-anm {
  50% {
    background: #000;
  }
}

@keyframes bg-anm {
  50% {
    background: #000;
  }
}

.tagline-sec {
  background: #ffc107;
  padding: 20px 0px;
  display: none;
}

.tagline-sec .tagline-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;
}

.tagline-sec .tagline-col p {
  margin: 0px;
}

.tagline-sec .tagline-col p i {
  font-size: 50px;
  color: #000;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tagline-sec .tagline-col p span {
  display: inline-block;
  padding: 30px;
  background: #ad0a0a;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  -webkit-animation: bg-anm 1s linear infinite;
          animation: bg-anm 1s linear infinite;
}

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

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

.top-srv-sec .sec-name {
  color: #fcc107;
}

.top-srv-sec .sub-head {
  color: #fff;
  font-weight: 400;
}

.top-srv-sec .service-name {
  font-size: 20px;
  padding: 15px 0px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.top-srv-sec .srv-mn {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

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

.top-srv-sec .srv-mn .srv-inr:hover .srv-col .srv-img img {
  -webkit-transform: rotate(360deg) scale(1.6);
          transform: rotate(360deg) scale(1.6);
}

.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;
  padding: 0px 0px;
}

.top-srv-sec .srv-col .srv-img {
  padding: 25px;
  background: #e2e2e2;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px;
          box-shadow: 0px 0px 10px;
}

.top-srv-sec .srv-col .srv-img img {
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-srv-sec .srv-col .srv-box {
  padding: 0px;
  background: #e2e2e2;
  border-radius: 0px 60px 60px 0px;
  -webkit-box-shadow: 5px 0px 5px #00000057;
          box-shadow: 5px 0px 5px #00000057;
}

.top-srv-sec .srv-content {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-srv-sec .srv-col1 .srv-img {
  background: #fcc107;
}

.top-srv-sec .srv-col1 .srv-box {
  background: #fcc107;
}

.top-srv-sec .srv-call {
  padding: 14px 0px 30px;
}

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

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

.about-sec .sec-head-col {
  position: relative;
}

.about-sec .about-content ul {
  list-style: inherit;
  padding-left: 20px;
  padding-bottom: 10px;
}

.about-sec .about-content ul li {
  line-height: 27px;
  font-size: 15px;
}

.about-sec .about-tag {
  padding: 10px 15px;
}

.about-sec .about-tag p {
  margin: 0px;
  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;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.about-sec .about-tag p span {
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  background: #ffc107;
  color: #000;
  border: 1px solid #000;
  margin-right: 10px;
}

.about-sec .about-tag p span strong {
  display: block;
  font-size: 18px;
  color: #ad0a0a;
}

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

.choose-sec .choose-col {
  padding: 20px 15px;
}

.choose-sec .choose-col .choose-box {
  padding: 30px 15px;
  background: #ad0a0a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.choose-sec .choose-col .choose-box:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.choose-sec .choose-col .choose-box:hover span:before {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #fcc107;
}

.choose-sec .choose-col .choose-box:hover span i {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  color: #ad0a0a;
}

.choose-sec .choose-col .choose-box:hover span i:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.choose-sec .choose-col .choose-box:hover .service-name {
  color: #fcc107;
}

.choose-sec .choose-col span {
  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;
  height: 150px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose-sec .choose-col span:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  top: 20%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #fff;
  z-index: -2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.choose-sec .choose-col 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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  color: #ad0a0a;
  font-size: 50px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.choose-sec .choose-col .service-name {
  padding: 20px 10px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

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

.best-srv-sec .srv-mn {
  padding: 20px 15px;
  margin: 0 auto;
}

.best-srv-sec .srv-mn .srv-box {
  padding: 15px;
  background: linear-gradient(45deg, #541111, #ad0a0a, #541111);
  position: relative;
}

.best-srv-sec .srv-mn .srv-box:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: inherit;
  right: 0px;
  bottom: 0px;
  left: inherit;
  margin: 0 auto;
  border: 30px solid #fff;
  border-color: #670e0e #fff #fff #670e0e;
}

.best-srv-sec .srv-mn .srv-box img {
  border: 10px solid #fcc107;
}

.best-srv-sec .srv-mn .service-name {
  color: #fcc107;
  text-align: left;
  font-size: 40px;
}

.best-srv-sec .srv-mn p {
  color: #fff;
}

.best-srv-sec .srv-mn .srv-call a {
  color: #000;
  border: 1px solid #fcc107;
}

.best-srv-sec .srv-mn .srv-call a:before {
  background: #fcc107;
}

.best-srv-sec .srv-mn .srv-call a:hover {
  color: #fcc107;
}

.test-sec {
  padding: 50px 0px;
  background: url(../images/test-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  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: #00000045;
  z-index: -1;
}

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

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

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

.test-sec .item {
  padding: 20px;
  opacity: 0.8;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.test-sec .item .test-box {
  padding: 25px 15px;
  background: #80808054;
  -webkit-box-shadow: 0px 4px 23px #0000002e;
          box-shadow: 0px 4px 23px #0000002e;
  text-align: center;
  border-radius: 10px;
}

.test-sec .item .test-box img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.test-sec .item .description {
  color: #fff;
}

.test-sec .item .test-name {
  margin: -20px auto 0px;
  padding: 10px;
  background: linear-gradient(45deg, #541111, #ad0a0a, #541111);
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 78%;
  bottom: -31px;
  border-radius: 30px;
  -webkit-box-shadow: 0px -4px 13px #0000006b;
          box-shadow: 0px -4px 13px #0000006b;
}

.test-sec .item .test-name p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.test-sec .item .test-name .Country {
  display: inline-block;
  color: #fcc107;
  font-size: 16px;
  text-transform: uppercase;
}

.test-sec .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.test-sec .owl-carousel .owl-stage-outer {
  padding: 0px 0px 70px;
}

.test-sec .owl-theme .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.test-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #fcc107;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
          transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.test-sec .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.test-sec .owl-theme .owl-dots .owl-dot span {
  background: #fcc107;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 2px 5px;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
          transform: translate3d(0px, -50%, 0px) scale(0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
}

.test-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #fcc107;
}

.srv2-sec {
  padding: 50px 0px;
}

.tag-sec {
  background: url(../images/tag-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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;
  text-align: center;
}

.tag-sec .tag-col .tag-inr {
  padding: 40px 60px;
}

.tag-sec .tag-col p {
  margin: 0px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  font-family: 'Newsreader', serif;
}

.tag-sec .tag-col1 {
  background: #ad0a0a8a;
  color: #fff;
}

.tag-sec .tag-col2 {
  background: #00000099;
  color: #fcc107;
}

.award-sec {
  padding: 50px 0px;
  background: #ad0a0a;
}

.award-sec .sec-hindi {
  color: #fff;
}

.award-sec .award-mn {
  padding: 20px;
  text-align: center;
}

.contact-sec {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffc107), color-stop(10%, #ffffff));
  background: linear-gradient(90deg, #ffc107 20%, #ffffff 10%);
}

.contact-sec:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  top: 10%;
  right: inherit;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
  background: url(../images/contact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.contact-sec .form-pt {
  max-width: 70%;
  margin: 0 auto;
  margin-right: inherit;
}

.contact-sec .form-pt .form-col1 {
  padding: 0px 0px;
  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: #fcc107;
}

.contact-sec .form-pt .form-col1 .form-inr {
  padding: 30px 0px;
  text-align: center;
}

.contact-sec .form-pt .form-col1 .form-inr .form-p1 {
  margin: 0px;
  font-size: 30px;
  font-weight: 600;
  color: #ad0a0a;
  position: relative;
}

.contact-sec .form-pt .form-col1 .form-inr .form-p1:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: inherit;
  right: 0px;
  bottom: -6px;
  left: 0px;
  margin: 0 auto;
  background: #ad0a0a;
}

.contact-sec .form-pt .form-col1 .form-inr ul {
  padding-top: 20px;
  text-align: left;
  padding-left: 50px;
}

.contact-sec .form-pt .form-col1 .form-inr ul li {
  line-height: 55px;
  font-size: 18px;
  color: #000;
}

.contact-sec .form-pt .form-col1 .form-inr ul li .fas, .contact-sec .form-pt .form-col1 .form-inr ul li .fab, .contact-sec .form-pt .form-col1 .form-inr ul li .fa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 19px;
  background: #ad0a0a;
  color: #fff;
  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;
}

.contact-sec .form-pt .form-col2 {
  background: #ad0a0a;
  -webkit-box-shadow: -10px 0px 18px #0000008c;
          box-shadow: -10px 0px 18px #0000008c;
}

.contact-sec .form-pt .form-col2 .form-inr .inpt {
  padding: 6px 15px;
  position: relative;
}

.contact-sec .form-pt .form-col2 .form-inr .inpt .input-icon {
  position: absolute;
  padding-top: 19px;
  top: 0;
  left: 30px;
  color: #000;
}

.contact-sec .form-pt .form-col2 .form-inr .inpt input, .contact-sec .form-pt .form-col2 .form-inr .inpt textarea {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ad0a0a9c;
  background: #ffff;
  padding: 8px 40px;
}

.contact-sec .form-pt .form-col2 .form-inr .inpt input:focus, .contact-sec .form-pt .form-col2 .form-inr .inpt textarea:focus {
  outline: none;
}

.contact-sec .form-pt .form-col2 .form-inr .styl-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.contact-sec .form-pt .form-col2 .form-inr .styl-btn button {
  padding: 10px 20px;
  border: 0px;
  border-radius: 7px;
  background: #ffc107;
  color: #ad0a0a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #ffc107;
}

.contact-sec .form-pt .form-col2 .form-inr .styl-btn button:focus {
  outline: none;
}

.contact-sec .form-pt .form-col2 .form-inr .styl-btn button:hover {
  background: transparent;
  color: #ffc107;
}

.ftr-sec {
  background: #ad0a0a;
  padding: 10px 0px 10px;
  text-align: center;
  display: block;
}

.ftr-sec .dsclmr {
  padding: 0px;
  font-size: 10px;
  font-weight: 400;
}

.ftr-sec .dsclmr p {
  padding-top: 10px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

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

#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) {
  .logo-sec .logo-p2 {
    font-size: 16px;
  }
  .logo-sec .logo-col4 ul li {
    font-size: 13px;
    padding: 10px;
  }
  .best-srv-sec .srv-name {
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (max-width: 991px) {
  .tp-sec .tp-col {
    background: transparent;
  }
  .tp-sec .tp-cl1 p {
    color: #000;
  }
  .tp-sec .tp-cl1 p a {
    color: #ad0a0a;
  }
  .logo-sec .navgtn-col {
    padding: 10px 15px;
  }
  .logo-sec .navgtn-col .resp-call {
    display: block;
  }
  .top-srv-sec .srv-mn2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .best-srv-sec .srv-mn {
    max-width: 50%;
    border: 0px;
  }
  .best-srv-sec .srv-inr1 {
    border: 1px solid #e8e8e8;
  }
  .best-srv-sec .srv-mn1 .srv-box {
    text-align: center;
  }
  .best-srv-sec .service-name {
    text-align: center;
  }
  .best-srv-sec .srv-col2 {
    border: 0px;
  }
  .best-srv-sec .srv-col2 .srv-mn3 {
    max-width: 50%;
  }
  .best-srv-sec .srv-col2 .srv-mn4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .test-sec .testimonial {
    padding: 80px 0 80px 265px;
  }
  .contact-sec {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(10%, #fcc107));
    background: linear-gradient(180deg, #fff 50%, #fcc107 10%);
  }
  .contact-sec:before {
    width: 100%;
    height: 50%;
    background-size: cover;
    opacity: 0.3;
    top: 0;
  }
  .contact-sec .sec-head-col {
    text-align: center;
  }
  .contact-sec .form-pt {
    max-width: 100%;
    margin-right: auto;
  }
  .contact-sec .form-pt .form-col2 {
    -webkit-box-shadow: 0px -10px 18px #0000008c;
            box-shadow: 0px -10px 18px #0000008c;
  }
}

@media screen and (max-width: 767px) {
  .logo-sec .logo-col3 .logo-p3 {
    word-spacing: 0px;
    text-transform: capitalize;
  }
  .logo-sec .logo-col4 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo-sec .logo-col4 ul li {
    padding: 10px;
  }
  .tag-sec .tag-col .tag-inr {
    padding: 20px;
  }
  .tag-sec .tag-col p {
    font-size: 20px;
    line-height: 33px;
  }
  .tagline-sec .tagline-col p i {
    font-size: 25px;
  }
  .tagline-sec .tagline-col p span {
    padding: 10px;
    font-size: 20px;
  }
  .best-srv-sec .srv-mn {
    max-width: 100%;
  }
  .best-srv-sec .srv-col2 .srv-mn3 {
    max-width: 100%;
  }
  .contact-sec:before {
    background-position-y: -75px;
  }
  .contact-sec .form-pt .form-col1 .form-inr {
    padding: 20px 15px;
  }
  .contact-sec .form-pt .form-col1 .form-inr ul {
    padding-left: 15px;
  }
  .contact-sec .form-pt .form-col2 {
    padding: 0px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .sec-name {
    font-size: 43px;
  }
   .sec-hindi {
    font-size: 15px;
   }
  .sub-head {
    font-size: 16px;
  }
  .logo-sec .logo-p1 {
    font-size: 19px;
  }
  .logo-sec .logo-col3 {
    padding: 10px 15px;
  }
  .logo-sec .logo-col3 .logo-p3 {
    font-size: 17px;
  }
  .best-srv-sec .srv-name {
    padding: 0px 10px;
    font-size: 25px;
  }
  .best-srv-sec .srv-mn {
    padding: 30px 15px;
  }
  .best-srv-sec .srv-mn .srv-inr:hover .srv-name {
    bottom: 100px;
  }
  .test-sec .testimonial {
    text-align: center;
  }
  .cont-sec .sub-head {
    font-size: 17px;
  }
}

@media screen and (max-width: 410px) {
  .tp-sec .tp-cl2 p {
    font-size: 32px;
  }
  .top-srv-sec .service-name {
    font-size: 16px;
    padding: 0px 0px 0px;
  }
  .top-srv-sec .srv-mn {
    padding: 15px 15px;
  }
  .top-srv-sec .srv-col .srv-box {
    padding: 10px 0px 0px;
  }
  .top-srv-sec .srv-call {
    padding: 15px 0px;
  }
  .top-srv-sec .srv-call a {
    font-size: 13px;
    padding: 5px 10px;
  }
  .srv2-sec .srv-mn .srv-inr .srv-content .srv-name {
    font-size: 24px;
  }
  .cont-sec {
    background-position-x: -800px;
  }
}
/*# sourceMappingURL=style.css.map */