@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');


body{
  margin:0;
  padding:0;
  color: #090359;
  font-family: "Manrope", sans-serif;
}
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;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  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;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
p{
  margin:0;
}

/* START HEADER SECTION  */

/* start top head section  */

/* start top section */

.top-section{background: linear-gradient(179deg, #ffe7d4, white, white);}
.tophead{
  justify-content:center;
  align-items:center;
}
.tophead-left2 p{
  color: #112033;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}


.tophead-right2{
  background: #0c8d1f;
  padding: 5px 10px 11px 10px;
  border-radius: 0 0px 90px 90px;
}
.tophead-right2 ul{
  list-style: none;
  display: inline-block;
  padding: 0px 3px;
}
.tophead-right2 ul i{
  color: #118660;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin: 0;
  padding: 0;
  font-style:normal;
  animation:boun 0.4s infinite;
}
.tophead-right2 ul i a{
  color: #ffffff;
  display: block;
}
  
@keyframes boun {
    0% {
        transform: translateY(3px)
    }
    100% {
        transform: translateY(0)
    }
}
.tophead-right2 ul li{
  display: inline-block;
}
.tophead-right2 ul li:nth-child(2){
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.center-mark aside{
  color: #b30000;
  font-size: 22px;
  padding: 0 20px;
  font-weight: 600;
}
.tophead-right2 li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
}
.tophead-right2 li a .bi{
  height: 15px;
  width: 16px;
  color: #ffffff;
  margin: 0 0 0 9px;
}


/* end top section */

/* end top head section  */

/* start head section  */

.head-section .row{
  justify-content:center;
  align-items:center;
}
.head-logo1{
  padding: 0px 0 0px 0;
}
.contact em{
  font-size:20px;
  color: #000;
  font-style: normal;
  display: block;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.contact em .bi{
  height: 27px;
  width: 27px;
  color: #feaf33;
}
.contact ul li{
  display:inline-block;
  padding: 0 0px 0px 60px;
  position: relative;
  color: #222;
  margin: 0 0 0 30px;
  font-size: 17px;
  list-style: none;
  text-transform: capitalize;
  font-weight: 600;
}
.contact ul li a{
  margin: 0;
  text-align:center;
  font-size: 29px;
  font-weight: 700;
  animation:blk 0.7s infinite ease-in;
  display: inline-block;
}
.contact ul li a span{
  background: linear-gradient(90deg, #8CA6FF 0%, #C6E3F5 100%);
  height: 50px;
  width: 50px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  display: block;
  left: 0;
  position: absolute;
  top: -7px;
}
.contact ul li a span .bi{
  height: 32px;
  width: 32px;
}


.call-top a{
  display:block;
  font-size: 41px;
  padding: 0 0 0px 0;
  color:#585858;
  
  text-align:center;
  font-weight: 600;
  animation:blk 0.7s infinite ease-in;
}
@keyframes blk{
  0%{color:transparent;}
  100%{color:#585858;}
}
.award-head1 ul{
  padding:0;
  margin:0;
  list-style:none;
}
.award-head1 ul li{
  display:inline-block;
  padding: 0 15px;
}
.award-head1 li img{
  height: 57px;
}
.award-head1 li p{
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0 0;
  text-align: center;
  text-transform:uppercase;
}

/* end head section  */

/* start slider section  */


.slider img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #fff;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}
.carousel-control-next b span{
  margin-left: 0;
  margin-right: 2px;
}

.verified-design .row{
  padding: 0 0 0 40px;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  justify-content: left;
  align-items: center;
}


/* end slider section  */

/* END HEADER SECTION  */


/* start famous section  */


.famouspandit-left1{
  padding:0;
}
.famous-design{
  position:relative;
  padding: 0 0px 0px 0px;
  background: linear-gradient(353deg, #055d6b, #00b0a6);
  z-index: 9;
}

.famoupandit-left2{
}
.famous-heading{
  padding: 40px 0 0 0;
  text-align: center;
}
.famous-heading p{
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 8px 0;
}
.famous-heading strong{
  font-size: 66px;
  color: #fff;
  font-family: "Marcellus SC", serif;
  text-transform: capitalize;
  font-weight: 500;
  background: linear-gradient(90deg, #8CA6FF 0%, #C6E3F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.famous-heading strong img{
  animation: float 9s ease-in-out infinite;
  height: 40px;
  margin: 0 10px;
}
@keyframes float {
  0% {    
    transform: rotateY(0px);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0px);
  }
}
.famous-text{
  padding: 10px 40px 35px 40px;
}
.famous-text p{
  color: #ffffff;
  line-height: 32px;
  padding: 10px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}
.famous-text p strong{
  color: #ffffff;
  font-weight: 700;
}
.famous-text ul{
  padding:0;
  margin:0;
}
.famous-text ul li{
  display:inline-block;
  border: 1px solid #0f92a7;
  color: #fff;
  padding: 6px 10px;
  margin: 9px 4px  0 0;
  font-size: 16px;
}

.famouspandit-right1{
  padding: 0px 0px 0px 0px;
  background: #fff0;
}
.design-before{
   position:relative;
   z-index: 99;
}
.design-before:before{
  content:"";
  position:absolute;
  height: 70%;
  width: 29%;
  background: #ffffff;
  z-index: -9;
  top: 0px;
  right: 100px;
  border-bottom: 5px solid #055d6b;
  border-right: 5px solid #055d6b;
}
.famouspandit-right2{
  position:relative;
  padding: 0px 0 0 20px;
}

.welcome-religion{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -33px 0 0;
    /* z-index: 999; */
    position: relative;
}
.religion{
  position:relative;
}
.religion img{
  margin: 23px auto 0;
  display: block;
}
.religion p{
  background: linear-gradient(90deg, #8CA6FF 0%, #C6E3F5 100%);
  color: #000000;
  padding: 7px 9px;
  display: block;
  
  margin: 19px auto 0;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}

.banner-contact{
  padding: 30px 0 0px 0;
  text-align: center;
}
.banner-contact a{
  display: block;
  font-size: 54px;
  font-weight: 600;
  
}
.banner-contact p{
  font-size: 21px;
  text-transform: capitalize;
  font-weight:600;
  
  color: #ba0000;
  margin: -11px 0 0;
}

/* end famous section  */


/* start services section  */


.services-design{
  padding: 110px 0 0;
  display: none;
}
.services-design1{
  background: linear-gradient(90deg, #055d6b, #00b0a6);
  padding: 30px 30px;
  border-radius: 250px;
}
.services-design_1{
  padding: 10px;
}
.services-design_2{
  display: flex;
  justify-content: center;
  align-items: center;
}

.serv-left1{
  width: 30%;
  text-align: center;
}
.serv-left1 img{

}
.serv-right1{
  width: 70%;
}
.serv-right1 p{
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  
  font-weight: 500;
}
.serv-right1 a{
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #ffc600;
  font-style: italic;
  padding: 3px 0 0;
  text-transform: capitalize;
}
.serv-right1 a:before{
  background: #ffc451;
  height: 1px;
  width: 37%;
  position: absolute;
  content: "";
  right: 13px;
  top: 18px;
}

/* end services section  */


/* start best services section  */

.bestservices{
  padding: 70px 0;
  position:relative;
}

.heading-services p{
  color: #090359;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 8px 19px 9px;
  border-radius: 30px;
  width: fit-content;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  margin: 0 auto;
  background: linear-gradient(90deg, #7b93e5 0%, #C6E3F5 100%);
}
.heading-services strong{
  font-size: 86px;
  font-family: "Marcellus SC", serif;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  margin: -25px  0 0 0;
}

.heading-services strong img{
  animation: float 9s ease-in-out infinite;
  height: 40px;
  margin: 0 10px;
}
.best-srvv{
  padding:80px 0 0 ;
}
.best-services1{
  padding: 0px 20px 0px;
}
.best-services2{
  position:relative;
  padding: 0px 20px 20px;
  border: 2px solid #93adfe;
  border-radius: 0 0 190px 190px;
  border-top: 0;
}

.best-services3{padding: 0px 0 0px 0;position: absolute;bottom: -90px;}
.best-services3 img{
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  border: 17px solid #090359;
  height: 230px;
}


.best-services4{
  padding: 0 0 170px 0;
}
.best-services5 a{
  background: linear-gradient(90deg, #8CA6FF 0%, #C6E3F5 100%);
  color: #000000;
  padding: 7px 9px;
  display: block;
  margin: 0 auto;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 10px;
  text-shadow: -1px 0px 11px white;
}
.best-services5 strong{
  display: block;
  padding: 0;
  color: #0a045a;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.best-services5 p{
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  color: #000;
}
/* end best services section */

/* start about us section  */


.aboutus-section{
  padding:100px 0 0;
}

.heading-services h1{
  font-size: 39px;
  font-family: "Marcellus SC", serif;
  text-transform: capitalize;
  font-weight: 700;
}
.heading-services h1 a{
  color: #055d6b;
}
.heading-services h1 img{
  animation: float 9s ease-in-out infinite;
  height: 40px;
  margin: 0 10px;
}
.aboutus-section1 p{
  color: #414141;
  line-height: 31px;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0px;
}
.aboutus-section1 p strong{
  color: #1e1e1e;
  font-weight: 800;
}
.aboutus-section1 span{
    color: #d30000;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    padding: 5px 0px 5px 0px;
    position: relative;
    margin: 8px 0 0px;
    font-size: 19px;
}
.aboutus-section1 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.aboutus-section1 ul li{
  font-size: 15px;
  color: #000000;
  text-transform: capitalize;
  padding: 7px 20px;
  font-weight: 600;
  margin: 8px 6px;
  background: #ffb43a;
  display: inline-block;
  border-radius: 40px;
}
.aboutus-section1 i{
  color: #ffffff;
  text-shadow: 0 0 4px #fff;
  
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  padding: 5px 0px 5px  10px;
  position:relative;
  margin: 25px 0 15px;
  font-size: 17px;
}
.aboutus-section1 i:before{
  height:100%;
  position:absolute;
  content:"";
  background: linear-gradient(90deg, #ffc600, #faa505);
  width: 4px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
  
/* end about us section  */

/* start services list section  */
.list-section{
}
.list-section1{
  padding: 0 30px 0 0px;
}
.list-section2{
}

.list-heading{
}
.list-heading strong{
  font-size: 70px;
  font-family: "Marcellus SC", serif;
  padding: 0 0 0 15px;
  font-weight: 500;
  display: block;
}
.list-heading strong img{
  animation: float 9s ease-in-out infinite;
  height: 40px;
  margin: 0 10px;
}
.list-heading p{
    color: #090359;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 8px 19px 9px;
    border-radius: 30px;
    margin: 0 auto 0 0;
    width: fit-content;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: linear-gradient(90deg, #7b93e5 0%, #C6E3F5 100%);
}
.list-design1{
  padding: 30px 40px 0 0px;
}
.list-design2{background: url(../images/about-bg.webp) #acc8f9 no-repeat;padding: 50px 20px 59px;border-radius: 60px;background-size: cover;border: 1px solid #eee;}
.list-design2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-design2 ul li{
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  padding: 13px 10px 10px 50px;
  margin: 14px 0 0;
  color: #000000;
  14px 14px 14px 40px;
  border-radius: 50px;
  position: relative;
  text-transform: capitalize;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}
.list-design2 ul li a{
  color: #000;
  display: block;
}
.list-design2 ul li:before{
    position: absolute;
    top: 5px;
    left: 10px;
    color: rgb(255 158 0);
    font-size: 29px;
    content: "⍟";
    font-family: "Glyphicons Halflings";
    background: 30% center rgba(230, 230, 230, 0);
}
.banner-section1{
  padding:0;
}
.banner-section1 img{
  margin: 0 0 7px 0;
}
.text-contact p{
  font-size: 31px;
  text-transform:capitalize;
  font-weight: 700;
  font-family:'Rubik',sans-serif;
}
.text-contact span{
  color:#ba0000;
  font-size:20px;
  font-weight: 800;
  text-transform:uppercase;
}
.calll a{
  display:block;
  background: #090359;
  color: #fff;
  font-family: "Marcellus SC", serif;
  text-transform: capitalize;
  font-size: 52px;
  margin: 20px 0 0;
  padding: 6px 10px;
  animation: boun 0.9s infinite;
  border-radius: 70px;
  text-align: center;
}
/* end services list section  */


/* start award section  */

.award-row{
  position: relative;
}
.award-1{
  padding: 9px;
}
.award-2{
}
.award-2 img{
  width: 100%;
}
.award-2 p{
  color: #bf0000;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 0 0;
  
}

.heading-award p{
  color: #ba0000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 8px 0;
}
.heading-award strong{
  font-size: 56px;
  font-family: "Marcellus SC", serif;
  display: block;
  margin: -30px 0 0;
  text-transform: capitalize;
  font-weight: 500;
  background: #090359;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading-award  .bi{
  height: 60px;
  fill: #879fe7;
  width: 50px;
}
/* end award section  */


/* start main services section  */

.mainservices{
  background: linear-gradient(90deg,#00b0a6, #055d6b, #00b0a6);
}
.mainservices .heading-services p{
  color: #ffe200;
}
.mainservices .heading-services strong{
   color: #fffcf9;
   font-weight: 500;
}
.mainservices .heading-services strong img{
  filter: brightness(0) invert(1);
}
.main-services1{
  padding: 15px;
}
.main-services2{
  padding: 25px 25px 35px;
  background: #ffffff;
  border-radius: 20px;
}
.main-services3{
  position: relative;
}
.main-services3 img{
  border-radius: 25px;
  border: 1px solid #eee;
  width: 100%;
}
.main-services3 span{
  position: absolute;
  background: -webkit-linear-gradient(90deg, #ff9900, #ffc600 80%);
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  left: -0;
  right: 0;
  top: 0;
  line-height: 45px;
  height: 16%;
  border-radius: 25px 25px 0px 0;
  font-weight: 600;
  
  color: #000000;
  text-transform: capitalize;
}
.main-services4{text-align: center;}
.main-services4 p{
  color: #000000;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 0px 20px;
  text-align: justify;
}
.main-services4 a{
  padding: 6px 19px;
  background: linear-gradient(90deg, #055d6b, #00b0a6);
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.main-services4 a span{
  height: 30px;
  width: 30px;
  background: -webkit-linear-gradient(90deg, #ff9900, #ffc600 80%);
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  border-radius: 40px;
  margin: 0 0 0 10px;
}
/* end main services section  */



/* start testimonials section  */
.testiomonials-section{
  padding: 180px 0 80px;
}
.testimonials-design1{
  padding: 0 0 0 20px;
}
.testimonials-design2{border: 4px solid #8ca5e9;border-radius: 20px 0 20px 20px;}
.testimonials-design3{
  width: fit-content;
  background: #fff;
  margin: -13px 0 0 auto;
  padding: 0 10px  0 0px;
}


.testimonials-design3 strong{
  text-transform: uppercase;
  color: #d70000;
  font-size: 19px;
  text-align: right;
  float: right;
}
.testimonials-design3 span{
  display: inline-block;
  padding: 0 10px 0 10px;
}
.testimonials-design3 span b .bi{
  color: #ffd955;
}

.testimonials-design4 p{
  font-size: 15px;
  color: #000;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}

.testimonials-mid .testimonials-design3 strong{
  float: unset;
}
.testimonials-mid .testimonials-design3 span{
  float:right;
}
.testimonials-mid {
    padding: 0 0 0 20px;
}
.testimonials-mid  .testimonials-design2{
  border-right: 0;
  padding: 0 10px 0 0;
}

.testimonials-design4 span{
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
  z-index: -9;
  opacity: 0.1;
  color: #ff9900;
  display: block;
}
.testimonials-design4 span .bi{
  height: 7rem;
  width: 7rem;
  display: block;
}
.testimonials-design4 {
  position: relative;
  padding: 20px;
}
.testimonials-design4 img{
  height: 70px;
  border-radius: 50%;
  display: block;
  margin: 7px auto 0;
}
/* end testimonials section  */



/* start footer section */

.footer-section{
  background: url(../images/about-bg.webp) #acc8f9 no-repeat;
  padding: 50px 0px 59px;
  border-radius: 60px;
  background-size: cover;
}
.footer-design{
  background: #fff;
  border-radius:20px;
  border:2px solid;
  padding: 40px 40px;
}
.footer-left1{
  padding: 0 40px 0 20px;
}
.footer-contact1{
  padding: 0 20px 0;
  margin: 0px 0 0;
}
.footer-contact2{
  background: linear-gradient(90deg, #8CA6FF 0%, #C6E3F5 100%);
  padding: 20px;
  border-radius: 10px;
}
.footer-design em{
  font-size: 27px;
  color: #000;
  text-align: center;
  font-style: normal;
  display: block;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.footer-design em .bi{
  height: 40px;
  width: 40px;
  fill:#ffb43a;
}
.footer-contact2 a{
  display: block;
}
.footer-contact2 span{
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0px auto -0px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 9px solid #090359;
}
.footer-contact2 span .bi{
  height: 2.9rem;
  color: #ed0000;
  width: 2.9rem;
}
.footer-contact2 p{
  padding: 4px 0 0;
  font-size: 28px;
  font-weight: 700;
}
.footer-contact2 i{
  font-style: normal;
  text-transform: capitalize;
  font-size: 21px;
  display: block;
  padding: 14px 0 0;
  font-weight: 600;
  color: #fff;
}
.footer-location{

}
.footer-location iframe{
  height:450px;
}
.footer-location span{
  font-size: 18px;
  border: 2px solid #fe6e02;
  color: #000000;
  border-radius: 0 60px 70px 0;
  background: #ffffff;
  display: inline-block;
  padding: 14px 30px 14px 90px;
  position: absolute;
  left: 0;
  top: 200px;
  font-weight: 600;
}
.location p{
  height: 120px;
  width: 120px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #e92127;
  animation: zoom-in-zoom-out 1s ease infinite;
  position: absolute;
  top: 160px;
  left: -33px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.location p img{

}
.footer-right1{
  padding:0 20px 0 20px;
}
.disclaimer b{
  display:block;
  font-size: 13px;
  color: #656565;
  font-weight: 700;
}
.disclaimer strong{
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #737373;
}
.copy p{
  padding: 22px 0 20px 0;
  font-weight: 600;
  color: #ff0000;
  font-size: 15px;
}
.disclaimer {
  padding: 30px 0 0px;
  margin: 0px 0 0;
}
/* end footer section */



.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: none;
  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: #ed270c;
    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 img
{
    filter: brightness(0.5) invert(1);
}





@media (max-width: 767px){
  body{text-align: center;}
  .tophead-left2 {padding: 10px 0px 4px 0px;}
  .tophead-left2 p{font-size: 15px;}
  .tophead-right2 {padding: 0px 0px 9px 0px;text-align: center;}
  .banner-contact {padding: 30px 10px 30px 10px;}
    .banner-contact a{font-size: 47px;}
  .banner-contact p{font-size: 17px;}
  .famous-design:before{border-radius: 0 0px 15px 15px;}
  .serv-right1 p{font-size:16px;}
  .design-before:before{height:83%;right: 14px;width: 41%;}
  .serv-right1 a:before{display:none;}
  .best-services2:before{border-bottom: 4px solid#5850ba;}
  .best-services1:last-child .best-services2:before{border-bottom:0;width: 91%;}
  .best-services1:last-child{padding: 0px 20px 0;}
  .best-services2{text-align:center;padding: 20px  0 0;}
  .best-services1:last-child .best-services2 .best-services4 {padding: 0px 15% 0;}
  .heading-services h1 {font-size: 27px;}
  .banner-section1{padding:60px 0 0;}
  .list-design1 {padding: 0px 20px 0 20px;}
  .best-services1 {padding: 10px 10px 0;}
  .testimonials-design4{padding:10px;}
  .testimonials-design3 strong{float:none;display: block;}
  .best-services4 {padding: 0 20px 0;}
  .heading-services h1 img{margin: 0 0px;}
  .services-design1{border-radius:40px;}

  .testimonials-design1{padding: 20px 10px;}
  .testimonials-mid:nth-child(3) {padding: 20px 10px;}
  .testimonials-mid .testimonials-design2{padding:0;}
  .testimonials-mid:nth-child(3) .testimonials-design2{padding:0;}
  .heading-services strong {font-size: 51px;}
  .main-services1 {padding: 10px;}
  .main-services2 {padding: 0px 0px 35px;border-radius: 0 0 20px 20px;}
  .footer-detail{width: 50%;padding: 0 0 14px 20px;}
  
  .best-services3{position:relative;bottom:0;}
  .best-services4{padding:0 0 30px;}
  .aboutus-section {padding: 0px 0 0;margin: 0 0 20px;}
  .list-heading strong{font-size: 53px;padding: 0 0 0 10px;}
  .best-services5 strong{font-size: 22px;}
  .footer-contact2 p{font-size: 21px;}
  .footer-contact1 {padding: 0 0px 10px;width: 100%;}
  .testiomonials-section { padding: 0px 0 80px;}
  .center-mark1{display:none;}
  .tophead-right2 ul i{font-size: 17px;}
  .contact em{margin: 0 0 20px;}
  .best-srvv{padding: 20px 0 0 0;}
  .best-services3 img{height:auto;}
  .list-section1{padding:0;}
  .footer-design {padding: 40px 10px;}
  .contact ul li:nth-child(1){display:none;}
  .footer-design em {font-size: 17px;}
  .footer-design em .bi{height: 30px; width: 30px;}
  .calll a{font-size: 29px;}
  .list-design2{padding:20px 10px;}
  .list-design2 ul li{border-radius:10px;font-size: 14px;padding: 13px 10px 10px 38px;}
  .list-design2 ul li:before{top: 2px;left: 4px;}
  .aboutus-section1 ul li{display:block;margin:7px 0;}







  
    .fix{display:block;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-left2 {padding: 7px 0px 6px 30px;}
  .tophead-left2 p{font-size: 17px;}
  .tophead-right2 {padding: 5px 30px 9px 0px;}
  .head-logo1{width:100%;text-align: center;}
  .top-center1{display:none;}
  .tophead-right2 ul li{font-size:15px;padding: 0px 6px;}
  .design-before:before{display: none;}
  .serv-right1 a:before{display:none;}
  .best-services2:before{border-bottom:4px solid#5850ba;}
  .best-services1:last-child .best-services2:before{/* border-top:4px solid#55380f; */border-bottom:0;width: 60%;}
  .best-services1:last-child{padding: 0px 20px 0;}
  .best-services1:last-child .best-services2 .best-services4 {padding: 0 20% 0;}
  .heading-services h1 {font-size: 34px;}
  .banner-section1{padding:60px 0 0;}
  .list-design1 {padding: 30px 20px 0 20px;}
  .heading-award{bottom: auto;top: -50px;width: 100%;}
  .best-services1{padding:10px;}

  .testimonials-design1{padding: 20px 10px;}
  .testimonials-mid:nth-child(3) {padding:20px 15px;}
  .testimonials-mid .testimonials-design2{padding:0;}
  .testimonials-mid:nth-child(3) .testimonials-design2{padding:0;}
   .contact ul li:nth-child(3){display:none;}
  .contact ul li a{font-size: 26px;margin: 0 0 0 7px;}
  .contact ul li a span{height:50px;width:50px;}
  .famouspandit-right2{padding:0;}
  .banner-contact {padding: 50px 0 0px 0;}
  .best-services3{position:relative;bottom:0;}
  .best-services4{padding:0 0 30px;}
  .aboutus-section {padding: 0px 0 0;}
  .list-heading strong{font-size: 53px;padding: 0 0 0 10px;}
  .center-mark1{display:none;}
  .heading-services strong {font-size: 67px;}
  .testiomonials-section { padding: 50px 0 80px;}
  .list-section1{padding:0;}
  .footer-design {padding: 40px 20px;}


  

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tophead-left2 p{font-size: 14px;}
  .famous-text { padding: 10px 20px 35px 20px;}
  .services-design_1 {padding: 10px 5px;}
  .serv-right1 p{font-size: 16px;}
  .best-services2:before{width:85%;}
  
  .list-design1 {padding: 30px 20px 0 20px;}
  .heading-award strong {font-size: 52px;}
  .award-2 p{font-size: 16px;}
  .best-services1 {padding: 0px 15px 0;}
  .main-services3 span{}
  .testimonials-design3 span b .bi{height: 0.8rem;width: 0.8rem;}

  .testimonials-design1 {padding: 0 10px 0 0px;}
  .testimonials-mid {padding: 0 0 0 10px;}
  .testimonials-mid:nth-child(3){padding: 0 10px 0 0px;}
  .footer-name p {font-size: 28px;}
  .footer-contact a{font-size: 31px;}
  .chat-whatsapp a{font-size: 25px;}
  .award-footer a {font-size: 20px;}
  .contact ul li:nth-child(2){display:none;}
  .best-services5 strong{font-size: 22px;}
  .design-before:before{border-right:0;}
  .tophead-right2 ul i{font-size: 16px;}
  

  




}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {


}

@media (max-width: 575px) and (min-width: 0px) {
  .design_verifi img {width: 55%;}
  .tophead-left2 p {font-size: 15px;}
  .list-heading strong {font-size: 30px;}
  .list-design1 {padding: 0px 15px 0 20px;}
  .text-contact p {font-size: 25px;}
  .aboutus-section1 h2, h3, h4, h5, h6{font-size: 20px;line-height: 24px;}
  .heading-services h1 {font-size: 26px;}
  .heading-services h1 .cricle-image2{display: block;margin: 10px auto 0;height: auto;}
  .heading-services h1 img{display: none;}
  .heading-services p{font-size: 14px;}
  .best-services2:before{border-bottom:0;width: 91%;}
  .best-services1:last-child {padding: 0px 15px 0;}
  .best-services4 {padding: 0 16px 0;}
  .best-services3 span{top: -13px;}
  .best-services1:nth-child(1) .best-services3 span{top:-30px;}
  .best-services1:last-child .best-services2 .best-services4 {padding: 0 30px 0;}
  .serv-left1{text-align:left;}
  .call-top a{font-size: 27px;}
  .heading-award strong {font-size: 80px;}

  .testimonials-design1 {padding: 11px 0px;}
  .heading-services strong {font-size: 51px;}
  .heading-services strong .cricle-image2{display:none;}
  .heading-services strong img{margin:0;}
  .main-services3 span{line-height: 20px;/* position: relative; */margin: 0 0 -2px 0;display: block;border-radius: 0;padding: 11px 0;}
  .main-services3 img{border-radius:0;}
  .footer-detail1{width:100%;}
  .footer-right2{display:block;padding: 0 16px 0 16px;}
  .footer-name ul li {padding: 10px 10px 10px 10px;}
  .footer-name ul li:before {top: 17px;left: -3px;}
  .award-footer a {padding: 0 0 0 0px;font-size: 18px;}
  .footer-detail1 strong{padding: 10px 0 0px 0;}
  .award-footer a .bi{height:1.1rem;width:1.1rem;}
  .footer-name p{font-size: 24px;}
  .social-media {padding: 10px 0 10px 0px;}
  .main-services-inner2 .main-services4 p {}
  .breadcrumb-section h1{font-size:25px;line-height:30px;}
  .breadcrumb-section p { padding: 0 0 10px 0;}
  .contact-right1{padding: 20px 15px !important;}
  .contact-heading strong{font-size:20px;padding: 11px 23px;}
  .contact-detail i{font-size: 24px;}
  .social-media-footer{width:80%;right: 0;left: 0;margin: 20px auto 0;}
  .contact-left1{padding: 0 20px !Important;}
  .contact-detail {padding: 30px 15px;}
  .design-content i{font-size: 27px;}
  .call-left1{width:50%;}
  .call-left1 a span{height: 110px;line-height: 122px;width: 110px;}
  .call-left1 a span:before{height: 80px;width: 80px;}
  .call-left1 a span .bi{height: 2.5rem;width: 2.5rem;}
  .clientfeedback3 b{width: 90%;font-size: 15px;}
  .clientfeedback3 b .bi { margin: 0 0 0 3px;}
  .footer-contact1:nth-child(1){display:none;}
  .best-services3 img{height:200px;margin:10px auto 0;}
  .award-head1 li img{height: 40px;}
  .award-head1 li p{font-size: 11px;}
  

  
}
@media (max-width: 420px) and (min-width: 0px) {
  .award-head1 li img{height: 37px;}
  .award-head1 li p{font-size: 11px;}
  .banner-contact a {font-size: 32px;}
  .famous-design {padding: 0 20px 41px 20px;}
  .welcome-religion:before {height: 250px;width: 250px;top: -16px;}
  .religion p {font-size: 19px;line-height: 27px;padding: 0 10px;}
  .list-heading strong {font-size: 45px;}
  .list-heading strong img{height: 34px;margin: 0 1px;}
  .list-heading p{font-size:15px;}
  .text-contact span {font-size: 18px;}
  .text-contact p { font-size: 25px;}
  .award-head1 ul li {padding: 0 1px;}
  .famous-heading strong img{display:none;}
  .famous-heading strong .cricle-image2{display:block;margin: 10px auto 0;}
  .famous-heading strong {font-size: 43px;line-height: 41px;}
  .tophead-right2 ul li:nth-child(1){display:block;font-size: 15px;}
  .heading-award strong {font-size: 47px;line-height: 49px;margin: -17px 0 0;}
  .award-1{width:100%;padding: 8px 0;}
  .heading-services h1 {font-size: 19px;line-height: 41px;}
  .heading-services strong {font-size: 30px;margin: 0px 0 0 0;}
  .main-services3 span {}
  .footer-contact a {font-size: 30px;}
  .link-policy{width:100%;padding: 0;}
  .footer-detail{width:100%;border: 0;}
  .link-policy ul li{display:inline-block;padding: 5px 3px;font-size: 13px;}
  .contact-detail ul li span .bi {margin: 0 2px -5px 0px;height: 1.0rem;width: 1.0rem;}
  .contact-detail b{font-size:15px;}
  .contact-detail i{font-size: 20px;}
  .contact-heading strong{font-size:16px;}
  .clientfeedback3 b{width: 100%;font-size: 15px;}
  .clientfeedback3 b .bi {margin: 0 0 0 0px;height: 0.8rem;width: 0.8rem;}
  .clientfeedback2:before{display:none;}
  .clientfeedback3 {padding: 16px 25px 30px 25px;}
      .contact ul li a span {  height: 40px; top: 0; width: 40px;line-height: 40px;}

.contact ul li a{font-size: 27px;}
} 

