@import url('https://fonts.googleapis.com/css2?family=Milonga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{
  margin:0;
  padding:0;
  color: #3c1053;
  font-family: "Rubik", sans-serif;
}
html{
    padding:0 !important;
    margin:0 !important;
}

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;
}
/* background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));*/
/* font-family: "Milonga", serif;*/

/* START HEADER SECTION  */ 

/* start top head section */ 

.tophead-section{
  background: url(images/header-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.tophead{
  /* background:#feb22d; */
  padding: 0px 0px 0px;
  /* background: url(images/bg-yellow.jpg) no-repeat; */
  /* background-size: cover; */
}
.topleft{
   padding: 0;
   position: relative;
   text-align: center;
}
.topleft a{
  color: #000;
  font-size: 30px;
  padding: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  position:relative;
}

.topleft a b{
  background: linear-gradient(to right, #ad5389, rgb(60, 16, 83));
  content:"";
  position: absolute;
  display: block;
  height: 60px;
  top: 20px;
  width: 60px;
  border-radius:50%;
  line-height: 63px;
  right: 30px;
  animation: dot-grow 1.6s linear infinite;
  text-align: center;
}
@keyframes dot-grow {
  0% { box-shadow: 0 0 0px 10px #ffffff33; }
  50% { box-shadow: 0 0 0px 0px #ffffff33;}
  100% { box-shadow: 0 0 0px 10px #ffffff33; }
}
.topleft a b .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.topright span{
  background: #a95187;
  border-radius: 0 0px 30px 30px;
  font-size: 17px;
  padding: 6px 0px;
  font-weight: 500;
  display: block;
  color: #000;
  text-align: center;
}
.topright span b .bi{
  height: 1.4rem;
  width: 1.4rem;
  color: #ad5389;
  margin: 0px 0 -1px;
}
.topright span b{
  display: inline-block;
}
.cen-design{
  justify-content: center;
  align-items: center;
  padding: 10px 0 30px 0;
}
.head-logo1{
  width: 35%;
  padding: 0;
}
.head-logo2 img{
  /* height: 85px; */
}
.head-navigation1{
  width: 65%;
  margin: 0 auto;
}
/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  padding: 0;
  margin: 0;
  position:relative;
  margin: 0;
  z-index: 99;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #333333;
  display: inline-block;
  padding: 4px 20px 4px;
  border-radius: 30px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 40px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 1px;
  margin: 0;
  margin-left: -0px;
  padding-left: 0px;
  border: 0;
  padding-right: 0px;
}
.fixed-top .navbar-toggler{
  padding-right: 10px;
  margin-left: -9px;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: #000000;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.toggle-design:nth-child(2){width: 60%;}
.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  background: #ef821f00;
  color: #000;
}
.menu li a.active-1 {
  background: #ffffff00;
  color: #000000;
  font-weight: 600;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  background: #ffffff;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:block;
  padding: 10px 10px 10px 20px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #1d1d1d;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  font-weight: 600;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #ffc39300;
}
.dropdown-menu ul li:hover a{
  color: #99347c;
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* end navigation section*/


/* start fixed head css */
.fix-naigation{
  z-index: 99;
  position: relative;
}
.fixed-top {
  position: fixed;
  top: 0;
  padding: 0px 40px 0 !important;
  right: 0;
  left: 0;
  margin:0 auto;
  z-index: 1030;
  height: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 13px 3px #c3c3c369;
}
#navbar_top .row{
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.fixed-top .head-logo2 img {
  height: 67px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.fixed-top .navigation {
  padding: 0px 0px 0;
}
.logo-image{
  display:none;
}
.fixed-top .logo-image{display:inline-block;width:30%;}
.fixed-top .logo-image img{
    height: 60px;
}
.fixed-top .head-navigation1{width:70%;margin: 0;}
.fixed-top .hide-head{display:none;}



/* end fixed head css */

/* start book appointment section  */

.head-right{
  width:65%;
}
.tophead-section:before{
  content:"";
  position: absolute;
  background: #ffb22e;
  height: 90%;
  width: 1%;
  top: -81px;
  right: 124px;
  border-radius: 0;
}
.book-appointment{
   padding: 0;
   position: relative;
}
.book-appointment a{
  color: #fff;
  font-size: 22px;
  padding: 6px 0px 6px 25px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  text-align: left;
  background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
}
.book-appointment span{
  height: 63px;
  text-align: center;
  width: 63px;
  line-height: 63px;
  right: -3px;
  top: -11px;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  background: #ffb22e;
  animation: dot-grow 1.6s linear infinite;
}
.book-appointment span img{
  height: 33px;
  filter: brightness(0) invert(1);
}
.head-navigation2{
  background: #fda102;
  padding: 5px 0px;
  border-radius: 80px;
  z-index: 9;
  position: relative;
  background: url(images/bg-yellow.jpg) no-repeat;
}
.contact-number a{
  background: transparent;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  display: block;
  padding: 0 0 14px 0;
}
.contact-number a span{
  font-weight:600;
  text-transform:capitalize;
}
/* end book appointment section */




/* start slider section  */

.slide-section{
  position: relative;
  margin: -30px 0 0;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
  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;
}

/* end slider section  */


/* END HEADER SECTION  */ 

/* start top services section */

.topservices-section{
  position: relative;
  z-index: 9;
  padding: 110px 0 60px;
}
.topservices-section:before{
  content:"";
  background: url(images/temple.png) no-repeat;
  background-position: right;
  position: absolute;
  height: 100%;
  width:100%;
  right:0;
  top: 0;
  left: auto;
  z-index: -9;
}
.topservices-section:after{
  content:"";
  position:absolute;
  height: 8px;
  width:100%;
  top: 41%;
  left:0;
  right:0;
  background: linear-gradient(to left, rgb(173, 83, 137), rgb(60, 16, 83));
  z-index: -9;
}

.design-aboutus{
  padding: 0 60px 0 0px;
}
.about-heading{

}
.about-heading p{
  color: #ffffff;
  background: #461159;
  width: fit-content;
  padding: 6px 33px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 20px;
  text-transform: capitalize;
}
.about-heading h1{
  font-family: "Milonga", serif;
  font-size: 54px;
  text-align: left;
  font-weight: 600;
  color: #3c1053;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-heading h1 a{
  color: #3c1053;
}
.content-about p{
  color: #202020;
  font-weight:400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.content-about h2,h3,h4,h5,h6{
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  color: #000;
  padding: 5px 19px;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 0 22px 0;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: 0;
  display: block;
  left: auto;
}
.content-about  ul{
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}
.content-about  ul li{
  font-size: 15px;
  font-weight: 400;
  padding: 7px 14px 8px 30px;
  position: relative;
  display: block;
  color: #000;
  margin: 0px 0px 0;
}

.content-about  ul li:after{
  height: 15px;
  width: 15px;
  content:"";
  left: 0px;
  top: 11px;
  position: absolute;
  background: #78336f;
  border-radius: 50%;
}
.whatsapp-icon a img{
  
animation: rotation 10s infinite linear;}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.list-design ul li{
  padding: 11px 51px 11px 20px;
  border-radius: 50px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  color: #1e1e1e;
  box-shadow: 0px 0px 4px 2px #dbdbdb;
  margin: 20px 0 10px 0;
  list-style: none;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.list-design ul li:nth-child(1){margin-top:0;}
.list-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon-arrow.png) no-repeat;
  height: 32px;
  width: 32px;
  right: 8px;
  top: 10px;
}
.list-design ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  right: 8px;
  top: 5px;
}

.maincontent-left1{
  padding:0 40px 0 0px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}






.design-form{
  padding: 0;
  margin: 74px 0 0;
}
.form-design2{
  padding: 40px 30px 40px;
  border-radius: 20px;
  background: linear-gradient(to top, rgb(173, 83, 137), rgb(60, 16, 83));
}
.heading-form{
  color: #fff;
  text-align: center;
}
.heading-form p{
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
}
.contac-rr {
   padding: 17px 0px 22px;
   margin: 0;
   text-align: left;
}
.form-group1 {
   padding: 7px 0px;
   text-align: center;
   margin: 5px 0px 5px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #252525;
   font-weight: 400;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #000000;
}

.form-control1 {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 14px;
}
textarea.form-control1 {
  height: 140px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 16px 0 0px 0;
  margin: 0 auto;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  padding: 10px 15px 10px;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #ffffff;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #000000;
  font-size:14px;
  font-weight:500;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}

.list-services ul li{
  padding: 11px 51px 11px 20px;
  border-radius: 50px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  color: #1e1e1e;
  box-shadow: 0px 0px 4px 2px #dbdbdb;
  margin: 20px 0 10px 0;
  list-style: none;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.list-services ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon-arrow.png) no-repeat;
  height: 32px;
  width: 32px;
  right: 8px;
  top: 10px;
}
.list-services ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  right: 8px;
  top: 5px;
}
.text-services p{
  font-size: 48px;
  padding: 20px 0 0;
  font-weight: 600;
  color: #3c1053;
  text-transform: capitalize;
}
.text-services strong{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.text-services a{
  color: #000000;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  width: fit-content;
  padding: 6px 33px;
  margin: 10px 0 0;
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
}
.shiv-image{
  margin:-50px 0 0 0;
}

/* end top services section*/


/* start services section */

.services-section{
  padding: 0px 0 80px;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
}
.services-heading strong{
  font-size: 60px;
  display: block;
  border-bottom: 15px solid #fcae05;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  position:relative;
  font-family: 'Milonga', serif;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-heading p{
  color: #000000;
  font-size: 16px;
  padding: 9px 4% 0 0px;
  line-height: 32px;
}
.services-heading span{
  color: #ffffff;
  background: #461159;
  width: fit-content;
  padding: 6px 33px;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  text-transform: capitalize;
}
.contact-services strong{
  font-size: 34px;
  display: block;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services{
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-1{
  padding: 10px;
}
.services-2{
  padding: 25px 15px;
  background: linear-gradient(0deg, white 30%, #3c1054 30%);
  border-radius: 30px 30px 30px 30px;
}
.services-3{margin: 20px 0 0 0;}
.services-3 img{
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: 17px solid #984781;
  height: 250px;
}
.services-4 strong{
  display: block;
  padding: 10px 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #febd02;
  font-size: 26px;
}
.services-4 p{
  color: #ffffff;
  line-height: 31px;
  padding: 6px 0 16px;
  font-size: 15px;
}
.services-4 a{
  color: #c74ca4;
  background: #fff;
  display: inline-block;
  border-radius:50px;
  padding: 4px 24px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.owl-carousel .owl-item img{
  width: auto;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #a05188;
  font-size: 40px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  height: 50px;
  width: 30px;
  text-align: center;
  line-height: 50px;
}
.owl-nav{
  width: 100%;
  line-height: 50px;
  top: 180px;
  height: 50px;
  border-radius: 10px;
  margin: 0px auto 0;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
 position: absolute;
 width: 100%;
 top: 48%;
 text-align: left;
 left: 0;
}
.owl-carousel .owl-nav button.owl-prev span {float: left;}
.owl-carousel .owl-nav button.owl-next span{
 float: right;
}


/* end services section */

/* start why choose us section */

.whychoose-section{
  padding: 0px 0 40px;
  position: relative;
}
.whychoose-section:before{
  content:"";
  position:absolute;
  height: 30px;
  width:100%;
  background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
  right:0;
  bottom: 53.8%;
  z-index: -9;
}
.choose-heading strong{
  font-size: 58px;
  text-transform: capitalize;
  color: #eb0000;
  background: linear-gradient(#db156f 17%, #ff7237 76%);
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Milonga', serif;
  border-bottom: 1px solid #fa663e;
}
.choose-heading p{
  color: #323232;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
}
.choose-left2{
  padding: 30px 0;
  border-radius: 20px;
  position: relative;
}
.choose-left2 span{
  display: block;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  line-height: 145px;
  position:relative;
  margin: 0 auto;
  background: #fff;
  z-index: 9;
}
.round-choose{
  position:relative;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.round-choose:before{
  content:"";
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
  position:absolute;
  z-index: -9;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.choose-left2 span img{
  height: 70px;
  animation: pulse 2s infinite  linear;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.choose-left2 p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 6px 0px 0;
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #7a3475;
  background: #ffffff;
  padding: 0;
  border-radius: 50px;
  display: inline-block;
  margin: 35px 0 0;
  font-size: 19px;
}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-content p{
  color: #484848;
  font-size: 16px;
  line-height: 32px;
  padding: 0px 0px 14px;
}
.choose-content p strong{
  color: #db156f;
}
.choose-content a{
  display: block;
}
.choose-content a span{
  color: #fff;
  padding: 0px 23px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}
.choose-content a b{
  margin: 0;
  padding: 0px 0 0;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #2ebe41;
  text-transform: uppercase;
}
.choose-bottom1{
  position: relative;
  padding: 10px;
}
.round-text{
  background: #fff;
  margin: -100px 0 0 0px;
  padding: 43px 10px 0;
  position: relative;
}
/* end why choose us section */

/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  padding: 50px 0 100px;
}

.testimonials1{
  padding: 10px;
}
.testimonials2{
  padding: 0;
  position: relative;
}
.coma span{
  display: block;
  transform: rotate(179deg);
  margin: -70px auto 0 0;
  z-index: 99;
  position: relative;
  text-align: left;
}
.coma span .bi{
  height: 5.2rem;
  color: #ad5389;
  width: 5.2rem;
}
.testimonials3{
}
.testimonials3 strong{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
  padding: 3px 0 35px 0px;
  display: block;
  text-align: center;
}
.testimonials3 strong p{
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.testimonials3 strong i{
  color: #ff0;
  margin: -1px 0 0;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.testimonials3 span{
  padding: 0;
  display: block;
  margin: -28px 0 0;
}
.testimonials3 span img{
  border: 6px solid #ffffff;
  border-radius: 50%;
}
.testimonials4 p{
  color: #000000;
  font-weight: 400;
  padding: 13px 13px 13px;
  line-height: 31px;
  font-size: 16px;
}
.testimonials4 {
  position: relative;
  border-radius: 10px;
  /* border: 1px solid #dbdbdb; */
  padding: 15px;
  margin: -32px 0 0;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.testimonials4 span{
  display: block;
  color: #000000;
  font-size: 19px;
  border-top: 2px solid #eee;
  font-weight: 600;
  padding: 10px 0 0px;
}

.star i {
  color: #f45648;
  padding: 6px 19px 6px 19px;
  text-align: center;
  display: block;
  background: #48145b;
  width: 85%;
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
}
.star i b{
  display:inline-block;
  padding: 1.2px;
  color: #fcae05;
}
.star i b .bi{
  height:1.2rem;
  display: inline-block;
  width:1.2rem;
  filter: drop-shadow(0px 1px 15px #ffe400);
}
.whatsapp-services{
  background: #461159;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-services a{
  display:block;
}
.whatsapp-services img{
  animation: rotation 10s infinite linear;
}
.client {
  padding:80px 0 0; 
}
/* end testimonials section */




/* start footer section */

.footer{
  background: linear-gradient(to left, rgb(173, 83, 137), rgb(60, 16, 83));
  padding: 60px 0 50px;
  position:relative;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  background: url(images/astrology.jpg) no-repeat;
  background-size: cover;
  z-index: -9;
  opacity: 8%;
}
.map-design iframe{
  vertical-align: bottom;
  border: 2px solid #f89808 !important;
  border-radius: 40px;
  padding: 7px;
}
.map-design  strong{
  background: linear-gradient(to left, rgb(173, 83, 137), rgb(60, 16, 83));
  padding: 24px 10px;
  position: absolute;
  bottom: 80px;
  color: #fff;
  left: 0;
  right: 0;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 17px;
  line-height: 20px;
}
.map-design  strong span{
  display: inline-block;
}
.map-design  strong span .bi{
  color: #fba104;
  height: 2.4rem;
  width: 2.4rem;
  margin: -12px 0 -10px 0;
}
.contact-info1{
  padding: 0;
}
.contact-info2 ul li:before{
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  content:"";
  position:absolute;
  width:100%;
  height: 20px;
  left: 0;
  top: 43%;
  z-index: -9;
}
.contact-info2 ul li{
  list-style: none;
  padding: 20px 0 20px 50px;
  position: relative;
}
.contact-info2 a{
  display: block;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  padding: 30px 20px;
  text-align: center;
}
.contact-info2 span{
  display: block;
  line-height: 126px;
  position: absolute;
  right: -30px;
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  border: 8px solid #964a80;
  top: 15px;
}
.contact-info2 span .bi{
  height: 3.5rem;
  width: 3.5rem;
  color: #491a58;
}
.contact-info2 strong{
  font-size: 21px;
  display: block;
  position: relative;
  text-align: left;
}
.disclaimer {
  padding: 18px 0 0 50px;
  margin: 21px 0 0;
}
.disclaimer b{
  display:block;
  color: #ffc600;
  font-weight: 600;
}
.disclaimer strong{
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  padding: 10px 0 0;
  text-align: justify;
  display: block;
}

.copy p{
  padding: 13px 40px;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  background: #fec200;
  border-radius: 50px;
  width: fit-content;
  margin: 40px auto 0;
}

/* end footer section */


/* start bread crumb section  */

.breadcrumb-section{
  background: linear-gradient(to right, rgb(107 33 77), rgb(60, 16, 83));
  position:relative;
  padding: 70px 0 20px;
  margin: -40px 0 0;
  z-index: 9;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: url(images/astrology.jpg) no-repeat;
  background-size: cover;
  z-index: -9;
  opacity: 8%;
}
.first-item {
  font-size: 46px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
  padding: 0 0 9px 0;
}
.first-item a {
  color: #ffffff;
  display: block;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: #fba105;
  margin: 0;
  padding: 5px 30px 3px;
  text-transform: capitalize;
}
/* end bread crumb section  */

/* ===============================================================
           START GET IN TOUCH PAGE CSS 
==================================================================*/ 


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding:0 30px 0 0;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 25px 10px 25px;
}
.contact-get-2 a{
  background:-webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  display: block;
  padding: 40px 20px;
}
.contact-get-2 iframe{
  height: 253px;
  padding: 20px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.getin-icon{
  position:relative;
}

.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  display: block;
  height: 100px;
  width: 100px;
  background: #fff;
  border: 9px solid #aa5188;
  border-radius: 50px;
  line-height: 100px;
  margin: 0 auto;
}
.getin-icon span strong .bi{
  height:2.3rem;
  width:2.3rem;
  color: #4d1a5b;
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 4px 0px 0px;
  border-radius: 50px;
}
.getin-content p{
  color: #000000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 16px 0 0px;
  font-size: 17px;
  font-weight: 600;
}
.whatsapp-chat a{
  color: #fff;
  padding: 10px 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/


.inner-page{
  background: #fff;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-page .services-2{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
}
.services-page .services-4 a{
  background: #f8f700;
  color: #000000;
}
.services-page .services-3 strong{
  color:#fff;
}
.services-page .services-4 p{
  color:#fff;
}
.banner-whatsapp a{
  display:block;
}
.banner-whatsapp a img{
  animation: rotation 10s infinite linear;}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contact-call a{
  color: #fff;
  font-size: 31px;
  margin: 20px 0 0;
  padding: 10px 5px 10px 5px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 80px;
  position: relative;
  background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
}
.contact-call a span{
  display:block;
  font-size:16px;
  text-transform:uppercase;
  font-weight:400;
  animation: blk 0.9s infinite ease-in;
}
@keyframes blk{
  0%{opacity:0;}
  50%{opacity:3;}
}
.list-inner-page{
  padding:30px 0 00 ;
}




.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.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: 50px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 48px;
  border-radius: 50%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}


@media (max-width: 767px){
  body{text-align: center;}
  .navigation {padding: 0px 0 0px;}
  .nav_bar{padding-top:10px !important;}
  .menu li a {padding: 4px 24px 4px;}
  .menu li{display:block;padding: 5px 0;}
  .fixed-top .menu{padding: 30px 0 0;}
  .navbar-collapse.in{overflow-y: visible;}
  .dropdown-menu {display: none;margin-top: 0;}
  .dropdown:hover .dropdown-menu{display: none;}
  .open>.dropdown-menu {display: block !important;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-toggle::after{display:none;}
   .book-appointment{display:none;}
  .cen-design{flex-flow: column-reverse;padding: 10px 0 10px 0 !important;}
  .head-logo1{width:100%;text-align: center;}
  .head-right{width:100%;}
  .contact-number a{padding:0;}
  .head-navigation1{width: 85%;}
  .fixed-top {padding: 0px 20px 0 !important;}
  .menu li{display:block;}
  .head-navigation2{border-radius:0;background: #fda102;padding: 0;}
  .tophead-section:before{display:none;}
 .fixed-top .logo-image{width: 100%;}
  .fixed-top .navbar {margin: -52px 0 0 0;}
  .fixed-top .head-navigation1{width:100%;background: transparent;}
   .fixed-top .head-navigation2{background: transparent;}
  .dropdown:hover .dropdown-menu{display:none;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;}
  #navbar_top .row{padding-bottom: 0;}
  .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .design-aboutus {padding: 0 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .round-text{background:#a85087;}
  .list-services{padding: 0 12px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 15px;margin: 10px 0 10px 0;}
  .text-services p{font-size: 40px;}
  .contact-services{margin: 20px 0 0 0;padding: 30px 14px;}
  .services-section {padding: 0px 14px 0px;}
  .whychoose-section{padding: 0 0px;}
  .testimonials{padding: 50px 15px 100px;}
  .design-form{padding:0 15px;}
  .footer{padding:30px 10px;}
  .choose-left2 strong{padding:5px 10px;}
  .choose-left2 p{padding: 10px 10px 10px;color: #fff;}
  .contact-info2 span{right: -0px;}
  .contact-info2 ul li {padding: 20px 0 0px 0px;}
  .disclaimer {padding: 0px 10px 10px 0px;}
  .disclaimer b{text-align:center;}
  .disclaimer strong{text-align:center;}
  .whatsapp-icon a{right:40px;}
  .testimonials1:nth-child(3){margin:70px 0 0;}
  .shiv-image{margin:0;}
  .copy p{ padding: 11px 20px;font-size: 12px;margin: 10px auto 20px;}
  .getin-left1 {padding: 0 0px 0 0;}
  .getintouch {padding: 100px 15px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .maincontent-left1{padding:0 0px 0 0px;}
  .aboutus-left1 { padding: 0 0px 0 0px;}
  .inner-page{padding:100px 15px;}
  .maincontent-right1{padding: 0 0px 20px;}
  .formaboutus{padding:0 15px;}
  .whatsapp{padding-top: 0 !important;}
  .services-3 img{height:auto;}
  .contact-call{margin:0 0 30px;}
  .content-about p{text-align:left;}
  



  
 


  .fix{display:block;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
 .book-appointment{display:none;}
  .cen-design{flex-flow: column-reverse;padding: 10px 0 30px 0 !important;}
  .head-logo1{width:100%;text-align: center;}
  .head-right{width:100%;}
  .contact-number a{padding:0;}
  .head-navigation1{width: 85%;}
  .menu li{display:block;}
  .head-navigation2{border-radius:0;background: #fda102;padding: 0;}
  .tophead-section:before{display:none;}
 .fixed-top .logo-image{ width: 42%;}
  .fixed-top .navbar {margin: -52px 0 0 0;}
  .fixed-top .head-navigation1{width:100%;background: transparent;}
   .fixed-top .head-navigation2{background: transparent;}
  .dropdown:hover .dropdown-menu{display:none;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;}
  #navbar_top .row{padding-bottom: 0;}
  .design-aboutus {padding: 0 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .round-text{background:#a85087;}
  .choose-left2 strong{padding:5px 10px;}
  .choose-left2 p{padding: 10px 10px 10px;color: #fff;}
  .contact-info2 span{right: -0px;}
  .contact-info2 ul li {padding: 20px 0 20px 0px;}
  .disclaimer {padding: 18px 0 0 0px;}
  .disclaimer b{text-align:center;}
  .disclaimer strong{text-align:center;}
  .whatsapp-icon a{right:40px;}
  .testimonials1:nth-child(3){margin:70px 0 0;}
  .shiv-image{margin:0;}
    .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .aboutus-left1 {padding: 0 0px 0 0px;}
  .maincontent-left1 {padding: 0 0px 30px 0px;}
  
  









  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-navigation1{width:75%;}
  .tophead-section:before{right: 40px;}
  .heading-form p {font-size: 28px;}
  .form-design2 {padding: 30px 20px 30px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 15px;}
  .text-services p {font-size: 40px;}
  .contact-info2 span{right: -20px;}
  .map-design strong span .bi{height: 1.7rem;width: 1.7rem;margin: 0px 6px -5px -20px;}
  .map-design strong{font-size: 15px;}
  .contact-info2 ul li {padding: 20px 0 20px 30px;}
  .disclaimer {padding: 18px 0 0 30px;}
  .contact-get-2:nth-child(3) .getin-content strong{font-size:15px;}
  .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .contact-services {padding: 30px 15px;}
  .contact-services a p { font-size: 25px;}

}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
   .contact-info2 span{right: -20px;}
  

}

@media (max-width: 575px) and (min-width: 0px) {
.testimonials1:nth-child(2){margin:70px 0 0;}
  .services-heading strong{font-size: 35px;}
  .testimonials1{padding:0 4px;}
  .contact-info2 span{opacity: 0.1;}
  .contact-info2 strong{z-index:9;}
  .choose-left2 {padding: 20px 0;}
  .contact-services a p{font-size: 25px;}
    .text-services p{font-size: 22px;}
  .owl-carousel .owl-item img{height:auto;}
  .contact-number a span{display:none;}
  .head-logo1{padding:0 10px;}
  .head-navigation1{width:100%;}
  .slide-section {margin: -0px 0 0;}
  .design-aboutus {padding: 0 15px 0 15px;}
  .whatsapp-icon a img{height:80px;}
  .form-design2 {padding: 30px 20px 30px;}
  .heading-form p {font-size: 26px;}
  .first-item{font-size: 26px;}
}
@media (max-width: 420px) and (min-width: 0px) {
 .fixed-top .logo-image img{height: 50px;}
  .choose-left2 strong{font-size:16px;}
  .services-heading span{padding: 6px 24px;font-size: 14px;}
   .list-services ul li {padding: 11px 51px 11px 14px;font-size: 16px;}
  .contact-services strong { font-size: 30px;}
  .about-heading h1{font-size: 35px;}
  .whatsapp-icon a{top: 0px;}
  .contact-info2 strong{font-size: 18px;}
  .map-design strong span .bi{text-align:left;width: 3.5rem;height: 3.5rem;opacity: 0.2;z-index: -9;}
  .map-design strong{text-align:right;}
  .contact-info2 a{padding: 20px 13px;}
  .contact-info2 span{height: 60px;width: 60px;line-height: 72px;top: 22px;border: 5px solid #964a80;}
  .contact-info2 span .bi{height: 2.0rem;width: 2.0rem;}

  
  
}










