@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
body{
  margin:0;
  padding:0;
  color: #52025e;
  font-family: "Livvic", sans-serif;
}
.main{
  margin: auto;
  padding: 0;
  width: 96%;
}

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

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




/* background:liner-gradient(#bc1a0a, #ff6600); */

/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  padding: 15px 0;
  overflow-x: hidden;
}
.tophead-section1{
  padding: 0;
}
.tophead{
  padding:0;
  display: none;
}
.tophead-left1{
  padding: 9px 0 0 0;
}
.tophead-left2{
  padding: 0;
}
.tophead-left2 p{
  color: #000000;
  font-size: 19px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.tophead-right1{
  padding: 0;
}
.tophead-right2{
  padding: 0;
  text-align: right;
}
.tophead-right2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.tophead-right2 ul li{
  padding: 0 3px;
  margin: 0;
  display: inline-block;
}
.tophead-right2 li a{
  background:#f00064;
  height: 44px;
  width: 38px;
  text-align: center;
  line-height: 42px;
  border-radius: 0% 0% 50px 50px;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.tophead-right2 ul li a .bi {
  width: 1em;
  height: 1em;
  color: #ffb302;
}
.tophead-right2 ul li:nth-child(1) a{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  height: auto;
  width:auto;
  background:transparent;
}
.tophead-right2 ul li:nth-child(1){
  padding: 0 15px 0 0px;
}

/* start head section */
.head-section{
  padding: 0px 0 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0;
  text-align: left;
}

.head-right1{
  padding: 10px;
}
.head-right2{
  padding: 0;
}
.head-contact1{
  padding: 0 0px 0 60px;
  text-align: center;
}
.head-contact2{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-img{
  width: 20%;
  text-align: center;
}
.head-img span{
  display:block;
}
.head-img span .bi{
  height: 3.5rem;
  width: 3.5rem;
}
.head-contact2 .head-text{
  width: 80%;
  text-align: left;
}
.head-contact2 .head-text span{
  font-size: 17px;
  border-radius: 40px;
  font-weight: 600;
  padding: 0 12px;
  margin: -3px 0 0;
  display: inline-block;
  px;
  width: fit-content;
  color: #ffffff;
  background: #ffb300;
  text-transform: capitalize;
}

.head-contact2 .head-text a{
  font-weight: 500;
  font-size: 19px;
  color: #202020;
  display: block;
  position: relative;
}
/* end head section */

/* start navigation section */

.naviagtion-section{
  padding: 0;
}
.naviagtion-section1{
  border-radius: 40px 40px 0 0;
  padding: 0;
  margin: 0 0 0px 0;
  position: relative;
}
.logo1{
  padding: 0;
  display: none;
  width: 23%;
}
.logo2{
  padding: 0;
  text-align: center;
}

.head-navigation1{
  padding: 10px 0 10px 0;
}
.head-navigation2{
  padding: 0;
}
.navbar{
  margin-bottom: 0;
  min-height: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu{
  padding:0;
  margin:0;
}
.menu li {
  position: relative;
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 9px 10px 9px 10px;
  margin: 0px 13px;
  transition: 0.4s all;
}
.menu li:last-child{
    border-right: 0px;
    box-shadow: none;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 3px 10px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 0 0px;
    font-size: 19px;
    transition: 0.1s ease-in-out;
}
.menu .active a {
  color: rgb(255 255 255);
  background: #ffb300;
}
.menu li:hover a{
    color: rgb(255 255 255);
    background: #ffb300;
}
.navbar-toggler img{
  filter: brightness(0) invert(1);
  height: 18px;
  margin: -6px 0 0 0;
}
.toggle_bars{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.navbar-toggler {
  border-radius:5px;
  display: none;
  color: #000000;
  z-index: 9;
  position: absolute;
  border: 0px !important;
  text-align: center;
  float: right;
  top: -54px;
  right: 45px;
  padding: 0 0px 0 0;
  background: #52025e;
  height: 33px;
  width: 39px;
  line-height: 37px;
  }

.navbar-collapse{padding:0;}
.navbar-nav {
    float: left;
    margin: 0;
    padding: 0;
}

.menu li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.menu li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0;
  top: 100%;
  /* transform: translateY(50px); */
  transition: 0.4s all;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 280px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 999999;
  transition: 0.4s all;
}
.menu li.navbar-dropdown .dropdown ul{
  padding:0;
  margin:0;
  list-style:none;
}
.menu li.navbar-dropdown .dropdown ul li{
  display:block;
  margin: 0;
  padding: 5px 5px 4px 5px;
}
.menu li.navbar-dropdown .dropdown ul li:before{
  display:none;
}
.menu li.navbar-dropdown .dropdown ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  display: block;
  background:#52025e00;
  padding: 4px 20px 4px 20px;
}
.menu li.navbar-dropdown .dropdown ul li:hover{
  background: #52025e ;
}
.menu li.navbar-dropdown .dropdown ul li:hover a{
  color:#fff;
}



.head-appointment1{
  padding: 0;
  text-align: right;
}
.head-appointment2{
  padding: 0;
}
.head-appointment2 a{
  display: block;
  padding: 5px 13px 8px 10px;
  font-weight: 500;
  background: #52015b;
  color: #ffffff;
  font-size: 17px;
  width: fit-content;
  box-shadow: 0 0 7px #dcdcdc;
  margin: 0 0 0 auto;
  text-transform: uppercase;
}
.head-appointment2 a .bi{
  height: 3.5rem;
  width: 3.5rem;
  margin: 0 0 -7px;
  color:#bc1a0a;
}


.head-appointment2 a span{
  height: 40px;
  width: 40px;
  background: #ffb300;
  border-radius: 54px;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0px 0px;
  line-height: 50px;
}
.head-appointment2 a span img{
  height: 23px;
  margin: -12px 0px 0 4px;
  display: inline-block;
}



/* end navigation section*/


/* start fixed header */

.header {
  z-index: 999999;
  position: relative;
  padding: 0;
  transition: all ease-out 0.5s;
  left: 0;
  right: 0;
}

.active1{
  color:#000;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
  position: fixed;
}
.scroll-on .tophead{
  display:none;
}
.scroll-on .head-logo2 img{
  height: 75px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.scroll-on .head-logo1{
  text-align:center;
}
.scroll-on .head-section {
    padding: 0px 0 7px 0;
}
.scroll-on .logo1{
  display:block;
}
.scroll-on .logo2 img{
  height: 50px;
}
.scroll-on .head-navigation1{
  width: 53%;
  background: #52025e;
}
.scroll-on .menu li a{
  color:#fff;
}
.scroll-on .menu li {
    position: relative;
    text-align: left;
    list-style: none;
    padding: inherit;
}
.scroll-on .head-appointment1{
  width: 25%;
}
.scroll-on .head-appointment2 a{
  border-radius:0;
  padding: 0;
  color: #000000;
  font-weight: 600;
  box-shadow: none;
  background: transparent;
  margin: 0 auto;
}
.scroll-on .head-appointment2 a span{
  box-shadow: 0 0 8px #52025e59;
}
.scroll-on .naviagtion-section1{
  padding: 0 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
}
.scroll-on .bb{
  width:100%;
  padding: 0;
}
/* end fixed header */


/* end top head section */

/* start slider section */
.slider-section{
  padding: 0px 0 0 0;
  position: relative;
}
.slider-section img{
  width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control b .glyphicon{
  opacity:1;
  color: #52025e;
  text-shadow: none;
  font-size: 19px;
  border-radius: 0px 0px 0px 0;
  top: 3px;
  transition: 0.9s ease-in-out;
  line-height: 48px;
}
.carousel-control b .glyphicon img{
  width:auto;
}
.carousel-control b{
  background: #ffffff;
  border-radius: 0;
  left: 0;
  position: absolute;
  transition: 0.9s ease-in-out;
  top: 55%;
  right: 0;
  padding: 4px 8px 4px 6px;
  height: 34px;
  width: 26px;
  border: 0;
  border-left: 0;
}
.right b{
  left:inherit;
  right: 0px;
}
.right b .glyphicon-right{
  right: 10px;
  left: initial;
}
.right b .glyphicon-right img{
  transform: rotate(180deg);
}


.carousel-control{
  opacity:1;
}
.carousel-control:focus, .carousel-control:hover {
    opacity:1;
}
.glyphicon-right:before{
 transition: 0.9s ease-in;
}
.glyphicon-left:before{
 transition: 0.9s ease-in;
}
.glyphicon-right:hover:before{
  color:#ffcc00;
  display: block;
  transition: 0.3s ease-in;
}

.glyphicon-left:hover:before{
  color:#ffcc00;
  display: block;
  transition: 0.3s ease-in-out;
}
.carousel-control .glyphicon:hover{
  border-top: 0;
  transition: 0.9s ease-in;
}
.carousel-control b .glyphicon-left:hover{
  left:40px;
}
.carousel-control b .glyphicon-right:hover{
  right:40px;
}

.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
 
}
.carousel-control {
  position: absolute;
  top: -64px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8%;
}

/* end slider section */

/* END HEADER SECTION */

/* start god section  */

.god-section{
  padding: 0;
}
.god-section1{
  padding: 0px 0 50px;
}

.god-left1{
  padding: 10px;
}
.god-left2{
  padding: 10px;
}


.god-right1{
  padding: 0 0 29px 76px;
  background: #ffb200;
  border-top: 1px solid #fff;
}
.god-right2{
  padding: 0;
}
.god-right2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.god-right2 ul li{
  padding: 0 10px;
  display: inline-block;
  width: 16%;
}
.god-right2 ul li span{
  display: block;
  position:relative;
  z-index:9;
  text-align: center;
}
.god-right2 ul li span img{border-radius: 20px;border-radius: 0 0 50% 50%;border-top: 0;}
/* end god section  */



/* start our services section */

.ourservices-section{
  padding: 50px 0 0px;
}
.ourservices-section_1{
  background:
  none;
  padding: 0 0 80px;
}
.ourservices-section1{
  padding: 60px 0 0px;
}

.ourservices-left1{
  padding: 0px 0 0;
}
.ourservices-left2{
  padding: 0;
}
.ourservices-head{
  text-align: center;
  padding: 0;
}
.list-top{
  padding: 0 0 60px;
}
.list-top ul{
  padding:0;
  margin:0;
}
.list-top ul li{
  padding: 11px 13px 11px 56px;
  border-radius: 30px;
  background: #012e3f;
  color: #ffffff;
  list-style: none;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 19px;
  display: inline-block;
  text-align: left;
  width: 48.4%;
  margin: 19px 0 0px 8px;
}
.list-top ul li a{
  color: #fff;
  display: block;
}
.list-top ul li:before{
    background: url(images/icon.png) no-repeat;
    position: absolute;
    content: "";
    left: 15px;
    height: 30px;
    top: 21%;
    width: 30px;
    animation: rotation 5s infinite linear;
}
.ourservices-head strong{
  font-size: 56px;
  font-weight: 500;
  color: #52025e;
  font-family: 'California Paradise.otf';
  display: block;
  text-transform: capitalize;
}
.ourservices-head p{
  color: #000000;
  font-size: 17px;
  line-height: 29px;
  margin: 0;
  font-weight:400;
}
.ourservices-head span{
  border-radius: 20px;
  padding: 5px 23px 3px;
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 19px;
  text-transform: uppercase;
  display:inline-block;
  margin: 0px 0 10px 0;
  background: #ffb300;
  font-weight: 500;
}
.our-services{
  padding: 22px 0 0 0;
}
.our-services1{
  padding: 86px 16px 16px 16px;
}
.our-services2{
  padding: 0px 22px 3px;
  z-index: 9;
  border-radius: 190px 190px 0 0;
  position: relative;
}
.our-services2:before{
  position: absolute;
  content:"";
  height:100%;
  width: 90%;
  border-radius:20px;
  background: url(images/bg-services.png) no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size:cover;
  z-index: -9;
  top: 0;
  border: 5px solid #52025e;
}
.our-services3{
  padding: 0px 30px 0 30px;
  overflow: visible;
  margin: -60px 0 20px 0;
  text-align: center;
}
.our-services3 img{
  border: 13px solid #ffa300;
  border-radius: 20px;
}
.our-services4{
  text-align: center;
  padding: 39px 0px 0px;
}
.our-services4 strong{
  font-size: 26px;
  padding: 4px 18px 4px;
  color: #ffffff;
  font-weight: 500;
  margin: -27px 0px 0;
  display: block;
  text-transform: capitalize;
  background: #52025e;
}
.our-services4 p{
  color: #000;
  font-size: 16px;
  padding: 9px 20px 10px 20px;
  margin: 0;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
}
.our-services4 a{
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  padding: 5px 33px 6px 29px;
  border-radius: 36px;
  background: #ffb300;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0 0;
}
.our-services5{
  padding: 8px 0 0 0;
  text-align: center;
  margin: 0px 0 -3px 0;
}
.our-services5 a{
    /* position: absolute; */
    left: 0;
    right: 0;
    top: -0;
    bottom: 0;
    display: block;
}
.our-services5 span{
  background: #fff;
  height: 90px;
  border-radius: 50px 50px 0px 0px;
  width: 90px;
  line-height: 98px;
  position: relative;
  display: inline-block;
}

.our-services5 span img{
  height: 47px;
  animation: rotationn 2s linear infinite;
}
@keyframes rotationn {
      50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }

}
.owl-theme .owl-controls .active span{
  background:#f00064;
}
.owl-theme .owl-controls .owl-buttons div{
  background: #ffb300;
  opacity:1;
  text-transform: capitalize;
  display: none;
  margin: 0 3px 0 0;
  display: inline-block;
  font-weight: 600;
  padding: 6px 20px 6px;
  line-height: 15px;
  font-size: 17px;
  color: #000000;
}
.owl-theme .owl-controls{
  margin:30px 0 0;
}



.ourservices-right1{
  padding: 0px 30px 0 0px;
  margin: -20px 0 0;
}
.ourservices-right2{
  padding: 0;
}
.banner-design-top{
  padding: 0;
}
.banner-design-top img{

}

.ourservices-list{
  border-radius: 20px;
  padding: 12px 0;
  margin-top: 0px;
  position: relative;
}
.list-head{
  padding: 0 0px 0 0px;
  text-align: center;
}
.list-head strong{
  font-size: 31px;
  font-weight: 600;
  padding: 7px 11px 5px;
  color: #ffffff;
  font-family: 'California Paradise.otf';
  display: block;
  text-transform: capitalize;
  background: linear-gradient(#012e3f, #52025e );
}
.list-head p{
  color: #000000;
  border-radius: 0 20px 20px 0;
  padding: 6px 10px;
  font-size: 21px;
  font-weight: 500;
  margin:0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.list-design{
  padding: 0;
}
.list-design ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.list-design ul li{
  text-align: left;
  font-weight: 500;
  position: relative;
  font-size: 18px;
  padding: 0;
  text-transform: capitalize;
  margin: 18px 20px 18px 0px;
  z-index: 9;
  background: #ffb300;
  color: #313131;
  border-radius: 0 50px 50px 0;
}
.list-design ul li a{
 display:block;
 color: #000000;
 position:relative;
 padding: 12px 10px 12px 46px;
}
.list-design li:before{
  background: url(images/icon.png) no-repeat;
  position: absolute;
  content: "";
  left: 15px;
  height: 21px;
  top: 29%;
  width: 21px;
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.list-design ul li:hover{
  background:#52025e;
  color:#fff;
}

.list-design ul li:hover a{
  color:#fff;
}
/* end our services section */

/* start top services section */

.topservices-section{
  padding: 80px 0 90px;
}
.topservices-section1{
  border: 1px solid #eeeeee;
  padding: 70px 30px 30px;
  border-radius: 13px;
}
.topservices-left1{
  padding: 0;
}
.topservices-left2{
  padding: 0;
}
.topservices-left2 strong{
  font-size: 33px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  font-family: 'California Paradise.otf';
}
.topservices-left2 strong span{
  padding: 0px 10px 0px;
  color: #000000;
  text-transform: uppercase;
  background: #ffa900;
  background: linear-gradient(262.65deg,#f9e84b -2.8%,#ffa806 101.97%);
  display: inline-block;
  margin: 0px 0 -1px 0;
}
.topservices-left2 p{
  color: #000;
  font-size: 15px;
  margin: 0;
  padding: 7px 0 0 0;
  line-height: 32px;
}

.topservices-right1{
  padding: 0px 0px 0px 0px;
}
.topservices-right2{
  padding: 0;
}

.services-1{
  padding: 0 20px 0px 20px;
  margin: -22% 0 0 0;
}
.services-2{
  padding: 0;
}
.services-2 img{width: 100%;}
.services-text{
  position: absolute;
  clip-path: polygon(0% 24%, 100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 100%);
  height: 62%;
  width: 100%;
  background: #ffda86d6;
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 85px 18px 28px 18px;
}
.services-text strong{
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  display: block;
  text-transform: capitalize;
  font-family: 'California Paradise.otf';
}
.services-text p{
  color: #000;
  font-size: 15px;
  margin: 0;
  padding: 0 0 6px 0;
  line-height: 29px;
}
.services-text a{
  background: #df005c6b;
  height: 80px;
  width: 80px;
  position: relative;
  line-height: 80px;
  display: block;
  float: right;
  border-radius: 50%;
  margin-top: -65px;
  margin-right: -10px;
  text-decoration: none;
}
.services-text a:before{
  background: linear-gradient(45deg, #dd548d, #8d003a);
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  z-index: -9999;
  right: 0;
  line-height: 93px;
  left: 0;
  margin: 0 auto;
  top: 11px;
  content:
  "";
}
.services-text a .bi{
  color: #fff;
  width: 5.9em;
  height: 2.5em;
  vertical-align: -1.0em;
}

.services-list1{
  padding: 0;
}
.services-list2{
  padding: 0;
}
.services-list2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-list2 ul li{
  padding: 13px 3px 10px 9px;
  color: #000;
  border-radius: 7px;
  font-size: 18px;
  display: flex;
  margin: 11px 0 0;
  background: #fff9de;
  border: 0;
  transition:0.5s ease-in;
  text-transform: capitalize;
}
.services-list2 ul li:hover{
  background: linear-gradient(268.79deg,#f00064 12.79%,#8e003b 137.97%);
  transition:0.5s ease-in;
}
.services-list2 ul li a{
  color:#000;
}
}
.services-list2 ul li:hover a{
  color:#fff;
}
.services-list2 ul li:before{
    background: url(images/bg1.svg) no-repeat;
    content: "";
    padding: 19px 0 10px 39px;
    margin: 0;
    background-repeat: no-repeat;
    left: 0;
}
.services-list2 ul li:hover:before{
    background: url(images/bg.svg) no-repeat;
}
/* end top services section*/


/* start about us section*/


.aboutus-section{
  padding: 0;
}
.bgg{
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}
.aboutus-section1{
  padding: 110px 70px 20px;
}

.about-left1{
  padding: 0 0px 0 0px;
  width: 45%;
}
.about-left2{
  padding: 0;
}
.about-left_image{
  padding: 0 40px 0 0px;
  overflow: hidden;
}
.about-left_image .image-round{
  position: absolute;
  left: 0px;
  top: -0px;
  height: 380px;
  right: 0;
  margin: auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
.image-ram{
  margin: 0 auto;
  display: block;
}
.form-design_1{padding:0;/* margin: 0 auto; */display: flex;justify-content: center;align-items: end;}
.form-design{
  padding: 45px 0px 60px 50px;
  background: #52025e;
  width: 80%;
  border-radius: 30px;
  display: block;
}
.damroo{
  position: absolute;
  top: -50px;
  left: -90px;
  z-index: 9;
}
.form-head{
  padding: 0 0 40px 0px;
}
.form-head strong{
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 59px;
  position:relative;
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'California Paradise.otf';
}
.form-head strong:before{
  content:"";
  position:absolute;
  height: 28px;
  top: 26px;
  width: 30%;
  right:0;
  background: #ffffff;
}
.form-head p{
  border-radius: 20px;
  padding: 5px 23px 5px;
  color: #000000;
  letter-spacing: 1px;
  font-size: 15px;
  width:fit-content;
  text-transform: uppercase;
  margin: 0px 0 -10px 0;
  background: #ffb300;
  font-weight: 600;
}
.contac-r {
    padding: 0px 50px 0px 0;
    margin: 0px 0 0 0;
    text-align: left;
}
.form-group {
    padding: 8px 8px 8px 8px;
    padding-bottom: 0px;
}
.form-control:focus {
    border-color: #000000;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
}
.custom_btn {
    z-index:9999;
}
.btn-group{
  text-align:
  center;
  margin: 0 auto;
  border-radius: 60%;
  left: 0;
  right: 0;
  display: block;
}
input.form-control {
    color: #000;
    font-weight: 500;
}
.form-control {
    border-radius: 0px;
    background: #fff;
    font-size: 16px;
    box-shadow: none;
    border:0;
    border-bottom: 1px solid #d7d7d7;
    height: 51px;
    padding: 0px 27px 1px;
    border-radius: 10px;
}
textarea.form-control {
    height: 80px;
    color: #000;
    font-weight: 500;
    padding: 10px 27px 10px;
}
.btn-group>.btn:first-child {
     padding: 9px 36px 7px;
     color: #000000;
     font-size: 17px;
     line-height: 25px;
     background: #ffb300;
     border: 0;
     text-transform: capitalize;
     transition: 0.7s;
     font-weight: 500;
     left: 0;
     display: block;
     right: 0;
     margin: 0 auto;
     border-radius: 50px;
}
.btn-group>.btn:first-child:hover{
  color: #000000;
  transition: 0.7s;
  background: #ffffff;
}
.form-group .place::-webkit-input-placeholder{
  color: #696969;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}




.about-right1{
  padding: 0 0px 0 0px;
  width: 55%;
}
.about-right2{
  padding: 0;
}
.about-us{
  padding: 0 30px 0 0px;
}
.about-head{
  text-align: left;
  padding: 0;
}
.about-head h1{
  font-size: 53px;
  font-weight: 500;
  color: #52025e;
  font-family: 'California Paradise.otf';
  display: block;
  text-transform: capitalize;
}
.about-head h1 a{
  color: #52025e ;
}
.about-head p{
  border-radius: 20px;
  padding: 5px 23px 3px;
  width: fit-content;
  color: #ae0000;
  letter-spacing: 3px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  background: #ffb300;
  font-weight: 700;
}
.about-design{
  padding: 13px 0 0 0;
  text-align: left;
}
.about-design p{
  color: #000;
  line-height: 31px;
  margin: 6px 0 0px 0;
  font-size: 16px;
  font-weight: 400;
}
.about-design p strong{
  color: #d30000;
  font-weight: 600;
}
.about-design  p a{
  color: #bb0029;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}

.whychoose-section{
  padding: 15px 0 0 0;
}

.whychoose{
  padding: 70px 20px 0 0px;
}

.whychoose-1{
  padding: 10px 10px;
}
.whychoose-2{
  padding: 0;
  border: 1px solid #cacaca;
  border-radius: 5px;
}
.choose-1{
  padding: 25px 0 0 0;
  background-repeat:
  no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  z-index: 9;
  text-align: center;
}

.choose-1 span{
  background: #52025e;
  width: 130px;
  height: 130px;
  border-radius: 50%;0%; */
  width: 130px;
  line-height: 108px;
  margin: -0px auto 19px;
  border: 14px solid #ffb30033;
  position: relative;
  display: block;
}
.choose-1 span img{height: 68px;filter: brightness(0) invert(1);}
.choose-1 p{
  color: #000000;
  font-weight: 600;
  background: #ffb300;
  margin: 0;
  border-top: 1px solid #eeeeee;
  padding: 5px 0;
  font-size:24px;
  display: block;
  text-transform: capitalize;
}
.choose-2{
  border-radius: 0px 0px 160px 160px;
  padding: 0px 0 24px 0;
  border-top: 2px solid #52025e ;
  
}
.choose-2 p{border-bottom: 0;}
.choose-2:before{
}
.choose-2 span{
  margin: 27px auto 0px;
}



.choose-text{
  padding: 20px 0 0;
  text-align:left;
}
.choose-text p{
  background: #52025e;
  padding: 12px 0 12px 20px;
  border-radius: 0px;
  z-index: 9;
  text-align: left;
  position: relative;
  margin: 0;
  color: #fff;
  line-height: 60px;
  font-size: 59px;
  font-weight: 600;
}
.choose-text p:before{
  background:url(images/bg-astrology.jpg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  opacity: 0.5;
}
.choose-text span{
  position:absolute;
  text-align: center;
  height: 100px;
  width: 100px;
  background: #ffb100;
  border: 10px solid #fff;
  border-radius: 50%;
  right: 30px;
  top: 43px;
  z-index: 9;
  box-shadow: 0 0 11px #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-text span img{
  height: 53px;
}
.choose-text a{
  display:block;
}
.choose-text strong{
  color: #000;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  font-size: 21px;
  padding: 0 0 3px 0;
}
.about-banner1{
  padding: 30px 0 30px 0;
}
.about-banner1 img{
  /* width:100%; */
}
.whyus-text{
  padding: 70px 0px 0 40px;
  position:relative;
}
.whyus-text i{
  position:absolute;
  right: 70px;
  top: -60px;
  z-index:-9;
  opacity:0.3;
  font-size:450px;
  font-weight:800;
  color:#b8b8b8;
  animation:updown 5s infinite ease-in-out;
}
@keyframes updown {
  50%{transform: translateY(20px);}
  100%{transform: translateY(-40px);}

}

.why-text{
  padding: 0;
}
.why-text p{
  color: #000;
  line-height: 34px;
  text-align: left;
  margin: 20px 0 0 0;
  font-size: 17px;
  font-weight: 400;
}
.wave{
  position: absolute;
  bottom: -150px;
  width: 100%;
  z-index: -1;
  left: 0;
}

/* end about us section*/

/* start pick section */

.chooseus-section{
  padding: 0 40px;
}
.chooseus-section1{
  padding: 100px 0 0;
}
.tri-1{
  position: absolute;
  left: -150px;
  bottom: -30px;
  z-index: -9;
}
.tri-1 img{
  height: 633px;
}
.pick-1{
  overflow: hidden;
  padding: 40px 10px;
}

.pick-2{
  padding: 0;
  text-align: center;
}
.pick-2:before {
  top: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffb300;
  border: 6px solid #fff;
  z-index: 99;
}
.pick-2:after {
  top: -50px;
  width: 68px;
  height: 1px;
  transform: rotate(90deg);
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #222;
  z-index: -9;
}
.pick-2 .round-pick1{
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  top: 0px;
  overflow:hidden;
  height: 102%;
  margin: auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
.pick-12{
  margin-top:100px;
}
.pick-13{
  margin-top:100px;
}


.pick-3{
  height: 274px;
  width: 264px;
  border: 0;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 0;
  padding: 0px 20px 0;
  box-shadow: 0 0 10px #d9d9d9;
  overflow: hidden;
}
.pick-3 span{
  height: 87px;
  line-height: 68px;
  overflow: hidden;
  text-align: center;
  padding: 20px 0 20px;
  width: 87px;
  display: block;
  background: #ffb300;
  border-radius: 0px 0px 50% 50%;
  margin: 0px auto  0px;
}
.pick-3 span img{filter: brightness(0) invert(1);height: 51px;}
.pick-3 strong{
  font-size: 19px;
  margin: 14px 0 3px;
  font-weight: 800;
  display: block;
  color: #52025e;
  text-transform: capitalize;
}
.pick-3 p{
  color:#000;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 8px 0 0 0;
  font-weight: 400;
}


/* end pick section */

/* start other services section */

.otherservices-section{
  padding: 0;
}
.otherservices-section1{
  padding: 100px 0 0px;
}
.other-sevices{
  padding: 40px 0 0 0;
}
.other-sevices1{
  padding: 10px 10px 60px;
}
.other-sevices2{
  padding: 0;
  text-align: center;
}
.other-services3 {padding: 0;text-align: center;}
.other-services3 img{
  padding: 0;
  border: 10px solid #52025e;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
}
.other-services4{
  padding: 20px;
  text-align: center;
  position: relative;
  background: #52025e;
  box-shadow: 0 0 8px #a3a0a05c;
}
.other-services4 strong{
  display: block;
  font-weight: 500;
  font-size: 27px;
  text-transform: capitalize;
  color: #ffb300;
  font-family: 'California Paradise.otf';
}
.other-services4 p{
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 12px 0 0 0;
  line-height: 27px;
}
.other-services4 span{
  width: 90px;
  border: 12px solid #fffffffc;
  bottom: -72px;
  height: 90px;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background: #52025e ;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.other-services4 a{
  display: block;
  margin: 28px 0 0 0;
  position: relative;
}
.other-services4 span svg{
  font-size: 36px;
  font-weight: 900;
  color: #ffb300;
}
.other-services4 span svg:hover{
  animation: rotation 15s linear infinite;
}
/* end other services section */

/* start testimonils section */

.testimonials-section{
  padding: 0;
}
.testimonials-section1{
  padding: 130px 0 50px;
}
.tri-1{
  position: absolute;
  left: -150px;
  bottom: -130px;
  z-index: 9;
}
.tri-1 img{
}
.tri-2{
  margin-right: -20px;
  position: absolute;
  right: 0;
  top: -16%;
  z-index: 99;
}
.tri-2 img{
  right: 0;
  left: 0;
  overflow: hidden;
}
.testimonials_1{
  padding: 0 0 0 0;
}

.testimonials-left1{
  padding: 10px;
}
.testimonials-left2{
  padding: 0;
}
.testimonials{
  padding: 50px 0 70px 0;
}

.testimonials1{
  padding: 10px 18px 30px;
}
.testimonials2{
  padding: 20px 20px 40px;
  position: relative;
  background: #fff;
  box-shadow: -1px 1px 5px #00000036;
  border-radius: 10px;
}

.testimonials2 .iconify{
    right: 29px;
    font-size: 42px;
    position: absolute;
    color: #ffb300;
    bottom: 22px;
}
.testimonials4{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0 10px;
  border-bottom: 0;
}
.testimonials4 .testi-pic{
  width: 30%;
  padding: 0 0 0 9px;
}
.testimonials4 .testi-pic img{
  border-radius: 50%;
  border: 7px solid #52025e1f;
}
.testimonials4 .testi-text{
  width: 70%;
  padding: 0 0 0 20px;
  text-align: left;
  }
.testi-text p{
  font-size: 17px;
  margin: 0;
  color: #be0000;
  font-weight: 600;
  text-transform: capitalize;
}
.testi-text p span{
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: block;
}
.testimonials3{
  padding: 14px 7px;
  border: 2px solid #ffb300;
  position: relative;
}
.testimonials3 p{
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}



.testimonials-right1{
  padding: 10px;
}
.testimonials-right2{
  padding: 0px;
}
.testimonials-right2 img{
  display:block;
}
.testimonials-right1:nth-child(2) .testimonials-right2 img{
  margin: 0 0 50px 0;
}













.ex-banner{
  padding: 30px 0 0 0;
}
.ex-banner img{

}


/* end testimonilas sectioon*/




/* start map section*/


.map-section{
  padding: 0;
}
.map-section iframe{
  float: left;
  width: 100%;
  border-radius: 30px;
  height: 240px;
}


/* end map section*/

/*start footer section */

.footer-section{
  background: #52025e;
  padding: 0;
  z-index: 9;
  text-align: center;
  position: relative;
}
.footer-section:before{
  background:url(images/bg-astrology.jpg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  background-size:cover;
  height: 100%;
  z-index: -9;
  opacity: 0.2;
}
.footer-section1{
  padding: 90px 0px 0px;
}

.footer-services{
  padding: 0 0 60px 0;
  margin: -59px 0 0;
}
.footer-services ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-services ul li{

display: inline-block;

padding: 0 10px;
}
.footer-services li img{
  border-radius: 50%;
  border:4px solid #fade40;
}
.footer-services li p{
  color: #fff;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-services li p a{
  color: #fff;
}
.footer-services li:hover img{
  animation: rotation 1s ease;
}


.footer{
  padding: 0;
}
.footer-head{
  padding: 10px 0px;
  color: #fff;
  background: #ffb300;
  margin: 0 0 21px 0;
}
.footer-head p{
  font-size: 35px;
  font-weight: 500;
  margin: 0;
  padding: 2px 0px;
  color: #000000;
  font-family: 'California Paradise.otf';
  display: inline-block;
  text-transform: capitalize;
}
.footer-design{
  padding: 0px 0 0;
}

.footer-left1{
  padding: 0 40px 0 0px;
}
.footer-left2{
  padding: 0;
}
.footer-left2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-left2 ul li{
  font-weight: 400;
  font-size: 18px;
  color: #202020;
  padding: 10px 0 10px 40px;
  text-align: left;
  position:relative;
}
.footer-left2 ul li:before{
    background: url(images/icon.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    height: 30px;
    top: 19%;
    width: 30px;
    animation: rotation 5s infinite linear;
}

.footer-location1{
  padding: 20px 20px 20px;
  background: #fff;
  position: relative;
}
.whatsapp-footer{
  position:absolute;
  right:0;
  top: -60px;
  margin:0 0 0 0;
  left:auto;
  animation: anim 1s infinite;
} 
.whatsapp-footer b{display:block;}
.whatsapp-footer b a{display:block;}
@keyframes anim {
    10% {
        rotate: 10deg;
    }
    15% {
        rotate: -10deg;
    }
    20% {
        rotate: 10deg;
    }
    25% {
        rotate: -10deg;
    }
    30% {
        rotate: 10deg;
    }
    35% {
        rotate: -10deg;
    }
    40% {
        rotate: 10deg;
    }
    45% {
        rotate: -10deg;
    }
    50% {
        rotate: 0deg;
    }
}
.footer-location2{
  padding: 0;
}
.footer-location2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-location2 ul li{
  display: block;
  padding: 0;
  margin: 9px 0;
}
.location-footer {
  display: flex;
  padding: 11px 0;
  text-align: left;
}
.location-1{
  width: 22%;
}
.location-1 span{
  height: 72px;
  width: 76px;
  line-height: 59px;
  text-align: center;
  display: block;
  background: #ffb300;
  border: 5px solid #52025e;
}
.location-1 img{height: 43px;animation: pulse 1s infinite linear;}
.location-2{
  width: 78%;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.location-2 p{
  color: #52025e;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}
.location-2 a{
  color: #3f3f3f;
  line-height: 25px;
  font-size: 17px;
  margin: 0;
  padding: 0px 0 0;
  font-weight: 600;
  display: block;
}

.footer-dis{
  padding: 30px 0 0 0;
  text-align: center;
}
.footer-dis p{
  color: #000000;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  border-radius: 30px 30px 0 0;
  padding: 13px 10px;
  background: #fff;
}
/* end footer section*/


/*=========== START BREAD CRUMB SECTION ============*/

.breadcrumb-section{
  padding: 0;
  background: #52025e;
  position:relative;
  z-index:9;
}
.breadcrumb-section1{
  padding: 30px 0px 30px;
    text-align: center;
}
.bread-text{
  padding: 0;

}
.breadcrumb-section1 h1{
  font-size: 53px;
  font-weight: 500;
  color: #fff;
  font-family: 'California Paradise.otf';
  display: block;
  text-transform: capitalize;
}
.breadcrumb-section1 h1 a{
  color:#fff;
}
.breadcrumb-section1 p{
  color: #ffb300;
  font-size: 17px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.breadcrumb-section1 p a{
  color: #fff;
}

/* ========== END BREAD CRUMB SECTION ===============*/


/* =============== START ABOUT US SECTION ================*/

.maincontent-section{
  padding: 80px 0 0 0;
}
.maincontent-section1{
  padding: 28px;
  box-shadow: 0 0 7px #b4b4b4;
}
.mainabout-left1{
  padding: 0;
}
.mainabout-left2{
  padding: 0;
  text-align: left;
}
.mainabout-left2 p{
  padding: 9px 0 0;
  color: #000;
  line-height: 32px;
  margin: 6px 0 0px 0;
  font-weight: 400;
}
.mainabout-left2 p strong{
  color: #b71609;
  font-weight: 600;
}
.mainabout-left2 p strong a{
  color: #b71609;
}
.mainabout-left2 p a{
  color: #b71609;
  font-weight: 700;
}
.mainabout-left2 h2,h3,h4,h5,h6{
  font-size: 24px;
  font-weight: 700;
  padding: 18px 0px 17px;
  color: #6d3862;
  display: block;
  text-transform: capitalize;
}
.mainabout-left2 ul{
  padding:0;
  margin:0;
  list-style:none;
}
.mainabout-left2 ul li{
  padding: 13px 0 15px 30px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  position:relative;
}
.mainabout-left2 ul li:before{
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: url(images/sun.png) no-repeat;
  content: "";
  left: 0;
  position:absolute;
  animation: rotation 15s linear infinite;
}
.form-design-inner .form-left{
  padding: 50px 15px 60px 15px;
}
.mainabout-right1{
  padding: 0px 0px 0px 30px;
}
.mainabout-right2{
  padding: 0;
}

.mainabout-right2 .form-head p {
  font-size: 16px;
  margin: 14px 0px 0;
}
.mainabout-right2 .form-design {
    text-align: center;
    margin: 0px 0 30px;
}
.mainabout-right2 .contac-r {
    padding: 0px 10px 0px;
}
.banner-design-inner{
  padding: 20px 0 20px 0;
}
.banner-design img{
  /* width: 100%; */
}
.banner-inner-page{
  padding: 50px 0 50px 0;
}

.topservices-left2 ul{
  padding:0;
  margin:0;
}
.topservices-left2 ul li{
  padding: 11px 13px 11px 56px;
  border-radius: 30px;
  background: radial-gradient(#c0200a, #f55b03);
  color: #ffffff;
  list-style: none;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  margin: 19px 0 0px 8px;
}
.topservices-left2 ul li a{
  color: #fff;
  display: block;
}
.topservices-left2 ul li:before{
    background: url(images/icon.png) no-repeat;
    position: absolute;
    content: "";
    left: 15px;
    height: 30px;
    top: 21%;
    width: 30px;
    animation: rotation 5s infinite linear;
}



/* ================ END ABOUT US SECTION ===================*/

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

.getintouch-section{
  background: url(images/bg-wave.png) no-repeat 50%;
  background-size: contain;
  position: relative;
  padding: 0 0 1px;
}
.getintouch-section1{
  padding: 75px 0 0;
}
.getin-left1{
  padding: 10px;
}
.getin-left2{
  padding: 0;
}
.get-in1{
  margin: 9px 0 0;
  padding: 10px 10px 0;
}
.get-in2{
  padding: 20px 20px 20px;
  text-align: center;
  background: #21437314;
  position:relative;
  z-index:9;
}
.get-in2 span{
  text-align: center;
  display: block;
  margin: 0 auto;
}
.get-in2 span img{
  height: 53px;
  animation: pulse 1s infinite linear;
}
.get-in2 p{
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 0px;
  color: #eb0000;
}
.get-in2 a{
    color: #000;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    display: block;
}

.getin-right1{
  padding: 10px;
}
.getin-right2{
  padding: 0;
}
.getin-right2 .form-design{
  width:100%;
  padding: 50px 16px 40px;
  border-radius: 30px 30px;
}
.getintouch-section1 .banner-about{
  padding-top:60px;
}
.contac-rr{
  padding: 20px 0 0 0;
}
.getin-right2 .form-head strong:before{display:none;}
.getin-right2 .form-head strong{font-size: 35px;}
.getin-right2 .form-head{padding:0;}
.getin-right2 .btn-group>.btn:first-child{
  width: 100%;
  border: 1px solid #fff;
}
.getin-right2 textarea.form-control{
  height:100px;
  border-radius: 15px;
}
.map-footer-section{padding: 30px 0 0;}
.map-footer-section iframe{height: 180px;border-radius: 30px;}
/*========== END GET IN TOUCH PAGE CSS ==============*/

/*========== MAIN CONTENT PAGE CSS =================*/


.maincontant-section{
  padding: 0;
}
.maincontant-section1{
  margin: 80px 0 40px;
  padding: 40px 20px 40px;
  box-shadow: 0 0 9px #9c9c9c29;
  border-radius: 40px;
}
.mainform-left1{
  padding: 0 30px 0 0px;
}
.mainform-left2{
  padding: 0;
}
.form-design-inner{padding:0;}
.form-design-inner .form-design{
  width: 100%;
  border-radius: 30px;
  padding: 40px 20px 40px;
}
.form-design-inner .form-head strong{
  font-size: 34px;
}
.form-design-inner .form-head strong:before{display:none;}
.form-design-inner .form-head{padding:0;}

.about-banner{
  padding: 40px 0 0 0;
  text-align: center;
}
.about-banner img{

}


.mainform-right1{
  padding: 0 0px 0 10px;
}
.mainform-right2{
  padding: 0;
}
.mainform-right2 .about-us{
  padding: 0;
}
.mainform-right2 .about-design p{
  text-align:left;
}
.about-design h2,h3,h4,h5,h6{
  font-size: 20px;
  font-weight: 600 !important;
  padding: 4px 20px 4px;
  text-align: left;
  line-height: 37px;
  width: fit-content;
  background: #52025e;
  margin: 17px 0 0;
  color: #ffffff;
  border-radius: 60px;
  display: block;
  text-transform: capitalize;
}
.about-design ul{
  padding: 17px;
  margin: 0;
  list-style: none;
  background: radial-gradient(#f5faea, #e0f2ff, #fffddf);
}
.about-design ul li{
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  padding: 7px 0 8px 27px;
  text-align:left;
  position:relative;
}
.about-design ul li:before{
    background: url(images/icon.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    height: 22px;
    top: 21%;
    width: 22px;
    animation: rotation 5s infinite linear;
}
.banner-about{
  padding: 0 0 60px 0;
}
/*======== END MAIN CONTACT PAGE CSS =================
*/


.banner-inner-page{
  padding: 50px 0 70px;
}


.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.end
{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i
{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li
{
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 15px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #f10000;
    line-height: 57px;
    border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after
 {
     position: absolute;
    height: 60px;
    width: 60px;
    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);
}
















/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .head-contact1:nth-child(3){display:none;}
  .head-contact1{width:100%;padding: 0;}
  .head-contact1:last-child{display:none;}
  .head-logo1{width: 100%;}
  .scroll-on .menu a{font-size: 15px;}
  .head-section{}
  .head-img{display:none;}
  .menu li{padding: 9px 7px 9px 8px;ma;margin: 0px 6px;}
  .menu li a{font-size: 17px;}
  .head-appointment2 a .bi{height:2.2rem;width:2.2rem;}
  .god-right2 ul li{width;width: 32%;padding: 5px;}
  .head-contact2 .head-text span{display:inline-block;font-size: 29px;}
  .head-contact2 .head-text a{font-size: 31px;font-weight: 800;}
  .tophead-section{padding-bottom:0;}
  .logo2{text-align:left;}
  

  .head-logo1{display:none;}
  .head-contact1:nth-child(3){display:none;}
  .head-appointment1{display:none;}
  .head-contact2 .head-img img {height: 60px;}
  .logo1{display:block;width: 34%;}
  .logo2 img{height: 47px;}
  .scroll-on .logo2 img{height: 50px;}
  .head-contact2 .head-img {display:none;}
  .head-contact2 .head-text{width:100%;text-align: center;}
  .head-navigation1{padding-bottom:0;padding-top: 0;}
  .head-right1{padding:0;}
  .menu li.navbar-dropdown .dropdown{display:none;}
  .caret{display:none;}

  
  .scroll-on .head-navigation1{width:100%;background: transparent;}
  .naviagtion-section1{box-shadow:none;border-radius: 0;padding: 0px 0px 10px;margin: 0;background: #fff;}
  .scroll-on .naviagtion-section1{display:block;padding: 10px 10px;background: radial-gradient(#fffdc9, #eef8ff);margin: 0;}
  .scroll-on .logo1{width: 39%;}
  .scroll-on .navbar-toggler{top: -43px;}
  .active1 .container{padding:0;}
  .img-left{display:none;}
  .img-right{display:none;}
  .navbar{min-height: 0;display: block;justify-content: center;align-items: center;}
  .navbar-toggler {display: block;top: -39px;right: 0;}
  .menu{padding: 10px 0 10px 10px;display: block;margin: 10px 0 0px;background: #590b64;}
  .menu li {padding: 4px 0px;display: block;border: 000;text-align: left;margin: 2px 0px 1px;}
  .menu li a {color: #fff;font-size: 15px;display: block;}
  .menu li:before{display:none;}
  .scroll-on .menu li {padding: 6px 0px 6px 0px;}
  .navigation-section1{padding:0;}
  .navbar-collapse.in{overflow-y: visible;}
   .choose-text span{top: 47px;right: 10px;}
  .testimonials-right2 img{width:50%;padding:0 4px}
  .testimonials-right2{display:flex;}
  .about-left1{width:100%;}
  .form-design{width: 94%;margin: 0 auto;border-radius: 20px;padding: 45px 13px 60px;}
  .about-right1{width:100%;padding: 0 15px 0 15px;}
  .whychoose-1{width:50%;}
  .footer-left1{padding:0;}
  .chooseus-section1 {padding: 0px 0 0;}
  .ourservices-right1{padding:30px 0 0 0;margin:0;}
  .whychoose {padding: 20px 0px 0 0;}
  .fix{display:block;}
  .footer-services li img{height: 90px;}
  .footer-services li p{font-size: 14px;}
  .damroo_1 {right: 0px;}
  .get-in1:nth-child(1){width:100%;padding: 10px 0 0;}
  .get-in1{width:100%;}
  .location-1{width: 20%;}
  .location-2{width: 80%;}
  .bread-text h1 {font-size: 41px;}
  .footer-services ul li{padding: 10px 10px;}
  .footer-services ul li:nth-child(5){/* display:none; */}
  .footer-services ul li:nth-child(7){/* display:none; */}
  .footer-head p {font-size: 28px;padding: 0;}
  .getin-left2{padding:0;}
  .getin-left1{padding:0;}
  .getin-right1{padding:0;}
  .form-head p{font-size: 13px;margin: 14px 9px 0;}
  .footer {padding: 10px 0;}
  .footer-location1{padding: 0px 10px 0 10px;margin: 20px 0 0;}
  .our-services-inner{width:50%;padding:10px;}
  .ourservices-section_1 .our-services2 {padding: 16px 19px;}
  .ourservices-section_1 .our-services4 strong {font-size: 19px;padding: 8px 12px 4px;}
    .about-design h2, h3, h4, h5, h6{font-size: 17px;border-radius: 0;line-height: 28px;padding: 4px 9px 4px;}
  .choose-text strong {font-size: 28px;}
  .about-head h1 {font-size: 43px;line-height: 58px;}
  .maincontant-section1{padding:10px;}
  .mainform-right1{padding:0;}
  .ourservices-head strong {font-size: 45px;}
  .ourservices-left1 {padding: 50px 0 0;}
  .about-left_image .image-round{height: 400px;}
  .about-us{padding:30px 0 0 0;}
  .whyus-text {padding: 40px 20px 0 20px;}
  .why-text{padding:0;}
  .bg-serv{display:none;}
  .other-sevices2{background:#fff;padding: 30px 0 0;}
  .footer-left2 ul li {font-size: 16px;}
  .damroo{ left: -20px;}
  .damroo img {height:120px;}
  .testimonials3 p {font-size: 15px;line-height: 25px;}
  .other-services3 img{width:auto;}
  .other-services4 strong{font-size:20px;}
  .ourservices-section1 {padding: 00px 0 0px;}
  .list-top ul li{width:100%;margin: 6px 0;font-size: 17px;}
  .our-services2 {padding: 0 29px;}
  .our-services4 strong {font-size: 22px;}
  .testimonials{padding-bottom:0;}
  .contac-r {padding: 0px 0px 0px;}
  .form-head strong:before{display:none;}
  .footer-section1 {padding: 50px 0px 0px;}
  .god-section1 {padding: 10px 0 10px;}
  .god-right2 ul li:nth-child(2) img{margin:0px 0 0px 0;}
  .god-right2 ul li:nth-child(4) img{margin:0px 0 0px 0;}
  .god-right2 ul li:nth-child(6) img{margin:0px 0 0px 0;}
  .our-services1{padding:10px;}
  .ourservices-section {padding: 0 0 0px;}
  .about-left_image {padding: 40px 0 0 0;}
  .form-head{padding:0;}
  .chooseus-section { padding: 0 10px;}
  .pick-12 { margin-top: 0px;}
  .mainform-left1{padding:0;}
  .mainform-left2 .form-design {padding: 40px 10px 40px;}
  .about-design ul { padding: 10px;}
  .mainabout-right1{padding:0;}
  .aboutus-section1 {padding: 30px 0px 20px;}
  .maincontent-section1 {  padding: 20px 20px;}
  .our-services3{margin:0;padding: 20px 0px 0 0px;}






    
}

@media only screen and (min-width: 575px) and (max-width: 720px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-contact1:nth-child(3){display:none;}
  .head-contact1{width:100%;padding: 0;}
  .head-contact1:last-child{display:none;}
  .head-logo1{padding: 10px 0 0;width: 100%;border-top: 1px solid #dcdcdc;}
  .head-appointment2 a{font-size: 18px;padding: 6px 11px 8px 0px;}
  .scroll-on .head-appointment2 a{font-size: 16px;padding: 5px 11px 0px 0px;}
  .scroll-on .menu li {padding: 9px 3px 9px 4px;margin: 0px 5px;}
  .head-section{flex-flow: column-reverse;}
  .ourservices-section1 { padding: 0px 0 0px;}
  .head-img{display:none;}
  .head-contact2 .head-text{text-align:center;width: 100%;}
  .head-contact2 .head-text span{font-size: 20px;font-weight: 600;}
  .head-contact2 .head-text a{font-size: 32px;font-weight: 700;}
  .menu li{padding: 9px 7px 9px 8px;ma;margin: 0px 0px;}
  .menu li a{font-size: 17px;}
  .head-appointment2 a .bi{height:2.2rem;width:2.2rem;}
  .god-right2 ul li{width;width: 33%;padding: 10px;}
  .logo1{padding:0 0 0 20px;}
  .scroll-on .logo2 img{height:60px;}
  .scroll-on .logo1{width: 40%;}
  .our-services4 strong {font-size: 20px;}
  .about-head h1 {font-size: 45px;}
  .scroll-on .head-appointment2 a {padding: 11px 6px 13px 0px;}
  .head-appointment2 a span {height: 42px;width: 42px;line-height: 38px;margin: 4px 2px 0px -27px;}
  .head-appointment2 a span img {height: 22px;}
  .our-services4 strong{font-size:25px;}
  .form-design{margin: 0 auto;width: 90%;border-radius: 30px;}
  .form-head strong{font-size:px;}
  .about-banner1 {padding: 50px 0 0 0;text-align: center;}
  .whychoose {padding: 30px 0px 0 0;}
  .choose-1 span {height: 100px;width: 100px;line-height: 85px;border: 9px solid #ffb30033;}
  .choose-1 span img{height: 50px;}
  .whyus-text {padding: 40px 0px 0 0;}
  .about-us {padding: 30px 0px 0 0;}
  .other-services4 strong{font-size:20px;}
  .footer-head p {font-size: 19px;padding: 0;}
  .footer-services ul li {padding: 10px 10px;}
  .footer-services ul li:last-child{/* display:none; */}
  .ourservices-right1{margin:0;padding: 0;text-align:center;}
  .testimonials-right2 img{width:50%;padding: 0 10px;}
  .testimonials-right2{display:flex;}
  .about-left1{width:100%;padding: 0 20px;}
  .about-right1{width: auto;padding: 0 0px;}
  .footer-services ul li:nth-child(3){display:none;}
  .damroo_1 {right: -13px;}
  .get-in1:nth-child(1){width:100%;}
  .get-in1{width: 100%;}
  .head-navigation1{width: 100%;}
  .head-appointment1{display: none;}
  .scroll-on .head-navigation1{width: 60%;}
  .scroll-on .head-appointment1{display: none;}
  .head-logo2 img{height: auto;margin: 0 auto;display: block;}
  .ourservices-section_1 .our-services1{padding:10px;}
  .ourservices-section_1 .our-services2 {padding: 16px 25px;}
  .ourservices-section_1 .our-services4 strong {font-size: 23px;padding: 8px 12px 4px;}
  .ourservices-section_1 .our-services4 p{height:200px;}
  .about-design h2, h3, h4, h5, h6{font-size:20px;}
  .choose-text strong {font-size: 28px;}
  .testimonials3 p {font-size: 15px;line-height: 30px;}
  .about-left_image{padding:0;}
  .pick-12{margin:0;}
  .pick-3{height:260px;width:260px;}
  .testimonials {padding: 50px 0 0px 0;}
  .testimonials-right1:nth-child(2) .testimonials-right2 img {margin: 0px 0 0;}
  .ourservices-left1{padding-top:30px;}
  .form-head strong:before{display:none;}
  .choose-text span{ top: 47px;}
  .footer-left1 {padding: 0 20px 0 0px;}
  .location-1 span{height: 66px;width: 63px;border: 3px solid #a00d2d78;}
  .location-1 img{height:40px;}
  .mainform-left1{padding:0;}
  .mainabout-right1 { padding: 0px 0px 0px 0px;}
  .footer-location1 {  padding: 20px 15px 20px;}
  .location-2 a{font-size:15px;}
}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .head-contact2 .head-text a{font-size: 17px;}
  .scroll-on .head-appointment2 a {padding: 9px 6px 9px 8px;font-size: 16px;}
  .head-appointment2 a span {height: 50px;width: 50px;line-height:50px;}
  .head-appointment2 a span .bi {height:2.1rem;width:2.1rem;margin: 0 0 -1px 8px;}
  .our-services4 strong {font-size: 25px;}
  .about-head h1 {font-size: 44px;}
  .form-design{width: 91%;margin-top:50px;}
  .about-banner1 {padding: 50px 0 0 0;}
  .choose-text p {font-size: 31px;}
  .about-right1 { padding: 0 0px 0 0px;}
  .whychoose {padding: 30px 10px 0 20px;}
  .choose-1 span {height: 100px;width: 100px;line-height: 85px;}
  .choose-1 span img{height:60px;}
  .whyus-text {padding: 60px 20px 0 20px;}
  .about-us {padding: 0 10px 0 30px;}
  .other-services4 strong{font-size:20px;}
  .footer-head p {font-size: 28px;}
  .footer-services ul li {padding: 0 5px;}
  .footer-services ul li:last-child{display:none;}
  .head-appointment2 a { padding: 5px 28px 8px 5px;}
  .damroo_1 {right: -35px;}
  .head-contact2 .head-img img{height: 50px;}
  .ourservices-section_1 .our-services1{padding:10px;}
  .ourservices-section_1 .our-services2 {padding: 16px 25px;}
  .ourservices-section_1 .our-services4 strong {font-size: 20px;padding: 8px 12px 4px;}
  .about-design h2, h3, h4, h5, h6{font-size:20px;}
  .choose-text strong {font-size: 28px;}
  .bg-serv{ display:none;}
  .other-sevices2{ background:#fff;}
  .chooseus-section {padding: 0 20px;}
  .pick-3{height:250px;width:250px;}
  .pick-1{width: 50%;}
  .pick-12{margin:0;}
  .footer-location1{width:50%;}
  .footer-left1{width:50%;}
  .list-head strong{font-size:27px;}
  .about-left_image .image-round{height:400px;}
  .form-head strong{font-size: 51px;}
  .choose-text span{top: 57px;}
  .image-ram{height:auto;}
  .god-right2 ul li {padding: 0 5px;}
  .head-contact1 { padding: 0 0px 0 30px;}
  

  
}

@media only screen and (min-width:1200px) and  (max-width:1350px){
  .our-services4 strong{font-size: 21px;padding: 2px 11px 4px;}
  .form-design{width:85%;margin-top:50px;}
  .about-banner1 {padding: 50px 0 0 0;}
  .choose-text p {font-size: 33px;}
  .about-right1 { padding: 0 0px 0 0px;}
  .whychoose {padding: 30px 60px 0 0;}
  .damroo_1 {right: -31px;}
  .choose-text strong {font-size: 25px;}
  .about-left1{padding:0 10px 0 0;}
  .about-head h1{font-size: 45px;}
  .pick-3 {height: 250px; width: 250px;}
  
  
}

@media (max-width: 575px) and (min-width: 0px) {
  .scroll-on .logo1{width: 61%;}
  .logo1{width: 61%;}
  .head-contact2 .head-text a{font-size: 26px;}
  .head-contact2 .head-text span{font-size: 22px;}
  .carousel-control b{height:25px;width: 19px;}
  .carousel-control b .glyphicon{line-height: 36px;font-size: 15px;margin: -9px 0px 0 -5px;}
  .carousel-control b .glyphicon-chevron-right{margin: -9px -3px 0 -0px;}
  .god-right2 ul li{width:49%;padding: 10px 4px;}
  .scroll-on .navbar-toggler {top: -42px;}
  .pick-3{height:250px;width:250px;padding: 10px;}
  .location-1{width: 100%;}
  .location-2{width: 100%;}
  .location-footer{display:block;text-align: center;}
  .location-1 span{display:block;margin:0 auto;}
  .footer-left1{width:100%;}
  .testimonials-right2 img{width:100%;}
  .testimonials-right2{display:block;}
  .testimonials-right1:nth-child(2) .testimonials-right2 img {
    margin: 10px 0 0;}
  .testimonials-right1{padding:0;}
  .get-in1{width:100%;margin: 10px 0 0;padding: 0px 0px 0;}
   .our-services-inner{width:100%;padding:10px;}
  .choose-text p{font-size: 36px;line-height: 42px;padding: 6px 0 0px 11px;}
  .choose-text span{height: 60px;width: 60px;top: auto;bottom: -20px;border: 4px solid #fff;}
  .choose-text span img{height: 24px;}
  .whychoose-1{width:100%;padding: 10px 0;}
  .choose-2 {border-radius: 160px 160px 0 0px;display: flex;flex-flow: column-reverse;padding: 0px 0 0px 0;}
  .choose-2:before { border-radius: 160px 160px 0px 0px;}
  .choose-1 p{ border-bottom: 2px solid #52025e ;}
  .choose-2 span {margin: 27px auto 27px;}
  .image-ram{height:auto;}
  .about-left_image .image-round {height: 280px;top: 50px;}
  .ourservices-head strong {font-size: 30px;}
  .choose-text strong {font-size: 18px;letter-spacing: 0;}
  .choose-text span {height: 45px;width: 45px;border: 3px solid #fff;}
  .form-head strong {font-size: 32px;}
  .form-group { padding: 8px 0px 0px 0px;margin:5px 0 0;}
  .pick-3 p{padding:0;font-size:14px;}
  .our-services2:before{width:95%;}
  .our-services4 p{padding:20px 0;}
  .get-in2 a{font-size:14px;}
  .location-2 a{font-size: 12px;}
}



  

@media (max-width: 420px) and (min-width: 0px) {
  .scroll-on .logo2 img{height: 45px;}



}
