@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Karla", sans-serif;
  color: #d34825;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}
ul, p{
  margin:0px;
  padding:0px;
}
li{
  margin:0px;
  padding:0px;
  list-style: none;
}

.main{
  width: 95%;
  margin:0 auto;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
i{
  font-style: normal;
}


/* top section start */
.top-section1{
  background: #d54a20;
}

.top-section1 p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 12px 8px;
    text-transform: capitalize;
    animation: upDown 2s ease-in-out infinite;
    text-align: center;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* top section end */

/* header section start */
.header-logo{
  text-align: center;
  background: #fff;
}

.header-logo-right-1 a{
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
}
.header-logo-right-1 p{
    color: #180000;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    animation: upDown 2s ease-in-out infinite;
}
.mob-show{display: none;}
/* header section end */




/* HEADER SECTION START */
.banner {
  background-size: cover;
  background-position: center;
  animation: bgSlide 10s infinite ease-in-out;
  z-index: 1;
  background-repeat: no-repeat;
  padding: 55px 0;
  text-align: center;
  }
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 81%);
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
}
@keyframes bgSlide{
  0%{
    background-image:url("../images/slider1.jpg");
  }
  50%{
    background-image:url("../images/slider2.jpg");
  }
  100%{
    background-image:url("../images/slider1.jpg");
  }
}
.banner img {
  width: 100%;
  object-fit: cover;
}
.text-header strong {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-shadow: 3px 1px 0px #bb330a;
  line-height: 65px;
}
.text-header p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  padding: 8px 0 20px;
}

.text-header a {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  background: #4dcb00;
  display: none;
  padding: 10px 18px;
  box-shadow: 0 0 0 rgb(77 203 0);
  animation: smoothZoom 2.8s ease-in-out infinite;
  border-radius: 8px;
  text-shadow: 0px 2px 0px #40aa00;
}
@keyframes smoothZoom {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.0);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 25px #4dcb00;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.0);
  }
}
.text-header a svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
/* HEADER SECTION END */



/* slider section start */
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image:none;
}
.slide-btn b span{
  line-height: 82px;
  height: 60px;
  width: 40px;
  background: #8a0505;
  margin: 0 0 0;
  border-radius: 30px;
}
.slide-btn b span svg{
  width: 35px;
  height: 35px;
  fill: #ffffff;
}
.carousel-control-next{

  right: 0px;
}
.banner img{
  width:100%;
}
/* sider section end */


/* why us section start */
.about-title strong{
   text-transform: capitalize;
   border-radius: 50px;
   font-size: 38px;
   color: #000000;
   font-weight: 700;
   display: block;
   line-height: 55px;
}
.about-title span{
   text-transform: uppercase;
   font-size: 18px;
   color: #b10000;
   font-weight: 700;
   display: block;
   background: #fef800;
   width: fit-content;
   padding: 2px 15px 0;
}
.list-left1{
  padding: 0 15px 40px;
}
.list-left2{
  padding: 0;
}
.list-sec1{
  padding:0;
}
.list1{
  padding: 0;
}
.list2{
  padding:0;
}
.list2 ul{
  padding: 0;
}
.list2 ul li{
  text-transform: capitalize;
  display: block;
  font-size: 17px;
  color: #232323;
  font-weight: 500;
  padding: 7px 7px;
  border-radius: 50px;
  background: #f8b21f;
  margin: 0 0 18px;
}
.list2 ul li:before {
    content: "\f679";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 21px;
    color: #ffffff;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #94286b;
    text-align: center;
    border-radius: 50px;
    text-shadow: 0 0 3px white;
}
.list-call{
  text-align: center;
}
.list-call span{
 font-size: 24px;
 text-transform: capitalize;
 padding: 3px 16px 3px;
 border-radius: 46px;
 font-weight: 400;
 display: block;
 background: #94286b;
 text-shadow: 0 0 3px white;
 color: #fff;
}
.list-call a{
   text-transform: capitalize;
   border-radius: 50px;
   display: block;
   font-size: 44px;
   color: #000000;
   font-weight: 700;
   padding: 7px 0 0;
   animation: boun 1s infinite;
}
.list-right1{
  padding: 0 15px;
}
.list-right2{
  text-align: center;
  padding: 30px;
  border: 1px solid #f8b21f;
  border-radius: 20px;
  box-shadow: 0px 5px 15px #f8cd2275;
}
.why-sec{
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 0 8px #c3c3c3;
}
.why-sec p{
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0 15px;
}
.why-sec a{
    padding: 8px 18px 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    animation: smoothZoom 2.8s ease-in-out infinite;
    smoothZoom 2.8s ease-in-out animation-iteration-count: infinite;
    background: #4dcb00;
    text-shadow: 0px 2px 0px #40aa00;
}
.why-box{
  padding: 15px 0 0 30px;
}

