@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

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

a {
  text-decoration: none;
}

li:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #454545;
  font-family: 'Roboto Condensed', sans-serif;
}

.clr {
  clear: both;
}

.container:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

ol,
ul {
  list-style: none outside none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
}

p {
  font-size: 15px;
  color: #282828;
  font-family: 'Roboto', sans-serif;
}


/** start working here **/

#header {
  background-color: #52007b;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.top-head {
  background-color: #ffc106;
}

.logo {
  float: left;
}

.header-right {
  float: right;
  height: 49px;
}

a.get-consult {
  color: #000 !important;
}

.ser-box>a {
  color: hsl(0, 0%, 27%);
}

.get-consult {
  background: #560830 url("../images/consult-arrow.webp") no-repeat scroll 98% center;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  margin: 0 14px 0 0;
  padding: 11px 44px 10px 13px;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.banner-bottom .banner-call a {
  background-color: transparent;
  padding: 0;
  color: #1E1E1E;
  font-size: 30px;
}

.banner-bottom .banner-call p {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}

.banner-bottom {
  background: #ffc106 url(../images/banner-bottom-bg.webp) no-repeat top center;
  background-size: cover;
  padding: 30px 0;
  border-bottom: 5px solid orangered;
}

.astr-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-bottom-center {
  text-align: center;
}

.banner-bottom-center a {
  background-color: #560830;
  padding: 10px 50px;
  color: #fff !important;
  display: inline-block;
  font-size: 26px;
  border-radius: 30px;
  text-transform: uppercase;
}

.banner-bottom-center p {
  font-size: 24px;
  margin: 9px 0 15px;
  font-weight: 600;
}

.banner-bottom-center h1 {
  color: rgb(255 255 255);
  line-height: 45px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 31px;
}

.banner-bottom-center span {
  color: #560830;
}


.header-right p {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  text-transform: capitalize;
}

.header-right span {
  color: #fff;
}

.header-right a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.title a {
  color: #ffc000;
}

.scnd-head {
  background-color: #ffc000;
  padding: 2px 0px;
  color: #333;
  box-shadow: 0px 0px 15px #ccc;
}

/** navigation **/

.logo img {
  width: 100%;
  max-width: 145px;
}
.main-head-navigation {
  width: 100%;
  margin: 0 auto;
  float: center;
  position: relative;

}

.nav-Canada {
  list-style: none;
  width: 100% !important;
}

.nav-Canada a {
  text-transform: capitalize !important;
  padding: 10px !important;
  
}

.nav-Canada li {
  width: 33%;
  float: right;
  color: #560830;
}

.nav-ser {
  position: relative;
}

.toggleMenu {
  display: none;
  background: #FF0000;
  padding: 10px 15px;
  color: #560830;
  font-weight: 600;
}

.nav {
  list-style: none;
  zoom: 1;
  text-align: left;
  justify-content: center;
  display: flex;
  margin-top: 12px;
  /* margin-bottom: 10px; */
  padding-bottom: 9px;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav ul {
  list-style: none;
  width: 300px;
}
.nav a {
  border-right: 1px solid #a23434;
  color: #fff;
  font-size: 21px;
  padding: 0 12px 0px 12px;
  /* margin: 0 0 5px 0; */
}

.nav li {
  background: url(../images/navigation-line.webp) no-repeat left;
}

.nav li:first-child {
  background-image: none;
}

.nav>li {
  display: inline-block;
}

.nav>li>.parent {
  background: url(../images/navigation-line.webp) no-repeat left, url(../images/downArrow.webp) no-repeat 97%;
  z-index: 1;
}

.nav>li>.parent:hover {
  color: #ff6f01
}

.nav>li>a {
  display: inline-block;
}

.nav li ul {
  position: absolute;
  left: -9999px;
}

.nav>li.hover>ul {
  left: 0;
}

li.hover a {
  color: #ff6f01;
}

.nav li li.hover ul {
  left: 100%;
  top: 0;

}

.nav li li a {
  background: #ffae00 none repeat scroll 0 0;
  border-bottom: 1px dotted #7f7f7f;
  border-left: 1px dotted #7f7f7f;
  border-right: medium none;
  display: block;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  width: 100%;
  height: 45px;
  z-index: 100;
  padding: 12px 20px;
  color: #510c2a !important;
}

.right-services ul {
  padding: 0;
}

.resp-menu {
  display: none;
}

.nav li li li a {
  background: #249578;
  z-index: 200;
  border-top: 1px solid #1d7a62;
}

.nav li li a:hover {
  background-color: #560830;
  color: #fff !important;
}

/** navigation **/

.follow-us {
  color: #000;
  float: left;
  height: 49px;
  font-size: 19px;
  text-transform: uppercase;
}

.follow-us>span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.follow-us>ul {
  display: inline-block;
}

.follow-us li {
  display: inline-block;
  background-color: #560830;
  padding: 10px 20px;
  min-height: 45px;
}

.follow-us a {
  display: block;
  color: #fff;
}

/** banner **/

#banner img {
  width: 100%;
}

/** services **/
#home-service {
  padding: 50px 0;
}

