@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body{
  margin:0;
  padding:0;
  color: #7a0112;
  font-family: "Nunito Sans", sans-serif;

}

@font-face {
  font-family: 'Adorage.otf';
  src: url('fonts/Adorage.otf') format('woff'),
  url('fonts/Adorage.otf') format('truetype');
  font-display: swap;
}

.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{
  padding: 0;
  background: #f4c8d7;
  background-image:
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(#fff2f6 1px, transparent 1px);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;

}
.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{/* justify-content: center; *//* align-items: center; */}
.head-logo1{
  padding: 10px 0 0px 0;
  text-align: left;
}
.head-logo2{
  width:fit-content;
  /* background:#fff; */
  padding: 0;
}
.head-logo2 img{height: 170px;}
.head-navigation1{}

/* end top head section */ 


.headtop ul li{
  padding: 0px 6px 0;
  font-size: 17px;
  font-weight: 400;
  list-style: none;
  position: relative;
  color: #013f1b;
  display: inline-block;
}
.headtop li a{color: #013f1b;}
.headtop li:nth-child(2) a{
  font-size: 24px;
  font-weight: 700;
  border-radius: 50px;
  padding: 8px 40px;
  border: 2px solid #a40033;
  color: #000000;
  background: #f4c8d7;
  margin: 0px 0 0px 0;
}
.headtop li a img{
  height: 33px;
}
.headtop li:nth-child(1) a{
   font-size: 19px;
   font-weight: 700;
   border-radius: 50px;
   padding: 8px 40px;
   text-transform: capitalize;
   color: #ffffff;
   background: #a10233;
   margin: 0px 0 0px 0;
}



.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  position:relative;
  margin: 0 auto 0px;
  z-index: 5555;
  background: lightblue;
  width: fit-content;
  border-radius: 50px;
  padding: 30px 60px 0;
  color: #a40033;
  background: transparent;
}

.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: 17px;
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #232323;
  display: inline-block;
  font-weight: 500;
  padding: 2px 16px 3px;
  border-radius: 30px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 40px;
  background: #6b111100;
  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: -100px  0 -00px auto;
    display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 0px;
  margin-left: -9px;
}
.toggle-design{
  height: 2px;
  padding: 0 0px;
  width: 100%;
  background: #a40033;
  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: transparent;
  color: #a40033;
}
.menu li a.active-1 {
  background: transparent;
  color: #a40033;
}

