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

body{
  margin:0;
  padding:0;
  color: #850502;
  font-family: "Outfit", sans-serif;
  position: relative;
  user-select: none;
}

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: 90%;
}
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 head section */

.head-section{
  padding: 28px 0 0;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #d8987c, rgb(241 135 118));
  border-image-slice: 1;
}
.head-left1{
}
.head-logo{
}
.head-logo a em{
  display:block;
  position: absolute;
  left: 0;
  font-style: normal;
  top: -5px;
}
.head-logo a em i{
  display:block;
  height: 23px;
  border-radius: 40px;
  width: 23px;
  background: #ff950d;
  font-style: normal;
  filter: blur(2px);
  position: relative;
  top: -3px;
  z-index: 9;
  left: 7px;
}
.head-logo a em aside{
  height: 33px;
  position: absolute;
  width: 32px;
  top: -8px;
  /* display: none; */
  left: 2px;
  right: 0;
}
.head-logo a em aside:before{
  font-weight: 500;
  position: absolute;
  color: #ff950d;
  top: -12px;
  text-align: center;
  left: -5px;
  font-size: 48px;
  z-index: -9;
  content: "\2737";
  line-height: normal;
  animation: rotated 20s infinite linear;
  font-family: 'Glyphicons Halflings';
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.head-logo a em svg{height: 90px;width: 91px;margin: -21px 0 0  -27px;position: relative;z-index: 9;}
.head-logo a span{
  padding: 7px 0 0 50px;
  display:block;
}
.head-logo a span strong{
  display:block;
  font-size: 37px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: normal;
  margin: -12px 0 0 0;
  color: #850502;
}
.head-logo a span  p{
  font-size: 14px;
  margin: -6px 0 0 0;
}
.head-logo a span small{
  display:block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  width: fit-content;
  padding: 2px 18px 2px;
  line-height: normal;
  color: #ffffff;
  background: #4d573c;
  border-radius: 30px;
}
.contacttop-astro a{
  background:#ffffff;
  border-radius: 50px;
  padding: 8px 44px 6px 30px;
  border: 1px solid #dddddd;
  width: fit-content;
}
.contacttop-astro a:before {
    box-shadow: 0 0 0 rgba(255,255,255,.4);
    animation: pulso 2s infinite;
    transition: .5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #529a01;
    position: absolute;
    right: 15px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto
}

@keyframes pulso {
    0%{
      box-shadow: 0 0 0 0 rgb(82 154 1 / 6%)
    }

    70% {
      box-shadow: 0 0 0 10px rgb(82 154 1 / 14%)
    }

    100% {
       box-shadow: 0 0 0 0 rgb(82 154 1 / 18%)
    }
}
.contacttop-astro a span{
  position:absolute;
  line-height: normal;
  left: 15px;
  top: 13px;
}
.contacttop-astro a span svg{
  height: 45px;
  fill: #ec4c61;
  width: 45px;
}
.contacttop-astro a p{
  padding: 0 30px 0 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  color: #4d573c;
}
.contacttop-astro a p i{
  display:block;
  text-transform: uppercase;
  color: #000000;
  font-size: 23px;
  margin: -6px 0 0;
  font-style: normal;
  font-weight: 700;
}
.horoscope-top ul li{
  padding: 8px 17px 3px;
  margin: 0 0px 0 8px;
  text-align: center;
  position: relative;
  display: inline-block;
  list-style: none;
  color: #000;
  font-size: 15px;
}
.horoscope-top ul li:nth-child(1){border:0;padding: 0;margin: 0 0px 0 0px;}
.horoscope-top ul li a{
  display:block;
  position: relative;
  padding: 0 0 0 40px;
}
.horoscope-top ul li a strong{
  display: block;
  left: 2px;
  position: absolute;
  top: 13px;
}
.horoscope-top ul li a strong svg{
  height: 30px;
  width: 30px;
  fill: #717171;
}
.horoscope-top ul li a aside{
  color: #000;
  font-weight: 700;
  font-size: 25.1px;
  text-align: left;
  animation: button-color-change .8s infinite;
}
@keyframes button-color-change {
  0% {color: #b8301a;}
  50% {color: #fff3da;}
  100% {color: #b8301a;}
}
.horoscope-top ul li a aside em{
  display: block;
  color: #4d573c;
  font-size: 11px;
  font-style: normal;
  margin: -6px 0 0 9px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}
.horoscope-top ul li span{
  display: block;
}
.horoscope-top ul li span svg{
  width: 28px;
  height: 29px;
}
.horoscope-top ul li p{
  font-size: 15px;
  color: #292929;
  font-weight: 600;
  padding: 4px 0 0 0;
  text-transform: capitalize;
}
.horoscope-top ul li small{
  display:block;
  background: #4d573c;
  font-weight: 500;
  color:#fff;
  letter-spacing: 1px;
  font-size: 15px;
  width: fit-content;
  border-radius: 5px;
  margin: 0 auto;
  padding: 4px 17px 4px;
  text-transform: capitalize;
}
/* end head section */

.navigation{padding: 0;background: #d8987c;margin: 6px 0 0 0;}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #000000;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 26px;
  left: 0;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -7px;
}
.navbar-toggler-icon::after {
  top: 7px;
}
.navbar-toggler{border: 0;box-shadow: none;padding: 0;float: right;margin: -90px 0px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: center;
  width: 100%;
}
.menu li{
  padding: 8px 49px;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  z-index: 9;
  letter-spacing: 0.3px;
}
.menu li:before{
  content:"";
  position:absolute;
  right:0;
  height:100%;
  width: 1px;
  background: linear-gradient(179deg, #110a1800, #ffffff, #110a1800);
  top: 0;
}
.menu li:last-child:before{
  display:none;
}
.menu li a{
  color: #000000;
  padding: 0px !important;
  margin: 0;
}
.menu li a .badge{
  position: absolute;
  background: #a70622;
  color: #ffffff;
  font-family: monospace;
  top: -6px;
  font-size: 11px;
  left: 20px;
  z-index: -9;
  animation:blk 0.8s ease-in infinite;
  box-shadow: 0 0 12px 0px rgb(255 151 0 / 62%);
}
@keyframes blk{
  50%{color:#ffffff00;}
  100%{color:#ff9700;}
}

.navbar-nav .nav-link.active{
  color: #000000;
}
.nav-link:focus, .nav-link:hover{
  color: #850502;
}
  
  
/* 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: #850502;
}

.nav-link:focus, .nav-link:hover {
  color: #850502;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 8px 0px !important;
    border: 0px solid #5b214b;
  }
  .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: 1px 14px !important;
    display: block !important;
    line-height: 29px;
    font-weight: 600;
  }
  .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: #4d4d4d;
  font-weight: 500;
  font-size: 16px;
}
.nav-link:focus, .nav-link:hover {
  color: #850502;
}
.dropdown ul li:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #cf0020;
}
/* end navigation section  */

/* start slide section  */
.slide-section{
  overflow: hidden;
}
.left-slide1{
  background: #850502;
  position:relative;
}
.heartt{
  position: absolute;
  right: 0;
  z-index: -99;
}
.heartt svg{
  opacity: 15%;
  height: 370px;
  width: 370px;
}
.slide-design{
  padding: 71px 0px 71px 50px;
  z-index:9;
  position:relative;
}
.mobile{
  display:none;
  border-radius:50%;
  margin: 0 auto;
  height: 260px;
}
.slide-design strong{
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  width: fit-content;
  letter-spacing: 2px;
  margin: 0 auto;
  font-weight: 600;
  text-shadow: 0 0 4px #fbffa1;
  padding: 4px 25px;
  background: #b8301a;
  border-radius: 32px;
}
.slide-design span{
  font-size: 60px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #fff;
  background: -webkit-linear-gradient(90deg, #ffffff, #d8987c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: -10px 0 0 0;
}
.slide-design p{
  color: #e7e7e7;
  line-height: 30px;
  font-size: 17px;
}
.slide-design a{
  border: 1px solid #b8301a;
  color: #fff;
  border-radius: 40px;
  padding: 10px 24px 7px;
  font-weight: 500;
  display: block;
  margin: 20px auto 0;
  width: fit-content;
  text-transform: capitalize;
}
.slide-design a svg{
  height: 35px;
  fill: #ffbea2;
  width: 35px;
}
.right-slide1{
  background: #d8987c;
}
.astro-expert{
  text-align: center;
  padding: 40px 20px 20px;
}
.astro-expert p{
  font-size: 14px;
  color: #000;
  line-height: 23px;
}
.astro-expert strong{
  font-weight: 600;
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}
.contac-rr {
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 10px 8px;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 9px;
    font-size: 10px;
    width: fit-content;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 4px 17px;
    background: #b8301a;
    border-radius: 32px;
}
input.form-control1 {
   color: #000000;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #c17a5b;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
  border-radius: 20px;
  color: #000000;
  padding: 14px 20px 0px 20px;
}
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;
  display: block;
  text-align: center;
}
.btn-group>.btn{
  background: #880a06;
  padding: 7px 30px 7px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border:0;
  border-radius: 350px;
  transition: 0.8s all ease-in-out;
  left: 0;
  margin: 0 auto;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #232323;
  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;
}
  .heart {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #d8987c;
    transform: rotate(302deg);
    animation: float 8s infinite ease-in;
    opacity: 0.7;
  }

  .heart::before,
  .heart::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #d8987c;
    border-radius: 50%;
  }

  .heart::before { top: -10px; left: 0; }
  .heart::after { left: 10px; top: 0; }

  @keyframes float {
    0% {
      transform: translateY(100vh) rotate(-45deg);
      opacity: 0;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      transform: translateY(-10vh) rotate(-45deg);
      opacity: 0;
    }
  }

  /* Random heart positions */
  .heart:nth-child(1) { left: 10%; animation-delay: 0s; }
  .heart:nth-child(2) { left: 30%; animation-delay: 2s; }
  .heart:nth-child(3) { left: 50%; animation-delay: 4s; }
  .heart:nth-child(4) { left: 70%; animation-delay: 1s; }
  .heart:nth-child(5) { left: 90%; animation-delay: 3s; }

/* end slide section */


/* END HEADER SECTION */


/* start top services section*/

.topservices-section{
  padding: 60px 0;
}
.top-astro1{
  padding: 15px;
}
.top-astro2{
  padding: 19px 10px;
  border-radius: 25px;
  background: radial-gradient(#d8987c, transparent);
  border: 1px solid #d8987c33;
}
.top-astro2 span{
  line-height: 30px;
  display: block;
  margin: 0 auto 15px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #850502;
  border-radius: 50%;
}
.top-astro2 span svg{
  height: 40px;
  padding: 0 0 0px 0;
  fill: #fff;
  width: 40px;
}
.top-astro2 strong{
  color: #171717;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  font-size: 17px;
}
/* end top services section */


/* start horoscope section*/

.horoscope-section{
  padding: 30px 0 90px;
}

.heading-pandit-faq strong{
   font-size: 55px;
   text-transform: uppercase;
   color: #b8301a;
   font-weight: 700;
   padding: 0 0 6px;
   width: fit-content;
   display: block;
}
.heading-pandit-faq strong i{
   font-size: 15px;
   color: #000000;
   border: 1px solid #d8987c;
   border-radius: 40px;
   background: #ffe0d2;
   box-shadow: 4px 4px 0 #d8987c;
   padding: 7px 24px;
   font-weight: 500;
   display: block;
   margin: 2px 0 0;
   width: fit-content;
   text-transform: capitalize;
}

.horoscope-design{
  padding: 0 20px 0 0px;
}

.horoscope1{
  padding: 5px 5px;
}

.horoscope1 img{
  height: 29px;
}
.horoscope1 a{
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 10px;
  color: #000000;
  margin: 0px 0px 0 0;
  border: 1px solid #b1b1b1;
  display: block;
  text-transform: capitalize;
}
.horoscope1 a i{
  color: #606060;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  font-style: normal;
}
.horoscope1 a:hover{
  color:#fff;
  background:-webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
}
.horoscope1 a:hover i{
  color:#fff;
}
.tagline{
  margin:20px 0 0;
  border: 2px dashed #bfbfbf;
  padding: 40px 40px;
  background: #ffffff;
  z-index: 9;
  border-radius: 20px;
  position:relative;
}
.tagline:before{
  left: 24px;
  top: 24px;
  border-radius: 30px;
  width: 3px;
  height: 80%;
  background:#b8301a;
  position:absolute;
  content:"";
}
.tagline span{
  position:absolute;
  right: 0px;
  top: 0;
  z-index: -9;
  opacity: 0.3;
}
.tagline span svg{
  height: 220px;
  width: 220px;
}
.tagline strong{
  font-weight: 700;
  color: #000000;
  display:block;
  font-size: 33px;
  text-transform: capitalize;
}
.tagline p{
  font-size: 15px;
  color: #3d3d3d;
  line-height: 26px;
}
.choose-us{
  padding: 0 0 0 20px;
}
.heading-choose strong{
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px;
}
.heading-choose strong:before{
  content:"";
  position:absolute;
  height: 9px;
  width: 50%;
  right: 0;
  z-index: 9;
  bottom:0;
  background: #850502;
}
.heading-choose strong:after{
  content:"";
  position:absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 3px;
  background: #d8987c;
}
.list-choose ul li{
  text-align: left;
  margin: 14px 0;
  padding: 0px 0px 0px 25px;
  color: #3a3a3a;
  list-style: none;
  position: relative;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
}
.list-choose ul li .bi{
  position: absolute;
  left: 0;
  top: 4px;
  color: #b8301a;
  height: 18px;
  width: 18px;
}
.list-choose{
  padding:20px 0 0;
}
.list-choose a{
  color: #000000;
  font-size: 47px;
  text-transform:capitalize;
  padding: 15px 0 0;
  display: block;
  font-weight: 700;
}
.list-choose .chat{
  color:#116523;
  padding: 0px 0 0;
  font-size: 18px;
  text-transform:uppercase;
  font-weight: 600;
}
/* end  horoscope section */



/* start love-connection section  */

.love-connection-section{
  padding: 0px 0 60px;
}

.heading-astro strong{
  font-size: 61px;
  color:#eee;
  background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.heading-astro p{
    font-size: 15px;
    color: #000000;
    border: 1px solid #d8987c;
    border-radius: 40px;
    background: #ffe0d2;
    box-shadow: 4px 4px 0 #d8987c;
    padding: 7px 24px;
    font-weight: 500;
    display: block;
    margin: 2px 0 0;
    width: fit-content;
    text-transform: capitalize;
}
.content-astro p{
  color: #080808;
  line-height: 32px;
  font-size: 16px;
  padding: 0 0 16px 0;
  text-align: left;
  font-weight: 400;
}
.content-astro p strong{
  color:#000;
  font-weight: 600;
}
.content-astro a{
  font-weight: 600;
  background: #fffccb;
  border: 1px solid #d9cc00;
  border-radius: 100px;
  text-transform: capitalize;
  color: #000000;
  font-size: 19px;
  transition: 0.8s ease-in;
  margin: 0 auto 0  0;
  padding: 6px 20px 3px;
  position:relative;
  display: block;
  width: fit-content;
  z-index:9;
}
.content-astro a: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;
}
.content-astro a:hover:before{
  right: -0px;
  bottom: -0px;
}
.content-astro a:hover{
  background: #d9cc00;
}
.remedies1{padding: 8px;}
.remedies1 aside{
  text-align: center;
  border: 1px dashed #ad7962;
  padding: 5px  5px 10px;
  background: radial-gradient(#ffe0d2, #d99a7f00);
}
.remedies1 aside b{
  display: block;
  height: 50px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.remedies1 aside b svg{
  height: 36px;
  width: 36px;
  fill: #b8301a;
}
.remedies1 aside b svg .st0{
  fill: #000;
}
.remedies1 aside span{
  display: block;
  text-transform: capitalize;
  color: #060606;
  font-weight: 600;
  padding: 0px 0 0;
  font-size: 17px;
}
.remedies1 aside strong{
    display: block;
    text-transform: capitalize;
    color: #353535;
    font-weight: 600;
    padding: 0px 0 0;
    font-size: 17px;
}
/* end love-connection section */


/* start main services section */

.mainservices-section{
  padding: 100px 0 100px;
  background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
  position:relative;
  z-index:9;
}
.mainservices-section:before{
  background: url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23ff6f91'>\
    <text x='10' y='25' font-size='24'>❤</text></svg>") repeat;
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:100%;
  width:100%;
  top:0;
  z-index:-9;
  opacity: 0.1;
}
.mainservices-1{
  padding: 10px;
}

.mainservices-2 strong{
  display: block;
  text-transform: capitalize;
  padding: 0px 0 0px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  margin: 0;
  color: #171717;
  position: relative;
  font-size: 24px;
}
.mainservices-2 span{
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  padding: 0px 15px 0px;
  background: -webkit-linear-gradient(rgb(216 152 124), rgb(216 152 124));
  height: 44px;
  border-radius: 0% 65% 0% 0%;
  line-height: 41px;
  width: 44px;
  top: 0px;
}
.mainservices-2 span svg{
  height: 22px;
  fill: #000000;
  width: 22px;
  margin: 0 0 0 0px;
}
.mainservices-2 aside svg{height: 130px;line-height: normal;width: 130px;display: block;}
.mainservices-2 a{
  
}
.mainservices-2 a aside{
  line-height: normal;
}
.mainservices-2{
  border-radius: 30px 30px 30px 30px;
  background: #ffffff;
  padding: 30px 20px 30px;
  position: relative;
}

.mainservices-2 p{
  color:#000;
  padding: 8px 0 0;
  line-height: 26px;
  font-size: 15px;
}
/* end main services section*/



/* start other services section */

.otherservices-section {
  position: relative;
  padding: 0px 0px 70px;
}
.otherserv-heading {
  font-size: 63px;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px;
}
.otherserv-heading:before{
  content:"";
  position:absolute;
  height: 9px;
  width: 50%;
  right: 0;
  z-index: 9;
  bottom:0;
  background: #850502;
}
.otherserv-heading:after{
  content:"";
  position:absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 3px;
  background: #d8987c;
}
.other-services1 {
  padding: 10px;
}
.other-services2 {
  text-align: left;
  border-radius: 18px;
  position: relative;
  padding: 25px 18px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 227 224);
  border-image: initial;
}
.other-services2 span {
  display: block;
  box-shadow: rgb(216 152 124 / 40%) 1px 2px 14px 6px inset;
  height: 66px;
  width: 69px;
  line-height: 65px;
  text-align: center;
  border-width: 1px;
  border-radius: 9px;
  position: absolute;
}
.other-services2 span svg {
  height: 52px;
  width: 48px;
  fill: rgb(255, 255, 255);
}
.other-services2 strong {
  color: rgb(184 48 26);
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  font-size: 23px;
  padding: 0 0 0 84px;
}
.other-services2 p {
  color: rgb(0 0 0);
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
  margin: 2px 0px 8px;
}
.other-services2 a {display: block;font-size: 14px;text-transform: uppercase;font-weight: 600;width: fit-content;padding: 5px 18px 5px;line-height: normal;color: #ffffff;background: #4d573c;border-radius: 30px;}
/* end othre services section*/

.que-design{
  background: #97140a;
  margin: 40px 0 0;
  padding: 0 20px 20px;
  border-radius: 30px;
}
.faq-1{
   padding: 0;
}
.faq-2{
   padding: 20px 23px 20px;
   border-radius: 10px;
   position:relative;
   z-index: 9;
   background: #97140a;
}
.faq-2 span{
  position: absolute;
  font-size: 140px;
  line-height: normal;
  top: 0;
  font-family: 'Marcellus';
  color: #ffffff;
  right: 30px;
  z-index: -9;
  opacity: 24%;
}
.faq-2 strong{
   font-size: 19px;
   color: #ffffff;
   font-weight: 400;
   line-height: 32px;
   padding: 0px 0 18px 0;
   display:block;
   position:relative;
   margin: 0 0 8px;
}
.faq-2 strong:before{
  content:"";
  position:absolute;
  height: 3px;
  width: 50%;
  left: 0;
  z-index: 9;
  bottom: 4px;
  background: #c1886d;
}

.faq-2 p{
   color: #ffffff;
   line-height: 27px;
   font-size: 15px;
   padding: 1px 0 0;
}

/*end faq section*/

/* start testimonials section  */

.testimonials {
  padding: 50px 0px 100px;
  background: #fff;
}
.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(0 0 0);
  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;
}
.testimonials2{
  position: relative;
  border-radius: 17px;
  padding: 30px 18px 17px;
  background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
  border-color: rgb(77 87 60);
  border-image: initial;
  background-position: center center;
}
.testimonials2 i{display:block;margin: 0 auto;text-align: center;position: absolute;height: 40px;line-height: 34px;width: 40px;background: #ffffff;border-radius: 50%;right: 20px;top: 15px;}
.testimonials2 i svg{
    height: 25px;
    width: 25px;
}
.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(255 255 255);
  line-height: 30px;
  font-size: 15px;
  padding: 19px 0px 0px;
}

.testimonials4 strong{
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: rgb(0 0 0);
  padding: 4px 14px 2px;
  margin: 10px 0px 0px;
  background: rgb(255 255 255);
  border-radius: 30px;
}

.bttm-line {
    background: #d8987c;
    padding: 40px 15px 45px;
}

.bttm-line p {
    color: #000;
    font-weight: 600;
    padding: 0 0 20px;
    font-size: 30px;
    text-transform: capitalize
}

.bttm-line ul li {
    display: inline-block;
    padding: 3px 3px 0
}

.bttm-line ul li a {
    color: #b42d18;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    background: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50px
}
.bttm-line ul li a svg{height: 31px;width: 28px;}
/* end testimonials section  */

/* start bottom services sectuion */

.bottomservices-section{
  padding: 50px 0 40px 0;
  position:relative;
  z-index: 9;
  background: #d8987c;
}
.bottomservices-left1{
}
.bottomservices-left2{
  position: sticky;
  top: 0;
}
.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(133 5 2), rgb(184 48 26));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.bottomservices-heading span{
  background: #4d573c;
  border-radius: 100px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 17px;
  transition: 0.8s ease-in;
  padding: 6px 21px 3px;
  position:relative;
  font-weight: 600;
  display: block;
  width: fit-content;
  z-index:9;
}

.bottomservices-heading p{
  color: #000000;
  font-size: 17px;
  padding: 7px 0 0;
  font-weight: 400;
  line-height: 30px;
}
.bottomservices-heading i{
  font-size: 27px;
  font-style: normal;
  color: #97140b;
  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: 40px;
  width: 40px;
  fill: #850502;
}
.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: #ffffff;
    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{
}
.bottomservices-right2{
}
.bottom-services3{
  padding: 9px; 0;
}
.list-services{
  padding: 15px;
  background: #fff;
  box-shadow: rgb(216 152 124 / 40%) 1px 2px 14px 6px inset;
  border-radius: 30px;
}
.list-services ul{
  padding: 0 14px  0 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ffffff30;
  border-right:0;
  overflow: visible;
  height: 170px;
  overflow-x: hidden;
}
.list-services:last-child ul{
  border-right:1px solid #ffffff30;
}
.list-services ul li{
  padding: 4px 0px 4px 27px;
  border-bottom: 1px solid #e3e3e3;
  margin: 3px 0;
  text-transform: capitalize;
  color: #fff;
  line-height: 26px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  position: relative;
}
.bottom-services3 ul li:last-child{border:0;}
.bottom-services3 ul li a{
  color: #000000;
  display: block;
}
.bottom-services3 ul li:hover a{
  color: #cd1410;
}
.bottom-services3 ul li:before{
  position: absolute;
  color: #5f5f5f;
  top: 2px;
  left: 0px;
  font-size: 22px;
  transform: rotate(270deg);
  content: "\2756";
  font-family: 'Glyphicons Halflings';
}
.bottom-services3 ul::-webkit-scrollbar {
    width: 2px;
}

.bottom-services3 ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 100px #8a8a8a;
  border-radius: 0;
}

.bottom-services3 ul::-webkit-scrollbar-thumb {
    background: #97140a;
    height: 20px;
    border-radius: 0 0 10px 10px
}


.shape-1 svg{
  height:190px;
  right:0;
  fill:#e2d500;
  top: 220px;
}


/* end  bottom services  sectuion*/


/*  start our services section */

.ourservices-section{
  padding: 100px 0 50px;
}
.ourservices-heading strong{
color#b8301a;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: 48px;
}
.ourservices-heading p {
  font-size: 15px;
  color: #000000;
  border: 1px solid #d8987c;
  border-radius: 40px;
  background: #ffe0d2;
  box-shadow: 4px 4px 0 #d8987c;
  padding: 7px 24px;
  font-weight: 500;
  display: block;
  margin: 4px auto 0;
  width: fit-content;
  text-transform: capitalize;
}
.ourservices-1{
  padding: 15px;
}
.ourservices-2{
  background: #e2e9d6;
  padding: 30px 30px 30px;
  border-radius: 27px;
}
.ourservices-1:nth-child(2) .ourservices-2{
  background: #f7e1d8;
}
.ourservices-1:nth-child(4) .ourservices-2{
  background: #ffede4;
}
.ourservices-1:nth-child(6) .ourservices-2{
  background: #ffede4;
}
.design-icon-services strong{
  padding: 0px 0px 10px 0;
  font-size: 21px;
  color: #93221f;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.design-content-service{z-index: 9;}
.design-content-service:before{
  content:"";
  position:absolute;
  height:1px;
  width:100%;
  background: #850502;
  left:0;
  top: 0;
  z-index: -9;
}

.design-content-service p{
  font-size: 15px;
  text-align: justify;
  color: #000;
  line-height: 27px;
  padding: 17px  0 0;
}
/* end our services section */






/* start footer section */

.footer{
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 9;
  background: #000000;
}


.footer-bottom{
  position:relative;
}
.flag{
  position:absolute;
}
.footer-heading strong{
  font-size: 24px;
  text-transform: uppercase;
  color: #d8987c;
  text-align: left;
  margin: 0;
  font-weight: 500;
  width: fit-content;
  padding: 0;
}
.footer-center1{
  padding: 0  30px  20px 0px;
  border-right: 1px solid #1a1a1a;
}
.footer-center1:last-child{
  border:0;
  padding-left: 20px;
}
.footer-center2{
  padding: 0px 0px 0px;
}
.heading-footer strong{
  font-size: 16px;
  text-transform: uppercase;
  color: #d8987c;
  font-weight: 500;
  padding: 17px 0 0;
  text-align: left;
  display: block;
}
.fot-srvv{
  padding: 0 0 0 20px;
}
.text-centent p{
  color: #dfdfdf;
  line-height: 30px;
  font-size: 15px;
  padding: 0;
}
.social-footer ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 7px 0 0;
}
.social-footer li a{
  color: #000000;
  height: 35px;
  line-height: 39px;
  width: 35px;
  display: inline-block;
  background: #faa11a;
  border-radius: 22%;
  text-align: center;
}
.social-footer li a .bi{
  height: 17px;
  width: 17px;
}
.note a{
  color: #b42d18;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background: #ffffff;
  text-transform: capitalize;
  animation: button-color-change .8s infinite;
  display: inline-block;
  margin: 20px 10px 0 0;
  padding: 8px 40px;
  border-radius: 50px;
}

.footer-copy{
  justify-content:center;
  align-items:center;
  padding: 40px 0 0;
}
.icon-social li{
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}
.icon-social li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 110px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  background: #ffaa0042;
}
.icon-social li a .bi{
  height: 0.8rem;
  width: 0.8rem;
}
.footer-list{

}
.footer-list ul {
  padding:0;
  list-style:none;
  margin:0;
}
.footer-list ul li{
  padding: 5px 0px 5px 18px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  position:relative;
  text-transform: capitalize;
}

.footer-navigation{
    padding: 7px 0px 16px 20px;
    margin: 0px 0 0 0;
}
.footer-navigation ul li{
  padding: 0px 0px 0px 30px;
  font-size: 17px;
  margin: 8px 0 0 0;
  color: #fff;
  text-align: left;
  font-weight: 300;
  text-transform: capitalize;
  list-style: none;
  position: relative;
}
.footer-navigation ul li:before{
  position: absolute;
  color: #d8987c;
  top: 1px;
  text-align: center;
  left: 1px;
  font-size: 19px;
  transform: rotate(270deg);
  content: "\2756";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
}
.footer-navigation ul li a{
  display: block;
  color:#fff;
}
.footercontact-heading strong{
  font-size: 21px;
  text-transform: uppercase;
  display:block;
  text-align: left;
  font-weight: 700;
  color: #faa11a;
}

.footercontact-heading ul{
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.footercontact-heading ul li{
  display: block;
  color: #fff;
  margin: 10px 0 10px;
  position: relative;
  padding: 6px 0 6px 25px;
}
.footer-serv ul{
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.footer-serv ul li{
  display: block;
  margin: 12px 0px 12px 0px;
  text-transform: capitalize;
  color: #d5d5d5;
  font-size: 15px;
  position: relative;
  padding: 1px 0 4px 23px;
}
.footer-serv ul li:before{
  position: absolute;
  color: #d8987c;
  top: 1px;
  text-align: center;
  left: 1px;
  font-size: 19px;
  transform: rotate(270deg);
  content: "\2756";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
}

.footercontact-heading ul li a{
  color: #ffffff;
  display: block;
}
.footercontact-heading ul li .bi{
  height: 16px;
  color: #d8987c;
  width: 16px;
  margin: 0px 0 0px 0;
}
.footercontact-heading ul li b{
  height: 32px;
  text-align: center;
  width: 32px;
  border: 2px solid #c1886d;
  background: #000;
  border-radius:50%;
  display:block;
  position:absolute;
  line-height: 29px;
  left: 0;
  top: 3px;
}
.footercontact-heading ul li span{
  margin: 0 0 0 14px;
  display: inline-block;
  font-size: 17px;
}

.note strong{
  font-weight: 700;
  padding: 1px 0px 1px 0px;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  display: inline-block;
  color: #c1886d;
  font-size: 19px;
}
.note p{
  color: #ffffff;
  padding: 0 0 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #1a1a1a;
  margin: 0;
  display: inline-block;
  font-weight: 500;
}
.note p b{font-weight: 700;color: #d8987c;}
.note{
  padding: 0px 0 0px 0px;
}
/* end footer section */

/* start copy right section */

.copy-section{
  padding: 12px 0 12px;
  background: #000;
}

.copy p{
  color: #919191;
  margin: 0px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #141414;
}
.copy p a{
  color:#faa11a;
}
.copy p b{
  display: inline-block;
  width: 2px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #838383;
}
.footer-logos ul li{
  display: inline-block;
  margin: 0 8px  0 0;
}
.footer-logos ul li img{
  height: 33px;
}
/* end copy right section*/

/* start bread crumb section*/

.bread-crumb{
  position:relative;
  border-left: 0;
  background: #850502;
  border-right: 0;
  padding: 20px 0 10px;
}
.breadcrumb-section{
  padding: 22px 0 22px;
  position: relative;
}
.breadcrumb-section h1{
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 500;
}
.breadcrumb-section h1 a{
  color: #ffffff;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}
.breadcrumb-section p{
}
.breadcrumb-section .home{
  font-size: 16px;
  padding: 4px 15px;
  background: #d8987c;
  color: #000000;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
 .breadcrumb-section span{
   display: block;
   position: absolute;
   right: 0;
   top: 20px;
 }
.breadcrumb-section span img{
   border-radius: 50%;
   height: 180px;
   display: block;
   border: 10px solid #fff;
 }



/* end bread crumb section  */


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

.aboutus-section{
  padding: 40px 0 80px;
}
.top-left img{
  border-radius: 50%;
  height: 210px;
}
.topservicesheading span{
  display: block;
  margin: 0 0 -15px 0;
}
.topservicesheading span svg{
  height: 106px;
  width: 103px;
  opacity: 0.4;
  fill: #4d573c;
}
.topservicesheading h1 {
  color: #b8301a;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: 62px;
}
.topservicesheading h1 a{
   color: #b8301a;
}
.topservicesheading strong{
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: 48px;
}

.topservicesheading p{
  font-size: 18px;
  color: #000000;
  border: 1px solid #d8987c;
  border-radius: 40px;
  background: #ffe0d2;
  box-shadow: 4px 4px 0 #d8987c;
  padding: 4px 24px;
  font-weight: 500;
  display: block;
  margin: 4px 0 0 auto;
  width: fit-content;
  text-transform: capitalize;
}
.award{
  padding:10px;
}
.award1 img{border-radius:30px;}
.aboutus-left1{
  padding: 10px;
}
.aboutus-left2{
  padding: 20px 20px 0;
  border: 1px solid #ffd789;
  border-bottom:0;
}
.content-design p{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding: 9px  0 0;
  color: #000000;
}
.content-design p strong a{
  font-weight: 600;
  color: #931109;
}
.content-design p strong{
  font-weight: 400;
  color: #931109;
}
.content-design ul, ol{
  padding: 0;
  margin:0;
  list-style: none;
}
.content-design ul li{
  list-style:none;
  font-size: 15px;
  color: #000000;
  margin: 9px 0 0px 0px;
  display: inline-block;
  padding: 7px  6px 7px 30px;
  position: relative;
  border-radius: 31px;
}
.content-design ul li:before{
  font-weight: 500;
  position: absolute;
  color: #60753e;
  top: 0px;
  text-align: center;
  left: 0;
  font-size: 26px;
  content: "\2741";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design ol li{
  width: fit-content;
  display: inline-block;
  padding: 6px 21px;
  margin: 20px 10px 10px 0;
  border-radius: 30px;
  position: relative;
  color: #fff;
}
.content-design ol li:before{
  font-weight: 500;
  position: absolute;
  color: #ffc900;
  top: 2px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design h1{
  font-size: 27px;
  color: #000000;
  border: 1px solid #d8987c;
  border-radius: 40px;
  background: #ffe0d2;
  box-shadow: 4px 4px 0 #d8987c;
  padding: 12px 24px;
  font-weight: 600;
  display: block;
  margin: 0px 0 30px;
  width: fit-content;
  text-transform: capitalize;
}
.content-design h2,h3,h4,h5,h6{
    font-size: 16px;
    color: #ffffff;
    border-radius: 40px;
    background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
    padding: 10px 24px;
    font-weight: 500;
    display: block;
    margin: 13px auto 0px 0;
    width: fit-content;
    text-transform: capitalize;
}
.aboutclient-left1{
  padding: 10px;
}
.aboutclient-left2{
  border: 2px solid #fdc800;
  padding: 20px;
  border-radius: 50px 50px 0 0;
  border-bottom: 0;
}
.ab-txt{
  padding: 10px 20px 20px;
  background: #f7e1d8;
  border-radius: 21px;
}
/* ==================================================
      END ABOUT US PAGE CSS 
==================================================*/


/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 

.error-page{
  background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
  position:relative;
  z-index:9;
  padding: 0  0 50px 0;
}

.not-found-page p {
  color: #ffffff;
  font-size: 80px;
  line-height: normal;
  margin: -60px 0 0 0;
  font-weight: 600;
  text-transform: capitalize;
}
.not-found-page i{
  font-style:normal;
  color:#fff;
  line-height: normal;
  font-size: 150px;
  font-weight: 700;
}


.not-found-page p:first-letter {
  font-size: 100px;
}
.not-found-page a span {display: inline-block;margin: -30px 20px 0 0px;}
.not-found-page a span  svg{
  width: 110px;
  margin: -90px 0 0 0;
  fill: #e2d500;
}
.not-found-page a span  svg .st0{
  fill: #e7b49f;
}
.not-found-page strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 18px 5px;
  line-height: normal;
  color: #ffffff;
  background: #4d573c;
  border-radius: 30px;
}


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



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

.getintouch{
  padding: 70px 0 60px;
}
.contact-info1{
  
padding: 0 30px 0 0px;
}
.getin-left1{
  padding: 0 20px 0 0px;
}

.get-in1{
  padding: 20px 20px;
}
.get-in2{
  padding: 0;
  position: relative;
}
.get-in2 a{
  font-weight: 600;
  border-radius: 17px;
  display: block;
  color: #000000;
  font-size: 29px;
  text-align: left;
  border: 1px dashed #ad7962;
  padding: 10px 10px 10px;
  background: radial-gradient(#ffe0d2, #d99a7f00);
}
.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: 20px;
  width: 20px;
}
.get-in2 strong{
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0 0;
  display: block;
  color: #eaa142;
}
.get-in2 span{
  display:block;
  height: 50px;
  width: 60px;
  border-radius: 10%;
  margin: 0 auto 0 0;
  box-shadow: rgb(216 152 124 / 40%) 1px 2px 14px 6px inset;
  text-align: center;
  line-height: 53px;
  position: relative;
  color: #97140a;
}

.get-in2 span .bi{
  height: 29px;
  width: 30px;
  fill: #97140a;
}
.get-in2 p{
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 9px 0 0px;
}
.social-media{
  border-radius: 17px;
  position: relative;
  text-align: center;
  border: 1px dashed #ad7962;
  padding: 10px 10px 10px;
  background: radial-gradient(#ffe0d2, #d99a7f00);
}
.social-media p{
  font-size: 32px;
  color: #000000;
  text-transform: capitalize;
  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;
  font-size: 13px;
  background: -webkit-linear-gradient(rgb(133 5 2), rgb(184 48 26));
  font-weight: 400;
  color: #fff;
  height: 47px;
  position: relative;
  width: 47px;
  border-radius: 13px;
  line-height: 54px;
}
.timming li{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  list-style: none;
  border: 1px solid #eee;
  color: #9b0000;
  padding: 12px 17px 13px;
  margin: 12px 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: #2a2a2a;
  font-weight: 400;
  padding: 4px 0 0;
}

.info-text a{
  font-size: 21px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #000000;
  line-height: 34px;
  padding: 0;
}
.info-text a em{display: block;font-size: 14px;text-transform: uppercase;font-weight: 600;width: fit-content;padding: 5px 18px 5px;line-height: normal;color: #ffffff;margin: 0 auto;background: #4d573c;border-radius: 30px;}
.info-text a i{
  display:block;
  font-style:normal;
  font-size:20px;
}


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





/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 80%;
  bottom: 45px;
  z-index: 9;
  margin: 0 auto;
  display: none;
  left: 0;
  right: 0;
  padding: 10px 10px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.left-icon{
}

.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 50px;
  font-size: 20px;
  width: 110px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-icon a span{
  display: block;
  height: 45px;
  width: 45px;
  line-height: 38px;
  background: #ff0000;
  outline: 2px solid #ff0000;
  border: 3px solid #240900;
  border-radius: 30px;
  top: 3px;
  position: relative;
}
.center-icon a{
  margin: 0px auto 0px 0;
  border-radius: 0 30px 30px 0;
}
.center-icon a span{
  margin: 0px 0px 0px 3px;
}
.left-icon a{
  margin: 0 0 0 auto;
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.left-icon a span{
  margin: 0px 2px 0px auto;
  border: 3px solid #240900;
  background: #128213;
  outline: 2px solid #128213;
}
.contact-icon a svg{
   height: 1.5rem;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
   animation: anim 1s infinite;
}
.center-icon a svg path{
  fill: #fff;
}

.chatbox{
    position:relative;
}
.chatbox:before{
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  height: 100%;
  width: 60%;
  background: radial-gradient(circle at top left, rgb(152 79 46 / 42%) 0%, rgba(255, 255, 255, 0.442) 50%);
  background-size: 60% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  z-index: -9;
}
.astro-chat{
    border-radius:10px;
    padding: 20px;
    width: 70%;
    box-shadow: 0px 25px 30px 2px rgba(0, 0, 0, 0.2);
    display: block;
    background: #fff1f1;
    margin: 40px auto 0px;
    border: 1px solid #fff;
}
.image-ast{
    width:30%;
    position: relative;
}
.image-ast i {
    display:block;
    position:relative;
    width: fit-content;
    margin: 0 auto;
}
.image-ast i img{
    border-radius: 30%;
    height: 120px;
    border: 4px solid #fff1f1;
    outline: 4px solid #119205;
}
.image-ast i:before{
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  bottom: 1px;
  border: 2px solid #fff;
  right: -3px;
  background: #34C105;
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0.25;
}
100% {
  transform: scale(1);
  opacity: 1;
  }
}
.image-ast aside span{
   display: block;
   text-align: center;
   font-weight: 700;
   color: #000;
   background: #fed500;
   padding: 2px 20px;
   font-size: 14px;
   width: fit-content;
   margin: 10px auto 10px;
}
.image-ast aside  svg{
   height: 24px;
   margin: 0 auto;
   display: block;
}
.image-ast aside b{
    color:#000;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    display: block;
    padding: 6px 0 0 0;
}
.astro-name{
    width:70%;
}
.astro-name strong{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 27px;
  color: #612503;
}
.astro-name p{
  font-size: 17px;
  font-weight: 500;
  color: #292929;
  text-transform: capitalize;
  padding: 0px 0 11px;
}
.astro-name p em{
  color: #fff;
  background: radial-gradient( #4d0900,#8c3413,  #4d0900,#8c3413);
  padding: 4px 10px;
  float: right;
  font-style: normal;
  font-weight: 500;
}
.astro-name ul li{
    list-style:none;
    position: relative;
}
.astro-name ul li del{
    color:#7a7a7a;
    font-weight:500;
    font-size: 20px;
}
.astro-name ul li b{
    color:#000000;
    font-size: 26px;
    text-transform:uppercase;
}
.astro-name ul li svg{
    height: 19px;
    margin: -13px 0 0 0;
}
.astro-name a{
  color:#fff;
  background: #0ad529;
  display: inline-block;
  font-size: 20px;
  margin:10px 0 0 0;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}
.astro-name a svg{
  height: 27px;
  margin: -3px 4px 0 0;
  fill:#fff;
  width: fit-content;
}
.astro-name .call{
  background:#da0000;
}
.contact-astro a{
    color:#fff;
    background: #0ad529;
    display:block;
    font-size: 26px;
    margin:10px 0 0 0;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
}
.contact-astro a svg{
    height: 31px;
    fill:#fff;
    width: fit-content;
}

.mobil-chat-astro{display:none;}
.fix a{
      display: block;
    background: #00ab00;
    color: #fff;
    padding: 10px 6px;
    font-size: 27px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 999;
    margin: 0 auto;
}
.fix a p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0 0;
    text-transform: capitalize;
}

.fix a svg{
  fill:#fff;
  height: 90px;
  margin: 0 30px 0 0px;
  width: 100px;
  animation: moveArrow 0.5s ease-in-out infinite alternate;
  display: none;
}

@keyframes moveArrow {
  from {
    transform: translateX(0);
    fill:#ffffff;
  }
  to {
    transform: translateX(10px);
    fill:#00000000;
  }
}

@media (max-width: 767px){
  .head-logo a span strong{font-size: 27px;}
  .horoscope-top{padding: 0 0  0px 10px;}
  .top-astro1{padding: 7px;width: 50%;}
  .top-astro2 strong{font-size: 12px;}
  .menu li {padding: 9px 18px;font-size: 15px;}
  .menu li{padding: 5px 0px 7px;}
  .contacttop-astro{display:none;}
  .menu li:before{display:none;}
  .slide-design{padding: 27px 30px;text-align: center;}
  .horoscope-top ul li:nth-child(2){display:none;}
  .astro-expert strong{font-size:30px;}
  .slide-design span{font-size: 50px;}
  .horoscope-top ul li a aside{font-size: 26px;}
  .other-services2 strong{font-size: 18px;padding: 0 0 0 44px;}
  .other-services2 span{height: 36px;width: 39px;line-height: 35px;}
  .ourservices-2{padding:20px;}
  .design-icon-services strong{font-size: 18px;}
  .mainservices-2{padding: 10px 10px 20px;}
  .mainservices-2 strong{font-size: 20px;}
  .heading-astro strong{font-size: 29px;}
  .list-choose a{font-size: 40px;}
  .heading-choose strong{font-size: 23px;}
  .heading-pandit-faq strong{font-size: 42px;}
  .horoscope1{width: 16.6666%;}
  .choose-us{padding:20px 0 0 ;}
  .topservicesheading strong{font-size: 29px;}
  .ourservices-1{padding:10px;}
  .otherserv-heading{font-size: 37px;}
  .bottomservices-heading b{font-size: 33px;line-height: 38px;padding: 20px 0 0 0;}
  .testimonials1:nth-child(2) .testimonials2, .testimonials1:nth-child(3) .testimonials2, .testimonials1:nth-child(4) .testimonials2{margin:0;}
  .horoscope-design{padding:0;}
  .topservicesheading h1{font-size: 36px;}
  .mainservices-2 aside svg{height: 100px;width: 100px;}
  .ourservices-heading strong{font-size: 36px;}
  .other-services2 span svg{height:30px;width:30px;}
  .testimonials-heading strong{font-size: 53px;}
  .bttm-line ul li a{margin: 4px;}
  .bttm-line p{font-size: 24px;}
  .fot-srvv{padding:0;border-bottom: 1px solid #1a1a1a;border-right: 0px solid #1a1a1a;}
  .icon-fixed-mobile{display:block;}
  .contact-info1{padding:0;}
  .get-in1{padding:10px;}
  .getintouch { padding: 0px 0 60px;}
  .topservicesheading{text-align:center !important;}
  .top-left{text-align:center;}
  .topservicesheading p{margin: 0 auto;font-size: 15px;padding: 4px 15px;}
  .cli{display:none;}
  .mobile{display:block;}
  .breadcrumb-section{text-align:center !Important;;}
  .breadcrumb-section span{position: relative;margin: 0 auto;left: 0;right: 0;}
  .breadcrumb-section span img{ margin: 0 auto;}
  .footer-center1{padding:0;border-right: 0;border-bottom: 1px solid #1a1a1a;}
  .note p{font-size: 13px;}
  .fot-srvv{display:none;}
  .footercontact-heading ul li span{font-size: 34px;font-weight: 600;}
  .footercontact-heading ul li b{height: 40px;text-align: center;width: 40px;top: 10px;left: -3px;}
  .footercontact-heading ul li .bi{height: 22px;width: 22px;margin: 8px 0 0px 0;}
  .top-astro1:nth-child(3){width:100%;}
  .remedies1{width:50%;padding: 5px;}
  .remedies1 aside span{font-size:15px;}
  .ab-txt{padding: 10px 10px 20px;}
  .footercontact-heading ul li:nth-child(3),.footercontact-heading ul li:nth-child(2){display:none;}
  .footer-navigation ul li{display:inline-block;padding: 0px 0px 0px 20px;}
  .footer-navigation{width:100%;}


  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu li {padding: 9px 18px;font-size: 15px;}
  .menu li{padding: 5px 0px 7px;}
  .contacttop-astro{display:none;}
  .menu li:before{display:none;}
  .slide-design{padding: 62px 30px;text-align: center;}
  .horoscope-top ul li:nth-child(2){display:none;}
  .astro-expert strong{font-size:30px;}
  .slide-design span{font-size: 50px;}
  .horoscope-top ul li a aside{font-size: 34px;}
  .other-services2 strong{font-size: 18px;padding: 0 0 0 70px;}
  .other-services2 span{height: 56px;width: 59px;line-height: 55px;}
  .ourservices-2{padding:20px;}
  .design-icon-services strong{font-size: 18px;}
  .mainservices-2{padding: 10px 10px 20px;}
  .mainservices-2 strong{font-size: 20px;}
  .heading-astro strong{font-size: 38px;}
  .list-choose a{font-size: 40px;}
  .heading-choose strong{font-size: 27px;}
  .heading-pandit-faq strong{font-size: 42px;}
  .horoscope1{width: 16%;}
  .choose-us{padding:20px 0 0 ;}
  .topservicesheading strong{font-size: 42px;}
  .ourservices-1{padding:10px;}
  .otherserv-heading{font-size: 48px;}
  .bottomservices-heading b{font-size: 46px;}
  .testimonials1:nth-child(2) .testimonials2, .testimonials1:nth-child(3) .testimonials2, .testimonials1:nth-child(4) .testimonials2{margin:0;}
  .horoscope-design{padding:0;}
  .topservicesheading{text-align:center !important;}
  .top-left{text-align:center;}
  .topservicesheading h1{font-size: 48px;}
  .topservicesheading p{margin: 0 auto;}
  .cli{display:none;}
  .mobile{display:block;}
  
 


} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li{ padding: 11px 21px 7px;}
  .horoscope-top ul li:nth-child(2){display:none;}
  .astro-expert strong{font-size:30px;}
  .slide-design span{font-size: 42px;}
  .horoscope-top ul li a aside{font-size: 34px;}
  .other-services2 strong{font-size: 18px;padding: 0 0 0 70px;}
  .other-services2 span{height: 56px;width: 59px;line-height: 55px;}
  .ourservices-2{padding:20px;}
  .design-icon-services strong{font-size: 18px;}
  .mainservices-2{padding: 10px 10px 20px;}
  .mainservices-2 strong{font-size: 20px;}
  .heading-astro strong{font-size: 38px;}
  .list-choose a{font-size: 40px;}
  .heading-choose strong{font-size: 32px;}
  .heading-pandit-faq strong{font-size: 42px;}
  .astro-expert {padding: 20px 10px 0px;}
  .astro-expert p{font-size: 13px;}
  .slide-design {padding: 41px 0px 21px 50px;}
  
  


}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .menu li {padding: 8px 33px;}
  .slide-design span {font-size: 50px;}
  .horoscope-top ul li {padding: 8px 0px 3px 10px;font-size: 14.5px;}
  .head-logo a span strong{font-size: 36px;}
  .topservicesheading h1{font-size: 55px;}
  .cli{position: absolute;right: 0;bottom: 0;}
  .astro-expert {padding: 20px 10px 20px;}
  .contacttop-astro a {padding: 8px 34px 6px 18px;margin: 0 auto;}



  
}

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

}

@media (max-width: 575px) and (min-width: 0px) {
  .head-section{padding: 0px 0 0;}
  .head-section .row{flex-flow: column-reverse;}
  .horoscope-top{width:fit-content;}
  .slide-design{padding: 47px 10px;}
  .slide-design span{font-size: 33px;margin: -3px 0 0 0;}
  .astro-expert {padding: 20px 10px;}
  .heading-pandit-faq strong{font-size: 29px;}
  .horoscope-section{padding: 0 0 50px 0;}
  .horoscope1{width: 32.6666%;}
  .tagline strong{font-size: 20px;}
  .tagline{padding: 20px 20px;}
  .tagline:before{left:10px;}
  .bottomservices-heading aside em,.list-choose a{font-size: 26px;}
  .heading-astro strong{font-size: 26px;}
  .content-design h2, h3, h4, h5, h6{font-size:15px;line-height: 23px;border-radius: 10px;padding: 6px 12px;}
  .ourservices-section,.mainservices-section{padding: 50px 0 50px;}
  .other-services1{padding:10px 0;}
  .faq-2{padding:10px;}
  .que-design{padding: 0 10px 20px;}
  .testimonials-heading strong{font-size: 29px;}
  .testimonials1{padding:10px 0;}
  .bttm-line ul li a{margin:6px 0;}
  .footer-navigation{padding: 1px 0px 16px 0px;text-align: left;}
  .footer-serv{width:50%;}
  .heartt svg{height: 270px;width: 290px;}
  .content-design h1{font-size: 23px;line-height: 34px;}
  .note a{padding: 5px 16px;font-size: 17px;margin: 20px 5px 0 0;}
  .footercontact-heading ul li:nth-child(3),.footercontact-heading ul li:nth-child(2){display:none;}
  .note p{font-size: 13px;}
  .fix a{
    font-size: 19px;
}
  
}
@media (max-width: 420px) and (min-width: 0px) {
  .content-design h1{font-size: 17px;line-height: 28px;border-radius: 10px;padding: 8px 14px;}
  .bottomservices-heading span{padding: 6px 16px 6px;font-size: 16px;}
  .bttm-line p{font-size: 18px;}


}   




  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