.title {
  text-align: center;
}

.title h1 {
  color: #560830;
  line-height: 40px;
}

.contact-address a {
  color: hsl(0, 0%, 16%);
}

.loc-box.item a {
  color: #000;
}

.foot-contact a {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0 !important;
  padding-left: 0 !important;
}

.title h2 {
  color: #560830;
  line-height: 40px;
}

.title p {
  color: #ffc000;
  font-size: 20px;
  font-weight: 400;
}

.ser-box {
  width: 32% !important;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  background-color:#560830;
  color:#ffc000;
}

.main-ser {
  margin-top: 50px;
}

.ser-box span {
  font-size: 21px;
  margin-top: 16px;
  font-weight: 600;
  color: #ffc000;
  display: block;
}


.ser-box  p {
  color: #ffc000;
  padding-top: 12px;
}

.ser-box.item>a {
  color: hsl(31, 98%, 51%);
}

.immedeatly span {
  color: #ffc000;
  font-size: 25px;
}

.immedeatly p {
  color: rgb(48, 48, 48);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.immedeatly a {
  color: #303030;
}

.immedeatly {
  clear: both;
  padding-bottom: 14px;
  padding-top: 50px;
  text-align: center;
  background: url(../images/title-bg.webp) no-repeat bottom center;
}

/** services ravi varma **/

#services-ravi-varma {
  background: url(../images/astrology-bg.webp) no-repeat top center;
  background-size: cover;
  padding: 50px 0;
}

.title.ser-astro-title {
  background: none;
}

.title.ser-astro-title h2 {
  color: #000;
}

.title.ser-astro-title span {
  color: #E91E63;
  font-weight: 600;
}

.left-pannel {
  width: 50%;
  float: left;
}

.main-pannel {
  margin-top: 50px;
}

.ser-list ul li a {
  background: rgba(0, 0, 0, 0) url("../images/right-icon.webp") no-repeat scroll left 4px;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 28px;
  padding-left: 32px;
}

.sm-box>img {
  width: 100%;
}

.small-banners {
  margin-top: 50px;
  clear: both;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}

.inner-right-image>img {
  width: 100%;
}

.sm-box:last-child {
  margin-right: 0;
}

.ser-list {
  float: left;
  width: 50%;
}

.prt-box {
  float: left;
  padding: 17px 0;
  width: 100%;
  /* border-top: 1px solid #c89d0f; */
  border-bottom: 1px solid #c89d0f;
  display: flex;
}

.prt-box>img {
  float: left;
  margin-right: 20px;
  width: auto;
  height: 100% !important;
}

.prt-box>p {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.prt-box>span {
  color: #560830;
}

.prt-box span {
  color: #ffc000;
  display: block;
  font-weight: 600;
}

.ser-list:last-child {
  border-left: 1px solid #c89d0f;
  padding-left: 40px;
}

.ask-question p {
  background: rgba(0, 0, 0, 0) url("../images/ques-icon.webp") no-repeat scroll 300px center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 55px;
  padding-left: 120px;
  text-transform: uppercase;
}

img.shiv {
  width: 100%;
  max-width: 320px;
}

.testimonials-box img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50px;
}

.ask-question span {
  color: #ffffff;
}

.ask-question a {
  color: #000;
}

.ask-question {
  clear: both;
  text-align: center;
}

#location {
  padding: 50px 0
}

.loc-box {
  width: 24%;
  margin-bottom: 40px;

}

.loc-box a {
  background-color: #ff6f01;
  border-radius: 5px;
  color: #000;
  padding: 7px 14px;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
}

.main-loc {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.loc-box>p {
  color: #3b3b3b;
  font-size: 20px;
  margin-top: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial-slider p {
  font-size: 17px;
  margin: 10px 0;
  line-height: 23px;
}

.testimonials-box .testimonial-slider img {
  display: inline-block;
}



#location .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/service-arrow-1.webp") no-repeat scroll 0 0;
  min-height: 44px;
  width: 45px;
  margin: 0 5px;
}

#location .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/service-arrow-2.webp") no-repeat scroll 0 0;
  min-height: 44px;
  width: 45px;
}

