@import url("../css2.css");
@import url("../css2-1.css");

@import url('../css2-2.css');

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

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

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

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

ul {
  list-style: none;
  margin: 0px;
}

.tp-sec {
  background: #920606;
  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: #920606;
  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;
font-weight: bold;
}

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

.logo-sec {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc1075c), to(#92060624));
  background: linear-gradient(to bottom, white, white);
}

.logo-sec .logo-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 
}

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

.logo-sec .logo-col2 .logo-p1 {
  font-size: 25px;
  color: #bc0303;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Righteous', cursive;
  margin: 0px;
  font-weight: 600;
float: right;
}

.logo-sec .logo-col2 .log-anmt {
  padding: 10px;
  background: yellow;
  outline: 3px dashed #920606;
  text-align: center;
  margin-top: 30px;
  z-index: 1;
  text-transform: capitalize;
width: 70%;
    float: right;
}

.logo-sec .logo-col2 .logo-p2 {
  padding: 10px;
  margin: 0px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.logo-sec .logo-col2 .logo-p2 a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #920606;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 1;
  font-weight: bold;
}

.logo-sec .logo-col2 .logo-p2 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: #920606;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-sec .logo-col2 .logo-p2 a:hover {
  background: transparent;
  color: #920606;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.logo-sec .logo-col2 .logo-p2 a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.logo-sec .logo-col2 .logo-spn1 {
  display: inline-block;
  padding: 10px 20px;
  background: #000000;
  color: #fff;
  font-size: 18px;
  margin-top: -32px;
  font-weight: bold;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 370px;
  top: -32px;
  outline: 1px solid #ffc107;
  outline-offset: -5px;
    text-transform: uppercase;
}

.logo-sec .logo-col2 .logo-spn1 .fas {
  display: block;
}

.logo-sec .logo-col2 .logo-p3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.mrq {
  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;
  font-size: 20px;
  background: red;
  color: #FFFFFF;
  font-weight: 500;
}
.mrq1 {
  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;
  font-size: 18px;
  background: black;
  color: white;
  font-weight: 500;
}

.serv1-sec {
  text-align: center;
  padding: 60px 0px;
  position: relative;
  z-index: 1;
 
}

.serv1-sec .srv-hd {
  padding: 0px 0px 60px;
}

.serv1-sec .srv-hd p {
  font-size: 50px;
  color: #920606;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
font-family: 'Righteous', cursive;
  padding-bottom: 0px;
}

.serv1-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 290px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;

  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.serv1-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: white;
  text-transform: capitalize;
  padding:0 0 0 0px;
}

.serv1-sec .srv-main {
  padding: 30px 15px;
}

.serv1-sec .srv-main .srv-inr {
  padding: 20px;
  position: relative;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 20px #0404045e;
          box-shadow: 0px 0px 20px #0404045e;
}

.serv1-sec .srv-main .srv-inr:before {
  content: "";

  position: absolute;
  width: 120px;
  height: 130px;
  top: -46px;
  right: inherit;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(corner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(102deg);
          transform: rotate(102deg);
  z-index: -1;
  display: none;
}

.serv1-sec .srv-main .srv-inr .srv-im {
  padding: 10px;
  background: #ffc107;
 /* -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);*/
border-radius: 10%;
}

.serv1-sec .srv-main .srv-inr .srv-im img {
  border-radius: 10px;
  border-radius: 10%;
  border: 10px solid #fff;
}

.serv1-sec .srv-main .srv-inr p {
  font-size: 20px;
  color: #920606;
  text-transform: capitalize;
  text-align: center;
font-family: 'Righteous', cursive;
  margin: 0px;
  padding: 15px 0px;
  font-weight: normal;
}

.serv1-sec .srv-main .srv-inr span {
  display: block;
  padding: 10px 0px;
}

.serv1-sec .srv-main .srv-inr span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #920606;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 1;
}

.serv1-sec .srv-main .srv-inr 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: #920606;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.serv1-sec .srv-main .srv-inr span a:hover {
  background: transparent;
  color: #920606;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.serv1-sec .srv-main .srv-inr span a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.about-sec {
  padding: 60px 0px;
  background: #f5f5f5;
}

