@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');

body{
  margin:0;
  padding:0;
  color: #3d2606;
  font-family: "Fredoka", sans-serif;
}
.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000;
  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{
  padding:0;
  margin:0;
}


/* START HEADER SECTION */

/* start top head section */ 

.tophead-section{
  z-index: 99;
  position: absolute;
  width: 100%;
}
.cen-design{
}
.head-logo1{
  padding: 0px 0 0 0;
  text-align: left;
}
.head-logo2{
  width:fit-content;
  background:#fff;
  padding: 10px 10px 8px;
}
.head-logo2 img{
}
.head-navigation1{}

/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  position:relative;
  margin: 0 auto;
  z-index: 5555;
  border-radius: 40px;
  width: fit-content;
  padding: 0px 0px;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 9px 13px;
  color: #fff;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #ffffff;
  display: inline-block;
  padding: 2px 20px 3px;
  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;
}
.navbar-toggler {
    margin: -79px  0 0 auto;
    display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 0px;
  margin-left: -9px;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: #efc318;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  background: #ffb400;
  color: #000000;
}
.menu li a.active-1 {
  background: #ffb400;
  color: #000000;
  font-weight: 500;
}

.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: 5px 10px 5px 20px;
  text-align: left;
  color: #000000;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #000000;
  font-size: 16px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #ffffff;
}
.dropdown-menu ul li:hover a{
  color: #fd0301;
  background: #ffffff;
}
.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 book appointment section  */