#location .owl-prev>span {
  display: none;
}

#location .owl-next>span {
  display: none;
}


#home-service .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/service-arrow-1.webp") no-repeat scroll 0 0;
  min-height: 44px;
  width: 45px;
  margin: 0 5px;
}

#home-service .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/service-arrow-2.webp") no-repeat scroll 0 0;
  min-height: 44px;
  width: 45px;
}

#home-service .owl-prev>span {
  display: none;
}

#home-service .owl-next>span {
  display: none;
}

/** content form **/

.content-form {
  background-color: #fff;
  display: flex;
  float: left;
  text-align: center;
  width: 100%;
}

.main-form-box {
  margin-top: 16px;
}

.main-content {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/content-bg.webp");
  background-origin: padding-box;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px dashed hsl(0, 0%, 20%);
  min-height: 664px;
  position: relative;
  width: 50%;
}

.content-para {
  float: right;
  max-width: 482px;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.content-para>h1 {
  font-size: 29px;
  line-height: 33px;
  color: #000;
}

.content-para>span {
  color: #ffd200;
  display: block;
  font-size: 20px;
  margin: 10px 0;
}

.content-para>p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.content-para span {
  color: #fff;
}

.main-content.main-form {
  background: rgba(0, 0, 0, 0) url("../images/form-bg.webp") no-repeat scroll left 0;
  background-size: cover;
}

.main-form .content-para {
  left: 100px;
  right: 0;
}

.form-box {
  float: left;
  margin: 1px 1% 5px 0;
  width: 100%;
}

.textfield {
  border: medium none;
  color: #0d0d0d;
  font-size: 15px;
  height: 42px;
  text-indent: 10px;
  width: 100%;
}

.text-area {
  color: #8d8d8d;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 97px;
  resize: none;
  width: 100%;
}

.ask-question.footer-ask-ques span {
  color: #fff !important;
}

.ask-question.footer-ask-ques a {
  color: #fff !important;
}

.main-form .content-para span {
  color: #000;
}

.form-box.sen-form-box {
  width: 100%;
}

.sub {
  background-color: #030a38;
  border: none;
  color: #fff;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px 10px;
}


/** client testimonial **/

#client-testimonials {
  padding: 50px 0;
  clear: both;
  text-align: center;
}

.testimonials-box {
  display: inline-block;
  margin-top: 50px;
  text-align: center;
  width: 70%;
}

.testimonials-box>p {
  font-size: 17px;
  margin: 10px 0;
  line-height: 23px;
}

.testimonials-box h6 {
  color: #ffc000;
  font-size: 20px;
  line-height: 20px;
}

.testimonials-box>span {
  font-size: 20px;
}

/** footer **/

#footer {
  /* background: url(../images/footer-bg.webp) no-repeat top center; */
  /* background-color: #560830; */
  background-image: linear-gradient(to right, #560830, #964870);
  /* background-size: cover; */
  font-weight: 400;
  padding-bottom: 20px;
}
.foot-box>h6 {
  color: #ffd200;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.foot-box a {
  background: rgba(0, 0, 0, 0) url("../images/footer-arrow.webp") no-repeat scroll left 6px;
  color: #fff !important;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 9px;

}

.foot-box ul {
  padding: 0px !important;
}

.main-footer {
  margin-top: 50px;
}

.foot-box {
  float: left;
  margin-right: 2%;
  width: 23%;
}

.foot-box>p {
  color: #fff;
  font-size: 15px;
  margin-top: 12px;
}

.foot-box.scn-foot-box {
  width: 45%;
  float: left;
}

.foot-box.scn-foot-box>ul {
  float: left;
  margin-right: 63px;
}

.foot-contact>p {
  color: #fff;
  font-size: 14px;
  display: table;
}

.foot-contact {
  width: 100%;
  float: left;
}

.foot-contact>img {
  float: left;
}

.foot-contact span {
  color: #ffdd00;
  display: block;
  font-size: 22px;
}

.foot-contact {
  float: left;
  width: 100%;
  margin: 0px 0;
}

.foot-left {
  float: left;
}

.foot-right {
  float: right;
}

.foot-left ul li a {
  border-right: 1px solid #757575;
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0 10px;
}

.foot-left li {
  float: left;
}

#foot-bottom {
  padding: 20px 0px;
}

.foot-right>p {
  color: #757575;
}

.ask-question.footer-ask-ques {
  background: url(../images/footer-skew-bg.webp) no-repeat center;
}