.about-sec .about-hd {
  text-align: center;
 
}

.about-sec .about-hd .about-p1 {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
}

.about-sec .about-hd .about-p2 {
  font-size: 50px;
  color: #920606;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
font-family: 'Righteous', cursive;
  padding-bottom: 0px;
}

/*.about-sec .about-hd .about-p2:after {
  content: "";
  position: absolute;
  width: 290px;
  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 .about-content .para {
  line-height: 27px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
text-align: justify;
}
.about-sec .about-content .para iframe{
width: 420px;
    height: 370px;
    float: right;
    border: none;
    padding: 0 0 0 20px;
}

.about-sec .about-content .para img{
width: 25%;
    height: auto;
    float: right;
    border: none;
    padding: 0 5px 0 0px;
}

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

.about-sec .about-content ul li {
  line-height: 30px;
}

.popular-sec {
  padding:60px 0px;
  text-align: center;
}

.popular-sec .srv-hd {
  padding: 0px 0px 30px;
}

.popular-sec .srv-hd p {
  font-size: 50px;
  color: #920606;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Righteous', cursive;
  padding-bottom: 0px;
}

.popular-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 290px;
  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;
}

.popular-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 0 0 0 0px;
}

.popular-sec .srv-mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  text-align: center;
}

.popular-sec .srv-mn .srv-inr {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

.popular-sec .srv-mn .srv-inr:hover .srv-im img {
  -webkit-box-shadow: -10px 0px #920606;
          box-shadow: -10px 0px #920606;
}

.popular-sec .srv-mn .srv-inr:before {
  content: "";
  position: absolute;
  width: 92%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  border: 10px solid darkred;
  background: #ffeb3b;
}

.popular-sec .srv-mn .srv-inr .srv-im {
  padding: 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;
}

.popular-sec .srv-mn .srv-inr .srv-im img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px #920606;
          box-shadow: 0px 0px #920606;
  padding: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.popular-sec .srv-mn .srv-inr .srv-im .srv-image-box {
  padding: 10px;
  /*-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);*/
  background: darkred;
  border-radius: 50%;
}

.popular-sec .srv-mn .srv-inr .srv-content {
  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;
}

.popular-sec .srv-mn .srv-inr .srv-content .srv-name {
  font-size: 30px;
  color: #920606;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Righteous', cursive;
  margin: 0px;
  font-weight: 600;
}

.popular-sec .srv-mn .srv-inr .srv-content .srv-spn1 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.popular-sec .srv-mn .srv-inr .srv-content .srv-para {
  padding-top: 20px;
  line-height: 27px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
  border-top: 1px solid #920606;
}

.popular-sec .srv-mn .srv-inr .srv-link 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;
  padding-bottom: 10px;
  padding-left: 20px;
}

.popular-sec .srv-mn .srv-inr .srv-link ul li {
  padding: 0px 10px;
}

.popular-sec .srv-mn .srv-inr .srv-link ul li a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #920606;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 1;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 0px;
}

.popular-sec .srv-mn .srv-inr .srv-link ul li 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: #920606;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popular-sec .srv-mn .srv-inr .srv-link ul li a:hover {
  background: transparent;
  color: #920606;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.popular-sec .srv-mn .srv-inr .srv-link ul li a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.popular-sec .srv-mn .srv-inr .srv-link ul li a 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;
}

.test-sec {
  padding: 40px 0px 60px;
  position: relative;
  background: red;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.test-sec .test-hd {
  padding: 0x;
  text-align: center;
}

.test-sec .test-hd p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Righteous', cursive;
  padding-bottom: 0px;
}

