@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Poppins", sans-serif;
  color: #d6061f;
}

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;
}



/* top section start */
.top-head-section{
  background: #000000;
}
.top-head-section1 p{
    padding: 12px 0 5px;
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}
/* top section end*/


/* head logo section start */
.head-align{
  align-items: baseline;
  justify-content: center;
}
.head-align1{
  align-items: center;
}
.top-head-num a{
    padding: 0 0 10px;
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}
.top-head-num a i{
    font-size: 26px;
    font-weight: 600;
    color: #c2162a;
    width: 60px;
    height: 60px;
    background: #fcdf3e;
    line-height: 60px;
    text-align: center;
    top: -35px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}
.top-head-mark p{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 9px 10px 9px;
    background: #fcdf3e;
    border-radius: 40px;
}
.head-right2 p{
    color: #ec0000;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f6ff00;
    padding: 14px 15px 10px;
    margin: 10px 0 0;
    text-align: center;
    line-height: 30px;
}
.head-right2 ul li{
    color: #2b2b2b;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 4px 8px 4px;
    text-align: center;
    display: inline-block;
}
.head-right2 ul li i{
    color: #c2162a;
    font-size: 23px;
    font-weight: 400;
    padding: 0 5px 0 0;
}

.head-right2 b{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    display: block;
    padding: 8px 10px 9px;
    background: #c2162a;
    margin: 0 0 7px;
}
/* head logo section end */


/* banner section start */
.banner img{
  width: 100%;
}
/* banner section end */

