/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1758171274
Updated: 2025-09-18 04:54:34

*/





@import url("style-2.css");



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


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

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






body{
    background-color: #110d15;
    font-family: 'Euclid Circular A';
}

body p{
            font-family: 'Euclid Circular A';
            font-size: 14px;
            line-height: 26px;
            color: #ffff;
            font-weight: 400;
}

body a{
    text-decoration:none !important;
}

h1,h2,h3,h4,h5,h6 {
     font-family: 'Euclid Circular A';
    font-weight: 400;
}

.mobshow{
    display:none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

    .ipad-50 {
    width: 50% !important;
    margin-bottom: 30px;
}
    /************** header responsive start  *************/
.navbar-brand img {
    max-width: 225px !important;
    margin-left: 0px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -56px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
        width: 33px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
            width: 33px;
            height: 2px;
            background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
            width: 33px;
            height: 2px;
            background-color: #fff;
}
    
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #daa95a;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 5px;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff6e;
        padding: 7px 0;
    }
    
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
  font-family: 'Euclid Circular A';
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
        display:none !important;
}
    
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

    
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

    
/************** header responsive End    *************/ 
    
body    header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #000 !important;
    box-shadow: none;
    padding: 5px 0px ;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
    
.home div#content {
    margin-top: 0px !important;
}
    
.home .entry-content{
    margin:0;
}
    
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
   font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 18px;
}
    
body    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    font-weight: 400;
   font-family: 'Euclid Circular A';
    text-decoration: none;
    border-color: #000000;
    color: #fff;
}
    
/* Home Page start */





}
/**************** Tab responsive End *********************/



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

/************** header responsive start  *************/
    
.navbar-brand img {
    max-width: 175px !important;
    margin-left: 0px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -56px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
        width: 33px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
            width: 33px;
            height: 2px;
            background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
            width: 33px;
            height: 2px;
            background-color: #fff;
}
    
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 18px;
        left: 0;
        background-image: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%);
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff6e;
        padding: 7px 0;
    }
    
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
  font-family: 'Euclid Circular A';
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
        display:none !important;
}
    
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

    
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

    
/************** header responsive End    *************/ 
    
body    header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #2a2233;
    box-shadow: none;
    padding: 10px 0px 15px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
    
.home div#content {
    margin-top: 0px !important;
}
    
.home .entry-content{
    margin:0;
}
    
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
   font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 18px;
}
    
body    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    font-weight: 400;
   font-family: 'Euclid Circular A';
    text-decoration: none;
    border-color: #000000;
    color: #fff;
}
	
body div#mega-menu-wrap-primary {
    background: transparent;
    padding: 0;
}

body section.top-header {
    background: transparent;
    padding: 0;
}

body span.mega-toggle-animated-box {
    top: 14px;
}
	
    
/* Home Page start */

    
body .banner-content {
    flex-direction: column;
}

body .inner-content h2 {
    font-size: 20px;
    font-weight: 400;
}

body .inner-content {
    width: 100%;
    margin-bottom: 20px;
}

body .web-banner .banner-call-cta {
    margin-bottom: 40px !important;
    width: 100%;
}

body .banner-call a {
    font-size: 20px;
}

body .banner-call h5 {
    font-size: 15px;
}

body .banner-chat a {
    width: 50px;
}

body .banner-chat {
    margin-top: -70px;
}

body .banner-img:before {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    left: calc(50% - 100px);
    top: -34px;
}

body .banner-img {
    margin-top: 10px;
}
	
body .form-section:before {
    display: none;
}

body .title-box h2 {
    font-size: 20px;
}

body .click-here a {
    font-size: 16px;
    text-wrap-mode: nowrap;
}

body .video {
    margin-top: 0px !important;
    margin-bottom: 0px;
}
	
	
body .form-title p {
    position: unset;
    transform: unset;
    width: 100%;
}

body .form-title {
    margin-bottom: 0;
}

body .banner-call-cta.cta-box.right-mail {
    margin: auto;
}

body .banner-call-cta.cta-box {
    margin: auto;
    width: 100%;
}

.body google-review-title h2 {
    font-size: 24px;
}

body .review-img {
    text-align: center;
}

body .whats-says a {
    font-size: 15px;
}

body .whats-says {
    flex-direction: column;
    padding: 20px;
    border-radius: 24px;
}

