@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&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: 16px;
  font-weight: 400;
}

.sec-head-col {
  padding: 0px 15px 30px;
  text-align: center;
}

.sec-name {
  font-size: 50px;
  color: #ff0000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  position: relative;
font-family: 'Rajdhani', sans-serif;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: inherit;
}

.sub-head {
  display: block;
  font-size: 22px;
  color: #000;
  text-transform: capitalize;
  font-family: 'Rajdhani', sans-serif;
  padding: 0px 0px 0px;
  font-weight: 600;
}

.service-name {
  font-size: 22px;
  color: #ff0000;
  text-transform: uppercase;
  text-align: center;
font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  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 #ff0000;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    z-index: 1;
    border-radius: 25px;
}

.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: #ff0000;
  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: #ff0000;
  -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;
  border-top: 5px solid #003300;
  position: relative;
  background: #fcbc07;
}

.top-sec:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  top: inherit;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #fcbc07;
}

.top-sec p {
  margin: 0px;
}

.top-sec .top-col1 {
  padding: 10px 15px;
}

.top-sec .top-p1 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}

.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: 10px 15px;
}

.top-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;
}

.top-sec ul li:nth-child(2):before, .top-sec ul li:nth-child(2):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  right: inherit;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #ff0000;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.top-sec ul li:nth-child(2):after {
  right: 0;
  left: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.top-sec ul li {
  padding: 0px 15px;
  position: relative;
  font-size: 30px;
  color: #ff0000;
}

.top-sec .top-col3 .top-p2 {
  padding: 10px;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}

.top-sec .top-col4 p {
  font-size: 20px;
  font-weight: 500;
}

.top-sec .top-col4 p span {
  display: block;
  color: #ff0000;
  font-weight: 400;
  font-size: 16px;
}

.logo-sec {
  text-align: center;
}
.about-content
{
   color:White; 
    }

.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 10px;
}

.logo-sec .logo-inr {
  padding: 0px;
}

.logo-sec p {
  margin: 0px;
}

.logo-sec .logo-p1 {
  font-size: 30px;
  padding: 10px;
  border-radius: 30px;
  background: #ff0000;
  text-transform: capitalize;
    font-family: 'Rajdhani', sans-serif;
  color: #fff;
}

.logo-sec .logo-p2 {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
}

.logo-sec .logo-p2 span {
  color: #ff0000;
}

.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 {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 8px;
  font-size: 20px;
  color: #ff0000;
}

.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: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000;
}

.logo-sec ul li span {
  font-size: 16px;
  color: #000;
  padding-left: 8px;
  font-weight: 700;
}

.banner-sec .slider-ban {
  padding: 0px;
}

.banner-sec .mrq-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;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(#ffc107), to(#ff0000));
  background: linear-gradient(90deg, #ff0000, #ffc107, #ff0000);
  color: #fff;
  font-size: 24px;
}

.testi{
clear:both;
text-align:center;
    background-color: #ff0000;
}
.testi p{
color:#FFFFFF;
    padding: 0 80px 0 80px;
}
.testi strong{
color:#FFFFFF;
font-weight:bold;
margin: auto;
    padding: 0 0 50px 0px;
}
.top-srv-sec {
  margin-top: -30px;
}

.top-srv-sec .srv-mn {
  padding: 0px;
margin: 0 0 40px 0px;
}

.top-srv-sec .srv-mn .srv-box {
  padding: 0px;
  position: relative;
}

.top-srv-sec .srv-mn .srv-box img {
  width: 100%;
}

.top-srv-sec .srv-mn .srv-content {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fcc107), color-stop(#000000a8), to(#000000c9));
  background: linear-gradient(to top, #fcc107, #000000a8, #000000c9);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-srv-sec .srv-mn .service-name {
  padding: 15px 0px;
  color: #fcc107;
  font-size: 18px;
}

.top-srv-sec .srv-mn 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-srv-sec .srv-mn ul li {
  padding: 0px 5px;
}

.top-srv-sec .srv-mn 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: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #ff0000;
  font-size: 24px;
}

.about-sec {
  padding: 100px 0px;
}

.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;
}

@-webkit-keyframes slide {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes slide {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}

@-webkit-keyframes slide2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -1000px;
  }
}

@keyframes slide2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -1000px;
  }
}

.wave-part {
  position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    background: url(wave.html);
    background-size: 1000px 100px;
    -webkit-animation: slide 10s linear infinite;
    animation: slide 10s linear infinite;
    z-index: 9;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 1;
}