.why-1{
  padding: 12px;
}
.why-2{
  padding: 12px;
  border: 1px solid #d3482547;
}

.why-2 i{
    font-weight: 900;
    font-size: 2.5rem;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 75px;
    display: inline-block;
    margin: -95px auto 0;
    background: #af2320;
    border-radius: 50%;
    transform: translateY(-18px);
    border: 7px solid #fff;
}
.why-2 p {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-style: italic;
    line-height: 24px;
}
.counting{
    font-size: 42px;
    font-weight: 700;
}
.why-content{
  padding: 0;
}
/* why us section end */

/* mark section start */
.top-add span{
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding: 0 0 8px;
}
.top-add strong{
  font-size: 22px;
  font-weight: 600;
  padding: 10px 12px 6px;
  line-height: 38px;
  text-transform: capitalize;
  display: block;
  background: #d34825;
  color: #fff;
}
.top-add p{
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  animation: blk 1s infinite;
  padding: 10px 0 0;
}
/* top add section end */

/* hindi text design section start */
.about-love{
  
background: radial-gradient(#d54a20, #8d06c5);
  
padding: 30px;
  
position: relative;
  
overflow: hidden;
  
text-align: left;
  
background: #d54a20;
}
/* Stars Layer */
.stars {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: transparent;
  z-index: 0;
  pointer-events: none;
}

/* Create multiple small stars */
.stars::after, .stars::before {
  content: '';
  position: absolute;
  width: 2px; height: 2px;
  background: white;
  border-radius: 50%;
  box-shadow: 
    50px 100px white,
    150px 200px white,
    250px 50px white,
    350px 150px white,
    450px 80px white,
    550px 220px white;
  animation: twinkle 3s infinite alternate;
}

.stars::before {
  animation-delay: 1.5s;
}

/* Twinkling Animation */
@keyframes twinkle {
  0% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
  100% { opacity: 0.3; transform: scale(1); }
}

.about-love img{
  
float: left;
  
margin: 0 15px 15px 0;
  
border-radius: 50%;
  
width: 200px;
}
.about-love p{
  line-height: 33px;
  color: #ffffff;
  font-size: 17px;
  padding: 5px 0;
  font-weight: 500;
}
.about-love p strong{
  font-weight: 600;
  color: #fef800;
}
.about-love p a{
  color: #ffffff;
  text-decoration: underline;
}
.line-free strong{
  font-size: 20px;
  font-weight: 600;
  display: block;
  line-height: 33px;
  color: #1818ff;
  text-transform: capitalize;
}
.line-free1 strong a{
  text-transform: uppercase;
  animation: blk 1s infinite;
}
@keyframes blk{
  50%{
     opacity:0;
  }
}
.line-free1 strong{
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.hindi-line strong{
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
  font-weight: 800;
  text-transform: capitalize;
  color: #000000;
}
.hindi-line a{
  border: 1px solid #ffffff52;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
  background: #4dcb00;
  display: block;
  padding: 5px 25px;
  box-shadow: 0 0 0 rgb(77 203 0);
  animation: smoothZoom 2.8s ease-in-out infinite;
  border-radius: 8px;
  text-shadow: 0px 2px 0px #40aa00;
  width: fit-content;
  margin: 8px auto 0;
}
/* hindi text design section end */

/* why us section start */
.why-design p{
    line-height: 30px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0;
}
.why-design b{
    color: #1818ff;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
/* why us section end */

/* start best services section */
.best-services1{
  padding: 12px;
}

.best-services2{
  padding: 20px 0;
  border: 1px solid #d348251f;
  border-radius: 20px;
  text-align: center;
}
.best-services2 img{
  border-radius: 500px;
  }
.best-services2 i{
  font-size: 28px;
  color: #ffffff;
  display: block;
  width: 60px;
  height: 60px;
  background: #d54a20;
  line-height: 60px;
  margin: -25px auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  }
.best-services2 strong{
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  padding: 15px 12px 5px;
  color: #000000;
}
.best-services2 p{
    line-height: 26px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    margin: 0 0 20px;
    background: #d54a20;
}


.best-services2 a{
  border: 1px solid #ffffff52;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  background: #4dcb00;
  display: inline-block;
  padding: 7px 18px;
  box-shadow: 0 0 0 rgb(77 203 0);
  border-radius: 8px;
  text-shadow: 0px 2px 0px #40aa00;
}

.line-free p {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.line-free a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
}
.line-free b{
  color: #ff0000;
  font-weight: 600;
}
/* end best services section  */

/* line section start */
.line-section{
  padding: 30px 12px;
  background: #d34825;
}
.line-section1{
  
padding: 0;
}
.line-section1 strong{
  font-weight: 700;
  color: #ffffff;
  display: block;
  font-size: 40px;
  text-transform: capitalize;
  padding: 0 0 10px;
}
.line-section1 ul li{
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #ffffff;
  padding: 2px 0;
}

.line-section1 ul li:before{
  content: "\234f";
  font-family: 'Glyphicons Halflings';
  font-weight: 600;
  color: #fef800;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  margin: -3px 5px 0 0;
}
.line-section1 a{
  border: 1px solid #ffffff52;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  background: #4dcb00;
  display: inline-block;
  padding: 10px 18px;
  box-shadow: 0 0 0 rgb(77 203 0);
  animation: smoothZoom 2.8s ease-in-out infinite;
  border-radius: 8px;
  text-shadow: 0px 2px 0px #40aa00;
}
/* line section end */

/* bottom line section start */
.bottom-line-section{
  padding: 25px 12px;
  background: #000;
  z-index: 0;
}
.bottom-line-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  background: url(../images/slider3.jpg) no-repeat;
  z-index:-9;
  opacity: 12%;
  background-size: cover;
  background-position: right;
}
.bottom-line strong{
  font-weight: 700;
  color: #ffffff;
  display: block;
  font-size: 40px;
  text-transform: capitalize;
}

.bottom-line ul li{
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  color: #161616;
  padding: 7px 0;
}

.bottom-line ul li:before{
  content: "\238f";
  font-family: 'Glyphicons Halflings';
  font-weight: 600;
  color: #fc0101;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  margin: -6px 6px 0 0;
}
.bottom-line a{
  font-weight: 600;
  border-radius: 50px;
  padding: 8px 20px 8px;
  display: inline-block;
  text-transform: capitalize;
  color: #000000;
  font-size: 18px;
  background: #ffffff;
}
/* bottom line section end */


/* awards section start */
.aboutus-heading strong{
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  display: inline-block;
  background: #d34825;
  padding: 0 25px;
  border-radius: 0 50px 50px 0;
  color: #fff;
}
.aboutus-heading p{
  color: #252525;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 0;
}
.award1{
  padding: 10px;
  text-align: center;
}
.award2 img{
  width: 100%;
}
.award1:nth-child(2) .award2 img, .award1:nth-child(3) .award2 img{
  border-radius: 50%;
  width: 235px;
  animation: upDown 2s ease-in-out infinite;
}

/* awards section end */



/* start testimonials secion */
.testimonials1 {
    padding: 12px;
}
.testimonials2 {
    padding: 25px;
    position: relative;
    background: #f1f1f1;
}
.testimonials4::-webkit-scrollbar {
    width: 1px;
}

.testimonials4::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #d4d0d0;
    border-radius: 0
}

.testimonials4::-webkit-scrollbar-thumb {
    background: #aaa7a7;
    height: 6px;
    border-radius: 0 0 10px 10px
}
.testimonials3 span {
    padding: 0;
    display: inline-block
}
.testimonials3 span .bi {
    color: #ffd600;
    height: 18px;
    width: 18px;
    margin: 18px 2px 0;
}
.testimonials5 span svg {
    height: 15px;
    width: 15px;
    position: absolute;
    right: -3px;
    bottom: 5px;
    blkk1 1s animation-iteration-count: infinite;
    background: #fff;
    border-radius: 50px;
    padding: 1px;
}
.testimonials4 {
    padding: 0 20px 0 0;
    height: 170px;
    overflow: hidden scroll;
    margin: 0 0 30px;
}

.testimonials4 p {
    line-height: 28px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 12px;
    font-style: italic;
}

.testimonials5 span {
    position: absolute;
    height: 45px;
    width: 45px;
    background: #002887;
    color: #fff;
    text-transform: capitalize;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    border-radius: 50px;
}

.testimonials1:nth-child(2) .testimonials5 span {
    background: #161515;
}

.testimonials1:nth-child(3) .testimonials5 span {
    background: #006721;
}

.testimonials5 p {
    padding-left: 58px;
}

.testimonials5 p b {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.testimonials5 p i {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
}
/* end testimonials section */


/* main services section start */
.main-sv-sec{
  /* background: radial-gradient(#d54a20, #8d06c5); */
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #d54a20;
}
.main-sv-1{
  padding: 12px;
}
.main-sv-2{
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 9px #ffffff73;
}
.main-sv-2 img{
  border-radius: 50%;
  float: right;
  width: 80px;
}
.main-sv-2 span{
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 82px 30px 0;
  color: #000000;
}
.main-sv-2 a{
  border: 1px solid #ffffff52;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  background: #4dcb00;
  display: inline-block;
  padding: 8px 18px;
  box-shadow: 0 0 0 rgb(77 203 0);
  animation: smoothZoom 2.8s ease-in-out infinite;
  border-radius: 8px;
  text-shadow: 0px 2px 0px #40aa00;
}
.copy-right span{
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  display: block;
  font-weight: 200;
}
.copy-right p{
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0 0;
}
/* main services section end */


.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.end
{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i
{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li
{
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 15px;
    width: 60px;
    border-radius: 1px solid #000;
    background: #f10000;
    line-height: 57px;
    border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
  display: block;
  position: relative;
}
.end li a span{
    position: absolute;
    top: -6px;
    right: 0;
    background: red;
    border: 1px solid #eee;
    height: 20px;
    border-radius: 40px;
    line-height: 20px;
    width: 20px;
}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a svg
{
    width: 28px;
    height: 28px;
    fill: #fff;
}




@media (max-width: 767px){
   i{display: block;}
   .banner{padding: 30px 0;}
  .text-hindi strong{font-size: 22px;line-height: 28px;}
  .line-free a {font-size: 18px;}
  .bottom-line strong {font-size: 25px;line-height: 35px;}
  .bottom-line p {font-size: 16px;}
  .bottom-line a {padding: 8px 15px 6px; font-size: 15px;}
  .why-design b {font-size: 22px;line-height: 30px;}
  .aboutus-heading strong {font-size: 42px;}
   .text-header strong{font-size: 30px;line-height: 42px;}
  .line-free strong{font-size: 18px;line-height: 30px;}
  .hindi-line strong {font-size: 25px;line-height: 38px;}
  .line-free1 strong {font-size: 22px;}
  .line-free p {font-size: 16px;padding: 4px 0;}
.text-hindi p {font-size: 19px;line-height: 30px;}
.list-detail1 p {font-size: 22px;padding: 5px 10px 2px;}
.whatsapp-chat {padding: 15px 15px 15px;}
 .best-services4 strong {font-size: 17px;line-height: 23px;}
 .about-love ul li{display: block;}
 .about-love img {float: none;margin: 0 0 15px;}
 .top-add p {font-size: 20px;}
 .top-add strong {font-size: 18px;line-height: 28px;}
  .top-add span {font-size: 22px;}
  .why-box {padding: 15px 0 0 0;}
  .line-section1 p {font-size: 15px;line-height: 26px;}
  .top-section1 p {font-size: 18px;}
   .text-header p {font-size: 16px;}
   .main-sv-2 {padding: 15px;}
.main-sv-2 span {font-size: 15px;padding: 15px 52px 30px 0;}
.main-sv-2 img {width: 52px;}
.mob-show{display: block;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-header strong{font-size: 40px;line-height: 52px;}
  .text-hindi strong{font-size: 25px;}
   .testimonials1{padding:10px;}
  .top-add {font-size: 30px;}
  .aboutus-heading strong {font-size: 60px;}
  .top-add {font-size: 23px;line-height: 40px;}
  .text-header a {font-size: 18px;padding: 8px 15px 7px;}
  .line-free1 strong {font-size: 22px;line-height: 35px;}
.text-hindi p {font-size: 20px;line-height: 33px;}
.list-detail1 p {font-size: 30px;}
.whatsapp-chat {padding: 15px 0 15px;}
.top-add span {font-size: 32px;}
.top-add strong {font-size: 20px;line-height: 32px;}
.best-services2 strong {font-size: 16px;padding: 9px 15px 8px;}
.hindi-line strong {font-size: 28px;line-height: 48px;}
.top-add p {font-size: 25px;}
 .text-header p {font-size: 16px;}
 .why-box {padding: 15px 0 0 0;}

  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-add {font-size: 23px;line-height: 40px;}
.text-header a {font-size: 20px;}
.best-services1 {padding: 8px;}
.text-hindi strong {font-size: 27px;}
.text-hindi p {font-size: 21px;line-height: 35px;}
.about-title strong {font-size: 34px;line-height: 48px;}
.top-add strong {font-size: 19px;}
.top-add p {font-size: 25px;}
.best-services2 strong {font-size: 18px;line-height: 24px;}
.best-services2 {padding: 25px 15px;}
.hindi-line strong {font-size: 32px;}
.main-sv-2 {padding:a 15px;}
.main-sv-2 span {font-size: 15px;padding: 15px 70px 30px 0;}
.about-title span {font-size: 16px;}
.main-sv-2 img {width: 65px;}
.header-logo-right-1 a {font-size: 35px;}
.header-logo-right-1 p {font-size: 12px;line-height: 18px;}
}

@media only screen and (min-width: 1201px) and (max-width: 1340px) {




}

@media (max-width: 575px) and (min-width: 0px) {
  .why-design b {font-size: 19px;line-height: 29px;}
  .aboutus-heading strong {font-size: 32px;}
  .aboutus-heading p{font-size: 14px;}
  .hindi-line p {font-size: 16px;line-height: 27px;}
  .text-header strong{font-size: 30px;line-height: 41px;}
  .text-header ul li {padding: 4px 0;}
  .hindi-line strong {font-size: 18px;line-height: 28px;}
  .line-free1 strong {font-size: 20px;}
  .list-detail1 p {font-size: 18px;padding: 3px 10px 0px;}
  .footer-left{border-radius: 0;}
  .whatsapp-chat a strong {font-size: 30px;}
  .award1 { padding: 4px;}
  .line-section1 strong {font-size: 32px;}
  .best-services2 strong {font-size: 18px;line-height: 23px;}
  .about-love {padding: 30px 15px;}
  .why-sec {padding: 20px;}
  .about-title strong {font-size: 28px;line-height: 40px;}
  .about-title span {font-size: 15px;padding: 2px 10px 0;}
  .main-sv-2 {padding: 15px;}
.main-sv-2 span {font-size: 17px;padding: 15px 60px 30px 0;}
.main-sv-2 img {width: 60px;}
.top-section1 p {font-size: 15px;line-height: 23px;}
}



@media (max-width: 420px) and (min-width: 0px) {
  .aboutus-heading strong {font-size: 30px;padding: 0 15px;}
  .line-free strong{font-size: 16px;line-height: 26px;}
   .list-detail1 p {font-size: 16px;padding: 8px 10px 6px;line-height: 22px;}
  .top-add {padding: 25px 0 0 !important;}
  .line-free p {padding: 4px 0;font-size: 16px;line-height: 24px;}
  .text-hindi strong {font-size: 20px;line-height: 25px;}
  .whatsapp-chat a strong {font-size: 22px;}
  .text-hindi p {font-size: 16px;line-height: 26px;}
  .list1 ul li {padding: 7px 0;}
  .award1{width: 100%;}
  .text-header strong{font-size: 26px;line-height: 35px;}
  .line-section1 strong {font-size: 30px;line-height: 40px;}
  .best-services2 {padding: 25px 12px;}
  .header-logo-right-1 a {font-size: 35px;}
  .header-logo-right-1 p {font-size: 13px;line-height: 17px;padding: 12px 0 0;}

} 