body .blog-section {padding: 20px 0px 0px !important;}

body .psacp-post-list-right.psacp-col-s-7.psacp-columns {
    padding-left:20px !important;
}

	
body .footer-map {
    top: 0;
    margin: 66px 0px 20px;
}

body .mail-box:after {
    display: none;
}

body .mail-box {
    margin-top: 0;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: 1px solid #bb05b3;
    border-radius: 30px;
    padding: 20px;
}

body .mail-box .mail-icon {
    order: 1;
    margin-bottom: 20px;
}

body .mail-box .main {
    order: 2;
    text-align: center;
}

body .main span {
    text-align: center !important;
    margin-bottom: 0;
}

body .mail-box.call-box span {
    margin-bottom: 0;
}

body .copy-right {
    top: 34px;
    margin-bottom: 50px;
}

body .footer-form {
    margin-top: 20px;
}

body .form-footer p {
    margin-bottom: 0 !important;
}

body .service-bg {
    margin-bottom: 40px;
}

body .web-banner {
    padding-bottom: 30px;
}


body .mobile-service-box .home-ser-btn img {
    transform: rotate(90deg);
}
	
body .google-review-title h2 {
    font-size: 24px;
}

body .main-blog-sectiom {
    margin-top: 10px;
}



body .form-section {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 100px;
}
	
	
body .whychoose-space {
    margin-top: 85px;
    margin-bottom: 35px !important;
}
	
body .about-page-sec-2 {
    padding-bottom: 0;
}
	
body	.about-ser h3 {
    font-size: 25px;
    color: #fff;
    background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    color: transparent;
    background-clip: text;
}
	
	
body div#page {
    overflow-x: hidden;
}
	
	
}
/**************** Mobile responsive End *********************/

@media only screen and (min-width: 1500px){  
	
body .form-section:before {
    width: 1380px;
    left: calc(50% - 690px);
}
	
	body .mail-box:after{
		width:80%;
	}
	
body .mail-box.call-box:after {
    width: 100%;
}
	
	}



/**************** Start Header menu  ********************/

header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #ffffff24;
    box-shadow: none;
    padding: 0px 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 -0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

header#wrapper-navbar.sticky {
    background-color: #ffffff;
}


.navbar-brand img {
    max-width: 100%;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}


div#mega-menu-wrap-primary {
    background-color: #21171f;
    border-radius: 30px;
    padding: 16px 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #ffff;
    font-weight: 400;
    font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 28px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 400;
    color: #ffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background-color: transparent;
    color: #221845;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
   font-family: "DM Sans", sans-serif;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        font-weight: 400;
     font-family: 'Euclid Circular A';
        text-decoration: none;
        border-color: #000000;
        color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #fff;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 321px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #7e0a94;
    border-radius: 0;
    top: 34px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
  font-family: 'Euclid Circular A';
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    display: block;
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #87477a;
    border: 0;
    position: absolute;
    min-width: 735px;
    padding: 15px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent;
    color: #fff;
 font-family: 'Euclid Circular A';
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.6s ease all;
    border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
      transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 49%;
        margin-left: 5px;
    }

    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:hover li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
    color: #fff;
    font-weight: 400;
/*  background-color:#190f17; */
  font-family: 'Euclid Circular A';
    transition: all .5s ease-in-out;
    
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #e701ca;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #ff1276;
}



ul#mega-menu-primary {
    text-align: center!important;
}

/*************** End Header menu  ************/


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 129!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
    0%{
        transform:translateY(-40px);
    }
    100%{
        transform:translateY(0px);
    }
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */


/*  Main Header start */
    
.navbar-brand img {
    max-width: 263px;
}

    
/* mian header end */   

header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #110d15;
    box-shadow: none;
    /* padding: 6px 0px; */
    position: relative;
    z-index: 99;
    box-shadow: 0 -0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

section.top-bar-section {
    padding: 10px;
    background-color: #000;
}