.wave-part2 {
  -webkit-animation: slide2 15s linear infinite;
          animation: slide2 15s linear infinite;
  z-index: 8;
  opacity: 0.5;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 10px;
}

.wave-part3 {
  -webkit-animation: slide 10s linear infinite;
          animation: slide 10s linear infinite;
  z-index: 7;
  opacity: 0.4;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.wave-part4 {
  -webkit-animation: slide2 5s linear infinite;
          animation: slide2 5s linear infinite;
  z-index: 6;
  opacity: 0.7;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 20px;
}

.choose-sec {
 padding: 50px 0px 100px;
    text-align: center;
    position: relative;
    background: linear-gradient(90deg, #28a745, #ffc107, #bd2130);
    z-index: 1;
}

.choose-sec .choose-col {
  padding: 20px 15px;
}

.choose-sec .choose-col .choose-box {
  padding: 30px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.choose-sec .choose-col .choose-box:hover span {
  border-style: dashed;
  color: #fff;
}

.choose-sec .choose-col .choose-box:hover span:before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.choose-sec .choose-col span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #ff0000;
  position: relative;
  width: 100px;
  margin: 0 auto;
  height: 100px;
  border: 2px solid #ff0000;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.choose-sec .choose-col span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #ff0000;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.choose-sec .choose-col .service-name {
  color: #000;
}

.best-srv-sec {
  padding: 0px 0px 50px;
}

.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 .service-name {
  position: absolute;
  padding: 10px 20px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 15px;
  color: #fcc107;
  font-size: 17px;
}

.best-srv-sec .srv-mn .service-name:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000;
  z-index: -1;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  border: 3px solid #fff;
}

.best-srv-sec .srv-mn img {
  /*padding: 15px;*/
  /*border-radius: 50%;*/
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
}

.best-srv-sec .srv-mn .srv-content {
  padding: 20px 0px;
}

.test-sec {
  padding: 50px 0px 100px;
  background: url(index_files/bjhjhv-bg.html);
  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: linear-gradient(
45deg, #ff0000, #00000096);
    z-index: -1;
}

.test-sec .wave-part {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: url(index_files/wave.html);
  background-size: 1000px 100px;
  -webkit-animation: slide 10s linear infinite;
          animation: slide 10s linear infinite;
  z-index: 9;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 1;
}

.test-sec .wave-part2 {
  -webkit-animation: slide2 15s linear infinite;
          animation: slide2 15s linear infinite;
  z-index: 8;
  opacity: 0.5;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 10px;
}

.test-sec .wave-part3 {
  -webkit-animation: slide 10s linear infinite;
          animation: slide 10s linear infinite;
  z-index: 7;
  opacity: 0.4;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.test-sec .wave-part4 {
  -webkit-animation: slide2 5s linear infinite;
          animation: slide2 5s linear infinite;
  z-index: 6;
  opacity: 0.7;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 20px;
}

.test-sec .sec-name {
  color: #fcc107;
}

.test-sec .sub-head {
  color: #fff;
}

.test-sec .test-slide {
  padding: 0px 0px 50px;
}

.test-sec .testimonial {
  background: transparent;
  text-align: center;
  margin: 0 20px;
}

.test-sec .testimonial .description {
 padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    position: relative;
}

.test-sec .testimonial .description:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  float: left;
  padding: 0 15px 5px 0;
  font-size: 30px;
  color: #ffbc11;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0;
}

.test-sec .testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.test-sec .testimonial .testimonial-content {
  position: relative;
}

.test-sec .testimonial .testimonial-content:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
}

.test-sec .testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transform-origin: 100% 100% 0;
          transform-origin: 100% 100% 0;
}

.test-sec .testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}

.test-sec .testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.test-sec .testimonial .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #ffbc11;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.test-sec .owl-theme .owl-controls {
  margin-top: 30px;
}

.test-sec .owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 10px;
  border-radius: 0;
  background: #ffbc11;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.test-sec .owl-theme .owl-controls .owl-page.active span {
  width: 35px;
  background: #fff;
}

.srv2-sec {
  padding: 50px 0px;
}

.tag-sec {
  background: url(index_files/tag-bg.html);
  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: 'Rajdhani', sans-serif;
}

.tag-sec .tag-col1 {
  background:red;
  color: #fff;
}

.tag-sec .tag-col2 {
  background: black;
  color: #fcc107;
}

.serv2-sec {
  text-align: center;
  padding: 40px 0px 10px;
  position: relative;
  z-index: 1;
}

.serv2-sec:before, .serv2-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(serv-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: -1px auto 0;
  z-index: -1;
}

