@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: #ffc801;
}

.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: #050833 url("../images/consult-arrow.png") 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: #E91E63 url(../images/banner-bottom-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 0;
  border-bottom: 5px solid #2196F3;
}

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

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

.banner-bottom-center a {
  background-color: #050833;
  padding: 10px 50px;
  color: #fff;
  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: #050833;
}


.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: 26px;
  font-weight: 600;
}

.title a {
  color: #8b0101;
}

.scnd-head {
  background-color: #050833;
  padding: 7px 0px 10px;
}

/** navigation **/

.logo img {
  width: 100%;
  max-width: 200px;
}

.main-head-navigation {
  float: right;
  position: relative;
  top: 20px;
}

.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;
}

.nav-ser {
  position: relative;
}

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

.nav {
  list-style: none;
  *zoom: 1;
  text-align: left;
  margin-top: 17px;
}

.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: 18px;
  line-height: 16px;
  padding: 6px 20px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

li.hover a {
  color: #ffc801;
}

.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: 13px;
  font-weight: 400;
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 12px 20px;
  color: #000;
}

.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: #050833;
  color: #fff;
}

/** 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: #050833;
  padding: 10px 20px;
  min-height: 45px;
}

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

/** banner **/

#banner img {
  width: 100%;
}

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

.title {
  text-align: center;
}

.title h1 {
  color: #050833;
  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: #303030;
  line-height: 40px;
}

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

.ser-box {
  width: 100%;
  float: left;
  margin-right: 1%;
}

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

.ser-box span {
  font-size: 24px;
  margin-top: 16px;
  font-weight: 600;
  color: hsl(339.61deg 82.19% 51.57%);
  display: block;
}

.ser-box.item>a {
  color: hsl(339.61deg 82.19% 51.57%);
}

.immedeatly span {
  color: #8b0101;
  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.png) no-repeat bottom center;
}

/** services ravi varma **/

#services-ravi-varma {
  background: url(../images/astrology-bg.jpg) 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.png") 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: #ffd929;
}

.prt-box span {
  color: #8b0101;
  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.png") 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: #ffc801;
  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.jpg") 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.jpg") 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.jpg") 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.jpg") 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.jpg");
  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.jpg") 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: #8b0101;
  font-size: 20px;
  line-height: 20px;
}

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

/** footer **/

#footer {
  background: url(../images/footer-bg.jpg) no-repeat top center;
  background-size: cover;
  font-weight: 400;
  padding-bottom: 50px;
}

.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.png") no-repeat scroll left 6px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 9px;
  padding-left: 14px;
}

.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: 10px 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.png) no-repeat center;
}

.ask-question.footer-ask-ques p {
  background: rgba(0, 0, 0, 0) url("../images/ques-icon-2.png") 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.jpg) 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: 2% 4% 5%;
}

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

.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 {
  border: 1px solid #ccc;
  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: #8b0101;
  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: #8b0101 !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.png") 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: #8b0101;
  color: #fff;

}


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



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

.w3-bar-item.w3-button {
  background-color: #050833;
  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: #050833;
  color: #fff;
  padding: 10px 0px;
  border-radius: 5px;
  font-size: 18px;
}

.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%;
  max-width: 355px;
}

.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;
}