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

body{
  color: rgb(236, 152, 120);
  font-family: Poppins, sans-serif;
  margin: 0px;
  padding: 0px;
  background: linear-gradient(45deg, rgb(16, 12, 18), rgb(33, 2, 2));
}

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: 93%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}

/* START HEADER SECTION */

/* start top head section  */

.tophead-section{
  padding: 0;
}
.top {
  padding: 10px 0px 0px;
}
.qodef-text-marquee .qodef-m-content {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  color: rgb(255, 255, 255);
  font-weight: 300;
  letter-spacing: 0px;
  position: relative;
  margin: 0px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
}
.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-left var(--qode-marquee-duration, 27s) linear infinite;
  margin: 0px 10px 0px 0px;
}
.qodef-text-marquee [class*="qodef-m-text"] {
  align-items: center;
  display: inline-flex;
}
.qodef-m-text-1 ul li {
  display: inline-block;
  text-transform: capitalize;
  padding: 10px;
}
.qodef-m-text-1 ul li svg {
  height: 27px;
  width: 27px;
  margin: -5px 0px 0px;
}
.topheadcenter2 img {
  width: 70%;0%; */
}
.top-serv1 {
  padding: 0px 10px;
}
.top-serv1 a img {
  width: 80%;
  border-radius: 50%;
}
.top-serv1 a strong {
  text-align: center;
  color: rgb(255, 204, 0);
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 6px 0px 0px;
}
.text-top strong {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
}
.text-top a {
  color: rgb(255, 255, 255);
  font-size: 30px;
  display: block;
  font-weight: 600;
  padding: 10px 0px 0px;
}
.text-top a span svg {
  height: 26px;
  fill: rgb(255, 195, 0);
  width: 26px;
  animation: 1.5s ease-in-out 0s infinite normal none running ring;
}

@keyframes ring {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}
.mobile-top{display: none;}
/* end top head section */


/* start navigation section*/

.navigation {
    padding: 18px 0px 2px;
}
.navbar-toggler-icon {
  position: relative;
  width: 33px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  background-image: none;
  text-align: center;
  transition: transform 0.3s;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
  content: "";
  left: 0px;
  position: absolute;
  width: 33px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: transform 0.3s;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{
  padding: 0;
  border: 0;
  box-shadow: none;
  float: right;
  margin: -170px 10px 0 auto;
}
.navbar-toggler:focus{box-shadow:none;}

.menu {
  justify-content: center;
  width: 100%;
}
.menu li {
  text-transform: capitalize;
  position: relative;
  font-size: 17px;
  z-index: 9;
  padding: 9px 15px;
}

.menu li .active {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
.menu li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: block;
  padding: 9px 17px 9px;
  margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(89, 76, 1);
  border-image: initial;
}
.menu li .active .bi {
  height: 24px;
  width: 24px;
  fill: rgb(248, 204, 2);
}
.nav-link:focus, .nav-link:hover{
  color:#fa4e4e;
}
  
  
/* Cross effect on active toggle */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #1f0304;
    margin: 14px 0 0;
    padding: 0px 0px !important;
    border: 1px solid #332b00;
    border-radius: 20px;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 0px 0px !important;
    display: block !important;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #332b00;
  }
  .dropdown-menu li:last-child{border:0;}
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform: inherit;
  color: #ffffff;
  font-weight: 500;
  border: 0;
  font-size: 15px;
  padding: 12px 18px 12px;
}

.dropdown ul li:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:#00000000;
  color: #fff000;
}

/* end navigation section  */

/* start slider section */

.slider {
  position: relative;
  height: 490px;
  margin: 30px auto 0px;
  /* overflow: hidden; */
}
.slide.active {
  opacity: 1;
  z-index: 1;
}
.slide {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  opacity: 0;
  right: 0px;
  transition: opacity 1s ease-in-out;
  margin: 0px auto;
}
.right-slider1 {
  padding: 0px 60px 0 0;
}
.right-slider1 strong {
  font-size: 53px;
  color: rgb(248, 204, 2);
  font-weight: 600;
}
.right-slider1 span {
  position: absolute;
  font-size: 50px;
  opacity: 0.2;
  bottom: 0px;
  color: rgb(255, 255, 255);
  z-index: -9;
  left: auto;
  right: 60px;
}
.right-slider1 p {
  color: rgb(213, 213, 213);
  font-weight: 400;
  line-height: 27px;
  font-size: 15px;
}
.right-slider1 a {
  text-align: right;
  color: rgb(255, 255, 255);
  font-size: 60px;
  display: block;
  font-weight: 600;
}
.right-slider1 aside {
  color: rgb(0, 0, 0);
  width: fit-content;
  font-weight: 500;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
}
/* end slider section*/