.serv2-sec:after {
  background: #ff0000;
  z-index: -1;
}

.serv2-sec .sec-name {
  color: #fcc107;
}

.serv2-sec .sub-head {
  color: #fff;
}

.serv2-sec .srv1-mn {
  padding: 0px;
}

.serv2-sec .srv1-inr {
  padding: 0px;
  position: relative;
  z-index: 1;
}

.serv2-sec .srv1-inr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: inherit;
  right: 0px;
  bottom: 0;
  left: 0px;
  margin: 0 auto;
  background: #000000ab;
  z-index: 1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.serv2-sec .srv1-inr img {
  width: 100%;
}

.serv2-sec .srv1-inr .srv1-nm {
  padding: 10px 0px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.serv2-sec .srv1-inr .srv1-nm p {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
  font-weight: 600;
  padding-bottom: 20px;
}

.serv2-sec .srv1-inr .srv1-nm span {
  display: block;
}

.serv2-sec .srv1-inr .srv1-nm span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #ff0000;
  padding: 10px 20px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  z-index: 1;
  border: 1px solid #fcc107;
  color: #000;
}

.serv2-sec .srv1-inr .srv1-nm 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: #ff0000;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.serv2-sec .srv1-inr .srv1-nm span a:hover {
  background: transparent;
  color: #ff0000;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.serv2-sec .srv1-inr .srv1-nm span a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.serv2-sec .srv1-inr .srv1-nm span a:before {
  background: #fcc107;
}

.serv2-sec .srv1-inr .srv1-nm span a:hover {
  color: #fcc107;
}

.serv2-sec .srv1-inr:hover:before {
  height: 100%;
}

.serv2-sec .srv1-inr:hover .srv1-nm {
  bottom: 50%;
}

.serv2-sec .srv1-inr2:before {
  height: 45%;
}

.serv2-sec .srv-lst-mn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.serv2-sec .srv-lst-mn:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 8%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #8a000b;
  z-index: -1;
}