.head-right{padding: 0 0 0 0px;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1{
  padding: 0;
}


/* end book appointment section */

/* start fixed head css */
.fix-naigation{
  padding: 0;
  position: relative;
}
.fixed-top {
  position: fixed;
  top: 0;
  padding: 3px 0 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
  height: auto;
  background: #7a0112;
}
#navbar_top .row{
  align-items: center;
}
.fixed-top .logo-fix img {
  height: 77px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.fixed-top .navigation {
  padding: 0px 0px 0;
  margin: 0 auto;
}
.logo-fix{
  display: none;
}
.fixed-top .logo-fix{
  width:30%;
  display:block;
}
.fixed-top .logo-image img{
    height: 60px;
}
.fixed-top .head-navigation1{width:70%;margin: 0;}



/* end fixed head css */


/* start slider section  */

.slide-section{
  position: relative;
  margin: 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: #ffffff3b;
  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 about us section */

.aboutus-section{
  position: relative;
  padding: 110px 0 50px;
}
.design-aboutus{
  padding: 30px 40px 30px;
  position:relative;
  z-index:9;
  margin: 60px 0 0;
}
.design-aboutus:before{
  content:"";
  position:absolute;
  height: 100%;
  width:100%;
  left:0;
  background: url(images/background-astrology.jpg) no-repeat;
  right:0;
  z-index:-9;
  background-size: cover;
  border-radius: 40px;
  top: 0;
  background-position: left center;
}
.about-heading p{
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  width: fit-content;
  text-transform: capitalize;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
  border-radius: 50px 50px 50px 50px;
  padding: 5px 38px 5px 38px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 8px rgb(0 0 0 / 59%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
}
.design-aboutus:hover .about-heading p{
  background: linear-gradient(90deg, #ffc942 100%, #ffb400 0%);
}
.about-heading strong{
 font-family: "Marcellus SC", serif;
  font-size:    54px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  font-weight: 500;
  color: #7f0013;
}
.about-heading h1{
 font-size: 54px;
 font-family: "Marcellus SC", serif;
 font-weight: 500;
 color: #7f0013;
}
.about-heading h1 a{
  color: #ffffff;
}
.content-about p{
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  line-height: 31px;
  text-align: center;
}
.content-about p strong{
  font-weight:500;
  color: #a20017;
}

.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: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #292929;
  margin: 7px 9px 0 0px;
  background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 24px 8px 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 8px rgb(0 0 0 / 59%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
}

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

.icon-services{
  margin: 0;
}
.icon-services2 span{
  display:block;
  margin: 0 auto;
  border-radius:50%;
}
.icon-services2 span img{border-radius: 50%;border: 4px solid #ffffff;outline: 2px solid #f1b624;}
.icon-services2 strong{
  color: #000000;
  font-size: 18px;
  background: linear-gradient(178deg, #ffc638, transparent);
  font-weight: 500;
  margin: 10px 0 0;
  padding: 7px 0 7px;
  text-transform: capitalize;
  display: block;
  border-radius: 30px 30px 10px 10px;
}
.icon-services1{width:20%;padding: 10px;}

.list-design strong{
  color: #ffb402;
  font-size: 35px;
  font-weight: 600;
  text-transform:capitalize;
}
.list-design ul li{
  padding: 11px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 14px 0px 0px 0px;
  list-style: none;
  position: relative;
  border: 1px solid #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 17px;
  text-align: left;
}
.list-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.png) no-repeat;
  height: 30px;
  width: 29px;
  left: 9px;
  top: 7px;
}
.god-image img{
  display: block;
  border-radius:30px;
  margin: 0 auto;
}

.banner-love{
  padding: 20px 0 0 0;
}
.list-link-design{
  padding: 10px 0 40px 70px;
  position:relative;
}
.list-link-design:before{
  content:"";
  position:absolute;
  height: 91%;
  width:50px;
  background: #3d2606;
  left:0;
  top:0;
}
.list-link-design:after{
  content:"";
  position:absolute;
  height:50px;
  width:100%;
  background: #3d2606;
  left:0;
  border-radius: 0px 50px 0px;
  bottom:0;
}
.list-link-design ul li{
  padding: 12px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  list-style: none;
  background: #ffffff;
  position: relative;
  box-shadow: inset 3px -3px 9px 3px #cda47282;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 19px;
  text-align: left;
}
.list-link-design ul li a{
  color:#000;
  display: block;
}
.list-link-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon-astrology.png) no-repeat;
  height: 31px;
  width: 29px;
  left: 13px;
  top: 10px;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}

@keyframes blkk {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.choose-astro{
  position:relative;
}
.choose-left1{
  padding: 0 60px 0 0;
}
.choose-astro:after{
  top: auto;
  content:"";
  position:absolute;
  height: 82%;
  width: 34%;
  left: auto;
  background: url(images/god-krishna-ji.png) no-repeat;
  right: 360px;
  border-radius: 40px;
  bottom: 0px;
  z-index: 9;
}
.choose-left2{
  padding: 70px 40px 60px 40px;
  position:relative;
  z-index:9;
  margin: 0px 0 0;
}
.choose-left2:before{
  content:"";
  position:absolute;
  height: 100%;
  width:100%;
  left:0;
  background: url(images/background-astrology.jpg) no-repeat;
  right:0;
  z-index:-9;
  background-size: cover;
  border-radius: 40px;
  top: 0;
  background-position: bottom;
}
.choose-left2 span{
  color: #ffffff;
  font-size: 22px;
  display: block;
  font-weight: 400;
  width: fit-content;
  text-transform: capitalize;
  margin: 0 auto 0 0;
  background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
  border-radius: 50px 50px 50px 50px;
  padding: 5px 32px 5px 32px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 8px rgb(0 0 0 / 59%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
}
.choose-left1:hover span{
  background: linear-gradient(90deg, #ffc942 100%, #ffb400 0%);
}
.choose-left1 strong{
 font-family: "Marcellus SC", serif;
 font-size: 44px;
 text-transform: capitalize;
 text-align: left;
 display: block;
 font-weight: 500;
 color: #ffffff;
}
.choose-left1 h1 a{
  color: #ffffff;
}
.choose-left1 p{
  color: #ffffff;
  font-size: 17px;
  padding: 0 110px 0 0px;
  line-height: 28px;
  text-align: justify;
}
.choose-left1 a{
  display:block;
}
.choose-left1 a b{
  display:block;
  color: #ffc73c;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 40px 0 0 0;
}
.choose-left1 a i{
  display:block;
  font-size: 50px;
  font-style: normal;
  color: #fff;
  line-height: normal;
  font-weight: 500;
}

.choose-us{
  padding: 20px 0 0 0;
}

.choose-us1{
  padding: 10px 0px 0px;
}
.choose-us2{
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.chooseus-design{
  border: 1px solid #ffe7aa;
  border-radius:80px;
  padding: 10px 10px;
  display: flex;
  background: #fff;
  justify-content: left;
  align-items: center;
}
.choose-text{
  background: ;
  text-align: left;
  padding: 0 0 0 80px;
}
.choose-text strong{
  font-size: 19px;
  font-weight: 500;
  color: #643e0a;
  text-transform: capitalize;
  display: block;
}
.choose-text p{
  color: #343434;
  font-size: 15px;
  margin: 0;
  padding: 0px 0 0;
  line-height: 27px;
  font-weight: 400;
}

.choose-image{
  padding: 0px 0px 0 20px;
  text-align: center;
  position: absolute;
}
.choose-image span{
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.choose-image span img{height: 50px;}
.form-design2{
  background: #ffe9c1;
  border-radius: 30px;
  padding: 30px;
}
.form-design2 .form-group1{
  padding:0;
}
.choose-right1{
  
z-index: 99;
}
/* end about us section*/


/* start services section */

.services-section{
  padding: 80px 0 80px;
  background: #fffbf3;
}
.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;
  text-align: left;
}
.services-heading strong{
 font-size: 90px;
 text-transform: capitalize;
 line-height: normal;
 font-weight: 500;
 display:block;
 font-family: "Marcellus SC", serif;
 color: #2f1d07;
}
.services-heading p{
  color: #2d2d2d;
  font-size: 17px;
  padding: 0px 0% 0 0px;
  line-height: 32px;
}
.services-heading span{color: #ffffff;font-size: 24px;display: block;font-weight: 400;width: fit-content;text-transform: capitalize;margin: 0 auto;background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);border-radius: 50px 50px 50px 50px;padding: 8px 38px 8px 38px;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);box-shadow: inset 0 4px 8px rgb(0 0 0 / 59%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;}
.contact-services strong{
  font-size: 34px;
  display: block;
  text-transform: capitalize;
  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: #ff7e00;
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-design{
  position:relative;
}
.services-1{
  padding: 10px 10px 10px;
}
.inner-services .services-2{
  padding: 15px 15px 0;
}
.inner-services .services-3 {
  margin: 0px 0 20px 0;
}
.services-2{
  padding: 25px 0px 0;
  display: flex;
  position: relative;
}

.services-3{margin: 0;width: 50%;display: flex;flex-flow: column-reverse;}
.services-3 .srv-image{

}



.services-4{
  border: 1px solid #ffd065;
  background: #fff;
  width: 50%;
  padding: 40px 14px;
  border-radius: 30px 30px  0 30px;
}
.services-4 strong{
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
  color: #7a0112;
  font-size: 24px;
}
.services-4 p{
  color: #383838;
  line-height: 29px;
  padding: 0px 0 0px;
  font-size: 16px;
}
.owl-carousel .owl-item .srv-image{
  width: auto;
  border-radius: 0 30px 30px 0;
}
.services-3  a{
  background: linear-gradient(45deg, #6c4d21, #241404);
  color: #fff;
  border-radius: 30px;
  font-size: 22px;
  padding: 4px  20px;
  width: fit-content;
  margin: 0 auto 10px;
  display: block;
  font-weight: 500;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #4b2f11;
  background: #a3a3a382;
  font-size: 40px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  height: 61px;
  width: 30px;
  text-align: center;
  line-height: 50px;
}
.owl-nav{
  width: 100%;
  line-height: 50px;
  top: 150px;
  height: 0px;
  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: fit-content;
 top: 91%;
 left: 0;
}
.owl-carousel .owl-nav button.owl-next{
  left:auto;
  right:0;
}
.owl-carousel .owl-nav button.owl-prev span {float: left;}
.owl-carousel .owl-nav button.owl-next span{
 float: right;
}

.owl-dots{display:none;}
.services-3 a .mobile-contact{
  display: inline-block;
  padding: 0;
  border-radius: 0;
  width:auto;
  margin: 0;
  filter: brightness(0) invert(1);
  height: 30px;
}
/* end services section */



/* start form section  */

.form-left1{
  padding: 0px 0px 0 0px;
}
.form-left2{
  padding: 38px 0 60px 0;
  background: #f58b37;
   text-align: left;
}
.form-heading{
  padding: 0px 0 7px 0;
  text-align: center;
}
.form-heading strong{
  font-size: 42px;
  color: #51300f;
  display: block;
  margin: 0;
  font-weight: 600;
  font-family: "Marcellus SC", serif;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0 50px 50px 0;
}
.form-heading p{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    width: fit-content;
    text-transform: capitalize;
    margin: 0 auto;
    background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 5px 28px 5px 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 4px 8px rgb(0 0 0 / 34%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
}
.form-group1 {
    padding: 0 6px;
    text-align: center;
    margin: 7px 0px 7px;
    position: relative;
}
input.form-control1 {
    color: #000000;
    font-weight: 400;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-control1 {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  height: 49px;
  background-color: #ffffff00;
  border: 1px solid #6b6b6b;
  border-radius: 57px;
  font-weight: 400;
  margin-bottom: 10px;
}
textarea.form-control1 {
  height: 80px;
  color: #000000;
  border-radius: 17px;
}
.form-group1 img {
    position: absolute;
    left: 12px;
    top: 8px;
    padding: 0px;
}
.form-group1 span{
  margin: 0;
}
.btn-group{
  margin:0;
  text-align:center;
  width: fit-content;
}
.btn-group>.btn:first-child {
  background: linear-gradient(45deg, #795728, #231303);
  padding: 10px 25px 9px;
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 400;
  border:0;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 5px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #ffc63a;
  color: #000000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #868686;
}
: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;
}
.form-right1{
  padding: 30px 20px 0 0px;
}
.form-right2{
  background: #ffe9c1;
  padding: 40px;
  border-radius: 14px;
}

/* end form section  */


/* start testimonials section */

.testimonials{
  padding: 100px 0 130px;
}
.testimonials-left1{
  padding:0 40px 0 0;
}

.testimonials-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: left;
}
.testimonials-heading strong{
 font-size: 90px;
 text-transform: capitalize;
 text-align: left;
 font-weight: 500;
 font-family: "Marcellus SC", serif;
 display:block;
 color: #2f1d07;
}
.testimonials-heading p{
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  padding: 0px 0% 0 0px;
  line-height: 36px;
}
.testimonials-heading span{
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  width: fit-content;
  text-transform: capitalize;
  margin: 0 auto 0 0;
  background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
  border-radius: 50px 50px 50px 50px;
  display: block;
  padding: 8px 38px 8px 38px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 8px rgb(0 0 0 / 59%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
}
.testimonials-design{
  position: relative;
  margin: 0;
  padding: 0px 0px 0;
}
.testimonials-cricle{
  height: 270px;
  width: 270px;
  border: 40px solid #601929;
  border-radius: 50%;
  position: absolute;
  z-index: -9;
  left: 40px;
  top: 24px;
}

.testimonials-text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 20px 15px;
}

.text-client{
  padding: 25px 30px 25px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ffb100;
}
.text-client b{
  position: absolute;
  border-radius: 40px;
  display:block;
  padding: 5px 20px;
  border-radius
Defines the radii of the outer border edge.
Learn more

Don't show: 30px;';
  top: -16px;
  border-radius
Defines the radii of the outer border edge.
Learn more

Don't show: 30px;';
  right: 30px;
  background: #fff;
  border: 1px solid #ffb100;
  width: fit-content;
}
.text-client b strong{
  font-size: 16px;
  display: block;
  text-align: right;
  padding: 0;
  text-transform: capitalize;
  color: #c10000;
  font-weight: 500;
  margin: 0;
}
.text-client p{
  color: #484848;
  padding: 19px 0 0 0;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
  font-weight: 400;
}
.image-client span{
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  color: #ffab00;
  margin: 0 auto;
  width: 100%;
}
.image-client span .bi{
  height: 3.9em;
  width: 3.9em;
}
.text-client i{
  display:block;
  text-align:left;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.text-client i .bi{
  color: #ff9c12;
  margin: 0 3px;
  height: 50px;
  width: 50px;
}

.testimonials-right1{
  padding: 10px 0 0;
}
.testimonials-right2{
}

/* end testimonials section  */


/* start footer section */

.footer-section{
  padding: 60px 0 0 0;
  position: relative;
  background: linear-gradient(#fff 30%, #2e1c06 30%, #765427);
}
.footer-left1{
  margin: -10% 0 0;
}
.footer-left1 iframe{
  border-radius: 30px;
}
.disclaimer {
  padding: 10px 0 10px;
  background: content-box;
}
.disclaimer b{
  display: inline-block;
  color: #ffbd00;
  font-size: 12px;
  font-weight: 600;
}
.disclaimer strong{
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
  padding: 0px 0 0;
}
.footer-right1{
  padding: 0px  0 0  30px;
  margin: 50px 0 0 0;
}
.footer-right2{
  border: 2px solid #ffe400;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 20px 0 20px;
}
.footer-contact{
  position: absolute;
  right: 80px;
  top: -50px;
  background: #fff;
  border-radius: 100px;
  left: auto;
  width: 59%;
  margin: 0 0 0 auto;
  border: 2px solid #ffb100;
}
.left-info a{padding: 20px 0px 20px 30px;}
 .left-info strong{
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: block;
}
 .left-info span{
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  color: #27d700;
  font-weight: 400;
}
.right-info a strong{
  font-weight: 600;
  font-size: 40px;
  color: #c10000;
}
.right-info a span{
  position: absolute;
  right: 10px;
  bottom: 0;
}
.right-info a span img{
  height:70px;
}
.info-contact a span{
  position:absolute;
  height: 60px;
  background: #332008;
  border-radius: 50%;
  line-height: 60px;
  width: 60px;
  left: 20px;
  text-align: center;
  top: 18px;
}
.info-contact a span img{
  height: 39px;
  filter: brightness(0) invert(1);
}
.info-contact a aside{
  padding: 0 0 0 80px;
  font-size: 17px;
}
.info-contact a aside b{
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #c10000;
  font-size: 16px;
}
.info-contact a{
  position: relative;
  padding: 24px 20px 24px;
  text-align: left;
  border-bottom: 1px solid #ffe400;
}
.info-contact:last-child a{
  border:0;
}

.copy{
  padding: 10px 0 10px;
  color: #c10000;
  background: #fff;
}
.copy p{}

/* end footer section*/












/* start bread crumb section  */

.breadcrumb-section{
  background: radial-gradient(#311d0b, #573a1b);
  position:relative;
  padding: 130px 0 40px;
  margin: 0px 0 0;
  z-index: 9;
}

.breadcrumb-section:before {
  content:"";
  position:absolute;
  height: 100%;
  width:100%;
  left:0;
  background: url(images/background-astrology.jpg) no-repeat;
  right:0;
  z-index:-9;
  background-size: cover;
  top: 0;
  background-position: left center;
}
.first-item {
  font-size: 56px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  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: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    text-transform: capitalize;
    margin: 0 auto;
    background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 7px 28px 8px 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 4px 8px rgb(0 0 0 / 59%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
}
/* end bread crumb section  */

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


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding: 0 0px 0 30px;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 10px 10px 10px;
}
.contact-get-2 a{
  text-align: center;
  background-color: #fbfbfb;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #febe20;
}
.contact-get-2 a:before{
  background:url(images/bg-image.png) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 03;
  left: 0;
  top: 0;
}
.contact-get-2 iframe{
  height: 279px;
  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{
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffb400 0%, #ffc942 100%);
  line-height: 70px;
  width: 70px;
  box-shadow: inset 0 4px 8px rgb(54 43 7 / 15%), inset 0 -4px 6px rgb(0 0 0 / 26%) !important;
  text-align: center;
}
.getin-icon span strong img{
  height: 49px;
  filter: brightness(0) invert(1);
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 4px 0px 0px;
  border-radius: 50px;
}
.getin-content p{
  color: #bd0000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 16px 0 0px;
  font-size: 19px;
  font-weight: 500;
}
.whatsapp-chat a{
  color: #fff;
  padding: 10px 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}
.getin-left1 .form-control1{
  
margin-bottom: 25px;
}

.chatting-banner a{
  padding: 35px 0 0;
  font-size: 36px;
  text-transform: uppercase;
  display: block;
  margin: 0;
  text-align: center;
  color: #26bf04;
  font-weight: 500;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/

/* ===============================================================
          START ABOUT US PAGE CSS 
==================================================================*/


.list-design ul li{
  padding: 12px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  list-style: none;
  background: #ffffff;
  position: relative;
  box-shadow: inset 3px -3px 9px 3px #cda47282;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 19px;
  text-align: left;
}
.list-design ul li a{
  color:#000;
  display: block;
}
.list-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon-astrology.png) no-repeat;
  height: 31px;
  width: 29px;
  left: 13px;
  top: 10px;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}


.inner-content p {
  color: #2c2c2c;
  font-size: 16px;
  padding: 0 0 7px;
  line-height: 31px;
  text-align: left;
}

.inner-content p strong{
  font-weight:500;
  color: #a20017;
}
.inner-content h2,h3,h4,h5,h6{
  color: #784913;
  padding: 10px 0px 10px 10px;
  font-size: 26px;
  font-weight: 600;
  border-left: 3px solid #ffb700;
  line-height: 32px;
  width: fit-content;
  text-transform: capitalize;
  border-radius: 11px;
  margin: 20px 0 10px 0;
}
.number-design{
  background: linear-gradient(90deg, #3a240f 0%, #4c3116 50%, #36210d 100%);
  padding: 0 20px 20px;
  border-radius: 20px;
  margin: 0 0 40px 0;
}
.number-design a{
  display: block;
}
.number-design a span{
  font-size: 43px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.number-design a p{
  color: #ffbe7a;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

/* ===============================================================
          END ABOUT US PAGE CSS 
==================================================================*/







.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;
}






/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .menu li{display:block;}
  .head-navigation2{border-radius:0;padding: 0;}
  .tophead-section:before{display:none;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .nav_bar{padding-top:10px !important;}
  .menu li a {padding: 0;}
  .fixed-top .menu{padding: 10px 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;}
  #navbar_top .row{padding-bottom: 0;}
  .tophead-section{position:relative;background: linear-gradient(45deg, #694920, #271604);}
  .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;}
  .head-right ul li:nth-child(1){display:none;}
  .head-right1 ul li a{padding:0;font-size: 36px;font-weight: 600;}
  .head-right{padding:0;}
  .navigation{width:100%;padding: 0;background: transparent;border-radius: 0;}
  .head-right li img {height: 39px;}
  .menu li{display:block;}
  .cen-design{}
  .head-right li img{height:30px;}
  .navbar-toggler {}
  .about-heading h1{font-size: 48px;}
  .design-aboutus {padding: 20px 20px 20px 20px;}
  .banner-design{padding: 0 0px 0 0px;}
  .list-link-design {padding: 30px 0 70px 0px;margin: -10px 0 0;}
   .choose-heading strong{font-size: 41px;}
  .choose-left2 strong{font-size: 39px;}
  .choose-heading{width:100%;}
  .choose-heading span{letter-spacing: 0px;font-size: 18px;}
  .testimonials-left1 { padding: 0 0px 0 0;}
  .banner-solution{padding: 0px 5px;}
  .contact-left1:nth-child(2){display:none;}
  .services-heading strong{font-size: 71px;}
  .text-client{padding:0 0 0 10px;}
  .contact-left1 a span{margin:0;}
  .footer-section{padding: 30px 0 0px;}
  .about-heading p {font-size: 18px;}
  .godservices-section{ padding: 50px 0 60px;}
  .testimonials{padding:50px 0;}
  .services-4{width:100%;border-radius: 0px 0px 30px 30px;padding: 30px 14px 20px;}
  .services-3{width:100%;flex-flow: wrap;}
  .services-2{flex-flow: column-reverse;}
  .services-page .services-4{width:100%;border-radius: 0px 0px 30px 30px;padding: 30px 14px 20px;}
  .services-page .services-3{width:100%;flex-flow: wrap;}
  .services-page .services-2{flex-flow: column-reverse;}
  .services-3 a{margin: -20px auto -20px;}
  .info-contact a {padding: 24px 0px 24px;}
  .info-contact a aside {padding: 0px 0 0 90px;}
  .footer-contact{width: 95%;border-radius: 20px;right: 40px;margin: 0 auto;left: 0;right: 0;}
  .footer-right1 {padding: 0px 0 0 0px;margin: 20px 0 30px 0;}
  .left-info a { padding: 20px 0px 0px 0px;}
  .right-info a span{ bottom: 10px;right: 30px;}
  .breadcrumb-section { padding: 50px 0 40px;}
  .services-4 strong{font-size: 19px;}
  .testimonials-heading strong {font-size: 58px;}
  .testimonials-heading p{font-size: 18px;line-height: 32px;padding: 0 0 30px;}
  .testimonials-text{ padding: 25px 10px 15px;}
  .text-client{padding: 5px 16px 20px;}
  .icon-services1{width:33.33%;}
  .form-right2{padding:20px;}
  .form-right1 {padding: 30px 0px 0 0px;}
  .image-stress{margin:0 auto;display:block;}
  .list-link-design:before{z-index:-9;}
  .form-right1 { padding: 30px 0px 0 0px;}
  .menu{padding:20px;}
  .choose-astro:after{width: 50%;opacity: 0.2;right: 0;bottom: auto;top: 0;}
  .choose-left1{padding:0;}
  .choose-left2 span{font-size: 18px;padding: 8px 18px 8px 18px;}
  .choose-left1 p{padding:0;}
  .services-heading span{font-size: 18px; padding: 8px 18px 8px 18px;}
  .owl-carousel .owl-item .srv-image{margin:0 auto;}
  .testimonials-heading span{font-size: 16px;padding: 8px 18px 8px 18px;}
  .text-client i .bi{ height: 30px; width: 30px;}
  .choose-left2 {padding: 70px 10px 60px 10px;}
  .services-section{ padding: 80px 0 10px;}
  .aboutus-section {padding: 60px 0 50px;}
  .getin-left1 { padding: 0 0px 0 0px;}
  .getintouch{padding: 50px 20px;}
  .maincontent-left1{padding:0;}
  .inner-content h2, h3, h4, h5, h6{font-size:20px;}
  .first-item{font-size:35px;}
 


  .fix{display:block;}



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-section{margin:0;}
  .navigation{padding: 0;margin: 0 0 0 auto;width: 100%;background: linear-gradient(45deg, #241404, #735225);border-radius: 0;}
  .dropdown:hover .dropdown-menu{display:none;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;text-align: left;padding: 4px 0;}
  #navbar_top .row{padding-bottom: 0;}
  .head-navigation1{width: 100%;}
  .menu li{display:block;}
  .cen-design{}
  .head-right li img{height:30px;}
  .head-logo2 img {height: 70px;}
  .list-link-design {padding: 30px 0 70px 0px;margin: -10px 0 0;}
  .choose-heading strong{font-size: 41px;}
  .testimonials-left1 { padding: 0 0px 0 0;}
  .banner-solution{padding:0 10px;}
  .contact-left1:nth-child(2){display:none;}
  .services-4{width:100%;border-radius: 0px 0px 30px 30px;padding: 30px 14px 20px;}
  .services-3{width:100%;flex-flow: wrap;}
 .services-2{flex-flow: column-reverse;}
  .services-page .services-4{width:100%;border-radius: 0px 0px 30px 30px;padding: 30px 14px 20px;}
  .services-page .services-3{width:100%;flex-flow: wrap;}
  .services-page .services-2{flex-flow: column-reverse;}
  .services-3 a{margin: -20px auto -20px;}
  .info-contact a {padding: 24px 0px 24px;}
  .info-contact a aside {padding: 0px 0 0 90px;}
  .footer-contact{width: 90%;right: 40px;}
  .footer-right1 {padding: 0px 0 0 0px;margin: 20px 0 30px 0;}
  .testimonials-heading strong {font-size: 70px;}
  .testimonials-heading p{font-size: 18px;line-height: 32px;padding: 0 0 30px;}
  .testimonials-text{ padding: 25px 10px 15px;}
  .choose-astro:after{width: 50%;opacity: 0.2;right: 0;bottom: auto;top: 0;}
  .choose-left1{padding:0;}
  .choose-left2 span{font-size: 15px;padding: 8px 18px 8px 18px;}
  .choose-left1 p{padding:0;}
  .image-stress{margin:0 auto;display:block;}
  .list-link-design:before{z-index:-9;}
  .form-right1 { padding: 30px 0px 0 0px;}
  .menu{padding:20px;}

  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation {margin: 10px auto 0;}
  .about-heading h1{font-size: 48px;}
  .list-design strong {font-size: 30px;}
  .list-design {padding: 30px 10px;}
  .list-design ul li {padding: 11px 11px 11px 43px;font-size: 16px;}
  .banner-design{padding:0 0px 0 20px;}

  .choose-heading strong{font-size: 41px;}
  .choose-left2 strong{font-size: 41px;}
  .round-text {padding: 0px 10px 20px;}
  .whastapp-icon a{top: -50px;}
  .services-3 a{font-size: 19px;padding: 4px 14px;}
  .info-contact a {padding: 24px 0px 24px;}
  .info-contact a span{height: 47px;width: 47px;line-height: 47px;left: 4px;}
  .info-contact a span img { height: 30px;}
  .info-contact a aside {padding: 0 0 0 60px;font-size: 16px;}
  .footer-contact{width: 76%;}
  .form-heading strong { font-size: 32px;}
  .form-right2 {padding: 30px;}
  .form-control1{margin-bottom: 7px;}
  .choose-left2 span{font-size: 15px;padding: 8px 18px 8px 18px;}
  .choose-left2 { padding: 30px 30px 60px 20px;}
  .choose-left1 a i {font-size: 35px;}
  .services-4 strong{font-size:20px;}
  .testimonials-text{padding: 15px 10px 15px;}
  .testimonials-heading p{font-size: 18px;line-height: 30px;padding: 0 0 30px;}

}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
 

}

@media (max-width: 575px) and (min-width: 0px) {
  .fixed-top .logo-fix {width: 50%;}
  .banner-design {  padding: 0 0px 0 0px;}
  .about-heading strong {font-size: 28px;}
  .choose-text strong {font-size: 20px;}
  .services-heading strong {font-size: 55px;}
  .services-heading span {font-size: 14px;}
  .services-3 .srv-image{height:auto;}
  .form-group1 {padding: 0px 0px;}
  .choose-heading strong{font-size: 23px;}
  .choose-bottom1:nth-child(2){margin: 130px 0 0 0;}
  .image-client {width: 100%;text-align: left;}
  .text-client{width:100%;}
  .testimonials-text{display:block;}
  .info-contact a {padding: 24px 0px 24px;}
  .info-contact a span{position: relative;display: block;left: 0;right: 0;top: 0;margin: 0 auto;}
  .info-contact a aside {padding: 10px 0 0px 0px;text-align: center;font-size: 14px;}
  .left-info strong{font-size: 14px;}
  .right-info a span{position:relative;left: 0;right: 0;}
  .testimonials-heading strong {font-size: 41px;}
  .choose-image{position:relative;}
  .chooseus-design{display:block;border-radius: 20px;}
  .choose-text{padding:0;text-align:center;}
  .choose-left1 a i {font-size:35px;}
  .form-heading p{font-size:20px;}
  .icon-services1{width:50%;}
  .icon-services2 strong{font-size: 14px;border-radius: 20px 20px 10px 10px;}
  .choose-astro:after{width: 100%;}
  .chatting-banner a{padding: 15px 0 20px;font-size: 26px;}
  .contact-get-2{padding:10px 0;}
  .contact-get-2 a {padding: 16px 10px;}
  .getin-content strong {font-size: 15px;}
  .breadcrumb-section .last-item{font-size: 18px;padding: 5px 24px 5px 24px;}
  
  
 } 
  


@media (max-width: 420px) and (min-width: 290px) {
  .head-logo2 img {height: 56px;}
  .navbar-toggler {margin: -89px 0 0 auto;}
  .about-heading h1{font-size:30px;line-height: 54px;}
  .list-design {padding: 30px 10px;}
  .list-design strong{font-size:30px;}
  .list-design ul li {padding: 11px 7px 11px 47px;font-size: 15px;}
  .choose-center2:before{display:none;}
  .choose-design {padding: 0px 0 0 0;}
  .services-heading strong {font-size: 45px;}
  .testimonials-heading strong {font-size: 32px;}
  
}