/* END HEADER SECTION  */


/* start other services section */

.otherservices-section {
  position: relative;
  padding: 90px 0px 70px;
}
.otherserv-heading {
  font-size: 55px;
  line-height: 49px;
  color: rgb(248, 204, 2);
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 2px solid rgb(248, 204, 2);
  padding: 10px 0px 10px 10px;
  border-radius: 0px;
  margin: 0px 0px 30px;
}
.other-services1 {
  padding: 10px;
}
.other-services2 {
  text-align: left;
  border-radius: 18px;
  padding: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(69, 54, 9);
  border-image: initial;
}
.other-services2 span {
  display: block;
  box-shadow: rgba(255, 209, 0, 0.08) 1px 2px 14px 6px inset;
  height: 66px;
  width: 69px;
  line-height: 65px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(248, 204, 2, 0.23);
  border-image: initial;
  border-radius: 9px;
}
.other-services2 span svg {
  height: 33px;
  width: 33px;
  fill: rgb(255, 255, 255);
}
.other-services2 strong {
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  font-size: 19px;
  padding: 20px 0px 0px;
}
.other-services2 p {
  color: rgb(205, 205, 205);
  font-weight: 300;
  line-height: 28px;
  font-size: 14px;
  margin: 2px 0px 8px;
}
.other-services2 a {
  color: rgb(248, 204, 2);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  padding: 10px 0px 0px;
}
.line-marquee .qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 98s) linear infinite;
}
.line-marquee span {
  color: rgb(182, 145, 4);
  font-size: 38px;
  text-transform: capitalize;
}
.other-services2 span svg g {
    fill: rgb(255, 255, 255);
}
@keyframes qode-text-marquee-left {
  0% {
      transform: translateX(0)
  }

  100% {
      transform: translateX(-100%)
  }
}

/* end othre services section*/


/* start astrologer info section*/

.astro-info {
  padding: 40px 0px;
}
.astroinfo-left2 {
  text-align: center;
}
.astroinfo-left2 img {
  border-radius: 15px;
}
.line-mahakal p {
  font-size: 19px;
  font-weight: 500;
  line-height: 35px;
  color: rgb(171, 119, 27);
  margin: 30px 0px 0px;
}
.astroinfo-center2 {
  text-align: center;
  padding: 60px 50px 0px;
}
.astroinfo-center2 span {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.astroinfo-center2 i {
  color: rgb(255, 231, 133);
  display: block;
  padding: 36px 0px 14px;
}
.astroinfo-center2 em {
  display: block;
  color: rgb(254, 204, 0);
  padding: 8px 0px 0px;
}
.astroinfo-center2 ul li {
  color: rgb(208, 207, 208);
  position: relative;
  font-size: 15px;
  list-style: none;
  padding: 11px 0px 0px;
}
.astroinfo-center2 ul li .bi {
  fill: rgb(119, 178, 85);
  height: 17px;
  width: 17px;
  margin: 0px 7px 0px 0px;
}
.right-astro {
  padding: 0px;
}
.astroinfo-left2 img {
  border-radius: 15px;
}
.astroinfo-center2 strong {
  font-size: 31px;
  line-height: 45px;
  color: rgb(254, 204, 0);
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 0px 0px;
}
.astroinfo-center2 p {
  font-size: 15px;
  line-height: 30px;
  color: rgb(217, 217, 217);
  padding: 9px 0px 0px;
}
/* end astrologer info section*/


/* start choose us section*/

.choose-section {
  padding: 20px 0px;
}
.choose-left1 {
  padding: 10px;
}
.choose-left2 a {
  display: block;
  position: relative;
  padding: 41px 20px 30px;
  background: rgb(187, 143, 18);
  border-radius: 16px;
  transition: 0.9s ease-in;
}
.choose-left2 a span {
  display: block;
  line-height: 46px;
  text-align: center;
  margin: -7px auto 0px;
  border-radius: 50%;
}
.choose-left2 a span svg {
  height: 68px;
  width: 58px;
}
.choose-left2 a p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: rgb(255, 255, 255);
  position: relative;
  padding: 10px 0px 0px;
  transition: 0.9s ease-in;
}
/* end choose us section*/