.cont-sec {
  text-align: center;
  padding: 50px 0px;
  background: url(download.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.cont-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;
}

.cont-sec .sec-name {
  color: #fcc107;
}

.cont-sec .sub-head {
  color: #fff;
}

.cont-sec .frm-mn .frm-inside {
  padding: 50px 30px;
  background: #ffffff2b;
  border-radius: 15px;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt {
  padding: 10px 10px;
  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;
  margin: 15px 0px;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt label {
  display: block;
  margin-bottom: .5rem;
  text-align: left;
  font-size: 16px;
  color: #fff;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt input ~ .focus-border {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fcc107;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt input, .cont-sec .frm-mn .frm-inside .frm-inr .inpt textarea {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  z-index: 1;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt input:focus ~ .focus-border,
.cont-sec .frm-mn .frm-inside .frm-inr .inpt input .has-content input ~ .focus-border, .cont-sec .frm-mn .frm-inside .frm-inr .inpt textarea:focus ~ .focus-border,
.cont-sec .frm-mn .frm-inside .frm-inr .inpt textarea .has-content input ~ .focus-border {
  width: 90%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt input:focus ~ label, .cont-sec .frm-mn .frm-inside .frm-inr .inpt input .has-content input ~ label, .cont-sec .frm-mn .frm-inside .frm-inr .inpt textarea:focus ~ label, .cont-sec .frm-mn .frm-inside .frm-inr .inpt textarea .has-content input ~ label {
  top: -20px;
  font-size: 15px;
  color: #fcc107;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt input:focus, .cont-sec .frm-mn .frm-inside .frm-inr .inpt textarea:focus {
  outline: 0px;
  border: 0px;
}

.cont-sec .frm-mn .frm-inside .frm-inr .inpt input ~ label {
  position: absolute;
  left: 15px;
  width: 100%;
  top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  letter-spacing: 0.5px;
}

.cont-sec .frm-mn .frm-inside .frm-inr textarea {
  resize: none;
}

.cont-sec .frm-mn .frm-inside .frm-inr textarea ~ .focus-border {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fcc107;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cont-sec .frm-mn .frm-inside .frm-inr textarea ~ label {
  position: absolute;
  left: 10px;
  width: 100%;
  top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  letter-spacing: 0.5px;
}

.cont-sec .frm-mn .frm-inside .frm-inr .styl-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont-sec .frm-mn .frm-inside .frm-inr .styl-btn button {
  padding: 15px 20px;
  font-weight: 500;
  border: 0px;
  color: #000;
  background: #fcc107;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 7px;
  border: 1px solid transparent;
}

.cont-sec .frm-mn .frm-inside .frm-inr .styl-btn button .fas {
  padding-right: 6px;
  color: inherit;
}

.cont-sec .frm-mn .frm-inside .frm-inr .styl-btn button:focus {
  outline: none;
}

.cont-sec .frm-mn .frm-inside .frm-inr .styl-btn button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fcc107;
}
.banner-sec{
margin:0 0 70px 0px;	
}
.ftr-sec {
  background: linear-gradient(45deg, black, #ff0000);
  padding: 50px 0px;
  text-align: center;
    display: inline-block;
    width: 100%;
}

.ftr-sec .ftr-cl1 p {
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

.ftr-sec .ftr-cl1 .head-ftr {
  font-size: 30px;
  color: #ff0000;
  text-transform: capitalize;
  text-align: center;
font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
  color: #fcc107;
}

.ftr-sec .ftr-cl2 {
  text-align: left;
}

.ftr-sec .ftr-cl2 p {
  font-size: 30px;
  color: #ff0000;
  text-transform: capitalize;
  text-align: center;
 font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
  color: #fcc107;
}

.ftr-sec .ftr-cl2 ul {
  list-style: none;
  margin: 0px;
}

.ftr-sec .ftr-cl2 ul li {
  font-size: 17px;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid #ffffff26;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ftr-sec .ftr-cl2 ul li:hover {
  color: #fcc107;
}

.ftr-sec .ftr-cl2 ul li .fas, .ftr-sec .ftr-cl2 ul li .fab, .ftr-sec .ftr-cl2 ul li .fa {
  padding-right: 5px;
}

.ftr-sec .ftr-cl2 ul li:last-child {
  border: 0px;
}

.ftr-sec .ftr-cl2 span {
  display: block;
  background: #fcc107;
  color: #000;
  font-size: 20px;
  font-size: 25px;
  padding: 5px 20px;
  text-transform: capitalize;
}

.ftr-sec .dsclmr {
  padding: 0px;
}

.ftr-sec .dsclmr p {
  padding-top: 30px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

.ftr-sec .dsclmr span {
  display: block;
  text-align: center;
  color: #fcc107;
}
.cl{
	clear:both;
}
#callbook {
  display: none;
  background: green;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#callbook ul {
  padding: 0px;
}

#callbook ul li {
  position: relative;
  padding: 10px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li a {
  color: #fff;
  font-size: 18px;
}

#callbook ul li a .fa, #callbook ul li a .fab {
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  -webkit-animation: pulsate 0.5s ease-out;
          animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .top-sec .top-col3 .top-p2 {
    font-size: 14px;
  }
  .logo-sec .logo-p2 {
    font-size: 15px;
  }
}

@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: #ff0000;
  }
  .logo-sec .navgtn-col {
    padding: 10px 15px;
  }
  .logo-sec .navgtn-col .resp-call {
    display: block;
  }
  .top-srv-sec .srv-mn {
    max-width: 50%;
    margin: 0 auto;
  }
  .best-srv-sec .srv-mn {
    max-width: 50%;
    margin: 0 auto;
  }
  .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;
  }
  .top-srv-sec {
    margin: 0;
  }
  .top-srv-sec .srv-mn {
    max-width: 100%;
    margin: 0 auto;
  }
  .tag-sec .tag-col .tag-inr {
    padding: 20px;
  }
  .tag-sec .tag-col p {
    font-size: 20px;
    line-height: 33px;
  }
  .best-srv-sec .srv-mn {
    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: 30px;
  }
  .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;
  }
  .cont-sec .sub-head {
    font-size: 17px;
  }
.top-sec .top-col {
    max-width: 100%;
    flex: 0 0 100%;
}
.top-sec {
    margin: 0 0 20px 0px;
}
.testi p {
    padding: 0 20px 0 20px;
}
}

@media screen and (max-width: 410px) {
  .top-sec .top-p1 {
    font-size: 14px;
  }
  .top-sec .top-col4 p {
    font-size: 20px;
    font-weight: 700;
  }
  .serv2-sec .srv1-inr:before {
    height: 45%;
  }
  .serv2-sec .srv1-inr .srv1-nm {
    padding: 10px 0px 0px;
  }
  .serv2-sec .srv1-inr .srv1-nm p {
    font-size: 14px;
    padding: 0px 0px 10px;
  }
  .serv2-sec .srv1-inr .srv1-nm span a {
    padding: 5px 20px;
  }
  .cont-sec {
    background-position-x: -800px;
  }
}
/*# sourceMappingURL=style.css.map */