.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: 400;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #ffffff00;
}
.dropdown-menu ul li:hover a{
  color: #a40033;
}
.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: 0px 0 0 0px;
  position:relative;
  z-index: 5;
}
.head-right:before{
  content:"";
  position:absolute;
  height: 50%;
  width: 15px;
  border-radius: 40px;
  right: 20px;
  left: auto;
  z-index: -5555;
  background: #a40133;
  top: 0;
}
.top-head-call{
  margin: 0 0 0 auto;
  width: fit-content;
  z-index: 555;
  position: absolute;
  right: 0;
}
.top-head-call a{
  position:relative;
  display:block;
  text-align: center;
  height: 80px;
  width: 80px;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.top-head-call a img{
  display:block;
  margin: 67px auto 0 -18px;
  text-align:center;
}
.top-head-call a:before{
  position: absolute;
  content: '';
  background: url(images/call-bg.png) no-repeat #f4c8d7;
  width: 129px;
  height: 129px;
  background-position: center;
  right: 0;
  left: -40px;
  z-index: -9;
  overflow: hidden;
  bottom: -024px;
  border-radius:50%;
  animation: rotate 12s linear infinite;
  margin: 0 auto;
}

@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1{
  padding: 0;
}
.headtop{
  padding: 20px 170px 0  0px;
  position:relative;
}
.headtop:before{
  content:"";
  position:absolute;
  height: 17px;
  width:100%;
  border-radius: 50px;
  bottom: 11px;
  left:0;
  right:0;
  background: #a40033;
}

/* 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: 60px 0px 0px;
}
.shape{
  position:absolute;
  bottom:0;
  width:100%;
  z-index: -1;
}
.design-aboutus{
  padding: 0px 0px 0 0px;
}
.about-heading p{
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #3b3b3b;
  width: fit-content;
  padding: 0px 0px;
  position:relative;
}
.about-heading p:before{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  bottom: 0px;
  text-align: center;
  left: 0px;
  font-size: 32px;
  content: "";
  line-height: normal;
  height: 2px;
  background: #a40033;
  width: 100%;
}



.about-heading strong{
 font-size:    54px;
 text-transform: capitalize;
 text-align: left;
 font-family: 'Gafiya-Regular';
 display: block;
 font-weight: 500;
 color: #a40033;
}
.about-heading h1{
 font-family: 'Adorage.otf';
 font-size: 63px;
 text-transform: capitalize;
 text-align: left;
 font-weight: 400;
 color: #a40033;
}
.about-heading h1 a{
  color: #000000;
}
.about-heading h1 a em{
  font-style: normal;
  padding: 0 0 0 120px;
  text-transform: uppercase;
}
.about-heading h1 a i{
  display:block;
  font-style: normal;
  color: #a40033;
  margin: -30px 0 0;
  font-size: 69px;
}
.content-about p{
  color: #000000;
  font-size: 16px;
  padding: 0px 0 10px;
  line-height: 34px;
  text-align: left;
}
.content-about p strong{
  font-weight:500;
  color: #fb5186;
}
.content-about h2,h3,h4,h5,h6{
    color: rgb(255 255 255);
    font-size: 22px;
    line-height: 32px;
    width: fit-content;
    text-transform: capitalize;
    background: #a40033;
    padding: 6px 20px;
    margin: 0px 0px 20px;
    border-radius: 10px;
}
.content-about .read-aboutus{
  position:relative;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 23px;
  display: block;
  background: #ffffff;
  line-height: 24px;
  font-weight: 600;
  padding: 24px 0 0;
  border-radius: 50%;
  z-index: 9;
  margin: 20px auto 0 0px;
}
.content-about .read-aboutus:before{
  position: absolute;
  content: '';
  background: url(images/call-bg.png) no-repeat;
  width: 149px;
  height: 149px;
  background-position: center;
  right: 0;
  top: -30px;
  left: -34px;
  z-index: -9;
  bottom: -24px;
  border-radius:50%;
  animation: rotate 12s linear infinite;
  margin: 0 auto;
}

}
.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{
  padding: 13px 14px 13px 37px;
  border-radius: 50px;
  color: #000000;
  margin: 14px 4px 0px 0px;
  list-style: none;
  display:inline-block;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  background: #f4c8d7;
}
.content-about  ul li:after{
    font-size: 30px;
    color: rgb(255, 0, 58);
    left: 10px;
    top: 2px;
    font-weight: 500;
    position: absolute;
    content: "❖";
    line-height: normal;
    font-family: "Glyphicons Halflings";
    border-radius: 50%;
}

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

.icon-services{
  padding:20px;
  background: linear-gradient(90deg, #853baf 0%, #ff190d 50%, #ffad47 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{
  z-index:-1;
}
.god img{
  display: block;
}
.whatsapp-icon a{
  display: block;
  position: relative;
  text-align: center;
  margin: 0px 0 70px;
  padding: 50px;
}
.whatsapp-icon a:before{
  z-index:-9;
  content:"";
  position:absolute;
  left:0;
  right:0;
  border: 1px solid #ffb0cf;
  border-bottom: 0;
  margin:0 auto;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  top: 0;
}
.whatsapp-icon a strong{
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #515151;
  text-transform: uppercase;
  display:block;
}
.whatsapp-icon a strong span{
  color: #a40033;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 42px;
  text-transform: capitalize;
  font-family: 'Adorage.otf';
}
.whatsapp-icon a p{
  font-size: 17px;
  line-height: 29px;
}
.whatsapp-icon a aside{
  color: #208b2d;
  font-family: 'Adorage.otf';
  padding: 10px 0 0;
  font-size: 40px;
}
.whatsapp-icon a small{
  background: linear-gradient(274deg, #ff1860, #ffdfec);
  padding: 2px 10px;
  font-size: 20px;
  color: #fff;
}

/* end about us section*/


/* start services section */

.services-section{
  padding: 0px 0 80px;
  background: #a40033;
  position: relative;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.right-services1{
  padding:0 0 0 50px;
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: left;
}
.services-heading strong{
 font-family: 'Adorage.otf';
 font-size: 104px;
 text-transform: capitalize;
 font-weight: 400;
 display:block;
 margin: -30px 0 0;
 color: #ff598d;
 line-height: normal;
}
.services-heading p{
  color: #ffffff;
  font-size: 16px;
  padding: 0px 0% 0 0px;
  line-height: 29px;
}
.services-heading span{
  font-size: 45px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  width: fit-content;
  padding: 0px 0px 0 50px;
  font-family: 'Adorage.otf';
  display: block;
  position:relative;
}

.contact-services strong{
  font-size: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 800;
}
.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{
  position:relative;
  height: 100px;
  width: 100px;
  text-align: center;
  font-size: 21px;
  display: block;
  background: #fff;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 25px 0 0;
  border-radius: 50%;
  z-index: 9;
  margin: 30px auto 0;
}
.contact-services a span:before{
  position: absolute;
  content: '';
  background: url(images/call-bg.png) no-repeat;
  width: 169px;
  height: 169px;
  background-position: center;
  right: 0;
  top: -35px;
  left: -34px;
  z-index: -9;
  bottom: 0;
  border-radius:50%;
  animation: rotate 12s linear infinite;
  margin: 0 auto;
}
.contact-services{
  background: #f4c8d7;
  padding: 30px 22px 70px;
  border-radius:30px;
  position: relative;
}
.contact-services aside{
  padding: 6px 0 10px;
}

.services-design{
  position:relative;
}
.services-1{
  padding: 20px 20px 20px;
}
.services-2{
  background: #810229;
  position: relative;
  border-radius: 30px;
}
.services-4{padding: 20px 20px 10px;}
.services-4 strong{
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 800;
  color: #ffb3cb;
  font-size: 22px;
}
.services-4 p{
  color: #ffffff;
  line-height: 26px;
  padding: 6px 0 16px;
  font-size: 16px;
}
.services-3 img{
  width: auto;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.services-3  a{
  color: #000000;
  padding: 0;
  display: block;
  font-weight: 600;
  position: absolute;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  top: 0px;
  transition:0.5s ease-in;
  opacity:0;
  line-height: 73px;
  left: 0;
  right: 0;
  border: 2px solid #ff85b4;
  margin: 0 auto;
  background: #f0c4d5;
  box-shadow: inset 0px 1px 14px #ff598d;
}
.services-3 a .mobile-contact{
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 50px;
}
.services-2:hover .services-3  a{
  top:60px;
  opacity:1;
}

.services-area{
  padding: 10px 14px 20px;
  border: 1px solid #950834;
  color: #fff;
}


.list-link-design ul li{
  padding: 13px 14px 13px 37px;
  border-radius: 50px;
  color: #000000;
  margin: 14px 4px 0px 0px;
  list-style: none;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  background: #f4c8d7;
}
.list-link-design ul li a{
  color: #000000;
}
.list-link-design ul li:after{
  font-weight: 400;
  position: absolute;
  color: #a40033;
  top: 4px;
  text-align: center;
  left: 7px;
  font-size: 29px;
  content: "\2739";
  line-height: normal;
  animation: rotate 12s linear infinite;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}



/* end services section */


/* start form section  */

/* start top services section */

.topservices-section{
  position: relative;
  margin: 0px 0 0;
  padding: 80px 0 70px;
  background: #a40033;
}

.form-left1{
  text-align: center;
}
.form-left2{
  border-radius: 20px;
}
.form-page{
  background: #a40033;
  padding: 20px;
}
.design-form{
  padding: 0;
  margin: 0;
}
.form-design2{padding: 0 0 20px 0;}
.form-design2 img{
  border-radius:30px;
}

.form-heading{
  padding: 0px 0 30px;
  text-align: center;
}
.form-heading strong{
  font-size: 39px;
  color: #f6c7d7;
  display: inline-block;
  font-family: 'Adorage.otf';
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}
.form-heading p{
  color: #ffffff;
  font-size: 17px;
  width: fit-content;
  margin: 0 auto;
  line-height: 26px;
  font-weight: 400;
}

.contac-rr {
   padding: 0;
   margin: 0;
   border-left: 1px solid #f4c8d7;
   text-align: left;
}
.form-group1 {
   padding: 0;
   text-align: center;
   margin: 15px 0px 5px;
   position: relative;
}

input.form-control1 {
   color: #ffffff;
   font-weight: 400;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #ffffff;
}

.form-control1 {
  height: 47px;
  background-color: #a40033;
  border-radius: 0;
  border-radius: 0px 50px 50px 0px;
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 19px 14px 17px 14px;
  border-left: 0;
  font-size: 16px;
  box-shadow: none;
}
textarea.form-control1 {
  height: 110px;
  border-radius: 0px 10px 10px 0px;
}

.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 {
  padding: 10px 15px 10px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  background: linear-gradient(274deg, #ff1860, #ffdfec);
  font-weight: 600;
  border:0;
  border-radius: 0px 50px 50px 0px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}
.btn-group>.btn:first-child span{
  position: absolute;
  right: 6px;
  top: 4px;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  background: #fff;
}
.btn-group>.btn:first-child span svg{
  height:20px;
  fill: #a40033;
  width:20px;
  margin: 8px 0px 0px 7px;
}
.btn-group>.btn:first-child:hover{
  background: #ff004f;
  color: #000000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  font-size:15px;
  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-design-top{
  padding:0 0 0 40px;
}
.list-design-top1{
  background: #a40033;
  padding: 50px 30px;
}
.banner{
  padding: 30px 0 0 25px;
}
.banner img{
  border-radius:10px;
  width:100%;
}
/* end top services section*/

/* start faq section */

.faq-section{
  padding: 0 0 0 50px;
  text-align: left;
}
.faq-heading strong{color: #ffd9e3;font-weight: 500;font-family: 'Adorage.otf';line-height: 50px;display: block;font-size: 34px;padding: 0 0 10px;}
.faq-heading p{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.faq{
  padding:20px;
}
.faq1{
  background: #ffe6ed;
  padding: 23px 20px;
  text-align: left;
  border-radius: 10px;
  position: relative;
}
.faq:before{
  content:"";
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index: -9;
  right:0;
  margin:0 auto;
  background:url(images/background.png);
  position: absolute;
  opacity: 9%;
}
.faq strong{
  position: relative;
  color: #000;
  font-weight: 600;
  padding: 0 0 0 90px;
  font-size: 20px;
}
.faq strong em{
  color: #ffffff;
  position: absolute;
  left: 0;
  padding: 2px 13px;
  top: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  background: #a40033;
}
.faq p{
  color: #383838;
  line-height: 27px;
  padding: 10px 0 0px;
  font-size: 17px;
}
 
/*  end faq section */



/* start why choose us section */

.whychoose-section{
  padding: 100px 0 40px;
  position:relative;
  overflow: hidden;
}
.center-chakar{
  animation: rotation 15s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  top: 220px;
}
@keyframes rotation {
  0% {
    transform: rotate(0);

  }
  to {
    transform: rotate(1turn);
      
  }
}
.choose-heading span{
  font-weight: 700;
  text-transform: uppercase;
  color: #272727;
  width: fit-content;
  padding: 0;
  font-size: 31px;
  display: block;
  position:relative;
  margin: 0 auto 0;
}

.choose-heading strong{
  font-family: 'Adorage.otf';
  font-size: 64px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  color: #a40033;
  line-height: normal;
  margin: -20px auto 0;
  text-align: center;
}
.choose-heading p{
  color: #323232;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 500;
  line-height: 32px;
}
.round-astrology {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
}


.round-astrology img {
  border-radius:50%;
  margin: 0 auto;
  box-shadow: 0px 0px 17px 13px #f4c8d7bf;
  display: block;
  height: 300px;
  animation: rotate 12s linear infinite;
}
.choose-left2{
  position: relative;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-left2 span{
  display: block;
  margin: 0 auto;
  z-index: 9;
}
.round-choose{
  position:relative;
  width: 30%;
  margin: 0 0 0 auto;
}
.choose-left2 span{
  position:relative;
}
.choose-left2 span:before{
  position: absolute;
  content: '';
  background: url(images/call-bg.png) no-repeat #ffffff;
  width: 129px;
  height: 129px;
  background-position: center;
  right: 0;
  top: -29px;
  left: -2px;
  z-index: -9;
  bottom: 0;
  border-radius: 50%;
  animation: rotate 12s linear infinite;
  margin: 0 auto;
}
.choose-left2 span img{height: 70px;}

.choose-left2 p{
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  padding: 7px 0px 0;
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  border-radius: 50px;
  font-weight: 800;
  display: block;
  margin: 0;
  font-size: 21px;
}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-content p{
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
}
.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;
  text-align: left;
  padding: 70px 0px 70px 130px;
}
.left-choose{
  padding: 70px 130px 70px 0px;
}
.left-choose .round-text{
  margin: 0px 0 1px 0px;
}
.round-text{
  margin: 0px 0 1px 40px;
  position: relative;
  border-top: 0;
  text-align: left;
  width: 70%;
}
/* end why choose us section */




/* start testimonials section */

.testimonials{
  padding: 70px 0 130px;
  /* background: #f7c7c7; */
}
.feedback{
  background: #fff;
  border: 1px solid #b8d4f7;
  padding: 30px;
}
.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: 'Adorage.otf';
 display:block;
 color: #a40033;
}
.testimonials-heading p{
  color: #2d2d2d;
  text-align: left;
  font-size: 17px;
  margin: -20px 0 40px 0;
  padding: 0px 0% 0 0px;
}
.testimonials-heading span{
    font-weight: 700;
    text-transform: uppercase;
    color: #272727;
    width: fit-content;
    padding: 0;
    font-size: 31px;
    display: block;
    position: relative;
    margin: 0 auto -30px 60px;
}

.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{
  padding: 15px 20px 15px;
}

.text-client{
  padding: 25px 30px 25px;
  position: relative;
  border-radius: 20px;
  background: #f7c7c7;
}
.text-client b{
  border-radius: 40px;
  margin: 0 auto;
  display:block;
  padding: 0;
  border-radius 30px;
  text-align: center;
}
.text-client b strong{
  font-size: 16px;
  text-align: center;
  padding: -10px 0px 10px 0;
  text-transform: capitalize;
  color: #a40033;
  display: block;
  font-weight: 700;
  margin: 0;
}
.text-client p{
  color: #000000;
  padding: 0px 0 0 0;
  font-size: 15px;
  text-align: center;
  line-height: 29px;
  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: center;
  margin: 12px 0 0;
}
.text-client i .bi{
  color: #a40033;
  margin: 0 3px;
  height: 20px;
  width: 20px;
}
.text-client em{
    text-align: left;
}
.text-client em img{
  border-radius: 30%;
  height: 80px;
  margin: 0;
}
.testimonials-right1{
  padding: 10px 0 0;
}
.testimonials-right2{
}

/* end testimonials section  */


/* start footer section */

.footer-section{
  padding: 0px 0 40px 0;
  position: relative;
  background: #f7c7c7;
}
.footer-left1{
  margin: -10% 0 0;
}
.footer-left1 iframe{
  border-radius: 30px;
}
.footer-right1{
  padding: 0px  0 0  30px;
  margin: 50px 0 0 0;
}
.footer-right2{
  position: relative;
  padding: 0;
}
.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{
  height: 100px;
  position: relative;
  border-radius: 50%;
  display: block;
  line-height: 90px;
  margin: -0px auto 0;
  width: 100px;
  text-align: center;
  z-index:9;
}
.info-contact a span:before{
  background: url(images/call-bg.png) no-repeat #ffffff;
  width: 129px;
  height: 129px;
  background-position: center;
  right: 0;
  top: -19px;
  left: -12px;
  z-index: -9;
  bottom: 0;
  border-radius: 50%;
  animation: rotate 12s linear infinite;
  margin: 0 auto;
  position:absolute;
  content:"";
}

.info-contact a span img{
  height: 70px;
}
.info-contact a aside{
  padding: 30px 0 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.info-contact:last-child a aside{
  font-size:20px;
}
.info-contact a aside b{
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #aabffe;
  font-size: 16px;
}
.info-contact a{
  position: relative;
  padding: 44px 20px 14px;
  text-align: center;
  background: #f7c7c7;
}
.info-contact:last-child a{
  border:0;
}

.copy{
  padding: 10px 30px 10px;
  position: absolute;
  bottom: 0;
  background: #f7c7c7;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.copy b{
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}
.copy strong{
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #000000;
  padding: 0px 0 0;
}
.copy p{
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  color: #a40033;
  padding: 0px 0 0;
}
.footer-left2 iframe{
  height: 180px;
}
/* end footer section*/












/* start bread crumb section  */

.breadcrumb-section{
  padding: 40px 0 40px;
  margin: 0px 0 0;
  background: #f4c8d7;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.breadcrumb-section::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    opacity: 0.11;
    z-index: -9;
    margin: 0px auto;
    background: url(images/bread-crumb.png);
}
.first-item {
  font-size: 46px;
  text-transform: capitalize;
  margin: 0;
  font-family: 'Adorage.otf';
  font-weight: 500;
  text-align: left;
  padding: 0 0 9px 0;
}
.first-item a {
  color: rgb(164 0 51);
  display: block;
  border-bottom: 3px solid #a40033;
  width: fit-content;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
    color: rgb(0 0 0);
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    right: 70px;
    bottom: 0px;
    background: rgb(255 255 255);
    margin: 0px;
    border-radius: 80px 80px 0px 0px;
    padding: 30px 20px;
}
.breadcrumb-section .last-item:before{
    position: absolute;
    content: '';
    background: url(images/call-bg.png) no-repeat;
    width: 159px;
    height: 159px;
    background-position: center;
    right: 0;
    top: -10px;
    left: -2px;
    z-index: -9;
    bottom: -24px;
    border-radius: 50%;
    animation: rotate 12s linear infinite;
    margin: 0 auto;
}
/* end bread crumb section  */

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


.getintouch{
  padding:100px 0;
  background: #a40033;
}
.getin-left1{
  padding: 0 0 0 0px;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 0px 10px 29px;
}
.contact-get-2 a{
  text-align: center;
  background-color: #fbfbfb;
  padding: 36px 20px 30px;
  border-radius: 10px;
  display: block;
  border: 1px solid #aac6fa;
}
.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: block;margin: 0 auto;}
.getin-icon span strong{
  height: 80px;
  background: #a40033;
  border-radius: 50%;
  line-height: 70px;
  width: 80px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  outline: 20px solid #a4003324;
  display: block;
  box-shadow: 0px 1px 11px 3px #55555530 inset !important;
}
.getin-icon span strong img{
  height: 44px;
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #a40033;
  font-size: 50px;
  font-weight: 700;
  display: block;
  padding: 0;
  border-radius: 50px;
}
.getin-content p{
  color: #93adfe;
  text-transform: uppercase;
  line-height: 28px;
  padding: 36px 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;
}
.getin-right1{
  padding: 0 0 0 40px;
}
.chatting-banner a{
  background:#fff;
  display: block;
  padding: 20px 0 20px;
  text-align: center;
}
.chatting-banner a strong{
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #515151;
  text-transform: uppercase;
  display:block;
}
.chatting-banner a strong span{
  color: #a40033;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 42px;
  text-transform: capitalize;
  font-family: 'Adorage.otf';
}
.chatting-banner a p{
  font-size: 17px;
  line-height: 29px;
}
.chatting-banner a aside{
  text-transform: uppercase;
  color: #208b2d;
  padding: 0;
  font-weight: 800;
  font-size: 30px;
}
.chatting-banner  a img{
  height: 60px;
}




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

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


.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;}
  .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;}
  .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;}
  .navigation{width:100%;padding: 0;background: transparent;border-radius: 0;}
  .menu li{display:block;}
  .head-logo2 img {height: 96px;}
  .about-heading h1{font-size: 68px;}
  .choose-heading strong{font-size: 38px;margin: 0 auto 0;}
  .choose-left2 strong{font-size: 19px;}
  .choose-bottom1{padding:10px;}
 
  .choose-heading span{letter-spacing: 0px;font-size: 18px;}
  .testimonials-left1 { padding: 0 0px 0 0;}
  .godimage-services1 {padding: 10px;}
  .god-text strong {font-size: 34px;}
  .services-heading strong{font-size: 91px;}
  .center-chakar{opacity:0.2;}
  .contact-left1 a span{margin:0;}
  .footer-section{padding: 30px 0 0px;}
  .about-heading p {font-size: 16px;}
  .godservices-section{ padding: 50px 0 60px;}
  .testimonials{padding:50px 0;}
  .about-heading strong { font-size: 42px;}
  .services-heading span{font-size: 37px;}
  .services-3 .srv-image{height:auto;}
  .list-link-design ul li{width:100%;}
  .info-contact a span{margin:0 auto;}
  .fix{display:block;}
  .services-3 a{font-size:20px;}
  .topservices-section:before{display:none;}
  .faq-section{padding:0;}
  .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-text{padding: 15px 10px 15px;}
  .text-client{padding: 5px 16px 20px;}
  .headtop{display:none;}
  .navigation{padding:0;margin: 0 0 0 auto;width: 100%;border-radius: 0;background: transparent;box-shadow: none;}
  .text-client {padding: 25px 10px 25px;}
  .whatsapp-icon a aside {font-size: 60px;padding: 0;}
  .image-banner img{margin: 0;padding: 0 10px;width: 50%;}
  .choose-bottom1{width:100%;padding: 70px 10px 30px 10px;border: 1px solid;margin: 10px 0 0;}
  .left-choose{padding: 30px 20px 30px 20px;}
  .round-astrology{opacity:0.1;}
  .info-contact a span{margin:0 auto 0;}
  .top-head-call{position:fixed;margin: 0 20px 0 auto;display: none;}
  .top-head-call:before{display:none;}
  .head-right:before{display:none;}
  .list-design-top{padding:0;}
  .whatsapp-icon a{padding: 50px 20px;}
  .choose-left2 span:before{height:120px;width:120px;}
  .contact-services strong{font-size:20px;}
  .top-head-call a:before{animation:none;}
  .right-services1{padding: 40px 0 0 0;}
  .services-1{padding:10px;}
  .copy{position:relative;width: 100%;}
  .content-about .read-aboutus:before{left: -30px;}
  .content-about .read-aboutus{margin: 20px auto 70px 30px;}
  .round-choose{width:100%;}
  .round-text{width:100%;text-align: center;margin: 0;padding: 30px 0 0;}
  .choose-left2{flex-flow: column;padding: 0px 0 0px 0;}
  .left-choose .choose-left2{flex-flow: column-reverse;padding: 20px 0 0;}
  .image-banner{display: flex; justify-content: center;align-items: center;}
  .form-heading strong {font-size: 30px;}
  .list-design-top1 { padding: 20px 20px;}



}


@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%;border-radius: 0;background: transparent;box-shadow: none;}
  .dropdown:hover .dropdown-menu{display:none;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;text-align: left;padding: 4px 0;}
  .headtop{display:none;}
  .top-mobile{display:block;text-align: center !important;}
  .menu li{display:block;}
  .cen-design{padding: 10px 0 0;align-items: center !important;}
  .head-logo2 img {height: 80px;}
  .design-aboutus {padding: 80px 0px 0 0px;}
  .contact-left1:nth-child(2){display:none;}
  .footer-contact{width: 90%;right: 40px;}
  .testimonials-heading strong {font-size: 80px;}
  .testimonials-text{ padding: 25px 10px 15px;}
  .topservices-section:before{display:none;}
  .faq-section{padding:0;}
  .info-contact a span{margin:0 auto 0;}
  .top-head-call{display: none;}
  .top-head-call:before{display:none;}
  .head-right:before{display:none;}
  .list-design-top{padding:0;}
  .whatsapp-icon a{padding:50px 30px;}
  .choose-left2 span:before{height: 130px;width: 130px;}
  .contact-services strong{font-size: 30px;}
  .text-client {padding: 25px 10px 25px;}
  .whatsapp-icon a aside {font-size: 30px;}
  .whatsapp-icon a strong span {font-size: 30px;}
  .testimonials-text:last-child{width:100%;}
  .choose-heading strong{font-size: 50px;margin: 0 0 30px;}
  .choose-bottom1{padding: 10px 30px 30px 30px;}
  .round-astrology{opacity:0.1;}
  .right-services1{padding:0;}
  .content-about .read-aboutus:before{left: -30px;}
  .content-about .read-aboutus{margin: 20px auto 70px 30px;}
  .round-choose{width:100%;}
  .round-text{width:100%;text-align: center;margin: 0;padding: 30px 0 0;}
  .choose-left2{flex-flow: column;padding: 0px 0 0px 0;}
  .left-choose .choose-left2{flex-flow: column-reverse;}
  .services-1{ padding: 10px 10px 10px;}
  .image-banner img{margin:0 10px;}
  .contact-services{padding: 20px 22px 40px;}
  .contact-services aside{padding: 0; font-size: 12px;}
  .contact-services a span{margin:0 auto;}
  .list-link-design{padding:0 10px 0 0 !important;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation {padding: 5px 20px;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;}
  .round-text {padding: 0px 10px 20px;}
  .whastapp-icon a{top: -50px;}
  .services-3 a{font-size: 19px;padding: 4px 14px;}
  .menu li {padding: 9px 13px 4px;}
  .form-heading strong {font-size: 33px;}
  .headtop li:nth-child(1) a {font-size: 17px;padding: 8px 20px;}
  .headtop li:nth-child(2) a {font-size: 20px;padding: 6px 26px;}
  .about-heading h1 a i{font-size: 57px;margin: -10px 0 0;}
  .content-about .read-aboutus:before{left: -30px;}
  .content-about .read-aboutus{margin: 20px auto 0 30px;}
  .whatsapp-icon a{padding:50px 30px;}
  .choose-left2 span:before{height:120px;width:120px;}
  .contact-services strong{font-size:20px;}
  .choose-left2 strong{ font-size: 16px;}
  .text-client {padding: 25px 10px 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: 46px;margin: -10px 0 0;}
  .services-heading span {font-size: 30px;padding: 0px 0px 0 30px;}
  .services-3 .srv-image{height:auto;margin: 0 auto;}
  .form-heading strong{font-size: 26px;}
  .form-group1 {padding: 0px 0px;}
  .choose-heading strong{font-size: 23px;}
  .image-client {width: 100%;text-align: left;}
  .text-client{}
  .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: 53px;}
  .banner{padding:20px 0 0;}
  .whatsapp-icon a strong span{font-size: 29px;}
  .whatsapp-icon a aside {  font-size: 30px;}
  .faq-heading strong{font-size: 25px;line-height: 39px;}
  .faq{padding:20px 0;}
  .testimonials-heading span{margin:0;}
  .getin-right1{padding:20px 0 0 ;}
  .getin-content strong {font-size:30px;}
  .contact-get-2 a{padding:20px 0;}
  .services-section{padding:40px 0 40px 0;margin:-10px 0 0 0;}
  .image-banner img{width:100%;}
  .image-banner{display:block;}
  
  
 } 
  


@media (max-width: 420px) and (min-width: 00px) {
  .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;}
  .about-heading h1 a i{font-size:55px;}
  
}