/* start top services section */

.topservices-section{
  padding: 80px 0 80px 0;
  position: relative;
}
.text-topservices span {
  font-size: 61px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: rgb(255, 235, 156);
  text-shadow: rgb(252, 199, 0) -1px 4px 5px;
  padding: 10px 0px;
}
.text-topservices strong {
  color: rgb(187, 143, 18);
  line-height: 43px;
  font-size: 21px;
  margin: 0px 0px 40px;
}
.topservices1 {
  padding: 20px;
}
.topservices2 img {
    border-radius: 50px;
}
/* end top services section */

/* start testimonials section  */

.testimonials {
  padding: 50px 0px 100px;
}
.testimonials-heading p {
  width: 16%;
  color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  background: rgb(119, 90, 8);
  margin: 0px auto;
  border-radius: 50px;
  padding: 7px 10px 0px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(19, 10, 14);
  border-image: initial;
  outline: rgb(119, 90, 8) solid 2px;
}
.testimonials-heading strong {
  font-size: 67px;
  color: rgb(255, 255, 255);
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonials-heading span svg {
  width: 200px;
}
.testimonials-heading em {
  display: block;
  background: linear-gradient(90deg, #4285F4 0%, /* Blue */ #EA4335 20%, /* Red */ #FBBC05 40%, /* Yellow */ #34A853 60%, /* Green */ #EA4335 80%, /* Red again */ #4285F4 100% /* Blue again */);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  padding: 10px 0 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.client{
   margin: 0px 0 0;
}
.testimonials1{
  padding: 10px;
  width: 20%;
}
.testimonials2{
  position: relative;
  border-radius: 17px;
  padding: 10px 14px;
  background: center center no-repeat rgb(18, 10, 15);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(69, 54, 9);
  border-image: initial;
  background-position: center center;
}
.testimonials1:nth-child(2) .testimonials2{
  margin: 40px 0px 0 0;
}
.testimonials1:nth-child(3) .testimonials2{
  margin: 90px 0 0 0;
}
.testimonials1:nth-child(4) .testimonials2{
  margin: 40px 0 0 0;
}

.testimonials3 p {
  color: rgb(225, 225, 225);
  line-height: 29px;
  font-size: 13px;
  padding: 9px 0px 0px;
}

.testimonials4 strong{
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: rgb(255, 255, 255);
  padding: 2px 14px 1px;
  margin: 10px 0px 0px;
  background: rgb(119, 90, 8);
  border-radius: 30px;
}

/* end testimonials section  */

/* start bottom services sectuion */

.bottomservices-section{
  padding: 70px 0 100px 0;
  position:relative;
  z-index: 9;
}
.bottomservices-section:before{
  position: absolute;
  content:"";
  width:100%;
  top: 0;
  left: 0;
  height:100%;
  background-position: 0 0, 0 20px, 20px -20px, -60px 0px;
  border-radius: 30px;
  z-index: -9;
  opacity: 13%;
  background-size: 40px 40px;
}
.bottomservices-left1{padding: 0 40px 0 0px;}
.bottomservices-left2{
}
.bottomservices-heading b{
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  display: block;
  padding: 30px 0 0 0;
  color: #ff0000;
  background: -webkit-linear-gradient(rgb(3 88 31), rgb(5 76 79));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.bottomservices-heading span{
  background: #fffccb;
  border: 1px solid #d9cc00;
  border-radius: 100px;
  text-transform: capitalize;
  color: #000000;
  font-size: 17px;
  transition: 0.8s ease-in;
  padding: 6px 20px 3px;
  position:relative;
  font-weight: 600;
  display: block;
  width: fit-content;
  z-index:9;
}
.bottomservices-heading span:before{
  content: "";
  position: absolute;
  right: -9px;
  bottom: -9px;
  border-radius: inherit;
  opacity: 0.5;
  transition: 0.4s ease-in;
  height: 100%;
  width: 100%;
  background-color: #d9cc00;
  z-index: -9;
}
.bottomservices-heading p{
  color: #222;
  font-size: 17px;
  padding: 7px 0 0;
  font-weight: 500;
  line-height: 30px;
}
.bottomservices-heading i{
  font-size: 27px;
  font-style: normal;
  color: #d70000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 40px  0 0px;
  display: block;
}
.bottomservices-heading aside{
  position: relative;
}
.bottomservices-heading em{
  position: relative;
}
.bottomservices-heading aside strong{
  display: block;
  left: 0;
  position: absolute;
  top: 7px;
}
.bottomservices-heading aside strong svg{
  height: 30px;
  width: 30px;
  fill: #e10000;
}
.bottomservices-heading aside em{
  color: #000;
  font-weight: 700;
  padding: 0 0 0 50px;
  font-style: normal;
  font-size: 39px;
  text-align: left;
}
.bottomservices-heading aside em small{
    display: block;
    color: #0a6c59;
    font-size: 19px;
    font-style: normal;
    margin: -3px 0 0 2px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

.bottomservices-right1{padding: 0 0px 0 0px;}
.bottomservices-right2{
}
.bottom-services3{
  padding: 30px 10px 0 10px; 0;
}
.list-services{
  padding: 20px;
  background: #4b3207;
  box-shadow: 0 0 5.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.list-services ul{
  padding: 0 20px  0 0;
  margin: 0;
  list-style: none;
  border-right:0;
  overflow: visible;
  height: 170px;
  overflow-x: hidden;
}

.list-services ul li{
  padding: 5px 0px 5px 23px;
  border-bottom: 1px solid #5d4010;
  margin: 3px 0;
  text-transform: capitalize;
  color: #fff;
  line-height: 26px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  position: relative;
}
.list-services ul li:last-child{border:0;}
.list-services ul li a{
  color: #ffffff;
  display: block;
}
.list-services ul li:hover a{
  color: #fdcd78;
}
.list-services ul li:before{
  position: absolute;
  color: #fbbe53;
  top: 2px;
  left: 0px;
  font-size: 18px;
  content: "\2560";
  font-family: 'Glyphicons Halflings';
}
.list-services ul::-webkit-scrollbar {
    width: 2px;
}

.list-services ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 100px #18070a;
  border-radius: 0;
}

.list-services ul::-webkit-scrollbar-thumb {
    background: #a07d41;
    height: 20px;
    border-radius: 0 0 10px 10px
}

.call-bottom{
  width:fit-content;
  margin:30px auto 0;
  background: #121327;
  padding: 14px 40px;
}
.call-bottom span svg{
  height: 34px;
  width: 34px;
  fill: #fc6b61;
  margin: -15px 0 0;
}
.call-bottom span svg path{
    color: #f74c4a;
}
.call-bottom i{
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
/* end  bottom services  sectuion*/


/* start footer section */

.footer{
  position: relative;
  z-index: 9;
  padding: 50px 0px 40px;
}
.footer-about1 {
  padding: 0 50px 0 0px;
}
.footer-center2 {
  padding: 0 0 0px 0;
}
.footer-heading a {
  position: relative;
}
.footer-heading strong {
  font-size: 27px;
  text-transform: uppercase;
  color: rgb(247, 192, 40);
  font-weight: 600;
  width: fit-content;
  border-bottom: 1px solid rgb(247, 192, 40);
}
.text-centent p {
  color: rgb(195, 195, 195);
  line-height: 27px;
  font-size: 14px;
  padding: 0px;
}
.contact-services {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #f9f9f91f;
}
.contact-astro strong {
  font-size: 24px;
  text-transform: uppercase;
  color: rgb(253, 200, 0);
  font-weight: 600;
  margin: 0px 0px 7px;
}
.footer-contact {
  padding: 0px 0 0px 0px;
}
.footer-contact ul li {
  padding: 9px 0px;
  list-style: none;
}
.footer-contact li span {
  text-transform: capitalize;
  text-align: left;
  display: block;
  position: absolute;
  color: rgb(255, 201, 0);
  border-radius: 20%;
}
.footer-contact li span svg {
  fill: rgb(119, 90, 8);
  height: 26px;
  width: 26px;
}
.footer-contact li i {
  color: #ffffff;
  font-size: 19px;
  font-style: normal;
  padding: 0 0 0 30px;
  display: inline-block;
}
.footer-contact li:last-child i {
  padding: 0;
  font-size: 15px;
}
.footer-naigation strong {
  font-size: 22px;
  text-transform: capitalize;
  color: rgb(255, 199, 40);
  display: block;
  text-align: left;
  font-weight: 600;
  margin: 0px 0px 7px;
}
.footer-naigation ul li {
  list-style: none;
  color: rgb(119, 178, 85);
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 17px 5px 30px;
}
.footer-naigation ul li::before {
  font-weight: 600;
  position: absolute;
  color: rgb(119, 178, 85);
  top: 4px;
  text-align: center;
  left: 0px;
  font-size: 20px;
  content: "â¤‘";
  line-height: normal;
  font-family: "Glyphicons Halflings";
  border-radius: 50%;
}
.footer-naigation ul li a {
  color: #dfdfdf;
}
.footer-naigation em {
  color: rgb(183, 183, 183);
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
}
.logo-footer em {
  font-size: 41px;
  display: block;
  font-weight: 600;
  color: rgb(255, 235, 156);
  text-shadow: rgb(252, 199, 0) -1px 4px 5px;
}
.logo-footer aside {
  color: rgb(253, 200, 0);
  font-size: 23px;
}
.logo-footer strong {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 10px 0px 0px;
}
.footer-contact li span svg path {
    fill: rgb(255, 199, 40);
}
/* end footer section  */

/* start copy right section */

.copy-section{
  padding: 22px 0px;
  background: radial-gradient(rgb(28, 16, 27), transparent);
  margin: 50px 0px 0px;
  border-radius: 14px;
}

.copy p{
  color: #9b9b9b;
  font-size: 14px;
  text-align: center;
}
.copy p a{
    color: rgb(253, 200, 0);
}
.copy p b{
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  color: rgb(253, 200, 0);
}

/* end copy right section*/


/* start bread crumb section*/

.bread-crumb{
  position:relative;
  border-left: 0;
  border-right: 0;
  padding: 20px 0 10px;
  border-bottom: 1px solid #6c523d;
}
.breadcrumb-section{
  padding: 22px 0 22px;
}
.breadcrumb-section h1{
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumb-section h1 a{
  color: #ffcc00;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}

.breadcrumb-section .home{
  font-size: 13px;
  padding: 0;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  display: block;
  font-weight: 600;
}
/* end bread crumb section  */



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

.aboutus-section{
  padding: 40px 0;
}
.aboutclient-left1{
  padding:0 10px;
}
.topservicesheading h1 {
  color: rgb(252, 207, 0);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 98px;
}
.topservicesheading h1 a {
  color: rgb(253, 200, 0);
}
.topservicesheading p{
  width: 20%;
  color: #000;
  background: linear-gradient(248deg, #f4195b, #fd5f46);
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 8px 10px 0px;
  border: 3px solid #ffffff;
  margin: 0 auto;
  outline: 2px solid #f83c50;
}
.aboutus-left1{
  padding: 10px;
}
.aboutus-left2{
  padding: 20px 20px 0;
  border: 1px solid #ffd789;
  border-bottom:0;
}
.content-design p {
  font-size: 14px;
  line-height: 34px;
  color: rgb(225, 225, 225);
  padding: 4px 0px 8px;
}
.content-design em{
  color:#eb263a;
  font-style: normal;
  padding: 10px 0 0px;
  display: block;
  font-size: 19px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  width: fit-content;
  margin: 0 0 10px 0;
}
.content-design p a{
  color: #ffa4ae;
}
.content-design p strong{
  font-weight: 500;
  color: rgb(255, 200, 0);
}
.content-design ul, ol{
  padding: 0 0 13px;
  margin:0;
  list-style: none;
}
.content-design ul li{
  font-size: 15px;
  color: rgb(215, 214, 215);
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px 0px 0px 5px;
  padding: 11px 20px 10px 40px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(69, 54, 9);
  border-image: initial;
  border-radius: 31px;
}
.content-design ul li::before {
  font-weight: 500;
  position: absolute;
  color: rgb(253, 200, 0);
  top: 9px;
  text-align: center;
  left: 18px;
  font-size: 20px;
  content:"\2903";
  line-height: normal;
  font-family: "Glyphicons Halflings";
  border-radius: 50%;
}
.content-design h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}
.content-design h2, h3, h4, h5, h6 {
  font-size: 16px;
  text-transform: capitalize;
  width: fit-content;
  color: rgb(255, 255, 255);
  padding: 9px 21px;
  margin: 13px 0px 8px;
  background: linear-gradient(87deg, rgb(222, 174, 2), rgba(0, 0, 0, 0));
}
.content-design em {
  color: rgb(228, 112, 0);
  font-style: normal;
  display: block;
  font-size: 19px;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 0px 0px;
  border-bottom: 2px solid;
  margin: 0px 0px 10px;
}
/* ==================================================
       END ABOUT US PAGE CSS 
 ==================================================*/



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

.getintouch{
  padding: 70px 0 60px;
}
.contact-info1{
  padding: 0 30px 0 30px;
}
.contact-info2{
  border: 1px solid #6c523d;
  padding: 20px;
  border-radius: 30px;
}
.getin-left1{
  padding: 0 20px 0 0px;
}
.contac-rr {
  margin: 0;
  padding: 20px 20px 30px;
  border-radius: 20px;
  text-align: left;
  background: #1b0709;
  border: 1px solid #6c523d;
}
.form-group1 {
   padding: 10px 0px;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 400;
  display: block;
  padding: 0 0 4px 0;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #6c523d;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 24px 0px 30px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
  border-radius: 20px;
  color:#ffffff;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(1) invert(1);
  font-size:20px;
}

.btn-group{
  padding: 13px 0 0px 0;
  margin: 0;
  text-align: center;
}
.btn-group>.btn{
  background: #ffcc00;
  padding: 10px 30px 9px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border:0;
  border-radius: 10px;
  transition: 0.8s all ease-in-out;
  left: 0;
  margin: 0 auto;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:0px;
  font-size:15px;
  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;
}
.get-in1{
  padding: 10px 20px;
}
.get-in2{
  padding: 0;
  position: relative;
  text-align: left;
}
.get-in2 a{
  display: block;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
}
.social-media a span{
  display: block;
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  margin: 0 auto;
  border: 0;
}
.social-media a span .bi{
  height: 21px;
  width: 21px;
}
.get-in2 strong{
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0 0;
  display: block;
  color: #eaa142;
}
.get-in2 span{
  display:block;
  width: auto;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

.get-in2 span .bi{
  height: 25px;
  width: 25px;
  fill: #fbe17e;
}
.get-in2 p{
  color: #000;
  font-weight: 500;
  font-size: 13px;
  width: fit-content;
  text-transform: uppercase;
  padding: 7px 10px 3px;
  background: #ffcc00;
}
.social-media{
  border-radius: 17px;
  padding: 20px 20px;
  position: relative;
  background: #ffcc00;
  text-align: center;
}
.social-media p{
  font-size: 15px;
  letter-spacing: 4px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}
.social-media li {
  list-style: none;
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 10px 2px 0 0;
}
.social-media ul li a{
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
  background: #1c0608;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  height: 47px;
  position: relative;
  width: 47px;
  border-radius: 13px;
  line-height: 55px;
}


.info-text a{
  font-size: 23px;
  display: block;
  text-align: center;
  color:#fff;
  line-height: 40px;
  padding: 22px 0 0;
}
.info-text a em{
  display: block;
  text-transform: capitalize;
  color: #ffc800;
  padding: 10px 0 0;
  border-top: 1px solid #fbe17e4a;
  margin: 10px 0 0;
}
.info-text a i{
  display:block;
  font-style:normal;
  font-size:20px;
}

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




/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 
.error-page a{
}
.not-found-page p {
  color: #fd5b48;
  display: inline-block;
  font-size: 190px;
  font-weight: 700;
  margin: 0 -40px 0;
  text-transform: capitalize;
}
.not-found-page svg{
  height: 170px;
  width: 170px;
  margin: -110px 0 0;
  position: relative;
  color: #572c0a;
  z-index: -9;
}

.not-found-page strong {
  padding: 0;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0 0 0;
  display: block;
}
.not-found-page a span{
  background: #0a0816;
  color: #ffffff;
  padding: 13px 32px;
  text-transform: capitalize;
  border-radius:10px;
  display:block;
  font-size: 21px;
  margin: 0px auto 0;
  width:fit-content;
}
/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 



.icon-fixed-mobile {
    position: fixed;
    bottom: 45px;
    z-index: 9;
    margin: 0 auto;
    display: none;
    left: 0;
    right: 0;
    /* background: #d6d6d6; */
}

.astro-name,.chatbox,.image-ast,.image-ast i {
    position: relative
}

.icon-fix {
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.center-icon {
    padding: 0;
    text-align: center
}

.contact-icon {
    color: #fff;
    border-radius: 40px;
    text-align: left;
    display: block;
    width: 50%
}

.contact-icon a {
    display: flex;
    color: #fff;
    text-align: center;
    padding: 6px 30px 10px 20px;
    background: #00000075;
    font-size: 20px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.contact-icon a span {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 38px;
    background: red;
    outline: #ff0000 solid 2px;
    border: 3px solid #200303;
    border-radius: 150px;
    top: 3px;
    position: relative;
    left: 0;
    right: 0px;
    margin: 0 auto;
}
.contact-icon a p{
    padding: 5px 0 0 20px;
    color: #ffffff;
}
.center-icon a {
    margin: 0 auto 0 0;
    border-radius: 0 50px 50px 0;
    display: flex;
}
.left-icon a p {
    padding: 6px 20px 0 0px;
}
.center-icon a span {
}

.left-icon a {
    margin: 0 0 0 auto;
    color: #128213;
    border-radius: 50px 0 0 50px;
    padding: 4px 20px 10px 30px;
}

.astro-chat,.image-ast i {
    display: block;
    margin: 0 auto
}

.left-icon a span {
    margin: 0 auto;
    background: #128213;
    outline: #128213 solid 2px
}

.contact-icon a svg {
    height: 1.5rem;
    margin: 0;
    fill: #ffffff;
    width: 1.5rem;
    animation: .5s linear infinite trin
}

.center-icon a svg path {
    fill: #fff
}


@media (max-width: 767px){ 
  .top-serv1 {width: 16.6667%;padding: 0px 1px;}
  .top-serv1 a strong {font-size: 12px;}
  .mobile-top {display: block;}
  .topheadcenter2 img {width: 31%;display: block;margin: 0px auto 0px 0px;}
  .mobile-services-top {display: none;}
  .right-slider1 strong {font-size: 23px;padding: 10px 0px 0px;}
  .right-slider1 a { font-size: 35px;}
  .right-slider1 aside {font-size: 12px;padding: 6px 9px;}
  .right-slider1 span {font-size: 33px;  bottom: auto;top: 0px;}
  .top-serv1 a img{ width: 70%; }
  .slider{height:700px;}
  .right-slider1{padding:0 20px;}
  .otherserv-heading{font-size: 36px;}
  .astroinfo-center2 {  padding:40px 0px 30px;}
  .topservicesheading h1{font-size: 45px;}
  .aboutus-section{padding: 50px 11px;}
  .testimonials-heading p{width:30%;}
  .testimonials-heading strong{font-size: 51px;}
  .testimonials1{width:50%;}
  .testimonials1:nth-child(5){width:100%;}
  .testimonials1:nth-child(3) .testimonials2 {margin: 0px 0 0 0;}
  .testimonials1:nth-child(2) .testimonials2 {margin: 0px 0px 0 0;}
  .testimonials1:nth-child(4) .testimonials2 {margin: 0px 0 0 0;}
  .contact-services{margin:20px 0 0 ;}
  .testimonials {padding: 50px 0px 50px;}
  .navigation{padding:0;}
  .text-topservices span {font-size: 51px;}
  .text-topservices strong{line-height: 35px;font-size: 17px;}
  .footer-about1{padding:0;}
  .footer-naigation em{font-size:15px;line-height: 28px;}
  .copy-section{margin:0;}
  .contact-info1 { padding: 30px 0px 30px 0px;}
  .breadcrumb-section .home{width:30%;margin: 0 auto;}
  .breadcrumb-section h1{text-align:center;font-size: 50px;}
  .icon-fixed-mobile{display:block;}
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-serv1 {width: 16.6667%;padding: 0px 1px;}
  .mobile-top {display: block;}
  .mobile-services-top {display: none;}
  .right-slider1 strong {font-size: 27px;}
  .right-slider1 a { font-size: 45px;}
  .right-slider1 aside {font-size: 12px;padding: 8px 14px;}
  .right-slider1 span {font-size: 37px;top: -20px;bottom: auto;z-index: 9999999;}
  .topheadcenter2 img {width: 27%;display: block;margin: 0px auto 0px 0px;}
  .navigation { padding:0px 0px 2px;}
  .menu li{ padding: 5px 0px;}
  .menu li a {padding: 5px 12px 5px;}
  .slider{height: 350px;margin: 0;}
  .otherserv-heading {font-size: 43px;}
  .astroinfo-center2 {padding: 60px 18px 0px;}
  .astroinfo-center2 strong {font-size: 21px;line-height: 30px;}
  .topservicesheading h1{font-size: 60px;}
  .footer-about1{padding: 0 0 20px;}
  .breadcrumb-section .home{text-align: center;}
  .breadcrumb-section h1{text-align:center;font-size: 50px;}
  .contact-info1:nth-child(1){padding: 0 30px 0 0px;}
  .contact-info1:nth-child(3){padding: 20px 0px 0 0px;}
  
  
  

} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li { padding: 0px 6px;}
  .menu li a {font-size: 15px;padding: 10px 10px 9px;}
  .right-slider1 strong {font-size: 34px;}
  .top-serv1{padding:0;}
  .right-slider1{padding: 0 40px 0 0px;}
  .topheadcenter1{width: 27%;}
  .topheadleft1{width: 36%;}
  .topheadcenter2 img{width:auto;}
  .other-services2 strong{ font-size: 16px;}
  .astroinfo-center2 {padding: 60px 20px 0px;}
  .topservicesheading h1{font-size:80px;}
  .choose-left2 a p{font-size:14px;}
  .contact-info1:nth-child(1){padding: 0 30px 0 0px;}
  .contact-info1:nth-child(3){padding: 0 0px 0 30px;}
  .social-media ul li a{height: 39px;line-height: 48px;width: 39px;border-radius: 9px;}
  .social-media a span .bi {height: 19px;width: 17px;}
  .footer-about1{padding:0 0 30px 0;}

}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .menu li {padding: 0px 10px;}
  .right-slider1 strong {font-size: 50px;}


}



@media (max-width: 575px) and (min-width: 0px) {
  .right-slider1 p {line-height: 24px;font-size: 13px; }
  .top-serv1 {width: 25%;}
  .top-serv1:nth-child(3), .top-serv1:nth-child(4) {display: none;}
  .navbar-toggler{margin: -150px 0px 0 auto;}
  .topheadcenter2 img {width: 44%;}
  .qodef-text-marquee .qodef-m-content{margin:0;}
  .right-slider1 span{font-size: 23px; top: -30px; right: 10px;}
  .otherservices-section {padding: 50px 0px 70px;}
  .otherserv-heading {font-size: 28px;padding: 0 0 0 7px;line-height: 43px;}
  .astroinfo-center2 strong{font-size: 26px;line-height: 35px;}
  .topservicesheading h1 {font-size: 39px;}
  .topservicesheading{padding:0 0 10px!important;}
  .text-topservices span {font-size: 35px;}
  .testimonials-heading strong {font-size: 32px;}
  .testimonials-heading p{width:50%;}
  .testimonials1{width:100%;}
  .logo-footer em{font-size: 34px;}
  .logo-footer strong{font-size: 27px;}
  .breadcrumb-section h1{text-align:center;font-size: 40px;}



}
@media (max-width: 420px) and (min-width: 0px) {
  .breadcrumb-section h1{text-align:center;font-size: 30px;}
  .slider{height:600px;}
  .navbar-toggler{margin: -140px 0px 0 auto;}


}   




  
  
  
  
  
  
  
  
  
  