section.top-bar-section a {
    color: #fff;
}



    .contact-btn {
        float: right;
        background-image: url(https://astrobhairavji.com/wp-content/uploads/2025/07/menu-side-btn-bg.png);
        background-position: center;
        padding: 0 0;
        background-repeat: no-repeat;
        display: flex;
        align-content: center;
        align-items: center;
        gap: 6px;
        padding: 19px 8px;
        min-width: 214px;
        justify-content: space-around;
    }
    
    .contact-btn a {
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 400;
        font-family: 'Euclid Circular A';
        text-align: right;
    }
    
.menu-row {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
    padding-top: 10px;
}
    
/* Top Header Start */
section.top-header {
    padding: 15px 0 0px;
    background: #110d15;
}

.mob-number a {
    font-size: 39px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Alumni Sans';
}

.mob-number img {
    max-width: 38px;
    margin-right: 10px;
}

#content.site-content {
    padding-bottom: 10px;
    padding-top: 10px;
}


a.link-img
 {
    position: absolute;
    top: 22px;
    left: 101px;
}




.mob-number {display: flex;justify-content: center;}

/* Top Header End */


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}


nav#main-nav {
    padding: 0;
}


.wrapper {
    padding: 0rem 0;
}


.col-lg-4.logos {
    text-align: center;
}

.mail-box {
    display: flex;
    align-items: center;
    column-gap: 26px;
    position: relative;
    margin-top: 20px;
}

.main {
    text-align: right;
}

.main span {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.main a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.mail-icon a {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background-image: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%);
    border: 2px solid #21171f;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    outline: 8px solid #21171f;
    position: relative;
    z-index: 1;
}

.mail-box.call-box a {
    font-size: 33px;
    position: relative;
}

.mail-box.call-box span {
    text-align: start;
    margin-bottom: 14px;
}


.mail-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 74px;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #870999;
    border-right: 0;
    left: -75px;
    bottom: -42px;
}
.mail-box.call-box:after {
    position: absolute;
    content: '';
    right: 0;
    border-left: 0;
    border-radius: 0px 50px 50px 0px;
    right: -48px;
    left: unset;
    top: 30px;
    border-right: 1px solid #870999;
}

.mail-box.call-box {
    align-items: unset;
}

.mail-box.call-box .mail-icon {
    margin-top: 10px;
}


.mail-icon img {
    animation: hithere 1.5s ease infinite;
    width: 22px;
}


@keyframes hithere {
    30% {
        transform: scale(1.1)
    }

    40%,60% {
        transform: rotate(-20deg) scale(1.1)
    }

    50% {
        transform: rotate(20deg) scale(1.1)
    }

    70% {
        transform: rotate(0deg) scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}


/* ++++++++++
===================== 
Home page Start 
===================== 
++++++++++++  */

.inner-content {
    width: 66%;
}


.web-banner .banner-call-cta {
    width: 34%;
}

a.banner-iocn {
    width: 93px;
    height: 93px;
    border-radius: 46px;
    background-image: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%);
    display: inline-block;
    text-align: center;
    line-height: 93px;
}

a.banner-iocn img {
    width: 50px !important;
    display: inline-block;
    animation: hithere 1.5s ease infinite;
    transform-origin: 50% 50%;
}



.inner-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

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

span.click {
    font-size: 12px;
    color: #fff;
}

.banner-call {}

.banner-call h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.banner-call a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
}

