@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');

body{
  margin:0;
  padding:0;
  color: #fb7535;
  font-family:  "Platypi", serif;
  overflow-x: hidden;
  
}
.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;
}
/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  padding: 0;
  border-top: 7px solid;
  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-left2 p img{
  height: 27px;
  margin: -6px 0 0 0;
}
.tophead-left2 p span{
  color:#ffb200;
  display:inline-block;
  animation: blink 1.5s linear infinite;
}
@keyframes blink {
    50% {
        opacity: .1
    }
}


.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:#fb7535;
  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 */

.img-right{
  position: absolute;
  right: 0;
  top: 23px;
  margin-right: -44px;
}
.right-trishul{
  right: 0;
  /* position: absolute; */
  top: 0;
  transform: rotate(180deg);
  top: 22px;
  /* z-index: 999999; */
  right: 0;
  /* margin-right: -50px; */
}
.img-left{
  position: absolute;
  top: 26px;
  left: -55px;
}
.left-trishul{
  /* z-index: 999999; */
}


.head-section{
  padding: 0px 0 20px 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: 10px;
  text-align: center;
}
.head-contact2{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-contact2 .head-img{
  width: 30%;
  text-align: center;
}
.head-contact2 .head-img img{

height: 80px;
}
.head-contact2 .head-text{
  width: 70%;
  text-align: left;
}
.head-contact2 .head-text span{
  font-size: 21px;
  font-weight: 600;
  /* font-family:"Lobster Two", sans-serif; */
  display: block;
  text-transform: capitalize;
}
.head-contact2 .head-text .book{display:none;}
.head-contact2 .head-text a{
  font-weight: 500;
  font-size: 21px;
  color: #202020;
  position: relative;
}
/* end head section */

/* start navigation section */

.naviagtion-section{
  padding: 0;
}
.naviagtion-section1{
  border-radius: 0px 30px 0 0;
  padding: 0;
  background: #fff;
  position: relative;
  box-shadow: 0 0 18px 0px #cbcbcb6b;
}
.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;
}
.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: 300px;
  background-color: #fff;
  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;
}
.menu li.navbar-dropdown .dropdown ul li:before{
  display:none;
}
.menu li.navbar-dropdown .dropdown ul li a {
  padding-top: 3px;
  font-size: 14px;
  padding-bottom: 3px;
  font-weight: 400;
  color: #000;
  padding-left: 0;
  padding: 1px 27px 1px 20px;
}
.menu li.navbar-dropdown .dropdown ul li:hover{
  background: #091A3B;
}
.menu li.navbar-dropdown .dropdown ul li:hover a{
  color:#fff;
}




.menu .desktop{
  
}
.menu .mobile{
  display:none;
}

.menu .active:before{
  height: 2px;
}

