@import url('https://fonts.googleapis.com/css2?family=Boldonse&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');
html{
    padding:0 !important;
    margin:0 !important;
}
body{
  margin:0;
  padding:0;
  color: #7a0112;
  font-family: "Outfit", 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;
}
/*background: linear-gradient(90deg, rgb(127, 0, 18) 0%, rgb(27, 10, 7) 100%);*/
/*font-family: "Boldonse", system-ui;*/

/* START HEADER SECTION  */ 

/* start top head section */ 

.tophead-section{
  z-index: 9;
  position: absolute;
  width: 100%;
}
.tophead{
  padding: 0px 0px 0px;

}
.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{
}
.head-logo1{
  padding: 0px 0 0 0;
  text-align: left;
}
.head-logo2 img{
  height: 85px;
}
.head-navigation1{}

/* end top head section */ 


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

.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: #fdb40200;
  color: #feb300;
}
.menu li a.active-1 {
  background: #ffb30000;
  color: #ffb402;
  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: #ffffff00;
}
.dropdown-menu ul li:hover a{
  color: #fdb101;
}
.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 30px;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1{
  padding: 0;
}
.head-right ul{
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
.head-right ul li{
  padding: 0 0 0 2px;
  display:inline-block;
  margin: -4px 0 0 0;
}
.head-right1 ul li a{
  font-size: 21px;
  position:relative;
  display: block;
  padding: 0 0 0 20px;
  color: #fff;
  text-shadow: 2px 4px 3px rgb(0 0 0 / 20%);
}

.head-right li img{
  /* height: 52px; */
  margin: 0 10px 0 0px;
  z-index: 9;
  position: relative;
}
.head-right1 ul .chat-online a{
  position: relative;
  background: #6cb736;
  padding: 2px 27px 6px 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #fff;
  border-top: 0px;
  text-transform: capitalize;
  color: #fff;
  margin: 3px 0  0;
  text-shadow: none;
  font-size: 25px;
}
.head-right1 ul .chat-online a:before{
  display:none;
}
.head-right1 ul .chat-online a img{
  height: 41px;
  position: absolute;
  bottom: -30px;
  filter: none;
  top: auto;
  right: 0;
  z-index: inherit;
  animation: pulse 1s infinite linear;
}
.head-right1 ul .chat-online{
  padding: 0 0 0 15px;
}

/* 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: 0px 0 50px;
}
.aboutus-section:before{
  content:"";
  position: absolute;
  background: url(images/bg-image.png) no-repeat;
  height: 100%;
  width: 100%;
  right: auto;
  top: 0;
  left: 0;
  z-index: -9;
  background-size: cover;
}
.aboutus-section:after{
  content:"";
  position: absolute;
  background: linear-gradient(#ec8618, transparent);
  height: 100%;
  width: 100%;
  right: auto;
  top: 0;
  left: 0;
  z-index: -9;
}
.design-aboutus{
  padding: 80px 50px 0 0px;
}

.about-heading p{
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  border-radius: 20px;
  text-transform: capitalize;
}
.about-heading strong{
  font-family: "Boldonse", system-ui;
  font-size: 54px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  font-weight: 500;
  color: #7f0013;
}
.about-heading h1{
  font-family: "Boldonse", system-ui;
  font-size: 54px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  color: #7f0013;
}
.about-heading h1 a{
  color: #7f0013;
}
.content-about p{
  color: #1e1e1e;
  font-size: 16px;
  padding: 0px 0 10px;
  line-height: 30px;
  text-align: justify;
}
.content-about p strong{
  font-weight:500;
  color: #a20017;
}
.content-about h2,h3,h4,h5,h6{
  color: #ffffff;
  padding: 6px 20px;
  font-size: 22px;
  line-height: 32px;
  width: fit-content;
  text-transform: capitalize;
  border-radius: 11px;
  margin: 0 0 20px 0;
  background: #7a0112;
}
.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;
  padding: 5px 14px 5px 24px;
  position: relative;
  display: block;
  color: #292929;
  margin: 0px 0px 0;
}
.content-about  ul li:after{
  height: 15px;
  width: 15px;
  content:"";
  left: 0px;
  top: 8px;
  position: absolute;
  background: #7a0112;
  border-radius: 50%;
}
.whatsapp-icon a img{
  animation: rotation 10s infinite linear;}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.maincontent-left1{
  padding:0 40px 0 0px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}

.icon-services{
  padding:20px;
  background: linear-gradient(131deg, #7a0112 0%, #ffb402 100%);
  margin: 20px 0 0;
}
.icon-services2 span{
  height: 110px;
  line-height: 88px;
  width: 110px;
  display:block;
  background: #ffffff;
  border: 10px solid #c6680985;
  margin: 0 auto;
  border-radius:50%;
}
.icon-services2 span img{
  height: 58px;
}
.icon-services2 strong{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0 0;
  text-transform: capitalize;
  display: block;
}

.list-design{
  background: #7a0112;
  padding: 30px 19px;
}
.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;
}

.chatting-banner{
  padding: 15px 0 0;
}
.list-link-design{
  padding:0 0 0 30px;
}
.list-link-design ul li{
  padding: 12px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 14px 0px 0px 0px;
  list-style: none;
  position: relative;
  border: 1px solid #8b2231;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 19px;
  text-align: left;
}
.list-link-design ul li a{
  color:#000;
}
.list-link-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.png) no-repeat;
  height: 30px;
  width: 29px;
  left: 9px;
  top: 7px;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}

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

    100% {
        opacity: 0;
    }
}

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

.choose-us1{
  padding: 10px 0px 0px;
}

.choose-us2{
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.choose-text{
  background: ;
}
.choose-text strong{
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.choose-text p{
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 0px 0 0;
  line-height: 27px;
  font-weight: 400;
}

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

.choose-image span img{
}
.form-design2{
  background: #7a0112;
  padding: 30px;
}
.form-design2 .form-group1{
  padding:0;
}
/* end about us section*/


/* start services section */

.services-section{
  padding: 100px 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;
  text-align: left;
}
.services-heading strong{
  font-family: "Boldonse", system-ui;
  font-size: 50px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  display:block;
  color: #7f0013;
}
.services-heading p{
  color: #2d2d2d;
  text-align: left;
  font-size: 16px;
  padding: 0px 0% 0 0px;
  line-height: 29px;
}
.services-heading span{
  color: #000000;
  width: fit-content;
  padding: 0 0 4px 0;
  font-size: 25px;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  text-transform: capitalize;
}
.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 0px 0;
}
.inner-services .services-3 {
  margin: 0px 0 20px 0;
}
.services-2{
  padding: 25px 15px 0;
  position: relative;
}
.services-design:before{
  content:"";
  position:absolute;
  height: 70%;
  width: 100%;
  right:0;
  top:0;
  border: 1px solid #ffa61c;
  border-radius: 30px;
}
.services-3{margin: 20px 0 0px 0;}
.services-3 .srv-image{
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: 17px solid #fdb302;
  height: 270px;
  margin:0 auto;
}
.services-3 a{
  position: absolute;
  top: 30%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background: #7a01125e;
  border: 8px solid #7a011229;
  border-radius: 50%;
}