.test-sec .test-hd p:after {
  content: "";
  position: absolute;
  width: 290px;
  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 p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.test-sec .test-hd span {
    font-size: 20px;
    display: inline;
    background: #ffc107;
    color: #000;
    margin: 5px auto 0px;
    padding: 5px 20px;
    border-radius: 5px;
}

.test-sec .test-sld .testimonial .pic {
  width: 22%;
  padding: 20px 0;
  margin: 0 6% 0 2%;
  float: left;
  position: relative;
  z-index: 1;
}

.test-sec .test-sld .testimonial .pic img {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 20px;
  outline: 3px solid #ffc107;
  outline-offset: -30px;
}

.test-sec .test-sld .testimonial .testimonial-content {
  width: 70%;
  float: right;
}

.test-sec .test-sld .testimonial .title {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #ffc107;
  margin: 0;
  text-transform: uppercase;
  padding-top: 65px;
  padding-left: 15px;
}

.test-sec .test-sld .testimonial .post {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-left: 15px;
}

.test-sec .test-sld .testimonial .description {
  font-size: 16px;
  color: #efefef;
  padding: 0 15px;
  margin: 0;
  position: relative;
}

.test-sec .test-sld .testimonial .description:before, .test-sec .test-sld .testimonial .description:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  color: #fff;
  position: relative;
}

.test-sec .test-sld .testimonial .description:before {
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}

.test-sec .test-sld .testimonial .description:after {
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
}

.test-sec .test-sld .owl-theme .owl-controls {
  width: 70%;
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: -15px;
  right: 0;
}

.test-sec .test-sld .owl-theme .owl-controls .owl-buttons div {
  width: 70px;
  height: 30px;
  line-height: 50px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}

