@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
::-moz-selection {
  color: #fff;
  background: #333;
}
::selection {
  color: #fff;
  background: #333;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.fixheader {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
}
.fixheader .head-top {
  display: none !important;
}
a {
  text-decoration: none !important;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
p, li {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  letter-spacing: .2px;
  padding: 5px 0;
  color: #555;
}
.head-top {
  border-bottom: 1px solid #f0f0f0;
}
.head-top img {
  width: 140px;
}
.social ul li {
  list-style: none;
}
.social ul li a {
  width: 35px;
  line-height: 35px;
  margin: 0 7px 0 0;
  background: #02aeff;
  display: block;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}
.social ul li a:hover {
  background: #111070;
  color: #fff;
}
.head-contact {}
.head-contact a {
  color: #333;
  font-size: 14px;
}
.head-contact a.whatsapp {
  background: #37b849;
  color: #fff !important;
  padding: 7px 20px;
  border-radius: 25px;
}
.head-contact a.whatsapp svg {
  color: #fff;
  font-size: 17px;
}
.head-contact a svg {
  color: #02aeff;
}
.head-contact a:hover {
  color: #111070;
}
.logo img {
  width: 240px;
}
.navbar {
  padding: 0 !important;
}
.navbar .nav-item {
  padding: 0;
}
.navbar .nav-link {
  padding: 0 15px !important;
  margin: 0;
  line-height: 42px;
  font-size: 14px;
  display: block;
  color: #333 !important;
  font-weight: 500;
  letter-spacing: .4px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff0606;
}
.navbar .dropdown-menu {
  border: none;
  padding: 0;
  background: #02aeff;
  -webkit-box-shadow: 1 6px 15px 0 rgb(0 0 0 / 5%);
  -moz-box-shadow: 1 6px 15px 0 rgb(0 0 0 / 5%);
  box-shadow: 1 6px 15px 0 rgb(0 0 0 / 5%);
}
.navbar .nav-link svg {
  font-size: 10px;
  margin-left: 5px;
}
.navbar .nav-link:hover, .navbar .nav-link:active {
  color: #111070 !important;
}
.navbar .nav-link.btn-highlight, .navbar .nav-link.btn-highlight:hover, .slim-btn, .slim-btn:hover {
  background: #111070;
  color: #ffffff !important;
  border-radius: 30px;
  padding: 0 20px 0 7px !important;
  margin-left: 10px;
}
.navbar .nav-link.btn-highlight svg, .slim-btn .fa-calendar-alt {
  background: #fff;
  color: #111070;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 30px;
  margin: 6px 10px 0 0;
  float: left;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.second-menu {
  background: #02aeff;
}
.menu-collapser {
  position: absolute;
  top: 95px;
  right: 30px;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
  width: 30px;
}
.collapse-button span:nth-of-type(3) {
  width: 20px;
}
.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 40px;
  position: relative;
  margin: 4px 0;
  background: #333;
  border-radius: 1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}
.crotate span:nth-of-type(2) {
  display: none;
}
ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table
}
ul.slimmenu:after {
  clear: both
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none
}
ul.slimmenu li ul li {
  width: 100%;
  padding: 0;
  background: #02aeff;
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0 !important;
  min-width: 250px;
  background: #fff;
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%
}
ul.slimmenu li a {
  padding: 0 30px;
  margin: 0;
  line-height: 42px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: .4px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #fff;
  background: none !important;
  padding: 10px 15px;
  letter-spacing: .4px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  text-transform: none;
  border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
  display: none;
}
ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
  background: #111070 !important;
  color: #fff;
}
ul.slimmenu li.active a {
  background: #111070;
  color: #fff;
}
ul.slimmenu li a:hover {
  background: #111070;
  color: #fff;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 20px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle
}
ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
  color: #000;
}
ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}
ul.slimmenu > li {
  padding: 0;
}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
  border-left: 0
}
.to-top {
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 15px;
  display: none;
}
.to-top a.back-to-top {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: auto;
  line-height: 35px;
  border-radius: 5px;
  background: #02aeff;
  opacity: 0.5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
  line-height: 40px;
}
.slide-text {
  left: 6%;
  width: 600px;
  margin-top: -4%;
  text-align: center;
}
.slide-text h3 {
  font-size: 35px;
  font-weight: 900;
  line-height: 46px;
  margin: 0;
  padding: 0 0 13px 0;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.slide-text h4 {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
  padding: 5px 23px;
  font-weight: 400;
  border-radius: 7px;
  background: rgb(2 174 255 / 80%);
  color: #fff;
  display: inline-block;
}
.slide-text p {
  color: #fff;
  opacity: .7;
  margin: 0 auto;
  padding: 0 0 15px 0;
  text-align: center;
  width: 80%;
}
.slide-btn {
  background: #37b849;
  color: #fff;
  padding: 0 25px 0 7px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
}
.slide-btn:hover {
  background: #258b33;
  color: #fff;
}
.slide-btn svg {
  background: #fff;
  color: #37b849;
  width: 32px !important;
  height: 32px;
  padding: 8px;
  border-radius: 30px;
  margin: 6px 10px 0 0;
  float: left;
}
.home-banner .carousel-control-prev, .home-banner .carousel-control-next {
  background-image: none !important;
  position: absolute;
  top: 42%;
  height: 32px;
  width: 32px;
  z-index: 99;
  opacity: .5;
  padding: 9px;
  border-radius: 5px;
  background: none;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.home-banner .carousel-control-prev:hover, .home-banner .carousel-control-next:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-banner .carousel-control-prev {
  left: 15px;
}
.home-banner .carousel-control-next {
  right: 15px;
}
.services {
  margin-top: -80px;
  z-index: 1;
}
.services-box {
  position: relative;
}
.services-box .ser-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 90px 25px 25px 25px;
  text-align: center;
  background: url("../images/ser-1.png") no-repeat;
  background-size: 100% 100%;
}
.services-box-2 .ser-text {
  background: url("../images/ser-2.png") no-repeat;
  background-size: 100% 100%
}
.services-box-3 .ser-text {
  background: url("../images/ser-3.png") no-repeat;
  background-size: 100% 100%
}
.services-box .ser-text h4 {
  color: #ff0;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0;
  text-align: center;
}
.services-box .ser-text p {
  padding: 0;
  text-align: center;
  color: #fff;
  margin: 0 0 10px 0;
}
.services-box .ser-text a {
  font-size: 15px;
  background: #02aeff;
  border-radius: 25px;
  padding: 8px;
  color: #ffffff;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
}
.services .owl-dots, .love-back .owl-dots, .reviews .owl-dots, .inner-slider .owl-dots {
  display: none;
}
.services .owl-nav {
  bottom: 0;
  width: 100%;
  margin-top: 20px;
}
.services .owl-carousel .owl-nav button.owl-next, .services .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  background: #02aeff;
  color: #fff;
  font-size: 35px;
  line-height: 27px;
  padding: 0 0 5px 0 !important;
  outline: none;
  opacity: .6;
  border-radius: 3px;
}
.services .owl-carousel .owl-nav button.owl-next:hover, .services .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.services .owl-carousel .owl-nav button.owl-next {
  right: 50%;
  margin-right: -35px;
}
.services .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  margin-left: -35px;
}
.title {
  font-size: 30px;
  line-height: 35px;
  color: #111070;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
.title span {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 70%;
}
.about:after {
  content: '';
  background-image: url("../images/line.png");
  height: 46px;
  display: block;
  bottom: -26px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .2;
}
.love-back-in {
  background: url("../images/love-back.jpg");
  background-size: cover;
}
.love-back-in p span {
  display: inline-block;
  padding: 0 20px;
  background: #02aeff;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.love-back-in ul {
  margin: 0;
  padding: 20px 0 0 0;
}
.love-back-in ul li, .popular ul li {
  list-style: none;
  width: 49%;
  display: inline-block;
}
.love-back-in ul li a, .popular ul li a {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  letter-spacing: .2px;
  padding: 0;
  color: #333;
  display: block;
}
.love-back-in ul li a:hover, .popular ul li a:hover {
  color: #02aeff;
}
.love-back-in ul li a svg {
  color: #7876ef;
}
.astrologer {
  padding: 110px 0;
  background: url("../images/bg.jpg");
  background-size: cover;
}
.astrologer h6 img {
  width: 200px;
}
.astro-box {
  margin: 15px 0;
}
.astro-box img {
  width: 85%;
}
.astro-box .astro-text {
  margin: -63px 0 0 12%;
  width: 85%;
  background: rgb(0 0 0 / 60%);
  padding: 25px;
}
.astro-box .astro-text h4 {
  color: #02aeff;
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 22px;
  position: relative;
  z-index: 9;
}
.astro-box .astro-text p {
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 9;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.astro-box:hover .astro-text p {
  color: #555;
}
.astro-box .astro-text:before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px 0 0 0;
  opacity: .5;
  z-index: 1;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.astrologer:before, .astrologer:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  background: url("../images/wave-1.png");
  background-size: 100% 100%;
}
.astrologer:after {
  top: auto;
  bottom: 0;
  background: url("../images/wave-2.png");
  background-size: 100% 100%;
}
.astro-box:hover .astro-text:before {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.award {
  width: 250px;
  height: 218px;
  margin: 15px auto;
  background: url("../images/award-bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px 35px 60px;
}
.award h4 {
  font-size: 25px;
  color: #111070;
  font-weight: 900;
  margin: 0;
  padding: 0 0 8px 0;
}
.award p {
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #333;
}
.enquiry {
  padding: 25px;
  z-index: 9;
  position: relative;
  background: #16b9ff;
  background: -moz-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #16b9ff), color-stop(100%, #020066));
  background: -webkit-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: -o-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: -ms-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: linear-gradient(135deg, #16b9ff 0%, #020066 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16b9ff', endColorstr='#020066', GradientType=1);
  border-radius: 20px;
}
.enq-head {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
  padding-right: 30px;
}
.enq-head img {
  width: 60px;
  border-radius: 100%;
  margin: 0 10px 0 0;
  padding: 5px;
}
.enquiry h3 {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 18px 0;
  color: #fff;
  position: relative;
}
.enquiry h3 span {
  display: block;
  background: #ff7100;
  width: 89%;
  margin: 7px auto 0 auto;
  padding: 10px;
  border-radius: 5px;
}
.enquiry input, .enquiry textarea, .contact-enquiry input, .contact-enquiry textarea {
  padding: 10px 15px;
  margin: 0 0 14px 0;
  width: 100%;
  height: 50px;
  border: none;
  color: #333;
  font-weight: 400;
  font-size: 13px;
  border-radius: 7px;
  letter-spacing: .8px;
  outline: none;
}
.enquiry textarea {
  height: 132px;
  max-height: 137px;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
.enquiry input[type=submit], .contact-enquiry input[type=submit] {
  background: #02aeff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 40px;
  border: none;
  margin: 0 auto;
  display: block;
}
.popular ul {
  margin: 0;
  padding: 0;
}
.popular ul li a {
  display: flex;
}
.popular ul li a img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.add-box {
  position: relative;
  overflow: hidden;
}
.add-box .add-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 25px 40px;
  text-align: center;
  background: #009688;
  border-radius: 100px 100px 0 0;
}
.add-box-2 .add-text {
  background: #673AB7;
}
.add-box-3 .add-text {
  background: #2196F3;
}
.add-box-4 .add-text {
  background: #F44336;
}
.add-box-5 .add-text {
  background: #607D8B;
}
.add-box .add-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
.add-box .add-text h6 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 20px 0;
}
.add-slider .owl-dots, .reviews .owl-dots {
  display: none;
}
.add-slider .owl-nav {
  bottom: 0;
  width: 100%;
  margin-top: 20px;
}
.add-slider .owl-carousel .owl-nav button.owl-next, .add-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  background: #111070;
  color: #fff;
  font-size: 35px;
  line-height: 27px;
  padding: 0 0 5px 0 !important;
  outline: none;
  opacity: .6;
  border-radius: 3px;
}
.add-slider .owl-carousel .owl-nav button.owl-next:hover, .add-slider .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.add-slider .owl-carousel .owl-nav button.owl-next {
  right: 50%;
  margin-right: -35px;
}
.add-slider .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  margin-left: -35px;
}
.reviews .accordion-button:not(.collapsed) {
  color: #333;
  font-size: 15px;
  background-color: #ccefff;
}
.reviews .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.reviews .accordion-button {
  box-shadow: none !important;
  font-size: 15px;
  color: #333;
  ;
  font-weight: 500;
}
.reviews .accordion-button svg {
  color: #02aeff;
}
.review-box {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 30px;
}
.review-box svg {
  color: #02aeff;
  font-size: 50px;
  opacity: .2;
  margin: 0 0 10px 0;
}
.review-box p {
  margin: 0;
  padding: 0;
}
.review-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 8px 0;
}
.review-box h6 {
  font-size: 12px;
  color: #f6b31c;
  margin: 0;
}
.review-box h6 svg {
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #f6b31c;
  opacity: 1;
}
.reviews .owl-nav {
  bottom: 0;
  width: 100%;
  margin-top: 20px;
}
.reviews .owl-carousel .owl-nav button.owl-next, .reviews .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  background: #02aeff;
  color: #fff;
  font-size: 35px;
  line-height: 27px;
  padding: 0 0 5px 0 !important;
  outline: none;
  opacity: .6;
  border-radius: 3px;
}
.reviews .owl-carousel .owl-nav button.owl-next:hover, .reviews .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.reviews .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.reviews .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 40px;
}
.quick-box {
  background: #16b9ff;
  background: -moz-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #16b9ff), color-stop(100%, #020066));
  background: -webkit-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: -o-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: -ms-linear-gradient(-45deg, #16b9ff 0%, #020066 100%);
  background: linear-gradient(135deg, #16b9ff 0%, #020066 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16b9ff', endColorstr='#020066', GradientType=1);
  padding: 25px;
  border-radius: 15px 0 15px 0;
  margin: 15px 0;
}
.quick-box img {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 65px;
  margin: 0 auto;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
}
.quick-box:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.quick-box p {
  text-align: center;
  margin: 0;
  padding: 15px 0 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
footer {
  background: url("../images/fbg.jpg");
  background-size: cover;
}
.f-box ul {
  margin: 0;
  padding: 0;
}
.f-box ul li {
  list-style: none;
  display: inline-block;
  width: 30%;
}
.f-box ul li a {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  padding: 5px 5px 5px 30px;
  position: relative;
}
.f-box ul li a:before {
  position: absolute;
  content: '';
  background: url("../images/icon.png") no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 8px;
  width: 20px;
  height: 21px;
}
.contact-box {
  padding: 10px 15px;
  border: 1px dashed #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.contact-box svg {
  width: 50px !important;
  background: #fff;
  height: 50px;
  border-radius: 100%;
  padding: 13px;
  color: #02aeff;
}
.contact-box p {
  color: #02aeff;
  font-weight: 500;
  letter-spacing: 0;
}
.contact-box p a {
  display: block;
  color: #fff;
}
.f-copy {
  background: rgb(0 0 0 / 20%);
}
.inner-banner {
  height: 150px;
  background: url("../images/baner.jpg");
  background-size: cover;
}
.inner-banner .title {
  margin: 0;
  padding: 0;
}
.inner-banner .breadcrumb {
  margin: 0;
  background: none;
  justify-content: center;
  width: 100%;
}
.inner-banner .breadcrumb-item + .breadcrumb-item::before, .inner-banner .breadcrumb a, .inner-banner .breadcrumb .active {
  color: #fff;
}
.inner-page .enquiry h3 {
  padding: 0 0 5px 0;
}
.inner-page .enquiry p {
  line-height: 22px;
}
.inrenq-head {
  background: #111070;
  padding: 10px;
  margin: 0 -25px 25px -25px;
}
.sub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0 0 5px 0;
  color: #111070;
}
.about-add {
  display: flex;
  align-items: center;
  background: #cb60b3;
  background: -moz-linear-gradient(-45deg, #cb60b3 0%, #ba0707 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #cb60b3), color-stop(100%, #ba0707));
  background: -webkit-linear-gradient(-45deg, #cb60b3 0%, #ba0707 100%);
  background: -o-linear-gradient(-45deg, #cb60b3 0%, #ba0707 100%);
  background: -ms-linear-gradient(-45deg, #cb60b3 0%, #ba0707 100%);
  background: linear-gradient(135deg, #cb60b3 0%, #ba0707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#ba0707', GradientType=1);
}
.about-add img {
  width: 200px;
  border-radius: 0 90px 90px 0;
  margin-right: 25px;
}
.about-add h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.about-add p {
  text-align: center;
  color: #fff;
  padding: 0;
}
.about-add p span {
  display: block;
}
.about-add p a {
  display: inline-block;
  background: #ffd400;
  border-radius: 25px;
  text-align: center;
  padding: 4px 15px;
  color: #bd1726;
  font-weight: 600;
}
.service-list {
  width: 100%;
  padding: 25px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.service-list:before, .service-list:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  background: #02aeff;
  top: -2px;
  left: -2px;
  z-index: -1;
}
.service-list:after {
  top: auto;
  bottom: -2px;
  left: auto;
  right: -2px;
  background: #111070;
}
.service-list h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: #041476;
  padding: 10px 25px;
  margin: 0;
}
.service-list ul {
  margin: 0;
  padding: 0;
}
.service-list ul li {
  list-style: none;
  padding: 0;
}
.service-list ul li:last-child {
  border: none;
}
.service-list ul li a {
  color: #555;
  display: block;
  padding: 6px 15px;
  border-radius: 5px;
}
.service-list ul li svg {
  color: #02aeff;
  font-size: 12px;
}
.service-list ul li a:hover svg {
  color: #ffffff;
}
.service-list ul li a:hover {
  color: #ffffff;
  background: #02aeff;
}
.inner-page .add-slider .owl-carousel .owl-nav button.owl-next, .inner-page .add-slider .owl-carousel .owl-nav button.owl-prev {
  top: 46%;
}
.inner-page .add-slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
  margin: 0;
}
.inner-page .add-slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin: 0;
}
.inner-book {
  padding: 25px;
  border: 2px dashed #02aeff;
  text-align: center;
}
.inner-book h4 {
  color: #02aeff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}
.inner-book h4 small {
  color: #333;
}
.inner-book a {
  background: #111070;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 25px;
}
.contact-info {
  border: 1px solid #02aeff;
  border-radius: 12px;
  overflow: hidden;
}
.contact-info-head {
  background: #02aeff;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  padding: 15px;
}
.contact-info-head img {
  width: 70px;
}
.contact-info-head .title {
  text-align: left;
  font-size: 22px;
  padding: 0;
  border-bottom: 1px solid #111070;
}
.contact-info-head p {
  color: #fff;
  margin: 0;
}
.contact-info .contact-box {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.contact-info .contact-box svg {
  background: #111070;
  color: #fff;
  width: 40px !important;
  height: 40px;
}
.contact-info .contact-box p {
  color: #02aeff;
}
.contact-info .contact-box p a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
}
.contact-enquiry {
  background: url("../images/bg2.jpg");
  background-size: cover;
  border-radius: 10px;
}
.contact-enquiry input, .contact-enquiry textarea {
  border: 1px solid #9b9b9b;
  border-radius: 25px;
}
.contact-enquiry textarea {
  border-radius: 10px;
  height: 70px;
}
@media only screen and (max-width: 1200px) {
  ul.slimmenu li a {
    padding: 0 20px;
    letter-spacing: 0;
  }
  .services {
    margin-top: -20px;
  }
  .services-box .ser-text a {
    width: 100%;
    font-size: 13px;
  }
  .services-box .ser-text h4 {
    font-size: 15px;
  }
  .services-box .ser-text p {
    font-size: 12px;
    line-height: 18px;
  }
  .about:after {
    display: none;
  }
  .enquiry {
    padding: 20px;
  }
  .add-box .add-text {
    padding: 25px 15px;
    border-radius: 70px 70px 0 0;
  }
  .enq-head {
    font-size: 13px;
  }
  .add-box .add-text h6 {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px 0;
  }
  .slide-text {
    left: 5%;
    width: 450px;
  }
  .slide-text h3 {
    font-size: 27px;
    line-height: 32px;
  }
  .inner-page .slide-btn {
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar {
    display: none;
  }
  header {
    padding: 0 15px;
  }
  header .container {
    width: 100% !important;
    max-width: inherit !important;
  }
  ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
  }
  .crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
  }
  ul.slimmenu li a {
    padding: 7px 0;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 12px;
    color: #333;
  }
  ul.slimmenu li .sub-toggle svg {
    color: #333;
  }
  ul.slimmenu li .sub-toggle {
    width: 25px;
    color: #333;
  }
  ul.slimmenu li > ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  ul.slimmenu li:last-child a {
    padding: 0;
  }
  ul.slimmenu li .sub-toggle {
    right: 0;
  }
  ul.slimmenu li .sub-toggle svg {
    font-size: 11px;
  }
  ul.slimmenu li ul li {
    background: #fff;
  }
  ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
    color: #333;
  }
  ul.slimmenu li.active a, ul.slimmenu li a:hover, ul.slimmenu li ul li a:hover {
    background: #fff !important;
    color: #16b8ff;
  }
  .slim-btn, .slim-btn:hover {
    padding: 0 12px 0 7px !important;
    line-height: 42px !important;
    margin-top: 10px;
  }
  .fixheader {
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .fixheader .menu-collapser {
    top: 40px;
  }
  .logo img {
    width: 210px;
  }
  .slide-text {
    width: 350px;
  }
  .slide-text h3 {
    font-size: 19px;
    line-height: 27px;
  }
  .slide-text p {
    line-height: 18px;
    font-size: 12px;
    width: 100%;
  }
  .slide-text h4 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
  }
  .slide-btn {
    padding: 0 15px 0 5px;
    font-size: 13px;
    line-height: 30px;
  }
  .slide-btn svg {
    width: 25px !important;
    height: 22px;
    padding: 5px;
    margin: 4px 10px 0 0;
  }
  .services {
    margin-top: 20px;
  }
  .title {
    font-size: 25px;
    line-height: 32px;
  }
  .services-box .ser-text {
    padding: 55px 10px 10px 10px;
  }
  .love-back-in ul li a {
    text-align: center;
  }
  .reviews .owl-carousel .owl-nav button.owl-next {
    right: 50%;
    margin-right: -36px
  }
  .reviews .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    margin-left: -36px;
  }
  .f-box ul, .f-box ul li {
    text-align: center;
  }
  .contact-box {
    justify-content: center;
  }
  .inrenq-head {
    margin: 0 0 25px 0;
  }
  .contact-info .contact-box {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .slide-text {
    width: 220px;
    left: 10%;
  }
  .slide-text h3 {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 8px 0;
  }
  .slide-text h4 {
    font-size: 10px;
    line-height: 10px;
    padding: 2px 5px;
  }
  .slide-text p {
    line-height: 10px;
    font-size: 8px;
    padding: 0 0 8px 0;
  }
  .title {
    font-size: 19px;
    line-height: 24px;
  }
  p, li {
    font-size: 13px;
    line-height: 24px;
  }
  .astro-box .astro-text {
    padding: 15px;
  }
  .astro-box .astro-text h4 {
    font-size: 15px;
    padding: 0 0 4px 0;
  }
  .add-box .add-text p {
    font-size: 15px;
    margin: 0 0 5px 0;
  }
  .quick-box p {
    font-size: 15px;
  }
  .f-box ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  .home-banner .carousel-control-prev, .home-banner .carousel-control-next {
    display: none;
  }
  .slide-btn {
    padding: 0 10px 0 2px;
    font-size: 9px;
    line-height: 20px;
  }
  .slide-btn svg {
    width: 18px !important;
    height: 18px;
    padding: 3px;
    margin: 1px 0 0 0;
  }
  .slide-text {
    width: 160px;
    left: 5%;
  }
  .slide-text p {
    line-height: 9px;
    font-size: 6px;
    padding: 0;
    margin: 0;
  }
  .slide-text h3 {
    font-size: 9px;
    line-height: 12px;
    padding: 0 0 5px 0;
  }
  .slide-text h4 {
    font-size: 7px;
    line-height: 10px;
    padding: 2px 5px;
    margin: 0 0 5px 0;
  }
  .love-back-in ul li, .popular ul li {
    width: 100%;
  }
  .astrologer:before, .astrologer:after {
    height: 40px;
  }
  .astrologer {
    padding: 60px 0;
  }
  .popular ul li a {
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .f-box ul li {
    width: 100%;
  }
  .contact-box p a {
    word-break: break-all;
  }
  header {
    padding: 0;
  }
  .head-contact a.whatsapp {
    padding: 4px 12px;
    font-size: 12px;
  }
  .logo img {
    width: 170px;
  }
  .menu-collapser {
    top: 88px;
  }
  .fixheader .menu-collapser {
    top: 34px;
  }
  .about-add img {
    display: none;
  }
  .about-add h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
  .inner-book a {
    padding: 10px 12px;
    font-size: 13px;
  }
  .inner-banner {
    height: 100px;
  }
  .contact-info-head img {
    width: 50px;
  }
}