@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


body {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}

.head-align {
  align-items: center;
}


.top-sec {
  padding: 0px;
  background: rgb(246, 255, 0);
  float: left;
  width: 100%;
}

.mark-txt {
  padding: 0px;
}

.mark-txt0 {
  text-align: center;
  position: relative;
  padding: 0px;
}

.mark-txt0 span {
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 1;
  clip-path: polygon(0px 0px, 90% 0%, 100% 100%, 0% 100%);
  padding: 5px;
  background: rgb(15, 67, 38);
}

.mark-txt0::after {
  content: "";
  height: 10px;
  width: 148px;
  position: absolute;
  top: 50%;
  left: -113px;
  transform: translate(0%, -52%);
  background: rgb(246, 255, 0);
  z-index: 2;
}

.mark-txt1 p {
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  padding: 4px 0px;
  border-radius: 50px;
  animation: 0.6s ease 0s infinite normal none running shd;
}

@keyframes shd {
  0% {
    color: rgb(236, 8, 29);
  }

  50% {
    color: rgb(246, 255, 0);
  }

  100% {
    color: rgb(236, 8, 29);
  }
}

.bg-warning {
  background: rgb(246, 255, 0);
  float: left;
  width: 100%;
}

.zoom {
  color: #000;
  animation: zoom 1s ease infinite;
  font-size: 20px;
  padding: 10px 0px;
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.9, 0.9);
    color: rgb(236, 8, 29);
    ;
  }

  100% {
    transform: 1, 1;
  }
}




.services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.sv1 {
  padding: 12px;
  margin-top: 15px;
}

.sv-img1 img {
  width: 100%;
}

.sv-text {
  padding: 0;
}

.sv-text1 {
  padding: 0;
  text-align: center;
}

.sv-text1 strong {
  display: block;
  color: #ec1327;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 900;
  padding: 20px 10px 3px;
  background: #f6ff00;
  margin: -23px 0 0;
}

.sv-text1 span {
  display: inline-block;
  color: #0e4325;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 0 0px;
}

.sv-text1 p {
  color: #212121;
  font-size: 15px;
  padding: 2px 0px 12px;
  line-height: 33px;
  font-weight: 400;
}

.sv-img {
  position: relative;
  z-index: 2;
}

.aboutus-heading {
  padding: 0 0 10px;
  text-align: center;
}

.aboutus-heading span {
  text-transform: capitalize;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  display: inline;
  padding: 4px 20px;
  background: #ec1327;
  outline: #ec1327 solid 1px;
  margin: 0px auto;
  outline-offset: 3px;
}

.aboutus-heading strong {
  display: block;
  color: #0e4325;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 800;
  margin: -15px 0 0;
}