.menu li:last-child{
    border-right: 0px;
    box-shadow: none;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px 0px 0 0px;
    font-size: 16px;
    transition: 0.1s ease-in-out;
}
.menu .active a {
  color: rgb(0 0 0);
  background: #00000000;
}
.menu li:hover a{
    color: rgb(0 0 0);
    background: #00000000;
}
.navbar-toggler img{
  filter: brightness(0) invert(0);
  height: 22px;
  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;
  font-size: 30px;
  z-index: 9;
  position: absolute;
  border: 0px !important;
  text-align: center;
  float: right;
  top: -74px;
  right: 45px;
  padding: 0 0px 0 0;
  background: linear-gradient(262.65deg,#f94b4b -2.8%,#ffa806 101.97%);
  height: 41px;
  width: 51px;
  }

.navbar-collapse{padding:0;}


.dropdown-menu{
  background: #2220;
  margin: 0;
  padding: 10px 0;
  box-shadow: none;
  text-align: left;
  min-width: 310px;
  border: 0;
  background: #ffffff;
  border-radius: 0;
  z-index: 99999;
}
.open>.dropdown-menu li:hover{
  background:#fff;
  color:red;
}
.open>.dropdown-menu li:hover a{
  color:red;
}
.dropdown-menu>li{
  padding: 4px 0px 10px 28px;
  border-bottom: 1px solid #ffffff;
  border-right: 0;
  text-align: center;
  background: #ffffff;
  display: block;
  margin: 0 !important;
  border-image: none;
  text-align: left;
}
.dropdown-menu>li>a {
    padding: 0px 0px;
    clear: both;
    font-size: 16px !important;
    color: #080808 !important;
    font-weight: 400 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f00164;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-menu>li:last-child{
  border:0;
}
.dropdown-menu>li:hover a{
    color: #c71e4e!important;
    background:
    transparent;
}

.navbar-inverse .navbar-nav>.open>a{
    background:#084473;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #084473;
    background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fdfdfd !important;
    color:#084473 !important;
}





.head-appointment1{
  padding: 0;
  text-align: right;
}
.head-appointment2{
  padding: 0;
}
.head-appointment2 a{
  background: #091A3B;
  display: inline-block;
  padding: 5px 28px 0px 0px;
  font-weight: 700;
  color: #fff;
  border-radius: 0px 30px 0 0;
  font-size: 19px;
  animation: blin 1.5s linear infinite;
}
@keyframes blin {
    50% {
       color:#fb7535;
    }
   100% {
       color:#ffffff;
    }
}


.head-appointment2 a span{
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 8px 4px -27px;
  line-height: 60px;
}
.head-appointment2 a span img{
  height: 39px;
}



/* end navigation section*/


/* start fixed header */

.header {
  z-index: 999999;
  position: relative;
  padding: 0;
  /* background:#fff; */
  /* transition: all ease-out 0.3s; */
  left: 0;
  right: 0;
  top: 0px;
}

.active1{
  color:#000;
  padding: 0;
  box-shadow: 0 0 14px 0px #00000030;
  width: 100%;
  left: 0;
  top: 0;
  /* background: #fff; */
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
.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: 80px;
}
.scroll-on .head-navigation1{
  width: 53%;
}
.scroll-on .menu li {
    position: relative;
    text-align: left;
    list-style: none;
    padding: 9px 10px 9px 10px;
    margin: 0px 7px;
}
.scroll-on .head-appointment1{
  width: 25%;
}
.scroll-on .head-appointment2 a{
  border-radius:0;
  padding: 9px 32px 9px 0px;
}
.scroll-on .naviagtion-section1{
  padding: 0 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border-radius: 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: #ffb202;
    text-shadow: none;
    background: #091A3B;
    height: 50px;
    width: 50px;
    border-radius: 12px 12px 13px 0;
    line-height: 42px;
    top: 3px;
    transition: 0.3s ease-in;
    left: -1px;
    right: auto;
}
.carousel-control b .glyphicon img{
  width:auto;
}
.carousel-control b{
  background: transparent;
  border-radius: 0;
  left: 0;
  position: absolute;
  top: 45%;
  right: 0;
  line-height: 64px;
  padding: 4px 8px 4px 6px;
  height: 84px;
  width: 76px;
  border: 0;
  border-left: 0;
}
.right b{
  left:inherit;
  right: 0px;
  width: 87px;
}
.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.3s 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%;
}
.list-header{
  padding: 0px 0 0 0px;
  position: absolute;
  top: 7%;
  width: 100%;
  text-align: center;
}
.list-header ul{
  padding:0;
  position: relative;margin:0;
  list-style:
  none;
}
.list-header ul li{
  display:
  inline-block;
  font-family:"Lobster Two", sans-serif;
  padding: 6px 37px;
  margin: 0 6px;
  font-weight: 600;
  border-radius: 40px;
  text-transform:
  capitalize;
  background: linear-gradient(to top, #ffd473 19%, #ffb202 82%);
  font-size: 21px;
}
.list-header ul li a{
  
}




/* end slider section */

/* END HEADER SECTION */

/* start god section  */

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

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


.god-right1{
  padding: 0 0 29px 76px;
  background: #ffb200;
  border-top: 1px solid #fff;
  clip-path: polygon(7% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 100%);
}
.god-right2{
  padding: 0;
}
.god-right2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.god-right2 ul li{
  padding: 0 10px;
  display: inline-block;
}
.god-right2 ul li span{
  background: #e5a100;
  height: 192px;
  width: 162px;
  display: block;
  text-align: center;
  border-radius: 0 0% 100px 100px;
  line-height: 176px;
}
.god-right2 ul li span img{

height: 127px;
}
/* end god section  */



/* start our services section */

.ourservices-section{
  padding: 0 0 150px;
  background: url(../images/design.png) no-repeat bottom;
  background-size: 100%;
}
.ourservices-section_1{
  background:
  none;
  padding: 0 0 80px;
}
.ourservices-section1{
  padding: 0px 0 0px;
}

.ourservices-left1{
  padding: 150px 0 0;
}
.ourservices-left2{
  padding: 0;
}
.ourservices-head{
  text-align: center;
  padding: 0;
}
.ourservices-head strong{
  font-size: 43px;
  font-weight: 600;
  color: #fb7535;
  font-family:"Lobster Two", sans-serif;
  display: block;
  text-transform: capitalize;
}
.ourservices-head p{
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  font-weight:400;
}
.ourservices-head span{
  border-radius: 20px;
  padding: 5px 23px 3px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffd982;
  display: inline-block;
  margin: 0px 0 10px 0;
  background: linear-gradient(262.65deg,#f94b4b -2.8%,#ffa806 101.97%);
  font-weight: 500;
}
.our-services{
  padding: 22px 0 0 0;
}
.our-services1{
  padding: 15px;
}
.our-services2{
  padding: 16px 32px;
  z-index: 1;
  background: #ffb200;
  border-radius: 29px;
  background: linear-gradient(180deg,#f94b4b,#ffa806);
  position: relative;
}
.our-services2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 2px solid #fff;
    border-radius: 20px;
    z-index: -1;
    -webkit-border-radius: 20px;
}
.our-services3{
  padding: 25px 0 0 0;
  overflow: visible;
  margin: 0 0 0 0;
  text-align: center;
}
.our-services3 img{
  border-radius: 60%;
}
.our-services4{
  text-align: center;
  padding: 39px 0px 0px;
}
.our-services4 strong{
  font-size: 23px;
  padding: 2px 18px 4px;
  color: #fb7535;
  font-weight: 800;
  background: #ffffff;
  margin: -27px 0px 0;
  display: block;
  text-transform: capitalize;
  font-family:"Lobster Two", sans-serif;
  clip-path: polygon(0 0,95% 0,100% 100%,5% 100%);
}
.our-services4 p{
  color: #000;
  font-size: 15px;
  padding: 9px 0px 10px 0;
  margin: 0;
  text-align: center;
  line-height: 28px;
}
.our-services4 a{
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  padding: 5px 23px 6px 19px;
  border-radius: 36px;
  background: #000;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0 0;
}
.our-services5{
  padding: 17px 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: linear-gradient(45deg, #ad042f, #ef003c);
  height: 90px;
  border-radius: 50px 50px 0px 0px;
  width: 90px;
  line-height: 98px;
  position: relative;
  display: inline-block;
}

.our-services5 span img{
  /* height: 47px; */
  filter:
  brightness(1) invert(1);
  animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn)
    }
}
.our-services5 span:after{
  content:
  "";
  position:
  absolute;
  background: url(../images/call-bg-1.png);
  background-repeat:
  no-repeat;
  top: 20px;
  padding: 24px 0px 24px 0px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.owl-theme .owl-controls .owl-page span{
  background: #d4d4d4;
  opacity: 1;
  background: url(../images/trishul-1.png);
  height: 30px;
  width: 30px;
  padding: 0 0px 40px 50px;
  background-repeat: no-repeat;
  border-radius: 0;
}
.owl-theme .owl-controls .active span{
  background:#fb7535;
}
.owl-theme .owl-controls .owl-buttons div{
  background:
  transparent;
  opacity:1;
  margin: 0;
  display: inline-block;
  padding: 0 9px 0 0px;
}
.owl-theme .owl-controls{
  margin:30px 0 0;
}



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

}

.ourservices-list{
  border: 1px solid #fb7535;
  border-radius: 20px;
  background-color: #fff;
  padding: 12px 0;
  margin-top: 30px;
}
.list-head{
  padding: 0 20px 0 0px;
  text-align: center;
}
.list-head strong{
  font-size: 31px;
  font-weight: 600;
  color: #292929;
  font-family:"Lobster Two", sans-serif;
  display: block;
  text-transform: capitalize;
}
.list-head p{
  background: linear-gradient(268.79deg,#fb7535 12.79%,#8e003b 137.97%);
  color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 6px 10px;
  font-size: 24px;
  margin:0;
  text-transform: capitalize;
}
.list-design{
  padding: 0;
}
.list-design ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.list-design ul li{
  display: flex;
  align-items: center;
  grid-gap: 12px;
  text-align: left;
  gap: 5px;
  font-weight: 500;
  font-size: 17px;
  padding: 12px 20px;
  text-transform: capitalize;
  margin: 12px;
  background-color: #fff9de;
  border: 1px solid rgba(197,0,56,.2);
  border-radius: 200px;
}
.list-design li:before{
  background: url(../images/bg1.svg) no-repeat;
  content: "";
  padding: 19px 0 10px 39px;
  margin: 0px 0 0;
  background-repeat: no-repeat;
  left: 0;
}
.list-design ul li:hover,.list-design ul li:nth-child(even){
      background: linear-gradient(268.79deg,#fb7535 12.79%,#8e003b 137.97%);
}
.list-design ul li a:hover,.list-design ul li:nth-child(even) a{ 
  color:#fff;
}
.list-design ul li:hover:before, .list-design ul li:nth-child(even):before{
   background: url(../images/bg.svg) no-repeat;
}
/* 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:"Lobster Two", sans-serif;
}
.topservices-left2 strong span{
  padding: 0px 10px 0px;
  color: #000000;
  text-transform: uppercase;
  background: #ffa900;
  background: linear-gradient(262.65deg,#f94b4b -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:"Lobster Two", sans-serif;
}
.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,#fb7535 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: 30px;
  z-index: 9;
}

.about-left1{
  padding: 0 0px 0 0px;
  width: 45%;
}
.about-left2{
  padding: 0;
}
.about-left_image{
  padding: 0 0 0 40px;
  overflow: hidden;
}
.about-left_image .image-round{
  position: absolute;
  left: -80px;
  top: 0px;
  height: 500px;
  right: 0;
  margin: auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
.image-ram{
  height: auto;
}
.form-design{
  text-align: center;
  margin: px 0px;
  padding: 35px 40px 50px;
  background: linear-gradient(262.65deg,#f94b4b -2.8%,#e09304 101.97%);
  position: relative;
  width: 100%;
  float: right;
}
.damroo{
  position: absolute;
  top: -50px;
  left: -90px;
  z-index: 9;
  width:120px;
}
.damroo img{
  
}
.damroo_1{
  position: absolute;
  bottom: -50px;
  right: -70px;
  transform: scaleX(-1);
  overflow: hidden;
}
.damroo_1 img{

}

.form-head{
  padding: 21px 0 31px;
}
.form-head strong{
  background: #181818;
  padding: 10px;
  display: block;
  font-size: 29px;
  text-transform: capitalize;
  color: #fff;
  font-family:"Lobster Two", sans-serif;
}
.form-head p{
  color: #000;
  font-size: 16px;
  margin: 14px 20px  0;
  text-transform: capitalize;
  font-weight: 500;
}
.contac-r {
    padding: 0px 10px 0px;
    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 #ec2802;
    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;
    height: 49px;
}
.form-control {
    border-radius: 0px;
    background: #fff;
    font-size: 16px;
    box-shadow: none;
    border:0;
    border-bottom: 1px solid #d7d7d7;
    height: 61px;
    padding: 10px 12px;
    border-radius: 4px;
}
textarea.form-control {
    height: 150px;
    color: #000;
    font-weight: 500;
}
.btn-group>.btn:first-child {
     margin-left: 0;
     margin: 0px 0 0 0;
     padding: 13px 36px;
     color: #ffffff;
     font-size: 17px;
     background: #1c1c1c;
     border-radius: 0;
     border: 0;
     text-transform: capitalize;
     transition: 0.7s;
     font-weight: 500;
     left: 0;
     display: inline-block;
     right: 0;
     margin: 0 auto;
     border-radius: 50px;
}
.btn-group>.btn:first-child:hover{
  color: #ffffff;
  transition: 0.7s;
  background: #000000;
}
.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;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-3{
    margin: 30px 0 !important;
}

.about-right1{
  padding: 20px;
  width: 55%;
}
.about-right2{
  padding: 0;
}
.about-us{
  padding: 0 0px 0 0;
}
.about-head{
  text-align: center;
  padding: 0;
}
.about-head h1{
  font-size: 54px;
  font-weight: 600;
  color: #ef003c;;
  font-family:"Lobster Two", sans-serif;
  display: block;
  text-transform: capitalize;
}
.about-head h1 a{
  color: #ef003c;
}
.about-head p{
  border-radius: 20px;
  padding: 5px 18px 3px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  background: #ffd982;
  display: inline-block;
  margin: 0px 0 10px 0;
  background: linear-gradient(262.65deg,#f94b4b -2.8%,#ffa806 101.97%);
  font-weight: 500;
}
.about-design{
  padding: 13px 0 0 0;
  text-align: center;
}
.about-design p{
  color: #000;
  line-height: 33px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.about-design p strong{
  color: #fb7535;
}
.about-design  p a{
  border-bottom: 1px solid #ff006a;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  margin: 0;
}

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

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

.whychoose-1{
  padding: 10px;
}
.whychoose-2{
  padding: 0;
}
.choose-1{
  padding: 25px 0 0 0;
  background: url(../images/bg.jpg);
  background-repeat:
  no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  z-index: 9;
  text-align: center;
  border-radius: 100px 100px 0 0;
}
.choose-1:before{
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0 0;
  z-index: -9;
}
.choose-1 span{
  background: linear-gradient(45deg, #ad042f, #ef003c);
  height: 130px;
  border-radius: 50%;
  width: 130px;
  line-height: 108px;
  margin: -70px auto 27px;
  border: 9px solid #fff;
  position: relative;
  display: block;
}
.choose-1 span img{

}
.choose-1 p{
  color: #fb7535;
  font-weight: 800;
  background: #ffffff;
  margin: 0;
  padding: 10px 0;font-size:24px;
  border: 2px solid #feb000;
  border-top: 0;
  display: block;
  text-transform: capitalize;
  font-family:"Lobster Two", sans-serif;
}
.choose-2{
  border-radius: 0px 0px 100px 100px;
  padding: 3px 0 0px 0;
}
.choose-2:before{
  background: linear-gradient(180deg,#fb9e3c,#ff7b00d1);
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 100px 100px;
  z-index: -9;
}
.choose-2 span{
  margin: 27px auto -45px;
}




.choose-text{
  background:
  url(../images/bg-astrology.jpg);
  background-repeat:
  no-repeat;
  padding: 8px 0 8px;
  margin: 10px 0;
  border-radius: 120px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.choose-text:before{
  background: linear-gradient(180deg,#313131f0,#0e072be3);
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  border-radius: 120px;
  height: 100%;
  z-index: -9;
}
.choose-text a{
  
}
.choose-text p{
  font-family:"Lobster Two", sans-serif;
  margin: 0;
  color: #fff;
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 600;
}
.choose-text p span{
    font-family: 'Outfit', sans-serif;
    animation: blin 1.5s linear infinite;
}
.choose-text strong{
  color: #fff;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 0;
  font-size: 34px;
}
.about-banner1{
  padding: 80px 0 0 0;
}
.about-banner1 img{
  /* width:100%; */
}
.whyus-text{
  padding: 0px 0px 0 0;
}
.why-text{
  padding: 10px;
}
.why-text p{
  color: #000;
  line-height: 30px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.wave{
  position: absolute;
  bottom: -150px;
  width: 100%;
  z-index: -1;
  left: 0;
}

/* end about us section*/

/* start pick section */

.pick-section{
  padding: 0;
}
.pick-section1{
  overflow: hidden;
  padding: 0px 20px;
}
.pick-pandit{
  padding: 0 0 140px 0;
}
.pick-pandit1{
  padding: 10px 10px 10px 10px;
}
.pick-pandit2{
  padding: 0;
  position: relative;
  margin: 130px 0 0px;
  text-align: center;
}
.pick-pandit_22{
  margin: 74px 0 0;
}
.pick-pandit2:after{
  top: -110px;
  width: 218px;
  height: 1px;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #222;
}
.pick-pandit2:before {
  top: -11px;
  width: 23px;
  height: 22px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #222;
}
.pick-pandit2 .round-pick1{
    position: absolute;
    left: -7.5px;
    bottom: -50px;
    right: 0;
    top: 0;
  overflow:hidden;
    margin: auto;
    z-index: -1;
    animation: rotation 15s linear infinite;

}

.round-pick{
  margin: 0 auto;
  left: 0;
  right: 0;
}

.pick-pandit2 .pick-pandit3{
    position: absolute;
    left: 0px;
    right: 0;
    top: 100px;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.pick-pandit3 span{
  background: #ff9502;
  border-radius: 0px 0px 70px 70px;
  padding: 7px;
  margin: -11px  -12px 0 0;
  display: inline-block;
  box-shadow: inset 2px -4px 4px 1px #0000006b;
}
.pick-pandit3 span img{

}
.pick-pandit3 strong{
  padding: 0px 0 0 0;
  display: block;
  font-size: 19px;
  text-transform: capitalize;
  color: #3d3d3d;
  font-weight: 600;
  font-family:"Lobster Two", sans-serif;
}
.pick-pandit3 p{
  font-size: 15px;
  color: #000;
  margin: 0;
  padding: 0px 40px 0 40px;
  line-height: 32px;
}
/* end pick section */

/* start other services section */

.otherservices-section{
  padding: 0;
}
.otherservices-section1{
  padding: 0px 0 50px;
}
.bg-serices{
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.otherservices-section1 .ourservices-head p{
  color: #fff;
}
.otherservices-section1 .ourservices-head strong{
  color: #fff;
}
.other-sevices{
  padding: 40px 0 0 0;
}
.other-sevices1{
  padding: 10px;
}
.other-sevices2{
  padding: 0;
  text-align: center;
}
.other-services3 {padding: 0;text-align: center;}
.other-services3 img{
  width: 88%;
  padding: 0;
}
.other-services4{
  padding: 20px;
  text-align: center;
}
.other-services4 strong{
  display: block;
  font-size: 27px;
  text-transform: capitalize;
  color: #181818;
  font-family:"Lobster Two", sans-serif;
}
.other-services4 p{
    font-size: 16px;
    color: #585858;
    margin: 0;
    padding: 7px 0 0 0;
    line-height: 29px;
}
.other-services4 span{
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg,#f94b4b,#ffa806);
    border-radius: 50%;
}

.other-services4 span svg{
  font-size: 36px;
  font-weight: 900;
  color: var(--text-color);
}
.other-services4 span svg:hover{
  animation: rotation 15s linear infinite;
}
.bg-serv{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  filter: drop-shadow(-1px 6px 3px rgba(50,50,0,.25));
  z-index: -1;
  margin: 49% auto auto;
}


/* end other services section */

/* start testimonils section */

.testimonials-section{
  padding: 0;
}
.testimonials-section1{
  padding: 50px 0;
}
.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;
}
.testimonials2{
  padding: 0;
  border: 2px solid #da005b;
}
.testimonials2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97px;
  height: 12px;
  background-color: #be004f;
}
.testimonials2 .iconify{
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 72px;
    color: var(--primary-text-color);
}
.testimonials4{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #be004f;
  padding: 10px 0 10px;
}
.testimonials4 .testi-pic{
  width: 30%;
  padding: 0 0 0 9px;
}
.testimonials4 .testi-pic img{
  border-radius: 50%;
  border: 4px solid #ffba00;
}
.testimonials4 .testi-text{
  width: 70%;
  padding: 10px;
  text-align: left;
  }
.testi-text p{
  font-size: 19px;
  margin: 0;
  font-family: 'Elsie Swash Caps';
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.testi-text p span{
  font-size:15px;
  text-transform: capitalize;
  color: #ffbd00;
  display: block;
}
.testimonials3{
  padding: 10px;
}
.testimonials3 p{
  color: #6d6d6d;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  margin: 0 0 40px 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:40px 0 0;
}













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

}


/* end testimonilas sectioon*/




/* start map section*/


.map-section{
  padding: 0;
}
.map-section iframe{
  float: left;
  width: 100%;
  height: 400px;
}


/* end map section*/

/*start footer section */

.footer-section{
  padding: 0;
  background: url(../images/footer_bg.jpg) no-repeat 50%;
  background-size: cover;
  text-align: center;
}
.footer-section1{
  padding: 0px 0px 50px;
}

.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 0px;width: 14%;}
.footer-services li img{
  border-radius: 50%;
  height: 100px;border:4px solid #fade40;
}
.footer-services li p{
  color: #fff;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
  padding: 9px 0 0;
  text-transform: capitalize;
}
.footer-services li p a{
  color: #fff;
}
.footer-services li p a b{
  display:
  block;
  font-weight: 400;
}
.footer-services li:hover img{
  animation: rotation 1s ease;
}


.footer{
  padding: 15px;
  background: #091A3B;
}
.footer-head{
  padding: 10px 0px;
  color: #fff;
}
.footer-head p{
  background: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 9px 30px;
  color: #111;
  font-family:"Lobster Two", sans-serif;
  display: inline-block;
  text-transform: capitalize;
}
.footer-design{
  padding: 0px 0 0;
}
.footer-design a{
  color:#fff;
}
.text-white{
  color:#fff !important;
}
.footer-location2 a{
  color:#fff;
}
.footer-left1{
  padding: 10px;
}
.footer-left2{
  padding: 0;
}
.footer-left2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-left2 ul li{
  font-weight: 400;
    font-size: 13px;
    color: #202020;
    text-align: left;
    padding: 2px 0;
    display: flex;
}
.footer-left2 ul li:before{
  background: url(../images/bg1.svg) no-repeat;
  content: "";
  padding: 19px 0 10px 39px;
  margin: 0px 0 0;
  background-repeat: no-repeat;
  left: 0;
}

.footer-location1{
  padding: 0px 0 0;
}
.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: 10px 0;
  text-align: left;
}
.location-1{
  width: 30%;
}
.location-1 img{

}
.location-2{
  width: 70%;
}
.location-2 p{
  color:#fb7535;
  font-family:"Lobster Two", sans-serif;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}
.location-2 a{
  color: #000;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
}
.location-2 a:hover{
  text-decoration: underline;
}

.footer-dis{
  padding: 10px;
  text-align: center;
}
.footer-dis p{
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
/* end footer section*/

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

.breadcrumb-section{
  padding: 0;
  padding: 75px 35px 130px 21px;
  text-align: center;
  background: url(../images/breadcrum_bg.png) no-repeat bottom;
  background-size: cover;
  height: 100%;

}
.breadcrumb-section1{
  padding: 0px 0px 140px;
}
.bread-text{
  padding: 0;
  text-align: center;
}
.bread-text strong{
  font-size: 61px;
  font-weight: 600;
  color: #fff;
  font-family:"Lobster Two", sans-serif;
  display: block;
  text-transform: capitalize;
}
.bread-text p{
  color: #091A3B;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.bread-text p a{
  color: #fff;
}

/* ========== END BREAD CRUMB 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:5px 0;
}
.getin-left1{
  padding: 10px;
}
.getin-left2{
  padding: 10px;
}
.get-in1{
  margin: 60px 0 0;
  padding: 10px;
}
.get-in2{
  text-align: center;
  padding: 20px;
  border: 2px dashed #091A3B;
}
.get-in2 img{
    width: 80px;
  height: 80px;
  margin-top: -60px;
  margin-bottom: 20px;
}
.get-in2 p{
      font-family: "Elsie Swash Caps",serif;
      font-weight: 900;
      margin: 0;
      text-transform: capitalize;
      font-size: 2.1rem;
      line-height: 23px;
      padding-bottom: 5px;
      color: #fb7535
}
.get-in2 a{
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.get-in2 a:hover{
    text-decoration: underline;
  }

.getin-right1{
  padding: 10px;
}
.getin-right2{
  padding: 0;
}
.getin-right2 .form-design{
  width:100%;
}
.getintouch-section1 .banner-about{
  padding-top:0px;
}
.tri-1-contact>img:first-of-type {
    position: absolute;
    right: 0;
    margin-right: 0;
    overflow: hidden;
    top: 10%;
    display: none;
}
.tri-1-contact>img:nth-of-type(2) {
    position: absolute;
    left: -75px;
    bottom: 19%;
    transform: scaleX(-1);
}



/*========== END GET IN TIUCH PAGE CSS ==============*/
/*========== MAIN CONTACT PAGE CSS =================*/


.maincontant-section{
  padding: 0;
}
.maincontant-section1{
  grid-template-columns: 40% auto;
  margin: 0 0 40px;
  padding: 20px;
  box-shadow: 0 0 4px #b6b6b6;
}
.mainform-left1{
  padding: 10px;
}
.mainform-left2{
  padding: 0;
}
.mainform-left2 .form-design{
  width: 100%;
}
.about-banner{
  padding: 40px 0 0 0;
  text-align: center;
}



.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: 30px;
  font-weight: 600 !important;
  padding: 20px 0 0;
  text-align: left;
  color: #fb7535;
  font-family:"Lobster Two", sans-serif;
  display: block;
  text-transform: capitalize;
}
.about-design ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-design ul li{
  font-weight: 400;
  font-size: 1.9rem;
  color: #202020;
  padding: 9px 0;
  display: flex;
}
.about-design ul li:before{
  background: url(../images/bg1.svg) no-repeat;
  content: "";
  padding: 19px 0 10px 39px;
  margin: 0px 0 0;
  background-repeat: no-repeat;
  left: 0;
}
.banner-about{
  padding: 0 0 0px 0;
}
/*======== END MAIN CONTACT PAGE CSS =================
*/



.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: block;
  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;}
    .tophead-section{background: #b0004b;}
    .head-contact1{padding:0;}
    .head-contact2 .head-text a {color: #ffffff;font-weight:600;font-size: 34px;animation: blin 0.5s linear infinite;}
    .head-section {padding: 0px 0 0px 0;}
    .head-logo1{display:none;}
    .head-contact1:nth-child(2){display:none;}
    .head-appointment1{display:none;}
    .head-contact2 .head-text span{display:none;}
    .head-contact2 .head-text .book{display:block;color: #fff;}
    .head-contact2 .head-img img {height: 60px;}
    .logo1{display:block;width: 44%;padding: 0px  0 0 0;}
    .logo2 img{height: auto;}
    .head-contact2 .head-img {width: 40%;text-align:right;}
    .head-contact2 .head-text{width:60%;padding: 0 0 0 15px;}
    .head-navigation1{padding-bottom:0;padding-top: 0;}
    .head-right1{padding:0;}
    .menu li.navbar-dropdown .dropdown{display:none;}
    .caret{/* display:none; */}
    .menu .mobile{display:block;}
    .menu .desktop{display:none;}


    
    
    .scroll-on .head-navigation1{width:100%;}
    .slider-section{padding: 60px 0 0;}
    .naviagtion-section1{box-shadow:none;border-radius: 0;padding: 0px 10px 0 0px;}
    .scroll-on .naviagtion-section1{display:block;padding: 0 10px;border-top: 4px solid #f00164;}
    .scroll-on .logo1{width: 39%;}
    .list-header{display:none;}
    .header{top: 68px;width: 98.5%;}
    .active1{top: 0;left: 0;right: 0;}
    .scroll-on .navbar-toggler{top: -56px;}
    .active1 .container{padding:0;}
    .god-right2 ul li:last-child{display:none;}
    .god-right2 ul li:nth-child(3){display:none;}
    .img-left{display:none;}
    .img-right{display:none;}
    .navbar{min-height: 0;display: block;justify-content: center;align-items: center;}
    .navbar-toggler {display: block;right: 0;}
    .menu{padding: 0px 0 11px 26px;display: block;margin: 0;}
    .scroll-on .menu {padding: 0px 0 11px 0px;}
    .menu li {padding: 4px 0px;display: block;border: 000;text-align: left;margin: 2px 0px 1px;}
    .menu li a {padding: 0px 27px 0px 0px;font-size: 15px;display: block;}
    .menu li:before{display:none;}
    .scroll-on .menu li {padding: 7px 0px 8px 0px;}
    .navigation-section1{padding:0;}
    .navbar-collapse.in{overflow-y: visible;}
    .pick-pandit_22{margin:130px 0 0;}
    .pick-pandit2{margin:130px 0 0;}
    .pick-pandit2:after{z-index:-9;}
    .testimonials-right2 img{width:50%;}
    .testimonials-right2{display:flex;}
    .about-left1{width:100%;}
    .form-design{width: 100%;}
    .about-right1{width:100%;padding: 0 13px 0 13px;}
    .whychoose-1{width:50%;}
    .footer-left1{width:50%;padding: 0;}
    .pick-pandit1{width:50%;}
    .ourservices-right1{padding:30px 0 0 0;margin:0;}
    .whychoose {padding: 20px 0px 0 0;}
    .damroo_1 {right: -0px;}
    .fix{display:block;}
    .footer-services li img{height: 83px;}
    .footer-services li p{font-size: 14px;}
    .damroo_1 {right: 0px;}
    .get-in1:nth-child(1){width:100%;padding: 10px 0;}
    .get-in1{width:50%;}
    .location-1{width:15%;}
    .location-2{width:85%;}
    .breadcrumb-section{margin: 0px 0 0 0;padding: 0px 0 0 0;}
    .footer-services ul li{padding: 10px 0px;width: 16%;}
    .footer-services ul li:nth-child(5){display:none;}
    .footer-head p {font-size: 25px;padding: 15px 5px;}
    .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;}
    .footer-location1{padding:0;}
    .ourservices-section_1 .our-services1{width:50%;}
    .ourservices-section_1 .our-services1{padding:10px;}
    .ourservices-section_1 .our-services2 {padding: 16px 19px;}
    .ourservices-section_1 .our-services4 strong {font-size: 19px;padding: 8px 12px 4px;}
    .ourservices-section_1 .our-services4 p{height:250px;}
    .choose-text p {font-size: 31px;}
    .about-design h2, h3, h4, h5, h6{font-size:25px;line-height: 30px;}
    .choose-text strong {font-size: 23px;}
    .choose-text p {font-size: 31px;}
    .about-head h1 {font-size: 45px;}
    .maincontant-section1{padding:10px;}
    .mainform-right1{padding:0;}
    .god-section{display:none;}
    .ourservices-head strong {font-size: 30px;}
    .ourservices-left1 {padding: 60px 0 0;}
    .about-left_image .image-round{height:auto;}
    .about-us{padding:30px 0 0 0;}
    .whyus-text {padding: 90px 0px 0 0;}
    .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;}
    .pick-pandit3 p {padding: 0px 60px 0 60px;line-height: 27px;}
    .other-services4 strong{font-size:20px;}
    .dropdown-menu{min-width: 60%;padding: 0 0px 0 20px;float: right;margin-left: 96px;}

  


    
}

@media only screen and (min-width: 575px) and (max-width: 720px) {
  .pick-pandit3 p {padding: 0px 20px 0 20px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-contact2 .head-img img{height: 70px;}
  .menu li a{font-size: 15px;}
  .head-appointment2 a{font-size: 18px;padding: 6px 11px 8px 0px;}
  .scroll-on .head-appointment2 a{font-size: 16px;padding: 5px 11px 0px 0px;}
  .img-left{display:none;}
  .img-right{display:none;}
  .menu li {margin: 0px 7px;}
  .scroll-on .menu li {padding: 9px 3px 9px 4px;margin: 0px 7px;}
  .scroll-on .menu a{font-size: 17px;}
  .list-header ul li{padding: 6px 14px;font-size: 18px;}
  .list-header{top: 9%;display: none;}
  .god-right2 ul li:nth-child(3){display:none;}
  .god-right2 ul li span {height: 170px;width: 113px;}
  .god-right2 ul li span img {height: 95px;}
  .list-head strong {font-size: 29px;}
  .list-design ul li {font-size: 15px;}
  .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{width: 100%;margin-top:50px;float: left;}
  .about-banner1 {padding: 50px 0 0 0;text-align: center;}
  .choose-text p {font-size: 31px;}

  .whychoose {padding: 30px 30px 0 0;}
  .choose-1 span {height: 100px;width: 100px;line-height: 85px;}
  .choose-1 span img{height:60px;}
  .whyus-text {padding: 40px 0px 0 0;}
  .about-us {padding: 30px 0px 0 0;}
  .pick-pandit3 p {padding: 0px 90px 0 90px;font-size:14px;}
  .pick-pandit3 strong {font-size: 16px;}
  .other-services4 strong{font-size:20px;}
  .footer-head p {font-size: 25px;padding: 11px 14px 10px;}
  .footer-services ul li {padding: 10px 0px;width: 16%;}
  .footer-services ul li:last-child{/* display:none; */}
  .ourservices-right1{margin:0;padding:40px 0 0 0;text-align:center;}
  .pick-pandit_22{margin:130px 0 0;}
  .pick-pandit2{margin:130px 0 0;}
  .pick-pandit2:after{z-index:-9;}
  .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 30px;}
  .god-right2 ul li{padding: 0 8px;}
  .head-contact1:nth-child(2){display:none;}
  .head-contact1{width:100%;}
  .head-logo1{width: 50%;}
  .head-right1{width:50%;}
  .god-right1 { padding: 0 0 29px 50px;}
  .footer-services li img{height: 97px;}
  .footer-services li p{font-size:15px;}
  .footer-services ul li:nth-child(3){display:none;}
  .damroo_1 {right: -13px;}
  .get-in1:nth-child(1){width:100%;}
  .get-in1{width:50%;}
  .head-navigation1{width:70%;}
  .head-appointment1{width:30%;}
  .head-logo2 img{height:110px;}
  .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;}
  .choose-text p {font-size: 31px;}
  .testimonials3 p {font-size: 15px;line-height: 30px;}
  .about-left_image{padding:0;}
  

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .img-left{display:none;}
  .img-right{display:none;}
  .menu li {margin: 0px 10px;}
  .scroll-on .menu li {padding: 9px 5px 9px 5px;margin:0 6px;}
  .scroll-on .menu a{font-size:16px;}
  .list-header ul li{padding: 6px 14px;font-size: 18px;}
  .list-header{top: 9%;}
  .god-right2 ul li:nth-child(3){display:none;}
  .god-right2 ul li span { height: 180px; width: 140px;}
  .god-right2 ul li span img {height: 110px;}
  .list-head strong {font-size: 29px;}
  .list-design ul li {padding: 12px 17px 12px 17px;font-size: 16px;margin: 10px;}
  .our-services4 strong {font-size: 20px;}
  .about-head h1 {font-size: 37px;}
  .scroll-on .head-appointment2 a { padding: 9px 15px 9px 0px;}
  .head-appointment2 a span {height: 50px;width: 50px;line-height:50px;}
  .head-appointment2 a span img {height: 30px;}
  .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 30px 0 0;}
  .choose-1 span {height: 100px;width: 100px;line-height: 85px;}
  .choose-1 span img{height:60px;}
  .whyus-text {padding: 20px 30px 0 0;}
  .about-us {padding:30px;}
  .pick-pandit3 p {padding: 0px 10px 0 10px;font-size:14px;line-height: 22px;}
  .pick-pandit2 .pick-pandit3 {top: 80px;}
  .pick-pandit3 strong {font-size: 16px;}
  .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;}
  .list-head p {font-size: 20px;}
  .header{top:90px;}
  .active1{top:0;}
  .location-1 {width: 22%;}
  .location-1 img{height: 55px;}
  .location-2 {width: 79%;}

  

  
}

