body{
  margin:0;
  padding:0;
  color: #ed3b4b;
  font-family: 'Euclid Circular A';
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 95%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Italic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-MediumItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-BoldItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-LightItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
        url('fonts/EuclidCircularA-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('fonts/Coolvetica-HeavyComp.woff2') format('woff2'),
        url('fonts/Coolvetica-HeavyComp.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* START HEADER SECTION  */ 

/* start top head section */ 
img.header-chakra {
    position: absolute;
    top: -26px;
    right: -14px;
    animation: rotate 8s linear infinite;
    margin: 0;
    z-index: -1;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.topleft{
   padding: 0;
   position: relative;
   text-align: center;
}

.topleft a{
  color: #000;
  font-size: 30px;
  padding: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  position:relative;
}

.topleft a b{
  background: linear-gradient(to right, #ad5389, rgb(60, 16, 83));
  content:"";
  position: absolute;
  display: block;
  height: 60px;
  top: 20px;
  width: 60px;
  border-radius:50%;
  line-height: 63px;
  right: 30px;
  animation: dot-grow 1.6s linear infinite;
  text-align: center;
}
@keyframes dot-grow {
  0% { box-shadow: 0 0 0px 10px #ffffff33; }
  50% { box-shadow: 0 0 0px 0px #ffffff33;}
  100% { box-shadow: 0 0 0px 10px #ffffff33; }
}
.topleft a b .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.topright span{
  background: #a95187;
  border-radius: 0 0px 30px 30px;
  font-size: 17px;
  padding: 6px 0px;
  font-weight: 500;
  display: block;
  color: #000;
  text-align: center;
}
.topright span b .bi{
  height: 1.4rem;
  width: 1.4rem;
  color: #ad5389;
  margin: 0px 0 -1px;
}
.topright span b{
  display: inline-block;
}
.cen-design{align-items: start;}
.tophead-section{position: absolute;z-index: 9;width: 100%;}
.head-logo1{
  padding: 0;
}
.head-logo2 img{
  width: 340px;
}
.head-navigation1{
  /* margin: 0 auto; */
}
.mob-show{display: none;}
/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  padding: 5px 0 0;
}


/* start navigation section */
.navigation{
    padding: 0px 12px;
    position: relative;
}

.book-an-appoint.deskshow a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    text-align: center;
    animation: float 3s ease-in-out infinite;
}
.book-an-appoint svg{
  
width: 18px;
  
height: 18px;
  
margin: 0 2px 0 0;
}
.navigation:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.navbar-collapse{
}
 .menu{
  display: block;
  text-align: right;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0 5px;
}
.menu li a{
    color: #ffffff;
    display: block;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    padding: 5px 20px 5px !important;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #ffffff2e;
    border-radius: 50px;
}
.nav-link:focus{
   color: rgb(255 255 255);
}

.menu li a:hover{
  color: #ffffff;
}
.navbar-nav .nav-link.active{
  color: #424141;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color:#fff;
}

.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  width: 42px;
  height: 32px;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding: 0 0 3px;
  border-radius: 0 0 8px 8px;
  border: 0px solid #d45849;
  line-height: 1px;
  background: #ffffff;
}

.toggle-design{
  height: 3px;
  width: 64%;
  background: #031948;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-collapse{padding:0;justify-content: end;}
.dropdown-menu {
  position: absolute;
  padding: 8px 0 8px;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  z-index: 2;
  border-radius: 0;
  transition: 0.2s all;
  background: #ed3b4b;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu li{
  display:block;
  text-align: left;
  padding: 0 5px;
}
.dropdown-menu li a::before{
  width:0;
}
.dropdown-menu li:hover{
 color: #fff;
}
.dropdown-menu li a{
  display:block;
  border: 0;
  padding: 2px 0;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #ffffff;
}
.dropdown-menu li:hover a{
 /* color: #d45849; */
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* end navigation section*/

/* fixed head css start */

#navbar_top .mobile{
  justify-content: center;
  align-items: center;
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
/* fixed head css end */





/* start book appointment section  */

.nav-section{background: #ed3b4b;}
.head-right1{padding: 6px 25px 8px;position: relative;border-radius: 60px 0 0 60px;}
.head-right1 ul{
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.head-right1 ul li a{
  font-size: 18px;
  color: #ffffff;!i;!;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 30px 0 65px;
}
.head-right1 ul li a span{
  font-size: 15px;
  color: #ffffffbf;!i;!;
  font-weight: 200;
  display: block;
  text-transform: capitalize;
}
.head-right1 li i{
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 52px;
  border-radius: 50%;
  margin: -6px 0 0 0;
  position: absolute;
  left: -8px;
  text-align: center;
  background: #ed3b4b;
  animation: pulse-2 2s linear infinite;
}

.head-right1 li i img{
    max-width: 26px;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
.head-right1 ul .chat-online a{
  position: relative;
  background: #ffffff;
  padding: 4px 12px 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
  text-transform: capitalize;
  text-shadow: none;
  font-size: 17px;
  color: #1ba431 !important;
}
.head-right1 ul .chat-online a:before{
  display:none;
}
.head-right1 ul .chat-online a i{
  position: absolute;
  bottom: -35px;
  top: auto;
  right: -42px;
  z-index: inherit;
  margin: 0 auto;
}
.head-right1 ul .chat-online a img{
  filter: brightness(1) invert(0);
  animation: zoom-in-zoom-out 1s ease infinite;
  height: 60px;
}
.head-right1 ul .chat-online{
  padding: 0 0 0 15px;
}
.book-an-appoint {
}
/* end book appointment section */



/* slider section start */
.banner-cta {
    margin-top: -630px;
    left: 60px;
    position: relative;
}
img.chakra-img {
    animation: rotate 15s linear infinite;
    position: relative;
    z-index: -1;
    width: auto !important;
}

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

.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image:none;
}
span.carousel-control-next-icon{
  border-radius: 30px 0 0 30px !important;
}
.slide-btn b span{
  line-height: 64px;
  height: 42px;
  width: 42px;
  background: #ed3b4b;
  border-radius: 0 30px 30px 0;
}
.slide-btn b span svg{
  width: 35px;
  height: 35px;
  fill: #ffffff;
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}
/* sider section end */


/* about us section start */
.top-add span{
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding: 0 0 8px;
}
.top-add strong{
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  text-transform: capitalize;
  display: block;
  color: #573b8e;
}
.top-add p{
  font-size: 15px;
  font-weight: 300;
  color: #2f2f2f;
  padding: 5px 0 0;
  line-height: 24px;
}
.about-call a svg{
  width: 20px;
  height: 20px;
}
.about-call a{
  background: #d45849;
  text-align: center;
  display: block;
  color: #fff;
  padding: 8px 12px 5px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  margin: 0 0 22px;
  z-index: 0;
}
.about-call a:before{
  content:"";
  border: 1px solid #d45849;
  width: 90%;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.big-call {
    position: relative;
    padding: 12px 0;
    text-align: center;
    background: #031948;
    z-index: 0;
}
.big-call:before{
  content:"25";
  position: absolute;
  left: 0;
  font-size: 110px;
  font-weight: 700;
  color: #ffffff;
  top: -8px;
  line-height: 120px;
  width: 155px;
  height: 120px;
  text-align: center;
  animation: smoothZoom 2.8s ease-in-out infinite;
  background: #ed3b4b;
  border-radius: 10px;
}
@keyframes smoothZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.big-call:after{
  content:"";
  position: absolute;
  top: 0;
  background: #031948;
  width: 200pc;
  height: 100%;
  left: -66px;
  right: 0;
  z-index: -1;
  margin: 0 auto;
}
.big-call p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.big-call strong {
    font-size: 82px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
}
.about-img1{
  
padding: 12px;
  
text-align: center;
}
.about-img1 img{border-radius: 40px 0;}
.content-aboutus h2,h3,h4,h5,h6{
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  padding: 0 0 5px;
}
.aboutus-center1{
  padding: 12px;
}
.heading-about h1, .heading-about strong{
   font-size: 75px;
   font-weight: 800;
   text-transform: capitalize;
   display: block;
   font-family: 'Coolvetica';
   background: radial-gradient(#ed3b4b 1%, #031948 115%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.heading-about h1 a{
}
.heading-about span{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.heading-about p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #212121;
  padding: 2px 0 0;
}
.inner-page .content-aboutus p {padding: 0 0 12px;}
.aboutus-banner1{
  
padding: 0 15px 0 20px;
}
.aboutus-banner1 img{
  width: 100%;
}
.aboutus-section{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.text-religious{
  padding:0;
  text-align: center;
  font-size: 65px;
  animation: float 1s ease-in-out infinite;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.aboutus-left1{
  padding: 12px;
}
.content-aboutus p{
  color: #212121;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
  padding: 6px 0;
  text-align: justify;
}
.content-aboutus p strong{
  font-weight: 500;
  color: #d45849;
}
.content-aboutus ul{
    padding: 0;
}
.content-aboutus ul li{
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    align-items: center;
    padding: 10px 15px 8px 30px;
    margin: 5px 0;
    border-radius: 50px;
    background: #031948;
}
.content-aboutus ul li:before{
    font-weight: 500;
    color: #ffffff;
    font-size: 26px;
    content: "\1368";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -1px;
    left: 7px;
    animation: rotate 15s linear infinite;
}

.form-design{
  padding: 12px 12px 0 12px;
}
.form-design1{
  padding: 35px 35px;
  background: #031948;
  border-radius: 105px 105px 0 0;
  position: relative;
  z-index: 0;
}
.getin-form {
}
.contac-rr {
  padding: 20px 0 27px;
  text-align: left;
}
.form-group1 {
   padding: 7px 5px;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 44px;
  background-color: #ed3b4b;
  border: 0px solid #eda881;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 140px;
  color: #ffffff;
  border-radius: 22px;
}

.btn-group{
  padding: 10px 5px 0;
  display: inline-block;
  text-align: center;
}
.btn-group>.btn{
  background: #ffffff;
  padding: 8px 22px 8px;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  border:0;
  border-radius: 50px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000000;
   color: #ffffff;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:5px;
  font-size:14px;
  font-weight:300;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-heading strong{
  font-size: 60px;
  text-transform: capitalize;
  display: block;
  font-family: 'Coolvetica';
  color: #fff;
}
.form-heading span{
  font-size: 15px;
  font-weight: 100;
  text-transform: capitalize;
  display: block;
  color: #fff;
}
.form-heading p{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  line-height: 23px;
  padding: 12px 0 0;
}
.aboutus-section .about-img1 img{
  border-radius: 50px;
}
/* about us section end */




/* services section start */
.services-section{
  position: relative;
  overflow: hidden;
}
.services-section1{
  z-index: 2;
  position: relative;
  padding: 62px 35px 25px;
  border-radius: 0 0 40px 40px;
  border: 5px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, radial-gradient(circle at top left, #ed3b4b, #4c3b92) border-box;
  border-top: 0;
  /* background:  linear-gradient(#ffffff, #ffffff) padding-box,    linear-gradient(to bottom, #ed3b4b, #031948) border-box; */
}


.heading-services strong{
}
.services-1{padding: 12px;}
.services-2{
  text-align: center;
}
.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-icon {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    transition: all .5s ease;
}
  .service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 350px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #ffffff;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content {
}
.front-content strong{
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #ed3b4b;
    color: #fff;
    padding: 10px 10px;
    border-radius: 24px;
    margin: auto;
    font-weight: 600;
}
.front-content img {
    width: 100% !important;
}
.service-box .service-icon .front-content {
  position: relative;
  top: 0px;
}
 .service-box .service-content strong {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-box .service-content p {
    color: #212121;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    padding: 5px 0 12px;
}
.service-box:hover .service-icon {
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    transform: rotateX(0);
}
.read-more-btn a {
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 20px;
    background: #031948;
    text-transform: capitalize;
}
.read-more-btn img {
    width: 30px;
    margin-right: 4px;
    animation: mymove 0.6s infinite;
    position: relative;
    animation-timing-function: linear;
    animation-direction: alternate;
}

@keyframes mymove {
  0% {left:-4px;}
  
  100% {left: 5px;}
}
.more-srv a span{
  width: 180px;
  height: 180px;
  line-height: 175px;
  border-radius: 50%;
  color: #ffff;
  position: relative;
  font-weight: 500;
  z-index: 9;
  display: inline-block;
  background: #031948;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  text-shadow: -1px -1px 11px #ffffff;
  top: 60px;
}
.moree{
  position: absolute;
  content:'';
  animation: rotate 15s linear infinite;
  left: -30px;
  right: 0px;
  margin: 0 auto;
  top: -31px;
  height: 204px;
  width: 204px;
}
.more-srv a{
  margin: 40px auto 0;
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
}

.more-srv a::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background-image: url(images/astrology-chakra.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: 15s linear 0s infinite normal none running rotate;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.more-srv a span svg {
    animation: mover 1s infinite alternate;
    width: 160px;
    height: 23px;
    position: relative;
    top: -136px;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* services section end */


/* why us section start */
.why-section{position: relative;}
.why-section:before {
    position: absolute;
    width: 335px;
    content: '';
    bottom: 0px;
    height: 100%;
    right: 0;
    border-left: 15px solid #031948;
    border-top: 15px solid #031948;
    border-radius: 30px 0 0;
    z-index: -1;
}
.why-section .heading-about strong{

text-shadow: 2px 2px 3px #eda881;

color: #fff;
}
.why-heading{

font-size: 50px;

font-weight: 600;

font-family: 'Coolvetica';

line-height: 62px;

padding: 0 0 12px;
}
.why-section .content-aboutus p{

/* color: #fff; */
}
.why-content{
    /* padding: 20px 20px 0px; */
    /* box-shadow: -4px -4px 10px #b6a9a93d, -5px -5px 10px #ffffff; */
}
.why-content-section strong{
    font-size: 33px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}
.why-content-section p{
    color: #343434;
    font-weight: 500;
    padding: 5px 0;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.why-content-section span{
   text-transform: capitalize;
   font-weight: 500;
   padding: 8px 0;
   border-radius: 50px;
   display: block;
   color: #000000;
}
.why-content ul li{
  padding: 0px 0 28px 0;
}
.why-content ul li p{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #000000;
}
.why-content ul li p b{
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
}
.why-content ul li span{
  height: 15px;
  margin: 4px  0 0;
  overflow: hidden;
  border-radius: 50px;
  background: #b02c38;
  padding: 5px 1px;
}
.why-content ul li span i{
  width: 94%;
  background: radial-gradient(#fed66f, #fbc01b);
  height: 13px;
  top: 1px;
  border-radius: 50px;
}
.why-content ul li:nth-child(2) span i{
  width: 84%;
}
.choose1{
  padding: 12px 12px;
}
.choose2{
  padding: 12px 12px;
  border-radius: 30px;
  position: relative;
}
.why-box {
    display: flex;
}
.why-box .why-content {
    max-width: 601px;
    min-height: 150px;
    background-color: #031948;
    border-radius: 0px 40px 0px 40px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.why-box .why-icon {
    min-width: 195px;
    height: 150px;
    border-radius: 0px 0px 40px 0px;
    background: #031948;
    margin-left: -40px;
    z-index: -1;
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose1 strong{
  display: block;
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.choose1 p{
  color: #ffffff;
  font-size: 15px;
  line-height: 27px;
  font-weight: 100;
  padding: 6px 0 0;
}
.why-box .why-icon:before {
    position: absolute;
    width: 130px;
    content: '';
    top: 10px;
    height: 130px;
    background-image: url(images/astrology-chakra1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 15s linear infinite;
}
.ws-banner{
  text-align: right;
}
.ws-banner img{
  border-radius: 0 0 300px 300px;
}
/* why us section end */



/* other services section start */
.other-serivces-box{
  background: #ffffff;
  padding: 20px;
  border-radius: 40px;
  box-shadow: 0 0 20px #dddddd;
}
.ws-chat a{width: 160px;height: 160px;display: block;background: radial-gradient(#00a30f, #15c723);border-radius: 50%;text-align: center;line-height: 140px;position: relative;z-index: 2;border: 8px solid #fff;}
.ws-chat{
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto -55px;
}
.ws-chat:before {
    position: absolute;
    content: '';
    width: 231px;
    height: 231px;
    background-image: url(images/why-circle-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate 8s linear infinite;
    z-index: -1;
    left: -40px;
    right: 0;
    margin: 0 auto;
    top: -35px;
}
.ws-chat a svg{
  
width: 70px;
  
height: 70px;
}
.other-services-box{
  background: #3a0c0c;
  padding: 55px 20px 0;
  border-radius: 20px;
}
.other-serivces1{
  padding: 10px;
  text-align: center;
  width: 14.28%;
}

.other-serivces1 strong {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0 0;
    font-weight: 500;
    display: block;
    color: #000;
}
.other-serivces1 img{
  width: 70px;
  animation: float 3s ease-in-out infinite;
}
.other-serivces1 a {
}
.other-ser-btn a svg{
  width: 28px;
  height: 28px;
}
.owl-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    border-radius: 10px !important;
    background: #ff8900 !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls {
    margin-top: 30px !important;
}
.owl-theme .owl-controls .owl-page.active span{
  width: 20px !important;
  height: 20px !important;
  background: linear-gradient(45deg, #ff8900, #fe3e35 70%) !important;
}
/* other services section end */



/* testimonials section start */
.testimonials-section{
  position: relative;
  background-image: url(images/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.testimonials-section:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background: #031948c4;
   z-index: -1;
   margin: 0 auto;
   top: 0;
   left: 0;
}

.testi-heading img{width: 185px;top: 0;position: absolute;right: 0;}
.testi-heading span{
  color: #fff;
  background: #ed3b4b;
  width: fit-content;
  padding: 10px 20px;
  margin: 0 0 -25px;
  border-radius: 30px;
}
.testi-heading strong{
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 95px;
}

.testimonials-design1{
  padding: 15px;
  display: flex;
  align-items: center;
}
.testimonials-design2{
  padding: 15px;
  width: 30%;
}
.testimonials-design3{
  padding: 60px;
  width: 70%;
}
.testimonials-design3 strong{
  text-transform: capitalize;
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 0 0;
}
.testimonials-design3 p{
  color: #ffffff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 100;
}
.testimonials-design2 span{
  display: block;
  position: relative;
}
.testimonials-design2 span svg{
  width: 98px;
  height: 98px;
  fill: #ed3b4b;
  position: absolute;
  left: 0;
  background: #ffffff;
  border-radius: 50%;
  padding: 14px;
}
.testimonials-design2 span img{border-radius: 50%;border: 15px solid #ffffff;}

.testimonials-section .slide-btn b span {border-radius: 30px;}
.testimonials-section span.carousel-control-next-icon{border-radius: 30px !important;}
/* testimonials section start */

/* footer section start */

.map-section{
  position: relative;
}

.map-section iframe{
  vertical-align: bottom;
  height: 300px;
  width: 100%;
}

.footer-section{
  background: #031948;
  padding: 25px 0 0;
}
.footer-links ul li{
  color: #fff;
  padding: 8px 15px 8px 30px;
  position: relative;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0px 0;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #ffffff47;
}
.footer-links ul li a{
  color: #ffffff;
}
.footer-links ul li:before{
    font-weight: 500;
    color: #ed3b4b;
    font-size: 26px;
    content: "\1368";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -1px;
    left: 7px;
    animation: rotate 15s linear infinite;
}
.footer1 a{

text-align: center;

display: block;
}
.footer1 img{
  
width: 336px;
  
margin: 12px 0 0;
}
.disclaimer b{
  display:block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.disclaimer strong{
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 10px;
  background: #ed3b4b;
  padding: 10px 12px;
  display: inline-block;
  border-radius: 50px;
}
.footer1 p{
  padding: 6px 0 10px;
  font-weight: 200;
  color: #ffffffc9;
  font-size: 12px;
  line-height: 19px;
}
.disclaimer {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    padding: 22px;
}
.footer-contact{
  padding: 12px 20px 0;
  border-radius: 500px;
  position: relative;
}
.contact-left1{padding: 32px 10px;}
.contact-left2{
  display: flex;
  align-items: center;
}

.contact-left1 span{
  display: inline-block;
  text-align: center;
  padding: 0 32px 0 40px;
}
.contact-left1 span b{
  display: block;
  height: 60px;
  width: 60px;
  background: #ed3b4b;
  border-radius: 50px;
  line-height: 55px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto;
  position: relative;
}
.contact-left1 span b:before {
    position: absolute;
    width: 130px;
    content: '';
    top: -35px;
    height: 130px;
    background-image: url(images/astrology-chakra1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 15s linear infinite;
    left: -37px;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #ed3b4b;
   }
   to {
      box-shadow: 0 0 0 10px #8db0ea00
   }
}
.contact-left1 span img{
  width: 32px;
  animation: float 3s ease-in-out infinite;
}
.contact-left1 p{
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 15px;
}
.contact-left1 p i{
  
text-transform: capitalize;
  
display: block;
  
font-weight: 300;
  
font-style: normal;
  
font-size: 14px;
  
color: #d7d7d7;
  
line-height: 24px;
  
padding: 0 0 3px;
}
.contact-left1 p strong{
  font-weight: 400;
  display: block;
  color: #ffffff;
}
/* footer section end */



/* bread crumb section start */
.breadcrumb-section{
  padding: 218px 0 55px;
  position: relative;
  background: url(images/bg.jpg) no-repeat;
  z-index: 0;
  background-size: cover;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #021132eb;
  background-size: 20px 20px;
  z-index: -1;
  background-attachment: fixed;
}
.first-item {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  text-align: center;
  border: 1px solid #ffffff42;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
}
.first-item a {
  color: #ffffff;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  width: 55px;
  height: 55px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9999999999;
  justify-content: center;
  right: 0;
  bottom: -52px;
  background: #b02c38;
}
.breadcrumb-section .last-item .bi {
  fill: #ffffff;
  height: 34px;
  width: 33px;
}
.not-found-page strong {
  font-size: 12pc;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
}
/* bread crumb section end */


/* contact us page section start */
.form-contac1{
  padding: 0 12px;
}
.contact-1 iframe{width: 100%;height: 240px;border-radius: 12px;}
.form-design2{
  padding: 0 12px;
  text-align: center;
}
.form-design2 img{
  border-radius: 25px;
}
.contact-1{
  
padding: 12px;
}
.contact-2{
  padding: 20px 12px 15px;
  border-radius: 12px;
  box-shadow: 0 0 6px #dadada;
}
.contact-2 p{
  color: #000000;
  font-weight: 500;
  padding: 12px 0 0;
  font-size: 15px;
}
.contact-2 span{
  height: 92px;
  width: 92px;
  line-height: 111px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0px 12px #ffffff0a;
  background: #d45849;
  margin: 0 auto;
}
.contact-2 span svg {
      animation: hithere 1.3s ease infinite;
      width: 35px;
      height: 35px;
      fill: #ffffff;
}

@keyframes hithere {
  30% { transform:scale(1.2); }
  40%, 60% { transform:scale(1.2); }
  50% { transform:scale(1.2); }
  70% { transform:scale(1.2); }
  100% { transform:scale(1); }
}
.contact-2 a {
  display: block;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
}
.form-section{
  background: #031948;
}
/* contact us page section end */






/* fixed mobile icons start */

.icon-fixed-mobile{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  height: 80px;
}
.icon-fix{
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 9px;
}
.left-icon{
  padding: 0;
}
.center-icon a{
  background: #ec000f;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(236 0 15), inset -0.2em -0.2em 0.2em 0 rgb(98 0 6);
}
.left-icon a{
  background: #00aa00;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(0 170 0), inset -0.2em -0.2em 0.2em 0 rgb(0 67 0);
  margin: 0 0 0 auto;
}

.contact-icon{
  width: 50%;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 60px;
  font-size: 22px;
  line-height: 58px;
  width: 60px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25%;
  animation: float 3s ease-in-out infinite;
}
.contact-icon a .bi{
   height: 1.5rem;
   margin: 0 0 -1px 0;
   color: #fff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

    50% {
       color:#fff;
    }
    80% {
        color:#ffffff00;
    }

}

.right-icon{
  width: 60%;
  padding: 0;
}
.right-icon strong{
  display:block;
  color: #000000;
  font-weight: 700;
}
.right-icon p{
  display:block;
  color:#4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

/* start location section */

.location-section{
  position: relative;
  background: #ed3b4b;
  padding: 60px 0 0px;
}
.location-1{
  width: 16.66666%;
  padding: 10px 2px;
}
.location-2{
  position: relative;
}
.location{
  margin: 0 auto;
}
.location img{
  height: 120px;
  border-radius: 50%;
  border: 6px solid #ffffff;
}
.location-2 strong{
  margin: 11px auto 0;
  font-weight: 500;
  display: block;
  color: #fff;
  background: #091c50;
  width: fit-content;
  font-size: 17px;
  padding: 2px 15px 3px;
  border-radius: 50px;
}
.location-section .services-heading strong {
  color: #ffffff;
  font-size: 78px;
  font-family: 'Coolvetica';
}
/* end location section */


@media (max-width: 767px){

 .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li{display: block;padding: 0;margin: 0;}
  .menu li a{border: 0;text-align: left;padding: 5px 0 5px !important;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}
  .navigation{background: transparent;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .services-4 strong {font-size: 15px;}
  .why-section .about-img1 img {margin: 0;}
  .content-aboutus p {text-align: left;}
  .other-serivces1 { padding: 5px;}
  .testi-heading svg {width: 295px;height: 130px;}
  .footer-contact {padding: 20px 10px;border-radius: 30px;}
  .footer-links ul li:after {left: 19px;}
  .footer-links ul li:before {}
  .first-item {font-size: 20px;}
  .breadcrumb-section {padding: 30px 0;}
   .menu {padding: 12px 0 0;}
   .head-logo2{text-align: center;}
  .tophead-section {position: relative;background: #031948;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .why-section .about-img1 img {margin: 0;}
  .other-serivces1 {padding: 5px;width: auto;}
  .testi-heading strong {font-size: 65px;}
  .disclaimer{border: 0;padding: 22px 0;}
  .flex-mob{flex-direction: column-reverse;}
  .big-call strong {font-size: 32px;}
  .big-call:before {font-size: 55px;line-height: 70px;width: 78px;height: 68px;}
  .why-section:before {width: 250px;height: 55%;bottom: 0;border-top: 0;border-radius: 0;}
  .testimonials-design3 {padding: 22px 0;width: 100%;}
  .testimonials-design2 span img {border: 10px solid #ffffff;}
  .testi-heading img {width: 85px;}
  .footer-section {padding: 25px 0;}  
  .head-right1 ul {justify-content: center;}
  .banner-cta {margin-top: -328px;width: 350px;height: 350px;left: 0;}
  .why-heading {font-size: 42px;line-height: 50px;}
  .top-add strong {font-size: 25px;font-weight: 600;line-height: 36px;}
  .service-content {position: relative;opacity: 1;text-align: center;background-color: #ffffff;backface-visibility: visible;transform-style: preserve-3d;-webkit-transform: unset;transform: unset;padding-top: 20px;height: auto;}
  .service-box:hover .service-icon {opacity: 1;-webkit-transform: unset;transform: unset;}
  .testimonials-design1{display: block;}
  .testimonials-design2 {width: auto;}
  .front-content strong{display: none;}
  .choose1 strong {font-size: 20px;}
  .ws-banner {display: none;}
  .not-found-page strong {font-size: 100px;}
  .footer1:nth-child(2){order: 1;}
  .footer1:nth-child(3){padding: 20px 0 0;}
  .location-1{width: 33.33333%;}
  .location img{height:100px;}
  .location-2 strong{padding: 2px 14px 3px;font-size: 13px;}
  .text-religious{font-size: 40px;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .head-line{display:none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li{display: block;padding: 0;text-align: left;}
  .menu li a{border: 0;padding: 5px 0 5px !important;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;padding: 0;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align: left;padding: 0;}
  .head-right{padding: 0;}
  .navigation{background: transparent;}
  .menu {padding: 12px 0 0;}
  .tophead-section {position: relative;background: #031948;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .why-section .about-img1 img {margin: 0;}
  .other-serivces1 {padding: 5px;width: auto;}
  .testi-heading strong {font-size: 75px;}
  .disclaimer{border: 0;padding: 22px 0;}
  .big-call strong {font-size: 45px;}
  .big-call:before {font-size: 62px;line-height: 82px;width: 92px;height: 78px;}
  .front-content strong {font-size: 18px;}
  .why-section:before {width: 257px;height: 51.2%;bottom: 0;}
  .testimonials-design3 {padding: 22px;}
  .testimonials-design3 p {font-size: 15px;line-height: 27px;}
  .testimonials-design3 strong {font-size: 20px;font-weight: 500;padding: 12px 0 0;}
  .testimonials-design2 span img {border: 10px solid #ffffff;}
  .testimonials-design2 span svg {width: 58px;height: 58px;padding: 10px;}
  .testi-heading img {width: 115px;}
  .footer-section {padding: 25px 0;}
  .service-box .service-content strong {font-size: 17px;}
  .banner-cta {margin-top: -328px;width: 350px;height: 350px;}
  .breadcrumb-section {padding: 55px 0;}
  .ws-banner {display: none;}
  .not-found-page strong {font-size: 9pc;}
  .footer1:nth-child(2){order: 1;}
  .footer1:nth-child(3){padding: 20px 0 0;}
  .location-1{width: 25%;}
  .text-religious{font-size: 45px;}
  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li {padding: 0 0px;}
  .book-an-appoint.deskshow a {font-size: 15px;}
  .menu li a {padding: 5px 18px 5px !important;font-size: 14px;}
  .about-call a {font-size: 20px;}
  .big-call strong {font-size: 75px;}
  .big-call p {font-size: 15px;}
  .big-call:before {font-size: 85px;line-height: 102px;width: 115px;height: 100px;}
  .big-call {padding: 0 0 0 95px;}
  .services-4 strong {font-size: 18px;}
  .choose1 strong {font-size: 13px;}
  .front-content strong {font-size: 17px;}
  .footer-links ul li {padding: 8px 12px 8px 28px;font-size: 12px;}
  .contact-left1 p {font-size: 13.5px;}
  .contact-2 p {font-size: 13px;}
  .other-serivces1 {padding: 2px;}
  .other-serivces1 strong {font-size: 11px;}
  .other-serivces1 img {width: 55px;}
  .why-section:before {width: 247px;}
  .contact-left1 p i {font-size: 12px;line-height: 21px;}
  .contact-left1 p strong {font-size: 12px;}

 


}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {

  
  

}

@media (max-width: 575px) and (min-width: 0px) {
.menu li a {font-size: 15px;}
.why-heading {font-size: 35px;line-height: 40px;}
.head-right1 ul {justify-content: center;}
.head-right1 {padding: 0 0 8px;}
.head-right1 li i:before {top: -6px;right: -6px;}
.mob-show {padding: 2px 0 4px;}
.about-call a {font-size: 17px;}
.big-call strong {font-size: 30px;text-align: right;}
.big-call p {font-size: 15px;}
.big-call:before {font-size: 50px;line-height: 66px;width: 75px;height: 65px;}
.services-4 strong {font-size: 18px;}
.heading-about h1, .heading-about strong {font-size: 68px;}
.other-serivces-box {padding: 20px 6px;border-radius: 40px 40px 0 0;}
.form-heading strong {font-size: 45px;}
.banner{padding: 12px 0 !important;}
.testi-heading svg {width: 215px;height: 110px;}
.other-services-section{padding-bottom:0 !important;}
.services-section1 {padding: 40px 12px 12px;}
.why-box {display: block;}
.why-section:before {height: 62%;}
.testi-heading img {width: 70px;top: -35px;right: 20px;}
.head-logo2 img {width: 290px;}
.more-srv a span {width: 115px;height: 115px;line-height: 120px;font-size: 17px;}
.more-srv a span svg {width: 112px;height: 23px; top: -85px;}
.more-srv a {width: 240px;height: 240px;}
.not-found-page strong {font-size: 85px;}
.location-section .services-heading strong{font-size: 48px;}
 .text-religious{font-size: 26px;}
}


@media (max-width: 420px) and (min-width: 0px) {
.head-logo2 img {width: 250px;}
.heading-about p {font-size: 13px;line-height: 22px;}
.heading-about span {font-size: 15px;}
.form-design1 {padding: 25px;}
.form-heading strong {font-size: 35px;}
.form-heading span { font-size: 12px;}
.about-call a {font-size: 13px;}
.about-call a svg {width: 15px;height: 15px;}
.big-call strong {font-size: 22px;padding: 8px 0;}
.big-call p {font-size: 12px;}
.big-call:before {font-size: 40px;line-height: 53px;width: 58px;height: 50px;}
.big-call {padding: 0 0 0 75px;}
.testi-heading img {width: 50px;}
.testi-heading svg {width: 200px;height: 110px;}
.footer-links ul li {padding: 8px 12px 8px 25px;font-size: 11px;}
.footer-links ul li:after {left: 10px;}
.footer-links ul li:before {font-size: 20px;top: 1px;}
.contact-left1 span b {margin: 0 auto 35px;}
.contact-left1 span svg {height: 25px;width: 25px;}
.contact-left1 p {font-size: 13px;}
.contact-left2 {display: block;text-align: center;}
.first-item {font-size: 16px;padding: 10px 12px;}
.breadcrumb-section {padding: 20px 0;}
.top-add strong {font-size: 18px;line-height: 25px;}
.services-1 {padding: 12px 0;}
.service-box .service-content strong {font-size: 15px;}
.read-more-btn a {font-size: 14px;}
.about-img1{width: 100%;padding: 8px;}
.testimonials-design3 strong {font-size: 22px;}
.testimonials-design3 p {font-size: 15px;line-height: 26px;}
.testimonials-design2 span svg {width: 80px;height: 80px;}
.banner-cta {margin-top: -170px;width: 200px;height: 200px;}
.heading-about h1, .heading-about strong {font-size: 48px;}
.choose1 strong {font-size: 18px;}
.ws-banner {display: block;text-align: center;padding: 1px 0 0 70px;}
.why-section:before {height: 81.6%;border-top: 15px solid #031948;}
.not-found-page strong {font-size: 62px;}
.content-aboutus h2, h3, h4, h5, h6 {font-size: 22px;}
  .location-1{width: 50%;}
  .location img{height: 80px;}
  .location-2 strong{padding: 2px 10px 3px;font-size: 11px;}



}