.services-4 strong{
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #7a0112;
  font-size: 29px;
}
.services-4 p{
  color: #383838;
  line-height: 29px;
  padding: 0px 0 0px;
  font-size: 16px;
}
.owl-carousel .owl-item .srv-image{
  width: auto;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #7a0112;
  font-size: 60px;
  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{
  padding: 0;
  border-radius: 0;
  width:auto;
  margin: 18px auto 0;
}
/* end services section */


/* start form section  */

.form-section{
  padding: 80px 0 80px 0;
  position:relative;
  overflow: hidden;
  background:linear-gradient(131deg, #7a0112 0%, #ffb402 100%);
}
.form-section1{
  padding: 50px 0 70px;
}
.design-form{
  background:#fdfdfd14;
  padding: 40px 40px;
  border-radius: 40px;
}
.form-left1{
  padding: 0px 0px 0 0px;
}
.form-left2{
  padding: 38px 0 60px 0;
  background: #f58b37;
  text-align: left;
}
.form-heading{
  padding: 0px;
  text-align: left;
}
.form-heading strong{
  font-size: 29px;
  color: #ffab06;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0 50px 50px 0;
}
.form-heading p{
  color: #ececec;
  font-size: 16px;
  margin: 0;
  padding: 6px 0px 5px 0px;
  line-height: 28px;
  font-weight: 400;
}
.form-group1 {
    padding: 0px 11px;
    text-align: center;
    margin: 8px 0px 6px;
    position: relative;
}
input.form-control1 {
    color: #fff;
    font-weight: 500;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-control1 {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
}
.form-control1 {
    height: 49px;
    background-color: #ffffff00;
    border: 1px solid #ffffffb8;
    border-radius: 57px;
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
}
textarea.form-control1 {
    height: 80px;
    font-weight: 500;
    color: #fff;
    border-radius: 17px;
    padding-bottom: 17px;
    padding-left: 18px;
    padding-top: 8px;
}
.form-group1 img {
    position: absolute;
    left: 12px;
    top: 8px;
    padding: 0px;
    /* height: 30px; */
}
.form-group1 span{
  margin: 0;
  /* position: relative; */
}


.btn-group{
  padding: 16px 50px 0px 50px;
  margin:0;
  text-align:
  center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  background: #ffffff;
  padding: 10px 15px 9px;
  color: #000000;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 30px;
  width: 80%;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 5px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #7f0811;
  color: #fff;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
}
: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;
}
/* end form section  */


/* start why choose us section */

.whychoose-section{
  padding: 0px 0 40px;
  position: relative;
}

.choose-heading span{
  display: block;
  letter-spacing: 3px;
  color: #000000;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  border-radius: 20px;
  text-transform: uppercase;
 }
.choose-heading strong{
  font-size: 49px;
  line-height: normal;
  display: block;
  font-weight: 500;
  color: #7f0013;
  text-transform: capitalize;
  position: relative;
  font-family: "Boldonse", system-ui;
}
.choose-left2{
  padding: 30px 0 20px;
  border-radius: 20px;
  position: relative;
}
.choose-left2:before{
  content:"";
  position: absolute;
  background: url(images/bg-image.png) no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  right: auto;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -9;
}
.choose-left2:after{
  content:"";
  position: absolute;
  background: linear-gradient(#ff840087, transparent);
  height: 100%;
  width: 100%;
  right: auto;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: -9;
}
.choose-left2 span{
  display: block;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  line-height: 113px;
  margin: 0 auto;
  background: #fff;
  z-index: 5;
}
.choose-heading p{
  color: #464646;
  font-size: 16px;
  line-height: 28px;
  padding: 3px 50px 0;
}
.round-position{
  position:relative;
  padding: 0 0 70px;
}
.round-choose{
  position: absolute;
  height: 190px;
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0px;
  left: 0;
  right: 0;
}
.round-choose:before{
  content:"";
  height: 100%;
  width: 100%;
  background: linear-gradient(131deg, #7a0112 0%, #ffb402 100%);
  position:absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.choose-left2 span img{
  height: 70px;
  margin: 0px  0 0;
  animation: pulse 2s infinite  linear;
  filter: brightness(0) invert(0);
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.choose-left2 p{
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0px 0;
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #7a0112;
  padding: 0;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  margin: 10px 0 0;
  font-size: 21px;
}
.choose-heading{
  width: 63%;
  margin: 0 auto;
  padding: 0px 0 0px;
}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 40px 0 0px 0;
}
.choose-center2:before{content: '';position: absolute;background: url(images/form-bg-image-astrology.png) no-repeat;left: 0px;right: 0px;margin: 0 auto;top: -166%;z-index: -9;background-size: cover;width: 100%;height: 1080px;background-position: bottom;}


.choose-bottom1{
  position: relative;
  padding: 10px;
}
.round-text{
  margin: 0;
  padding: 0px 20px 20px;
  position: relative;
}
.choose-design{
  padding: 110px 0 0 0;
}
/* end why choose us section */


/* start yantra secion section */

.godservices-section{
  position: relative;
  margin: 130px 0 0;
  padding: 120px 0 20px;
}
.godservices-section:before{
  content:"";
  position: absolute;
  background: url(images/bg-image.png) no-repeat;
  height: 100%;
  width: 100%;
  right: auto;
  top: 0;
  left: 0;
  z-index: -9;
  background-size: cover;
}
.godservices-section:after{
  content:"";
  position: absolute;
  background: linear-gradient(#ec8618, transparent);
  height: 100%;
  width: 100%;
  right: auto;
  top: 0;
  left: 0;
  z-index: -9;
}

.godimage-services1{
    padding:20px;
}
.godimage-services2{
    padding: 0;
    text-align: center;
    position: relative;
}
.god-image{
  padding: 0;
}

.god-text{
  padding: 18px 0 0;
}
.god-text strong{
  font-weight: 600;
  display: block;
  font-size: 40px;
}
.god-text p{
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding: 0;
}

.godimage-services2 img{
  width:100%;
  padding: 0;
  border-radius: 18px;
}
/* end yantra section section */ 


/* start testimonials section */

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


.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;
  margin: 40px 0 0;
  padding: 15px 20px 15px;
  background: #fff;
  box-shadow: 0 0 9px #c9c9c98f;
}
.image-client{
  width: 20%;
  position: relative;
}
.image-client img{
  border-radius: 50%;
  border: 6px solid #ff9300;
  margin: 0 0 0 0px;
  height: 100px;
  padding: 3px;
}

.text-client{
  width: 80%;
  text-align: right;
  padding: 0px 0px 0px 0;
  position: relative;
}
.text-client b{
  display:block;
}
.text-client b strong{
  font-size: 20px;
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #7a0112;
  font-weight: 600;
  margin: 0;
}
.text-client p{
  color: #484848;
  padding: 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{
}
.number-design{
  background: linear-gradient(131deg, #7a0112 0%, #ffb402 100%);
  padding: 0 20px 20px;
  border-radius: 20px;
  margin: 0 0 40px 0;
}
.number-design a{
  display: block;
}
.number-design a span{
  font-size: 47px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.number-design a p{
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
/* end testimonials section  */


/* start footer section */

.footer-section{
  background: #7a0112;
  padding: 0px 0 50px;
}

.footer-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links ul li{
  color: #fff;
  padding: 8px 29px 8px 41px;
  background: #ffffff;
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 20px 0;
}
.footer-links ul li a{
  color: #000;
}
.footer-links ul li:before{
  content:"";
  position:absolute;
  top: 13px;
  left: 17px;
  width: 15px;
  height: 15px;
  background: #8db0ea;
  border-radius: 50%;
}
.footer-links ul li:after{
  content:"";
  position:absolute;
  top: 14px;
  left: 25px;
  width: 8px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
}
.footer-contact{
  margin: 0px 0 0px;
}
.contact-left1{padding: 10px 10px 0px;}
.contact-left1 a{
  0 !important;
}
.contact-left2{
  padding: 0 0 0 0;
}
.contact-left1 a span{
  display: block;
  text-align: center;
  margin: -60px 0 0 0;
}
.contact-left1 a span b{
  display: block;
  height: 100px;
  width: 100px;
  background: radial-gradient(#7a0112, #7a0112);
  border-radius: 50px;
  border: 4px solid #fff;
  line-height: 91px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #7a0112
   }
   to {
      box-shadow: 0 0 0 30px #8db0ea00
   }
}
.contact-left1 a span img{
  height: 44px;
}
.contact-left1 a p{
  padding: 0 0 0 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.contact-left1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #ffab00;
  padding: 24px 0 0;
}
.contact-left1 a p strong{
  font-weight: 400;
  color: #ffffff;
  display: block;
  font-size: 24px;
  padding: 3px 0px;
  width: fit-content;
  margin: 0px auto 0;
}
/* end footer section */



/* start map section */

.map-section{
  position: relative;
}

.whastapp-icon{
  position: relative;
}
.whastapp-icon a{
  height: 200px;
  width: 200px;
  border-radius:50%;
  line-height: 110px;
  display:block;
  position: absolute;
  margin: 0 auto;
  left: auto;
  right: 0;
  top: -70px;
}
.whastapp-icon a img{
  height: 150px;
}

.map-section strong{
  position: absolute;
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  line-height: 60px;
  width: 90%;
  bottom: 40px;
  right: 0;
  background: #feed05;
}
.map-section strong .bi{
  height: 2.4rem;
  width: 2.4rem;
  margin: 0px 0px -6px 0px;
  color: #f00;
}
.map-section iframe{
  vertical-align: bottom;
  height: 300px;
}



/* end map section*/

/* start copy section */

.copy-section{
  background: linear-gradient(#ec8618, transparent);
  padding: 30px 0px 30px;
  position:relative;
  z-index:9;
}
.copy-section:before{
  background:url(images/bg-image.png) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 0.1;
  left: 0;
  top: 0;
}
.disclaimer b{
  display:block;
  color: #000000;
  font-weight: 500;
}
.disclaimer strong{
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  padding: 4px 0 0;
  display: block;
}
.disclaimer p{
  padding: 7px 0 0 0;
  font-weight: 600;
  color: #7a0112;
  font-size: 15px;
}

/* end copy section*/


/* start bread crumb section  */

.breadcrumb-section{
  background: linear-gradient(178deg, #7a0112 50%, #ffb402 100%);
  position:relative;
  padding: 180px 0 40px;
  margin: 0px 0 0;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: url(images/astrology.html) 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: #ffffff;
  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: 0px 0px 9px;
}
.contact-get-2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#ec8618, transparent);
  padding: 30px 0px 30px;
  position:relative;
  /* z-index:9; */
}
.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;
  width: 30%;
}

.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
    display: block;
    height: 100px;
    width: 100px;
    background: radial-gradient(#7a0112, #7a0112);
    border-radius: 50px;
    border: 4px solid #fff;
    line-height: 91px;
    animation: pulse-2 2s linear infinite;
    margin: 0 auto;
}

.getin-content{
  padding: 0px 0 0 4px;
  text-align: center;
  position: relative;
  width: 70%;
}
.getin-content strong{
  color: #7a0112;
  font-size: 23px;
  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: 19px;
  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;
}
.getin-left1 .form-control1{
  
margin-bottom: 25px;
}

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

.aboutus-pageleft1{
  padding: 0 0 0 40px;
}







.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: #7f0013;}
  .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{flex-flow: column-reverse;padding: 10px 0 0;}
  .head-right li img{height:30px;}
  .head-logo2 img {height: 76px;}
  .fixed-top .logo-fix img{height:auto;}
  .fixed-top .navbar-toggler {margin: -52px 0 0 auto;}
  .fixed-top .head-navigation1{width:100%;}
  .fixed-top{padding:5px 0 10px;}
  .fixed-top .logo-fix {width: 40%;}
  .navbar-toggler {margin: -109px 0 0 auto;}
  .about-heading h1{font-size: 48px;}
  .design-aboutus {padding: 80px 0px 0 0px;}
  .banner-design{padding: 0 0px 0 0px;}
  .god{padding:20px 0 0;}
  .list-link-design { padding: 0 0 0 0px;}
   .choose-heading strong{font-size: 41px;}
  .choose-left2 strong{font-size: 19px;}
  .choose-heading{width:100%;}
  .choose-center2:before{top: auto;display: none;}
  .choose-bottom1:nth-child(3){margin: 130px 0 0 0;}
  .choose-bottom1:nth-child(4){margin: 130px 0 0 0;}
  .choose-heading p{ padding: 3px 0px 0;}
  .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;}
  .godimage-services1 {padding: 10px;}
  .god-text strong {font-size: 34px;}
  .services-heading strong{font-size: 41px;}
  .text-client{padding:0 0 0 10px;}
  .contact-left1 a span{margin:0;}
  .footer-section{padding:30px 0 100px;}
  .about-heading p {font-size: 18px;}
  .godservices-section{ padding: 50px 0 60px;}
  .testimonials{padding:50px 0;}
  .about-heading strong { font-size: 42px;}
  .services-heading span{font-size:20px;}
  .services-3 .srv-image{height:auto;}
   .services-4 strong{font-size: 22px;}
  .aboutus-pageleft1 {  padding: 20px 0 0 0px;}
  .maincontent-left1 {padding: 0 0px 0 0px;}
  .about-bottom{padding-top:0 !important;}
  .breadcrumb-section { padding: 0px 0 40px;}
  .first-item{font-size:30px;}
  .number-design a span {font-size: 40px;}
  .form-design2 {padding: 20px;}
  .getin-left1{padding:0 0 30px;}
  .getin-icon{width:100%;}
  .getin-content{width:100%;}
  .contact-get-2 a{display:block;}
  .contact-get-2{padding:0 5px;}
  


  .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: #7f0013;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{flex-flow: column-reverse;padding: 10px 0 0;}
  .head-right li img{height:30px;}
  .head-logo2 img {height: 70px;}
  .fixed-top .logo-fix img{height:auto;}
  .fixed-top .navbar-toggler {margin: -67px 0 0 auto;}
  .fixed-top .head-navigation1{width:100%;}
  .fixed-top{padding:5px 0 10px;}
  .design-aboutus {padding: 80px 0px 0 0px;}
   .banner-design{padding: 0 0px 0 20px;}
  .god{padding:20px 0 0;}
  .list-link-design { padding: 0 0 0 0px;}
   .choose-heading strong{font-size: 41px;}
  .choose-left2 strong{font-size: 19px;}
  .choose-heading{width:100%;}
  .choose-center2:before{top: -179%;}
  .choose-bottom1:nth-child(3){margin: 130px 0 0 0;}
  .choose-bottom1:nth-child(4){margin: 130px 0 0 0;}
  .testimonials-left1 { padding: 0 0px 0 0;}
  .banner-solution{padding:0 10px;}
  .contact-left1:nth-child(2){display:none;}
  .aboutus-pageleft1 {  padding: 20px 0 0 0px;}
  .maincontent-left1 {padding: 0 0px 0 0px;}
  .about-bottom{padding-top:0 !important;}
  .getin-left1{padding:0 0 30px;}
  .getin-icon{width:100%;}
  .getin-content{width:100%;}
  .contact-get-2 a{display:block;}
  .contact-get-2{padding:0 5px;}

  
}

@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;}
  .god{padding:20px 0 0;}
  .choose-heading strong{font-size: 41px;}
  .choose-left2 strong{font-size: 19px;}
  .round-text {padding: 0px 10px 20px;}
  .whastapp-icon a{top: -50px;}
  .choose-center2:before{top: -165%;}
  .choose-heading p{padding:0;}
  .form-heading strong {font-size: 25px;}


}
@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: 26px;}
  .services-heading span {font-size: 17px;}
  .services-3 .srv-image{height:auto;}
  .form-heading strong{font-size: 26px;}
  .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%;padding:0;}
  .testimonials-text{display:block;}
  .getin-content strong{font-size:20px;}
  
  
  
 } 
  


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