@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Poppins", 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;
}


/* top section start */
.top-sec{
    background: #020200;
    text-align: center;
    overflow: hidden;
}
.top-line1{
    color: #f6ea89;
    font-size: 19px;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: 600;
}
.top-hindi-line p{
  font-size: 21px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 5px 0 10px;
  display: inline-block;
  line-height: 32px;
  animation: blk 1.5s infinite;
  font-weight: 700;
}
@keyframes blk {
  0% {
   color: #fff;
  }
  50% {
  color: #c1b109;
  }
  100% {
    color: #fff;
  }
}

/* top section end*/


/* head section start */
.head-section{
  background: #010101;
  text-align: center;
}
.head-align{
  align-items: center;
  justify-content: center;
}
.head-logo-sec{
  padding: 0;
}
.head-left1{
  padding: 0;
  text-align: center;
}
.head-center2 strong{
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  animation: blk2 0.9s infinite;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 5px;
}
@keyframes blk2 {
  0% {
   color: #ffffff;
  }
  50% {
  color: #ff6500;
  }
  100% {
    color: #ffffff;
  }
}
.flag-1{
  padding: 3px 3px;
  width: 14.22%;
}

.flag-1 img{

width: 100%;

border-radius: 4px;
}
.head-right1{
  padding: 0;
  text-align: center;
}
.head-right2{
  padding: 0;
}
.head-right2 strong{
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    display: block;
}
.head-right2 p{
    font-size: 19px;
    color: #29a700;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
}
.head-right2 a{
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  animation: blk1 0.9s infinite;
  font-weight: 700;
  line-height: 39px;
}
@keyframes blk1 {
  0% {
   color: #ffcd00;
  }
  50% {
  color: #ffffff;
  }
  100% {
    color: #ffcd00;
  }
}
.head-right2 span{
  color: #ffcd00;
  font-size: 20px;
  text-transform: capitalize;
}


/* head section end */


/* banner section start */
.banner img{
 width: 100%;
}
/* banner section end  */ 