.aboutu-us {
  background: url(../images/bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: bottom;
  float: left;
  width: 100%;
}

.aboutu-us:before {
  content: "";
  position: absolute;
  content: "";
  background: #fcff00;
  height: 100%;
  width: 10%;
  left: 0;
  top: 0;
}


.about-services1 {
  position: relative;
  padding: 0px 0 50px 0;
}

.about-services1:before {
  position: absolute;
  content: "";
  height: 90px;
  width: 140%;
  background: #013f1b;
  left: -130px;
  top: 40px;
  z-index: -9;
}

.image-services {
  position: relative;
}

.image-services span {
  height: 130px;
  position: absolute;
  line-height: 118px;
  top: 20px;
  width: 130px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 2px solid red;
  display: block;
  right: -10px;
}

.text-services {
  padding: 50px 0 0 0;
}

.text-services a {
  background: #fcff00;
  color: #f00;
  border-radius: 40px;
  padding: 6px 15px 2px;
  display: inline-block;
  font-weight: 700;
}

.text-services p {
  font-size: 21px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 0 5px 0;
}




.aboutus-right1 {
  padding: 60px 0px 0 90px;
}

.aboutus-heading strong {
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0px;
  color: #013f1b;
  margin-top: 10px;
}

.aboutus-heading .hindi-line {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 57px;
}

.aboutus-heading p {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  background: red;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 20px 2px;
}

.content-design p {
  color: #000000;
  font-weight: 400;
  text-align: justify;
  padding: 0px 0 10px;
  line-height: 34px;
  font-size: 15px;
}

.content-design p strong {
  color: #ff0000;
  font-weight: 700;
}

.content-design ul {
  padding: 0;
  margin: 3px 0 12px 0;
  list-style: none;
}

.content-design ul li {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  padding: 8px 16px 8px 35px;
  position: relative;
  background: #fcff00;
  display: inline-block;
  border-radius: 40px;
  margin: 5px 4px;
}

.content-design ul li i {
  border-radius: 50%;
  margin: 0 auto;
  line-height: 36px;
  content: "";
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: red;
  font-weight: 700;
  top: 3px;
}

@keyframes blk {
  0% {
    background: #ffffff;
  }

  50% {
    background: #feff00;
  }

  100% {
    background: #ffffff;
  }
}

.aboutus-left1 {
  padding: 0px;
}

.aboutus-left2 {
  padding: 0px 0px 30px 0px;
  z-index: 9;
  position: relative;
}




.services-section {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0px;
}


.testimonials-heading strong {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0px;
  color: #013f1b;
}

.testimonials-heading .hindi-line {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.testimonials-heading p {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  background: red;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  border-radius: 30px;
  padding: 4px 20px 2px;
}

.our-services1 {
  padding: 15px 10px;
  margin-top: 20px;
}

.our-services3 img {
  border-radius: 20px;
  border: 4px solid red;
}

.our-services3 strong {
  font-size: 30px;
  padding: 18px 0 7px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #013e1c;
}

.our-services_3 strong {
  font-family: 'Poppins', sans-serif;

}

.our-services3 p {
  color: #000;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}

.our-services_3 p {
  line-height: 33px;
}

.our-services3 a {
  padding: 8px 23px 6px;
  background: #013f1b;
  margin: 20px 0 0;
  color: #fcff00;
  font-size: 17px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
}

/* end services section  */


/* start number design section  */

.design-number {
  align-items: center;
  justify-content: center;
}

.left-number {
  position: relative;
  text-align: right;
}

.left-number b {
  height: 90px;
  width: 90px;
  line-height: 82px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 7px auto 11px;
  font-size: 30px;
  border: 6px solid #fcfd01c4;
  color: #fcff00;
  background: #013e1c;
}

.left-number b i {
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

.left-number span {
  font-size: 31px;
  color: #013f1b;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 20px 5px 20px;
}

.number-hindi span {
  font-weight: 700;
}

.right-number a {
  font-size: 55px;
  color: #f00;
  font-weight: 700;
  display: block;
}

/* end number design section  */




/* start other services section  */


.otherservices {
  background: #fcff00;
  float: left;
  width: 100%;
}

.other-services3 {
  z-index: 9;
  position: relative;
}


.other-services3 img {
  height: 220px;
  border: 7px solid #ff0;
  margin: 0 auto;
}

.other-services4 strong {
  display: inline-block;
  font-weight: 700;
  color: #013e1c;
  text-transform: capitalize;
  font-size: 27px;
  border-radius: 40px 40px;
}

.other-services4 p {
  color: #000000;
  font-size: 15px;
  padding: 8px 0 12px 0px;
  font-weight: 400;
  line-height: 31px;
}

.other-services4 {
  position: relative;
  background: #fcff00;
}

.other-services4 a {
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #ffffff;
  text-transform: capitalize;
  color: #feff00;
  background: #ff0000;
  padding: 8px 22px 8px;
  border-radius: 50px;
}

.other-services1 {
  padding: 80px 20px 40px;
  position: relative;
}

.other-services1:nth-child(2) .other-services2 {
  margin-top: 100px;
}

.other-services1:nth-child(4) .other-services2 {
  margin-top: 100px;
}

.other-services1:before {
  content: "";
  margin: 0 auto;
  background: red;
  position: absolute;
  height: 100%;
  width: 1.1%;
  left: 0;
  right: 0;
  top: 0;
}


.video {
  background: url(../images/bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: bottom;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.video-right {
  padding: 0px 0 0 20px;
}

.list-left2 {
  padding: 0px 0px 30px 0px;
}

.list-left2 strong {
  background: #013f1b;
  color: #fff;
  padding: 7px 16px 5px;
  display: block;
  text-transform: capitalize;
  margin: 0 0 40px 0;
  font-size: 45px;
  font-weight: 600;
}

.list-left2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.list-left2 ul li {
  padding: 10px 18px 10px 17px;
  border-radius: 30px;
  background: #fcff00;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  color: #000000;
  margin: 7px 4px 11.2px 0;
  text-transform: capitalize;
  font-weight: 600;
}

.list-left2 ul li i {
  color: #fd0404;
  font-weight: 800;
  display: inline-block;
  font-size: 17px;
  padding: 0px 0px 0 0px;
}

.call-number {
  text-align: center;
  background: #013f1b;
  padding: 10px 10px;
  border-radius: 140px;
}

.call-number a p {
  color: #fff;
  font-size: 57px;
  font-weight: 800;
}

.call-number a span {
  font-size: 31px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #ff0;
}


.testimonials {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials1 {
  padding: 15px;
}

.testimonials2 {
  padding: 20px;
  background: #013f1b;
  position: relative;
  z-index: 9;
}

.testimonials2:before {
  background: #fcff00;
  content: "";
  width: 100%;
  border-radius: 0;
  top: 44px;
  height: 21%;
  left: 0;
  z-index: -9;
  position: absolute;
}

.testimonials2 i {
  position: absolute;
  font-size: 100px;
  font-weight: 600;
  color: #ff0;
  right: 30px;
  bottom: 10px;
  opacity: 0.1;
}

.testimonials3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials3 span {
  width: 50%;
  text-align: center;
}

.testimonials3 span img {
  border-radius: 50%;
  border: 7px solid #fcff00;
  height: 100px;
}

.testimonials3 p {
  width: 50%;
  padding: 0px 0 0;
  color: #ff0000;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.testimonials4 p {
  color: #ffffff;
  font-size: 15px;
  padding: 0px 0 6px 0px;
  font-weight: 400;
  text-align: center;
  line-height: 31px;
}





.top-services {
  padding: 50px 0px;
  float: left;
  width: 100%;
  text-align: center;
}

.top-services1 {
  padding: 12px;
  text-align: center;
}

.top-services2 {
  text-align: center;
  padding: 10px 10px 0;
  background: #f9ff00;
  border-radius: 20px;
}

.top-services2 img {
  border-radius: 20px;
  width: 100%;
}

.top-services2 strong {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: #dd0908;
  padding: 5px 15px;
  line-height: 24px;
  background: #ffffff;
  margin: 10px 0 0;
  border-radius: 40px;
}

.top-services2 span {
  display: block;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 5px 0 5px;
}

.top-services2 p {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #252525;
}

.top-services1 a {

  color: #ffffff;

  font-size: 15px;

  font-weight: 400;

  text-transform: capitalize;

  background: #083118;

  padding: 6px 15px 5px;

  display: inline-block;

  text-align: center;

  border-radius: 15px 15px 0 0;
}

.line1-free a {
  display: inline-block;
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 25px;
  color: #dd0908;
  line-height: 32px;
}

.line1-free span {
  padding: 12px 30px 5px;
  display: inline-block;
  color: #083118;
  font-size: 39px;
  font-weight: 600;
  background: #e4ff00;
  animation: bounce infinite;
  animation-duration: 1s;
}

.line1-free-text p {
  padding: 11px 30px 13px;
  display: inline-block;
  text-align: center;
  background: #ffa700;
  color: #fff;
  font-size: 24px;
  margin: 10px 0 23px;
  font-weight: 600;
}

.line1-free strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #dd0908;
  padding: 18px 0 0;
}

.line1-free {
  padding: 110px 0 0;
}




.footer {
  padding: 0;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding-top: 50px;
}

.footer-right-1 {
  padding: 0;
}

.footer-about p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  text-align: justify;
}

.footer-about p strong {
  color: #f6ff00;
}

.footer-contact1 {
  padding: 0px 5px 0;
}

.footer-contact2 {
  padding: 20px 4px;
  text-align: center;
}

.footer-contact2 span {
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
  animation: pulse2 2s linear infinite;
  outline: #f6ff0026 solid 2px;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 0 0 10px #f6ff00;
  font-weight: 100;
}

.footer-contact2 span i {
  font-weight: 400;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #f6ff00;
  }

  to {
    box-shadow: 0 0 0 20px transparent;
  }
}

.footer-contact2 a {
  display: block;
  padding: 5px 0px 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  border-top: 1px solid #ffffff26;
  margin: 29px 0 0;
}

.dis-sec {
  padding: 0;
}

.disclimer {
  padding: 0;
  text-align: center;
  z-index: 0;
  position: relative;
}

.disclimer p {
  color: #ffffff;
  padding: 35px 0 20px;
  line-height: 23px;
  font-weight: 200;
  font-size: 16px;
}

.copyryt {
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
}

.copyryt span {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #ec1327;
  text-align: center;
  padding: 8px 47px 10px;
  display: inline-block;
  background: #ffffff;
  clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
}






.why {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.why-1 {
  padding: 30px 0 22px;
  margin-top: 10px;
}

.why-2 {
  padding: 0;
}

.counter {
  text-align: center;
  width: 227px;
  height: 248px;
  padding: 38px 0 10px;
  border-radius: 350px 350px 0 0;
  margin: 0 auto;
  background: #013f1b;
  position: relative;
  z-index: 0;
  line-height: 68px;
  /* overflow: hidden; */
}

.counter:before {
  content: "";
  position: absolute;
  background: #f9a15f;
  width: 28px;
  height: 15px;
  border-radius: 50px 50px 0 0;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.counter p {
  color: #013f1b;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: 38px;
  background: #ffffff;
}

.counter span {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 0 0;
  position: relative;
  display: inline-block;
}

.counter .counter-icon {
  font-size: 44px;
  color: #013f1b;
  padding: 0;
  background: radial-gradient(#ffffff 52%, #dbf408);
  width: 110px;
  height: 110px;
  margin: 12px auto 0;
  line-height: 109px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 20px #fff;
  border: 3px solid #dbf408;
}

.counter .counter-icon i {
  font-weight: 600;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}

@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .header .col-sm-4{width: 50%;}
  .header2{display: none;}
}
@media(min-width:640px) and (max-width:767px){
  .mark-txt0::after {
    left: -131px;
  }
 
  .aboutus-heading strong {
    font-size: 45px;
  }
  .text-services {
    padding:
  50px 0 0 20px;
  }
  .aboutus-right1 {
    padding:
  0px 0px 30px 30px;
  }
  .call-number a p {
    font-size: 30px;
  }
  .testimonials3 p {
    font-size: 18px;
  }
}
@media(min-width:480px) and (max-width:639px)
{  .mark-txt0::after {
  left: -131px;
}


.aboutus-heading strong {
  font-size: 45px;
}
.text-services {
  padding:
50px 0 0 20px;
}
.aboutus-right1 {
  padding:
0px 0px 30px 30px;
}
.call-number a p {
  font-size: 30px;
}
.testimonials3 p {
  font-size: 18px;
}
.header .container-fluid {
  padding:
0;
}
}
@media(min-width:320px) and (max-width:479px)
{
  .mark-txt0::after {
    left: -131px;
  }
  
  .aboutus-heading strong {
    font-size: 45px;
  }
  .text-services {
    padding:
  50px 0 0 20px;
  }
  .aboutus-right1 {
    padding:
  0px 0px 30px 30px;
  }
  .right-number a {
    font-size: 37px;
  }
  .call-number a p {
    font-size: 30px;
  }
  .testimonials3 p {
    font-size: 18px;
  }
.header .container-fluid {
  padding:
0;
}
}