@media only screen and (min-width:1200px) and  (max-width:1350px){
  .right-trishul{width:180px;}
  .left-trishul{width:180px;}
  .list-header ul li{padding: 6px 32px;font-size: 18px;}
  .list-header{top: 10%;}
  .god-right2 ul li:last-child{display:none;}
  .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 30px 0 30px;}
  .damroo_1 {right: -31px;}
  .choose-text strong {font-size: 25px;}
  .about-left1{padding:0 10px 0 0;}
  .about-head h1{font-size: 45px;}
  
  
}

@media (max-width: 575px) and (min-width: 0px) {
  .whychoose-1{width:100%;}
  .whychoose-1:nth-child(2){margin-top:40px;}
   .whychoose-1:nth-child(5){margin-top:40px;}
  .pick-pandit1{width:100%;}
  .get-in1{width:100%;padding: 10px 0;}
  .breadcrumb-section1 {padding: 12px 0px 65px;}
  .head-contact2 .head-img{width:20%;}
  .head-contact2 .head-text{width:80%;}
  .head-contact2 .head-img img{height:auto;}
  .form-head strong{font-size:22px;}
  .damroo_1 img{height:60px;margin:-0px 0 0 0;}
  .tri-1-contact>img:nth-of-type(2){top:-60px;}
  .damroo img{height:90px;left:30px;}
  .damroo{left:-30px;}
  .damroo_1 {right: 0;bottom: -26px;}
  .footer-services li p {font-size: 17px;padding: 10px 0 6px;}
  .footer-services ul li {padding: 6px 0px;width: 32%;}
  .footer-head p {font-size: 24px;line-height: 33px;padding: 8px 10px;}
  .location-1{width: 15%;}
  .location-2{width: 85%;padding: 0 0px 0 10px;}
  .footer-dis p{line-height:26px;font-size:13px;}
  .scroll-on .logo2 img{height:auto;}
  .menu li.navbar-dropdown .dropdown{transform: translateY(-10px);left: 20px;}
  .menu li.navbar-dropdown .dropdown ul li a{font-size: 14px;}
  .scroll-on .menu li.navbar-dropdown .dropdown ul li {padding: 4px 3px;}
 
  .our-services1{padding:10px;}
  .our-services2 {padding: 16px 19px;}
  .our-services4 strong {font-size: 19px;padding: 8px 12px 4px;}
  .bread-text strong {font-size: 40px;}
  .ourservices-section_1 .our-services1{width:100%;}
  .ourservices-section_1 .our-services4 p{height:auto;}
  .about-design h2, h3, h4, h5, h6 {font-size: 20px;line-height: 34px;}
  .carousel-control b{height:40px;width:40px;top: 76%;line-height: 3px;}
  .carousel-control b .glyphicon{width:30px;height:30px;line-height: 21px;top: 1px;right: 1px;}
  .about-head h1 {font-size: 30px;}
  .list-design ul li {padding: 12px 17px 12px 17px;font-size: 16px;margin: 10px;}
  .bgg{top: -30px;}
  .footer-services{margin:0;padding:40px 0 40px;}
  .footer-services li img{height:80px;}
  .pick-pandit3 p {padding: 0px 130px 0 120px;line-height: 27px;}
  .carousel-control b .glyphicon-left:hover {left: 10px;}
  .carousel-control b .glyphicon-right:hover {right: 10px;}
  .footer-services ul li:nth-child(4){/* display:none; */}
  .choose-text p span{display:block;}
  .scroll-on .navbar-toggler {top: -58px;}
  .header{top: 91px;}
  .navbar-toggler {top: -61px;}
   .active1 {top: 0;}

}