/* text design section start */
.text-design{
  background: #00111d;
}
.about-title{
  padding: 0 0 15px;
}
.about-title span{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    color: #000000;
    background: #fcff00;
    padding: 6px 30px 5px;
    border-radius: 35px 0;
}
.about-title strong{
  font-weight: 800;
  color: #ffcd00;
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.text-love img {
    float: right;
    height: 447px;
    padding: 7px;
    margin: 11px 0 11px 30px;
}
.text-love p{
  line-height: 31px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  padding: 0 0 20px;
  text-align: justify;
}
.text-love p.hindi-text{
  line-height: 34px;
  color: #ffffff;
  background: #ffffff1f;
  padding: 12px 15px;
  font-weight: 400;
}
/* text design section end */


/* list section start */
.list-detail1{
  text-align: center;
}
.list-detail1 p{
  color: #e20000;
  font-size: 38px;
  line-height: 46px;
  font-weight: 800;
  text-transform: uppercase;
  animation: blk3 0.9s infinite;
  padding: 0 0 15px;
}
@keyframes blk3 {
  0% {
   color: #e20000;
  }
  50% {
  color: #025e83;
  }
  100% {
    color: #e20000;
  }
}
.list-detail1 p span{
   color:#ffb700;
   text-transform: uppercase;
   font-weight: 600;
}
.list-detail1 ul li{
  padding: 9px 18px 6px;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 700;
  background: #a80147;
  color: #fff;
  margin: 5px 2px;
  border: 2px solid #fff;
  border-radius: 30px 0;
  display: inline-block;
  transition: .5s all;
}
.list-detail1 ul li:nth-child(odd){
  background: #00111d;
  color: #fff;
  font-weight: 500;
}
.list-detail1 ul li:hover{
  border-radius:0 30px;
}
/* list section end */


/* services section start */
.services-1{
  padding: 40px 15px 0;
}

.sn-testi-sec {
    position: relative;
    margin: 0 0 20px;
}

.sn-testi-sec:before {
    content: "";
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 10px #e5e5e5;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px 200px 200px 20px;
    border: 1px solid #ffcd00;
    border-left: 10px solid #ffcd00;
    border-right: 10px solid #ffcd00;
    z-index: -1;
    left: 0;
}
.sn-testi-sec ul {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}
.sn-testi-sec ul li:nth-child(1) {
    padding: 15px 0 15px 25px;
    width: 60%;
}
.sn-testi-sec ul li:nth-child(2) {
    padding: 15px 25px 15px 0;
    width: 35%;
}
.sn-testi-sec ul li img{border-radius: 50%;width: 100%;}
.services-2 span {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    background: #a80147;
    padding: 4px 15px 4px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    border-radius: 20px 20px 0 0;
}
.sn-testi-sec p{
   text-align: center;
   line-height: 30px;
   color: #191919;
   font-size: 17px;
   font-weight: 500;
}
.services-2 a{
   font-size: 22px;
   font-weight: 500;
   display: inline-block;
   text-transform: capitalize;
   color: #ffffff;
   padding: 4px 23px 2px;
   background: #2b5800;
   border-radius: 30px 10px 20px 10px;
   margin: 0 auto;
}
/* services section end */


/* add section start */
.add-design1{padding: 85px 85px;
    border-radius: 0;
    text-align: center;
    background: url(../images/cir-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;}
.add-love{
  text-align: center;
  padding: 15px 15px;
}

.add-love p{
  line-height: 30px;
  color: #29a700;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.add-love a {
  font-weight: 700;
  color: #ffffff;
  font-size: 65px;
  display: inline-block;
  transition: .5s auto;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0% {    
    transform: translatey(0px);color:#ffcd00
  }
  50% {
    transform: translatey(-15px);color:#ffffff;
  }
  100% {
    transform: translatey(0px);color:#ffcd00;
  }
}
.add-love strong{
  font-weight: 600;
  color: #fff;
  padding: 20px 0 8px;
  font-size: 35px;
  text-transform: capitalize;
  display: block;
  animation: blk2 0.9s infinite;
}
.right-img {
  padding: 0;
}
.right-img img{
  border-radius: 50%;
  border: 8px solid #ffffff;
  width: 315px;
}
/* add section end */


/* award section start */
.heading-sec1{
    text-align: center;
}
.heading-sec1 strong{
    position: relative;
    font-weight: 900;
    padding: 0px 15px 1px;
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    color: #00111d;
    text-align: center;
    font-family: "Poppins", sans-serif;
    background: #ffcd00;
}
.heading-sec1 p{
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 5px;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}

/* award section end */

/* testimonial section start */
.testi-section{
    background: #000;
}
.testi-1{
  padding: 30px 15px 0;
}
.testi-2{
  padding: 0;
  text-align: center;
}
.testi-monial {
    padding: 20px 20px;
    position: relative;
    background: #ffffff;
    padding-right: 20px;
    border-radius: 10px;
    text-align: justify;
}
.testi-monial i {
    color: #ffcd00;
    font-size: 12px;
    padding: 3px;
    text-shadow: 0 0 4px #ffffff;
}
.testi-monial span {
    color: #00111d;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    padding: 5px 0 5px;
}
.testi-monial p {
    line-height: 30px;
    color: #191919;
    font-size: 17px;
    font-weight: 500;
text-align: left;
}
/* testimonial section end */


/* footer section start */
.footer{
  position:relative;
  z-index: 9;
  background: url(../images/images-add-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.footer-heading strong{
  text-align: center;
  padding: 0 0 5px;
}
.footer-center1{
  padding: 0px 10px 30px;
  border-right: 1px solid #ffffff54;
}

.footer-center1:last-child{
  border:0;
  padding-left: 20px;
  margin: 0 auto;
}
.footer-center2{
  /* padding: 0; */
}
.text-centent p{
  color: #fff;
  line-height: 31px;
  font-weight: 300;
  font-size: 15px;
  padding: 0px 0 21px;
}
.footer-copy{
  justify-content:center;
  align-items:center;
  padding: 40px 0 0;
}
.icon-social li{
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}
.icon-social li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 110px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  background: #ffaa0042;
}
.footer-list ul {
  padding:0;
  list-style:none;
  margin:0;
}
.footer-list ul li{
  padding: 9px 0px 9px 0px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  position:relative;
  text-transform: capitalize;
}
.footer-list ul li:before {
    content: '';
    background: #00111d;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    display: inline-block;
    border: 2px solid #ffcd00;
    border-radius: 50%;
}
.footer-contact a{
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  display: block;
}
.footer-contact ul li{
  list-style: none;
  padding: 0 9px 0 9px;
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  color: #ffba00;
  display: inline-block;
}
.footer-contact li a{
  color: #fff;
}
.footer-contact li:nth-child(1){
  color: #ffe5ac;
  font-weight:600;
  display: block;
  letter-spacing:3px;
  text-transform:uppercase;
  padding: 24px 0 0;
}
.footer-navigation{
    padding: 10px 0 10px;
    margin: 0px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #ffe0a3;
    border-top: 1px solid #ffe0a3;
}
.footer-navigation ul li{
  padding: 6px 25px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  display:inline-block;
  position:relative;
  text-transform: capitalize;
  list-style: none;
}
.footer-navigation ul li a{
  color:#fff;
}
.footer-navigation ul li:hover a{
    color:#ffc035;
}
.footercontact-heading strong{
  font-size: 35px;
  text-transform: uppercase;
  display:block;
  font-weight: 500;
  color: #ffcd00;
  font-family: "Poppins", sans-serif;
}

.footercontact-heading ul{
  padding: 11px 0 0 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.footercontact-heading ul li{
  display: block;
  padding: 9px 0px 9px;
  color: #fff;
}
.footercontact-heading ul li a{
  color: #fff;
}
.footercontact-heading ul li b i{
  font-weight: 600;
}
.footercontact-heading ul li b{
  height: 38px;
  width: 38px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  border: 1px solid #ffcd00;
  padding: 3px;
  color: #ffcd00;
  border-radius: 11px 0;
}
.footercontact-heading ul li .bi{
  height: 1.3rem;
  color: #ffffff;
  width: 1.3rem;
  margin: 0px 0 -3px 0;
}
.footercontact-heading ul li span{
  padding: 0 0 0 5px;
  display: inline-block;
  font-size: 65px;
  color: #fff;
}
.appointment{
  background: #ffffff;
  font-size: 17px;
  border-radius: 7px;
  display: block;
  margin: 20px 0 0;
  color: #e40000 !important;
  font-weight: 700;
  padding: 0 11px 10px;
  text-transform: capitalize;
  text-align: center;
}
.appointment span{
  height: 38px;
  line-height: 48px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  width: 42px;
  display: inline-block;
  background: #00111d;
  color: #fff;
}
.appointment span .bi{height: 1.7rem;width: 1.7rem;}

.copy span{
  color: #000000;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  background: #ffcd00;
  display: block;
  padding: 10px 15px;
}
.copy span strong{
  display: block;
  padding: 0 0 3px 0;
  font-size: 17px;
  color: #e40000;
  font-weight: 700;
}
.copy p{
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 0 0;
}

/* footer 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: red;
  position: relative;
  padding: 7px 6px 7px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook
  ul li:last-child{
  background: #00c915;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}





@media (max-width: 767px){
.top-line1 {font-size: 23px;}
.top-hindi-line p {font-size: 18px;padding: 4px 0 10px;line-height: 26px;}
.add-design1 {padding: 40px 15px 15px;}
.list-detail1 p {font-size: 30px;line-height: 38px;}
.add-love a {font-size: 55px;}
.add-love strong {font-size: 28px;}
.add-love p {line-height: 25px;font-size: 20px;}
.heading-sec1 strong {font-size: 36px;}
.rating1:nth-child(1){width: 40%;}
.rating1:nth-child(2){order: 4;padding-top: 15px;}
.rating1{padding: 0;}
.footercontact-heading strong {text-align: center;}
.footer-center1 {border-right:0;}
.footer-center1:last-child {padding-left: 10px;}
.copy p {padding: 15px 0 7px;}
#callbook {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-center2 strong {font-size: 23px;}
.head-right2 p {font-size: 18px;}
.add-design1 {padding: 40px 15px 15px;}
.footer-center1 {border-right:0;}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-line1 {font-size: 23px;}
.top-hindi-line p {font-size: 18px;padding: 4px 0 10px;line-height: 26px;}
.head-center2 strong {font-size: 20px;}
.head-right2 a {font-size: 32px;line-height: 35px;}
.head-right2 p {font-size: 16px;line-height: 20px;}
.head-right2 strong {font-size: 19px;}
.head-right2 span {font-size: 16px;}
.add-love strong {font-size: 28px;}
.add-love p {font-size: 22px;}
.add-love a {font-size: 55px;}
.appointment {font-size: 14px;padding: 0 8px 10px;}
.appointment span .bi {height: 1.4rem;width: 1.4rem;}
.appointment span {height: 32px;line-height: 40px;width: 38px;}
}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.top-line1 {font-size: 18px;}
.top-hindi-line p {font-size: 18px;line-height: 21px;}
.about-title strong {font-size: 32px;}
.add-love a {font-size: 43px;}
.add-love strong {font-size: 22px;}
.add-love p {line-height: 23px;font-size: 17px;}
.heading-sec1 strong {font-size: 27px;}
.list-detail1 ul li {padding: 7px 13px 6px;font-size: 15px;margin: 5px 0px;}
.sn-testi-sec ul{display: block;}
.sn-testi-sec ul li:nth-child(1), .sn-testi-sec ul li:nth-child(2) {width: 100%;text-align: center;padding: 20px;}
.sn-testi-sec:before {border-radius: 20px 20px 200px 200px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.top-line1 {font-size: 20px;}
.head-center2 strong {font-size: 18px;}
.head-right2 a {font-size: 35px;}
.head-right2 strong {font-size: 21px;}
.head-right2 p {font-size: 15px;line-height: 18px;}
.list-detail1 p {font-size: 22px;line-height: 28px;}
.about-title strong {font-size: 22px;}
.add-love a {font-size: 33px;}
.add-love strong {font-size: 19px;}
.add-love p {line-height: 18px;font-size: 13px;}
.list-detail1 ul li {padding: 9px 18px 7px;font-size: 17px;margin: 7px 0px;display: block;}
.heading-sec1 strong {font-size: 20px;line-height: 22px;padding: 6px 15px 5px;}
.right-img img {max-width: 250px;}
.add-design1 {padding: 30px 15px 15px;}
.heading-sec1 p {font-size: 16px;}
.footercontact-heading strong {font-size: 28px;}
#callbook ul li a span {font-size: 19px;}
#callbook ul li {padding: 8px 6px 10px;}
}
.grid_sction {
margin: 0px 0 0px 0;
    background: linear-gradient(90deg,rgba(1, 16, 23, 1) 0%, rgba(5, 28, 14, 1) 50%, rgba(28, 27, 20, 1) 100%);
    padding: 50px 0;
}
.grid_sction .container {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto;
}
.grid_sction .container img {
	padding:0;
}
.our-team .text .h6 {
    font-size: 19px;
    text-align: center;
    margin: 15px 0 20px 0;
    font-weight: 500;
    color: #000;
    background: #f6ea89;
    padding: 10px 0;
}
.mbl {
	display: none;
}
.address-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    gap: 10px;
}
.address_clo_1 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    align-items: center;
}
.address_wrapper_info {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.address_wrapper_txt {
    background: #f6ea89;
    padding: 10px 0 2px 0px;
    margin: 0;
    border-radius: 10px;
    color: #010101;
	font-weight: 600;
}
.address_clo_2 {
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.about-text {
    padding: 40px;
    color: white;
}
.glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.about-text h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
.stat-card {
    text-align: center;
    padding: 0px;
    color: white;
}
.about-content {
background: linear-gradient(135deg, #000000 0%, #000000 15%, #000000 35%, #000000 50%, #000000 70%, #000000 85% 85%, #000000 100%);
    display: grid;
    grid-template-columns: 600px auto;
    gap: 60px;
    align-items: center;
    padding: 70px 115px;
	margin: 0 0 0px 0;
}
.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}
.txt_clr {
	color: #d2a02c;
}
.bt_btn {
padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
	margin: 40px 0 0 0;
}
.bt_btn a {
font-size: 22px;
    color: #000;
    background: #FFFF00;
    padding: 5px 20px;
    border-radius: 5px
}
.whts {
	background: #FFA500 !important;
}
.testi-monial {

}
@media (max-width: 767px) {

.head-left2 {
	margin: 0 0 20px 0;
}
.dsktp {
	display: none;
}
.mbl {
	display: block;
}
.image-box img {
    width: 100%;
}
.grid_sction .container {
    flex-direction: column;
}
.address_clo_1 {
    grid-template-columns: auto;
}
.about-content {
    grid-template-columns: auto;
	    gap: 20px;
		    padding: 50px 15px;
}
.about-text {
    padding: 0px;
}
.stats {
    gap: 15px;
}
.grid_sction .container {
    grid-template-columns: auto;
}
.footercontact-heading ul li span {
    font-size: 35px;
}
}