.ask-question.footer-ask-ques p {
  background: rgba(0, 0, 0, 0) url("../images/ques-icon-2.webp") no-repeat scroll 318px center;
  min-height: 79px;
  padding-left: 63px;
  font-size: 26px;
  line-height: 79px;
}

.inner-title a {
  color: hsl(0, 0%, 100%);
}

.last-para a {
  color: hsl(341, 100%, 32%);
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

/** about us page **/

.inner-banner {
  background: url(../images/inner-banner.webp) no-repeat top center;
  padding: 42px 0;
}

.inner-title {
  float: left;
  color: #fff;
}

.right-title {
  float: right;
  margin-top: 20px;
}

.right-title li {
  float: left;
}

.right-title ul li a {
  color: #fff;
  display: block;

  font-size: 16px;
  padding: 0 3px;
}

.active-inner>a {
  color: #FFD024 !important;
}

.inner-content {
  background-color: #fff;
  margin-bottom: 50px;
  margin-top: 50px;
}

.inner-content-left {
  width: 70%;
  float: left;
}

.inner-right-side {
  width: 28%;
  float: right;
}

.inner-content-left h2 {
  font-size: 25px;
  line-height: 32px;
}

.inner-content-left span {
  color: #DB1344;
}

.inner-content-left h2 {
  font-size: 29px;
}

.inner-content-left>p {
  font-size: 16px;
  line-height: 23px;
  margin: 15px 0;
}

.inner-right-image::before {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 2px solid #DB1344;
  bottom: 40px;
  content: "";
  left: 0;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: -1;
}

.inner-right-image {
  display: block;
  margin-bottom: 40px;
  margin-right: 0px;
  padding-left: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.form-right {
  background-color: #080731;
  padding: 25px;
  border-radius: 10px;
}

.form-right-box .textfield {
  margin: 3px 0;
  border-radius: 3px;
}

.inner-content-left h3 {
  font-size: 26px;
}

.form-right>h6 {
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  margin: 10px 0;
}

.form-right-box .sub {
  background-color: #ffd004;
  border: 1px solid #dfdf50;
  color: #000;
}


/** Astrology Services + **/

.main-inner-services .ser-box:nth-child(3n) {
  margin-right: 0;
}

.main-inner-services .ser-box {
  margin-right: 2%;
  width: 32%;
  margin-bottom: 40px;
}

/** contact us **/

.contact-form textarea {
  height: 140px;
}

.contact-form .form-box {

  margin-bottom: 20px;
}

.contact-us-page .inner-content-left {
  width: 60%;
}

.contact-us-page .inner-right-side {
  width: 35%;
}

.contact-address img {
  vertical-align: middle;
}

.contact-address li {
  margin-bottom: 20px;
  position: relative;
}

.contact-address span {
  color: #ffc000;
  display: block;
  font-size: 17px;
  width: 100%;
}

.contact-address img {
  vertical-align: middle;
}

.contact-address p {
  font-size: 16px;
  left: 55px;
  position: absolute;
  top: 40px;
}

.contact-follow>p {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.contact-follow li {
  float: left;
}

.contact-follow a {
  display: block;
  padding: 0 4px;
}

.contact-follow {
  padding-top: 55px;
}

.map-contact {
  clear: both;
  padding-top: 50px;
}

.map-contact iframe {
  width: 100%;
}

.inner-content-left>img {
  float: left;
  padding: 20px 20px 20px 0;
}

.lisiting li {
  padding: 0 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.thanks {
  float: left;
  text-align: center;
  width: 100%;
}

.thanks h3 {
  color: #ffae00;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.thanks p {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 10px;
}

.warm-regards {
  float: left;
  text-align: center;
  width: 100%;
}

.warm-regards h3 {
  color: #ffae00;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
}

.warm-regards p {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 10px;
}

.back-to-home {
  background: #ffae00 none repeat scroll 0 0;
  border-radius: 3px;
  clear: both;
  display: inline-block;
  margin: 12px 0;
  padding: 7px 40px;
  text-transform: uppercase;
}

.warm-regards a {
  color: #4c4c4c;
  font-size: 17px;
}

.res-para {
  display: none;
}

#res-banner {
  display: none;
}

.disclaimer {
  clear: both;
  padding: 16px 0 0 10px;
}

.disclaimer>p {
  color: #757575;
}

.disclaimer a {
  color: #ffc000 !important;
}

.inner-title>h1 {
  font-size: 40px;
  text-transform: capitalize;
}

.immedeatly.imm-res {
  display: none;
}

.home-page-content {
  margin-top: 30px;
  text-align: center;
}

.home-page-content>h2 {
  font-size: 30px;
  margin-bottom: 13px;
}

.home-page-content>p {
  font-size: 17px;
  margin-bottom: 10px;
}

.content-para>h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.right-services>span {
  color: hsl(341, 100%, 32%);
  font-size: 28px;
}

.right-services {
  margin-top: 20px;
}

.right-services a {
  background: hsla(0, 0%, 0%, 0) url("../images/side-bar-arrow.webp") no-repeat scroll left 6px;
  border-bottom: 1px solid hsl(0, 0%, 80%);
  color: hsl(0, 0%, 0%);
  display: block;
  font-size: 18px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
}

.loc-box a:hover {
  background-color: #ffc000;
  color: #fff;

}


.main-home-countries {
  background-color: #f4d200;
  padding: 90px 0;
  position: relative;
  margin-top: 85px;
}


.w3-bar.w3-black {
  text-align: center;
  position: absolute;
  top: -44px;
  transform: translatex(-50%);
  left: 50%;
}

.w3-bar-item.w3-button {
  background-color: #560830;
  margin-top: 70px;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}

.cnrty-list a {
  display: block;
  background-color: #560830;
  color: #fff !important;
  padding: 10px 0px;
  border-radius: 5px;
  font-size: 15px;
}

.cnrty-list li {
  float: left;
  margin-right: 20px;
  width: 23%;
  text-align: center;
  margin-bottom: 10px;
}

.header-right .fa.fa-whatsapp {
  color: #48a91f;
  font-size: 34px;
  vertical-align: middle;
  font-weight: 600;
}

.header-center {
  display: none;
}

.foot-sell {
  bottom: 0;
  color: #fff;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999999;
}

.foot-call.foot-whtsapp {
  background-color: #24cc63;
  border-right: 0 none;
  min-height: 63px;
  padding: 16px 0;
  display: block;
}

.foot-call .fa.fa-whatsapp {
  background-color: #24cc63;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  left: 23%;
  padding: 15px;
  position: absolute;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

.foot-call {
  background-color: #fd9e06;
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 21px;
  min-height: 62px;
  padding: 19px 13px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.foot-call .fa.fa-phone {
  background-color: #fd9e06;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  padding: 15px;
  position: absolute;
  right: 12%;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

.lisiting {
  margin-top: 20px;
}

section.three-circle-cards {
  padding: 40px 0 60px 0;
}

.three-cards-headings h2 {
  color: #e31f4c;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.three-cards-headings p {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 45px 0;
  width: 80%;
}

.card-inner-main {
  text-align: center;
}

.card-inner-main img {
  height: 290px;
  width: 350px;
  padding: 5px;
  object-fit: cover;
  background-image: linear-gradient(43deg, #E91E63 0%, #ffbf00 46%, #853900 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.card-inner-main h2 {
  color: red;
  margin: 15px 0 10px 0;
}

.card-inner-main p {
  color: green;
  margin: 15px 0 0px 0;
  font-weight: 600;
}

.card-inner-main h3 {
  margin: 20px 0 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #e31f4c;
}

a {
  text-decoration: none !important;
}

/* close */

.inner-content-left img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.inner-content.clearfix {
  text-align: justify;
}

.right-services a {
  font-size: 17px;
}



section.tf__counter {
  padding: 15px 0 50px 0;
}

.tf__single_counter_center {
  width: 230px;
  height: 230px;
  border: 8px solid #000000;
  border-radius: 50%;
  margin: 25px auto 0px;
  padding: 13px;
  position: relative;
}

.tf__single_counter_center h2 {
  width: 190px;
  height: 190px;
  text-align: center;
  line-height: 180px;
  background: rgb(233, 30, 99);
  background: linear-gradient(90deg, rgba(233, 30, 99, 1) 0%, rgba(83, 15, 67, 1) 34%, rgba(5, 8, 51, 1) 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 1);
}

.tf__single_counter p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 25px;
  color: #000;
}

.tf__single_counter_center h2 span::after {
  position: absolute;
  content: "+";
  top: 0;
  right: -3px;
  font-size: 50px;
  font-weight: 900;
  color: #ffdc01;
}

.tf__single_counter_center h2 span {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-right: 27px;
}


/*  */

.as_banner_img {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.as_banner_img .as_hand_bg {
  animation: spin 12s infinite linear;
  width: 100%;
}

.as_banner_img .as_hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.title1{
  color: #560830;
}

.as_about_detail {
  color: #333;
}

.as_heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.as_paragraph_wrapper p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.as_contact_expert {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.as_icon img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.as_year_ex {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
}

.as_btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.as_btn:hover {
  background-color: #555;
}

@media (max-width: 768px) {

  .as_banner_img {
    margin-bottom: 20px;
  }
}



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

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

.as_banner_img .as_hand_bg {
  animation: spin 12s infinite linear;
  /* Apply the spin animation */
  display: inline-block;
  width: 100%;
  height: auto;
}

.as_heading {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: #560830;
  font-weight: 600;
  font-family: 'Philosopher', sans-serif !important;
}

.as_paragraph_wrapper {
  padding-left: 20px;
  border-left: 2px solid #f4a636;
  margin-top: 20px;
}

.as_contact_expert .as_icon:before {
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #dcdcdc;
  content: '';
  border-radius: 100%;
  width: 100px;
  height: 100px;
}


.as_year_ex {
  font-size: 60px;
  font-weight: 700;
  color: #f4a636;
  font-family: cursive;
  margin-right: 10px;
}

.as_contact_expert .as_icon {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}


.as_btn,
.as_btn:focus,
.as_btn:visited {
  height: 45px;
  background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  font-size: 14px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border: none !important;
  position: relative;
  color: white;
  border-radius: 45px;
  outline: none;
  min-width: 160px;
  justify-content: center;
  outline: none;
  z-index: 1;
  overflow: hidden;
}

.as_contact_expert h5 {
  font-size: 18px;
  margin: 0;
}


.as_contact_expert h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.about-main {
  margin: 80px 0px;
}

.about-main .heading{
  color:#560830;
}


.vcc {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

/*why choose us   */



.as_whychoose_wrapper {
  background-image: url('../images/aboutsection/bg5.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}


.as_whychoose_wrapper:before {
  position: absolute;
  content: '';
  background: url('../images/aboutsection/shape.svg') no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}


.as_whychoose_wrapper:after {
  position: absolute;
  content: '';
  background: url('../images/aboutsection/shape.svg') no-repeat;
  transform: scale(-1);
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.as_whychoose_wrapper .as_heading {
  color: #ffffff;
}


.as_heading {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: var(--dark-color1);
  font-weight: 600;
}

.as_whychoose_wrapper p {
  color: #ffffff;
  font-size: 20px;
  font-family: cursive;
}

.as_padderBottom50 {
  padding-bottom: 50px;
}

.as_padderTop20 {
  padding-top: 20px;
}

.as_choose_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_choose_ul li {
  display: inline-flex;
  width: 19.5%;
  justify-content: center;
  color: #ffffff;
}

.as_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
}

.as_whychoose_box .as_number>span {
  font-size: 24px;
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.as_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  font-family: cursive;
}



/* service css */

.as_service_img:after {
  position: absolute;
  content: '';
  left: 46%;
  transform: translateX(-50%);
  width: 207px;
  height: 651px;
  background-image: url('../images/aboutsection/service_shape.webp');
  bottom: -35px;
}



.as_service_img .as_service_circle {
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
}

.as_service_img {
  position: relative;
}


.as_service_img .as_service_img {
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 150px;
}

.as_verticle_center {
  display: flex;
  align-items: center;
}


.as_service_box {
  background-color: #ffffff;
  padding: 59px 22px 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
  border: 1px solid rgb(231, 231, 231);
  position: relative;
  min-height: 322px;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s linear;
}


.as_service_box .as_icon svg {
  fill: #f4a636;
  transition: none;
}


.as_service_box .as_subheading {
  margin: 40px 0 10px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  transition: none;
  font-family: cursive;
}

.as_subheading {
  font-size: 22px;
  text-transform: capitalize;
  color: black;
}


.as_service_box p {
  transition: none;
}


.as_service_box:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -135px;
  background-image: url('../images/aboutsection/circle.webp');
  width: 271px;
  height: 270px;
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  z-index: -1;
}

.as_service_box:hover {
  background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);

}


.as_service_box:hover .as_subheading,
.as_service_box:hover p,
.as_service_box:hover .as_link {
  color: #ffffff;
}


.as_service_box:hover .as_subheading,
.as_service_box:hover p,
.as_service_box:hover .as_link {
  color: #ffffff;
}

.as_service_box:hover .as_subheading,
.as_service_box:hover p,
.as_service_box:hover .as_link {
  color: #ffffff;
}

.as_service_box:hover .as_icon svg {
  fill: #ffffff;
}

.as_service_box:hover .as_link span svg {
  fill: #ffffff;
}

a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

.as_link {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  letter-spacing: 0.6px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  transition: none;
  cursor: pointer;
  /* display: inline-flex; */
}

.service-main {
  margin: 50px 0px;
}

.as_horoscope_wrapper {
  background-image: url('../images/aboutsection/bg3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_padderBottom80 {
  padding-bottom: 80px;
}

.as_padderTop80 {
  padding-top: 80px;
}

.as_heading {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: black;
  font-weight: 600;
  font-family: cursive;
}

.as_font14 {
  font-size: 16px;
  line-height: 26px;
}

.as_padderBottom20 {
  padding-bottom: 20px;
}

.as_padderTop20 {
  padding-top: 20px;
}

.as_sign_box {
  background-color: #ffffff;
  /* max-width: 170px; */
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
  border: 1px solid rgb(231, 231, 231);
  margin-top: 30px;
  transition: all 0.3s linear;
}

.as_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin: 0 0 2px;
  transition: none;
  transition: all 0.3s linear;
  font-family: cursive;
}

.as_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  transition: none;
}


.as_sign_box:hover {
  background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
  border-color: rgb(231, 231, 231);
}

.as_sign_box .as_sign {
  background-color: #ffffff;
  box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
  height: 56px;
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
  border-radius: 100%;
  transition: all 0.3s linear;
}

.as_sign_box:hover h5,
.as_sign_box:hover p {
  color: #ffffff;
}

.as_sign_box:hover h5,
.as_sign_box:hover p {
  color: #ffffff;
}

.about-main {
  background-image: url('../images/aboutsection/bg2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

ul.nav a {
  color: #000000 !important;
}

/*  */
.ast_slider_wrapper {
  position: relative;
  width: 100%;
  background: #111 url(../images/header/slider1.webp) center/cover no-repeat fixed;
  z-index: 1;
}

.ast_banner_text {
  text-align: center;
  color: #fff;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}



.ast_waves {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ast_wave {
  position: absolute;
  width: 800px;
  height: 800px;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: scale(0.1);
  opacity: 0;
  animation: pulse 5s ease-out infinite;
}

/* Wave 1 - Left Bottom */
.ast_wave:first-of-type {
  bottom: 20px;
  left: 15%;
  animation-delay: 0s;
}

/* Wave 2 - Center Bottom */
.ast_wave:nth-of-type(2) {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 1.2s;
}

/* Wave 3 - Right Bottom */
.ast_wave:nth-of-type(3) {
  bottom: 20px;
  left: 85%;
  animation-delay: 2.4s;
}

.ast_bannertext_wrapper h1 {
  margin-top: 50px;
  font-size: 60px;
  color: #fff;
  font-weight: 400;
}

.ast_bannertext_wrapper ul {
  list-style: none;
  margin: 40px 0 50px;
  padding: 0;
}

.ast_bannertext_wrapper ul li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 18px;
}

.ast_btn {
  display: inline-block;
  padding: 12px 20px;
  background: #ff6f00;
  color: #fff;
  text-transform: capitalize;
  border: none;
  border-radius: 3px;
  transition: all 0.5s;
  text-decoration: none;
}

.ast_btn:hover {
  background: #fff;
  color: #ff6f00;
}

/* Keyframes */


.ast_wave {
  width: 700px;
  height: 700px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 50%;
  left: -350px;
  position: absolute;
  bottom: -350px;
  z-index: -1;
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0;
  -webkit-animation: pulse 3000ms ease-out infinite;
  -moz-animation: pulse 3000ms ease-out infinite;
  -ms-animation: pulse 3000ms ease-out infinite;
  -o-animation: pulse 3000ms ease-out infinite;
  animation: pulse 3000ms ease-out infinite;
}

.ast_wave:nth-of-type(3) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

/*  */


.starfield {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.starfield>* {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 50% 50%;
  background-image: radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation-name: starfieldRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.starfield>*:nth-child(1) {
  animation-duration: 18s;
}

.starfield>*:nth-child(2) {
  animation-duration: 22s;
}

.starfield>*:nth-child(3) {
  animation-duration: 36s;
}

.starfield>*:nth-child(4) {
  animation-duration: 40s;
}

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

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


/* 
.second-header {
  border: none;
  color: #fff;
  padding: 12px;
  /* background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); */
  /* position: relative;
  z-index: 1; */
/* */ 

.header-cta ul li {
  display: inline-block;
  padding-right: 30px;
}

.header-cta ul li:first-child {
  margin-left: 0;
}

.second-header a,
.second-header span {
  color: #333;
}

.header-social a {
  margin-left: 20px;
}

.header-social a {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
}

.header-social {
  display: flex;
  justify-content: end;
}


.header-cta ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px !important;
}

.as_breadcrum_wrapper {
  background-image: url(../images/bg10.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 140px;
  position: relative;
  z-index: 1;
  color: #ffffff;

}

.as_breadcrum_wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.as_breadcrum_wrapper::after {
  position: absolute;
  content: '';
  background: url('../images/aboutsection/shape.svg') no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  transform: scale(-1);
  bottom: 0;
  z-index: 1;
}

.as_breadcrum_wrapper h1 {
  margin: 0px 0 15px;
  font-size: 28px;
  font-family: cursive;
}

.as_breadcrum_wrapper .breadcrumb {
  display: inline-flex;
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 30px;
  margin: 0px;
  align-items: center;
  background-color: transparent;
}

.breadcrumb>li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb>li+li:before {
  content: '';
  background-image: url('../images/star.webp');
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  display: inline-flex;
  margin: 0 10px;
}


.contact-bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.section-title h5 {
  color: #b037a6;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}

.booking-area h2 {
  color: #00173c;
}


.section-title h2 {
  font-size: 60px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  position: relative;
}

.booking-area p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.booking-area input {
  border: none;
  background: #fff;
  padding: 10px 20px;
  transition: .3s;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(119, 119, 119);
  border-style: solid;
}

/*  */


.inner-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.inner-content-left,
.inner-right-side {
  flex: 1;
  width: 100%;
}

.contact-form {
  background: #fff;
  padding: 50px 45px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.contact-form .form-box {
  margin-bottom: 15px;
}

.contact-form .textfield {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form .textfield:focus {
  border-color: #007bff;
  outline: none;
}

.contact-form .text-area {
  height: 100px;
  resize: none;
}

.contact-form .sub {
  width: 100%;
  background: #560830;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .sub:hover {
  background: #0056b3;
}

.inner-right-side {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.inner-right-side h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffa200;
}

.inner-right-side img {
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.inner-right-side p {
  font-size: 16px;
  margin: 10px 0;
}

.inner-right-side a {
  color: #ff7300;
  text-decoration: none;
}

.inner-right-side a:hover {
  text-decoration: underline;
}

.form-box input {
  border: 1px solid rgb(210, 210, 210) !important;
  border-radius: 10px !important;
}

.get-app {

  font-weight: 600;
  margin: 10px 0px;
}


.lisiting ul {
  padding: 0px !important;
}

.inner-right-side {

  position: sticky;
  top: 10px;
}



/*  */



.contact-container {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: auto;
  position: sticky;
  top: 30px;
}

.contact-container h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 14px 0px;
  color: #560830;
  text-align: justify;
  font-family: cursive;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-item i {
  font-size: 20px;
  color: #f78102;
}

.contact-item p {
  margin: 0;
  font-size: 16px;
  color: #444;
}

.contact-item span {
  font-weight: bold;
  color: #000;
}

.contact-item a {
  color: #e66f00;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}


.contact-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 250px;
  object-fit: cover;

}

.ser-box {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
}

.ser-box img {
  border-radius: 10px;
}



#thankYouMessage {
  display: none;
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}

#thankYouMessage h3 {
  font-size: 1.5rem;
  color: #2e8b57;
  margin-bottom: 10px;
}

#thankYouMessage p {
  font-size: 1rem;
  color: #333;
}

.ser-box img {
  height: 280px !important;
  width: 100%;
  object-fit: cover;
}

.col-md-3 .ser-box {
  width: 15%;
  margin-bottom: 20px;
  text-align: center;
}

.main-ser .row {
  gap: 14px !important;
  justify-content: center !important;
}

.btn-service {
 color:#560830;
 background-color:#ffc000;
 padding: 15px;
 border-radius: 10px;
}

.btn-service:hover {
  color:#560830;

 }

.btn-servicee{
  padding-top: 15px;
}
.footer-logo {
  /* background-color: white; */
  border-radius: 10px;
  height: 115px;
  object-fit: contain;
}

.sai-baba{
 
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.flag img{
width: 55px;
height: 50px;
padding: 5px;
object-fit: cover;
}

.country-flags{
  background: #560830;
  margin: 20px 0px;
  padding: 50px 0px;
}

.country-flags h2{
  color: white;
}

.form-clt select{
  width: 100%;
 border: 1px solid #ccc !important;
 height: 40px;
 margin-bottom: 10px;

}

.banner-home img{
  width: 100%;
}

.cnrty-list a:hover{
color: white;
}

.copyright-footer p{
  color: white;
  display: flex;
  justify-content: center;
  padding-bottom:0px ;
  margin-bottom: 0px;
  border-top: 1px solid white;
  padding-top: 20px;
  flex-wrap: wrap;
}

.copyright-footer a{
  color: white;
}