@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

html{
    padding:0 !important;
    margin:0 !important;
}
body{
  margin:0;
  padding:0;
  color: #370923;
  font-family: "League Spartan", sans-serif;
}
/*530b19, a2223b*/
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

: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;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
p{
  margin:0;
}

@font-face {
  font-family: 'La Gagliane';
  src: url('La Gagliane.woff2') format('woff2'),
       url('La Gagliane.woff') format('woff'),
       url('La Gagliane.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* START HEADER SECTION */

/* start top head section */
.tophead-section{
  padding: 20px 0 80px 0;
  background: #370923;
}
.head-left1 a i{
  display: block;
  padding: 0 0 0 7px;
  font-size: 32px;
  color: #fff;
  border-radius: 40px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 0 0;
  text-align: left;
}
.head-left1 a i em{
  display: block;
  font-size: 17px;
  color: #f37a13;
  font-style: normal;
  text-transform: capitalize;
}
.mail a i{
  font-size: 18px;
  padding: 7px 18px 9px;0px 18px
  contain-intrinsic-block-size: auto 100px;
  margin: 0 0 0 auto;
  text-align: right;
}
.head-left1 a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  width: fit-content;
}
.head-left1 a span{
  width: 59px;
  height: 59px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: #57e20c;
  background-image: none;
}
.head-left1 a span .bi{fill:#fff;height: 31px;width: 31px;}
.head-left1 a span:before{
  position: absolute;
  content:"";
  display: block;
  width: 71px;
  height: 71px;
  border-radius: 47px;
  z-index: -9;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #37092300;
  border: 1px solid;
  border-color: #57e20c;
}
.mail a span{
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}
.mail a span:before{
   border: 1px solid #f47c13;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

/* end top head section */


/* end top head section */

/* start navigation section */

.navigation-section{
  position: relative;
  z-index: 9;
  background: #370923;
}
.navii{
  background: #fff;
  margin: -40px 0 0;
  border-radius: 30px 30px 0  0;
  padding: 10px 40px 0 10px;
}
.navbar-expand-lg{padding:0;}
.navigation{
  padding: 0px 0px;
  margin: 0;
  position:relative;
  margin: 0;
  z-index: 99;
}

.navbar-collapse{
  justify-content: start;
}
 .menu{
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 10px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #000000;
  display: inline-block;
  font-size: 18px;
  padding: 4px 20px 0px;
  border-radius: 30px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 30px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 0px;
  margin: 0px 0;
  margin-left: 0px;
  padding-left: 0px;
  border: 0;
  padding-right: 0px;
}
.navbar-toggler {
    margin: -160px 0 0 auto;
    display: block;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
  display: block;
  margin: 8px 0 0px;
}

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

.menu li a:hover{
  background: linear-gradient(#ff7100, #ffaa02);
  color: #ffffff;
}
.menu li a.active-1 {
  background: linear-gradient(#ff7100, #ffaa02);
  color: #ffffff;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  background: #fff;
  box-shadow: 0 0 7px #d9d9d9;
  z-index: 999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:block;
  padding: 7px 10px 7px 20px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #ffc39300;
}
.dropdown-menu ul li:hover a{
  color:#000000;
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.appointment a{
  display: revert;
  margin: 0px 0 0px 20px;
}
.appointment .cricle-round{
    margin: -0px 0 0px 20px;
}
.cricle-round span{
  width: 55px;
  height: 55px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999999999;
  justify-content: center;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}
.cricle-round span:before{
  position: absolute;
  content:"";
  display: block;
  width: 64px;
  height: 64px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #ffffff00;
  border: 1px solid #f47c13;
}
.cricle-round span .bi {
  fill: #fff;
  height: 34px;
  width: 33px;
}
.appoint aside{
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  color: #fff;
  padding: 11px 30px 5px;
  font-size: 19px;
  text-transform: capitalize;
  border-radius: 50px;
}
/* end navigation section*/

/* start slider section*/

.slider-section{
}
.owl-carousel .item{
  padding:0 !important;
}
.owl-carousel .owl-item div{
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  transition: all 20s;
  transition-timing-function:linear;
}
.owl-dots{display:none;}
/* end slider section*/

/* END HEADER SECTION*/

/* start about us section */
.aboutus-section{
  z-index:9;
  padding: 0px 0;
  position: relative;
}
.aboutus-section:before{
  height:100%;
  width: 31%;
  content:"";
  position: absolute;
  background: url(images/astro.webp) no-repeat;
  background-size:cover;
  background-position: top;
  z-index: -9;
  opacity: 19%;
  right: 0;
  bottom: 0;
  top: auto;
}

.religion-design2{
  padding: 10px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px #bfbfbf5c;
  border-radius: 25px;
}
.religion-design1 img{height: 119px;}

.aboutus-1{
  padding: 50px 0px 0;
  position:relative;
}
.aboutus-image1:after{
  background:linear-gradient(#ff7100, #ffaa02);
  content:"";
  height:100%;
  width: 4%;
  top:0;
  left: 40px;
  right:auto;
  position: absolute;
}
.aboutus-2{
  padding: 0px 0 0 0;
}
.about-heading span{
  position: absolute;
  left: 0;
  top: 5px;
  animation: blink 1.2s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.about-heading h1{
  font-size: 25px;
  text-align: left;
  line-height: 60px;
  font-weight: 600;
  padding: 0px 0 0 0px;
  color: #370923;
  text-transform: capitalize;
  font-family: La Gagliane;
}
.about-heading h1 a{
  color: #550f37;
}
.about-heading p{
  color: #ec0031;
  padding: 0;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
}
.about-content p{
  color: #3d3d3d;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  text-align: justify;
  padding: 0px 0 10px;
}
.about-content p strong{
  color: #000000;
  font-weight: 500;
}
.about-content .ph span{
  width: 95px;
  line-height: 103px;
  height: 95px;
  border-radius: 61px;
  display: block;
  z-index: 9999999999;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-content .ph span:before{
  position: absolute;
  content:"";
  display: block;
  width: 104px;
  height: 104px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #ffffff00;
  border: 1px solid #f47c13;
}
.about-content .ph span .bi {
  fill: #fff;
  height: 54px;
  width: 54px;
}
.about-content .ph{
  color:#000;
  font-size: 57px;
  display: block;
  font-weight: 600;
  position: relative;
  margin: 40px 0 0;
  padding: 0px 0 0 120px;
}



.aboutus-image1{
  padding: 70px 0 0 80px;
  position: relative;
}
.aboutus-image2{
}

.aboutus-imagegod img{}
.godd {
  position:relative;
  z-index:9;
}

.godd .god{
  height: 320px;
}
.godd .cri{
  height: 150px;
  top: -20px;
  left: 0;
  border-radius: 200px;
  right: 0;
  width: 150px;
  z-index: -9;
  position:absolute;
  animation: rotate 15s 
linear infinite;
  margin: 0 auto;
}
/* end about us section */


/* start form section*/


.form-section{
  padding: 60px 0 100px;
  position: relative;
  z-index: 9;
}
.form-section:before{
  content:"";
  position:absolute;
  background:url(images/astrology-bg.jpg) no-repeat;
  height: 100%;
  width:100%;
  top: 20px;
  z-index: -9;
  left:0;
  opacity: 0.5;
  right:0;
}
.form-design1{
  padding: 0px 30px 50px 0px;
  position:relative;
}
.form-design1:after{
  background:linear-gradient(#ff7100, #ffaa02);
  content:"";
  height: 100%;
  width: 4%;
  top:0;
  margin: 0 auto;
  left: 0px;
  z-index: -9;
  right: 0;
  position: absolute;
}
.form-section:after{
  background: linear-gradient(to top, #ff7100, #ffaa02);
  content:"";
  height: 2%;
  width: 75.6%;
  bottom: 80px;
  margin: 0 auto;
  left: auto;
  border-radius: 40px 0 0 40px;
  z-index: -9;
  top: auto;
  right: 0;
  position: absolute;
}
.getin-form {
   padding: 50px 0px 0px;
   background: #370923;
   position:relative;
   z-index: 9;
   border-radius: 40px;
}

.contac-rr {
  padding: 30px 0 0 0;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 7px 20px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 12px 14px 10px 10px;
  font-size: 16px;
  font-weight: 500;
}
textarea.form-control1 {
  height: 110px;
  color: #ffffff;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 44px 0px 0;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.btn-group>.btn{
  background: linear-gradient(#ff7100, #ffaa02);
  padding: 21px 29px 21px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  border:0;
  border-radius: 0 0 40px 40px;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:10px;
  font-size:17px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-heading strong{
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  font-family: La Gagliane;
  text-transform: capitalize;
  display: block;
  background: linear-gradient(#ff7100, #ffaa02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-heading p{
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin: 0;
}

.list ul li{
  list-style: none;
  font-weight: 500;
  margin: 26px 0 25px 3px;
  position: relative;
}
.list ul li a{
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  font-size: 21px;
  text-align: left;
  background: #ff8c01;
  padding: 14px 20px 8px 48px;
  color: #ffffff;
}
.list ul li:before{
  content: "";
  position: absolute;
  left: 8px;
  height: 32px;
  background: url(images/icon.webp) no-repeat;
  top: 11px;
  border-radius: 50%;
  width: 32px;
  animation: rotate 5s linear infinite;
}

  @keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}



.serv1{
  padding: 16px;
}
.serv2 img{
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.whatsapp-number {
  position: absolute;
  right: 110px;
  bottom: -30px;
}
.whatsapp-number img{
  height: 300px;
  animation: pulse 1s infinite 
ease-in-out alternate;
  text-align: center;
  margin: 0 auto;
  display: block;
}
/* end form section */


/* start services section */

.services-section{
  padding: 50px 0 80px;
  overflow: hidden;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
}
.services-heading strong{
  font-size: 60px;
  display: block;
  font-weight: 500;
  position:relative;
  color: #370923;
  text-transform: capitalize;
  font-family: La Gagliane;
}
.services-heading p{
  font-size: 18px;
  padding: 0;
  color: #282828;
  line-height: 29px;
}
.services-heading span{
  font-size: 21px;
  display: inline-block;
  line-height: normal;
  border-radius: 40px;
  padding: 13px 22px 10px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 30px;
  background: linear-gradient(#ff7100, #ffaa02);
}

.services-1{
  margin: 90px 0 0 0;
  background: #370923;
  border-radius: 30px;
  position: relative;
  padding: 30px 60px 0 60px;
}
.services-1:after{
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  background: url(images/home-srv-icon-before.jpg) no-repeat;
  top: -40px;
  left: auto;
  z-index: revert-layer;
  border-radius: 50%;
  right: -40px;
  animation: rotate 15s linear infinite;
}
.services-1:before{
  content:"";
  position:absolute;
  background:url(images/astrology-bg.jpg) no-repeat;
  height: 100%;
  width:100%;
  top: 0;
  z-index: -9;
  left:0;
  background-position: center;
  border-radius: 20px;
  opacity: 7%;
  right:0;
} 
.services-text a{
  display:flex;
  margin: 0 0 20px;
  align-items:center;
} 
.services-text a em{
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  color: #fff;
  display: block;
  padding: 7px 21px 5px;
  font-size: 19px;
  text-transform: capitalize;
  font-style: normal;
  border-radius: 50px;
  margin: 0 20px 0 0px;
}
.services-text  a i{
  width: 40px;
  height: 40px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}
.services-text  a i .bi{fill:#fff;height: 25px;width: 25px;}
.services-text  a i:before{
  position: absolute;
  content:"";
  display: block;
  width: 51px;
  height: 51px;
  border-radius: 47px;
  z-index: -9;
  animation: pulse 1s infinite ease-in-out alternate;
  background-image: transparent;
  border: 1px solid #f78013;
}
.services-1 .services-text strong{
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
  padding: 0px 0 0 0px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: La Gagliane;
  display: block;
}
.services-text span{
  font-size:18px;
  line-height: 60px;
  font-weight: 500;
  margin: -10px 0 0;
  padding: 0px 0 30px 0px;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  font-family: La Gagliane;
}
.services-content p{
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  padding: 0 0 0 40px;
}

.services-image img{
  height: 210px;
  border-radius: 30px 30px 0 0;
  display: block;
  margin: 10px 0  -30px auto;
  z-index: 9;
  position: relative;
}
/* end services section */


/* start choose section */

.choose{
  padding: 120px 0 40px;
  position:relative;
}
.qus{
  left: 130px;
  font-family: auto;
  font-size: 31rem;
  position: absolute;
  background: linear-gradient(#ff7100, #ffaa02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -160px;
  opacity: 0.3;
  animation: pulse 1s infinite 
ease-in-out alternate;
}
.choose .services-heading p {
  line-height: 36px;
  margin: 20px 0  0;
  font-size: 18px;
}
.choose-left1:before{
  height: 800px;
  background:#370923;
  width:500px;
  content:"";
  position:absolute;
  border-radius: 0 60rem  60rem 0;
  top: 40px;
  left: -120px;
}
.choose-left1{
  padding:0 40px 0 0;
  position: relative;
}


.choose-design{
  position: relative;
  margin: 0;
  padding: 0px 0px 0;
}
.choose-cricle{
  height: 270px;
  width: 270px;
  border: 40px solid #601929;
  border-radius: 50%;
  position: absolute;
  z-index: -9;
  left: 40px;
  top: 24px;
}

.choose-text{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  border-radius: 220px;
  padding: 35px 60px 45px 30px;
  background: #fff;
  box-shadow: 0 0 9px #c9c9c98f;
}
.image-client{
  width: 20%;
  position: relative;
  z-index: 9;
}
.image-client img{
  border-radius: 50%;
  border: 6px solid #ff9300;
  margin: 0 0 0 0px;
  height: 100px;
  padding: 3px;
}

.text-client{
  width: 80%;
  text-align: right;
  padding: 0px 0px 0px 0;
  position: relative;
}
.text-client b{
  display:block;
}
.text-client b strong{
  font-size: 26px;
  display: inline-block;
  line-height: normal;
  padding: 0;
  text-transform: capitalize;
  color: #7a0112;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(#ff7100, #ffaa02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-client p{
  color: #484848;
  padding: 8px 0 0 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.image-client span{
  display: block;
  color: #ffab00;
  background: #3709238c;
  height: 90px;
  z-index: 9;
  text-align: center;
  line-height: 90px;
  border-radius: 60%;
  width: 90px;
  position: relative;
  margin: 3px -5px 0 17px;
}
.image-client:before{
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    background: url(images/home-srv-icon-before.webp) no-repeat;
    top: -10px;
    left: 0;
    z-index: -9;
    border-radius: 50%;
    right: auto;
    animation: rotate 15s 
linear infinite;
}
.image-client span svg{
  height: 70px;
  width: 70px;
  fill: #fff;
}
.text-client i{
  display:block;
  text-align:left;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.text-client i .bi{
  color: #ff9c12;
  margin: 0 3px;
  height: 50px;
  width: 50px;
}

.choose-right1{
  padding: 10px 0 0;
}
.choose-right2{
}
.banner-solution{
  padding:10px;
}
.number-design a{
  background: linear-gradient(#ff7100, #ffaa02);
  padding: 20px 20px 20px;
  border-radius: 20px;
  margin: 0 0 40px 0;
  display: block;
}
.number-design a span{
  font-size: 42px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.number-design a p{
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.banner-solution img{
  border-radius:50px;
}
/* end choose section  */

/* start faq section*/

.faq-left1{
  margin: 0% 0 0;
}
.faq-left1 strong{
  font-size: 80px;
  display: block;
  font-weight: 500;
  position: relative;
  text-align: left;
  color: #370923;
  text-transform: capitalize;
  font-family: La Gagliane;
}
.faq-left1 strong:before{
  background: linear-gradient(to right, #ff7100, #ffaa02, #ffffff);
  content: "";
  height: 42%;
  width: 60%;
  bottom: 15px;
  z-index: -9;
  left: -130px;
  right: auto;
  position: absolute;
}
.faq-content{
  position: relative;
  height: 480px;
  width: 480px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.round{
  position: absolute;
  content:'';
  width: 466px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -3px;
  height: 466px;
  animation: rotate 15s linear infinite;
}
.faq-content p{
  color: #3d3d3d;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  padding: 0px 0 10px;
}
.chat{
  position: absolute;
  bottom: -160px;
  z-index: 9999;
}
.chat a img{
  border-radius:1800px;
  margin: 40px 0 0;
  display: block;
  margin: 30px auto 0;
  animation: pulse 1s infinite 
ease-in-out alternate;
  z-index: 9;
  position: relative;
}


.faq-right1{
  padding: 10px;
  border:1px solid;
}
.accordion-item{
  margin:20px 0 0
}
.accordion-button{
  background:linear-gradient(#ff7100, #ffaa02);
  border: 0;
  box-shadow: none;
  margin: 0 0 0px 0;
  color: #ffffff;
}
.accordion-button:not(.collapsed){
  color:#000;
}
.accordion-button:not(.collapsed) b:before{
  animation:rotate 5s 
linear infinite;
}
.accordion-header b{
  font-size: 21px;
  font-weight: 500;
  display: block;
  padding: 0 0 0 50px;
}
.accordion-header b:before{
    content: "";
    position: absolute;
    left: 18px;
    height: 32px;
    background: url(images/icon.webp) no-repeat;
    top: 13px;
    border-radius: 50%;
    width: 32px;
}
.accordion-body p{
  color: #3d3d3d;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
  padding: 0px 0 10px;
}
.accordion-button:focus{
  border:0;
  box-shadow: none;
}
.faq-right{
  margin:30px 0 0 0;
}
/* end faq section*/


/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  overflow: hidden;
  padding: 50px 0 100px;
}

.testimonials:after{
  position: absolute;
  content:'';
  width: 516px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 387px;
  z-index: -9;
  height: 513px;
  background-repeat:no-repeat;
  background-image: url(images/horoscope-img.webp);
  animation: rotate 15s linear infinite;
}
.testimonials .services-heading span{
}
.client{
  margin: 40px 0 0;
}
.testimonials .services-heading p{
}
.testimonials1{
  padding: 20px;
}
.testimonials2{
  padding: 32px 0px 27px;
  position: relative;
  background: #370923;
  border-radius: 30px;
}
.testimonials3{
}
.testimonials3 strong{
  text-align: left;
}
.testimonials3 strong p{font-size: 18px;text-transform: capitalize;color: #d10028;padding: 5px 10px 4px;font-weight: 500;width: fit-content;background: #fff;border-radius: 0 30px 30px 0;}
.testimonials3 strong i{
  color: #fc8a13;
  font-weight: 700;
  display: block;
  padding: 11px 0 0 30px;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
}
.testimonials3 span{
  width: 25%;
}
.testimonials3 span img{
  border: 2px solid;
  border-radius: 4px;
}
.testimonials4 p{
  color: #ffffff;
  padding: 7px 0 0;
  line-height: 33px;
  text-align: left;
  font-size: 18px;
}
.testimonials4 {
  position: relative;
  padding: 0 40px;
}
.testimonials4 span{
  display: block;
  padding: 8px 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: -110px;
  right: 0px;
}
.testimonials4 span .bi{
  height: 100px;
  color: #ffffff73;
  width: 100px;
  opacity: 0.2;
}
.testimonials4 i {
  display: block;
  width: fit-content;
  margin: -10px 0 0 auto;
}
.testimonials4 i svg{
  margin: 0 2px;
  height: 93px;
  width: 166px;
  animation: pulse 1s infinite ease-in-out alternate;
}
/* end testimonials section */

/* start location section*/

.location-section{
  padding:50px 0 0;
  overflow: hidden;
}
.location1{
    padding:10px;
}
.location2{
    text-align: center;
    position: relative;
}
.location2 span{
  position: absolute;
  content:'';
  display: block;
  width: 216px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -24px;
  height: 216px;
  animation: rotate 15s linear infinite;
}
.location2 span img{
  
}
.location2 aside img{
    height: 150px;
    border-radius: 50% 50%;
}
.location2 p{
  font-size: 26px;
  display: inline-block;
  line-height: normal;
  padding: 40px 0 0 0;
  text-transform: capitalize;
  color: #4f263d;
  font-weight: 600;
  margin: 0;
}
/* end location section*/





/* start footer section */

.footer-section{
  padding: 120px 0 0px;
}
.footer-contact{
  
}
.footer-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links ul li{
  color: #fff;
  padding: 8px 29px 8px 41px;
  background: #ffffff;
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 20px 0;
}
.footer-links ul li a{
  color: #000;
}
.footer-links ul li:before{
  content:"";
  position:absolute;
  top: 13px;
  left: 17px;
  width: 15px;
  height: 15px;
  background: #8db0ea;
  border-radius: 50%;
}
.footer-links ul li:after{
  content:"";
  position:absolute;
  top: 14px;
  left: 25px;
  width: 8px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
}
.footer-contact{
  margin: 0px 0 0px;
  background: linear-gradient(#ff7100, #ffaa02);
}
.contact-left1{padding: 10px 10px 0px;}


.contact-left2{
  padding: 0 0 0 0;
}
.contact-left1 a span{
  display: block;
  text-align: center;
  margin: -60px 0 0 0;
}
.contact-left1 a span b{
  display: block;
  z-index: 9;
  height: 190px;
  position: relative;
  width: 190px;
  background: #370923;
  border-radius: 50%;
  border: 4px solid #fff;
  line-height: 181px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto -50px;
}
.contact-left1 a span b svg{
  height: 120px;
  width: 120px;
  margin: 30px 0 0;
  fill: #f98d01;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #7a0112
   }
   to {
      box-shadow: 0 0 0 30px #8db0ea00
   }
}
.contact-left1 a span img{
  height: 44px;
}
.contact-left1 a p{
  padding: 0 0 0 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.contact-left1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding: 0;
}
.contact-left1 a p strong{
  font-weight: 600;
  color: #000000;
  display: block;
  font-size: 24px;
  padding: 3px 0px;
  width: fit-content;
  margin: 0px auto 0;
}
/* end footer section */

/* start copy section */

.copy-section{
  background: #370923;
  padding: 30px 0px 30px;
  position:relative;
  z-index:9;
}
.copy-section:before{
  background:url(images/bg-image.webp) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 0.1;
  left: 0;
  top: 0;
}
.disclaimer b{
  display:block;
  color: #fbc22c;
  font-weight: 500;
}
.disclaimer strong{
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
  padding: 4px 0 0;
  display: block;
}
.disclaimer p{
  padding: 27px 0 0 0;
  font-weight: 600;
  margin: 30px 0 0;
  color: #ffffff;
  font-size: 15px;
  border-top: 5px solid #ff8801;
}
.map-section iframe{
  vertical-align: bottom;
  height: 300px;
}
.nav-footer{
  width: 80%;
  left:0;
  right:0;
  margin:0 auto;
  position: absolute;
  bottom: 0px;
  top: auto;
  border: 6px solid #ff8c01;
  border-bottom: 0;
}
/* end copy section*/


/* start bread crumb section  */

.breadcrumb-section{
  position:relative;
  background: #370923;
  padding: 70px 0 50px;
}
.first-item {
  font-size: 35px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.first-item a {
  color: #ffffff;
  display: block;
  font-family: La Gagliane;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  width: 55px;
  height: 55px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 9999999999;
  justify-content: center;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  left: auto;
  bottom: 0px;
}
.breadcrumb-section .last-item:before{
  position: absolute;
  content:"";
  display: block;
  width: 64px;
  height: 64px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #ffffff00;
  border: 1px solid #f47c13;
}
.breadcrumb-section .last-item .bi {
  fill: #fff;
  height: 34px;
  width: 33px;
}
/* end bread crumb section  */

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

.maincontent-right1{
  padding: 0 20px 0 0px;
}
.aboutus-pageleft1{
  padding: 0 0px 0 40px;
}
.maincontent-left1{
  padding: 0 40px 0 0px;
}
.about-chat{
}
.about-chat img{
  border-radius:200px;
  animation: pulse 1s infinite 
ease-in-out alternate;
}
.about-content  ul{
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}
.about-content  ul li{
  font-size: 17px;
  font-weight: 400;
  padding: 5px 22px 4px 28px;
  position: relative;
  border: 1px solid #ff8d01;
  display: inline-block;
  color: #000;
  margin: 0px 5px 10px;
  border-radius: 40px;
}
.about-content  ul li:after{
  height: 12px;
  width: 12px;
  content:"";
  left: 9px;
  top: 11px;
  position: absolute;
  background: #ff8400;
  border-radius: 50%;
}
.about-content h2,h3,h4,h5,h6{
  border-radius: 49px;
  line-height: 33px;
  border: 4px solid #370923;
  outline: 2px solid #ff8f01;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 20px 1px 20px;
  margin: 0px 0 20px;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
  background: linear-gradient(#ff7100, #ffaa02);
}
.about-content h2,h3,h4,h5,h6,strong{
  color: #ffffff;
  font-weight: 600;
}
.about-content em{
  font-size: 22px;
  color: #ff7800;
  font-weight: 600;
  border-bottom: 2px solid #ff7800;
  margin: 11px 0 18px;
  display: block;
  width: fit-content;
}
.sep-text{
  background: #370923;
  padding: 30px 30px 20px;
  border-radius: 30px;
}
.sep-text  p{
  color: #fff;
}
/* =============================
     END ABOUT US SECTION
=================================*/

/* =============================
     START OUR SERVICES SECTION
=================================*/

.services1{
  padding:10px;
}
.services1 .services-content p{
  padding:0;
}
.services1 .services-1{
  padding: 30px 20px 0 20px;
}
.services-page-1 .services-text strong, .services-text span{
  display:inline-block;
  padding: 0px 0 0 4px;
  font-size: 18px;
}
/* =============================
     END OUR SERVICES SECTION
=================================*/


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


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding:0 30px 0 0;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 25px 10px 25px;
}
.contact-get-2 a{
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  display: block;
  padding: 20px 20px;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  
}
.getin-icon{
  position:relative;
}

.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  width: 55px;
  height: 55px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999999999;
  justify-content: center;
  background: #ffffff;
}
.getin-icon span strong:before{
  position: absolute;
  content:"";
  display: block;
  width: 64px;
  height: 64px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #ffffff00;
  border: 1px solid #ffffff;
}
.getin-icon span strong .bi {
  fill: #370923;
  height: 34px;
  width: 33px;
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 10px 0px 5px;
  border-radius: 50px;
  background: #370923;
}
.getin-content p{
  color: #000000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 11px 0 0px;
  font-size: 17px;
  font-weight: 700;
}
.chatting-banner a{
  color: #fff;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 48px;
  background: #2ebe41;
  margin: 0 auto;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/

/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 
.error-page a{
  padding: 70px 0 0;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.not-found-page p {
  color: #370923;
  display: inline-block;
  font-size: 190px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0px 0;
  text-transform: capitalize;
}
.not-found-page span{
  width: 55px;
  height: 55px;
  border-radius: 61px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999999999;
  justify-content: center;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}
.not-found-page span:before{
  position: absolute;
  content:"";
  display: block;
  width: 64px;
  height: 64px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #ffffff00;
  border: 1px solid #f47c13;
}
.not-found-page span .bi {
  fill: #fff;
  height: 34px;
  width: 33px;
}
.number-1 span{
  font-size: 37px;
  font-weight: 600;
  background: linear-gradient(#ff7100, #ffaa02);
  padding: 8px 8px 3px;
  text-align: center;
  border-radius: 20px;
  display: block;
}


/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 


/* start fixed mobile icons*/

.icon-fixed-mobile{
  /* background-color: #e5e5e5; */
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  display: none;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 8px 12px 9px;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
  margin: -30px auto 0;
}
.contact-icon a{
  display:block;
  color:#fff;
  border-radius: 30px 0px 0px 30px;
  text-align: center;
  height: 50px;
  font-size: 20px;
  line-height: 68px;
  margin: 0 -00px 0 auto;
  width: 120px;
  text-transform: uppercase;
  font-weight: 600;
}
.center-icon a{
  background: #ec000f;
}
.left-icon a{
  background: #00aa00;
  margin: 0px auto 0px -0px;
  border-radius: 0px 30px 30px 0px;
}
.contact-icon a .bi{
   height: 32px;
   margin: 0 0 0px 0;
   width: 32px;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

    50% {
       color:#fff;
    }
    80% {
        color:#ffffff00;
    }

}






@media (max-width: 767px){
  body{text-align: center;}
    .menu li a{padding: 4px 12px 0px;}
  .head-right{display:none;}
  .appointment {display: none !important;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navii{padding:0;}
  .head-center1{text-align:left !important;width: 66%;margin: 24px 0 0;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .tophead-section{padding: 10px 0 50px;}
  .number-design a span {font-size: 58px;}
  .services-1 .services-text strong {font-size: 20px;display: inline-block;}
  .services-1 .services-text span{display: inline-block;padding: 0;}
  .services-content p{padding:0;}
  .services-image img{border-radius: 50%; margin: 0 0 -57px auto; border: 18px solid #fff;}
  .head-left1 a{margin:0 auto;}
  .head-left1 a i em{display:none;}
  .aboutus-2 {padding: 60px 0 0 0;}
  .form-section:after{width: 78.2%;}
  .faq-left1 {margin: 13% 0 0;}
  .aboutus-image1:after{display:none;}
  .aboutus-image1{padding: 0;}
  .about-heading h1{font-size: 23px;}
  .aboutus-section:before{width: 101%;}
  .serv1{padding:10px;}
  .services-1:after{right:0;}
  .chat{bottom: 30px;position: relative;}
  .services-heading strong{font-size: 40px;}
  .menu{margin: 0 auto;}
  .choose-left1{padding:0;}
  .choose-text{padding: 35px 30px 45px 30px;display: block;border-radius: 40px;}
    .round{height: 440px;width: 440px;left: 0;right: 0;opacity: 0.3;margin: 0 auto;}
  .faq-content{height: auto;width: auto;padding: 40px 0;}
  .contact-left1 a span{margin:0;}
  .contact-left1:nth-child(3){margin: 61px 0  0;}
  .nav-footer .menu li a{padding: 4px 6px 0px;margin: 10px 0 0;}
  .nav-footer  .menu li{padding: 0px 6px;}
  .nav-footer{width: 90%;}
  .testimonials1{padding:10px 0;}
  .image-client{width:100%;margin: 0 auto;}
  .text-client{width:100%;margin: 30px 0 0;text-align: center;}
  .image-client span{margin:0 auto;}
  .image-client:before{left:0;right:0;margin: 0 auto;}
  .form-design1{padding:0;}
  .form-section {padding: 60px 0 100px;}
  .services-1{padding: 30px 20px 0 20px;}
  .accordion-header b {font-size: 18px;padding: 0 0 0 39px;}
  .choose{overflow:hidden;padding: 70px 0 40px;}
  .aboutus-pageleft1{padding:20px 0 0 0;}
  .maincontent-right1{padding:0;text-align: center;}
  .maincontent-left1{padding:0;}
  .numb{display:none;}
  .not-found-page p{font-size: 160px;}
  .testimonials4{padding:0 20px;}
  .testimonials{padding: 50px 0 0px;}
  .testimonials .services-heading{text-align:center !Important;}
  .whatsapp-number{position:relative;margin:0 auto;right:0;left:0;}
  .form-section:after{display:none;}
  .first-item{line-height: 40px;font-size: 23px;}
  .breadcrumb-section .last-item{position:relative;left:0;margin:10px 0 0 ;}
  .location2 p{font-size: 21px;}
  .icon-fixed-mobile{display:block;}
  .location1{width:50%;}
  .godd{width:50%;}
  .pt{width:100%;}
  .godd .god{height: auto;}
  .about-content .ph{font-size: 49px;}
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu li a{padding: 4px 12px 0px;}
  .head-right{display:none;}
  .appointment {display: none !important;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navii{padding:0;}
  .head-center1{text-align:left !important;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .tophead-section{padding: 30px 0 60px;}
  .number-design a span {font-size: 68px;}
  .services-text strong {font-size: 20px;display: inline-block;}
  .services-text span{display: inline-block;padding: 0;}
  .services-content p{padding:0;}
  .services-image img{border-radius: 50%; margin: 0 0 -57px auto; border: 18px solid #fff;}
  .head-left1 a{margin:0 auto;}
  .head-left1 a i em{display:none;}
  .aboutus-2 { padding: 100px 0 0 0;}
  .form-section:after{display:none;}
  .faq-left1 {margin: 13% 0 0;}
  .aboutus-image1:after{display:none;}
  .aboutus-image1{padding:30px 0 0;}
  .about-heading h1{font-size: 23px;}
  .aboutus-section:before{width: 101%;}
  .serv1{padding:10px;}
  .services-1:after{right:0;}
  .chat{bottom: 30px;position: relative;}
  .services-heading strong{font-size: 48px;}
  .menu{margin: 0 auto;}
  .choose-left1{padding:0;}
  .choose-text{padding: 35px 30px 45px 30px;}
 .choose{overflow:hidden;}
  .aboutus-pageleft1{padding:20px 0 0 0;}
  .maincontent-right1{padding:0;text-align: center;}
  .maincontent-left1{padding:0;}
  .about-chat{text-align:center;margin:0 0 30px;}
  .numb{display:none;}
  .whatsapp-number{position:relative;margin:0 auto;right:0;left:0;}
  .location1{width:50%;}
  .godd{width:50%;}
  .godd .god{height: auto;}



  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li a{padding: 4px 11px 0px;}
  .number-design a span {font-size: 36px;}
  .services-text strong {font-size: 18px;}
  .aboutus-2 { padding: 100px 0 0 0;}
  .form-section:after{width: 78.2%;}
  .faq-left1 {margin: 0% 0 0;}
  .round{height: 440px;width: 440px;left: 0;right: 0;margin: 0 auto;}
  .faq-content{height:480px;width: 480px;}
  .about-heading h1{font-size: 23px;}
  .aboutus-section:before{width: 57%;}
  .serv1{padding:10px;}
  .services-1:after{right:0;}
  .chat{bottom: 30px;position: relative;}
  .chat img{height:100px;}
  .nav-footer{width:90%;}
  .appoint aside{padding: 11px 18px 5px;font-size: 19px;}
  .services-1{padding: 30px 20px 0 20px;}
  .number-1 span{font-size: 28px;}
  .about-content .ph{font-size: 45px;margin: 30px 0 0;}

}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .menu li a{padding: 4px 12px 0px;}
  .number-design a span {font-size: 43px;}
  .services-text strong {font-size: 20px;}
  .aboutus-2 { padding: 100px 0 0 0;}
  .form-section:after{width: 79.8%;}
  .faq-left1 {margin: 0% 0 0;}
  .round{height: 440px;width: 440px;left: 0;right: 0;margin: 0 auto;}
  .faq-content{height:480px;width: 480px;}
  .number-1 span{ font-size: 34px;}
    .about-content .ph{font-size: 56px;}

  

}

@media (max-width: 575px) and (min-width: 0px) {
  .faq-left1 strong{font-size: 50px;}
  .number-design a span {font-size: 35px;}
  .qus{left: 30px;}
  .services-heading strong{font-size: 24px;}
  .testimonials .services-heading strong{font-size: 32px;}
  .choose .services-heading strong{font-size: 43px;}
  .head-left1 a i{font-size: 26px;}
  .navbar-toggler{margin: -120px 0 0 auto;}
  .about-heading h1{font-size: 20px;line-height: 45px;}
  .first-item{line-height: 55px;font-size: 21px;}
  .breadcrumb-section {padding: 40px 0 40px;}
  .location2 span{height: 196px;width: 196px;}
  .location2 aside img{height: 130px;}
  .location1{width:50%;}
  .location2 p{font-size: 18px;}
    .about-content .ph span{position: relative;margin: 0 auto;left: 0;right: 0;width: 75px;line-height: 85px;height: 75px;}
  .about-content .ph{padding: 0px 0 0 0px;}
  .about-content .ph span:before{width: 84px;height: 84px;}
  .about-content .ph span .bi{ height: 44px;width: 44px;}
  
}
@media (max-width: 420px) and (min-width: 0px) {
  .choose-text{padding: 25px 10px 25px 10px;display: block;border-radius: 40px;margin: 20px 0 0;}
  .round{height: 290px;width: 290px;opacity: 0.5;left: 0;right: 0;margin: 0 auto;}
  .head-left1 a span:before{width: 51px;height: 51px;}
  .head-left1 a span {width: 39px;height: 39px;}
  .head-left1 a span .bi {width: 23px;height: 23px;}
  .about-content .ph span{position: relative;margin: 0 auto;left: 0;right: 0;width: 75px;line-height: 85px;height: 75px;}
  .about-content .ph{padding: 0px 0 0 0px;font-size: 38px;}
  .about-content .ph span:before{width: 84px;height: 84px;}
  .about-content .ph span .bi{ height: 44px;width: 44px;}
  .godd{width:100%;}
  .pt{width:100%;}

  
  
  .location2 span{height: 136px;top: -17px;width: 136px;}
  .location2 aside img{height: 100px;}
}
