@media only screen and (min-width:421px) and  (max-width:490px){
  .scroll-on .navbar-toggler {top: -50px;}
  .navbar-toggler {top: -55px;}
}

@media (max-width: 420px) and (min-width: 290px) {
 .footer-left1{width:100%;padding: 0;}
  .bread-text strong{font-size:35px;}
  .head-contact2 .head-text a {font-size: 29px;}
  .logo2 img{height: 72px;}
  .logo1{width: 61%;margin: -10px 0 0 0;}
  .scroll-on .logo1{width: 56%;}
  .navbar-toggler{right: 0;top: -55px;height: 37px;width: 48px;font-size: 14px;line-height: 32px;}
  .header {top: 0px;}
  .active1 {top: 0;}
  .footer-left2 ul li{font-size:16px;}
  .choose-text strong {font-size: 17px;padding: 10px 0 0 0;}
  .choose-text p {font-size: 25px;}
  .navbar-toggler img{height: 18px;margin: -1px 0 0 0;}
  .pick-pandit3 p { padding: 0px 30px 0 30px;line-height: 27px;}
  .footer-services ul li {width: 32%;}
  .footer-services ul li:last-child{/* display:none; */}
  .footer-services li p {/* font-size: 21px; */padding: 10px 0 6px;}
  .footer-head p {font-size: 21px;line-height: 28px;padding: 8px 6px;}
  .location-2 a{font-size:15px;}
  .scroll-on .navbar-toggler {top: -60px;}
  .slider-section {padding: 0px 0 0;}
  .naviagtion-section1 {padding: 0 10px 0 0px;}
  .scroll-on .naviagtion-section1 {padding: 7px 8px 0 8px;}
  .dropdown-menu{min-width: 70%;padding: 0 0px 0 14px;float: right;margin-left: 81px;}
  



}
@media (max-width: 340px) and (min-width: 290px) {
  .scroll-on .navbar-toggler {top: -45px;}
  .footer-services li p {font-size: 15px;padding: 10px 0 6px;}
  .logo2 img{height:auto;}
}

#desktop ul{
  display: inline;
}
[data-toggle="collapse"] .fa:before {  
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