.banner-call-cta {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 20px 40px 20px 20px;
    border: 1px solid transparent;
    background: linear-gradient(to right, #110d15, #110d15), linear-gradient(to bottom, #8c089b, #e401c8);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}


.banner-chat {
    text-align: center;
    margin-top: -204px;
}

.banner-chat a {
    width: 162px;
    display: inline-block;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.web-banner {
    padding-top: 40px;
    padding-bottom: 100px;
}

.banner-img {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

.banner-img:before {
    position: absolute;
    content: '';
    width: 602px;
    height: 602px;
    background-image: url(http://astrologerramaditya.com/wp-content/uploads/2025/09/chakra.png);
    background-size: cover;
    top: -109px;
    left: calc(50% - 301px);
    z-index: -1;
    animation: rotate 15s linear infinite;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.1,1.1)
    }

    100% {
        transform: scale(1,1)
    }
}


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


.title-box {
    text-align: center;
    background: linear-gradient(to right, #110d15, #110d15), linear-gradient(to bottom, #8c089b, #e401c8);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 70px;
    padding: 0px 40px 20px;
    position: relative;
    z-index: 9;
}

.title-box h2 {color: #fff;font-weight: 600;font-size: 40px;display: inline-block;margin-top: -20px;margin-bottom: 15px;background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);color: transparent;background-clip: text;position: relative;}


.click-here {position: absolute;bottom: -12px;left: 50%;transform: translateX(-50%);background: #110d15;z-index: 9;}

.click-here a {
    background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    color: transparent;
    background-clip: text;
    font-weight: 600;
}

.main-arrow {
    text-align: center;
}

img.arrow-img {
    width: 30px;
    display: inline-block;
    /* margin-bottom: -25px; */
    animation: arrow 1s infinite;
    position: relative;
    animation-timing-function: 
linear;
    animation-direction: alternate;
}

img.shaddow {
    width: 100px;
}


@keyframes arrow {
  0% {top:0;}
  100% {top: 10px;}
}

.video {
    margin-top: 65px;
    margin-bottom: 65px;
}

.rounded-img img{
	border-radius:30px !important;
}


.service-call {
    text-align: center;
    margin-top: 35px;
}

.service-call img {
    width: 37px;
    hithere 1.5s ease animation-iteration-count: infinite;
    animation: hithere 1.5s ease infinite;
}

.service-call a {width: 80px;height: 80px;border-radius: 40px;background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);display: inline-block;text-align: center;line-height: 80px;}


.about-ser h3 {
    font-size: 20px;
    color: #fff;
}

.about-ser p {
    font-size: 12px;
    text-align: justify;
}

.home-ser-btn {
    margin-right: -60px;
}

.home-ser-btn img {
    width: 11px;
    transform: rotate(90deg);
	
	 animation: arrow-left 1s infinite;
    position: relative;
    animation-timing-function: linear;
    animation-direction: alternate;
}

@keyframes arrow-left {
  0% {left:-5px;}
  100% {left: 10px;}
}


.home-ser-btn a {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    display: inline-block;
    line-height: 85px;
    padding-left: 20px;
}

.home-service-box {
    display: flex;
    align-items: center;
    column-gap: 35px;
}


.service-bg {
    background-image: url(http://astrologerramaditya.com/wp-content/uploads/2025/09/ser-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0px 20px;
    position: relative;
    margin-bottom: 120px;
}

.service-bg .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
    margin-bottom: 0 !important;
}

.service-bg .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}

.ser-content {
    overflow: hidden;
}


.service-bg:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background-image: url(http://astrologerramaditya.com/wp-content/uploads/2025/09/color-chakra.png);
    top: -48px;
    left: calc(50% - 150px);
    background-size: cover;
    z-index: -1;
    animation: rotate 15s linear infinite;
}

.banner-call-cta.cta-box {
    padding-right: 0;
    background: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    width: 280px;
    column-gap: 7px;
    line-height: 26px;
}

.banner-call-cta.cta-box a {
    font-size: 14px;
}


.banner-call-cta.cta-box.right-mail {
    margin-left: auto;
    border: 1px solid;
}

.banner-call-cta.cta-box.right-mail p {
    margin-bottom: 0;
}

.banner-call-cta.cta-box {
    border: 1px solid;
}

.banner-call-cta.cta-box p {
    margin-bottom: 0;
}

.about-choose {
    width: 70%;
}

.about-choose h3 {
    font-size: 14px;
    background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    color: transparent;
    background-clip: text;
}

.about-choose p {
    font-size: 12px;
}

.why-choose-box {
    column-gap: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #362845;
    border-radius: 70px;
    padding: 15px;
}

.why-choose-box p {
    margin: 0;
}

.choose-img {
    width: 30%;
}



.form {
    padding: 25px 20px 0px;
    border-radius: 30px;
    background: #111016;
}

.input {
    height: 50px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    background: #111016 !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px 10px 15px !important;
    background: linear-gradient(to right, #21171f, #21171f), linear-gradient(to bottom, #8c089b, #e401c8) !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !IMPORTANT;
    border: 1px solid transparent !important;
}

.share {
    height: 101px;
    color: #ffffff !important;
    /* background: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%); */
    width: 170px !important;
    border-radius: 50% !important;
    border: 0 !important;
    display: block !important;
    margin: auto;
}

textarea.input {
    height: 132px !important;
}

.form-title h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.form-title  p {
    text-align: center;
}

::placeholder{
	color:#fff !important;
	font-size:14px !important;
}


.form-cta {
    background: #110d15;
    border-radius: 60px;
    text-align: center;
    border: 1px solid #372846;
    position: relative;
    padding-top: 20px;
    margin-top: -76px;
}

.form-cta img {
    width: 75px;
    margin-bottom: -57px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.form-cta span {
    background-image: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    color: transparent;
    background-clip: text;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.form-cta a {
    font-size: 44px;
    color: #fff;
    font-weight: 400;
}

.share:hover{
	background:transparent !important;
}


.form-cta:after {
    position: absolute;
    content: '';
    height: 170px;
    color: #ffffff !important;
    background: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    width: 170px !important;
    border-radius: 50% !important;
    left: calc(50% - 85px);
    top: -60px;
    z-index: -1;
}

.form-cta:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -119px;
    background-image: url(http://astrologerramaditya.com/wp-content/uploads/2025/09/color-chakra.png);
    left: calc(50% - 150px);
    z-index: -1;
    animation: rotate 15s linear infinite;
}

.form-title {
    margin-bottom: 80px;
}

.form-title h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.form-title p {
    font-size: 12px;
    width: 460px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.whychoose-space {
    margin-top: 35px;
    margin-bottom: 70px !important;
}


.form-section {
    position: relative;
    margin-bottom: 120px;
}

.form-section:before {
    position: absolute;
    content: '';
    width: 1180px;
    height: 208px;
    background: linear-gradient(to right, #110d15, #110d15), linear-gradient(to bottom, #8c089b, #e401c8);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    z-index: -1;
    border-radius: 110px;
    bottom: 70px;
    left: calc(50% - 590px);
}


.location-img {
    position: relative;
    width: 156px;
    height: 156px;
    margin: auto;
    z-index: 1;
}

.location-img img {
    border-radius: 50%;
    border: 10px solid #21171f;
    width: 156px;
    height: 156px;
    outline: 1px solid #e901cb;
}

.location-img:after {
    position: absolute;
}

.location-box {
    text-align: center;
}

.location-box h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 70px;
    position: relative;
}

.location-box h3:after {
    position: absolute;
    content: '';
    background-image: url(http://astrologerramaditya.com/wp-content/uploads/2025/09/pin.png);
    width: 44px;
    background-size: cover;
    height: 105px;
    left: calc(50% - 22px);
    z-index: 9;
    animation: arrows 1s infinite;
    animation-timing-function: 
linear;
    animation-direction: alternate;
}


@keyframes arrows {
  0% {top:50px;}
  100% {top: 30px;}
}

.google-review-title h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}


.whats-says {
    background: linear-gradient(90deg, #7a0a92 0%, #eb01cc 100%);
    border-radius: 70px;
    display: flex;
    align-items: center;
    padding: 10px;
    column-gap: 10px;
}

.whats-says a {font-size: 24px;color: #fff;}

a.video-btn {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%);
    display: inline-block;
    text-align: center;
    line-height: 88px;
}


.blog-section {
    border: 1px solid #a207a6;
    border-radius: 40px;
    padding: 40px 25px 0px !important;
    overflow: hidden;
}


.log-title {
	margin-bottom:15px !important;
}

.log-title h3 {
    font-size: 30px;
    color: #fff;
}

.blog-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.blog-section .psacp-vticker-scroling-wdgt.psacp-vticker-scroling-wdgt-js.psacp-clearfix {
    margin-bottom: -100px !important;
}

.blog-section .psac-post-list-content.psacp-clearfix {
    padding: 7px 0px;
}

.blog-section .psac-post-list-content.psacp-clearfix img {
    border-radius:20px!important;
    width:100px !important;
    height:100px;
    
}

.blog-section .psacp-post-list-right.psacp-col-s-7.psacp-columns {
    padding-left:0px
    
}

.blog-section .psacp-post-img-bg {
    width:100px !important;
}

.blog-section .psacp-post-list-left.psacp-col-s-5.psacp-columns {
    width: 27%;
}

.blog-section li.psac-post-li.psacp-post-standard.psacp-has-thumb {
    padding-right:0px !important;
}

.blog-section .psacp-post-desc {
    color: #fff;
    font-size:12px;
}

.blog-section .psacp-post-title a {
    color:#fff;
    font-size:16px;
}


.main-blog-sectiom {
    margin: 80px 0px;
}


.mobile-service-box .home-service-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid #2a2233;
    border-radius: 0px 0px 30px 30px;
    border-top: 0;
    padding: 0px 20px 0px;
    margin-top: 40px;
}
	



.mobile-service-box {
    overflow: hidden;
}

.mobile-service-box .home-ser-btn {
    margin-right: 0;
    transform: rotate(267deg);
    margin-bottom: -40px !important;
    margin-top: 20px;
}

.mobile-service-box .about-ser {
    margin-top: 30px;
}

.mobile-service-box img.mobile-ser-img {
    border-radius: 30px 30px 0px 0px;
    border: 1px solid #2a2233;
    border-bottom: 0;
    padding-bottom: 70px;
}



/* ============ Footer Strat Hered =============== */


p.disclamer {
    text-align: center;
    font-size: 12px;
}

.copy-right {
    background: #21171f;
    border-radius: 30px;
    padding: 7px 10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: -10px;
}

.copy-right p {
    margin-bottom: 0;
}

.copy-right  a {
    color: #fff;
}

.footer-map {
    position: relative;
    top: -20px;
}

.footer-map iframe {
    border-radius: 70px;
}

a.footer-location {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 46px;
    background-image: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%);
    display: inline-block;
    text-align: center;
    line-height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    outline: 15px solid #21171f;
    top: -32px;
}

a.footer-location img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.footer-form {
    margin-top: -25px;
    z-index: 9;
    position: relative;
}

.footer-form .share {
    height: 50px;
    background: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%);
    border-radius: 30px !important;
    width: 100% !important;
}

.form-footer {
    margin-bottom: 20px;
}

.form-footer div#wpcf7-f101-o2 {
    max-width: 800px !important;
}

.footer-form .share:hover {
    background: linear-gradient(180deg, #7a0a92 0%, #eb01cc 100%) !important;
}



.contact_icons{position: fixed;left: 50px;bottom: 19px;z-index: 999;width: 50px;text-align: center;}
.contact_icons a{width: 66px;height: 66px;border-radius: 100%;text-align: center;line-height: 43px;font-size: 24px;color: #fff;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_icons a.whatsapp-icon{background: #2DC100;font-size: 47px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse2;color: #fff;}
a.whatsapp-icon i {
    margin-top: 10px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


.contact_mobile{position: fixed;right: 58px;bottom: 19px;z-index: 999;width: 49px;text-align: center;}
.contact_mobile a{width: 65px;height: 65px;border-radius: 100%;text-align: center;line-height: 51px;font-size: 24px;color: #fff !important;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_mobile a.phone-icon{background: #2a56ff;font-size: 33px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse3;color: #fff;padding-top: 8px;}
a.phone-icon i {
    /* margin-top: 16px; */
    /* transform: rotate(100deg); */
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2a56ff;
            box-shadow: 0 0 0 0 #2a56ff; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2a56ff;
    box-shadow: 0 0 0 0 #2a56ff;
    }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 

.mobile-number {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    text-align: center;
}

.mobile-number a {
    font-size: 30px;
    font-weight: 600;
    color: #ffff;
}

.mobile-number a.banner-iocn {
    width: 50px;
    height: 50px;
    line-height: 44px;
    margin-right: 10px;
}

.mobile-number a.banner-iocn img {
    width: 17px;
}

.mobile-number a.banner-iocn img {
    width: 30px !important;
}


.title-box h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #110d15;
    left: 0;
    top: 0;
    z-index: -1;
}


/* social media */

.icon-bar1 {
  position: fixed;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 14px 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 22px;
}

.icon-bar1 a:hover {color: #fff !important;}

.fbbtn {
  background: #4267B2;
  color: white;
}
.wtbtn {
  background: #2DC100;
  color: white;
}
.youtubebtn {
    background: #F30000;
    color: white;
}
.clbtn{
  background: #0077B7;
  color: white;
}

.inbtn{
  background: #AC34B0;
  color: white;
}
.twbtn{
  background: #1CA1F3;
  color: white;
}

/* end */


.ram-god {
    position: relative;
    padding-top: 50px;
    margin-bottom: -14px !important;
}

.ram-god:after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    top: 0;
    left: calc(50% - 150px);
    background-size: cover;
    background-image: url(http://astrologerramaditya.com/wp-content/uploads/2025/09/chakra.png);
    z-index: -1;
	animation:rotate 15s linear infinite;
}

.mobile-choose {
    margin-bottom: 50px;
}

.mobile-ser {
    margin-bottom: 40px;
}
