@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Source Sans 3", sans-serif;
 }

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

ul{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

@font-face {
font-family: 'Lemands';
src: url('../fonts/Lemands.eot');
src: url('../fonts/Lemands.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lemands.woff') format('woff'),
      url('../fonts/Lemands.ttf') format('truetype'),
      url('../fonts/Lemands.svg#providence-bold') format('svg');
      font-weight: normal;
      font-style: normal;
    }



/* top section start */
.top-section{
  background: red;
}
.top-line{
  padding: 4px 5px;
}
.top-line span {
    font-size: 21px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 20px 3px;
    color: black;
    background: #ffffff;
    border-radius: 50px;
    line-height: 25px;
}

.top-line1 span {
    font-size: 26px;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    padding: 12px 0 3px;
    color: white;
    border-radius: 50px;
    line-height: 25px;
}
.top-line .mark2{display: none;}
/* top section end*/


/* head logo section start */
.head-right2 p{
  display: none;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 0 0;
  color: #000000;
  background: #ffffff;
  border-radius: 50px;
  line-height: 22px;
}
.head-align{
  align-items: start;
  justify-content: center;
}
.head-left1{
  padding: 0;
  text-align: center;
}
/*.head-left2 p{
  color: black;
  font-size: 30px;
  font-weight: 800;
  padding: 0px 15px 5px;
  text-transform: capitalize;
}*/
.head-right1{
  padding: 0 12px 0 20px;
}
.tophead-list{
  background: #f9ff00;
  text-align: center;
  padding: 0 10px 0;
}
.tophead-list ul li{
  padding: 3px 0px;
  font-size: 19px;
  position: relative;
  color: #fff;
  display: inline-block;
}
.tophead-list ul li:nth-child(2){
  width:20%;
}
.tophead-list ul li a{
  color: #000;
  display: block;
  font-size: 28px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 0 3px;
}
.tophead-list li a span{
  display: inline-block;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 75px;
  background: #fff;
  color: #d90307;
  border-radius: 50%;
  font-size: 30px;
}
.list-design-head{
  background: #ffffff;
  /* box-shadow: 3px 3px 6px #e8e8e8; */
  padding: 0 0 5px 0;
  margin: 21px 0 0;
  border: 1px solid #0b66981c;
  border-top: 0;
}

.list-design-head ul li{
  display: inline-block;
  padding: 4px 6px;
  color: #0b6698;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
/* head logo section end */


/* top mark section start */
.top-mark{

background: #d80307;
}
.top-mark1 p{
  padding: 4px 0 5px;
  color: #ffffff;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
}
/* top mark section end */

/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */





/* about us section start */
.about-section{
    box-shadow: 0px 4px 16px 0px #e307210a;
}
.about-title{
  padding: 0 0 15px;
  text-align: center;
}
.about-title span{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    background: #f9ff00;
    padding: 3px 15px;
    border-radius: 20px;
}
.about-title strong{
    text-transform: capitalize;
    padding: 0;
    font-size: 75px;
    font-weight: 800;
    display: block;
    line-height: 90px;
    font-family: 'Lemands';
    background: linear-gradient(3deg, #d80304, #f00c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -6px 0 0;
    position: relative;
}
.about-us-content{
  padding: 0 0 25px;
}
.about-us-content p{
    color: #3e3d3d;
    padding: 5px 0;
    text-align: justify;
    line-height: 32px;
    font-weight: 500;
    font-size: 17px;
}
.about-us-content p strong{
    color: #e1061c;
    font-weight: 600;
}
.about-heading{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 35px;
    padding:5px 10px 0px;
    display: inline-block;
    background: linear-gradient(0deg, #e09004, transparent);
    border-radius: 18px 18px 18px 18px;
    margin: 5px 0 11px;
    display: none;
}
.about-us-content ul{
  padding: 11px 0;
}
.about-us-content ul li{
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 8px 15px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    font-size: 17px;
    background: #0d6697;
    margin: 6px 2px;
    border-radius: 10px;
}
.about-us-content ul li:before {
    content: "\f755";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    text-align: left;
    color: #f9ff00;
    padding: 0 8px 0 0;
    font-weight: 600;
    font-size: 20px;
}
/* about us section end */



/* list design section start */
.list-design{
  background: url(../images/srv-bg.jpg) no-repeat;
  background-size: cover;
}
.left-list1{
  
box-shadow: 0 12px 14px #9797971c;
  
background: #fff;
  
padding: 15px 0;
}
.left-list1 ul{
  padding: 0 15px 0;
}
.left-list1 ul li{
  color: #fff;
  font-size: 18px;
  margin: 20px 0;
  padding: 12px 15px;
  font-weight: 500;
  position:relative;
  background: linear-gradient(3deg, #d80304, #f00c42);
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid #ffffff2b;
  line-height: 21px;
}
.left-list1 ul li:before{
  border-radius: 50%;
  height: 15px;
  width: 14px;
  margin: 0 10px 0 0;
  content:"";
  display: inline-block;
  animation: blk 2s ease-in infinite;
}
@keyframes blk{
  0%{background:#e70929;}
  50%{background:#f9ff00;}
  100%{background:#e8092d;}
}

.best-services1{
  padding: 40px 20px 0;
}
.best-services2{
  position:relative;
}
.best-services2:before{
  content:"";
  position:absolute;
  height: 45%;
  width: 4%;
  background: #0d6697;
  left:0;
  right:0;
  margin:0 auto;
  top: 0;
  border-radius: 50px;
}
.best-services3{
  padding: 60px 0 0;
  text-align: center;
  position:relative;
  z-index: 9;
}
.best-services3:after{
  content:"";
  position:absolute;
  height: 30px;
  width: 30px;
  background: #fbff00;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -12px;
  z-index: -9;
  border-radius: 50%;
}

.best-services3 img{
  padding:0;
  height: 210px;
  border-radius: 50%;
  position:relative;
  border: 15px solid #f9ff00;
  }

.best-services4{
  padding: 15px 0 9px;
  text-align: center;
}
.best-services4 strong{
  font-size: 40px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: 'Lemands';
  color: #d80304;
}
.best-services4 p{
  font-size: 17px;
  color: #3e3d3d;
  padding: 0px 0 12px;
  line-height: 32px;
  font-weight: 500;
}
.best-services4 a{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #515009;
  padding: 5px 18px 4px;
  border-radius: 50px;
  display: inline-block;
  text-shadow: 0 0 14px white;
}
.text-hindi p{
  font-weight: 600;
  color: #000000;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 33px;
  padding: 0 0 0px;
}

.text-hindi a{
  font-weight: 800;
  color: #d80304;
  text-align: center;
  display: inline-block;
  font-size: 50px;
  padding: 0;
  text-transform: uppercase;
  border-radius: 50px;
}
   
/* list design section end */


/* awards section start */
.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
.design-awards{
  justify-content: center;
  align-items: center;
}
/* awards section end */


/* main services sections start */
.main-srv-1{
  padding: 40px 12px 0;
}
.main-srv-2{
  padding:0 0 25px;
  text-align: center;
}
.main-srv-img{
  background: #fff;
  padding: 15px 15px 0;
  box-shadow: 0 9px 10px -10px #0d6697 inset;
  border-radius: 300px 300px 0 0;
}
.main-srv-img img{
  border-radius: 300px 300px 0 0;
  width: 100%;
}
.main-srv-text{
  background: #f9ff00;
  border-radius: 25px;
  padding: 0 12px;
}
.main-srv-text span{
  padding: 15px 0 0;
  display: block;
  font-size: 34px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: 'Lemands';
  color: #d80304;
}
.main-srv-text p{
    font-size: 17px;
    color: #000000;
    padding: 0px 0 25px;
    line-height: 32px;
    font-weight: 500;
}
.main-srv-text a{
  font-size: 28px;
  background: #ffffff;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 59px;
  box-shadow: 0 0 0 8px #f9ff00;
  color: #565511;
  border-radius: 50%;
  display: inline-block;
}
.main-srv-text a i{
 font-weight: 600;
}
/* main services section end */


/* marquee section start */

.marqueeline-section{
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  background: linear-gradient(3deg, #d80304, #f00c42);
  padding: 10px 0 11px;
  line-height: 34px;
}
/* marquee section end */


/* other services section start */
.other-srv-1{
  padding: 20px 15px;
  text-align: center;
}
.other-srv-2{
  padding: 15px 15px 25px;
  border-radius: 35px;
  border: 1px solid #f9ff00;
}

.other-srv-2 img{
  border-radius:50%;
  border: 12px solid #de0513;
  width: 250px;
  padding: 9px;
}
.other-srv-2 strong{
  text-transform: capitalize;
  color: #d80304;
  font-weight: 500;
  font-size: 31px;
  padding: 0 0 10px;
  display: inline-block;
  font-family: 'Lemands';
}
.other-srv-2 a{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #515009;
  padding: 5px 18px 4px;
  border-radius: 50px;
  display: inline-block;
  text-shadow: 0 0 14px white;
  margin: 22px 0 0;
  position: relative;
}
.other-srv-2 a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4%;
    background: #de0513;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -29px;
    z-index: -1;
}
/* other services section end */


/* testimonial section start */
.testi-1{
  padding: 60px 15px 30px;
  text-align: center;
}
.testi-2{
  padding: 0 15px 15px;
  background: black;
  border-radius: 35px;
}
.testi-2 span{

background: #ffffff;

color: #0d6697;

width: 70px;

height: 70px;

line-height: 75px;

display: inline-block;

font-size: 35px;

margin: -47px 0 15px;

border-radius: 50%;
}
.testi-box {
    border-radius: 35px;
    background: white;
    margin: 0 0 -40px;
    padding: 20px 0 15px;
    box-shadow: 0 0 18px #d8030430;
    overflow: hidden;
}
.testi-box p {
    font-size: 17px;
    color: #3e3d3d;
    line-height: 32px;
    font-weight: 500;
    padding: 10px 15px 0;
}
.testi-box strong {
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding: 1px 0 2px;
    background: #d80304;
    margin: 0 0 2px;
}
/* testimonial section end */


/* counter section start */
.counter-1{
  padding: 15px;
  text-align: center;
}
.counter-2{
  border: 4px solid #f9ff00;
  border-radius: 30px;
  padding: 0 0 15px;
}
.counter-2 i{
  font-weight: 300;
  background: #f9ff00;
  color: #d80304;
  width: 70px;
  height: 70px;
  line-height: 65px;
  display: inline-block;
  font-size: 35px;
  border-radius: 0 0 50px 50px;
}
.counter-2 .love_count {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
}
.counter-2 p{
  color: #d80304;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.love_count:after{
  content: "+";
  right: 0;
}
.line-free span{
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 30px;
  padding: 5px 15px 7px;
  text-transform: capitalize;
  background: #d90207;
}
.line-free2 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    display: block;
    font-size: 28px;
    text-transform: capitalize;
    padding: 10px 0 0;
    line-height: 36px;
}

/* counter section end */

/* copy section start */

.footer-copy{
  background: linear-gradient(3deg, #d80304, #f00c42);
  padding: 18px 0 30px;
}
.copy-right p{
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
  display: block;
  font-weight: 400;
  padding: 0 0 12px;
}
.copy-right span{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding: 6px 10px 6px;
  border-radius: 0;
  background: #f9ff00;
  display: block;
  border-radius: 50px;
}
/* copy section end */

#callbook {
  background:green;
  bottom: 0;
  height: 42px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook
  ul{padding: 0px;
}
#callbook
  ul li {
  background: #ff0000;
  position: relative;
  padding: 7px 6px 7px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook
  ul li:last-child{
  background: #1dc900;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}


@media (max-width: 767px){
.head-right2 p{display: block;}
.top-line1 span {padding: 7px 0;}
.list-design-head ul li {font-size: 17px;padding: 4px 12px 2px;background: #0d6697;color: #fff;border-radius: 10px 10px 0;margin: 3px 3px;font-weight: 500;position: relative;z-index: 0;}
.head-right1 {padding: 0 0 0;}
.top-mark1 p {padding: 7px 0 7px;font-size: 22px;line-height: 30px;}
.about-us-content ul li {display: block;margin: 15px 2px;}
.text-hindi p {font-size: 14px;line-height: 26px;}
.text-hindi a {font-size: 34px;}
.line-free span {font-size: 23px;line-height: 32px;padding: 10px 15px 10px;}
.line-free2 {font-size: 22px;line-height: 29px;}
.other-srv-1 {padding: 20px 8px;}
.footer-copy {padding: 15px 0 72px;}
.copy-right span {font-size: 18px;line-height: 24px;padding: 6px 10px 6px;}
.top-line .mark2{display: block;padding: 7px 20px 6px;}
.top-line .mark1{display: none;}
#callbook {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-line1 span {font-size: 21px;padding: 13px 0 3px;}
.head-right1 {padding: 0 0 0;}
.top-mark1 p {padding: 7px 0 7px;font-size: 24px;line-height: 30px;}
.text-hindi p {font-size: 16px;line-height: 30px;}
.text-hindi a {font-size: 45px;}
.line-free span {font-size: 26px;line-height: 34px;padding: 9px 15px 9px;}
.line-free2 {font-size: 22px;line-height: 30px;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.list-design-head ul li {padding: 4px 2px;font-size: 18px;}
.line-free span {font-size: 28px;}
.line-free2 {font-size: 25px;line-height: 34px;}
.counter-1 {padding: 15px 5px;}

}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.top-line1 span {font-size: 23px;}
.tophead-list li a span {height: 58px;width: 58px;top: -15px;font-size: 24px;line-height: 55px;}
.tophead-list ul li a {font-size: 21px;padding: 0;}
.list-design-head ul li {padding: 3px 12px 3px;font-size: 16px;}
.top-mark1 p {padding: 7px 0 7px;font-size: 20px;line-height: 27px;}
.text-hindi a {font-size: 28px;line-height: 30px;padding: 5px 0 0;}
.line-free span {font-size: 20px;line-height: 29px;padding: 8px 15px 8px;}
.line-free2 {font-size: 15px;line-height: 20px;}
.marqueeline-section {font-size: 20px;padding: 10px 0 9px;line-height: 27px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.top-line1 span {font-size: 17px;padding: 1px 0 0;}
.top-line span {font-size: 16px;padding: 4px 11px 3px !important;}
.tophead-list ul li:nth-child(1){display: none;}
.tophead-list li a span {height: 62px;width: 62px;top: -21px;font-size: 26px;line-height: 62px;left: -27px;}
.tophead-list ul li a {font-size: 28px;padding: 0;}
.list-design-head ul li {font-size: 15px;padding: 4px 12px 2px;margin: 3px 2px;}
.top-mark1 p {padding: 6px 0 6px;font-size: 15px;line-height: 21px;}
.text-hindi a {font-size: 25px;line-height: 25px;}
.about-title span {font-size: 15px;padding: 6px 15px 4px;line-height: 20px;}
.about-title strong {font-size: 55px;margin: -16px 0 0;}
.line-free span {font-size: 16px;line-height: 21px;padding: 7px 15px 8px;font-weight: 600;}
.marqueeline-section {font-size: 17px;line-height: 22px;}
#callbook ul li a span {font-size: 20px;}
#callbook ul li {padding: 7px 6px 10px;}
}