.test-sec .test-sld .owl-prev:before, .test-sec .test-sld .owl-next:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 30px;
  top: 30%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(../images/ar-lft.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.test-sec .test-sld .owl-next:before {
  background: url(../images/ar-rt.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.test-sec .test-sld .owl-next:after {
  content: " / ";
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -11px;
}

.serv2-sec {
  position: relative;
  z-index: 1;
}

.serv2-sec .srv2-mn {
  padding: 25px 15px;
  text-align: left;
}

.serv2-sec .srv2-mn .srv-inr {
  padding: 30px 15px 40px;
background: #ffd504;
    border: #8b8b8b solid 1px;
}

.serv2-sec .srv2-mn .srv-inr ul li {
  line-height: 45px;
  font-size: 16px;
  border-bottom: 1px solid #0000002b;
  text-transform: capitalize;
  padding: 3px 0px;
  font-weight: 500;
}

.serv2-sec .srv2-mn .srv-inr ul li .fas {
  color: #bc0303;
}

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

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

.contact-sec .contact-hd {
  padding: 0px 0px 60px;
  text-align: center;
}

.contact-sec .contact-hd p {
  font-size: 50px;
  color: #ffc107;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Righteous', cursive;
  padding-bottom: 0px;
}

.contact-sec .contact-hd p:after {
  content: "";
  position: absolute;
  width: 290px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
 
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.contact-sec .contact-hd p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contact-sec .contact-hd span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 35px 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

.contact-sec .cont-col1 .cont-inr ul li span .fa, .contact-sec .cont-col1 .cont-inr ul li span .fas, .contact-sec .cont-col1 .cont-inr ul li span .fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  color: #920606;
  -webkit-box-shadow: inset 0px 0px 10px #920606;
          box-shadow: inset 0px 0px 10px #920606;
}

.contact-sec .form-part {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-sec .form-part .form-inr {
  padding: 40px 19px;
  background: #000000cc;
  border-radius: 20px;
}

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

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

.contact-sec .form-part .form-inr .inpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 10px 15px;
  z-index: 1;
}

.contact-sec .form-part .form-inr .inpt .fas {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #ffc107;
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ftr-sec {
  background: #920606;
  padding: 30px 0px 50px;
  text-align: center;
}
.hindi-t {
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    text-align: center;
    background: black;
    color: white;
    padding: 20px 10px 20px 10px;
}
.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: #ffc107;
}

#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;
  }
  .tp-sec .tp2 p {
    font-size: 15px;
    padding: 2px 7px;
  }
  .test-sec .test-sld .owl-theme .owl-controls {
    width: 100%;
    position: static;
    text-align: left;
  }
  .test-sec .test-sld .owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .tp-sec .tp1 ul li .fa {
    width: 50px;
  }
  .tp-sec .tp3 {
    max-width: 50%;
    display: block;
  }
  .serv2-sec .srv2-mn {
    max-width: 50%;
    margin: 0 auto;
  }
  .test-sec .test-sld .testimonial {
    text-align: center;
  }
  .test-sec .test-sld .testimonial .pic {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .test-sec .test-sld .testimonial .testimonial-content {
    width: 100%;
    float: none;
  }
  .test-sec .test-sld .testimonial .title {
    padding: 0;
  }
  .test-sec .test-sld .testimonial .post {
    padding: 0;
    margin-bottom: 10px;
  }
  .test-sec .test-sld .owl-theme .owl-controls {
    width: 100%;
    position: static;
    text-align: center;
  }
  .test-sec .test-sld .owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .test-sec .testimonial {
    text-align: center;
    padding-bottom: 5px;
  }
  .test-sec .testimonial .testimonial-content {
    padding: 0;
  }
  .test-sec .testimonial .testimonial-profile {
    float: none;
    width: 30%;
    margin: 0 auto;
    padding: 0;
  }
  .test-sec .testimonial .testimonial-title {
    padding: 15px 0px 0px;
  }
  .serv2-sec .srv2-mn {
    max-width: 100%;
    margin: 0;
  }
  .contact-sec .cont-col1 .cont-inr {
    padding: 25px 14px;
  }
  .contact-sec .form-part {
    padding: 25px 15px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .tp-sec .tp3 span {
    padding: 0px;
  }
  .tp-sec .tp3 a {
    font-size: 17px;
  }
  .logo-sec .logo-col2 .logo-p1 {
    font-size: 22px;
  }
  .popular-sec .srv-hd {
    padding: 0px;
  }
  .popular-sec .srv-mn {
    padding: 30px 15px;
  }
  .popular-sec .srv-mn .srv-inr:before {
    width: 100%;
    height: 60%;
    top: 40%;
    right: 0;
    left: 0;
  }
  .popular-sec .srv-mn .srv-inr .srv-im {
    padding: 10px;
  }
  .popular-sec .srv-mn .srv-inr:hover .srv-im img {
    -webkit-box-shadow: 0px -10px #920606;
            box-shadow: 0px -10px #920606;
  }
  .popular-sec .srv-mn .srv-inr .srv-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serv1-sec .srv-hd span {
    font-size: 18px;
  }
  .contact-sec .cont-col1 .cont-inr .cont-head {
    font-size: 20px;
    font-weight: 500;
  }
  .contact-sec .form-part .form-inr .form-head {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.visible-xs{display: none;}
@media screen and (max-width: 510px) {
  .visible-xs{display: inherit!important;}
  .tp-sec .tp3 a {
    font-size: 15px;
  }
  .tp-sec .tp3 p {
    font-size: 13px;
  }
  .logo-sec .logo-col2 .log-anmt {
    padding: 20px 0 10px 0px;
    width: 100%;
  }
  .logo-sec .logo-col2 .logo-spn1 {
    width: 250px;
font-size: 14px;
  }
  .logo-sec .logo-col2 .logo-p2 {
    margin-top: 0px;
    font-size: 16px;
    padding: 10px 0px;
  }
  .logo-sec .logo-col2 .logo-p2 a {
    padding: 10px;
  }
  .serv1-sec .srv-hd p {
    font-size: 40px;
  }
  .popular-sec .srv-hd p {
    font-size: 40px;
  }
  .popular-sec .srv-hd span {
    font-size: 16px;
  }
  .test-sec .test-hd p {
    font-size: 40px;
  }
  .test-sec .test-hd p:after {
    top: 50px;
  }
  .serv2-sec .srv2-mn .srv-inr ul li {
    font-size: 15px;
    line-height: 37px;
  }
.popular-sec .srv-mn .srv-inr .srv-content .srv-para {
    text-align: center;
}
.test-sec .test-hd span {
    font-size: 20px;
    display: block;
}
.about-sec .about-content .para iframe {
    width: 100%;
    height: 370px;
    padding: 0 0 40px 0px;
}
.about-sec .about-content .para img {
    width: 50%;
    padding: 2px;
}
}
/*# sourceMappingURL=style.css.map */