/* top mark section start */
.top-mark{

padding: 0 12px;
}
.top-mark-left{

padding: 15px 5px 15px 15px;
}
.top-mark-left1{
  background: #ffffff;
  border-radius: 32px;
  padding: 42px 26px 20px;
  line-height: 32px;
  margin: -76px 0 0;
}
.top-mark-left1 span{
  text-transform: capitalize;
  font-size: 65px;
  font-weight: 700;
  color: #000000;
}
.top-mark-left1 p{
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  color: #d6061f;
  padding: 10px 0 0;
}
.top-mark-right{
  
}
.top-mark-right1{background: #d6061f;padding: 15px 15px 12px;border-radius: 0 0 20px;}
.mark-content {
    display: flex;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}
.mark-content-inner {
  animation: qode-text-marquee-left 25s linear infinite;
}
@keyframes qode-text-marquee-left {
  0% {
      transform: translateX(0)
  }

  100% {
      transform: translateX(-100%)
  }
}

 [class*=mark-text] {
  align-items: center;
  display: inline-flex;
  color: #ffffff;
}

 [class*=mark-separator] {
   position: relative;
   fill: currentColor;
   display: inline-flex;
   padding: 0 15px 0 13px;
   color: #fcdf3e;
}

/* top mark section end */



/* other services section start */
.otherservices1{
  padding: 12px 12px;
  text-align: center;
}
.otherservices2{
  padding: 0;
  text-align: center;
}
.otherservices2 img {
    width: 100%;
    border-radius: 100px 100px 0 0;
}
.otherservices3{
    position: relative;
    left: 0;
    right: 0;
    padding: 10px 15px 0;
    border-radius: 0 0 900px 900px;
    border: 1px solid #fcdf3e;
    border-top: 0;
}
.otherservices3 p{
  font-size: 20px;
  padding: 0 0 12px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.otherservices3 a{
  color: #ffffff;
  font-size: 33px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #0e7400;
  border-radius: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  margin: 0 0 -25px;
}
/* other services section end */

/* about us section start */
/* .about-us-content img {
    float: right;
    width: 368px;
    padding: 8px;
    margin: 15px 0 15px 15px;
    background: #000000;
} */
.aboutus-heading{
  text-align: center;
}
.aboutus-heading p{
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: #fcdf3e;
  padding: 7px 20px 6px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 auto -20px;
}

.aboutus-heading strong{
  display: block;
  font-size: 65px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 15px 15px 11px;
  border: 1px solid #fcdf3e;
  border-radius: 25px;
  line-height: 80px;
}
.serv-heading strong{
   color: #ffffff;
   font-weight: 600;
}
.about-us-content p{
  color: #323232;
  font-size: 15px;
  line-height: 31px;
  font-weight: 500;
  text-align: justify;
  padding: 10px 0;
}
.about-us-content p strong{
    font-weight: 600;
}
.about-us-content b{
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px 9px;
    background: #d6061f;
    border-radius: 15px 15px 0 0;
    margin: 10px 0 0;
    line-height: 21px;
}
.about-us-content ul{
  padding: 12px 15px;
  background: #fcdf3e;
  margin: 0 0 15px;
}
.about-us-content ul li{
  padding: 5px 0;
  text-transform: capitalize;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.about-us-content ul li span{
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
}
.about-us-content ul li:before{
    content: "\279f";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    padding: 0 5px 0 0;
    color: #d6061f;
    font-weight: 600;
    font-size: 19px;
}
/* about us section end */


/* best services section start */
.best-services1{
  padding: 12px;
}
.best-services2{
  padding: 12px 12px 0;
  background: #fcdf3e;
  border-radius: 30px;
}
.best-services-img img{
    width: 100%;
    border-radius: 20px;
}
.best-services2 p{
  padding: 15px;
  color: #323232;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  margin: 2px 0 15px;
}
.best-services2 strong{
  display: inline-block;
  color: #000000;
  text-transform: capitalize;
  font-size: 20px;
  padding: 7px 20px 6px;
  font-weight: 700;
  background: #fcdf3e;
  text-align: center;
  border-radius: 30px;
  margin: -25px 0 0;
  transform: translateY(-9px);
}
.best-services2 a{
  font-size: 17px;
  font-weight: 600;
  padding: 7px 15px 6px;
  text-transform: capitalize;
  color: #ffffff;
  background: #d6061f;
  display: block;
  border-radius: 50px;
  text-align: center;
}
/* best services section end */

/* mark section start */
.mark{
  font-size: 32px;
  font-weight: 700;
  padding: 12px 15px 0px;
  text-transform: capitalize;
  color: #000000;
  background: #fcdf3e;
  display: block;
  text-align: center;
}
/* mark section end */


/* award section start */
.awards-section{
  background: linear-gradient(180deg, #000000 65%, transparent 50%);
}
.award-heading strong{
  display: inline-block;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 5px 30px 5px;
  background: #fff;
  border-radius: 0 0 40px 40px;
  text-align: center;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
/* award section end */



/* list design section start */

.text-hindi strong{
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 38px;
  line-height: 37px;
  text-transform: uppercase;
  padding: 18px 10px 18px;
  background: #d6061f;
}
.text-hindi p{
  text-align: center;
  color: #000000;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 0 0;
}
.list{
  padding: 12px;
}
.list1{
  background: #fcdf3e;
  padding: 20px;
}
.list1 ul li{
 padding: 12px 0;
}
.list1 ul li a{
  color: #000000;
  font-size: 16px;
  padding: 12px 15px;
  font-weight: 600;
  position:relative;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid #ffffff9e;
  line-height: 21px;
  display: block;
}
.list1 ul li a:after{
  height: 34px;
  width: 34px;
  left: auto;
  right: 0;
  top: 0;
  position: absolute;
  content: "\279f";
  font-family: 'Glyphicons Halflings';
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  line-height: 34px;
  color: #d6061f;
}
/* list design section end */

/* main services section start */
.main-sv-sec{
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.main-sv-1{
  padding: 12px;
}
.main-sv-2{
  text-align: center;
}
.main-sv-img a{
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    background: #d6061f;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: -1px;
    z-index: 1;
}
.main-sv-img{
  position: relative;
}
.main-sv-img img {
  border-radius: 50%;
  transition: 1000ms ease-in-out;
  width: 85%;
}
.main-sv-2:hover .main-sv-img img {
    scale: 1.05;
    transform: rotateZ(10deg);
}
.main-sv-4 {
  padding: 0;
}
.main-sv-4 span{
  display: block;
  color: #fcdf3e;
  font-size: 23px;
  padding: 20px 0 8px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.main-sv-4 p{
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
/* main services section end */



/* testimonial section start */
.testi-left{
  padding: 15px;
}

.client-heading-left1{
}
.client-heading-left1 strong{
  font-family: 'Rubik',sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  display: block;
  color: #101010;
  font-weight: 600;
}
.client-heading-left1 a{
  color: #fff;
  background: #136d54;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
}
.client-heading-left1 a .bi{
  height: 0.9rem;
  width: 1.1rem;
}
.client-heading-right1{
  display: flex;
  justify-content: end;
  padding: 0;
}
.review-text{
  width: 75%;
  text-align: left;
  padding: 0 0 0 10px;
}
.review-text strong{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1c1c1c;
  padding: 0px 0 0px 0;
  display: block;
}
.review-text span{
  display:block;
  font-weight: 500;
  color: #737373;
  font-size: 17px;
}
.review-text span .bi{
   color: #fb8e28;
}
.review-text p{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #848484;
  padding: 2px 0 0 0;
}
.review-text i{
  font-weight:500;
  text-transform: capitalize;
  display:block;
  font-size: 17px;
  font-style: normal;
}
.review-text i b{
  font-style:normal;
  font-weight: 500;
  text-transform: capitalize;
}
.review-text i b:nth-child(1){
  color: #4285f5;
}
.review-text i b:nth-child(2){
  color: #ea4335;
}
.review-text i b:nth-child(3){
  color: #fbbd05;
}
.review-text i b:nth-child(4){
  color: #4285f4;
}
.review-text i b:nth-child(5){
  color: #34a853;
}
.review-text i b:nth-child(6){
  color: #ea4335;
}
.logo-as{
  width: 25%;
  text-align: center;
}
.logo-as span{
  background: #fff;
  display: inline-block;
  box-shadow: -1px 0px 18px #9c9c9c4f;
  height: 56px;
  line-height: 54px;
  width: 56px;
  border-radius: 50%;
}
.google-icon svg{
  width: 28px;
  height: 28px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.clientfeedback{
  background:#f7f7f7;
  padding:100px 0;
}


.testimonials1{
  padding: 20px;
}
.testimonials2{
  padding: 12px 12px;
  background-color: #fafafa;
  position: relative;
}
.testimonials3{
    padding: 0 0 0 52px;
}
.testimonials3 span{
  padding: 0 0 0px 0;
  display: flex;
  align-items: center;
}
.testimonials3 span svg{
  fill: #efbc00;
  height: 22px;
  width: 22px;
  margin: 0 -1px;
}
.testimonials3 span aside{

display: inline-block;

font-weight: 400;

color: #848587;

padding: 0 0 0 5px;

font-size: 15px;
}
.testimonials3 strong{
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding: 0px 0 0;
  display: block;
  text-transform: capitalize;
}
.testimonials3 .google{
  float:right;
  height: 27px;
  margin: 7px 0 0px;
}
.testimonials3 p::-webkit-scrollbar {
 width: 3px;
}
/* Track */
.testimonials3 p::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #dfdfdf;
 border-radius: 0px;
}

/* Handle */
.testimonials3 p::-webkit-scrollbar-thumb {
 background: #989898;
  height:20px;
 border-radius: 0px 0px 10px 10px;
}
.testimonials3 p{
  color: #323232;
  padding: 13px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.alphabet-icon{

float: left;
}
.alphabet-icon span{
  position:absolute;
  height: 35px;
  width: 35px;
  background: #6d1fbc;
  color: #fff;
  border-radius: 50%;
  text-transform: capitalize;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
}
.testimonials1:nth-child(2) .alphabet-icon span{
  background:#f4511e;
}
.testimonials1:nth-child(3) .alphabet-icon span{
  background:#92aa00;
}
.testimonials1:nth-child(4) .alphabet-icon span{
  background:#01579b;
}
.testimonials1:nth-child(5) .alphabet-icon span{
  background:#df65ff;
}
.testimonials1:nth-child(6) .alphabet-icon span{
  background: #4d320b;
}
.testimonials1:nth-child(7) .alphabet-icon span{
  background:#521074;
}
.testimonials1:nth-child(8) .alphabet-icon span{
  background:#48aeff;
}
.testimonials1:nth-child(9) .alphabet-icon span{
  background:#ff00be;
}
.testimonials1:nth-child(10) .alphabet-icon span{
  background: #988974;
}

.testimonials5 p{
  padding-left: 16%;
}
.testimonials5 p b{
  display:block;
  font-weight: 700;
  color: #2e2e2e;
  text-transform: capitalize;
}
.testimonials5 p i{
  display:block;
  text-transform: capitalize;
  font-size: 13px;
  color: #70757a;
  font-style:normal;
}

.counter-1{
  padding: 25px 12px;
  text-align: center;
}
.count-up p{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 10px 6px;
    background: #d6061f;
    border-radius: 50px;
}
.counter-count{
    color: #000000;
    font-size: 85px;
    font-weight: 700;
    position: relative;
}
.counter-count:before{
  content:"+";
  right: -30px;
  position: absolute;
  font-size: 35px;
}
/* testimonial section end */

/* footer section start */
.footer-section{
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer-flex{
  align-items: flex-start;
}
.footer-left{
  padding: 30px 15px 12px;
}
.footer-left1{
  padding:0;
  text-align: center;
}
.footer-left-div {
}
.footer-detail-left {
    padding: 12px 0;
}
.footer-detail-left span {
    background-color: #fcdf3e;
    display: block;
    text-align: center;
    border-radius: 40px;
    font-size: 17px;
    padding: 7px 7px 6px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
}
.footer-detail-left span a{
    color: black;
}
.footer-detail-left i{
    width: 75px;
    height: 60px;
    line-height: 53px;
    background: #fff;
    border-radius: 0 0 50px 50px;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}
.footer-center{
  padding: 0;
}
.footer-center1{
  text-align: center;
  padding: 0 15px 0;
}
.footer-center1 img{
  background: #fff;
  padding: 10px;
  border-radius: 0 0 30px 30px;
}
.footer-center1 p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    padding: 16px 0 0;
    line-height: 25px;
}
.footer-center1 span{
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 0 15px;
    display: inline-block;
}

.footer-right1{
  text-align: center;
}
.copyryt-sec{
  padding: 0;
  position: relative;
}
.disclaimer p{
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
    padding: 32px 12px 25px;
    border-bottom: 1px solid #ffffff1c;
    border-left: 1px solid #ffffff1c;
}
.copy{
  text-align: center;
}
.copy span{
  font-weight: 500;
  color: #939393;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 15px 0 0;
}
/* footer section end */




.icon-fixed-mobile{
  background-color: transparent;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  display: none;
}
.icon-fix{
  justify-content: space-between;
  align-items: center;
  padding: 15px 12px 10px;
}
.left-icon{
  width: 50%;
  padding: 0;
}
.center-icon{
  width: 50%;
  padding: 0;
  text-align: center;
}
.center-icon a{
  
}
.contact-icon{
  width: fit-content;
  color: #fff;
  background-color: #e70000;
  border-radius: 40px;
  display: block;
  padding: 6px 20px 5px;
  margin: -30px auto 0;
}
.left-icon{
  background: #008700;
}
.contact-icon a{
  font-weight: 600;
  display:block;
  font-size: 17px;
  color:#fff;
  text-transform: capitalize;
}
.contact-icon a .bi{
   height: 1.0rem;
   width: 1.0rem;
   animation: trin 1.5s linear infinite;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.right-icon{
  width:33.333%;
  padding: 0;
}
.right-icon a{
  display:block;
}
.right-icon a .bi{
   height: 1.8rem;
   width: 2.8rem;
   color: #999999;
}




@media (max-width: 767px){
.top-head-section1 p {font-size: 20px;}
.head-right2 ul li {font-size: 18px;padding: 4px 6px 4px;}
.head-right2 ul li i {font-size: 23px;}
.head-left1 {padding: 0 15px;}
.head-right2 b {font-size: 14px;line-height: 25px;padding: 5px 0;}
.top-head-mark p {padding: 9px 0 0px;font-size: 19px;}
.top-head-num a i {display: none;}
.aboutus-heading span {font-size: 17px;}
.disclaimer span {padding: 2px 0 12px;}
.head-right2 p {margin: 0;font-size: 16px;line-height: 25px;}
.list-align{flex-direction: column-reverse;}
.top-mark-left {padding: 15px}
.head-align2{flex-direction: column-reverse;}
.head-left1 {padding: 0 15px;}
.top-head-num a {font-size: 24px;padding: 0 0 2px;}
.aboutus-heading strong {font-size: 53px;}
.head-right2 p {margin: 0;}
.text-hindi strong {font-size: 25px;padding: 13px 12px 10px;line-height: 33px;}
.text-hindi p {font-size: 18px;line-height: 28px;}
.award-heading strong {font-size: 30px;padding: 7px 30px 7px;}
.disclaimer p {padding: 10px 12px 15px;margin: 12px 0 0;font-size: 12px;line-height: 21px;}
.testi-1:nth-child(3){display: block;}
.copy{padding-bottom: 25px !important;}
.copy span {padding: 5px 0 5px;}
.top-mark-left1{margin: 0;background: #fcdf3e4d;}
.about-us-content p{text-align: left;}
.icon-fixed-mobile {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-mark-left1 {
    margin: -45px 0 0;
}
.head-align2{flex-direction: column-reverse;}
.head-left1 {padding: 0 15px;}
.top-head-num a {padding: 0 0 2px;}
.aboutus-heading strong {font-size: 52px;}
.head-right2 p {margin: 0;}
.text-hindi strong {font-size: 25px;padding: 10px 8px 8px;}
.text-hindi p {font-size: 18px;line-height: 30px;}
.award-heading strong {font-size: 37px;}
.testi-1:nth-child(3){display: block;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-head-section1 p {font-size: 22px;}
.top-head-mark p {font-size: 19px;}
.top-head-num a {font-size: 22px;padding: 0 0 7px;}
.top-head-num a i {top: -26px;}
.mark-content {font-size: 22px;}
.head-right2 b {font-size: 14px;}
.head-right2 ul li {font-size: 18px;padding: 4px 8px 4px;}
.head-right2 ul li i {font-size: 20px;}
.top-mark-left1 p {font-size: 18px;padding: 2px 0 0;}
.top-mark-left1 span {font-size: 55px;}
.top-mark-left1 {padding: 35px 20px 15px;}
.footer-detail-left span {font-size: 16px; padding: 8px 7px 6px;}
.text-hindi strong {font-size: 34px;padding: 18px 10px 16px;}
.best-services2 strong {font-size: 18px;}

}





@media only screen and (min-width: 1201px) and (max-width: 1340px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.top-head-section1 p {font-size: 18px;}
.top-head-num a {font-size: 20px;}
.head-right2 ul li i {font-size: 16px;}
.top-head-num a i {font-size: 22px;width: 40px;height: 45px;line-height: 45px;}
.head-left1 p {font-size: 15px;padding: 5px 15px 4px;}
.head-right2 b {font-size: 11px;line-height: 22px;padding: 5px 8px;}
.aboutus-heading p {font-size: 15px;}
.top-head-mark p {font-size: 17px;}
.aboutus-heading strong {font-size: 39px;line-height: 50px;padding: 15px 12px 10px;}
.contact-left2 strong {font-size: 28px;}
.head-right2 ul li {font-size: 14px;padding: 0px 2px;}
.award-heading strong {font-size: 20px;padding: 7px 30px 8px;}
.mark {font-size: 22px; padding: 10px 15px 0px;}


}



@media (max-width: 420px) and (min-width: 0px) {
.top-head-num a {font-size: 17px;}
.top-head-num a i {font-size: 18px;width: 35px;height: 35px;line-height: 32px;}
.head-left1 p {font-size: 15px;padding: 5px 15px 4px;}
.head-right2 b {line-height: 20px;}
.mark-content {font-size: 20px;}
.aboutus-heading p {font-size: 14px;}
.top-head-mark p {font-size: 15px;}
.aboutus-heading strong {font-size: 30px;line-height: 31px;padding: 14px 12px 10px;border-radius: 15px;}
.contact-left2 strong {font-size: 28px;}
.footer-detail-left span {font-size: 16px;}
.award-heading strong {font-size: 20px;padding: 8px 30px 6px;line-height: 24px;}
.mark {font-size: 20px;padding: 9px 15px 0px;}
.text-hindi p {font-size: 15px;line-height: 25px;padding: 10px 0 0;}
.text-hindi strong {font-size: 18px;padding: 8px 12px;line-height: 25px;}
.list1 ul li a {font-size: 14px;padding: 12px 40px 12px 12px;}
.list1 {padding: 15px;}
.top-mark-left1 p {font-size: 20px;padding: 2px 0 0;}
.top-mark-left1 span { font-size: 55px;}
.top-mark-left1 {padding: 30px 22px 15px;}
.top-mark-right1 {padding: 7px 15px;}
.contact-icon {padding: 5px 15px 3px;}
.contact-icon a {font-size: 16px;}
.best-services2 strong {font-size: 18px;padding: 7px 20px 5px;}
.testimonials1 {padding:12px;}
.head-right2 ul li {font-size: 11px;padding: 0 0px;}
.head-right2 ul li i {font-size: 13px;padding: 0 2px 0 0;}
}

