@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

html{
    padding:0 !Important;
    margin:0 !important;
}
body{
  margin:0;
  padding:0;
  color: #2a2d3a;
  font-family: "Fredoka", sans-serif;
}

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%;
}
p{margin:0px;}

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

/*linear-gradient(45deg, #b3552e, #c9754d)*/
/* start top head section */


.tophead-section{
  background: linear-gradient(127deg, #bd6041 40%, #c9754d 52%);
  position:relative;
  z-index: 9;
}
.tophead-section::before{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 100%;
  top:0;
  opacity: 0.3;
  z-index: -9;
  background-image: 
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(white 1px, transparent 1px);
  background-size: 60px 60px, 100px 100px;
  background-position: 0 0, 30px 30px;
}

.logo-left{
  padding:10px 0;
}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;margin: -80px 10px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: center;
  width: 100%;
  padding: 0;
}
.menu li{
  padding: 8px 6px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}

.menu li:last-child:before{
  display:none;
}
.menu li a{
  color:#fff;
  padding: 4px 15px 6px !important;
  margin: 0;
  display: block;
  font-size: 17px;
  border-radius: 32px;
}
.menu li a .badge{
  position: absolute;
  background: #d30000;
  color: #ffffff;
  font-family: monospace;
  top: -6px;
  left: 10px;
  z-index: -9;
  animation:blk 0.8s ease-in infinite;
}
@keyframes blk{
  50%{color:#ffffff00;}
  100%{color:#ff9700;}
}

.navbar-nav .nav-link.active{
  color: #fed243;
  background: #2a2d3a;
}
.nav-link:focus, .nav-link:hover{
  color: #fed243;
  background: #2a2d3a;
}
.dropdown-menu{border:0;padding: 6px 10px 6px;}  
  
/* 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;
}
.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    border-radius: 0;
    width: 243px;
    background: #ffff;
    padding: 10px 10px 10px 10px  !important;
    border: 0;
    box-shadow: 1px 0px 7px 1px #cbcbcb7d;
  }
  .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: 5px 10px !important;
    display: block !important;
  }
  .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:capitalize;
  color: #353535;
  position:relative;
  transition:0.5s ease-in;
  padding: 1px 0px !important;
}
.dropdown ul li a:before{
  content:"";
  position:absolute;
  height:1px;
  width: 0;
  background: linear-gradient(45deg, #c36a47, transparent);
  bottom:0;
  left:0;
  transition:0.5s ease-in;
}
.dropdown ul li:hover a:before{
  width:100%;
}
.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}
.dropdown ul li:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #bd6041;
}
.navigation{
  width: 61.333333%;
}
.chat-astro-top{
  width: 13.6666%;
}
.chat-astro-top a{
  color:#000;
  background: #fff;
  padding: 6px 30px 6px 30px;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 50px;
  position:relative;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}
.chat-astro-top a:before{
  height: 20px;
  width: 20px;
  line-height: 15px;
  border-radius: 0 0px 20px 0;
  background: green;
  display: block;
  animation: blk 1.9s infinite linear;
  position: absolute;
  left: 0px;
  content:"";
  top: 0;
}

@keyframes blk {
    0% {
        opacity: 9;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 9;
    }
}

/* end top head section */

/* start header slide section */

.headerslide-section{
  position: relative;
  overflow: hidden;
  z-index: 99999;
}
.headerslide-section:before{
  background: linear-gradient(to top, #b3552e 60%, #c9754d);
  content:"";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  z-index: -9;
  width: 35%;
}
.headerslide-section:after{
  content:"";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  z-index: -9;
  width: 35%;
  background-image: radial-gradient(white 1px, transparent 1px), radial-gradient(white 1px, transparent 1px);
  background-size: 60px 60px, 100px 100px;
  opacity: 0.3;
  background-position: 0 0, 30px 30px;
}
.astrology-bg img{
  height: 440px;
  position: relative;
  display: block;
  margin: 0 auto;
  animation: rotation 10s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.astrology-bg{
  left: -264px;
  position:absolute;
  top: 30px;
  opacity: 32%;
  z-index: -5;
}
.sun-1{
  position: absolute;
  left: -78px;
  top: 157px;
  z-index: -5;
}
.sun-1  img{
  height: 150px;
}
.header-left1{
  padding: 120px 33px 0 90px;
}
.header-left1 strong{
  font-size: 47px;
  display:block;
  font-weight: 600;
  line-height: 63px;
}
.header-left1 p{
  padding: 9px 0 0;
  font-size: 17px;
  line-height: 29px;
  color: #3c3c3c;
  text-align: justify;
}
.header-left1 a{
  font-size: 19px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 28px 6px;
  background: #ffffff;
  margin: 18px 0 0;
  color: #b3552e;
  box-shadow: 0 0 8px #bbbbbb;
  display: block;
  width: fit-content;
}

.header-right1{
  padding: 10px 0px 40px 0px;
}
.header-right1 ul{padding: 0 40px 0 0px;text-align: right;width: fit-content;margin: 0 0 0 auto;}
.chakar{
  position: absolute;
  left: 18px;
  top: 70px;
  height: 400px;
  width: 400px;
  border-radius: 50%;
}
.chakar img{
  border-radius: 50%;
  animation: rotation  infinite linear;
}
.header-right1 ul li{
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
.header-right1 ul li img{
  height: 110px;
  border-radius: 50%;
}

/* end header slide section */

/* END HEADER SECTION */

/* start top services section */

.topservices-section{
  padding:20px 0;
}

.topservices-left1{
  padding: 10px;
}
.topservices-left2{
}
.topservices-left2 a{
  display: block;
  border: 1px solid #dddddd;
  padding: 31px 20px;
  position: relative;
  background:#fff;
  border-radius: 16px;
  transition:0.9s ease-in;
}
.topservices-left2 a:before{
  content:"";
  position:absolute;
  height:100%;
  width: 0%;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  border-radius: 16px;
  transition:0.9s ease-in;
  background: radial-gradient(#9c3c1d, #c9754d);
}
.topservices-left2 a:hover:before{
  width:100%;
}
.topservices-left2 a span{
  position: absolute;
  height: 45px;
  width: 46px;
  display: block;
  margin: -7px auto 0px;
  line-height: 46px;
  background: radial-gradient(#f4cf65, #f4d16c);
  border-radius: 50%;
  left: 15px;
  text-align: center;
}
.topservices-left2 a span svg{
  height: 28px;
  width: 28px;
}
.topservices-left2 a p{
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 0 47px;
  font-weight: 500;
  color: #474747;
  transition:0.9s ease-in;
  position: relative;
}
.topservices-left2 a p svg{
  height: 20px;
  width: 30px;
  position: absolute;
  right: 0;
  fill: #7f7f7f;
  top: 4px;
}
.topservices-left2 a:hover p{
  color:#fff
}
.topservices-left2 a:hover p svg{
  fill:#fff;
}
/* end top services section */


/* start main services section */

.mainservices-section{
  padding: 60px 0 50px;
}
.services-heading strong{
  font-size: 54px;
  color: #2a2d3a;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.services-heading span{
  display:block;
}
.services-heading span svg{
  height: 60px;
  width: 60px;
  fill: #bd643d;
  animation: flip 2s linear infinite;
}

@keyframes flip {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.services-heading p{
  color: #616161;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 26px;
}
.mainservices-1{
  padding: 10px;
}
.mainservices-2{
  padding: 33px 28px 30px;
  border-radius: 20px;
  /* box-shadow: 0 0 11px 0px #c5c5c5; */
  background: linear-gradient(to top, #b3552e 60%, #c9754d);
}
.mainservices-2 span{
  position: relative;
  height: 86px;
  text-align: center;
  width: 86px;
  line-height: 90px;
  background: #fff;
  border-radius: 50%;
  z-index: 9;
  display: block;
  margin: 0 auto;
}
.mainservices-2 span:before{
  position: absolute;
  content:"";
  background: #eee;
  opacity: 50%;
  height: 100px;
  width: 100px;
  top: -7px;
  left: -7px;
  margin: 0 auto;
  right:0;
  border-radius: 50%;
  z-index: -9;
}
.mainservices-2 span svg{
  height: 50px;
  width: 50px;
  fill: #2a2d3a;
}
.mainservices-2 strong{
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px  0 0 0;
  color: #fff;
  display: block;
}
.mainservices-2 p{
  color: #ffffff;
  line-height: 26px;
  font-size: 15px;
  padding: 2px 0 0;
}
/* end main services section*/


/* start main content section */

.maincontent-section{
  padding: 70px 0 70px;
  position:relative;
}
.topservices-heading img{height: 240px;}
.topservices-heading h1{
  color: #b3552e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 63px;
  position:relative;
}
.topservices-heading h1 i{
  
}
.topservices-heading h1 svg{
  height: 50px;
  width: 50px;
  fill: #bd643d;
  animation: flip 2s linear infinite;
}
.topservices-heading h1 a{color: #2a2d3a;}
.topservices-heading span{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topservices-heading span svg{
  height: 120px;
  width: 120px;
}
.topservices-heading p{
  background: linear-gradient(#b3552e 60%, #c9754d);
  width: fit-content;
  border-radius: 40px;
  padding: 7px 30px 9px;
  color: #fff;
  font-size: 17px;
}
.aboutus-page-left1{
  padding: 20px;
  background: #fff5eb;
}
.main-content p{
  color: #2f2f2f;
  line-height: 34px;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  padding: 10px 0 0;
}
.main-content p a{
  font-weight: 500;
  color: #000000;
}
.main-content p strong a{
  
}
.main-content span{
  color: #f9dd00;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  background: #0c3729;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 28px;
  width: fit-content;
  margin: 20px 0 0 0;
}
.main-content ul{
   margin: 0px 0 0px;
   list-style:none;
   padding: 10px 0px 20px;
   position:relative;
   z-index:9;
}
.main-content ul li{
  line-height: 27px;
  font-weight: 400;
  font-size: 17px;
  padding: 7px 20px 7px 41px;
  border-radius: 30px;
  background: #ffffff;
  color: #252525;
  display: inline-block;
  border: 1px solid #e9973f;
  position:relative;
  margin: 10px 11px 0 0;
}
.main-content ul li:before {
  position: absolute;
  color: #ffffff;
  top: 7px;
  text-align: center;
  left: 8px;
  font-size: 28px;
  line-height: 37px;
  content: "";
  background: linear-gradient(#b3552e 60%, #c9754d);
  font-family: 'Glyphicons Halflings';
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
.main-content ul li:after{
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  box-shadow: 0 0 6px #ffffff;
}
.main-content p strong{
  font-weight: 500;
  color: #000000;
}

.main-content h2,h3,h4,h5,h6{
  position: relative;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  width:fit-content;
  padding: 11px 15px 8px;
  margin: 17px 0 4px;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, #b3552e 25%, transparent 25%, transparent 75%, #b3552e 75%) 0.5;
  border-radius: 9px;
  background: radial-gradient(#00000000, #ffffcd);
  text-transform: capitalize;
  /* box-shadow: 0 0 9px 0px #d9d9d9; */
}
.main-content h2,h3,h4,h5,h6,strong{
  font-weight: 500;
}

.main-content  em{
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #9e0000;
  display: block;
  padding: 0 0 0 11px;
  margin: 20px 0 10px;
  position:relative;
}
.main-content em:before{
  position:absolute;
  content:"";
  background: -webkit-linear-gradient(90deg, #f89808, #bb0000 130%);
  height:100%;
  width: 3px;
  left:0;
  border-radius: 20px;
  top:0;
}
.main-content ol{
   margin: 0px 0 0px;
   list-style:none;
   padding: 10px 0px 10px;
   position:relative;
   z-index:9;
}
.main-content ol li{
  line-height: 27px;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px 7px 20px;
  border-radius: 30px;
  background: linear-gradient(328deg, #f89808, #bb0000 130%);
  color: #ffffff;
  display: inline-block;
  border: 1px solid #e9973f;
  position:relative;
  margin: 10px 5px 0 0;
}
/*end main content section */


/* end our service ssection */

.ourservices-section{
  padding: 0px 0 0;
}
.ourservices{
  padding: 50px 50px  60px;
  position: relative;
  background: #2a2d3a;
  border-radius: 600px 600px 0 0;
  z-index: 9;
}
.ourservices:before{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 100%;
  top:0;
  opacity: 0.3;
  z-index: -9;
  background-image: 
  radial-gradient(white 1px, transparent 1px),
  radial-gradient(white 1px, transparent 1px);
  background-size: 60px 60px, 100px 100px;
  background-position: 0 0, 30px 30px;
}
.ourservices:after{
  content:"";
  position:absolute;
  right: 0px;
  left: auto;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 24%;
  z-index: -9;
  background-image: radial-gradient(#ffffff 1px, transparent 1px), radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 70px 90px, 90px 70px;
  background-position: 0 0, 30px 30px;
}

.ourservices-heading strong{
  width: 60%;
  color:#fff;
  line-height: 64px;
  font-size: 45px;
  display:block;
  text-transform: uppercase;
  margin: 40px auto 50px auto;
  font-weight: 600;
}
.ourservices1{
  padding: 10px;
}
.ourservices2{
  padding: 0 12px 30px;
  position: relative;
  background: linear-gradient(#b3552e 60%, #c9754d);
  border-radius: 25px;
  border: 3px solid;
  outline: 2px solid #ffffff;
}
.ourservices2 span{
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 53px;
  background: #b3552e;
  left: 0;
  right: 0;
  border-radius: 320px;
  margin: -30px auto 0;
  border: 4px solid #2a2d3a;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(235 113 63), inset -0.2em -0.2em 0.2em 0 rgb(127 49 17);
  outline: 3px solid #ffffff;
}
.ourservices2 span svg{
  height: 39px;
  width: 38px;
  fill: #fff;
  animation: flip 2s linear infinite;
}
.ourservices2 strong{
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  padding: 40px 0 11px;
}
.ourservices2 p{
  color: #fff;
  line-height: 24px;
  font-size: 15px;
  padding: 0px 0 10px;
}

.ourservices2 a{
  background: #2a2d3a;
  color: #ffffff;
  display:block;
  font-weight: 400;
  text-shadow: 0 0 6px #e3e3e3;
  font-size: 16px;
  border-radius:50px;
  padding: 9px 10px 14px;
  margin: 20px 0 0;
}
.ourservices2 ul li{
  padding: 0px 0px 0px 17px;
  display:block;
  font-size:16px;
  margin: 11px 0 0;
  text-align: left;
  position: relative;
  color:#fff;
}
.ourservices2 ul li:before{
  content:"";
  height: 7px;
  width: 7px;
  border-radius:20px;
  left: 4px;
  top: 10px;
  position: absolute;
  background: #ffffff;
}
/* end our service section*/


/* start other services section */

.otherservices-section{
  background: linear-gradient(#b3552e 60%, #c9754d);
  padding: 50px 0px 30px;
}
.otherservices-left1{
  padding:0 20px 0 0 ;
}
.otherservices-left1 strong{
   color: #fff0c2;
   font-size: 39px;
   text-transform: capitalize;
   font-weight: 500;
   line-height: 48px;
}
.otherservices-left1 p{
  color:#fff;
  font-size: 17px;
  line-height: 27px;
}
.otherservices-1{
  padding: 10px 10px;
}
.otherservices-2{
   display: block;
   border: 1px solid #c67048;
   padding: 20px 20px 20px;
   position: relative;
   border-radius: 16px;
}
.otherservices-2 strong{
   font-size: 22px;
   color: #fff0c3;
   text-transform: capitalize;
   display: block;
   padding: 15px 0 0px 0;
}
.otherservices-2 p{
   color: #ffffff;
   line-height: 24px;
   font-size: 16px;
   padding: 0;
}
.otherservices-2 span{
  position: relative;
  height: 86px;
  text-align: center;
  width: 86px;
  line-height: 85px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 9;
  /* border: 1px solid; */
  display: block;
  /* margin: 0 auto; */
  /* box-shadow: inset 1px -1px 9px #e5713d; */
}

.otherservices-2 span svg{
  height: 55px;
  width: 55px;
}
/* end other services section*/

/* start testimonials section*/

.testimonials-section{
   padding: 70px 0 50px;
}

.testimonials1{
   padding: 10px;
}
.testimonials2{
}
.testimonials-text{
   background: #2a2d3a;
   position: relative;
   padding: 20px;
   border-radius: 20px;
}
.testimonials-text:before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 25px solid #2a2d3a;
  bottom: -50px;
  left: 30px;
  border-right: 25px solid #00000000;
  border-left: 25px solid #911e1e00;
  border-top: 25px solid #2a2d3a;
  border-bottom: 25px solid #00000000;
}
.testimonials-text p{
   color: #e7e7e7;
   font-size: 15px;
   line-height: 27px;
}
.testimonials-text svg{
  height: 30px;
  width: 81px;
}
.image-testimonials span{
   position: absolute;
   left:0;
   top:0;
}
.image-testimonials span svg{
   height: 50px;
   border-radius: 50%;
   width:50px;
}
.image-testimonials p{
   padding: 0px 0 0 70px;
   color: #b3552e;
   text-transform: capitalize;
   font-weight: 600;
   margin: 16px 0 0;
   font-size: 18px;
}
.image-testimonials p b{
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.testimonials-heading strong{
   color: #2a2d3a;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 18px;
   width: fit-content;
   position:relative;
   padding: 5px 21px;
   border: 1px solid #cfcfcf;
   border-radius: 40px;
}
.testimonials-heading aside{
  font-size: 54px;
  color: #b3552e;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonials-heading strong i{
  font-style:normal;
}
.testimonials-heading strong i:nth-child(1) { color: #4285F4; } 
.testimonials-heading strong i:nth-child(2) { color: #EA4335; } /* o - Red */
.testimonials-heading strong i:nth-child(3) { color: #FBBC05; } /* o - Yellow */
.testimonials-heading strong i:nth-child(4) { color: #4285F4; } /* g - Blue */
.testimonials-heading strong i:nth-child(5) { color: #34A853; } /* l - Green */
.testimonials-heading strong i:nth-child(6) { color: #EA4335; } /* e - Red */

.testimonials-heading span svg{
   height: 30px;
   width: 106px;
   margin: -29px 0 0;
}
.testimonials-heading a{
   position: absolute;
   font-size: 20px;
   display: block;
   padding: 11px 30px;
   border-radius: 7px;
   text-transform: uppercase;
   color: #fff;
   right: 0;
   top: 0;
   font-weight: 600;
   background: linear-gradient(#b3552e 60%, #c9754d);
}
/* end testimonials section*/


/* start bottom services section */

.bottom-services{
  padding: 50px 0 60px;
  position: relative;
  z-index: 9;
  overflow:hidden;
}
@-webkit-keyframes orbit-clock-wise {
  0% { opacity: 0.4; -webkit-transform: rotate(0deg); }
  2% { opacity: 0.8; }
  4% { opacity: 0.2; }
  5% { opacity: 1; }
  100% { opacity: 0.4; -webkit-transform: rotate(360deg); }
}

.bottom-head a{
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 12px 19px;
  letter-spacing: 2px;
  background: #b3552e;
  border-radius: 60px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.bottom-head p{
  font-size: 16px;
  padding: 0px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.serv-bottom{
  
padding: 50px 30px;
  
margin: 30px 0 0;
  
border: 1px dashed #b3552e;
  
border-radius: 30px;
}

.bottom-services1{
    padding: 10px 10px 10px 10px;
}
.bottom-services2{
  border-radius: 30px;
  padding: 35px 18px 45px;
  overflow:hidden;
  background: #ffe9a6;
  position: relative;
  box-shadow: inset 0 0 14px 0px #b3552e;
  z-index: 9;
}

.bottom-services3 strong{
  font-weight:500;
  display: block;
  font-size: 25px;
  color: #000000;
  border-top: 1px solid #563b21;
  padding: 10px 0 0px 0;
  text-transform: capitalize;
  margin: 27px 0 20px 0;
}
.bottom-services3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: scroll;
  height: 188px;
  overflow-x: hidden;
}
.bottom-services3 ul li{
    text-align: left;
    list-style: none;
    padding: 5px 7px 5px 21px;
    color: #dfdfdf;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.bottom-services3 ul li a{
    color: #000000;
    display:block;
    padding: 0 0 0 6px;
}
.bottom-services3 ul li:hover a{
    color: #b3552e;
}
.bottom-services3 li:before{
  position:absolute;
  background: #e6e6e600 30%;
  top: -5px;
  left: 0px;
  color: #7e2f0e;
  font-size: 26px;
  content: "\2055";
  font-family: 'Glyphicons Halflings';
}

.contact-pandit a{
  font-size: 18px;
  margin: 27px 0 5px 0px;
  line-height: 30px;
  padding: 7px 20px;
  font-weight: 500;
  border-radius: 11px;
  z-index: 9;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #ffffff;
  background: #155799;
}
.bottom-services3 ul::-webkit-scrollbar {
 width: 2px;
}
.bottom-services3 ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #f3a484;
 border-radius: 0px;
}
.bottom-services3 ul::-webkit-scrollbar-thumb {
 background: #ffffff;
  height:20px;
 border-radius: 0px 0px 10px 10px;
}  
/* end bottom services section */




/* start footer section */

.footer{
  background: linear-gradient(#b3552e 60%, #c9754d);
  padding: 60px 0 50px;
  position:relative;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 100%;
  top:0;
  opacity: 0.3;
  z-index: -9;
  background-image: 
  radial-gradient(white 1px, transparent 1px),
  radial-gradient(white 1px, transparent 1px);
  background-size: 60px 60px, 100px 100px;
  background-position: 0 0, 30px 30px;
}
.footer:after{
  content:"";
  position:absolute;
  right: 0px;
  left: auto;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 24%;
  z-index: -9;
  background-image: radial-gradient(#ffffff 1px, transparent 1px), radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 70px 90px, 90px 70px;
  background-position: 0 0, 30px 30px;
}

.info-baba span {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px dashed #ffffff;
  display: block;
  text-align: center;
  line-height: 64px;
  margin: 0 auto 20px;
}

.info-baba span svg {
    height: 41px;
    margin: 0;
    fill: #eee;
}
.contact-info1{
  padding: 0 0px 0 0px;
}
.contact-info2 ul li{
  list-style: none;
  padding: 40px 0 0px 00px;
  position: relative;
}
.footer-call1{
  padding:20px;
}
.footer-call2  a{
  display: block;
  padding: 20px 0 20px 68px;
  text-align: left;
  margin: 0px 0 0;
  position: relative;
}
.footer-call2 span{
  display: block;
  line-height: 57px;
  position: absolute;
  text-align: center;
  left: 0;
  height: 60px;
  width: 60px;
  /* border: 1px solid #99421e; */
  border-radius: 50%;
  box-shadow: inset 0px 0px 11px #ffdf88;
  top: 17px;
}
.footer-call2 span svg{
  height: 40px;
  width: 40px;
  fill: #fff;
}
.footer-call2 a strong{
  font-size: 25px;
  display: block;
  padding: 0px 0px 0;
  position: relative;
  color: #ffffff;
  margin: 0;
  text-align: revert-layer;
  font-weight: 500;
}
.footer-call1:nth-child(3) .footer-call2 a strong{
  font-size: 18px;
}
.footer-call2 strong i{
  display: block;
  font-size: 20px;
  color: #ffe9a6;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}
.disclaimer {
  padding: 20px;
  margin: 00 0;
  z-index: 999;
  position: relative;
  border: 1px solid #fff;
  margin: 40px 0 0;
}
.disclaimer b{
  display:block;
  color: #ffffff;
  font-weight: 600;
}
.disclaimer strong{
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  padding: 3px 0 0;
  text-align: center;
  display: block;
}

.copy p{
  font-weight: 400;
  color: #ffffff;
  padding: 25px 0 0px;
  font-size: 14px;
  border-top: 1px solid #853c1d;
}
.info-baba ul li{
  list-style: none;
  position:relative;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
  display: inline-block;
}
.info-baba ul li a{
  color: #fff;
  text-align: left;
  position:relative;
  border-radius: 40px;
  text-transform: capitalize;
  display: block;
  padding: 2px 14px;
  border: 1px solid #eee;
}

.info-baba strong{
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0 50px 50px 0;
}
.info-baba{text-align: center;}
.contact-info2{
}
/* end footer section */

.bread-crumb{
  position:relative;
}
.bread-crumb:before{
  background: linear-gradient(to top, #b3552e 60%, #c9754d);
  content:"";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  z-index: -9;
  width: 35%;
}
.bread-crumb:after{
  content:"";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  z-index: -9;
  width: 35%;
  background-image: radial-gradient(white 1px, transparent 1px), radial-gradient(white 1px, transparent 1px);
  background-size: 60px 60px, 100px 100px;
  opacity: 0.3;
  background-position: 0 0, 30px 30px;
}
.breadcrumb-section{
  padding: 42px 0 42px;
}
.breadcrumb-section h1{
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumb-section h1 a{
  color: #2a2d3a;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}
.breadcrumb-section p{
  padding: 0 0 5px 0;
  color: #bf4a19;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.breadcrumb-section .home{
  padding: 0;
  color: #5b5b5b;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
/* end bread crumb section  */




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

.getintouch{
  padding: 70px 0 30px;
}
.getin-left1{
  padding: 0 0px 0 10px;
}
.get-in1{
  padding: 16px;
}
.get-in2{
  border-radius: 17px;
  border: 1px solid #4b2e0c;
  padding: 0;
  position: relative;
  text-align: center;
}
.get-in2 a{
  display: block;
  color: #c9754d;
  padding: 30px 30px 30px;
}
.social-media a span{
  display: block;
  position: absolute;
  top: 19px;
  color: #e1a04b;
  right: 10px;
  height: auto;
  width: auto;
  border: 0;
}
.social-media a span .bi{
  height: 0.9rem;
  width: 0.9rem;
}
.get-in2 strong{
  font-size: 23px;
  font-weight: 600;
  padding: 4px 0 0;
  display: block;
  color: #000000;
}
.get-in2 span{
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  border-radius: 50%;
}
.get-in2 span .bi{
  height: 40px;
  width: 40px;
}
.get-in2 p{
  color: #c9754d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 0 0;
}
.social-media{
  border-radius: 17px;
  border: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(127deg, #bd6041 40%, #c9754d 52%);
  text-align: center;
}
.social-media li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0px 1px 10px;
}
.social-media ul li a{
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-size: 13px;
  padding: 5px 12px 5px 12px;
  font-weight: 500;
  color: #000000;
  border-radius: 110px;
  background: #ffffff;
}
.timming li{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  list-style: none;
  color: #eaa142;
  padding: 18px 0 0;
}
.timming li  svg{
  height: 1.1rem;
  width: 1.1rem;
  margin: 0 3px 0 0px;
  fill: #eaa142;
}
.timming li p{
  text-transform: capitalize;
  color: #d3d3d3;
  font-weight: 300;
  padding: 4px 0 0;
}
.social-media{
  padding: 20px 20px;
}

.getin-right1{
  padding: 0 10px 0 10px;
}
.getin-right1 iframe{
  border-radius:30px;
}

.contac-rr {
  padding: 40px 20px 40px 20px;
  margin: 0;
  text-align: left;
  background: #2a2d3a;
  border-radius: 20px;
}
.form-group1 {
   padding: 10px 0px;
   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-radius: 50px;
  border: 1px solid #ffffff;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 24px 0px 30px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 140px;
  border-radius: 30px;
  color:#fff;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 13px 0 0px 0;
  margin: 0;
  display: block;
  text-align: right;
}
.btn-group>.btn{
  background: #c6714a;
  padding: 13px 30px;
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 350px;
  transition: 0.8s all ease-in-out;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffecd3;
  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;
}
.form-getin{
  padding: 0 0 0px;
}
/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/


.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}

.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 50px;
  bottom: 15px;
  width: 50px;
  background: #fd0202;
  line-height: 44px;
  border-radius: 20%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
  display: block;
}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a svg{
    height: 37px;
    width: 36px;
    fill: #fff;
}
.end li a span{
  height: 20px;
  width: 20px;
  background: #fd0202;
  line-height: 20px;
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  top: -10px;
  right: 0;
  color: #ffffff;
  position: absolute;
}
/*===================================================
      START ERROR PAGE CSS 
=====================================================*/

.error-section{
  padding: 30px 0 30px;
  position:relative;
  z-index: 5;
  background: #bd6041;
  background-size: 20px 20px;
}

.error-section a{
  display:block;
}
.error-section strong{
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position:relative;
  width: fit-content;
  text-align: left;
  margin: 0 auto 0 0;
  color: white;
  animation: glow 1.5s ease-in-out infinite alternate;
}
/*===================================================
      END ERROR PAGE CSS 
=====================================================*/


@media (max-width: 767px){
  .logo-left{width: 60%;}
  .navigation{width:100%;}
  .chat-astro-top{display: none;}
  .menu li {padding: 4px 0px;}
  .header-left1 strong {font-size: 45px;line-height: 60px;}
  .header-left1 {padding: 0px 15px 20px 15px;}
  .chakar{margin:0 auto;left:0;top: 20px;}
  .header-right1 {padding: 10px 0px 20px 0px;margin: 0 auto;}
  .topservices-heading span svg {height: 80px;width: 80px;}
  .ourservices-heading strong{width: 80%;font-size: 33px;line-height: 50px;margin: 10px auto 30px auto;}
  .otherservices-2 strong {font-size: 18px;}
  .bottom-head a{letter-spacing:0;padding: 12px 9px;font-size: 14px;}
  .info-baba ul li {padding: 5px 10px;font-size: 16px;}
  .footer-call1 {padding: 20px 10px;}
  .topservices-heading img{/* height:100px; */margin: 0 auto;display: block;}
  .topservices-heading span{left: 0;position: relative;}
  .topservices-heading h1{font-size: 45px;}
  .topservices-heading p{border-radius: 10px;padding: 5px 11px 6px;font-size: 13px;}
  .ourservices {padding: 50px 20px 60px;border-radius: 280px 280px 0 0;}
  .testimonials-heading a{position:relative;width:fit-content;margin: 0 0 0 auto;}
  .services-heading strong{font-size: 39px;}
  .serv-bottom {padding: 20px 10px;}
  .bottom-head a svg:last-child{display:none;}
  .info-baba ul li:after{width: 13px;}
  .main-content{padding: 0 10px 0 !important;}
  .main-content p{text-align:left;}
  .mainservices-2 {padding: 33px 18px 30px;}
  .main-content h2, h3, h4, h5, h6 {font-size: 17px;padding: 9px 10px 9px;}
  .maincontent-section{padding-top:0;}
  .mainservices-2 strong{font-size: 19px;}
  .headerslide-section:before{display:none;}
  .headerslide-section:after{display:none;}
  .header-box{ flex-flow: column-reverse;}
  .header-right1 ul li img {height: 90px;}
  .mainservices-1 { padding: 5px;}
  .bread-crumb:before{width:100%;background: #fff;border-bottom: 2px solid #c9754d;}
  .bread-crumb:after{width:100%;}
  .breadcrumb-section {padding: 22px 0 22px;}
  .breadcrumb-section h1{ font-size: 40px;}


  .fix{display:block;}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-left{width: 60%;}
  .navigation{width:100%;}
  .chat-astro-top{display: none;}
  .menu li {padding: 8px 0px;}
  .header-box{}
  .header-left1 {padding: 30px 33px 0 80px;}
  .header-right1 ul{/* transform: rotate(90deg); */padding: 0;/* border: 1px solid; */margin: -80px 40px 0 auto;}
  .header-right1 ul li img{/* transform: rotate(-90deg); */}
  .header-right1 ul li{/* width:50%; */}
  .chakar{margin:0 auto;left:0;top: 20px;}
  .topservices-heading span svg {height: 80px;width: 80px;}
  .ourservices-heading strong{width: 80%;font-size: 43px;}
  .otherservices-2 strong {font-size: 18px;}
  .bottom-head a{letter-spacing:0;}
  .info-baba ul li {padding: 5px 6px 5px 6px;font-size: 15px;}
  .footer-call1 {padding: 20px 10px;}
} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .chat-astro-top a{padding: 7px 13px 3px 20px;font-size: 17px;}
  .menu li a {padding: 4px 12px 2px !important;}
  .header-left1 strong {font-size: 34px;line-height: 50px;}
  .header-left1 {padding: 120px 23px 0 70px;}
  .chakar{height:300px;width:300px;}
  .mainservices-2 strong{font-size: 21px;}
  .ourservices2 strong {font-size: 20px;}
  .otherservices-2 strong {font-size: 18px;}
  .otherservices-left1 strong{font-size: 34px;}
  .otherservices-2 {padding: 17px 15px 16px;}
  .bottom-head a{letter-spacing:0;}
  .info-baba ul li {padding: 0px 0px 0 35px;margin: 6px 0px 0 17px;font-size: 16px;}
  .footer-call1 {padding: 20px 10px;}
  .info-baba ul li{display: inline-block;font-size: 15px;padding: 4px 4px;}
  .info-baba ul li a{padding: 4px 10px 2px;}

}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .header-left1 strong { font-size: 40px;}
  .ourservices2 strong {font-size: 21px;}
  .otherservices-2 strong {font-size: 20px;}


}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
 
}

@media (max-width: 575px) and (min-width: 0px) {
  .info-baba ul li{display: inline-block;font-size: 15px;padding: 4px 4px;}
  .info-baba ul li a{padding: 4px 10px 2px;}
  .footer-call2 span{height:50px;width:50px;line-height: 48px;}
  .icon-fixed-mobile{width:80%;}
  .footer-call2 span svg {height: 30px;width: 30px;}
  .footer-call1{padding:0;}
  .footer-call2 a {padding: 15px 0 7px 58px;}
  .bottom-services1 {padding: 10px 0px 10px 0px;}
  .services-heading strong{font-size: 24px;}
  .otherservices-left1 strong{font-size: 32px;}
  .ourservices1{padding:30px 0;}
  .ourservices-heading strong {width: 90%;font-size: 24px;line-height: 33px;margin: 10px auto 30px auto;}
  .main-content ul li{display:block;line-height: 19px;padding: 7px 11px 7px 35px;margin: 10px 0px 0 0;font-size: 15px;}
  .topservices-heading h1{font-size:30px;}
  .header-left1 strong {font-size: 24px;line-height: 36px;}
  .sun-1 img{opacity: 35%;}
  .header-left1 p{text-align: left;font-size: 16px;}
  .chakar{height: 300px;width: 300px;margin:0 auto;left: 0;right: 0;position: relative;}
  .header-right1 ul li img{height: 89px;}
  .get-in1{padding:10px 0;}
  .breadcrumb-section h1{font-size:30px;}
  .topservices-left1{width:50%;padding: 5px;}
  .topservices-left2 a span{position: relative;left: 0;right: 0;margin: 0 auto;}
    .topservices-left2 a p{padding: 0px 0 0;font-size: 18px;margin: 10px 0 0;}
  .topservices-left2 a p svg{height: 15px;width: 25px;}
  .topservices-left2 a {padding: 16px 10px 10px;}
   .main-content ul li:after{ height: 7px;width: 7px;top: 13px;left: 14px;}
  .testimonials-heading aside{font-size: 28px;}
  .testimonials-heading span svg{margin:0 0 0 }
  .header-right1 ul{padding: 0;width: auto;margin: 30px 0 0 0;text-align: center;}
  .header-right1 ul li {margin: 2px 0;display: inline-block;}
   .footer-call2 strong i{font-size: 16px;}
  .copy p{margin:20px 0 0 0;}
  
}
@media (max-width: 420px) and (min-width: 0px) {
   .topservices-left2 a p{padding: 0px 0 0;font-size: 13px;font-weight: 700;margin: 10px 0 0;}
  .topservices-left2 a p svg{height: 9px;width: 17px;}
  .main-content ul li:before{height: 19px; width: 19px;}
  .main-content ul li:after{ height: 7px;width: 7px;top: 13px;left: 14px;}
  .logo-left{width:70%;}
  .header-right1 ul li img{height: 70px;}
  .chakar{height: 270px;width: 270px;}



}   




  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
